        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        html {
            -webkit-text-size-adjust: 100%;
            text-size-adjust: 100%;
            overflow-x: hidden;
        }

        body {
            font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            background: radial-gradient(1400px 760px at 12% -8%, rgba(59, 130, 246, 0.18), transparent 68%),
                        radial-gradient(1200px 740px at 88% 8%, rgba(59, 130, 246, 0.16), transparent 70%),
                        radial-gradient(1200px 820px at 50% 96%, rgba(29, 78, 216, 0.12), transparent 74%),
                        #1a1d29;
            color: #FFFFFF;
            margin: 0;
            padding: 0;
            min-height: 100vh;
            overflow-x: hidden;
        }

        body.leaderboard-only .trial-banner,
        body.leaderboard-only .hero-shell,
        body.leaderboard-only .screenshot-section,
        body.leaderboard-only .value-comparison,
        body.leaderboard-only .feature-zigzag,
        body.leaderboard-only .pricing-section,
        body.leaderboard-only .payment-methods,
        body.leaderboard-only .cta-section {
            display: none !important;
        }

        body.leaderboard-only .landing-container {
            padding-top: 1.25rem;
        }

        body.leaderboard-only .leaderboard-section {
            margin-top: 0;
        }

        body.plans-only .trial-banner,
        body.plans-only .hero-shell,
        body.plans-only .leaderboard-section,
        body.plans-only .screenshot-section,
        body.plans-only .value-comparison,
        body.plans-only .payment-methods,
        body.plans-only .cta-section {
            display: none !important;
        }

        body.plans-only .landing-container {
            padding-top: 1.25rem;
            display: flex;
            flex-direction: column;
        }

        body.plans-only .pricing-section {
            order: 1;
            margin-top: 0 !important;
        }

        body.plans-only .feature-zigzag {
            order: 2;
            margin-top: 3.5rem !important;
        }
        
        .navbar {
            background: #1a1d29 !important;
            padding: 1rem 2rem;
            border-bottom: 1px solid rgba(255,255,255,0.05);
            position: sticky;
            top: 0;
            z-index: 100;
            overflow: visible;
}

        .landing-price-ticker {
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
            background: #0c1017;
        }

        .landing-price-ticker__inner {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0.45rem 2rem;
        }

        .landing-price-ticker__viewport {
            position: relative;
            overflow: hidden;
        }

        .landing-price-ticker__track {
            display: flex;
            width: max-content;
            animation: landing-price-ticker-roll 42s linear infinite;
            will-change: transform;
        }

        .landing-price-ticker__group {
            display: flex;
            align-items: center;
            gap: 1.1rem;
            padding-right: 1.1rem;
            flex-shrink: 0;
        }

        .landing-price-ticker__item {
            display: inline-flex;
            align-items: center;
            gap: 0.32rem;
            color: #d6dfef;
            text-decoration: none;
            padding: 0;
            min-width: 0;
            transition: color 0.2s ease, opacity 0.2s ease;
        }

        .landing-price-ticker__item:hover {
            color: #ffffff;
            opacity: 1;
        }

        .landing-price-ticker__item img {
            width: 24px;
            height: 24px;
            object-fit: contain;
            flex-shrink: 0;
        }

        .landing-price-ticker__movement {
            font-size: 0.76rem;
            font-weight: 600;
            letter-spacing: 0.02em;
            white-space: nowrap;
        }

        .landing-price-ticker__movement.up {
            color: #22c55e;
        }

        .landing-price-ticker__movement.down {
            color: #ef4444;
        }

        .landing-price-ticker__movement.flat {
            color: #94a3b8;
        }

        .landing-price-ticker:hover .landing-price-ticker__track {
            animation-play-state: paused;
        }

        @keyframes landing-price-ticker-roll {
            from {
                transform: translateX(0);
            }
            to {
                transform: translateX(-50%);
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .landing-price-ticker__track {
                animation: none;
            }
        }
        
        .navbar-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1400px;
            margin: 0 auto;
        }
        
        .navbar-brand {
            display: flex;
            align-items: center;
            gap: 12px;
            color: white;
            text-decoration: none;
            font-size: 1.3rem;
            font-weight: 700;
        }
        
        .navbar-brand img {
            width: 32px;
            height: 32px;
        }
        .navbar-links {
            display: flex;
            gap: 2rem;
            align-items: center;
        }
        .navbar-actions {
            display: flex;
            align-items: center;
            gap: 30px;
        }
        .navbar-links a {
            color: #9CA3AF;
            text-decoration: none;
            transition: color 0.2s;
            font-weight: 500;
            font-size: 0.95rem;
        }
        .navbar-links > a:not(.discord-button) {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
        }
        .navbar-links > a .nav-icon {
            width: 18px;
            height: 18px;
            display: block;
            fill: currentColor;
            opacity: 0.75;
            flex-shrink: 0;
        }
        .navbar-links > a:hover .nav-icon {
            opacity: 1;
        }
        .navbar-links a:hover {
            color: #FFFFFF;
        }
        
        .merch-guide-pill {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0.38rem 1.15rem;
            border-radius: 999px;
            background: #2b3a53;
            border: 1px solid #5678b2;
            color: #c8d6ea;
            font-size: 0.75rem;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            text-decoration: none;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
            transition: all 0.2s ease;
            white-space: nowrap;
        }

        .merch-guide-pill:hover {
            color: #e7efff;
            border-color: #6288c7;
            background: #30415f;
            transform: translateY(-1px);
        }

        /* User dropdown menu */
                        .discord-button {
            display: inline-flex;
            align-items: center;
            margin-left: 50px;
            gap: 0.45rem;
            padding: 1px 0;
            border-radius: 0;
            background: transparent;
            color: #9aa7bf;
            text-decoration: none;
            font-weight: 600;
            font-size: 0.95rem;
            letter-spacing: 0.01em;
            border: none;
            box-shadow: none;
            transition: color 0.2s ease, text-decoration-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
            white-space: nowrap;
            line-height: 1.2;
        }

        .discord-button svg {
            width: 26px;
            height: 26px;
            display: block;
            fill: currentColor;
            opacity: 0.8;
            flex-shrink: 0;
            overflow: visible;
}

        .discord-button:hover {
            color: #c9d6ee;
            text-decoration: underline;
            text-decoration-color: rgba(201, 214, 238, 0.6);
            transform: translateY(-1px);
        }

        .discord-button:hover svg {
            opacity: 1;
        }

        .discord-button:focus-visible {
            outline: 2px solid #6f93e8;
            outline-offset: 2px;
        }

        @media (max-width: 900px) {
            .navbar-container {
                flex-wrap: wrap;
                gap: 0.85rem;
            }

            .navbar-actions {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: stretch;
                gap: 0.75rem;
                margin-top: 0.75rem;
            }

            .navbar.mobile-open .navbar-actions {
                display: flex;
            }

            .navbar-links {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: flex-start;
                gap: 0.75rem;
            }

            .navbar.mobile-open .navbar-links {
                display: flex;
            }

            .navbar-links a {
                width: 100%;
                padding: 0.4rem 0;
            }

            .navbar .discord-button {
                display: none;
                margin-left: 0;
            }

            .navbar.mobile-open .discord-button {
                display: inline-flex;
            }
        }

        @media (max-width: 768px) {
            .navbar {
                padding: 0.9rem 1.1rem;
            }

            .landing-price-ticker__inner {
                padding: 0.38rem 0.95rem;
            }

            .landing-price-ticker__track {
                animation-duration: 36s;
            }

            .landing-price-ticker__group {
                gap: 0.78rem;
                padding-right: 0.78rem;
            }

            .landing-price-ticker__item {
                gap: 0.24rem;
            }

            .landing-price-ticker__item img {
                width: 19px;
                height: 19px;
            }

            .landing-price-ticker__movement {
                font-size: 0.66rem;
            }

            .navbar-brand {
                font-size: 1.15rem;
            }

            .navbar-links a {
                font-size: 0.9rem;
            }
        }

        @media (max-width: 430px) {
            .landing-price-ticker__inner {
                padding: 0.34rem 0.75rem;
            }

            .landing-price-ticker__track {
                animation-duration: 32s;
            }

            .landing-price-ticker__group {
                gap: 0.65rem;
                padding-right: 0.65rem;
            }

            .landing-price-ticker__item img {
                width: 18px;
                height: 18px;
            }

            .landing-price-ticker__movement {
                font-size: 0.62rem;
            }
        }

        .user-dropdown {
            position: relative;
            display: inline-block;
        }

        .user-button {
            background: none;
            border: none;
            color: #9CA3AF;
            font-size: 0.95rem;
            font-weight: 500;
            cursor: pointer;
            padding: 0.5rem 1rem;
            border-radius: 6px;
            transition: all 0.2s;
            font-family: 'Inter', sans-serif;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .user-button:hover {
            color: #FFFFFF;
            background: rgba(255, 255, 255, 0.05);
        }

        .user-button::after {
            content: '\25BC';
            font-size: 0.7rem;
            transition: transform 0.2s;
        }

        .user-dropdown.active .user-button::after {
            transform: rotate(180deg);
        }

        .dropdown-menu {
            position: absolute;
            top: 100%;
            right: 0;
            background: #2a2e3a;
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 8px;
            margin-top: 0.5rem;
            min-width: 180px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.2s;
            z-index: 1000;
        }

        .user-dropdown.active .dropdown-menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .dropdown-menu a {
            display: flex;
            padding: 0.75rem 1rem;
            color: #9CA3AF;
            text-decoration: none;
            transition: all 0.2s;
            font-size: 0.9rem;
            align-items: center;
            gap: 0.5rem;
        }

        .dropdown-menu a:first-child {
            border-radius: 8px 8px 0 0;
        }

        .dropdown-menu a:last-child {
            border-radius: 0 0 8px 8px;
        }

        .dropdown-menu a:hover {
            background: rgba(255, 255, 255, 0.05);
            color: #FFFFFF;
        }


        .dropdown-menu a .menu-icon {
            width: 18px;
            height: 18px;
            display: block;
            fill: currentColor;
            opacity: 0.8;
            flex-shrink: 0;
        }

        .dropdown-menu a:hover .menu-icon {
            opacity: 1;
        }
        .dropdown-menu a.logout {
            color: #EF4444;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }
        .dropdown-menu a.logout:hover {
            background: rgba(239, 68, 68, 0.1);
        }

        @media (max-width: 768px) {
            .dropdown-menu {
                border-radius: 6px;
                padding: 0.3rem;
            }

            .dropdown-menu a {
                padding: 0.6rem 0.8rem;
                border-radius: 6px;
            }

            .dropdown-menu a:first-child,
            .dropdown-menu a:last-child {
                border-radius: 6px;
            }
        }

        .landing-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 2rem;
            position: relative;
        }
        
        .hero-shell {
            position: relative;
            z-index: 40;
            --hero-max: 1320px;
            --hero-width: min(100%, var(--hero-max));
            --hero-gap: calc((100% - var(--hero-width)) / 2);
        }

        .hero-section {
            max-width: var(--hero-max);
            margin: 0 auto;
            text-align: center;
            padding: 100px 30px 60px;
            background: transparent;
            border-radius: 0;
            margin-bottom: 0;
            border: none;
            box-shadow: none;
            position: relative;
            overflow: visible;
            isolation: isolate;
        }

        .hero-torch {
            --torch-max: min(180px, 18vw);
            --torch-gutter: 24px;
            --shell-offset: calc(50vw - 50%);
            --page-gap: calc(var(--shell-offset) + var(--hero-gap));
            --torch-width: min(var(--torch-max), max(0px, calc(var(--page-gap) - (2 * var(--torch-gutter)))));
            position: absolute;
            top: 50%;
            width: var(--torch-width);
            display: block;
            opacity: 0.95;
            filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.45));
            pointer-events: none;
            z-index: 1;
        }

        .hero-torch img {
            width: 100%;
            height: auto;
            display: block;
        }

        .hero-torch.left {
            left: calc((var(--hero-gap) - var(--shell-offset)) / 2);
            transform: translate(-50%, -50%);
        }

        .hero-torch.right {
            right: calc((var(--hero-gap) - var(--shell-offset)) / 2);
            transform: translate(50%, -50%) scaleX(-1);
        }

        .hero-section::before {
            content: none;
        }

        .hero-section::after {
            content: none;
        }

        @keyframes heroFloat {
            0% {
                transform: translate3d(0, 0, 0);
            }
            50% {
                transform: translate3d(-10px, 16px, 0);
            }
            100% {
                transform: translate3d(0, 0, 0);
            }
        }

        .hero-content {
            position: relative;
            z-index: 1;
            max-width: 1100px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.5rem;
            animation: heroFadeUp 0.9s ease both;
        }

        @keyframes heroFadeUp {
            from {
                opacity: 0;
                transform: translateY(18px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .hero-pill {
            position: absolute;
            left: 50%;
            bottom: 28px;
            transform: translateX(-50%);
            margin: 0;
            z-index: 2;
        }
        
        .hero-section h1 {
            position: relative;
            display: inline-block;
            font-size: clamp(2.7rem, 5.4vw, 4.4rem);
            margin-bottom: 10px;
            font-weight: 700;
            letter-spacing: -0.02em;
            color: #FFFFFF;
            text-shadow: 0 0 1px rgba(255, 255, 255, 0.7), 0 0 24px rgba(145, 186, 255, 0.28), 0 16px 40px rgba(6, 10, 18, 0.55);
        }

        .hero-section h1::after {
            content: "";
            position: absolute;
            left: 8%;
            right: 8%;
            bottom: -0.22rem;
            height: 0.34rem;
            border-radius: 999px;
            background: radial-gradient(circle at center, rgba(147, 197, 253, 0.5), rgba(147, 197, 253, 0));
            filter: blur(7px);
            pointer-events: none;
            opacity: 0.82;
        }

        .hero-section h1 span {
            color: inherit;
            background: none;
            -webkit-text-fill-color: currentColor;
        }
        
        .hero-section .tagline {
            font-size: 1.2rem;
            line-height: 1.35;
            max-width: 26ch;
            margin: 0 auto 0.6rem;
            color: #DCE6F4;
            font-weight: 500;
        }

        .hero-search {
            width: min(680px, 100%);
            margin: 0 auto 0.4rem;
            display: grid;
            gap: 0.38rem;
            position: relative;
            z-index: 20;
        }

        .hero-search-label {
            font-size: 0.72rem;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            font-weight: 700;
            color: #9ec0e8;
        }

        .hero-search-row {
            display: flex;
            align-items: stretch;
            gap: 0;
            position: relative;
        }

        .hero-search-input {
            flex: 1 1 auto;
            min-width: 0;
            height: 2.75rem;
            border-radius: 10px;
            border: 1px solid rgba(159, 184, 220, 0.36);
            background: #0A101C;
            color: #eef6ff;
            padding: 0.74rem 0.84rem;
            font-size: 0.95rem;
            font-family: "Inter", sans-serif;
            outline: none;
            position: relative;
            z-index: 1;
            transition: border-color 0.2s ease, box-shadow 0.2s ease;
        }

        .hero-search-input::placeholder {
            color: #9db0cb;
        }

        .hero-search-input:focus {
            border-color: rgba(145, 190, 255, 0.82);
            box-shadow: 0 0 0 3px rgba(91, 159, 237, 0.24);
        }

        .hero-search-results {
            position: absolute;
            top: calc(100% + 0.38rem);
            left: 0;
            right: 0;
            z-index: 30;
            text-align: left;
            min-height: 0;
            max-height: min(60vh, 420px);
            overflow-y: auto;
            overscroll-behavior: contain;
        }

        .hero-search-result-list {
            display: grid;
            gap: 0.35rem;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .hero-search-result {
            width: 100%;
            border: 1px solid rgba(159, 184, 220, 0.3);
            background: rgba(10, 16, 28, 0.92);
            color: #e4f0ff;
            border-radius: 9px;
            padding: 0.46rem 0.58rem;
            display: inline-flex;
            align-items: center;
            gap: 0.55rem;
            text-align: left;
            cursor: pointer;
            font-family: "Inter", sans-serif;
            font-size: 0.85rem;
            transition: border-color 0.2s ease, background 0.2s ease;
        }

        .hero-search-result:hover {
            border-color: rgba(190, 221, 255, 0.72);
            background: rgba(18, 32, 54, 0.92);
        }

        .hero-search-result-icon {
            width: 22px;
            height: 22px;
            border-radius: 6px;
            object-fit: contain;
            flex-shrink: 0;
        }

        .hero-search-result-name {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .hero-search-result-empty {
            color: #9db0cb;
            font-size: 0.8rem;
            padding: 0.2rem 0.1rem 0;
        }

        .hero-subcopy {
            margin-bottom: 28px;
            display: inline-flex;
            flex-wrap: wrap;
            gap: 0.75rem 0.9rem;
            justify-content: center;
        }

        .hero-subcopy span {
            display: inline-flex;
            align-items: center;
            gap: 0.45rem;
            padding: 0.4rem 0.85rem;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.12);
            color: #C7D2E5;
            font-size: 0.95rem;
            letter-spacing: 0.01em;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
        }
        
        .trial-banner {
            background: linear-gradient(135deg, rgba(91, 159, 237, 0.1) 0%, rgba(16, 185, 129, 0.1) 100%);
            color: #10B981;
            padding: 1rem;
            text-align: center;
            font-weight: 500;
            font-size: 1rem;
            border-radius: 12px;
            margin-bottom: 30px;
            border: 1px solid rgba(16, 185, 129, 0.2);
        }
        
        .trial-banner a {
            color: #5B9FED;
            text-decoration: underline;
        }
        
        .cta-button {
            background: #5B9FED;
            color: #FFFFFF;
            border: none;
            padding: 1rem 2.5rem;
            font-size: 1.1em;
            border-radius: 10px;
            cursor: pointer;
            transition: all 0.2s ease;
            font-weight: 600;
            font-family: "Inter", sans-serif;
            display: inline-block;
            text-decoration: none;
        }

        .hero-section .cta-button {
            background: linear-gradient(135deg, rgba(91, 159, 237, 1) 0%, rgba(16, 185, 129, 1) 100%);
            border: 1px solid rgba(255, 255, 255, 0.2);
            box-shadow: 0 16px 32px rgba(91, 159, 237, 0.3), 0 10px 20px rgba(16, 185, 129, 0.2);
            font-size: 1.15rem;
            padding: 1.05rem 2.8rem;
        }

        .hero-section .cta-button:hover {
            background: linear-gradient(135deg, rgba(91, 159, 237, 0.95) 0%, rgba(16, 185, 129, 0.95) 100%);
            transform: translateY(-3px);
            box-shadow: 0 20px 40px rgba(91, 159, 237, 0.35), 0 12px 24px rgba(16, 185, 129, 0.25);
        }

        .hero-actions {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 1rem;
            margin: 18px 0 20px;
        }

        .hero-trial-inline {
            margin: 0.45rem auto 0.2rem;
            display: flex;
            justify-content: center;
        }

        .hero-trial-launch {
            display: inline-flex;
            width: auto;
            justify-content: center;
            align-items: center;
            gap: 0.45rem;
            margin-top: 0;
            padding: 0.72rem 1rem;
            border-radius: 10px;
            border: 1px solid rgba(255, 255, 255, 0.9);
            background: #FFFFFF;
            color: #000000;
            text-decoration: none;
            font-size: 1.05rem;
            font-weight: 700;
            letter-spacing: 0.01em;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.24);
            cursor: pointer;
            font-family: "Inter", sans-serif;
            transition: background 0.2s ease, transform 0.2s ease;
        }

        .hero-trial-inline .hero-trial-launch {
            padding-top: 0.56rem;
            padding-bottom: 0.56rem;
        }

        .hero-trial-launch:hover {
            background: #F3F4F6;
            transform: translateY(-1px);
        }

        .hero-trial-launch-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            line-height: 0;
        }

        .hero-trial-launch-icon img {
            width: 14px;
            height: 14px;
            display: block;
            object-fit: contain;
        }

        body.trial-feature-modal-open {
            overflow: hidden;
        }

        .trial-feature-modal {
            position: fixed;
            inset: 0;
            z-index: 1200;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 1rem;
        }

        .trial-feature-modal[hidden] {
            display: none !important;
        }

        .trial-feature-modal__backdrop {
            position: absolute;
            inset: 0;
            background: rgba(1, 5, 14, 0.7);
            backdrop-filter: blur(2px);
        }

        .trial-feature-modal__panel {
            position: relative;
            width: min(92vw, 520px);
            max-height: none;
            overflow: hidden;
            border-radius: 14px;
            border: 1px solid rgba(159, 184, 220, 0.34);
            background: #0B1424;
            box-shadow: 0 26px 48px rgba(0, 0, 0, 0.5);
            padding: 1.25rem 1.2rem;
            z-index: 1;
        }

        .trial-feature-modal__panel::before {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            width: min(72%, 360px);
            aspect-ratio: 1 / 1;
            transform: translate(-50%, -50%);
            background: url("/static/premium_crown_lrg.png") center / contain no-repeat;
            opacity: 0.3;
            pointer-events: none;
            z-index: 0;
        }

        .trial-feature-modal__panel > * {
            position: relative;
            z-index: 1;
        }

        .trial-feature-modal__panel h3 {
            margin: 0 0 0.4rem;
            font-size: 1.3rem;
            color: #22C55E;
        }

        .trial-feature-modal__panel p {
            margin: 0 0 0.7rem;
            color: #B9C7DC;
            font-size: 0.95rem;
        }

        .trial-feature-modal__list {
            margin: 0;
            padding-left: 0;
            list-style: none;
            display: grid;
            gap: 0.45rem;
            color: #D9E7F8;
            font-size: 0.92rem;
            line-height: 1.4;
        }

        .trial-feature-modal__list li {
            position: relative;
            padding-left: 1.15rem;
        }

        .trial-feature-modal__list li::before {
            content: "\2713";
            position: absolute;
            left: 0;
            top: 0;
            color: #22C55E;
            font-weight: 700;
            line-height: 1.2;
        }

        .trial-feature-modal__actions {
            display: flex;
            gap: 0.65rem;
            justify-content: flex-end;
            margin-top: 1rem;
            flex-wrap: wrap;
        }

        .trial-feature-modal__actions .hero-trial-launch {
            width: auto;
            max-width: none;
        }

        @media (min-width: 769px) {
            .hero-actions {
                display: none;
            }
        }

        .cta-button:hover {
            background: #4A8DD8;
            transform: translateY(-2px);
        }
        
        .profit-metrics-panel {
            position: relative;
            width: 100%;
            max-width: 460px;
            margin: 20px auto 0;
            padding: 0.9rem 1rem 1rem;
            border-radius: 20px;
            border: 1px solid rgba(148, 184, 255, 0.28);
            overflow: hidden;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            min-height: 560px;
            background: linear-gradient(180deg, rgba(5, 10, 22, 0.96) 0%, rgba(5, 10, 22, 0.92) 52%, rgba(5, 10, 22, 0.9) 100%);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 24px 42px rgba(1, 4, 12, 0.5);
        }

        .profit-metrics-panel::before {
            content: none;
        }

        .profit-metrics-panel::after {
            content: none;
        }

        .profit-metrics-bg {
            position: absolute;
            left: 0;
            top: 24%;
            bottom: 3rem;
            width: 100%;
            height: auto;
            display: block;
            pointer-events: none;
            z-index: 0;
        }

        .profit-metrics-bg img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: contain;
            object-position: center top;
        }

        .profit-metrics-panel > * {
            position: relative;
            z-index: 2;
        }

        .profit-metrics-panel > .profit-metrics-bg {
            position: absolute;
            z-index: 0;
        }

        .profit-metrics-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 0.4rem;
            margin: 0;
            padding-top: 1.55rem;
            max-width: none;
            text-align: left;
            position: relative;
            z-index: 1;
            animation: heroFadeUp 1s ease both;
            animation-delay: 0.08s;
        }
        
        .metric-item {
            padding: 0.18rem 0.55rem 0.3rem;
            border: none;
            background: transparent;
            box-shadow: none;
            transition: all 0.3s ease;
        }

        .feature-card,
        .pricing-card,
        .comparison-card,
        .leaderboard-row:not(.header) {
            background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
        }
        
        .metric-item:hover {
            transform: none;
            border-color: transparent;
            box-shadow: none;
        }
        
        .metric-number {
            font-size: clamp(2.05rem, 2.8vw, 2.7rem);
            line-height: 1;
            font-weight: 700;
            color: #B7E3FF;
            margin-bottom: 0.2rem;
            text-shadow: 0 10px 25px rgba(91, 159, 237, 0.35);
        }
        
        .metric-label {
            font-size: 1.03rem;
            line-height: 1.15;
            color: #DEE9F8;
        }

        .metric-label-wrap {
            display: inline-flex;
            align-items: center;
            gap: 0.42rem;
        }

        .metric-help {
            width: 18px;
            height: 18px;
            border-radius: 999px;
            border: 1px solid rgba(255, 255, 255, 0.3);
            color: #DCE7F8;
            font-size: 0.72rem;
            font-weight: 700;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            cursor: help;
            line-height: 1;
            background: rgba(255, 255, 255, 0.08);
        }
        
        .metric-subtitle {
            margin-top: 0;
            position: absolute;
            top: 0.9rem;
            right: 1rem;
            color: #22C55E;
            letter-spacing: 0.12em;
            font-size: 0.78rem;
            line-height: 1.1;
            font-weight: 700;
        }

        .metric-header {
            display: block;
            position: absolute;
            top: 0.9rem;
            left: 1rem;
            color: #AFC3DC;
            letter-spacing: 0.08em;
            font-size: 0.78rem;
            line-height: 1.1;
            font-weight: 700;
            text-transform: uppercase;
        }

        .profit-metrics-cta {
            display: inline-flex;
            width: auto;
            justify-content: center;
            align-items: center;
            gap: 0.45rem;
            margin-top: 0;
            padding: 0.72rem 1rem;
            border-radius: 10px;
            border: 1px solid rgba(255, 255, 255, 0.9);
            background: #FFFFFF;
            color: #000000;
            text-decoration: none;
            font-size: 1.05rem;
            font-weight: 700;
            letter-spacing: 0.01em;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.24);
            position: absolute;
            left: 1rem;
            right: 1rem;
            bottom: 1.2rem;
            z-index: 3;
        }

        .profit-metrics-cta:hover {
            background: #F3F4F6;
        }
        
        @media (max-width: 768px) {
            .profit-metrics-panel {
                margin-top: 24px;
                width: calc(100% + 20px);
                margin-left: -10px;
                padding: 0.65rem 0.8rem 0.75rem;
                border-radius: 18px;
                border: 1px solid rgba(148, 184, 255, 0.28);
                overflow: hidden;
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                min-height: 360px;
                background: linear-gradient(180deg, rgba(5, 10, 22, 0.96) 0%, rgba(5, 10, 22, 0.92) 52%, rgba(5, 10, 22, 0.9) 100%);
                box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 20px 36px rgba(1, 4, 12, 0.45);
            }

            .profit-metrics-panel::before {
                content: none;
            }

            .profit-metrics-panel::after {
                content: none;
            }

            .profit-metrics-bg {
                bottom: 2.75rem;
            }

            .metric-header {
                display: block;
                position: absolute;
                top: 0.7rem;
                left: 0.9rem;
                color: #AFC3DC;
                letter-spacing: 0.08em;
                font-size: 0.62rem;
                line-height: 1.1;
                font-weight: 700;
                text-transform: uppercase;
            }

            .profit-metrics-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 0.28rem;
                margin: 0;
                padding-top: 1.2rem;
                max-width: none;
            }

            .metric-item {
                padding: 0.08rem 0.45rem 0.28rem;
                border: none;
                background: transparent;
                box-shadow: none;
                text-align: left;
            }

            .metric-item:hover {
                transform: none;
                border-color: transparent;
                box-shadow: none;
            }

            .metric-number {
                font-size: clamp(1.5rem, 8vw, 1.9rem);
                line-height: 1;
                margin-bottom: 0.18rem;
            }

            .metric-label {
                font-size: 0.78rem;
                line-height: 1.15;
                color: #DEE9F8;
            }

            .metric-subtitle {
                margin-top: 0;
                position: absolute;
                top: 0.7rem;
                right: 0.9rem;
                color: #22C55E;
                letter-spacing: 0.12em;
                font-size: 0.62rem;
                line-height: 1.1;
                font-weight: 700;
            }

            .profit-metrics-cta {
                display: inline-flex;
                width: auto;
                justify-content: center;
                align-items: center;
                gap: 0.45rem;
                margin-top: 0;
                padding: 0.52rem 1rem;
                border-radius: 8px;
                border: 1px solid rgba(255, 255, 255, 0.9);
                background: #FFFFFF;
                color: #000000;
                text-decoration: none;
                font-size: 0.92rem;
                font-weight: 700;
                letter-spacing: 0.01em;
                box-shadow: 0 8px 20px rgba(0, 0, 0, 0.24);
                position: absolute;
                left: 0.8rem;
                right: 0.8rem;
                bottom: 1.4rem;
                z-index: 3;
            }

            .profit-metrics-cta:hover {
                background: #F3F4F6;
            }

            .hero-actions {
                order: 0;
                width: 100%;
                margin: 0.45rem 0 1.1rem;
                align-self: center;
                justify-content: center;
                gap: 0.65rem;
            }

            .hero-actions .cta-button {
                display: none;
            }

            .hero-actions .modal-button-secondary {
                width: clamp(84px, 26vw, 104px);
                padding: 0.26rem 0.45rem;
                font-size: 0.6rem;
                border-radius: 7px;
                line-height: 1.05;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                text-align: center;
            }

            .hero-section h1 {
                font-size: 2.5rem;
            }

            .hero-section .tagline {
                font-size: 1rem;
                line-height: 1.3;
                max-width: 24ch;
            }

            .hero-search {
                width: 100%;
                gap: 0.34rem;
            }

            .hero-search-label {
                font-size: 0.66rem;
            }

            .hero-search-row {
                gap: 0;
            }

            .hero-search-input {
                height: 2.6rem;
                padding: 0.62rem 0.7rem;
                font-size: 16px;
            }

            .hero-search-results {
                top: calc(100% + 0.34rem);
                max-height: min(55vh, 360px);
            }

            .hero-search-result {
                padding: 0.42rem 0.54rem;
                font-size: 0.8rem;
            }

            .hero-search-result-icon {
                width: 20px;
                height: 20px;
            }

            .hero-section {
                padding: 4px 20px 28px;
                margin-bottom: 0;
            }

            .hero-subcopy span {
                font-size: 0.9rem;
                padding: 0.35rem 0.75rem;
            }
            .merch-guide-pill {
                font-size: 0.7rem;
                padding: 0.32rem 0.9rem;
            }

            .hero-pill {
                bottom: 22px;
            }

            .hero-torch {
                display: none;
            }
        }

        @media (max-width: 1280px) {
            .hero-torch {
                display: none;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .hero-section::after,
            .hero-content,
            .profit-metrics-grid {
                animation: none;
            }
        }
        
        .screenshot-section {
            margin: 100px 0;
            text-align: center;
        }
        
        .screenshot-section h2 {
            font-size: 2.5rem;
            margin-bottom: 1rem;
            font-weight: 700;
        }
        
        .screenshot-section p {
            font-size: 1.2rem;
            color: #9CA3AF;
            margin-bottom: 2.2rem;
        }

        .dashboard-preview-grid {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: minmax(320px, 460px) minmax(0, 1fr);
            gap: 1.4rem;
            align-items: stretch;
            text-align: left;
        }

        .preview-card-shell {
            position: relative;
        }

        .preview-card-label {
            display: inline-flex;
            margin: 0 0 0.65rem 0.35rem;
            font-size: 0.72rem;
            font-weight: 700;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: #9FB2CC;
        }

        .dashboard-preview-grid .profit-metrics-panel {
            margin: 0;
            max-width: none;
            width: 100%;
            min-height: 520px;
        }

        .desktop-preview-crop {
            position: relative;
            min-height: 0;
            aspect-ratio: 715 / 515;
            border-radius: 14px;
            border: 1px solid rgba(148, 184, 255, 0.22);
            overflow: hidden;
            background: radial-gradient(120% 90% at 100% 0%, rgba(91, 159, 237, 0.2), rgba(6, 10, 21, 0.96) 56%);
        }

        .desktop-preview-crop picture {
            position: absolute;
            inset: 0;
            display: block;
        }

        .desktop-preview-crop img {
            position: absolute;
            inset: 0;
            width: 100%;
            max-width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: left top;
            border: 0;
            border-radius: 0;
            box-shadow: none;
            background: transparent;
            color: transparent;
            font-size: 0;
            image-rendering: -webkit-optimize-contrast;
        }

        @media (min-width: 769px) {
            :root {
                --landing-desktop-section-gap: 88px;
            }

            .screenshot-section > p {
                display: none;
            }

            .landing-container > .trial-banner,
            .landing-container > .hero-shell,
            .landing-container > .leaderboard-section,
            .landing-container > .screenshot-section,
            .landing-container > .value-comparison,
            .landing-container > .pricing-section,
            .landing-container > .payment-methods,
            .landing-container > .cta-section {
                margin: 0 !important;
            }

            .landing-container > * + * {
                margin-top: var(--landing-desktop-section-gap) !important;
            }

            .landing-container > .hero-shell + .screenshot-section {
                margin-top: 100px !important;
            }

            .landing-container > .screenshot-section + .value-comparison {
                margin-top: 120px !important;
            }

            .landing-container > .value-comparison {
                margin-left: auto !important;
                margin-right: auto !important;
            }
        }

        @media (max-width: 1080px) {
            .dashboard-preview-grid {
                grid-template-columns: 1fr;
                max-width: 620px;
            }

            .desktop-preview-crop {
                min-height: 360px;
            }
        }

        @media (max-width: 768px) {
            .screenshot-section {
                margin: 72px 0;
                overflow-x: clip;
            }

            .dashboard-preview-grid {
                width: 100%;
                max-width: 100%;
                gap: 1rem;
            }

            .dashboard-preview-grid > * {
                min-width: 0;
            }

            .preview-card-shell {
                width: 100%;
            }

            .landing-container > .hero-shell + .screenshot-section {
                margin-top: 20px !important;
            }

            .preview-card-label {
                margin-left: 0.2rem;
            }

            .dashboard-preview-grid .profit-metrics-panel {
                width: 100%;
                margin-left: 0;
                max-width: 100%;
                min-height: 340px;
            }

            .desktop-preview-crop {
                min-height: 0;
                aspect-ratio: 1600 / 711;
            }

            .desktop-preview-crop img {
                object-fit: contain;
                object-position: center top;
            }

            .hero-trial-inline {
                margin-top: 0.38rem;
            }

            .hero-trial-launch {
                width: 100%;
                max-width: 320px;
                font-size: 0.96rem;
                padding: 0.62rem 0.92rem;
                border-radius: 9px;
            }

            .hero-trial-inline .hero-trial-launch {
                padding-top: 0.5rem;
                padding-bottom: 0.5rem;
            }

            .trial-feature-modal__actions .hero-trial-launch {
                width: auto;
                max-width: none;
                font-size: 0.92rem;
                padding: 0.55rem 0.86rem;
            }

            .trial-feature-modal {
                padding: 0.8rem;
            }

            .trial-feature-modal__panel {
                width: min(96vw, 480px);
                padding: 1rem 0.95rem;
            }

            .trial-feature-modal__panel h3 {
                font-size: 1.15rem;
            }

            .trial-feature-modal__panel p,
            .trial-feature-modal__list {
                font-size: 0.86rem;
            }
        }

        .feature-zigzag {
            --feature-surface-bg: #00020b;
            --feature-highlight-a: rgba(91, 159, 237, 0.14);
            --feature-highlight-b: rgba(59, 130, 246, 0.08);
            --feature-card-pad-y: 1.2rem;
            --feature-card-pad-x: 1.25rem;
            --feature-media-pad: 0.65rem;
            --feature-horizontal-shift: 0px;
            margin: 100px auto;
            width: min(100%, 1180px);
            display: grid;
            gap: 1rem;
            text-align: left;
            transform: translateX(var(--feature-horizontal-shift));
        }

        .feature-bento-head {
            display: grid;
            justify-items: center;
            gap: 0.35rem;
            text-align: center;
            margin-bottom: 0.35rem;
        }

        .feature-bento-head .feature-kicker {
            font-size: 0.7rem;
            letter-spacing: 0.16em;
        }

        .feature-bento-head h2 {
            margin: 0;
            font-size: clamp(1.9rem, 3vw, 2.7rem);
            line-height: 1.12;
            color: #FFFFFF;
        }

        .feature-bento-grid {
            position: relative;
            --feature-spine-width: 72px;
            --feature-point-overlap: 30%;
            display: grid;
            grid-template-columns: minmax(0, 1fr) var(--feature-spine-width) minmax(0, 1fr);
            gap: 1.6rem 0;
            align-items: start;
        }

        .feature-bento-grid::before {
            content: "";
            position: absolute;
            top: 10px;
            bottom: 10px;
            left: 50%;
            width: 2px;
            transform: translateX(-50%);
            background: linear-gradient(
                180deg,
                rgba(91, 159, 237, 0) 0%,
                rgba(91, 159, 237, 0.42) 12%,
                rgba(59, 130, 246, 0.38) 88%,
                rgba(59, 130, 246, 0) 100%
            );
            pointer-events: none;
            z-index: 0;
        }

        .feature-row {
            position: relative;
            display: grid;
            gap: 0.9rem;
            padding: var(--feature-card-pad-y) var(--feature-card-pad-x);
            width: 100%;
            max-width: 560px;
            border-radius: 14px;
            border: 1px solid rgba(159, 184, 220, 0.2);
            background: var(--feature-surface-bg);
            overflow: visible;
        }

        @media (prefers-reduced-motion: no-preference) {
            .feature-row.feature-reveal {
                transition:
                    opacity 520ms ease,
                    transform 620ms cubic-bezier(0.22, 1, 0.36, 1),
                    filter 520ms ease;
                will-change: opacity, transform;
            }

            .feature-bento-grid.feature-reveal-active .feature-row.feature-reveal {
                opacity: 0;
                transform: translate3d(0, 26px, 0);
                filter: saturate(0.9);
                transition-delay: calc(var(--feature-reveal-order, 0) * 90ms);
            }

            .feature-bento-grid.feature-reveal-active .feature-row.feature-reveal.is-visible {
                opacity: 1;
                transform: translate3d(0, 0, 0);
                filter: none;
            }
        }

        .feature-row::before {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: inherit;
            background:
                radial-gradient(220px 120px at 88% 12%, rgba(91, 159, 237, 0.1), transparent 76%),
                radial-gradient(190px 110px at 14% 86%, rgba(59, 130, 246, 0.07), transparent 80%);
            pointer-events: none;
            opacity: 0.55;
        }

        .feature-row::after {
            content: "";
            position: absolute;
            top: 1.18rem;
            width: 12px;
            height: 12px;
            border-radius: 999px;
            background: #2EE6B8;
            border: 2px solid rgba(4, 10, 26, 0.95);
            box-shadow: 0 0 0 1px rgba(46, 230, 184, 0.28);
            z-index: 2;
        }

        .feature-row > * {
            position: relative;
            z-index: 1;
        }

        .feature-row-discord {
            grid-column: 1;
            grid-row: 1;
            justify-self: end;
            grid-template-columns: 1fr;
            align-content: space-between;
            gap: 0.85rem;
            margin-right: 0.5rem;
        }

        .feature-row-discord::after {
            right: calc(-1 * (var(--feature-spine-width) / 2 + 7px));
        }

        .feature-row-bookmark {
            grid-column: 3;
            grid-row: 2;
            justify-self: start;
            align-content: start;
            margin-top: calc(-1 * var(--feature-point-overlap));
            margin-left: 0.5rem;
        }

        .feature-row-bookmark::after {
            left: calc(-1 * (var(--feature-spine-width) / 2 + 7px));
        }

        .feature-row-basics {
            grid-column: 1;
            grid-row: 3;
            justify-self: end;
            align-content: start;
            margin-top: calc(-1 * var(--feature-point-overlap));
            margin-right: 0.5rem;
        }

        .feature-row-basics::after {
            right: calc(-1 * (var(--feature-spine-width) / 2 + 7px));
        }

        .feature-media {
            position: relative;
            width: 100%;
            max-width: 100%;
        }

        .feature-media.feature-media-native::before {
            content: "";
            position: absolute;
            inset: 6px;
            border-radius: 11px;
            background:
                radial-gradient(150px 74px at 88% 12%, var(--feature-highlight-a), transparent 76%),
                radial-gradient(132px 70px at 12% 86%, var(--feature-highlight-b), transparent 80%);
            filter: blur(8px);
            opacity: 0.8;
            pointer-events: none;
            z-index: 0;
        }

        .feature-media.feature-media-native > * {
            position: relative;
            z-index: 1;
        }

        .feature-media picture,
        .feature-media-card picture {
            display: block;
        }

        .feature-media img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 11px;
            border: 1px solid rgba(159, 184, 220, 0.2);
            box-shadow:
                0 0 0 1px rgba(159, 184, 220, 0.16),
                0 10px 24px rgba(0, 0, 0, 0.32);
        }

        .feature-media img.feature-media-image-original {
            width: auto;
            max-width: min(100%, 514px);
            margin-inline: auto;
            height: auto;
            max-height: none;
            border-width: 0.8px;
            box-shadow:
                0 0 0 1px rgba(159, 184, 220, 0.1),
                0 9px 20px rgba(0, 0, 0, 0.28);
        }

        .feature-row-discord .feature-media img.feature-media-image-original {
            width: 100%;
            max-width: 100%;
            margin-inline: 0;
            height: auto;
        }

        .feature-media.feature-media-native {
            width: 100%;
            max-width: 100%;
        }

        .feature-media-placeholder {
            width: 100%;
            max-width: 100%;
            aspect-ratio: 52 / 33;
            padding: var(--feature-media-pad);
            border-radius: 11px;
            border: 1px solid rgba(159, 184, 220, 0.18);
            background: var(--feature-surface-bg);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
        }

        .feature-media-frame {
            position: relative;
            width: 100%;
            max-width: 100%;
            aspect-ratio: 52 / 33;
            padding: var(--feature-media-pad);
            border-radius: 11px;
            border: 1px solid rgba(159, 184, 220, 0.18);
            overflow: hidden;
            background: var(--feature-surface-bg);
        }

        .feature-media-frame--bookmark {
            padding: var(--feature-media-pad);
        }

        .feature-media-frame--bookmark::before,
        .feature-media-frame--bookmark::after {
            content: "";
            position: absolute;
            pointer-events: none;
            border-radius: 12px;
            z-index: 0;
            filter: blur(10px);
        }

        .feature-media-frame--bookmark::before {
            top: 22px;
            left: 20px;
            width: 300px;
            height: 128px;
            background: radial-gradient(72% 100% at 100% 0%, var(--feature-highlight-a), transparent 78%);
        }

        .feature-media-frame--bookmark::after {
            right: 18px;
            bottom: 18px;
            width: 250px;
            height: 118px;
            background: radial-gradient(72% 100% at 100% 0%, var(--feature-highlight-b), transparent 80%);
        }

        .feature-media-card {
            position: absolute;
            border: 1px solid rgba(159, 184, 220, 0.26);
            border-radius: 9px;
            overflow: hidden;
            z-index: 1;
            box-shadow: 0 10px 24px rgba(0, 0, 0, 0.34);
            background: rgba(7, 12, 24, 0.9);
        }

        .feature-media-card img {
            display: block;
            width: 100%;
            height: auto;
            border: 0;
            border-radius: 0;
            object-fit: contain;
            box-shadow: none;
        }

        .feature-media-card--desktop {
            top: 12px;
            left: 12px;
            width: min(74%, 320px);
        }

        .feature-media-card--mobile {
            right: 12px;
            bottom: 12px;
            width: min(64%, 276px);
        }

        .feature-row-discord .feature-media.feature-media-native {
            justify-self: stretch;
        }

        .feature-discord-media-toggle {
            width: 100%;
            padding: 0;
            margin: 0;
            border: 0;
            background: transparent;
            text-align: left;
            cursor: pointer;
            display: block;
            touch-action: manipulation;
        }

        .feature-discord-media-toggle:focus-visible {
            outline: 2px solid rgba(99, 179, 255, 0.75);
            outline-offset: 3px;
            border-radius: 11px;
        }

        .feature-row-discord .feature-discord-media-toggle img.feature-media-image-original {
            transition: box-shadow 0.2s ease;
        }

        .feature-row-discord.is-image-expanded .feature-discord-media-toggle img.feature-media-image-original {
            box-shadow:
                0 0 0 1px rgba(159, 184, 220, 0.16),
                0 12px 28px rgba(0, 0, 0, 0.32);
        }

        .feature-row-bookmark .feature-bullets li {
            white-space: nowrap;
        }

        .feature-copy {
            display: grid;
            width: 100%;
            max-width: 100%;
            padding-inline: 0.15rem;
            gap: 0.56rem;
            align-content: start;
        }

        .feature-row-discord .feature-copy {
            align-content: start;
        }

        .feature-kicker {
            font-size: 0.66rem;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            font-weight: 700;
            color: #2EE6B8;
        }

        .feature-kicker-link {
            color: #2EE6B8;
            text-decoration: none;
            width: fit-content;
            display: inline-flex;
            align-items: center;
            gap: 0.36rem;
        }

        .feature-kicker-link:hover {
            color: #68F4D1;
        }

        .feature-tier-pill {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0.11rem 0.42rem;
            border-radius: 999px;
            font-size: 0.54rem;
            letter-spacing: 0.1em;
            line-height: 1;
            font-weight: 700;
            text-transform: uppercase;
        }

        .feature-tier-pill--free {
            color: #8FC3FF;
            border: 1px solid rgba(91, 159, 237, 0.48);
            background: rgba(91, 159, 237, 0.16);
        }

        .feature-crown-icon {
            width: 14px;
            height: 14px;
            display: block;
            flex-shrink: 0;
            object-fit: contain;
            transform: translateY(-1px);
        }

        .feature-heading-link {
            color: inherit;
            text-decoration: none;
        }

        .feature-heading-link:hover {
            color: #CBE6FF;
        }

        .feature-copy h3 {
            margin: 0;
            font-size: clamp(1.08rem, calc(1.7vw - 0.08rem), 1.6rem);
            line-height: 1.14;
            color: #FFFFFF;
            white-space: nowrap;
        }

        .feature-bullets {
            list-style: none;
            margin: 0;
            padding: 0;
            display: grid;
            gap: 0.5rem;
            width: 100%;
            max-width: 100%;
        }

        .feature-bullets li {
            margin: 0;
            position: relative;
            padding-left: 1.2rem;
            color: #B7C5DA;
            line-height: 1.4;
            font-size: 0.86rem;
            max-width: 100%;
        }

        .feature-bullets li::before {
            content: "\2713";
            position: absolute;
            left: 0;
            top: 0.06em;
            color: #2EE6B8;
            font-weight: 700;
            font-size: 0.92em;
            line-height: 1;
        }

        .feature-bullets li::after {
            content: none;
        }

        .feature-inline-link {
            display: inline-flex;
            width: fit-content;
            align-items: center;
            gap: 0.45rem;
            color: #9FD0FF;
            text-decoration: none;
            font-weight: 650;
            font-size: 0.82rem;
            border-bottom: 1px solid rgba(159, 208, 255, 0.45);
            padding-bottom: 0.15rem;
        }

        .feature-inline-link:hover {
            color: #CBE6FF;
            border-bottom-color: rgba(203, 230, 255, 0.68);
        }

        .feature-demo-button {
            width: fit-content;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0.5rem 1.06rem;
            border-radius: 8px;
            border: 1px solid rgba(91, 159, 237, 0.52);
            background: rgba(91, 159, 237, 0.14);
            color: #d8ebff;
            font-size: 0.96rem;
            font-weight: 650;
            letter-spacing: 0.01em;
            line-height: 1.1;
            cursor: pointer;
            transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
            animation: featureDemoButtonGlow 3.2s ease-in-out infinite;
        }

        .feature-demo-button:hover {
            background: rgba(91, 159, 237, 0.22);
            border-color: rgba(150, 203, 255, 0.72);
            color: #ffffff;
            transform: translateY(-1px);
        }

        @keyframes featureDemoButtonGlow {
            0%, 100% {
                box-shadow: 0 0 0 rgba(91, 159, 237, 0);
            }
            50% {
                box-shadow: 0 0 12px rgba(91, 159, 237, 0.34);
            }
        }

        .feature-demo-button:focus-visible {
            outline: 2px solid #9ecfff;
            outline-offset: 2px;
        }

        .feature-demo-button:disabled {
            opacity: 0.55;
            cursor: not-allowed;
            transform: none;
            background: rgba(122, 148, 182, 0.16);
            border-color: rgba(122, 148, 182, 0.42);
            color: #b7c7dc;
            animation: none;
            box-shadow: none;
        }

        .feature-demo-note {
            min-height: 1.1rem;
            color: #8fb7e6;
            font-size: 0.75rem;
            line-height: 1.3;
        }

        @media (max-width: 1200px) {
            .feature-zigzag {
                width: 100%;
                transform: none;
            }

            .feature-bento-grid {
                grid-template-columns: 1fr;
                gap: 1rem;
            }

            .feature-bento-grid::before {
                content: none;
            }

            .feature-row {
                max-width: 100%;
            }

            .feature-row::after {
                content: none;
            }

            .feature-row-discord {
                grid-column: 1;
                grid-row: auto;
                justify-self: stretch;
                grid-template-columns: 1fr;
                margin-right: 0;
            }

            .feature-row-bookmark,
            .feature-row-basics {
                grid-column: 1;
                grid-row: auto;
                justify-self: stretch;
                margin-top: 0;
                margin-left: 0;
                margin-right: 0;
            }

            .feature-copy h3 {
                white-space: normal;
            }

            .feature-row-bookmark .feature-bullets li {
                white-space: normal;
            }
        }

        @media (max-width: 768px) {
            .feature-zigzag {
                margin: 64px auto;
                gap: 1rem;
                padding: 0 0.85rem;
                --feature-card-pad-y: 1rem;
                --feature-card-pad-x: 1rem;
                --feature-media-pad: 0.55rem;
            }

            .feature-bento-head h2 {
                font-size: clamp(1.45rem, 6.2vw, 2rem);
                line-height: 1.16;
            }

            .feature-copy {
                gap: 0.55rem;
            }

            .feature-kicker {
                font-size: 0.62rem;
                letter-spacing: 0.16em;
            }

            .feature-copy h3 {
                font-size: 1.18rem;
                line-height: 1.2;
                white-space: normal;
            }

            .feature-bullets {
                gap: 0.45rem;
            }

            .feature-bullets li {
                font-size: 0.92rem;
                line-height: 1.42;
                padding-left: 1.15rem;
            }

            .feature-bullets li::before {
                top: 0.06em;
                font-size: 0.9em;
            }

            .feature-bullets li::after {
                content: none;
            }

            .feature-inline-link {
                font-size: 0.87rem;
            }

            .feature-demo-button {
                font-size: 0.95rem;
                padding: 0.48rem 0.96rem;
            }

            .feature-demo-note {
                font-size: 0.73rem;
            }

            .feature-media-card--desktop {
                top: 8px;
                left: 8px;
                width: min(72%, 248px);
            }

            .feature-media-card--mobile {
                right: 8px;
                bottom: 8px;
                width: min(60%, 200px);
            }

            .feature-row-bookmark .feature-media-frame {
                aspect-ratio: auto;
                min-height: 220px;
                display: grid;
                align-content: start;
            }

            .feature-row-bookmark .feature-media-card {
                position: relative;
                top: auto;
                left: auto;
                right: auto;
                bottom: auto;
                max-width: 100%;
            }

            .feature-row-bookmark .feature-media-card--desktop {
                width: min(94%, 280px);
            }

            .feature-row-bookmark .feature-media-card--mobile {
                width: min(78%, 220px);
                margin-top: -0.7rem;
                margin-left: auto;
            }
        }

        @media (max-width: 480px) {
            .feature-zigzag {
                padding: 0 0.7rem;
            }

            .feature-copy h3 {
                font-size: 1.06rem;
            }

            .feature-bullets li {
                font-size: 0.86rem;
            }

            .feature-demo-button {
                font-size: 0.9rem;
                padding: 0.46rem 0.9rem;
            }

            .feature-demo-note {
                font-size: 0.71rem;
            }

            .feature-media-card--desktop {
                width: min(74%, 228px);
            }

            .feature-media-card--mobile {
                width: min(62%, 186px);
            }

            .feature-row-bookmark .feature-media-frame {
                min-height: 200px;
            }

            .feature-row-bookmark .feature-media-card--desktop {
                width: min(96%, 250px);
            }

            .feature-row-bookmark .feature-media-card--mobile {
                width: min(80%, 190px);
            }
        }

        .value-comparison {
            margin: 100px auto;
            padding: 0;
            background: transparent;
            max-width: 1200px;
            width: 100%;
            display: grid;
            grid-template-columns: minmax(320px, 460px) minmax(0, 1fr);
            gap: 1.4rem;
            align-items: start;
            text-align: left;
        }

        .value-comparison::before {
            content: none;
        }

        .value-comparison::after {
            content: none;
        }

        .value-comparison > * {
            position: relative;
            z-index: 1;
        }

        .value-header {
            display: flex;
            flex-direction: column;
            gap: 0.35rem;
        }

        .value-badge {
            display: inline-block;
            padding: 0;
            margin-bottom: 0.6rem;
            font-size: 0.74rem;
            letter-spacing: 0.16em;
            text-transform: uppercase;
            font-weight: 700;
            color: #9AB2D2;
        }

        .value-comparison h2 {
            font-size: clamp(2rem, 3.2vw, 2.8rem);
            line-height: 1.12;
            margin: 0;
            font-weight: 700;
            color: #FFFFFF;
            max-width: 22ch;
        }

        .value-comparison .subtitle {
            font-size: 1rem;
            color: #AAB5C7;
            line-height: 1.45;
            margin: 0.4rem 0 0.6rem;
            max-width: 58ch;
        }

        .value-points {
            display: grid;
            grid-template-columns: 1fr;
            gap: 0.85rem;
            margin: 0;
            text-align: left;
            counter-reset: flip-basics-step;
        }

        .value-point {
            background: rgba(8, 14, 28, 0.6);
            border: 1px solid rgba(148, 163, 184, 0.2);
            border-radius: 12px;
            padding: 0.95rem 1rem 1rem;
            box-shadow: none;
            counter-increment: flip-basics-step;
        }

        .value-point h4 {
            font-size: 1rem;
            margin: 0 0 0.4rem;
            color: #FFFFFF;
            font-weight: 650;
            display: flex;
            align-items: center;
            gap: 0.55rem;
        }

        .value-point h4::before {
            content: counter(flip-basics-step);
            width: 1.3rem;
            height: 1.3rem;
            border-radius: 999px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: rgba(91, 159, 237, 0.16);
            border: 1px solid rgba(91, 159, 237, 0.45);
            color: #CFE3FF;
            font-size: 0.75rem;
            font-weight: 700;
            flex-shrink: 0;
        }

        .value-point p {
            color: #B8C3D4;
            font-size: 0.92rem;
            line-height: 1.52;
            margin: 0;
        }

        .value-callout {
            background: rgba(13, 24, 42, 0.72);
            border: 1px solid rgba(91, 159, 237, 0.24);
            border-left: 4px solid rgba(91, 159, 237, 0.75);
            border-radius: 12px;
            padding: 0.82rem 1rem;
            max-width: 520px;
            margin-top: 0.7rem;
            box-shadow: none;
        }

        .value-callout p {
            font-size: 0.93rem;
            color: #E4EDF9;
            font-weight: 600;
            margin: 0;
        }

        @media (max-width: 768px) {
            .screenshot-section p {
                font-size: 0.8rem;
            }

            .pricing-disclaimer {
                font-size: 0.8rem !important;
            }

            .value-comparison {
                margin: 72px 0;
                grid-template-columns: 1fr;
                gap: 1.1rem;
            }

            .value-comparison h2 {
                font-size: 1.55rem;
                line-height: 1.2;
                max-width: none;
            }

            .value-comparison .subtitle {
                font-size: 0.9rem;
                max-width: none;
            }

            .value-points {
                gap: 0.7rem;
            }

            .value-point {
                padding: 0.9rem 0.85rem 0.95rem;
            }

            .value-point h4 {
                font-size: 0.95rem;
            }

            .value-point p {
                font-size: 0.85rem;
                line-height: 1.45;
            }

            .value-callout {
                max-width: none;
                margin-top: 0.5rem;
                padding: 0.75rem 0.85rem;
            }

            .value-callout p {
                font-size: 0.82rem;
            }

            .metric-help {
                width: 16px;
                height: 16px;
                font-size: 0.65rem;
            }

        }
        .leaderboard-section {
            margin: 100px 0;
        }

        .leaderboard-card {
            background: linear-gradient(135deg, #21252e 0%, #1f2432 100%);
            border-radius: 16px;
            border: 1px solid rgba(91, 159, 237, 0.2);
            padding: 50px 40px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 22px 52px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.04);
        }

        .leaderboard-card::after {
            content: "";
            position: absolute;
            top: -120px;
            right: -140px;
            width: 260px;
            height: 260px;
            background: radial-gradient(circle, rgba(91, 159, 237, 0.18), transparent 70%);
            pointer-events: none;
        }

        .leaderboard-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            gap: 2rem;
            flex-wrap: wrap;
        }

        .leaderboard-header h2 {
            font-size: 2.5rem;
            font-weight: 700;
            margin: 0;
        }

        .leaderboard-title-row {
            display: flex;
            align-items: center;
            gap: 0.85rem;
            flex-wrap: wrap;
        }

        .trial-feature-badge {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0.35rem 0.85rem;
            border-radius: 999px;
            font-size: 0.78rem;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            background: rgba(251, 191, 36, 0.12);
            border: 1px solid rgba(251, 191, 36, 0.35);
            color: #FBBF24;
        }

        .leaderboard-subtitle {
            color: #9CA3AF;
            font-size: 1.1rem;
            margin-top: 0.5rem;
        }

        .leaderboard-period {
            color: #9CA3AF;
            font-size: 0.95rem;
            margin-top: 0.6rem;
        }

        .leaderboard-reward {
            background: rgba(16, 185, 129, 0.12);
            border: 1px solid rgba(16, 185, 129, 0.35);
            color: #10B981;
            padding: 0.75rem 1.25rem;
            border-radius: 12px;
            font-weight: 600;
            font-size: 0.95rem;
            box-shadow: 0 8px 24px rgba(16, 185, 129, 0.12);
        }

        .leaderboard-table {
            margin-top: 2.5rem;
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
        }

        .leaderboard-cell {
            min-width: 0;
        }

        .leaderboard-row {
            display: grid;
            grid-template-columns: 70px 1.5fr 1fr 1.6fr 0.9fr;
            grid-template-areas: "rank user profit site membership";
            gap: 1rem;
            align-items: center;
            padding: 1rem 1.25rem;
            border-radius: 12px;
            background: #1f2230;
            border: 1px solid rgba(255, 255, 255, 0.06);
            transition: all 0.2s ease;
        }

        .leaderboard-row:hover {
            border-color: rgba(91, 159, 237, 0.35);
            transform: translateY(-2px);
        }

        .leaderboard-row.header {
            background: transparent;
            border: none;
            padding: 0 0 0.6rem;
            color: #6B7280;
            text-transform: uppercase;
            font-size: 0.75rem;
            letter-spacing: 0.08em;
            font-weight: 600;
        }

        .leaderboard-row.header:hover {
            border-color: transparent;
            transform: none;
        }

        .leaderboard-row.header .profit-cell,
        .leaderboard-row.header .membership-cell {
            color: #6B7280;
            font-weight: 600;
        }

        .rank-cell {
            grid-area: rank;
        }

        .user-cell {
            grid-area: user;
            display: flex;
            align-items: center;
            gap: 0.6rem;
            min-width: 0;
            font-weight: 600;
        }

        .profit-cell {
            grid-area: profit;
            font-weight: 700;
            color: #10B981;
        }

        .site-cell {
            grid-area: site;
        }

        .membership-cell {
            grid-area: membership;
            display: flex;
            justify-content: flex-start;
        }

        .rank-pill {
            width: 46px;
            height: 46px;
            border-radius: 999px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            background: #2a2e3a;
            color: #FFFFFF;
        }

        .rank-pill.gold {
            background: linear-gradient(135deg, #FBBF24, #F59E0B);
            color: #1a1d29;
        }

        .rank-pill.silver {
            background: linear-gradient(135deg, #E5E7EB, #9CA3AF);
            color: #1a1d29;
        }

        .rank-pill.bronze {
            background: linear-gradient(135deg, #F59E0B, #B45309);
            color: #1a1d29;
        }

        .leaderboard-row.top-1 {
            border-color: rgba(251, 191, 36, 0.4);
            background: linear-gradient(135deg, rgba(251, 191, 36, 0.12), rgba(31, 34, 48, 0.9));
        }

        .leaderboard-row.top-2 {
            border-color: rgba(203, 213, 225, 0.4);
            background: linear-gradient(135deg, rgba(203, 213, 225, 0.12), rgba(31, 34, 48, 0.9));
        }

        .leaderboard-row.top-3 {
            border-color: rgba(217, 119, 6, 0.4);
            background: linear-gradient(135deg, rgba(217, 119, 6, 0.16), rgba(31, 34, 48, 0.9));
        }

        .rank-stack {
            display: flex;
            align-items: center;
            gap: 0.55rem;
        }

        .rank-icon {
            width: 32px;
            height: 32px;
            border-radius: 0;
            background: transparent;
            border: none;
            box-shadow: none;
        }

        .rank-title {
            font-weight: 600;
            color: #FFFFFF;
        }

        .membership-badge {
            padding: 0.4rem 0.8rem;
            border-radius: 999px;
            font-weight: 600;
            font-size: 0.8rem;
            border: 1px solid transparent;
        }

        .membership-badge.premium {
            background: rgba(91, 159, 237, 0.15);
            border-color: rgba(91, 159, 237, 0.4);
            color: #5B9FED;
        }

        .membership-badge.free {
            background: rgba(255, 255, 255, 0.04);
            border-color: rgba(156, 163, 175, 0.3);
            color: #9CA3AF;
        }

        .username {
            display: inline-block;
            min-width: 0;
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .username.blurred {
            filter: blur(6px);
        }

        .privacy-tag {
            font-size: 0.7rem;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            color: #6B7280;
            border: 1px solid rgba(107, 114, 128, 0.4);
            padding: 0.2rem 0.5rem;
            border-radius: 999px;
        }

        .leaderboard-footer {
            margin-top: 1.8rem;
            padding-top: 1.2rem;
            border-top: 1px solid rgba(255, 255, 255, 0.06);
            color: #9CA3AF;
            font-size: 0.95rem;
        }

        @media (max-width: 900px) {
            .leaderboard-card {
                padding: 40px 24px;
            }

            .leaderboard-header h2 {
                font-size: 2.05rem;
            }

            .leaderboard-subtitle {
                font-size: 0.98rem;
            }

            .leaderboard-reward {
                padding: 0.65rem 1rem;
                font-size: 0.88rem;
                border-radius: 10px;
            }

            .leaderboard-table {
                margin-top: 1.8rem;
                gap: 0.65rem;
            }

            .leaderboard-row {
                grid-template-columns: 60px 1fr auto;
                grid-template-areas:
                    "rank user membership"
                    "rank profit profit";
                gap: 0.55rem 0.9rem;
                padding: 0.85rem 0.95rem;
            }

            .leaderboard-row.header {
                display: none;
            }

            .user-cell {
                min-width: 0;
                flex-wrap: nowrap;
                gap: 0.5rem;
            }

            .privacy-tag {
                font-size: 0.65rem;
                letter-spacing: 0.06em;
                padding: 0.18rem 0.45rem;
                white-space: nowrap;
            }

            .membership-cell {
                justify-content: flex-end;
            }

            .site-cell {
                display: none;
            }

            .rank-pill {
                width: 42px;
                height: 42px;
                font-size: 0.95rem;
            }

            .membership-badge {
                padding: 0.35rem 0.7rem;
                font-size: 0.75rem;
            }
        }
        
        .features-section {
            margin: 100px 0;
        }
        
        .features-section h2 {
            text-align: center;
            font-size: 2.5rem;
            margin-bottom: 60px;
            font-weight: 700;
        }
        
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 2rem;
        }
        
        .feature-card {
            background: #21252e;
            padding: 2.5rem;
            border-radius: 12px;
            border: 1px solid rgba(255,255,255,0.05);
            transition: all 0.3s ease;
        }
        
        .feature-card:hover {
            border-color: rgba(91, 159, 237, 0.3);
            transform: translateY(-5px);
        }
        
        .feature-icon {
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
        }
        
        .feature-card h3 {
            font-size: 1.3rem;
            margin-bottom: 1rem;
            font-weight: 600;
        }
        
        .feature-card p {
            color: #9CA3AF;
            line-height: 1.6;
        }
        
        .pricing-section {
            margin: 100px 0;
            text-align: center;
            padding: 70px 0 10px;
            background: transparent;
            border-radius: 0;
            border: none;
            box-shadow: none;
            position: relative;
            overflow: visible;
            isolation: isolate;
        }

        .pricing-section::before {
            content: none;
        }

        .pricing-section > * {
            position: relative;
            z-index: 1;
        }
        
        .pricing-section h2 {
            font-size: 2.5rem;
            margin-bottom: 1rem;
            font-weight: 700;
        }

        .pricing-subhead {
            font-size: 1.05rem;
            color: #9CA3AF;
            margin: 0 auto 1.3rem;
            max-width: 72ch;
            line-height: 1.5;
        }
        
        .pricing-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(240px, 1fr));
            gap: 2rem;
            max-width: 1100px;
            margin: 0 auto;
        }
        
        @media (max-width: 980px) {
            .pricing-grid {
                grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
                max-width: 840px;
            }
        }
        
        .pricing-card {
            --card-accent: #5B9FED;
            background: linear-gradient(180deg, rgba(45, 50, 64, 0.98) 0%, rgba(31, 36, 48, 0.98) 100%);
            padding: 2.5rem;
            border-radius: 12px;
            position: relative;
            transition: all 0.3s ease;
            border: 1px solid rgba(255,255,255,0.08);
            display: flex;
            flex-direction: column;
            height: 100%;
            overflow: hidden;
            isolation: isolate;
            box-shadow: 0 14px 32px rgba(5, 8, 15, 0.35);
        }

        .pricing-card[data-plan="free"] {
            --card-accent: #94A3B8;
        }

        .pricing-card::before {
            content: none;
        }

        .pricing-card::after {
            content: none;
        }

        .pricing-card > * {
            position: relative;
            z-index: 1;
        }
        
        .pricing-card:hover {
            transform: translateY(-6px);
            border-color: rgba(91, 159, 237, 0.35);
            box-shadow: 0 20px 44px rgba(5, 8, 15, 0.45);
        }
        
        .pricing-card.featured {
            border: 2px solid #5B9FED;
            transform: scale(1.05);
        }
        
        .pricing-card.featured:hover {
            transform: scale(1.08) translateY(-5px);
        }
        
        .pricing-card .badge {
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
            background: #5B9FED;
            color: #FFFFFF;
            padding: 6px 20px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
        }
        
        .pricing-card h3 {
            font-size: 0.95rem;
            margin-bottom: 1.5rem;
            font-weight: 700;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: #E6EEF9;
            display: inline-flex;
            align-items: center;
            gap: 0.6rem;
        }

        .pricing-card h3::before {
            content: "";
            width: 8px;
            height: 8px;
            border-radius: 999px;
            background: var(--card-accent);
            box-shadow: 0 0 14px var(--card-accent);
        }
        
        .price {
            font-size: 3rem;
            font-weight: 700;
            color: #E7F0FF;
            margin: 1.5rem 0;
            display: flex;
            align-items: baseline;
            justify-content: center;
            gap: 0.2rem;
            flex-wrap: nowrap;
            white-space: nowrap;
            text-shadow: 0 10px 24px rgba(91,159,237,0.35);
        }
        
        .price-period {
            font-size: 0.35em;
            color: #AEB8C6;
            font-weight: 500;
            white-space: nowrap;
        }
        
        .savings {
            color: #16C784;
            font-weight: 600;
            margin: 1rem 0;
            font-size: 1rem;
        }
        
        .pricing-card > p {
            color: #9CA3AF;
            margin-bottom: 1.5rem;
        }

        .pricing-card .cta-button {
            margin-top: auto;
            background: linear-gradient(135deg, var(--card-accent), rgba(72, 126, 206, 0.95));
            border: none;
            box-shadow: 0 12px 22px rgba(16, 24, 40, 0.4);
        }

        .pricing-card .cta-button:hover {
            transform: translateY(-1px);
            box-shadow: 0 16px 28px rgba(16, 24, 40, 0.5);
        }

        .plan-features {
            list-style: none;
            padding: 0;
            margin: 0 0 1.75rem;
            display: grid;
            gap: 0.7rem;
            color: #B9C5D6;
            font-size: 0.93rem;
            text-align: left;
        }

        .plan-features li {
            display: flex;
            align-items: center;
            gap: 0.6rem;
            white-space: nowrap;
            min-width: 0;
        }

        .plan-features li.unavailable {
            opacity: 0.78;
        }

        .plan-features .feature-status {
            width: 0.9rem;
            height: 0.9rem;
            flex-shrink: 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: var(--card-accent);
        }

        .plan-features .feature-status svg {
            width: 100%;
            height: 100%;
            stroke: currentColor;
            stroke-width: 2.15;
            fill: none;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

        .plan-features .feature-label {
            min-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .plan-features .feature-number-highlight {
            color: #10B981;
            font-weight: 700;
        }

        .pricing-disclaimer {
            max-width: 980px;
            margin: 28px auto 0;
            padding: 0 8px;
            font-size: 0.8rem;
            color: #9CA3AF;
            line-height: 1.5;
        }

        @media (max-width: 768px) {
            .pricing-subhead {
                font-size: 0.92rem;
                margin-bottom: 1rem;
            }
        }
        
        .cta-section {
            text-align: center;
            margin: 80px 0;
            padding: 70px 0 40px;
            background: transparent;
            border-radius: 0;
            border: none;
            box-shadow: none;
            position: relative;
            overflow: visible;
            isolation: isolate;
        }

        .cta-section::before {
            content: none;
        }

        .cta-section > * {
            position: relative;
            z-index: 1;
        }
        
        .cta-section p {
            font-size: 1.25rem;
            margin-bottom: 2rem;
            color: rgba(255, 255, 255, 0.62);
            font-weight: 600;
        }

        .cta-links {
            display: flex;
            justify-content: center;
            gap: 1rem;
            flex-wrap: wrap;
        }

        .cta-links a {
            color: #E5E7EB;
            text-decoration: none;
            font-weight: 600;
            padding: 0.6rem 1.4rem;
            border-radius: 999px;
            border: 1px solid rgba(148, 163, 184, 0.16);
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0%, rgba(255, 255, 255, 0.015) 100%);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(10px);
            transition: all 0.2s ease;
        }

        .cta-links a:hover {
            color: #FFFFFF;
            border-color: rgba(59, 130, 246, 0.35);
            background: rgba(59, 130, 246, 0.12);
            transform: translateY(-1px);
        }

        .modal-button-secondary {
            background: transparent;
            color: #9CA3AF;
            border: 1px solid #9CA3AF;
            padding: 1rem 2rem;
            border-radius: 10px;
            cursor: pointer;
            transition: all 0.2s ease;
            font-weight: 600;
            font-family: "Inter", sans-serif;
            text-decoration: none;
            display: inline-block;
        }
        
        .modal-button-secondary:hover {
            background: #2a2e3a;
            border-color: #FFFFFF;
            color: #FFFFFF;
        }

        /* Performance: skip rendering offscreen sections until needed (Chrome) */
        @supports (content-visibility: auto) {
            .landing-container > :not(.trial-banner):not(.hero-shell):not(.screenshot-section):not(.value-comparison):not(.pricing-section) {
                content-visibility: auto;
                contain-intrinsic-size: 900px;
            }
        }
