/* ============================================================
   ROGER WENAS STOREFRONT — CSS LENGKAP v4.0
   Desain: Premium Dark
   
   Cara pakai:
   1. Panel ResellerCamp → Advance Web Layout → CSS
   2. Scroll paling bawah → Hapus semua CSS tambahan lama
   3. Paste seluruh isi file ini → Save
   4. Hard Refresh (Ctrl+Shift+R)
============================================================ */


/* ============================================================
   1. RESET & BASE
============================================================ */
*, *::before, *::after {
    box-sizing: border-box !important;
}

body, html {
    margin: 0 !important;
    padding: 0 !important;
    background: #0f0f0f !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
                 Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 14px !important;
    color: #e0e0e0 !important;
    -webkit-font-smoothing: antialiased !important;
}

ul, ol, li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

a {
    text-decoration: none !important;
    color: inherit !important;
    transition: color 0.2s !important;
}

body::before, html::before, body::after,
.header-primary::before, .header-primary::after {
    display: none !important;
    content: none !important;
    height: 0 !important;
}

.rw-hidden { display: none !important; }
.rw-accent { color: #C96442 !important; }


/* ============================================================
   2. SEMBUNYIKAN ELEMEN LAMA ResellerCamp
============================================================ */
.header-primary,
.bottom-one,
.bottom-two,
.footer-primary {
    display: none !important;
}


/* ============================================================
   3. HEADER
============================================================ */
.rw-header {
    background: #0f0f0f;
    border-bottom: 1px solid #1e1e1e;
    position: sticky;
    top: 0;
    z-index: 100;
}

.rw-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    padding: 0 24px;
    max-width: 1170px;
    margin: 0 auto;
}

.rw-logo a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.rw-logo-icon {
    width: 28px;
    height: 28px;
    background: #C96442;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    flex-shrink: 0;
}

.rw-logo-text {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: -0.3px;
}

.rw-logo-img {
    max-height: 32px;
    width: auto;
}


/* ============================================================
   4. LOGIN BAR
============================================================ */
.rw-login-bar {
    display: flex;
    align-items: center;
    background: #C96442;
    border-radius: 5px;
    overflow: hidden;
}

.rw-login-btn,
.rw-logout-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s;
}

.rw-login-btn {
    border-right: 1px solid rgba(255,255,255,0.2);
    background: #1a1a1a;
}

.rw-logout-btn {
    background: #C96442;
}

.rw-login-btn:hover {
    background: #2a2a2a;
    color: #ffffff;
}

.rw-logout-btn:hover {
    background: #a84e30;
    color: #ffffff;
}


/* ============================================================
   5. NAVBAR
============================================================ */
.rw-navbar {
    background: #0f0f0f;
    border-bottom: 1px solid #1e1e1e;
}

.rw-navbar .container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
}

.rw-nav-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
}

.rw-nav-list li {
    position: relative;
}

.rw-nav-list > li > a {
    display: inline-block;
    padding: 16px 20px;
    color: #555;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
}

.rw-nav-list > li > a:hover {
    color: #C96442;
}

.rw-nav-list > li > a .fa {
    font-size: 10px;
    margin-left: 3px;
}

.rw-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #161616;
    border: 1px solid #2a2a2a;
    border-radius: 6px;
    min-width: 200px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
    z-index: 999;
    padding: 6px 0;
}

.rw-has-dropdown:hover .rw-dropdown {
    display: block;
}

.rw-dropdown li a {
    display: block;
    padding: 10px 18px;
    color: #888;
    font-size: 12px;
    transition: all 0.15s;
}

.rw-dropdown li a:hover {
    background: #1e1e1e;
    color: #C96442;
}

.rw-hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    position: absolute;
    right: 16px;
}

.rw-hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: #888;
    border-radius: 2px;
    transition: all 0.3s;
}


/* ============================================================
   6. HERO SECTION
============================================================ */
.rw-hero {
    background: linear-gradient(160deg, #0f0f0f 0%, #141414 100%);
    padding: 80px 0 72px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #1e1e1e;
}

.rw-hero::before {
    content: '';
    position: absolute;
    top: -120px;
    left: -120px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(201,100,66,0.10), transparent 70%);
    pointer-events: none;
}

.rw-hero::after {
    content: '';
    position: absolute;
    bottom: -100px;
    right: -80px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(201,100,66,0.06), transparent 70%);
    pointer-events: none;
}

