 
        /* ================= HEADER ================= */
        
        .topbar {
            position: relative;
            z-index: 50;
            width: calc(100% - 20px);
            max-width: 780px;
            height: 48px;
            margin: 8px auto 0;
            padding: 6px 9px 6px 14px;
            display: flex;
            align-items: center;
            gap: 12px;
            border: 1px solid rgba(0,0,0,.07);
            border-radius: 5px;
            background: rgba(255,255,255,.96);
            box-shadow: 0 5px 12px rgba(0,0,0,.15);
        }

        .brand {
            min-width: 145px;
            display: flex;
            align-items: center;
            gap: 7px;
            color: #111;
            text-decoration: none;
        }

        .brand-logo {
            width: 27px;
            height: 27px;
            display: grid;
            place-items: center;
            border: 2px solid #222;
            border-radius: 8px 8px 8px 2px;
            font-size: 14px;
            font-weight: 800;
            transform: rotate(-4deg);
        }

        .brand-name {
            display: block;
            font-size: 14px;
            line-height: 1;
            font-weight: 800;
            letter-spacing: -.4px;
        }

        .brand-sub {
            display: block;
            margin-top: 3px;
            color: #777;
            font-size: 5px;
            line-height: 1;
            font-weight: 700;
        }

        .nav {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 17px;
        }

        .nav a {
            color: #111;
            text-decoration: none;
            font-size: 9px;
            font-weight: 500;
            white-space: nowrap;
        }

        .nav a:hover {
            color: var(--green-dark);
        }

        .header-actions {
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .head-btn {
            height: 26px;
            border: 0;
            border-radius: 6px;
            padding: 0 10px;
            display: inline-flex;
            align-items: center;
            gap: 4px;
            font-size: 8px;
            font-weight: 600;
            white-space: nowrap;
            cursor: pointer;
            transition: .2s ease;
        }

        .head-btn:hover {
            transform: translateY(-1px);
            box-shadow: 0 4px 9px rgba(0,0,0,.12);
        }

        .cart-btn {
            color: #fff;
            background: linear-gradient(135deg, #70b866, #4f994b);
        }

        .token-btn {
            color: #111;
            background: linear-gradient(135deg, #e1b95c, #b67c1c);
        }

        .svg-icon {
            width: 12px;
            height: 12px;
            flex: 0 0 auto;
        }

        /* ================= HERO ================= */

        .hero {
            width: min(100% - 30px, 1500px);
            min-height: 350px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 45% 55%;
            align-items: flex-start;
            padding-top: 166px;
        }

        .hero-copy {
            position: relative;
            z-index: 10;
            padding-left: 10px;
        }

        .hero-main-title {
            margin: 0;
            max-width: 310px;
            font-family: "Barlow Condensed", Arial, sans-serif;
            font-size: 48px;
            line-height: .89;
            letter-spacing: -1.35px;
            font-weight: 700;
        }

        .hero-main-title .gold {
            color: #a87a37;
        }

        .hero-text {
            max-width: 330px;
            margin: 184px 0 14px;
            font-size: 10px;
            line-height: 1.36;
            font-weight: 400;
            margin-left: 20px;
        }

        .hero-actions {
            display: flex;
            align-items: center;
            gap: 12px;
            flex-wrap: wrap;
            margin-bottom: 25px;
        }

        /* ================= BUTTON STYLING ================= */

        .hero-btn {
            height: 38px;
            padding: 0 22px;
            border-radius: 12px;
            font-size: 11px;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all .2s ease;
            box-sizing: border-box;
        }

        .hero-btn:hover {
            transform: translateY(-2px);
        }

        .start-btn {
            color: #2b1f0c;
            border: none;
            background: linear-gradient(180deg, #dfbc77 0%, #be9044 100%);
            box-shadow: 0 8px 16px rgba(168, 122, 55, 0.35);
        }

        .start-btn:hover {
            box-shadow: 0 10px 20px rgba(168, 122, 55, 0.45);
        }

        .market-btn {
            color: #588052;
            border: 1.5px solid #729b6a;
            border-radius: 30px;
            background: #ffffff;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
        }

        .market-btn:hover {
            background: #fbfdfb;
            box-shadow: 0 4px 10px rgba(0,0,0,0.06);
        }

        /* ================= FEATURES UNDER BUTTONS ================= */

        .features {
            width: 100%;
            max-width: 330px;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 8px;
            margin-top: 10px;
        }

        .feature {
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .feature-icon1 {
            width: 26px;
            height: 26px;
            margin: 0 auto 5px;
            display: grid;
            place-items: center;
        }

        .feature-icon1 svg {
            width: 22px;
            height: 22px;
            stroke: #222222;
            fill: none;
            stroke-width: 1.6;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

        .feature-title {
            font-size: 7.5px;
            line-height: 1.2;
            font-weight: 600;
            color: #222222;
        }

        /* ================= VISUAL ================= */

        .visual {
            position: relative;
            height: 350px;
            overflow: visible;
            margin-top: 30px;
        }

        .visual::before {
            content: "";
            position: absolute;
            width: 315px;
            height: 315px;
            right: 20px;
            top: 7px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(255,223,164,.42), rgba(255,255,255,0) 69%);
        }

        .laptop {
            position: absolute;
            z-index: 3;
            width: 285px;
            height: 192px;
            left: 50px;
            top: 78px;
        }

        .laptop-screen {
            position: absolute;
            left: 0;
            top: 0;
            width: 285px;
            height: 164px;
            padding: 5px;
            border: 5px solid #252525;
            border-bottom-width: 7px;
            border-radius: 10px 10px 3px 3px;
            background: #222;
            box-shadow: 0 8px 15px rgba(0,0,0,.18);
        }

        .laptop-screen img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            border-radius: 2px;
        }

        .laptop-base {
            position: absolute;
            left: -18px;
            top: 164px;
            width: 321px;
            height: 16px;
            border-radius: 2px 2px 12px 12px;
            background: linear-gradient(#c9c9c9, #858585);
            box-shadow: 0 7px 8px rgba(0,0,0,.18);
        }

        .laptop-base::after {
            content: "";
            position: absolute;
            left: 40%;
            top: 3px;
            width: 20%;
            height: 3px;
            border-radius: 5px;
            background: #777;
        }

        /* CARDS */

        .bonus-card {
            position: absolute;
            z-index: 8;
            min-width: 113px;
            min-height: 53px;
            padding: 8px 8px 7px;
            border: 1px solid rgba(70,70,70,.12);
            border-radius: 7px;
            background: rgba(255,255,255,.94);
            box-shadow: 0 7px 14px rgba(0,0,0,.14);
            backdrop-filter: blur(5px);
        }

        .bonus-title {
            margin: 0;
            font-size: 10px;
            line-height: 1;
            font-weight: 800;
        }

        .bonus-desc {
            margin: 5px 0 0;
            max-width: 90px;
            font-size: 7px;
            line-height: 1.2;
            font-weight: 500;
        }

        .bonus-art {
            position: absolute;
            right: 7px;
            bottom: 7px;
            width: 29px;
            height: 25px;
            display: grid;
            place-items: center;
            border-radius: 6px;
            background: linear-gradient(135deg, #d7e8ca, #f3f0c7);
            font-size: 15px;
        }

        .cashback {
            top: 33px;
            left: 115px;
            width: 125px;
        }

        .value-added {
            top: 21px;
            right: 140px;
            width: 129px;
        }

        .cashback .bonus-desc,
        .value-added .bonus-desc {
            padding-right: 30px;
        }

        .cashback .bonus-art {
            background: #dbe8d2;
        }

        .value-added .bonus-art {
            background: #f3e7b8;
        }

        .side-card {
            position: absolute;
            z-index: 7;
            width: 82px;
            min-height: 67px;
            padding: 7px;
            border-radius: 7px;
            border: 1px solid rgba(70,70,70,.11);
            background: rgba(255,255,255,.94);
            box-shadow: 0 7px 13px rgba(0,0,0,.13);
            backdrop-filter: blur(5px);
        }

        .side-card strong {
            display: block;
            font-size: 8px;
            line-height: 1.05;
            font-weight: 800;
        }

        .side-card small {
            display: block;
            margin-top: 5px;
            font-size: 6.3px;
            line-height: 1.15;
            font-weight: 500;
        }

        .side-icon {
            width: 25px;
            height: 25px;
            margin-top: 6px;
            display: grid;
            place-items: center;
            border-radius: 5px;
            font-size: 14px;
            background: #f1ead9;
        }

        .loyalty {
            top: 82px;
            left: 33px;
        }

        .wallet {
            top: 174px;
            left: 32px;
        }

        .subscription {
            top: 95px;
            right: 167px;
            width: 90px;
        }

        .analytics {
            top: 201px;
            right: 150px;
            width: 92px;
        }

        .bottom-card {
            position: absolute;
            z-index: 8;
            border: 1px solid rgba(70,70,70,.11);
            border-radius: 7px;
            background: rgba(255,255,255,.95);
            box-shadow: 0 7px 14px rgba(0,0,0,.13);
        }

        /* MARKETPLACE EXACT IMAGE MATCH CARD */
        .marketplace {
            left: 105px;
            bottom: 10px;
            width: 100px;
            height: 80px;
            padding: 8px 6px;
            overflow: hidden;
            background: linear-gradient(135deg, #f9f6ef 0%, #ffffff 100%);
        }

        .marketplace strong {
            display: block;
            font-size: 8.5px;
            line-height: 1;
            font-weight: 800;
            letter-spacing: -0.2px;
            color: #111;
            margin-bottom: 5px;
        }

        .marketplace-body {
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
        }

        .mini-list {
            margin: 0;
            padding: 0;
            list-style: none;
            z-index: 2;
        }

        .mini-list li {
            font-size: 7.5px;
            line-height: 1.25;
            color: #222;
            font-weight: 600;
            letter-spacing: -0.1px;
        }

        /* RIGHT GRAPHIC ICON */
        .marketplace-art {
            position: absolute;
            right: -2px;
            bottom: -5px;
            width: 42px;
            height: 42px;
            z-index: 1;
            opacity: 0.9;
        }

        .performance {
            left: 217px;
            bottom: -7px;
            width: 94px;
            min-height: 75px;
            padding: 8px;
            text-align: center;
        }

        .performance strong {
            display: block;
            font-size: 8px;
            line-height: 1.05;
            font-weight: 800;
        }

        .performance p {
            margin: 5px 0 0;
            font-size: 6.5px;
            line-height: 1.15;
        }

        .performance .cup {
            margin: 5px auto 2px;
            width: 27px;
            height: 27px;
            display: grid;
            place-items: center;
            border-radius: 50%;
            background: #efe4b8;
            font-size: 16px;
        }

        /* ================= TOAST ================= */

        .toast-message {
            position: fixed;
            z-index: 100;
            right: 18px;
            bottom: 18px;
            padding: 10px 14px;
            color: #fff;
            background: #222;
            border-radius: 9px;
            font-size: 11px;
            opacity: 0;
            transform: translateY(12px);
            pointer-events: none;
            transition: .25s ease;
        }

        .toast-message.show {
            opacity: 1;
            transform: translateY(0);
        }

        /* ================= RESPONSIVE ================= */

        @media (max-width: 991px) {
            .nav {
                gap: 9px;
            }

            .nav a {
                font-size: 8px;
            }

            .hero {
                width: calc(100% - 25px);
            }

            .hero-title {
                font-size: 42px;
            }

            .visual {
                transform: scale(.92);
                transform-origin: center;
            }
        }

        @media (max-width: 767px) {
            .topbar {
                height: 54px;
                padding: 7px 8px;
            }

            .brand {
                min-width: auto;
            }

            .brand-sub,
            .nav {
                display: none;
            }

            .header-actions {
                margin-left: auto;
            }

            .hero {
                display: flex;
                flex-direction: column;
                width: calc(100% - 22px);
                min-height: auto;
                padding-top: 22px;
            }

            .hero-copy {
                width: 100%;
                padding: 0 7px;
                text-align: center;
                display: flex;
                flex-direction: column;
                align-items: center;
            }

            .hero-title {
                max-width: 100%;
                font-size: clamp(40px, 12vw, 55px);
                line-height: .9;
            }

            .hero-text {
                margin: 15px auto;
                max-width: 480px;
                font-size: 11px;
                margin-top: 166px;
            }

            .hero-actions {
                justify-content: center;
            }

            .features {
                max-width: 100%;
                margin: 0 auto 20px;
            }

            .visual {
                width: 430px;
                max-width: 120vw;
                height: 300px;
                margin: 8px auto 0;
                transform: scale(.82);
                transform-origin: top center;
            }
        }

        @media (max-width: 420px) {
            .token-btn {
                display: none;
            }

            .visual {
                transform: scale(.72);
                margin-bottom: -55px;
            }
        }
        

        
