        :root {
            --brand: #0057FF;
            --brand2: #00AEEF;
            --green: #00D084;
            --ink: #1A1A1A;
            --ink2: #3a3a3a;
            --muted: #6b7280;
            --line: #e8eaed;
            --surface: #f5f7fa;
            --white: #ffffff;
            --red: #e03131;
            --amber: #f59f00;
            --shadow1: 0 1px 4px rgba(0, 0, 0, .07);
            --shadow2: 0 6px 24px rgba(0, 0, 0, .10);
            --shadow3: 0 16px 48px rgba(0, 0, 0, .14);
            --r: 10px;
            --rl: 18px
        }

        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0
        }

        html {
            scroll-behavior: smooth
        }

        body {
            font-family: 'Barlow', sans-serif;
            background: #fff;
            color: var(--ink);
            -webkit-font-smoothing: antialiased
        }

        a {
            text-decoration: none;
            color: inherit
        }

        img {
            max-width: 100%;
            display: block
        }

        button {
            font-family: inherit;
            cursor: pointer
        }

        ul {
            list-style: none
        }

        /* DISCLAIMER BANNER */
        .disclaimer {
            background: #fff3cd;
            border-bottom: 2px solid #ffc107;
            padding: 10px 0
        }

        .disclaimer .wrap {
            max-width: 1320px;
            margin: auto;
            padding: 0 24px;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: .82rem;
            color: #664d03
        }

        .disclaimer i {
            color: #f59f00;
            font-size: 1rem;
            flex-shrink: 0
        }

        .disclaimer strong {
            color: #664d03
        }

        /* TOPBAR */
        .topbar {
            background: var(--ink);
            color: #aaa;
            font-size: .78rem;
            padding: 7px 0
        }

        .topbar .wrap {
            max-width: 1320px;
            margin: auto;
            padding: 0 24px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 12px;
            flex-wrap: wrap
        }

        .topbar .left {
            display: flex;
            gap: 20px;
            align-items: center
        }

        .topbar .left span {
            display: flex;
            align-items: center;
            gap: 6px
        }

        .topbar .left span i {
            color: var(--brand2);
            font-size: .75rem
        }

        .topbar .right {
            display: flex;
            gap: 16px
        }

        .topbar .right a {
            color: #aaa;
            transition: color .2s
        }

        .topbar .right a:hover {
            color: #fff
        }

        .topbar strong {
            color: var(--green)
        }

        /* HEADER */
        header {
            background: #fff;
            border-bottom: 1px solid var(--line);
            position: sticky;
            top: 0;
            z-index: 200;
            box-shadow: var(--shadow1)
        }

        .hdr {
            max-width: 1320px;
            margin: auto;
            padding: 14px 24px;
            display: grid;
            grid-template-columns: 200px 1fr auto;
            align-items: center;
            gap: 24px
        }

        .logo {
            font-family: 'Barlow Condensed', sans-serif;
            font-weight: 800;
            font-size: 1.7rem;
            color: var(--ink);
            letter-spacing: -.5px;
            display: flex;
            align-items: center;
            gap: 4px
        }

        .logo .mark {
            width: 32px;
            height: 32px;
            background: var(--brand);
            border-radius: 7px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0
        }

        .logo .mark i {
            color: #fff;
            font-size: .85rem
        }

        .logo .txt span {
            color: var(--brand)
        }

        .searchbar {
            display: flex;
            border: 2px solid var(--line);
            border-radius: 8px;
            overflow: hidden;
            transition: border-color .2s
        }

        .searchbar:focus-within {
            border-color: var(--brand)
        }

        .searchbar select {
            border: none;
            outline: none;
            padding: 0 14px;
            font-size: .82rem;
            color: var(--muted);
            background: #f5f7fa;
            border-right: 1px solid var(--line);
            font-family: inherit;
            cursor: pointer;
            min-width: 130px
        }

        .searchbar input {
            flex: 1;
            border: none;
            outline: none;
            padding: 11px 16px;
            font-size: .9rem;
            font-family: inherit
        }

        .searchbar button {
            background: var(--brand);
            color: #fff;
            border: none;
            padding: 0 22px;
            font-size: .88rem;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 7px;
            transition: background .2s
        }

        .searchbar button:hover {
            background: #0048d4
        }

        .hdr-actions {
            display: flex;
            gap: 6px;
            align-items: center
        }

        .act-btn {
            background: none;
            border: 1.5px solid var(--line);
            border-radius: 8px;
            padding: 9px 14px;
            font-size: .82rem;
            color: var(--ink2);
            display: flex;
            align-items: center;
            gap: 7px;
            transition: all .18s;
            white-space: nowrap;
            position: relative
        }

        .act-btn i {
            font-size: .9rem;
            color: var(--muted)
        }

        .act-btn:hover {
            border-color: var(--brand);
            color: var(--brand)
        }

        .act-btn:hover i {
            color: var(--brand)
        }

        .act-btn.cart {
            background: var(--brand);
            border-color: var(--brand);
            color: #fff
        }

        .act-btn.cart i {
            color: #fff
        }

        .act-btn.cart:hover {
            background: #0048d4;
            border-color: #0048d4
        }

        .bubble {
            position: absolute;
            top: -6px;
            right: -6px;
            width: 18px;
            height: 18px;
            background: var(--red);
            color: #fff;
            border-radius: 50%;
            font-size: .65rem;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px solid #fff
        }

        /* NAV */
        nav {
            background: var(--ink)
        }

        .nav-wrap {
            max-width: 1320px;
            margin: auto;
            padding: 0 24px;
            display: flex;
            align-items: stretch
        }

        .nav-item {
            position: relative
        }

        .nav-item>a {
            display: flex;
            align-items: center;
            gap: 7px;
            padding: 13px 16px;
            color: #c9cdd4;
            font-size: .86rem;
            font-weight: 500;
            transition: color .18s;
            white-space: nowrap
        }

        .nav-item>a i.chev {
            font-size: .75rem;
            opacity: .7;
            transition: transform .2s
        }

        .nav-item:hover>a {
            color: #fff
        }

        .nav-item:hover>a i.chev {
            transform: rotate(180deg)
        }

        .nav-item>a.active {
            color: #fff;
            border-bottom: 3px solid var(--brand2)
        }

        .nav-pill {
            background: var(--red);
            color: #fff;
            font-size: .65rem;
            font-weight: 700;
            padding: 2px 6px;
            border-radius: 4px;
            letter-spacing: .05em;
            margin-left: 2px
        }

        .dropdown {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background: #fff;
            border: 1px solid var(--line);
            border-radius: var(--r);
            box-shadow: var(--shadow3);
            min-width: 220px;
            padding: 8px 0;
            z-index: 300
        }

        .nav-item:hover .dropdown {
            display: block
        }

        .dd-head {
            padding: 7px 18px 4px;
            font-size: .7rem;
            font-weight: 700;
            color: var(--muted);
            text-transform: uppercase;
            letter-spacing: .08em
        }

        .dropdown a {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 9px 18px;
            font-size: .86rem;
            color: var(--ink2);
            transition: background .15s
        }

        .dropdown a i {
            width: 16px;
            text-align: center;
            color: var(--brand);
            font-size: .82rem
        }

        .dropdown a:hover {
            background: var(--surface);
            color: var(--brand)
        }

        /* HERO */
        .hero {
            position: relative;
            height: 540px;
            overflow: hidden
        }

        .hero-img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

        .hero-grad {
            position: absolute;
            inset: 0;
            background: linear-gradient(100deg, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .35) 55%, rgba(0, 0, 0, .05) 100%)
        }

        .hero-body {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center
        }

        .hero-inner {
            max-width: 1320px;
            margin: auto;
            padding: 0 24px;
            width: 100%
        }

        .hero-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(0, 87, 255, .9);
            color: #fff;
            font-size: .75rem;
            font-weight: 600;
            padding: 6px 14px;
            border-radius: 30px;
            letter-spacing: .08em;
            text-transform: uppercase;
            margin-bottom: 18px
        }

        .hero h1 {
            font-family: 'Barlow Condensed', sans-serif;
            font-weight: 800;
            font-size: clamp(2.4rem, 5vw, 3.8rem);
            color: #fff;
            line-height: 1.08;
            max-width: 580px;
            margin-bottom: 18px;
            letter-spacing: -.5px
        }

        .hero h1 em {
            color: var(--brand2);
            font-style: normal
        }

        .hero p {
            color: rgba(255, 255, 255, .78);
            font-size: 1.05rem;
            max-width: 460px;
            margin-bottom: 30px;
            line-height: 1.65;
            font-weight: 300
        }

        .hero-btns {
            display: flex;
            gap: 12px;
            flex-wrap: wrap
        }

        .btn {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            padding: 13px 26px;
            border-radius: 8px;
            font-weight: 600;
            font-size: .92rem;
            border: none;
            transition: all .2s;
            letter-spacing: .02em
        }

        .btn-primary {
            background: var(--brand);
            color: #fff
        }

        .btn-primary:hover {
            background: #0048d4;
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(0, 87, 255, .35)
        }

        .btn-ghost {
            background: rgba(255, 255, 255, .12);
            color: #fff;
            border: 1.5px solid rgba(255, 255, 255, .4);
            padding: 11px 24px
        }

        .btn-ghost:hover {
            background: rgba(255, 255, 255, .2);
            border-color: #fff
        }

        .hero-stats {
            position: absolute;
            bottom: 28px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            background: rgba(255, 255, 255, .97);
            border-radius: var(--r);
            overflow: hidden;
            box-shadow: var(--shadow2)
        }

        .hero-stat {
            padding: 14px 28px;
            text-align: center;
            border-right: 1px solid var(--line)
        }

        .hero-stat:last-child {
            border-right: none
        }

        .hero-stat strong {
            display: block;
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 1.4rem;
            font-weight: 800;
            color: var(--brand);
            letter-spacing: -.5px
        }

        .hero-stat span {
            font-size: .76rem;
            color: var(--muted);
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: .05em
        }

        /* TRUST */
        .trust {
            border-bottom: 1px solid var(--line)
        }

        .trust-inner {
            max-width: 1320px;
            margin: auto;
            padding: 0 24px;
            display: grid;
            grid-template-columns: repeat(5, 1fr)
        }

        .trust-item {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 18px 16px;
            border-right: 1px solid var(--line)
        }

        .trust-item:last-child {
            border-right: none
        }

        .trust-icon {
            width: 38px;
            height: 38px;
            background: var(--surface);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0
        }

        .trust-icon i {
            color: var(--brand);
            font-size: .95rem
        }

        .trust-item strong {
            display: block;
            font-size: .86rem;
            font-weight: 600;
            color: var(--ink)
        }

        .trust-item span {
            font-size: .76rem;
            color: var(--muted)
        }

        /* SECTION */
        .section {
            max-width: 1320px;
            margin: auto;
            padding: 56px 24px
        }

        .sec-head {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            margin-bottom: 32px
        }

        .sec-title {
            font-family: 'Barlow Condensed', sans-serif;
            font-weight: 800;
            font-size: 2rem;
            color: var(--ink);
            letter-spacing: -.3px;
            line-height: 1
        }

        .sec-title span {
            color: var(--brand)
        }

        .sec-sub {
            color: var(--muted);
            font-size: .88rem;
            margin-top: 5px
        }

        .sec-link {
            display: flex;
            align-items: center;
            gap: 7px;
            color: var(--brand);
            font-weight: 600;
            font-size: .86rem;
            border: 1.5px solid var(--line);
            padding: 8px 16px;
            border-radius: 7px;
            transition: all .18s
        }

        .sec-link i {
            font-size: .8rem;
            transition: transform .18s
        }

        .sec-link:hover {
            border-color: var(--brand);
            background: var(--brand);
            color: #fff
        }

        .sec-link:hover i {
            transform: translateX(3px)
        }

        /* CATEGORIES */
        .cat-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
            gap: 16px
        }

        .cat-card {
            background: #fff;
            border: 1px solid var(--line);
            border-radius: var(--r);
            overflow: hidden;
            transition: all .22s;
            cursor: pointer
        }

        .cat-card:hover {
            transform: translateY(-4px);
            box-shadow: var(--shadow2);
            border-color: var(--brand)
        }

        .cat-card img {
            width: 100%;
            height: 108px;
            object-fit: cover
        }

        .cat-body {
            padding: 12px 13px 14px
        }

        .cat-body h3 {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: .95rem;
            font-weight: 700;
            color: var(--ink)
        }

        .cat-body p {
            font-size: .74rem;
            color: var(--muted);
            margin-top: 2px
        }

        /* PRODUCT GRID */
        .prod-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(228px, 1fr));
            gap: 20px
        }

        .prod-card {
            background: #fff;
            border: 1px solid var(--line);
            border-radius: var(--r);
            overflow: hidden;
            display: flex;
            flex-direction: column;
            transition: all .22s
        }

        .prod-card:hover {
            transform: translateY(-4px);
            box-shadow: var(--shadow2);
            border-color: transparent
        }

        .prod-thumb {
            position: relative;
            background: #f8f9fb;
            aspect-ratio: 4/3;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center
        }

        .prod-thumb img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            padding: 16px;
            transition: transform .3s
        }

        .prod-card:hover .prod-thumb img {
            transform: scale(1.06)
        }

        .badge {
            position: absolute;
            top: 10px;
            left: 10px;
            font-size: .68rem;
            font-weight: 700;
            padding: 4px 8px;
            border-radius: 5px;
            letter-spacing: .05em;
            text-transform: uppercase
        }

        .badge-sale {
            background: var(--red);
            color: #fff
        }

        .badge-new {
            background: var(--green);
            color: #fff
        }

        .wl-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 32px;
            height: 32px;
            background: #fff;
            border: 1px solid var(--line);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: var(--shadow1);
            transition: all .18s
        }

        .wl-btn i {
            font-size: .85rem;
            color: var(--muted);
            transition: color .18s
        }

        .wl-btn:hover {
            background: var(--red);
            border-color: var(--red)
        }

        .wl-btn:hover i {
            color: #fff
        }

        .prod-body {
            padding: 14px 16px 16px;
            display: flex;
            flex-direction: column;
            flex: 1
        }

        .prod-brand {
            font-size: .72rem;
            font-weight: 700;
            color: var(--brand);
            text-transform: uppercase;
            letter-spacing: .07em;
            margin-bottom: 4px
        }

        .prod-name {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 1.02rem;
            font-weight: 700;
            color: var(--ink);
            line-height: 1.3;
            margin-bottom: 4px;
            flex: 1;
            letter-spacing: .01em
        }

        .prod-sku {
            font-size: .7rem;
            color: var(--muted);
            margin-bottom: 8px
        }

        .prod-stars {
            display: flex;
            align-items: center;
            gap: 4px;
            margin-bottom: 8px;
            font-size: .78rem
        }

        .prod-stars .stars i {
            color: var(--amber);
            font-size: .73rem
        }

        .prod-stars .cnt {
            color: var(--muted)
        }

        .prod-spec {
            font-size: .74rem;
            color: var(--muted);
            margin-bottom: 8px;
            display: flex;
            align-items: flex-start;
            gap: 5px
        }

        .prod-spec i {
            color: var(--brand2);
            flex-shrink: 0;
            margin-top: 2px;
            font-size: .7rem
        }

        .prod-stock {
            font-size: .74rem;
            font-weight: 600;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 5px
        }

        .prod-stock i {
            font-size: .7rem
        }

        .in-stock {
            color: var(--green)
        }

        .low-stock {
            color: var(--amber)
        }

        .out-stock {
            color: var(--red)
        }

        .prod-price {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 12px;
            flex-wrap: wrap
        }

        .price-now {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 1.2rem;
            font-weight: 800;
            color: var(--brand);
            letter-spacing: -.3px
        }

        .price-was {
            font-size: .83rem;
            color: var(--muted);
            text-decoration: line-through
        }

        .price-off {
            font-size: .7rem;
            background: #e8f4ff;
            color: var(--brand);
            padding: 2px 7px;
            border-radius: 4px;
            font-weight: 700
        }

        .add-btn {
            background: var(--brand);
            color: #fff;
            border: none;
            border-radius: 7px;
            padding: 10px 14px;
            font-size: .84rem;
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            transition: all .18s
        }

        .add-btn:hover {
            background: #0048d4;
            transform: translateY(-1px);
            box-shadow: 0 6px 18px rgba(0, 87, 255, .3)
        }

        /* BRAND BAR */
        .brandbar {
            background: var(--surface);
            border-top: 1px solid var(--line);
            border-bottom: 1px solid var(--line);
            padding: 24px 0
        }

        .brandbar-inner {
            max-width: 1320px;
            margin: auto;
            padding: 0 24px;
            display: flex;
            justify-content: space-around;
            align-items: center;
            flex-wrap: wrap;
            gap: 16px
        }

        .brand-pill {
            display: flex;
            align-items: center;
            gap: 9px;
            padding: 10px 20px;
            border-radius: 8px;
            background: #fff;
            border: 1.5px solid var(--line);
            transition: all .18s;
            cursor: pointer
        }

        .brand-pill:hover {
            border-color: var(--brand);
            box-shadow: var(--shadow1)
        }

        .brand-pill i {
            color: var(--brand);
            font-size: .95rem
        }

        .brand-pill span {
            font-family: 'Barlow Condensed', sans-serif;
            font-weight: 700;
            font-size: 1.1rem;
            color: var(--ink)
        }

        /* PROMO */
        .promo-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 18px
        }

        .promo-card {
            border-radius: var(--rl);
            overflow: hidden;
            position: relative;
            min-height: 190px
        }

        .promo-card img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover
        }

        .promo-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(0, 0, 0, .76) 0%, rgba(0, 0, 0, .28) 100%)
        }

        .promo-content {
            position: relative;
            padding: 24px;
            min-height: 190px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end
        }

        .promo-tag {
            display: inline-block;
            background: var(--brand2);
            color: #fff;
            font-size: .68rem;
            font-weight: 700;
            padding: 3px 10px;
            border-radius: 4px;
            letter-spacing: .08em;
            text-transform: uppercase;
            margin-bottom: 8px
        }

        .promo-content h3 {
            font-family: 'Barlow Condensed', sans-serif;
            font-weight: 800;
            font-size: 1.25rem;
            color: #fff;
            letter-spacing: -.2px;
            margin-bottom: 5px
        }

        .promo-content p {
            font-size: .82rem;
            color: rgba(255, 255, 255, .78);
            margin-bottom: 14px;
            font-weight: 300
        }

        .promo-link {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-size: .82rem;
            font-weight: 700;
            color: var(--brand2);
            transition: gap .2s
        }

        .promo-link:hover {
            gap: 10px
        }

        /* TABS */
        .tabs {
            display: flex;
            gap: 6px;
            flex-wrap: wrap;
            margin-bottom: 26px
        }

        .tab {
            padding: 8px 18px;
            border-radius: 7px;
            border: 1.5px solid var(--line);
            background: #fff;
            font-size: .84rem;
            font-weight: 600;
            cursor: pointer;
            transition: all .18s;
            color: var(--muted);
            font-family: inherit;
            display: flex;
            align-items: center;
            gap: 6px
        }

        .tab i {
            font-size: .78rem
        }

        .tab.on,
        .tab:hover {
            background: var(--brand);
            color: #fff;
            border-color: var(--brand)
        }

        /* NEWSLETTER */
        .newsletter {
            background: linear-gradient(110deg, #0057FF 0%, #00AEEF 100%);
            padding: 56px 0
        }

        .nl-inner {
            max-width: 700px;
            margin: auto;
            padding: 0 24px;
            text-align: center
        }

        .nl-inner h2 {
            font-family: 'Barlow Condensed', sans-serif;
            font-weight: 800;
            font-size: 2rem;
            color: #fff;
            letter-spacing: -.3px;
            margin-bottom: 8px
        }

        .nl-inner p {
            color: rgba(255, 255, 255, .8);
            font-size: .96rem;
            margin-bottom: 24px;
            font-weight: 300
        }

        .nl-form {
            display: flex;
            max-width: 480px;
            margin: 0 auto;
            background: #fff;
            border-radius: 9px;
            overflow: hidden;
            box-shadow: 0 8px 32px rgba(0, 0, 0, .18)
        }

        .nl-form input {
            flex: 1;
            border: none;
            outline: none;
            padding: 14px 18px;
            font-size: .9rem;
            font-family: inherit;
            color: var(--ink)
        }

        .nl-form button {
            background: var(--ink);
            color: #fff;
            border: none;
            padding: 0 24px;
            font-weight: 700;
            font-size: .88rem;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: background .18s
        }

        .nl-form button:hover {
            background: #333
        }

        /* REVIEWS */
        .reviews-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 20px
        }

        .review-card {
            background: #fff;
            border: 1px solid var(--line);
            border-radius: var(--r);
            padding: 22px;
            position: relative
        }

        .review-card::before {
            content: '\201C';
            position: absolute;
            top: 14px;
            right: 20px;
            font-size: 4rem;
            color: var(--brand);
            opacity: .1;
            font-family: serif;
            line-height: 1
        }

        .rv-stars {
            display: flex;
            gap: 3px;
            margin-bottom: 10px
        }

        .rv-stars i {
            color: var(--amber);
            font-size: .82rem
        }

        .rv-text {
            font-size: .88rem;
            color: var(--ink2);
            line-height: 1.65;
            margin-bottom: 14px
        }

        .rv-author {
            display: flex;
            align-items: center;
            gap: 10px
        }

        .rv-avatar {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-family: 'Barlow Condensed', sans-serif;
            font-weight: 700;
            font-size: 1rem;
            flex-shrink: 0
        }

        .rv-info strong {
            display: block;
            font-size: .86rem;
            font-weight: 600;
            color: var(--ink)
        }

        .rv-info span {
            font-size: .75rem;
            color: var(--muted)
        }

        .rv-verified {
            display: flex;
            align-items: center;
            gap: 4px;
            font-size: .72rem;
            color: var(--green);
            font-weight: 600;
            margin-top: 3px
        }

        /* FOOTER */
        footer {
            background: var(--ink);
            color: #888
        }

        .ft-top {
            max-width: 1320px;
            margin: auto;
            padding: 56px 24px 40px;
            display: grid;
            grid-template-columns: 2.2fr 1fr 1fr 1fr;
            gap: 40px
        }

        .ft-brand p {
            font-size: .86rem;
            line-height: 1.7;
            max-width: 260px;
            font-weight: 300;
            margin-top: 14px
        }

        .ft-contact {
            margin-top: 18px;
            display: flex;
            flex-direction: column;
            gap: 8px
        }

        .ft-contact a {
            color: #888;
            font-size: .84rem;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: color .18s
        }

        .ft-contact a i {
            color: var(--brand2);
            width: 14px
        }

        .ft-contact a:hover {
            color: #fff
        }

        .ft-col h4 {
            font-family: 'Barlow Condensed', sans-serif;
            font-weight: 700;
            color: #fff;
            font-size: 1rem;
            letter-spacing: .04em;
            margin-bottom: 16px;
            text-transform: uppercase
        }

        .ft-col ul {
            display: flex;
            flex-direction: column;
            gap: 9px
        }

        .ft-col ul li a {
            color: #888;
            font-size: .85rem;
            transition: color .18s;
            display: flex;
            align-items: center;
            gap: 6px
        }

        .ft-col ul li a i {
            font-size: .72rem;
            color: var(--brand2)
        }

        .ft-col ul li a:hover {
            color: #fff
        }

        .ft-bottom {
            border-top: 1px solid #2a2a2a
        }

        .ft-bottom-inner {
            max-width: 1320px;
            margin: auto;
            padding: 16px 24px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 10px;
            font-size: .8rem
        }

        .ft-payments {
            display: flex;
            gap: 8px;
            align-items: center
        }

        .pay-badge {
            background: #2a2a2a;
            color: #aaa;
            padding: 5px 11px;
            border-radius: 5px;
            font-size: .74rem;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 5px
        }

        /* TOAST */
        #toast {
            position: fixed;
            bottom: 24px;
            right: 24px;
            background: var(--ink);
            color: #fff;
            padding: 13px 20px;
            border-radius: 9px;
            font-size: .86rem;
            font-weight: 500;
            box-shadow: var(--shadow3);
            z-index: 1000;
            transform: translateY(80px);
            opacity: 0;
            transition: all .3s;
            display: flex;
            align-items: center;
            gap: 9px;
            max-width: 320px
        }

        #toast.show {
            transform: translateY(0);
            opacity: 1
        }

        #toast i {
            color: var(--green);
            font-size: 1rem;
            flex-shrink: 0
        }

        /* RESPONSIVE */
        @media(max-width:1024px) {
            .promo-grid {
                grid-template-columns: 1fr 1fr
            }

            .trust-inner {
                grid-template-columns: repeat(3, 1fr)
            }

            .ft-top {
                grid-template-columns: 1fr 1fr
            }
        }

        @media(max-width:768px) {
            .hdr {
                grid-template-columns: 1fr auto;
                row-gap: 12px
            }

            .searchbar {
                grid-column: 1/-1;
                order: 3
            }

            .hero {
                height: 420px
            }

            .hero-stats {
                display: none
            }

            .promo-grid {
                grid-template-columns: 1fr
            }

            .trust-inner {
                grid-template-columns: 1fr 1fr
            }

            .ft-top {
                grid-template-columns: 1fr
            }
        }

        @media(max-width:480px) {
            .nav-wrap {
                overflow-x: auto;
                scrollbar-width: none
            }

            .hdr-actions .act-btn span {
                display: none
            }
        }