.rw-hero .container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 2;
}

.rw-hero-inner {
    max-width: 580px;
    margin: 0 auto;
    text-align: center;
}

.rw-hero-badge {
    display: inline-block;
    padding: 5px 14px;
    background: rgba(201,100,66,0.12);
    color: #C96442;
    border: 1px solid rgba(201,100,66,0.25);
    border-radius: 100px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}

.rw-hero-title {
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.25;
    letter-spacing: -0.6px;
    margin: 0 0 14px;
}

.rw-hero-sub {
    font-size: 13px;
    color: #555;
    margin: 0 0 32px;
    line-height: 1.6;
}

/* Form search */
.rw-search-form {
    display: flex;
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.2s;
    margin-bottom: 20px;
}

.rw-search-form:focus-within {
    border-color: #C96442;
    box-shadow: 0 0 0 3px rgba(201,100,66,0.1);
}

.rw-search-input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 15px 18px;
    color: #ffffff;
    font-size: 14px;
    outline: none;
    font-family: inherit;
}

.rw-search-input::placeholder {
    color: #3a3a3a;
}

.rw-search-btn {
    background: #C96442;
    color: #ffffff;
    border: none;
    padding: 0 28px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background 0.2s;
    font-family: inherit;
    white-space: nowrap;
}

.rw-search-btn:hover {
    background: #a84e30;
}

/* Trust indicators */
.rw-hero-trust {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.rw-hero-trust span {
    font-size: 11px;
    color: #444;
    display: flex;
    align-items: center;
    gap: 5px;
}

.rw-hero-trust span .fa {
    color: #C96442;
    font-size: 10px;
}

/* IDN Search */
.idn-search {
    text-align: center !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
}

.idn-search a {
    color: #3a3a3a !important;
    font-size: 11px !important;
    border-bottom: 1px dotted #2a2a2a !important;
    padding-bottom: 1px !important;
}

.idn-search a:hover {
    color: #C96442 !important;
    border-bottom-color: #C96442 !important;
}


/* ============================================================
   7. FEATURE SECTION
============================================================ */
.rw-features {
    background: #111111;
    padding: 64px 0;
    border-bottom: 1px solid #1e1e1e;
}

.rw-features .container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px;
}

.rw-section-header {
    text-align: center;
    margin-bottom: 40px;
}

.rw-section-title {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: -0.4px;
    margin: 0 0 8px;
}

.rw-section-sub {
    font-size: 13px;
    color: #555;
    margin: 0;
}

.rw-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.rw-feature-card {
    background: #161616;
    border: 1px solid #222222;
    border-radius: 8px;
    padding: 24px 20px;
    transition: all 0.2s;
}

.rw-feature-card:hover {
    border-color: #C96442;
    background: #1a1a1a;
    transform: translateY(-2px);
}

.rw-feature-card-accent {
    border-top: 2px solid #C96442 !important;
    background: #161616;
}

.rw-feature-icon {
    width: 36px;
    height: 36px;
    background: #1e1e1e;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C96442;
    font-size: 15px;
    margin-bottom: 14px;
}

.rw-feature-icon-accent {
    background: rgba(201,100,66,0.15);
}

.rw-feature-title {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 6px;
}

.rw-title-accent {
    color: #C96442 !important;
}

.rw-feature-desc {
    font-size: 12px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}


/* ============================================================
   8. PAGE HEADER (halaman lain)
============================================================ */
.dash-second {
    background: #111111 !important;
    padding: 48px 24px !important;
    border-bottom: 2px solid #C96442 !important;
}

.dash-second .container {
    text-align: center !important;
    max-width: 1170px !important;
    margin: 0 auto !important;
}

.dash-second h1.text-title {
    color: #ffffff !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    letter-spacing: -0.4px !important;
    margin: 0 !important;
}


/* ============================================================
   9. CONTENT SECTION
============================================================ */
.wrapper-primary.content-one {
    padding: 56px 24px !important;
    background: #111111 !important;
}

.wrapper-primary.content-one .container {
    max-width: 1170px !important;
    margin: 0 auto !important;
}

.wrapper-primary.content-one .header {
    text-align: center !important;
    margin-bottom: 40px !important;
}

.wrapper-primary.content-one .header h2.text-title {
    font-size: 20px !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    letter-spacing: -0.3px !important;
}

/* Paragraf konten */
.wrapper-primary.content-one p {
    color: #777 !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
}


/* ============================================================
   10. FEATURE LIST (halaman Features)
============================================================ */
.feature-list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 14px !important;
    float: none !important;
}

.feature-list .feature-item {
    width: 100% !important;
    float: none !important;
    height: auto !important;
    background: #161616 !important;
    border: 1px solid #222 !important;
    border-radius: 8px !important;
    padding: 24px 20px !important;
    text-align: center !important;
    transition: all 0.2s !important;
}

.feature-list .feature-item:hover {
    border-color: #C96442 !important;
    background: #1a1a1a !important;
    transform: translateY(-2px) !important;
}

.feature-list .feature-item img {
    width: 52px !important;
    height: 52px !important;
    object-fit: contain !important;
    margin-bottom: 14px !important;
    filter: brightness(0.8) !important;
}

.feature-list .feature-item h4.text-title {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin: 0 0 8px !important;
}

.feature-list .feature-item p {
    font-size: 12px !important;
    color: #555 !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}


/* ============================================================
   11. WHY US
============================================================ */
.why-us-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
}

.why-us-item {
    display: flex !important;
    gap: 20px !important;
    align-items: flex-start !important;
    padding: 20px !important;
    background: #161616 !important;
    border: 1px solid #222 !important;
    border-radius: 8px !important;
    transition: border-color 0.2s !important;
}

.why-us-item:hover {
    border-color: #C96442 !important;
}

.img-why-us {
    flex-shrink: 0 !important;
    width: 52px !important;
    float: none !important;
}

.img-why-us img {
    width: 52px !important;
    height: 52px !important;
    object-fit: contain !important;
    filter: brightness(0.7) !important;
}

.why-us-item .content-area {
    margin-left: 0 !important;
}

.why-us-item .content-area h3.text-title {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin: 0 0 8px !important;
}

.why-us-item .content-area p {
    font-size: 13px !important;
    color: #555 !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}


/* ============================================================
   12. CONTACT PAGE
============================================================ */
.list-contact .item {
    border-bottom-color: #222 !important;
}

.list-contact .item .title {
    color: #555 !important;
}

.list-contact .item .value {
    color: #ccc !important;
}

.list-contact .separator {
    color: #333 !important;
}


/* ============================================================
   13. PRICING TABLE
============================================================ */
.wrapper-primary.content-one .tab-domain {
    background: transparent !important;
}

.table-pricing thead th {
    background: #1e1e1e !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    padding: 12px 8px !important;
    border-color: #2a2a2a !important;
}

.table-pricing tbody tr {
    background: #161616 !important;
}

.table-pricing tbody td {
    font-size: 12px !important;
    padding: 10px 8px !important;
    color: #777 !important;
    border-color: #1e1e1e !important;
}

.table-pricing tbody tr:hover td {
    background: #1e1e1e !important;
    color: #C96442 !important;
}

.table-bordered {
    border-color: #2a2a2a !important;
}

.tabs-wrapper .nav-tabs {
    border-bottom-color: #2a2a2a !important;
}

.tabs-wrapper .nav-tabs li a {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #666 !important;
    background: #161616 !important;
    border-color: #2a2a2a !important;
}

.tabs-wrapper .nav-tabs li.active a,
.tabs-wrapper .nav-tabs li.active a:hover {
    background: #C96442 !important;
    border-color: #C96442 !important;
    color: #ffffff !important;
}

.box-tab {
    background: #111 !important;
}

.tab-content {
    background: #111 !important;
    border-color: #2a2a2a !important;
}

.dataTables_wrapper input,
.dataTables_length select {
    background: #1e1e1e !important;
    border-color: #2a2a2a !important;
    color: #ccc !important;
}

.dataTables_wrapper {
    color: #777 !important;
}


/* ============================================================
   14. PAGE HEADER SECTION
============================================================ */
.page-header {
    text-align: center !important;
    margin-bottom: 32px !important;
}

.page-header h2.text-title span {
    color: #ffffff !important;
    border-bottom: 2px solid #C96442 !important;
    padding-bottom: 6px !important;
}

.page-header .sub-title {
    color: #555 !important;
}


/* ============================================================
   15. WHOIS FORM
============================================================ */
.whois-search .whois-form .form-control {
    background: #1e1e1e !important;
    border-color: #2a2a2a !important;
    color: #fff !important;
}

.whois-search .whois-form .form-control::placeholder {
    color: #444 !important;
}


/* ============================================================
   16. FOOTER
============================================================ */
.rw-footer {
    background: #0a0a0a;
}

.rw-footer-top {
    padding: 56px 0;
    border-top: 3px solid #C96442;
}

.rw-footer-top .container {
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px;
}

.rw-footer-col {
    flex: 1;
    min-width: 200px;
}

.rw-footer-brand {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: -0.3px;
    display: block;
    margin-bottom: 12px;
}

.rw-footer-logo-img {
    max-height: 30px;
    width: auto;
    margin-bottom: 12px;
    display: block;
    filter: brightness(0) invert(1);
    opacity: 0.7;
}

.rw-footer-top .content {
    color: #444 !important;
    font-size: 12px !important;
    line-height: 1.7 !important;
    margin-bottom: 16px !important;
    font-style: normal !important;
}

.rw-footer-links-extra {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 12px;
}

.rw-footer-link {
    color: #444;
    font-size: 12px;
    transition: color 0.2s;
}

.rw-footer-link:hover {
    color: #C96442;
}

.rw-footer-contact {
    text-align: right;
}

.rw-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    justify-content: flex-end;
    margin-bottom: 10px;
    color: #444;
    font-size: 12px;
    line-height: 1.5;
}