/* ==================================================
   PRIVACY POLICY MODAL
================================================== */

.privacy-modal {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.28);
}

.privacy-modal-header {
    position: relative;
    align-items: flex-start;
    padding: 28px 32px;
    color: #ffffff;
    border: 0;
    background:
        radial-gradient(
            circle at top right,
            rgba(255, 255, 255, 0.18),
            transparent 32%
        ),
        linear-gradient(135deg, #071e3d 0%, #0c4a7e 55%, #087ca7 100%);
}

.privacy-modal-header > div:first-child {
    padding-right: 45px;
}

.privacy-modal-header .modal-title {
    margin: 8px 0 5px;
    color: #ffffff;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1;
}

.privacy-modal-header p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.95rem;
}

.privacy-modal-header .btn-close {
    position: absolute;
    top: 24px;
    right: 24px;
    box-shadow: none;
}

.privacy-modal-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fbbf24;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.privacy-modal-body {
    max-height: 68vh;
    padding: 30px 32px;
    background: #f8fafc;
}

.privacy-effective-date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    padding: 9px 14px;
    color: #475569;
    border: 1px solid #dbe4ee;
    border-radius: 50px;
    background: #ffffff;
    font-size: 0.85rem;
}

.privacy-effective-date i {
    color: #087ca7;
}