.rw-contact-item .fa {
    color: #C96442;
    margin-top: 2px;
    flex-shrink: 0;
}

.rw-sosmed {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-top: 20px;
}

.rw-sosmed-link {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #222;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444;
    font-size: 13px;
    transition: all 0.2s;
}

.rw-sosmed-link:hover {
    border-color: #C96442;
    color: #C96442;
}

.rw-footer-bottom {
    background: #060606;
    padding: 16px 0;
    border-top: 1px solid #111;
}

.rw-footer-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px;
}

.rw-footer-bottom span,
.rw-footer-bottom a {
    color: #333;
    font-size: 11px;
    text-decoration: none;
}

.rw-footer-bottom a:hover {
    color: #C96442;
}

.rw-footer-tagline {
    color: #C96442 !important;
    font-style: normal;
}

.rw-footer-nav {
    display: flex;
    gap: 16px;
}


/* ============================================================
   17. SCROLLBAR (opsional — dark scrollbar)
============================================================ */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #0f0f0f;
}

::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: #C96442;
}


/* ============================================================
   18. RESPONSIVE
============================================================ */
@media (max-width: 900px) {
    .rw-hero-title {
        font-size: 26px !important;
    }

    .rw-feature-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .feature-list {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .rw-hamburger {
        display: flex !important;
    }

    .rw-nav-list {
        display: none !important;
        flex-direction: column !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        background: #161616 !important;
        border-bottom: 1px solid #2a2a2a !important;
        box-shadow: 0 8px 32px rgba(0,0,0,0.4) !important;
        z-index: 999 !important;
    }

    .rw-nav-list.rw-open {
        display: flex !important;
    }

    .rw-nav-list > li > a {
        padding: 14px 24px !important;
        display: block !important;
        border-bottom: 1px solid #1e1e1e !important;
    }

    .rw-footer-contact {
        text-align: left !important;
    }

    .rw-contact-item {
        justify-content: flex-start !important;
    }

    .rw-sosmed {
        justify-content: flex-start !important;
    }
}

@media (max-width: 480px) {
    .rw-hero {
        padding: 56px 0 48px !important;
    }

    .rw-hero-title {
        font-size: 22px !important;
    }

    .rw-hero-trust {
        gap: 12px !important;
    }

    .rw-feature-grid {
        grid-template-columns: 1fr !important;
    }

    .feature-list {
        grid-template-columns: 1fr !important;
    }

    .rw-footer-bottom .container {
        flex-direction: column !important;
        text-align: center !important;
    }

    .rw-footer-nav {
        justify-content: center !important;
    }
}


/* ============================================================
   END — ROGER WENAS STOREFRONT CSS v4.0 (Premium Dark)
============================================================ */
/* ============================================================
   ROGER WENAS — TAMBAHAN CSS untuk domain .id
   Paste di bawah storefront-v4.css yang sudah ada
============================================================ */

/* Badge hero dengan ikon */
.rw-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    background: rgba(201,100,66,0.12);
    color: #C96442;
    border: 1px solid rgba(201,100,66,0.25);
    border-radius: 100px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}

.rw-hero-badge .fa {
    font-size: 11px;
}

/* Ekstensi .id di dalam form search */
.rw-search-ext {
    display: flex;
    align-items: center;
    padding: 0 14px;
    color: #C96442;
    font-size: 13px;
    font-weight: 600;
    border-right: 1px solid #2a2a2a;
    white-space: nowrap;
    background: transparent;
}

/* Daftar ekstensi tersedia */
.rw-ext-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-bottom: 10px;
}

.rw-ext-label {
    font-size: 11px;
    color: #444;
    margin-right: 4px;
}

.rw-ext-item {
    display: inline-block;
    padding: 3px 10px;
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 4px;
    font-size: 11px;
    color: #888;
    font-weight: 500;
    transition: all 0.2s;
}

.rw-ext-item:hover {
    border-color: #C96442;
    color: #C96442;
}

/* ============================================================
   SECTION: KENAPA DOMAIN .ID
============================================================ */
.rw-why-id {
    background: #0f0f0f;
    padding: 64px 0;
    border-bottom: 1px solid #1e1e1e;
}

.rw-why-id .container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px;
}

.rw-whyid-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.rw-whyid-card {
    background: #161616;
    border: 1px solid #222;
    border-radius: 8px;
    padding: 24px 20px;
    transition: all 0.2s;
}

.rw-whyid-card:hover {
    border-color: #C96442;
    background: #1a1a1a;
}

.rw-whyid-icon {
    width: 36px;
    height: 36px;
    background: rgba(201,100,66,0.12);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C96442;
    font-size: 15px;
    margin-bottom: 14px;
}

.rw-whyid-card h4 {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 8px;
}

.rw-whyid-card p {
    font-size: 12px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* ============================================================
   TRUST BAR
============================================================ */
.rw-trust-bar {
    background: #111111;
    border-bottom: 1px solid #1e1e1e;
    border-top: 1px solid #1e1e1e;
    padding: 14px 0;
}

.rw-trust-bar .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px;
    flex-wrap: wrap;
}

.rw-trust-item {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 4px 24px;
    font-size: 12px;
    color: #555;
}

.rw-trust-item .fa {
    color: #C96442;
    font-size: 13px;
}

.rw-trust-divider {
    width: 1px;
    height: 16px;
    background: #2a2a2a;
}

/* ============================================================
   RESPONSIVE TAMBAHAN
============================================================ */
@media (max-width: 900px) {
    .rw-whyid-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 480px) {
    .rw-whyid-grid {
        grid-template-columns: 1fr !important;
    }

    .rw-ext-list {
        gap: 4px !important;
    }

    .rw-search-ext {
        display: none !important;
    }

    .rw-trust-item {
        padding: 4px 12px !important;
    }

    .rw-trust-divider {
        display: none !important;
    }
}

/* ============================================================
   END — TAMBAHAN CSS domain .id
============================================================ */

/* ============================================================
   HEADER SATU BARIS: Logo | Menu | Login
============================================================ */
.rw-navbar { display: none !important; }

.rw-header .container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    height: 60px !important;
    padding: 0 32px !important;
    max-width: 100% !important;
}

.rw-nav-inline {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex: 1 !important;
    justify-content: center !important;
    gap: 0 !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.rw-nav-inline li {
    position: relative !important;
    list-style: none !important;
}

.rw-nav-inline > li > a {
    display: inline-block !important;
    padding: 0 16px !important;
    color: #555 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 60px !important;
    text-decoration: none !important;
    transition: color 0.2s !important;
    white-space: nowrap !important;
}

.rw-nav-inline > li > a:hover { color: #C96442 !important; }
.rw-nav-inline > li > a .fa { font-size: 10px !important; margin-left: 3px !important; }

.rw-nav-inline .rw-dropdown {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    background: #161616 !important;
    border: 1px solid #2a2a2a !important;
    border-radius: 6px !important;
    min-width: 190px !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.4) !important;
    z-index: 9999 !important;
    padding: 6px 0 !important;
    list-style: none !important;
}

.rw-nav-inline .rw-has-dropdown:hover .rw-dropdown { display: block !important; }

.rw-nav-inline .rw-dropdown li a {
    display: block !important;
    padding: 10px 18px !important;
    color: #888 !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
}

.rw-nav-inline .rw-dropdown li a:hover {
    background: #1e1e1e !important;
    color: #C96442 !important;
}

.rw-logo { flex-shrink: 0 !important; }
.rw-login-bar { flex-shrink: 0 !important; }

@media (max-width: 900px) {
    .rw-nav-inline {
        display: none !important;
        flex-direction: column !important;
        position: absolute !important;
        top: 60px !important;
        left: 0 !important;
        right: 0 !important;
        background: #161616 !important;
        border-bottom: 1px solid #2a2a2a !important;
        box-shadow: 0 8px 32px rgba(0,0,0,0.4) !important;
        z-index: 9999 !important;
        flex: none !important;
    }
    .rw-nav-inline.rw-open { display: flex !important; }
    .rw-nav-inline > li > a {
        padding: 14px 24px !important;
        display: block !important;
        line-height: 1.4 !important;
        border-bottom: 1px solid #1e1e1e !important;
    }
    .rw-hamburger { display: flex !important; }
    .rw-header .container { position: relative !important; }
}

/* === END HEADER SATU BARIS === */

/* ============================================================
   ABOUT US PAGE
============================================================ */
.rw-about-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 48px;
    margin-bottom: 40px;
}