.privacy-section {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 18px;
    margin-bottom: 18px;
    padding: 24px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.privacy-section:last-child {
    margin-bottom: 0;
}

.privacy-section-icon {
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 12px;
    background: linear-gradient(135deg, #0c4a7e, #087ca7);
    font-size: 1.1rem;
}

.privacy-section h3 {
    margin: 0 0 10px;
    color: #0f172a;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
}

.privacy-section p {
    margin: 0 0 10px;
    color: #64748b;
    font-size: 0.94rem;
    line-height: 1.75;
}

.privacy-section p:last-child {
    margin-bottom: 0;
}

.privacy-section ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 20px;
    margin: 12px 0 14px;
    padding: 0;
    list-style: none;
}

.privacy-section li {
    position: relative;
    padding-left: 22px;
    color: #475569;
    font-size: 0.91rem;
    line-height: 1.55;
}

.privacy-section li::before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #087ca7;
    content: "";
}

.privacy-important {
    display: flex;
    gap: 12px;
    margin: 14px 0;
    padding: 15px;
    color: #166534;
    border: 1px solid #bbf7d0;
    border-radius: 10px;
    background: #f0fdf4;
}

.privacy-important > i {
    margin-top: 3px;
    color: #16a34a;
}

.privacy-important strong {
    display: block;
    margin-bottom: 3px;
}