.rw-about-heading {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: -0.3px;
    margin: 0 0 20px;
}

.rw-about-main p {
    color: #666;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 14px;
}

.rw-about-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.rw-about-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    background: #161616;
    border: 1px solid #2a2a2a;
    border-radius: 6px;
    font-size: 12px;
    color: #888;
    transition: border-color 0.2s;
}

.rw-about-badge:hover {
    border-color: #C96442;
    color: #C96442;
}

.rw-about-badge .fa {
    color: #C96442;
    font-size: 12px;
}

.rw-about-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    align-content: start;
}

.rw-stat-card {
    background: #161616;
    border: 1px solid #222;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: border-color 0.2s;
}

.rw-stat-card:hover {
    border-color: #C96442;
}

.rw-stat-num {
    font-size: 28px;
    font-weight: 600;
    color: #C96442;
    letter-spacing: -0.5px;
    margin-bottom: 4px;
}

.rw-stat-label {
    font-size: 11px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.rw-about-mission {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background: #161616;
    border: 1px solid #C96442;
    border-radius: 8px;
    padding: 24px;
    margin-top: 8px;
}

.rw-mission-icon {
    width: 40px;
    height: 40px;
    background: rgba(201,100,66,0.15);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C96442;
    font-size: 18px;
    flex-shrink: 0;
}

.rw-about-mission h3 {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 8px;
}

.rw-about-mission p {
    font-size: 13px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 768px) {
    .rw-about-grid {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }
}

/* ============================================================
   PRICING PAGE
============================================================ */
.rw-pricing-note {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(201,100,66,0.08);
    border: 1px solid rgba(201,100,66,0.2);
    border-radius: 6px;
    padding: 12px 16px;
    margin-bottom: 24px;
    font-size: 12px;
    color: #888;
}

.rw-pricing-note .fa {
    color: #C96442;
    font-size: 14px;
    flex-shrink: 0;
}

.rw-pricing-note strong {
    color: #ccc;
    font-weight: 600;
}

.rw-pricing-footer {
    margin-top: 24px;
    padding: 20px;
    background: #161616;
    border: 1px solid #222;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rw-pricing-footer p {
    margin: 0;
    font-size: 12px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 8px;
}

.rw-pricing-footer p .fa {
    color: #C96442;
    font-size: 12px;
    flex-shrink: 0;
}

/* ============================================================
   SEMBUNYIKAN logo LIQU.ID di footer
============================================================ */
.rw-footer-logo-img {
    display: none !important;
}

/* ============================================================
   END TAMBAHAN
============================================================ */

/* ============================================================
   CONTACT PAGE
============================================================ */
.rw-contact-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 48px;
}

.rw-contact-heading {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 8px;
    letter-spacing: -0.3px;
}

.rw-contact-intro {
    font-size: 13px;
    color: #555;
    margin: 0 0 28px;
    line-height: 1.6;
}

.rw-contact-detail-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.rw-contact-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.rw-contact-detail-icon {
    width: 34px;
    height: 34px;
    background: rgba(201,100,66,0.12);
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C96442;
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 2px;
}

.rw-contact-detail-label {
    font-size: 11px;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}

.rw-contact-detail-value {
    font-size: 13px;
    color: #ccc;
    line-height: 1.5;
}

/* Jam Layanan */
.rw-hours-heading {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 16px;
}

.rw-hours-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    background: #161616;
    border: 1px solid #222;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px;
}

.rw-hours-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #1e1e1e;
    font-size: 13px;
}

.rw-hours-item:last-child {
    border-bottom: none;
}

.rw-hours-day {
    color: #888;
}

.rw-hours-time {
    color: #C96442;
    font-weight: 500;
}

.rw-hours-closed .rw-hours-time {
    color: #444;
    font-weight: 400;
}

.rw-contact-note {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    background: #161616;
    border: 1px solid #222;
    border-radius: 8px;
    padding: 14px;
    font-size: 12px;
    color: #555;
    line-height: 1.6;
}

.rw-contact-note .fa {
    color: #C96442;
    font-size: 13px;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Whois form styling */
.whois-search .whois-form {
    display: flex !important;
    max-width: 600px !important;
    margin: 0 auto 24px !important;
    gap: 0 !important;
    background: #1a1a1a !important;
    border: 1px solid #2a2a2a !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    width: auto !important;
    float: none !important;
}

.whois-search .whois-form form {
    display: flex !important;
    width: 100% !important;
}

.whois-search .whois-form .form-control {
    flex: 1 !important;
    background: transparent !important;
    border: none !important;
    color: #ffffff !important;
    height: 52px !important;
    width: auto !important;
    float: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.whois-search .whois-form .form-control::placeholder {
    color: #3a3a3a !important;
}

.whois-search .whois-btn {
    background: #C96442 !important;
    border: none !important;
    color: #fff !important;
    padding: 0 24px !important;
    height: 52px !important;
    float: none !important;
    border-radius: 0 !important;
    font-size: 13px !important;
    white-space: nowrap !important;
}

.whois-search .whois-btn:hover {
    background: #a84e30 !important;
}

@media (max-width: 768px) {
    .rw-contact-grid {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }
}

/* ============================================================
   END TAMBAHAN CONTACT & WHOIS
============================================================ */

/* ============================================================
   RESELLER PROGRAM PAGE
============================================================ */

/* Hero Reseller */
.rw-reseller-hero {
    background: linear-gradient(160deg, #0f0f0f 0%, #141414 100%);
    padding: 72px 0 64px;
    text-align: center;
    border-bottom: 1px solid #1e1e1e;
    position: relative;
    overflow: hidden;
}

.rw-reseller-hero::before {
    content: '';
    position: absolute;
    top: -100px; right: -100px;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(201,100,66,0.10), transparent 70%);
    pointer-events: none;
}

.rw-reseller-hero .container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 2;
}

.rw-reseller-title {
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: -0.6px;
    margin: 16px 0 12px;
    line-height: 1.25;
}

.rw-reseller-sub {
    font-size: 14px;
    color: #555;
    max-width: 560px;
    margin: 0 auto 28px;
    line-height: 1.7;
}

.rw-reseller-cta {
    display: inline-block;
    padding: 14px 32px;
    background: #C96442;
    color: #ffffff;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
}

.rw-reseller-cta:hover {
    background: #a84e30;
    color: #ffffff;
}

/* Steps Section */
.rw-steps-section {
    background: #111111;
    padding: 64px 0;
    border-bottom: 1px solid #1e1e1e;
}

.rw-steps-section .container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px;
}

.rw-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.rw-step-card {
    background: #161616;
    border: 1px solid #222;
    border-radius: 8px;
    padding: 28px 20px;
    text-align: center;
    position: relative;
    transition: border-color 0.2s;
}

.rw-step-card:hover {
    border-color: #C96442;
}

.rw-step-num {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 11px;
    font-weight: 700;
    color: #C96442;
    letter-spacing: 1px;
    opacity: 0.6;
}

.rw-step-card img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    margin: 0 auto 16px;
    display: block;
    filter: brightness(0.7);
}

.rw-step-card h3 {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 8px;
}

.rw-step-card p {
    font-size: 12px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* Benefits Section */
.rw-benefits-section {
    background: #0f0f0f;
    padding: 64px 0;
    border-bottom: 1px solid #1e1e1e;
}

.rw-benefits-section .container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px;
}

.rw-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.rw-benefit-card {
    background: #161616;
    border: 1px solid #222;
    border-radius: 8px;
    padding: 24px 20px;
    transition: all 0.2s;
}

.rw-benefit-card:hover {
    border-color: #C96442;
    background: #1a1a1a;
}