.privacy-important p {
    margin: 0;
    color: #3f6212;
    line-height: 1.5;
}

.privacy-contact-section {
    border-color: rgba(8, 124, 167, 0.25);
    background:
        linear-gradient(
            135deg,
            rgba(8, 124, 167, 0.045),
            rgba(255, 255, 255, 1)
        );
}

.privacy-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.privacy-contact-grid > a,
.privacy-contact-grid > div {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    padding: 14px;
    color: #334155;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #ffffff;
    text-decoration: none;
}

.privacy-contact-grid > a:hover {
    color: #087ca7;
    border-color: #087ca7;
}

.privacy-contact-grid i {
    margin-top: 3px;
    color: #087ca7;
}

.privacy-contact-grid span {
    overflow-wrap: anywhere;
    font-size: 0.86rem;
    line-height: 1.45;
}

.privacy-contact-grid small {
    display: block;
    margin-bottom: 2px;
    color: #94a3b8;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.privacy-modal-footer {
    display: flex;
    gap: 10px;
    padding: 18px 32px;
    border-top: 1px solid #e2e8f0;
    background: #ffffff;
}

.privacy-modal-footer p {
    flex: 1;
    margin: 0;
    color: #64748b;
    font-size: 0.82rem;
}

.privacy-modal-footer .btn {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
}

/* Responsive */
@media (max-width: 767px) {
    .privacy-modal-header,
    .privacy-modal-body,
    .privacy-modal-footer {
        padding-right: 20px;
        padding-left: 20px;
    }

    .privacy-modal-header .modal-title {
        font-size: 1.8rem;
    }

    .privacy-modal-body {
        max-height: 72vh;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .privacy-section {
        grid-template-columns: 1fr;
        padding: 19px;
    }

    .privacy-section ul {
        grid-template-columns: 1fr;
    }

    .privacy-contact-grid {
        grid-template-columns: 1fr;
    }

    .privacy-modal-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .privacy-modal-footer p {
        margin-bottom: 5px;
        text-align: center;
    }

    .privacy-modal-footer .btn {
        width: 100%;
    }
}