.rw-benefit-icon {
    width: 36px;
    height: 36px;
    background: rgba(201,100,66,0.12);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C96442;
    font-size: 15px;
    margin-bottom: 14px;
}

.rw-benefit-card h4 {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 8px;
}

.rw-benefit-card p {
    font-size: 12px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* CTA Bar bawah */
.rw-reseller-cta-bar {
    background: #111;
    padding: 40px 0;
    border-top: 1px solid #1e1e1e;
}

.rw-reseller-cta-bar .container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px;
}

.rw-cta-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}

.rw-cta-content h3 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 6px;
}

.rw-cta-content p {
    font-size: 13px;
    color: #555;
    margin: 0;
}

.rw-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.rw-btn-primary {
    display: inline-block;
    padding: 11px 24px;
    background: #C96442;
    color: #ffffff;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s;
    white-space: nowrap;
}

.rw-btn-primary:hover {
    background: #a84e30;
    color: #ffffff;
}

.rw-btn-outline {
    display: inline-block;
    padding: 11px 24px;
    background: transparent;
    color: #888;
    border: 1px solid #2a2a2a;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
    white-space: nowrap;
}

.rw-btn-outline:hover {
    border-color: #C96442;
    color: #C96442;
}

/* Responsive reseller */
@media (max-width: 900px) {
    .rw-steps-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .rw-benefits-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 480px) {
    .rw-steps-grid {
        grid-template-columns: 1fr !important;
    }
    .rw-benefits-grid {
        grid-template-columns: 1fr !important;
    }
    .rw-cta-content {
        flex-direction: column !important;
        text-align: center !important;
    }
}

/* ============================================================
   END RESELLER PROGRAM
============================================================ */

/* ============================================================
   FIX TAB PRICING — OVERRIDE SEMUA
============================================================ */

/* Tab utama — paksa horizontal */
.tabs-wrapper .nav-tabs,
.tab-domain .nav-tabs,
.floating-tab {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    border-bottom: 1px solid #2a2a2a !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.tabs-wrapper .nav-tabs > li,
.tab-domain .nav-tabs > li,
.floating-tab > li {
    display: inline-block !important;
    float: none !important;
    margin-bottom: -1px !important;
    list-style: none !important;
}

/* Tab utama (Domain Indonesia / Domain Baru) */
.floating-tab > li > a.major-tab {
    display: inline-block !important;
    padding: 10px 20px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #555 !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 6px 6px 0 0 !important;
    text-decoration: none !important;
    transition: all 0.2s !important;
    margin-right: 4px !important;
}

.floating-tab > li > a.major-tab:hover {
    color: #C96442 !important;
    border-color: #2a2a2a !important;
}

.floating-tab > li.active > a.major-tab,
.floating-tab > li.active > a.major-tab:hover,
.floating-tab > li.active > a.major-tab:focus {
    background: #C96442 !important;
    border-color: #C96442 !important;
    color: #ffffff !important;
}

/* Tab sub (Pendaftaran / Perpanjangan / Transfer) */
.pricing-tabs {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    border-bottom: 1px solid #2a2a2a !important;
    padding: 12px 0 0 !important;
    margin-bottom: 0 !important;
    list-style: none !important;
}

.pricing-tabs > li {
    display: inline-block !important;
    float: none !important;
    margin-bottom: -1px !important;
    list-style: none !important;
}

.pricing-tabs > li > a {
    display: inline-block !important;
    padding: 8px 18px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #555 !important;
    background: #161616 !important;
    border: 1px solid #2a2a2a !important;
    border-radius: 4px 4px 0 0 !important;
    text-decoration: none !important;
    transition: all 0.2s !important;
    margin-right: 4px !important;
}

.pricing-tabs > li > a:hover {
    color: #C96442 !important;
    border-color: #C96442 !important;
}

.pricing-tabs > li.active > a,
.pricing-tabs > li.active > a:hover,
.pricing-tabs > li.active > a:focus {
    background: #C96442 !important;
    border-color: #C96442 !important;
    color: #ffffff !important;
}

/* Tab content area */
.tabs-wrapper .tab-content,
.tab-domain .tab-content {
    border: 1px solid #2a2a2a !important;
    border-top: none !important;
    background: #111 !important;
    padding: 16px !important;
    border-radius: 0 0 8px 8px !important;
}

.box-tab {
    background: transparent !important;
}

/* ============================================================
   END FIX TAB
============================================================ */