        /* Custom styles for a more vibrant and premium feel */
        body {
            font-family: 'Inter', sans-serif;
            background-color: #f0f4f8;
        }

        .homepage-avatar-transition {
            transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1);
        }

        .hero-gradient {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }

        .cta-button {
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px 0 rgba(118, 75, 162, 0.75);
        }

        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 20px 0 rgba(118, 75, 162, 0.85);
        }

        .modal {
            transition: opacity 0.3s ease, visibility 0.3s ease;
        }

        .modal-content {
            transition: transform 0.3s ease;
        }

        .fade-in {
            animation: fadeIn 0.5s ease-in-out;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(10px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .form-step {
            display: none;
        }

        .form-step.active {
            display: block;
        }

        .progress-bar-fill {
            transition: width 0.4s ease-in-out;
        }

        /* Loading Spinner */
        .loader {
            border: 4px solid #f3f3f3;
            border-radius: 50%;
            border-top: 4px solid #667eea;
            width: 40px;
            height: 40px;
            animation: spin 1s linear infinite;
        }

        .loader-sm {
            border: 2px solid #f3f3f3;
            border-radius: 50%;
            border-top: 2px solid #fff;
            width: 16px;
            height: 16px;
            animation: spin 1s linear infinite;
            display: inline-block;
            margin-right: 8px;
            vertical-align: middle;
        }

        .payment-status-panel {
            display: none;
            margin-top: 12px;
            border: 1px solid #bbf7d0;
            background: linear-gradient(135deg, #f0fdf4, #ecfeff);
            border-radius: 12px;
            padding: 12px 14px;
        }

        .payment-status-panel.active {
            display: block;
        }

        .payment-status-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            font-size: 0.85rem;
        }

        .payment-status-label {
            color: #14532d;
            font-weight: 700;
        }

        .payment-status-subtext {
            color: #475569;
            font-size: 0.78rem;
            margin-top: 4px;
        }

        .payment-status-bar {
            margin-top: 10px;
            height: 6px;
            border-radius: 999px;
            overflow: hidden;
            background: #d1fae5;
        }

        .payment-status-bar-fill {
            height: 100%;
            width: 16%;
            border-radius: inherit;
            background: linear-gradient(90deg, #16a34a, #0f766e);
            transition: width 0.35s ease;
        }

        .payment-trouble-action {
            display: none;
            margin-top: 10px;
            color: #047857;
            font-size: 0.82rem;
            font-weight: 700;
            text-decoration: underline;
        }

        .payment-trouble-action.active {
            display: inline-flex;
        }

        @keyframes spin {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        .recommended-field {
            border-color: #a5b4fc;
            /* Indigo-300 */
            background-color: #eef2ff;
            /* Indigo-50 */
        }

        .filter-btn.active {
            background-color: #4f46e5;
            color: white;
        }

        /* Custom progress bar transition */
        .progress-bar-animated {
            transition: width 0.5s ease-in-out;
        }

        .plan-paused-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgb(249 250 251 / 0.95);
            backdrop-filter: blur(4px);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 0.75rem;
            /* rounded-xl */
            z-index: 10;
        }

        .modal-scroll {
            max-height: 70vh;
            overflow-y: auto;
        }

        /* Homepage landing helpers */
        .no-scrollbar::-webkit-scrollbar {
            display: none;
        }

        .no-scrollbar {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }

        .gallery-img {
            transition: transform 0.5s ease;
        }

        .group:hover .gallery-img {
            transform: scale(1.05);
        }

        .plan-slider-track {
            display: flex;
            gap: 1.5rem;
            transition: transform 0.5s ease-in-out;
        }

        .plan-slide {
            flex: 0 0 100%;
        }

        .pricing-cycle-tabs {
            isolation: isolate;
        }

        .pricing-cycle-indicator {
            position: absolute;
            top: 0.375rem;
            bottom: 0.375rem;
            left: 0.375rem;
            width: calc((100% - 1rem) / 2);
            border-radius: 0.75rem;
            background: linear-gradient(135deg, #bef264, #86efac);
            box-shadow: 0 10px 28px rgba(190, 242, 100, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.45);
            transform: translateX(0);
            transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.42s ease;
            z-index: 0;
        }

        .pricing-cycle-tabs[data-active-cycle="quarterly"] .pricing-cycle-indicator {
            transform: translateX(calc(100% + 0.25rem));
            box-shadow: 0 10px 32px rgba(190, 242, 100, 0.32), 0 0 0 1px rgba(190, 242, 100, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.45);
        }

        .pricing-cycle-tab {
            position: relative;
            z-index: 1;
            color: #9ca3af;
        }

        .pricing-cycle-tab.is-active {
            color: #09090b;
            text-shadow: 0 1px 0 rgba(255, 255, 255, 0.18);
        }

        @media (min-width: 768px) {
            .plan-slide {
                flex: 0 0 calc(50% - 0.75rem);
            }
        }

        @media (max-width: 767px) {
            #plan-slider .plan-slide.hidden {
                display: block !important;
            }

            #home-pricing {
                padding-top: 4rem;
                padding-bottom: 4rem;
            }

            #home-pricing .section-title {
                font-size: 2rem;
                line-height: 1.08;
            }

            #home-pricing .plan-slider-track {
                gap: 1rem;
            }

            #home-pricing #plan-slider>.overflow-hidden {
                border-radius: 1.25rem;
                padding: 0.625rem;
            }

            #home-pricing .plan-card {
                border-radius: 1.25rem;
            }

            #home-pricing .plan-card-media {
                aspect-ratio: auto;
                height: clamp(88px, 28vw, 116px);
                margin: 0.625rem 0.625rem 0;
                border-radius: 0.95rem;
                box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28), 0 0 18px rgba(190, 242, 100, 0.07);
            }

            #home-pricing .plan-card-media img {
                object-position: center 52%;
            }

            #home-pricing .plan-card>.p-7 {
                padding: 1rem !important;
            }

            #home-pricing .plan-card>.p-7>div:first-child {
                margin-bottom: 0.875rem !important;
            }

            #home-pricing .plan-card h3 {
                font-size: 1.25rem;
                line-height: 1.18;
            }

            #home-pricing .plan-card h3 span {
                font-size: 1rem !important;
            }

            #home-pricing .plan-card .text-5xl {
                font-size: 2.35rem !important;
                line-height: 1;
            }

            #home-pricing .plan-card .rounded-2xl {
                border-radius: 1rem;
            }

            #home-pricing .plan-card .p-5 {
                padding: 0.875rem !important;
            }

            #home-pricing .plan-card .mb-5 {
                margin-bottom: 0.875rem !important;
            }

            #home-pricing .plan-card ul {
                margin-bottom: 1rem !important;
            }

            #home-pricing .plan-card li {
                gap: 0.5rem;
                line-height: 1.35;
            }

            #home-pricing .plan-card li+li {
                margin-top: 0.45rem !important;
            }

            #home-pricing .plan-card li span:first-child {
                width: 1.05rem;
                height: 1.05rem;
            }

            #home-pricing .plan-card button[onclick^="window.proceedWithPlan"] {
                padding: 0.875rem 1rem !important;
                border-radius: 1rem;
                font-size: 0.92rem;
            }
        }

        .plan-card {
            transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
        }

        .plan-card-selectable {
            cursor: pointer;
        }

        .plan-card-media {
            aspect-ratio: 16 / 9;
            margin: 1rem 1rem 0;
            overflow: hidden;
            border-radius: 1.25rem;
            border: 1px solid rgba(255, 255, 255, 0.08);
            background: radial-gradient(circle at 50% 0%, rgba(190, 242, 100, 0.12), rgba(9, 9, 11, 0.9) 58%);
            box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32), 0 0 28px rgba(190, 242, 100, 0.08);
        }

        .plan-card-media img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .plan-card-selected {
            border-color: #bef264;
            box-shadow: 0 0 25px rgba(190, 242, 100, 0.25);
        }

        .view-programme-cta {
            animation: classyWobble 3.6s ease-in-out infinite;
            transform-origin: center;
            box-shadow: 0 10px 28px rgba(79, 70, 229, 0.28);
        }

        .view-programme-cta:hover {
            animation-play-state: paused;
            transform: translateY(-2px) scale(1.02);
            box-shadow: 0 14px 34px rgba(79, 70, 229, 0.34);
        }

        .view-programme-note {
            letter-spacing: 0.02em;
        }

        @keyframes classyWobble {

            0%,
            100% {
                transform: translateX(0) rotate(0deg);
            }

            20% {
                transform: translateX(-1px) rotate(-0.55deg);
            }

            40% {
                transform: translateX(1.5px) rotate(0.55deg);
            }

            60% {
                transform: translateX(-1px) rotate(-0.35deg);
            }

            80% {
                transform: translateX(1px) rotate(0.25deg);
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .view-programme-cta {
                animation: none;
            }

            .view-programme-cta:hover {
                transform: none;
            }

            .join-merged .hero-pricing-link::before {
                animation: none;
                display: none;
            }

            .join-merged .hero-pricing-link:hover,
            .join-merged .hero-pricing-link:active {
                transform: none;
            }
        }

        /* ── Payment gateway card visual upgrades ── */
        .pay-card {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            padding: 0.875rem 1rem;
            border: 2px solid #e5e7eb;
            /* gray-200 */
            border-radius: 1.25rem;
            /* 20 px */
            background: #fff;
            cursor: pointer;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
            transition: transform 0.2s ease,
                box-shadow 0.25s ease,
                border-color 0.25s ease,
                background-color 0.25s ease;
        }

        .pay-card:hover {
            transform: scale(1.03);
            box-shadow: 0 6px 20px rgba(99, 102, 241, 0.13);
        }

        .pay-card.pay-card--selected {
            border-color: #6366f1;
            /* indigo-500 */
            background: linear-gradient(135deg, #eef2ff 0%, #e0e7ff 100%);
            /* indigo-50→100 */
            box-shadow: 0 4px 16px rgba(99, 102, 241, 0.18);
        }

        .pay-card.pay-card--recommended {
            border-color: #93c5fd;
            box-shadow: 0 4px 14px rgba(59, 130, 246, 0.16);
        }

        .pay-card.pay-card--deemphasized {
            opacity: 0.75;
        }

        .payment-pref-option {
            border: 1px solid #d1d5db;
            border-radius: 0.75rem;
            padding: 0.75rem;
            cursor: pointer;
            transition: border-color 0.2s ease, background-color 0.2s ease;
        }

        .payment-pref-option:hover {
            border-color: #a5b4fc;
        }

        .payment-pref-option--selected {
            border-color: #6366f1;
            background-color: #eef2ff;
        }

        .signup-duration-card {
            border: 1px solid #dbeafe;
            border-radius: 1rem;
            background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
            padding: 1rem;
        }

        .signup-duration-options {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 0.625rem;
        }

        .signup-duration-option {
            min-height: 48px;
            border: 2px solid #e5e7eb;
            border-radius: 0.875rem;
            background: #fff;
            color: #374151;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            padding: 0.75rem 0.875rem;
            font-weight: 800;
            line-height: 1.2;
            cursor: pointer;
            touch-action: manipulation;
            transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
        }

        .signup-duration-option:hover {
            border-color: #a5b4fc;
            transform: translateY(-1px);
        }

        .signup-duration-option:focus-visible {
            outline: 3px solid rgba(99, 102, 241, 0.35);
            outline-offset: 2px;
        }

        .signup-duration-option.is-active {
            border-color: #4f46e5;
            background: linear-gradient(135deg, #eef2ff, #e0e7ff);
            color: #312e81;
            box-shadow: 0 8px 22px rgba(79, 70, 229, 0.16);
        }

        .signup-duration-option .duration-check {
            width: 1.25rem;
            height: 1.25rem;
            border-radius: 999px;
            border: 1px solid #c7d2fe;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: transparent;
            font-size: 0.65rem;
            flex-shrink: 0;
        }

        .signup-duration-option.is-active .duration-check {
            border-color: #4f46e5;
            background: #4f46e5;
            color: #fff;
        }

        @media (max-width: 420px) {
            .signup-duration-options {
                grid-template-columns: 1fr;
            }
        }

        @media (prefers-reduced-motion: reduce) {

            .signup-duration-option,
            .signup-duration-option:hover {
                transform: none;
            }
        }

        .pay-card .pay-logo {
            flex-shrink: 0;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 0.75rem;
            background: #f9fafb;
        }

        .pay-card .pay-logo img {
            width: 32px;
            height: 32px;
            object-fit: contain;
            display: block;
        }

        .pay-card.pay-card--selected .pay-logo {
            background: #fff;
        }

        .pay-card .pay-info {
            display: flex;
            flex-direction: column;
        }

        .pay-card .pay-info .pay-name {
            font-weight: 600;
            font-size: 0.9rem;
            color: #1f2937;
        }

        .pay-card .pay-info .pay-sub {
            font-size: 0.72rem;
            color: #6b7280;
            margin-top: 1px;
        }

        .pay-card.pay-card--selected .pay-info .pay-name {
            color: #4338ca;
            /* indigo-700 */
        }

        /* PayPal link styled as a card */
        a.pay-card {
            text-decoration: none;
        }

        /* Join page sections merged into homepage (scoped) */
        .join-merged {
            --brand: #bef264;
            --brand-dim: rgba(190, 242, 100, 0.12);
            --brand-glow: rgba(190, 242, 100, 0.25);
            --dark: #111113;
            --darker: #08080a;
            --card: #141416;
            --border: rgba(255, 255, 255, 0.07);
            --text: #d1d5db;
            --muted: #6b7280;
            --heading: #ffffff;
            --brand-text: #0a0a0c;
            color: var(--text);
        }

        .join-merged .container {
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 24px;
        }

        .join-merged .section {
            padding: 96px 0;
        }

        .join-merged .section-sm {
            padding: 72px 0;
        }

        .join-merged .label {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 0.7rem;
            font-weight: 700;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: var(--brand);
            background: var(--brand-dim);
            border: 1px solid rgba(190, 242, 100, 0.2);
            padding: 5px 14px;
            border-radius: 99px;
            margin-bottom: 16px;
        }

        .join-merged .section-title {
            font-size: clamp(2rem, 5vw, 3.2rem);
            font-weight: 800;
            color: var(--heading);
            line-height: 1.15;
            letter-spacing: -0.03em;
        }

        .join-merged .section-sub {
            font-size: 1.05rem;
            color: var(--muted);
            margin-top: 12px;
            max-width: 580px;
        }

        .join-merged .text-center {
            text-align: center;
        }

        .join-merged .text-center .section-sub {
            margin: 12px auto 0;
        }

        .join-merged .highlight {
            color: var(--brand);
        }

        .join-merged .hero {
            padding-top: 96px;
            padding-bottom: 72px;
            background: var(--darker);
            position: relative;
            overflow: hidden;
            border-bottom: 1px solid var(--border);
        }

        .join-merged .hero-glow-1 {
            position: absolute;
            top: -60px;
            right: -80px;
            width: 520px;
            height: 520px;
            background: radial-gradient(circle, rgba(190, 242, 100, 0.08) 0%, transparent 70%);
            border-radius: 50%;
            pointer-events: none;
        }

        .join-merged .hero-glow-2 {
            position: absolute;
            bottom: -80px;
            left: -60px;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(52, 211, 153, 0.06) 0%, transparent 70%);
            border-radius: 50%;
            pointer-events: none;
        }

        .join-merged .hero-inner {
            position: relative;
            max-width: 820px;
            margin: 0 auto;
            text-align: center;
            padding: 0 24px;
        }

        .join-merged .hero h1 {
            font-size: clamp(2.4rem, 6vw, 4rem);
            font-weight: 800;
            color: var(--heading);
            letter-spacing: -0.04em;
            line-height: 1.1;
            margin-bottom: 20px;
            font-family: 'Inter', sans-serif;
        }

        .join-merged .hero h1 em {
            font-style: normal;
            background: linear-gradient(135deg, var(--brand), #6ee7b7);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .join-merged .hero-sub {
            font-size: 1.1rem;
            color: var(--muted);
            max-width: 600px;
            margin: 0 auto 32px;
        }

        .join-merged .hero-stats {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 32px;
            margin-bottom: 36px;
            flex-wrap: wrap;
        }

        .join-merged .stat {
            text-align: center;
        }

        .join-merged .stat-num {
            font-size: 1.8rem;
            font-weight: 800;
            color: var(--brand);
            display: block;
        }

        .join-merged .stat-label {
            font-size: 0.75rem;
            color: var(--muted);
            text-transform: uppercase;
            letter-spacing: 0.08em;
        }

        .join-merged .stat-divider {
            width: 1px;
            height: 40px;
            background: var(--border);
        }

        .join-merged .hero-btns {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            flex-wrap: wrap;
            flex-direction: column;
        }

        .join-merged .hero-pricing-link {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            overflow: hidden;
            font-size: 0.93rem;
            font-weight: 800;
            color: var(--brand);
            background: linear-gradient(135deg, rgba(190, 242, 100, 0.16), rgba(52, 211, 153, 0.08));
            border: 1px solid rgba(190, 242, 100, 0.42);
            border-radius: 99px;
            padding: 10px 22px;
            text-decoration: none;
            box-shadow: 0 0 0 1px rgba(190, 242, 100, 0.08), 0 14px 34px rgba(190, 242, 100, 0.16);
            touch-action: manipulation;
            transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
        }

        .join-merged .hero-pricing-link::before {
            content: "";
            position: absolute;
            inset: -40% auto -40% -55%;
            width: 48%;
            transform: skewX(-18deg);
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
            animation: pricingCtaShine 3.2s ease-in-out infinite;
            pointer-events: none;
        }

        .join-merged .hero-pricing-link span,
        .join-merged .hero-pricing-link i {
            position: relative;
            z-index: 1;
        }

        .join-merged .hero-pricing-link:hover {
            color: #ecfccb;
            border-color: rgba(190, 242, 100, 0.72);
            box-shadow: 0 0 0 1px rgba(190, 242, 100, 0.18), 0 18px 42px rgba(190, 242, 100, 0.22);
            transform: translateY(-2px);
        }

        .join-merged .hero-pricing-link:active {
            transform: translateY(0) scale(0.98);
        }

        @keyframes pricingCtaShine {
            0% {
                transform: translateX(0) skewX(-18deg);
                opacity: 0;
            }

            16% {
                opacity: 1;
            }

            42%,
            100% {
                transform: translateX(360%) skewX(-18deg);
                opacity: 0;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .join-merged .hero-pricing-link::before {
                animation: none;
                display: none;
            }

            .join-merged .hero-pricing-link:hover,
            .join-merged .hero-pricing-link:active {
                transform: none;
            }
        }

        .join-merged .btn-primary {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: var(--brand);
            color: #0a0a0c;
            font-weight: 700;
            font-size: 1rem;
            padding: 14px 28px;
            border-radius: 99px;
            text-decoration: none;
            box-shadow: 0 0 40px var(--brand-glow);
            transition: all 0.2s;
        }

        .join-merged .btn-primary:hover {
            opacity: 0.9;
            transform: translateY(-2px);
            box-shadow: 0 8px 40px var(--brand-glow);
        }

        .join-merged .btn-ghost {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            border: 1px solid var(--border);
            color: var(--heading);
            font-weight: 600;
            font-size: 1rem;
            padding: 14px 28px;
            border-radius: 99px;
            text-decoration: none;
            transition: all 0.2s;
        }

        .join-merged .btn-ghost:hover {
            border-color: rgba(255, 255, 255, 0.3);
        }

        .join-merged .spots-counter {
            margin: 0 auto 24px;
            max-width: 620px;
            background: linear-gradient(135deg, rgba(245, 158, 11, 0.1), rgba(251, 191, 36, 0.06));
            border: 1px solid rgba(245, 158, 11, 0.28);
            border-radius: 16px;
            padding: 14px 16px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 10px;
            text-align: center;
        }

        .join-merged .spots-chip {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 6px 12px;
            border-radius: 999px;
            border: 1px solid rgba(245, 158, 11, 0.4);
            background: rgba(245, 158, 11, 0.12);
            color: #f59e0b;
            font-size: 0.74rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            font-weight: 700;
            white-space: nowrap;
        }

        .join-merged .spots-counter p {
            margin: 0;
            color: var(--text);
            font-size: 0.9rem;
            line-height: 1.5;
            max-width: 100%;
        }

        .join-merged .spots-counter strong {
            color: var(--heading);
        }

        .join-merged .spots-left-text {
            color: #f59e0b;
            font-weight: 700;
        }

        .join-merged .spots-progress-wrap {
            width: min(100%, 520px);
            margin-top: 2px;
        }

        .join-merged .spots-progress-track {
            width: 100%;
            height: 10px;
            border-radius: 999px;
            overflow: hidden;
            background: rgba(255, 255, 255, 0.09);
            border: 1px solid rgba(255, 255, 255, 0.08);
        }

        .join-merged .spots-progress-fill {
            width: 0;
            height: 100%;
            border-radius: inherit;
            background: linear-gradient(90deg, #d97706, #f59e0b);
            box-shadow: 0 0 18px rgba(245, 158, 11, 0.35);
            transition: width 1s cubic-bezier(0.22, 1, 0.36, 1);
        }

        .join-merged .spots-progress-meta {
            margin-top: 7px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 8px;
            font-size: 0.75rem;
            color: var(--muted);
        }

        .join-merged .spots-live {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            color: #f59e0b;
            font-weight: 600;
        }

        .join-merged .spots-live i {
            font-size: 0.55rem;
            animation: joinLivePulse 1.35s ease-in-out infinite;
        }

        @keyframes joinLivePulse {

            0%,
            100% {
                opacity: 0.35;
                transform: scale(0.8);
            }

            50% {
                opacity: 1;
                transform: scale(1.15);
            }
        }

        .join-merged .trust-bar {
            background: var(--dark);
            border-top: 1px solid var(--border);
            border-bottom: 1px solid var(--border);
            padding: 24px 0;
            overflow: hidden;
        }

        .join-merged .trust-marquee {
            display: flex;
            align-items: center;
            gap: 40px;
            width: max-content;
            animation: joinMarqueeScroll 30s linear infinite;
        }

        .join-merged .trust-marquee:hover {
            animation-play-state: paused;
        }

        .join-merged .trust-item {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 0.85rem;
            color: var(--muted);
            font-weight: 500;
            white-space: nowrap;
        }

        .join-merged .trust-item i {
            color: var(--brand);
            font-size: 1rem;
        }

        @keyframes joinMarqueeScroll {
            0% {
                transform: translateX(0);
            }

            100% {
                transform: translateX(-50%);
            }
        }

        .join-merged .fade-up {
            opacity: 0;
            transform: translateY(24px);
            filter: blur(6px);
            transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), filter 0.7s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .join-merged .fade-up.visible {
            opacity: 1;
            transform: translateY(0);
            filter: blur(0);
        }

        .join-merged .why-choose-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 16px;
            margin-top: 32px;
        }

        .join-merged .why-card {
            background: var(--card);
            border: 1px solid var(--border);
            border-radius: 20px;
            overflow: hidden;
            transition: border-color 0.3s, transform 0.3s;
            position: relative;
        }

        .join-merged .why-card:hover {
            border-color: rgba(190, 242, 100, 0.3);
            transform: translateY(-4px);
        }

        .join-merged .why-card-img {
            width: 100%;
            aspect-ratio: 3/2;
            object-fit: contain;
            object-position: center;
            display: block;
            background: rgba(190, 242, 100, 0.12);
        }

        .join-merged .why-card-img-placeholder {
            width: 100%;
            aspect-ratio: 3/2;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--brand-dim);
            color: var(--brand);
            font-size: 2.5rem;
        }

        .join-merged .why-card-body {
            padding: 16px 18px 18px;
        }

        .join-merged .why-card-body h4 {
            font-size: 0.95rem;
            font-weight: 700;
            color: var(--heading);
            margin-bottom: 5px;
        }

        .join-merged .why-card-body p {
            font-size: 0.82rem;
            color: var(--muted);
            line-height: 1.5;
        }

        .join-merged .why-stats-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
            margin-top: 16px;
        }

        .join-merged .why-stat-card {
            background: linear-gradient(135deg, var(--brand-dim), rgba(52, 211, 153, 0.04));
            border: 1px solid var(--border);
            border-radius: 20px;
            padding: 22px 20px;
            text-align: center;
            transition: border-color 0.3s;
        }

        .join-merged .why-stat-num {
            font-size: 2.35rem;
            font-weight: 800;
            color: var(--brand);
            line-height: 1;
        }

        .join-merged .why-stat-stars {
            color: var(--brand);
            font-size: 1rem;
            margin: 6px 0 4px;
            letter-spacing: 2px;
        }

        .join-merged .why-stat-label {
            font-size: 0.8rem;
            color: var(--muted);
            font-weight: 600;
        }

        .join-merged .steps-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .join-merged .step-card {
            background: var(--card);
            border: 1px solid var(--border);
            border-radius: 20px;
            padding: 28px;
            position: relative;
            overflow: hidden;
            transition: border-color 0.25s, transform 0.25s;
        }

        .join-merged .step-card:hover {
            border-color: rgba(190, 242, 100, 0.3);
            transform: translateY(-3px);
        }

        .join-merged .step-num {
            font-size: 4rem;
            font-weight: 800;
            color: rgba(190, 242, 100, 0.18);
            position: absolute;
            top: 12px;
            right: 20px;
            line-height: 1;
            user-select: none;
        }

        .join-merged .step-icon {
            width: 48px;
            height: 48px;
            border-radius: 14px;
            background: var(--brand-dim);
            border: 1px solid rgba(190, 242, 100, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 16px;
        }

        .join-merged .step-icon i {
            color: var(--brand);
            font-size: 1.1rem;
        }

        .join-merged .step-label {
            font-size: 0.7rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            color: var(--brand);
            margin-bottom: 8px;
        }

        .join-merged .step-title {
            font-size: 1.2rem;
            font-weight: 700;
            color: var(--heading);
            margin-bottom: 10px;
        }

        .join-merged .step-desc {
            font-size: 0.9rem;
            color: var(--muted);
            line-height: 1.65;
        }

        .join-merged .timeline {
            position: relative;
            padding-left: 40px;
        }

        .join-merged .timeline::before {
            content: '';
            position: absolute;
            left: 11px;
            top: 0;
            bottom: 0;
            width: 2px;
            background: linear-gradient(to bottom, var(--brand), transparent);
        }

        .join-merged .timeline-item {
            position: relative;
            margin-bottom: 28px;
        }

        .join-merged .timeline-dot {
            position: absolute;
            left: -40px;
            top: 4px;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: var(--brand);
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 0 14px var(--brand-glow);
        }

        .join-merged .timeline-dot i {
            color: #0a0a0c;
            font-size: 0.6rem;
        }

        .join-merged .timeline-item h4 {
            color: var(--heading);
            font-weight: 700;
            font-size: 1rem;
            margin-bottom: 4px;
        }

        .join-merged .timeline-item p {
            color: var(--muted);
            font-size: 0.88rem;
        }

        .join-merged .result-card {
            background: linear-gradient(135deg, rgba(190, 242, 100, 0.08), rgba(52, 211, 153, 0.05));
            border: 1px solid rgba(190, 242, 100, 0.2);
            border-radius: 18px;
            padding: 28px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .join-merged .result-num {
            font-size: 3rem;
            font-weight: 800;
            color: var(--brand);
        }

        .join-merged .result-label {
            font-size: 0.85rem;
            color: var(--muted);
            margin-top: 6px;
        }

        .join-merged .warning-card {
            background: rgba(239, 68, 68, 0.06);
            border: 1px solid rgba(239, 68, 68, 0.2);
            border-radius: 18px;
            padding: 28px 32px;
            position: relative;
            overflow: hidden;
        }

        .join-merged .warning-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 14px;
        }

        .join-merged .warning-item:last-child {
            margin-bottom: 0;
        }

        .join-merged .warning-item i {
            color: #ef4444;
            margin-top: 3px;
            flex-shrink: 0;
        }

        .join-merged .warning-item span {
            color: #d1d5db;
            font-size: 0.93rem;
        }

        .join-merged .faq-item {
            margin-bottom: 10px;
        }

        .join-merged .faq-item details {
            background: var(--card);
            border: 1px solid var(--border);
            border-radius: 16px;
            overflow: hidden;
        }

        .join-merged .faq-item details:hover {
            border-color: rgba(190, 242, 100, 0.2);
        }

        .join-merged .faq-item details summary {
            cursor: pointer;
            list-style: none;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px 24px;
        }

        .join-merged .faq-item details summary::-webkit-details-marker {
            display: none;
        }

        .join-merged .faq-item details summary h3 {
            font-size: 0.98rem;
            font-weight: 600;
            color: var(--heading);
            padding-right: 16px;
        }

        .join-merged .chevron {
            color: var(--brand);
            font-size: 0.8rem;
            transition: transform 0.3s;
            flex-shrink: 0;
        }

        .join-merged .faq-item details[open] summary .chevron {
            transform: rotate(180deg);
        }

        .join-merged .faq-answer {
            padding: 0 24px 20px;
            color: var(--muted);
            font-size: 0.9rem;
            line-height: 1.7;
        }

        .join-merged #success-stories {
            background: radial-gradient(circle at top right, rgba(190, 242, 100, 0.08), transparent 46%), var(--dark);
            border-top: 1px solid var(--border);
            border-bottom: 1px solid var(--border);
        }

        .join-merged .success-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            margin-top: 24px;
            flex-wrap: wrap;
        }

        .join-merged .success-trust {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            font-size: 0.78rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: var(--brand);
            border: 1px solid rgba(190, 242, 100, 0.24);
            background: rgba(190, 242, 100, 0.08);
            border-radius: 999px;
            padding: 8px 14px;
            font-weight: 700;
        }

        .join-merged .success-controls {
            margin-top: 22px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 14px;
            flex-wrap: wrap;
        }

        .join-merged .success-type-tabs {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            border: 1px solid var(--border);
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.02);
            padding: 5px;
        }

        .join-merged .success-type-btn {
            border: 0;
            border-radius: 999px;
            background: transparent;
            color: var(--muted);
            font-size: 0.8rem;
            font-weight: 700;
            padding: 9px 14px;
            cursor: pointer;
            transition: background-color 0.2s ease, color 0.2s ease;
        }

        .join-merged .success-type-btn.is-active {
            background: var(--brand);
            color: var(--brand-text);
            box-shadow: 0 0 24px var(--brand-glow);
        }

        .join-merged .success-next-btn {
            border: 1px solid rgba(190, 242, 100, 0.25);
            background: rgba(190, 242, 100, 0.08);
            color: var(--brand);
            border-radius: 999px;
            padding: 10px 14px;
            font-size: 0.8rem;
            font-weight: 700;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 7px;
        }

        .join-merged .success-grid {
            margin-top: 14px;
        }

        .join-merged .success-viewport {
            overflow: hidden;
            border-radius: 22px;
            touch-action: pan-y;
        }

        .join-merged .success-track {
            display: flex;
            align-items: stretch;
            transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
            will-change: transform;
        }

        .join-merged .success-slide {
            flex: 0 0 100%;
            min-width: 100%;
        }

        .join-merged .success-card {
            background: linear-gradient(180deg, rgba(190, 242, 100, 0.03), transparent 12%), var(--card);
            border: 1px solid var(--border);
            border-radius: 22px;
            overflow: hidden;
            transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
            display: flex;
            flex-direction: column;
            min-height: 100%;
        }

        .join-merged .success-card.featured {
            border-color: rgba(190, 242, 100, 0.46);
            box-shadow: 0 0 0 1px rgba(190, 242, 100, 0.2), 0 20px 42px rgba(190, 242, 100, 0.16);
        }

        .join-merged .story-media {
            position: relative;
            border-bottom: 1px solid var(--border);
            overflow: hidden;
            background: #0a0a0c;
        }

        .join-merged .story-content {
            padding: 20px 20px 18px;
            display: flex;
            flex-direction: column;
            gap: 12px;
            height: 100%;
        }

        .join-merged .story-meta {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
        }

        .join-merged .story-meta h3 {
            color: var(--heading);
            font-size: 1rem;
            font-weight: 700;
            margin: 0;
        }

        .join-merged .story-meta p {
            color: var(--muted);
            font-size: 0.8rem;
            margin: 0;
        }

        .join-merged .story-type {
            border-radius: 999px;
            font-size: 0.67rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: var(--brand);
            border: 1px solid rgba(190, 242, 100, 0.3);
            background: rgba(190, 242, 100, 0.08);
            font-weight: 700;
            padding: 6px 9px;
            white-space: nowrap;
        }

        .join-merged .story-headline {
            color: var(--heading);
            font-size: 1.06rem;
            font-weight: 700;
            line-height: 1.45;
            margin: 0;
        }

        .join-merged .story-result {
            color: var(--brand);
            font-size: 0.96rem;
            font-weight: 700;
            margin: 0;
        }

        .join-merged .story-review {
            color: var(--muted);
            font-size: 0.89rem;
            line-height: 1.62;
            margin: 0;
        }

        .join-merged .story-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        .join-merged .story-tag {
            display: inline-flex;
            align-items: center;
            border-radius: 999px;
            border: 1px solid var(--border);
            padding: 5px 10px;
            font-size: 0.73rem;
            color: var(--text);
            background: rgba(255, 255, 255, 0.02);
        }

        .join-merged .story-card-cta {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            margin-top: auto;
            text-decoration: none;
            background: var(--brand);
            color: var(--brand-text);
            border-radius: 999px;
            font-size: 0.9rem;
            font-weight: 700;
            padding: 11px 18px;
            width: fit-content;
        }

        .join-merged .before-after-static {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
            padding: 12px;
            background: #0a0a0c;
        }

        .join-merged .ba-col {
            position: relative;
            margin: 0;
            border: 1px solid var(--border);
            border-radius: 12px;
            overflow: hidden;
            background: #000;
        }

        .join-merged .ba-img {
            width: 100%;
            aspect-ratio: 4 / 5;
            object-fit: cover;
            display: block;
            user-select: none;
            -webkit-user-drag: none;
        }

        .join-merged .ba-label {
            position: absolute;
            top: 10px;
            left: 10px;
            z-index: 2;
            border-radius: 999px;
            border: 1px solid rgba(255, 255, 255, 0.24);
            background: rgba(0, 0, 0, 0.58);
            color: #fff;
            font-size: 0.66rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            font-weight: 700;
            padding: 5px 10px;
        }

        .join-merged .story-video {
            display: block;
            width: 100%;
            height: min(52vw, 305px);
            min-height: 235px;
            max-height: 315px;
            object-fit: cover;
            background: #0a0a0c;
        }

        .join-merged .story-media-video {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 16px 14px;
            background: radial-gradient(circle at center, rgba(255, 255, 255, 0.06), transparent 58%), #0a0a0c;
        }

        .join-merged .story-media-video .story-video {
            width: clamp(190px, 32vw, 300px);
            aspect-ratio: 9 / 16;
            height: auto;
            max-height: min(72vh, 560px);
            object-fit: contain;
            border-radius: 14px;
            border: 1px solid var(--border);
            background: #000;
        }

        .join-merged .video-overlay {
            position: absolute;
            inset: auto auto 26px 50%;
            transform: translateX(-50%);
            border: 1px solid rgba(255, 255, 255, 0.24);
            background: rgba(0, 0, 0, 0.58);
            color: #fff;
            border-radius: 12px;
            padding: 10px 12px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            font-size: 0.8rem;
            font-weight: 600;
            cursor: pointer;
            z-index: 2;
            width: max-content;
        }

        .join-merged .success-card.video-playing .video-overlay {
            opacity: 0;
            pointer-events: none;
        }

        .join-merged .success-status {
            color: var(--muted);
            text-align: center;
            margin-top: 16px;
            font-size: 0.9rem;
        }

        .join-merged .sticky-success-cta {
            position: fixed;
            left: 50%;
            bottom: 16px;
            transform: translate(-50%, 22px);
            z-index: 120;
            width: min(94vw, 560px);
            border-radius: 16px;
            border: 1px solid rgba(190, 242, 100, 0.3);
            background: rgba(8, 8, 10, 0.9);
            backdrop-filter: blur(12px);
            padding: 11px 12px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.25s ease, transform 0.25s ease;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.32);
        }

        .join-merged .sticky-success-cta.visible {
            opacity: 1;
            pointer-events: auto;
            transform: translate(-50%, 0);
        }

        .join-merged .sticky-success-copy {
            color: var(--text);
            font-size: 0.82rem;
            line-height: 1.4;
            margin: 0;
        }

        .join-merged .sticky-success-copy strong {
            color: var(--heading);
            font-weight: 700;
        }

        .join-merged .sticky-success-link {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            white-space: nowrap;
            padding: 10px 13px;
            border-radius: 999px;
            text-decoration: none;
            background: var(--brand);
            color: var(--brand-text);
            font-size: 0.83rem;
            font-weight: 700;
            flex-shrink: 0;
        }

        .join-merged .cta-section {
            background: var(--dark);
            border-top: 1px solid var(--border);
            padding: 100px 0;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .join-merged .cta-glow {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 700px;
            height: 300px;
            background: radial-gradient(ellipse, rgba(190, 242, 100, 0.07) 0%, transparent 70%);
            pointer-events: none;
        }

        .join-merged .cta-section h2 {
            font-size: clamp(2rem, 5vw, 3.2rem);
            font-weight: 800;
            color: var(--heading);
            letter-spacing: -0.03em;
            margin-bottom: 16px;
        }

        .join-merged .cta-section p {
            color: var(--muted);
            max-width: 540px;
            margin: 0 auto 36px;
            font-size: 1rem;
        }

        @media (max-width: 900px) {
            .join-merged .why-choose-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .join-merged .steps-grid {
                grid-template-columns: 1fr;
            }

            .join-merged #expectations .container>div {
                grid-template-columns: 1fr !important;
                gap: 32px !important;
            }

            .join-merged .why-card-body {
                padding: 14px 14px 16px;
            }

            .join-merged .why-card-body h4 {
                font-size: 0.9rem;
            }

            .join-merged .why-card-body p {
                font-size: 0.78rem;
                line-height: 1.45;
            }
        }

        @media (max-width: 600px) {
            .join-merged .section {
                padding: 64px 0;
            }

            .join-merged .hero-stats {
                gap: 20px;
            }

            .join-merged .stat-divider {
                display: none;
            }

            .join-merged .hero-btns {
                width: 100%;
            }

            .join-merged .hero-btns a,
            .join-merged .hero-pricing-link {
                width: 100%;
                justify-content: center;
                text-align: center;
            }

            .join-merged .success-controls {
                align-items: stretch;
            }

            .join-merged .success-type-tabs {
                width: 100%;
                justify-content: space-between;
            }

            .join-merged .success-type-btn {
                flex: 1;
            }

            .join-merged .success-next-btn {
                width: 100%;
                justify-content: center;
            }

            .join-merged .sticky-success-cta {
                width: calc(100vw - 16px);
                left: 8px;
                transform: translate(0, 22px);
                padding: 10px;
            }

            .join-merged .sticky-success-cta.visible {
                transform: translate(0, 0);
            }

            .join-merged .sticky-success-copy {
                font-size: 0.76rem;
            }

            .join-merged .sticky-success-link {
                padding: 9px 11px;
                font-size: 0.76rem;
            }
        }

        /* Scoped Signup Form Styles */
        #signup * {

            box-sizing: border-box;
        }

        #signup {

            font-family: 'Inter', sans-serif;
            background: #09090b;
            color: #d1d5db;
        }

        #signup .heading,
        #signup h1,
        #signup h2,
        #signup h3 {

            font-family: 'Inter', sans-serif;
            letter-spacing: -0.025em;
        }

        #signup

        /* ── Step transitions ── */
        .step-panel,
        #signup .form-step {

            display: none;
            animation: stepIn 0.4s cubic-bezier(0.22, 1, 0.36, 1);
        }

        #signup .step-panel.active,
        #signup .form-step.active {

            display: block;
        }

        @keyframes stepIn {

            from {
                opacity: 0;
                transform: translateY(20px);
                filter: blur(4px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
                filter: blur(0);
            }
        }

        #signup

        /* ── Progress bar ── */
        .prog-fill {

            transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
        }

        #signup

        /* ── Input fields ── */
        .sf-input {

            width: 100%;
            padding: 14px 16px;
            border-radius: 14px;
            background: rgba(255, 255, 255, 0.07);
            border: 1.5px solid rgba(255, 255, 255, 0.16);
            color: #fff;
            font-size: 0.95rem;
            font-family: 'Inter', sans-serif;
            transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
            outline: none;
        }

        #signup .sf-input::placeholder {

            color: rgba(255, 255, 255, 0.4);
        }

        #signup .sf-input:focus {

            border-color: #bef264;
            background: rgba(190, 242, 100, 0.05);
            box-shadow: 0 0 0 3px rgba(190, 242, 100, 0.15);
        }

        #signup .sf-input.valid,
        #signup .sf-input:not(:placeholder-shown) {

            border-color: rgba(255, 255, 255, 0.35);
            background: rgba(255, 255, 255, 0.1);
        }

        #signup .sf-input.valid:focus,
        #signup .sf-input:not(:placeholder-shown):focus {
            border-color: #bef264;
        }

        #signup .sf-input.has-error {
            border-color: #ef4444 !important;
            background: rgba(239, 68, 68, 0.05) !important;
            box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.15) !important;
        }

        #signup .pill-btn.has-error,
        #signup .cond-chip.has-error {
            border-color: #ef4444 !important;
            background: rgba(239, 68, 68, 0.05) !important;
        }

        #signup .sf-input option {

            background: #18181b;
            color: #fff;
        }

        #signup .sf-label {

            display: block;
            font-size: 0.72rem;
            font-weight: 700;
            color: #e5e7eb;
            text-transform: uppercase;
            letter-spacing: 0.06em;
            margin-bottom: 7px;
            font-family: 'Inter', sans-serif;
        }

        #signup

        /* ── Pill toggle ── */
        .pill-group {

            display: flex;
            gap: 8px;
            flex-wrap: wrap;
        }

        #signup .pill-btn {

            flex: 1;
            min-width: 80px;
            padding: 11px 14px;
            border-radius: 12px;
            border: 1.5px solid rgba(255, 255, 255, 0.16);
            background: rgba(255, 255, 255, 0.05);
            color: #d1d5db;
            font-size: 0.85rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s;
            text-align: center;
            font-family: 'Inter', sans-serif;
        }

        #signup .pill-btn:hover {

            border-color: rgba(190, 242, 100, 0.35);
            color: #ffffff;
        }

        #signup .pill-btn.active,
        #signup .pill-btn.is-active {

            border-color: #bef264;
            background: rgba(190, 242, 100, 0.15);
            color: #bef264;
            box-shadow: 0 0 16px rgba(190, 242, 100, 0.15);
        }

        #signup

        /* ── Health condition chips ── */
        .cond-chip {

            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 14px;
            border-radius: 12px;
            border: 1.5px solid rgba(255, 255, 255, 0.16);
            background: rgba(255, 255, 255, 0.05);
            color: #d1d5db;
            font-size: 0.85rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s;
            user-select: none;
            font-family: 'Inter', sans-serif;
        }

        #signup .cond-chip:hover {

            border-color: rgba(190, 242, 100, 0.35);
            color: #ffffff;
        }

        #signup .cond-chip.active {

            border-color: #bef264;
            background: rgba(190, 242, 100, 0.15);
            color: #bef264;
        }



        #signup .cond-chip .chip-dot {

            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: currentColor;
            flex-shrink: 0;
        }

        #signup

        /* ── BMI Ring ── */
        .bmi-ring-wrap {

            position: relative;
            width: 168px;
            height: 168px;
            flex-shrink: 0;
        }

        #signup .bmi-ring-svg {

            width: 168px;
            height: 168px;
            transform: rotate(-90deg);
        }

        #signup .bmi-ring-track {

            fill: none;
            stroke: rgba(255, 255, 255, 0.08);
            stroke-width: 10;
        }

        #signup .bmi-ring-fill {

            fill: none;
            stroke-width: 10;
            stroke-linecap: round;
            transition: stroke-dashoffset 0.7s cubic-bezier(0.22, 1, 0.36, 1), stroke 0.4s ease;
        }

        #signup .bmi-ring-center {

            position: absolute;
            inset: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        #signup .bmi-ring-value {

            font-size: 1.55rem;
            font-weight: 900;
            color: #fff;
            line-height: 1;
            font-family: 'Inter', sans-serif;
            letter-spacing: -0.04em;
        }

        #signup .bmi-ring-label {

            font-size: 0.65rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            margin-top: 3px;
        }

        #signup .bmi-reco-line {

            color: #6b7280;
            font-size: 0.76rem;
            margin-top: 4px;
        }

        #signup .bmi-reco-line strong {

            color: #bef264;
            font-weight: 900;
        }

        #signup .bmi-target-marker {

            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 3px;
            height: 18px;
            border-radius: 999px;
            background: #fff;
            box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.12);
            transition: left 0.45s ease;
        }

        #signup .bmi-target-marker span {

            position: absolute;
            left: 50%;
            bottom: calc(100% + 6px);
            transform: translateX(-50%);
            white-space: nowrap;
            color: #e5e7eb;
            font-size: 0.68rem;
            font-weight: 800;
        }

        #signup

        /* ── Plan cards ── */
        .plan-card {

            border: 2px solid rgba(255, 255, 255, 0.08);
            border-radius: 20px;
            background: #111113;
            padding: 20px;
            cursor: pointer;
            transition: border-color 0.25s, box-shadow 0.25s, transform 0.2s;
            position: relative;
            overflow: hidden;
        }

        #signup .plan-card:hover {

            border-color: rgba(190, 242, 100, 0.3);
            transform: translateY(-2px);
        }

        #signup .plan-card.selected,
        #signup .plan-card.plan-card-selected {

            border-color: #bef264;
            box-shadow: 0 0 32px rgba(190, 242, 100, 0.22);
        }

        #signup .plan-card .plan-check {

            position: absolute;
            top: 14px;
            right: 14px;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            border: 2px solid rgba(255, 255, 255, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s;
        }

        #signup .plan-card.selected .plan-check,
        #signup .plan-card.plan-card-selected .plan-check {

            background: #bef264;
            border-color: #bef264;
        }

        #signup .plan-card.selected .plan-check i,
        #signup .plan-card.plan-card-selected .plan-check i {

            color: #09090b;
        }

        #signup .plan-benefits {

            display: grid;
            gap: 4px;
            margin-top: 7px;
            color: #9ca3af;
            font-size: 0.72rem;
            line-height: 1.25;
        }

        #signup .plan-benefits li {

            display: flex;
            gap: 6px;
            align-items: flex-start;
        }

        #signup .plan-benefits li::before {

            content: "";
            width: 4px;
            height: 4px;
            margin-top: 5px;
            border-radius: 999px;
            background: rgba(190, 242, 100, 0.75);
            flex-shrink: 0;
        }

        #signup .plan-benefits li.plan-benefit-highlight {

            color: #e5fca8;
            font-weight: 800;
        }

        #signup .duration-note {

            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-top: 10px;
            border-radius: 999px;
            border: 1px solid rgba(190, 242, 100, 0.2);
            background: rgba(190, 242, 100, 0.08);
            padding: 8px 11px;
            color: #d9f99d;
            font-size: 0.74rem;
            font-weight: 800;
        }

        #signup .duration-note::before {

            content: "";
            width: 7px;
            height: 7px;
            border-radius: 999px;
            background: #bef264;
            box-shadow: 0 0 0 3px rgba(190, 242, 100, 0.12);
        }

        #signup

        /* ── Per-day badge ── */
        .per-day-badge {

            display: inline-flex;
            align-items: center;
            gap: 4px;
            background: rgba(190, 242, 100, 0.1);
            border: 1px solid rgba(190, 242, 100, 0.25);
            border-radius: 999px;
            padding: 2px 8px;
            color: #bef264;
            font-size: 0.65rem;
            font-weight: 700;
            font-family: 'Inter', sans-serif;
            white-space: nowrap;
        }

        #signup

        /* ── Pay method cards ── */
        .pay-method {

            display: flex;
            align-items: center;
            gap: 12px;
            padding: 14px 16px;
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 16px;
            background: rgba(255, 255, 255, 0.03);
            cursor: pointer;
            transition: all 0.2s;
        }

        #signup .pay-method:hover {

            border-color: rgba(190, 242, 100, 0.3);
            background: rgba(255, 255, 255, 0.05);
        }

        #signup .pay-method.selected,
        #signup .pay-method.pay-card--selected {

            border-color: #bef264;
            background: rgba(190, 242, 100, 0.08);
            box-shadow: 0 4px 20px rgba(190, 242, 100, 0.15);
        }

        #signup .pay-method.pay-card--selected p:first-child {

            color: #f9fafb;
        }

        #signup .pay-method.pay-card--recommended {

            border-color: rgba(190, 242, 100, 0.35);
        }

        #signup .pay-method.pay-card--deemphasized {

            opacity: 1;
        }

        #signup .pay-method .pay-logo {

            width: 40px;
            height: 40px;
            border-radius: 10px;
            background: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            overflow: hidden;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
            padding: 4px;
        }

        #signup .pay-method .pay-logo img {

            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        #signup .pay-card {

            text-decoration: none;
            color: inherit;
        }

        #signup

        /* ── CTA button ── */
        .cta-btn {

            width: 100%;
            padding: 17px;
            border-radius: 16px;
            background: linear-gradient(135deg, #bef264 0%, #a3e635 100%);
            color: #09090b;
            border: none;
            cursor: pointer;
            transition: opacity 0.2s, transform 0.2s, box-shadow 0.2s;
            box-shadow: 0 4px 32px rgba(190, 242, 100, 0.28), 0 1px 0 rgba(255, 255, 255, 0.12) inset;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
            font-weight: 900;
            letter-spacing: -0.01em;
        }

        #signup .cta-btn:hover {

            opacity: 0.92;
            transform: translateY(-2px);
            box-shadow: 0 8px 40px rgba(190, 242, 100, 0.38);
        }

        #signup .cta-btn:active {

            transform: translateY(0) scale(0.99);
        }

        #signup .cta-btn.secondary {

            background: rgba(255, 255, 255, 0.06);
            color: #9ca3af;
            box-shadow: none;
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
        }

        #signup .cta-btn.secondary:hover {

            background: rgba(255, 255, 255, 0.1);
            color: #d1d5db;
            box-shadow: none;
        }

        #signup

        /* ── Price summary ── */
        .price-summary {

            background: rgba(190, 242, 100, 0.06);
            border: 1px solid rgba(190, 242, 100, 0.2);
            border-radius: 16px;
            padding: 16px;
        }

        #signup .payment-pref-option {

            border: 1.5px solid rgba(255, 255, 255, 0.1);
            border-radius: 14px;
            background: rgba(255, 255, 255, 0.03);
            padding: 12px 14px;
            cursor: pointer;
            transition: border-color 0.2s, background 0.2s, color 0.2s;
        }

        #signup .payment-pref-option--selected {

            border-color: rgba(190, 242, 100, 0.7);
            background: rgba(190, 242, 100, 0.1);
        }

        #signup .payment-status-panel {

            display: none;
            margin-top: 14px;
            border: 1px solid rgba(190, 242, 100, 0.22);
            border-radius: 16px;
            background: rgba(190, 242, 100, 0.07);
            padding: 14px;
        }

        #signup .payment-status-panel.active {

            display: block;
        }

        #signup .payment-status-row {

            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
        }

        #signup .payment-status-label {

            color: #f9fafb;
            font-size: 0.9rem;
            font-weight: 800;
        }

        #signup .payment-status-subtext {

            color: #9ca3af;
            font-size: 0.78rem;
            margin-top: 5px;
        }

        #signup .payment-status-bar {

            height: 6px;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.08);
            overflow: hidden;
            margin-top: 10px;
        }

        #signup .payment-status-bar-fill {

            height: 100%;
            width: 16%;
            border-radius: inherit;
            background: linear-gradient(90deg, #bef264, #34d399);
            transition: width 0.35s ease;
        }

        #signup .payment-trouble-action {

            display: none;
            margin-top: 10px;
            color: #bef264;
            font-size: 0.8rem;
            font-weight: 800;
        }

        #signup .payment-trouble-action.active {

            display: inline-flex;
        }

        #signup .loader-sm {

            width: 16px;
            height: 16px;
            border: 2px solid rgba(9, 9, 11, 0.35);
            border-top-color: #09090b;
            border-radius: 999px;
            animation: spin 0.7s linear infinite;
        }

        @keyframes spin {

            to {
                transform: rotate(360deg);
            }
        }

        #signup .optional-panel {

            border: 1px solid rgba(190, 242, 100, 0.36);
            border-radius: 18px;
            background: linear-gradient(135deg, rgba(190, 242, 100, 0.12), rgba(255, 255, 255, 0.055));
            padding: 16px;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 32px rgba(0, 0, 0, 0.18);
        }

        #signup .optional-panel .sf-label {

            color: #d1d5db;
        }

        #signup .food-preference-input {

            background: rgba(255, 255, 255, 0.11);
            border-color: rgba(255, 255, 255, 0.24);
            color: #f9fafb;
        }

        #signup .food-preference-input::placeholder {

            color: #a1a1aa;
        }

        #signup .food-preference-input:focus {

            background: rgba(255, 255, 255, 0.14);
            border-color: rgba(190, 242, 100, 0.75);
            box-shadow: 0 0 0 3px rgba(190, 242, 100, 0.16);
        }

        #feedback-modal {

            position: fixed;
            inset: 0;
            z-index: 150;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 16px;
            background: rgba(9, 9, 11, 0.72);
            backdrop-filter: blur(12px);
            transition: opacity 0.2s ease, visibility 0.2s ease;
        }

        #feedback-modal.opacity-0 {

            pointer-events: none;
        }

        #feedback-modal .modal-content {

            background: #141416;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        #signup .sticky-pay-cta {

            position: fixed;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 60;
            display: none;
            padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
            background: rgba(9, 9, 11, 0.92);
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            backdrop-filter: blur(20px);
        }

        #signup .sticky-pay-cta.visible {

            display: block;
        }

        @media (min-width: 768px) {
            #signup .sticky-pay-cta {

                display: none !important;
            }
        }

        #signup

        /* ── Trust badge row ── */
        .trust-row {

            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
        }

        #signup .trust-item {

            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 0.75rem;
            color: #6b7280;
            font-weight: 500;
        }

        #signup .trust-item i {

            color: #bef264;
            font-size: 0.8rem;
        }

        #signup #signupSpotsProgressFill {
            display: block;
            height: 100%;
            width: 0%;
            border-radius: inherit;
            background: linear-gradient(90deg, #bef264, #10b981);
            transition: width 0.8s cubic-bezier(0.22, 1, 0.36, 1);
        }

        #signup

        /* ── Compact Step 2 proof strip ── */
        .compact-stats {

            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            flex-wrap: wrap;
            margin-top: 16px;
            border: 1px solid rgba(255, 255, 255, 0.07);
            border-radius: 16px;
            background: rgba(255, 255, 255, 0.025);
            padding: 10px;
        }

        #signup .compact-stat {

            display: inline-flex;
            align-items: baseline;
            gap: 5px;
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 999px;
            background: rgba(17, 17, 19, 0.75);
            padding: 7px 10px;
            white-space: nowrap;
        }

        #signup .compact-stat strong {

            color: #bef264;
            font-family: 'Inter', sans-serif;
            font-size: 0.92rem;
            line-height: 1;
            letter-spacing: -0.03em;
        }

        #signup .compact-stat span {

            color: #a1a1aa;
            font-size: 0.7rem;
            font-weight: 700;
        }

        #signup

        /* ── Social proof avatars ── */
        .avatar-stack {

            display: flex;
        }

        #signup .avatar-stack img {

            width: 28px;
            height: 28px;
            border-radius: 50%;
            border: 2px solid #09090b;
            margin-left: -8px;
            object-fit: cover;
        }

        #signup .avatar-stack img:first-child {

            margin-left: 0;
        }

        #signup

        /* ── Step indicator ── */
        .step-dot {

            width: 36px;
            height: 36px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.78rem;
            font-weight: 900;
            transition: all 0.3s;
            flex-shrink: 0;
            font-family: 'Inter', sans-serif;
        }

        #signup .step-dot.done {

            background: #bef264;
            color: #09090b;
        }

        #signup .step-dot.active {

            background: rgba(190, 242, 100, 0.15);
            border: 2px solid #bef264;
            color: #bef264;
            box-shadow: 0 0 20px rgba(190, 242, 100, 0.25);
        }

        #signup .step-dot.pending {

            background: rgba(255, 255, 255, 0.04);
            border: 2px solid rgba(255, 255, 255, 0.1);
            color: #6b7280;
        }

        #signup .step-connector {

            flex: 1;
            height: 2px;
            background: rgba(255, 255, 255, 0.08);
            transition: background 0.4s;
            margin-bottom: 18px;
        }

        #signup .step-connector.done {

            background: rgba(190, 242, 100, 0.5);
        }

        #signup

        /* ── Scroll ── */
        .scroll-area {

            max-height: calc(100dvh - 200px);
            overflow-y: auto;
            padding-right: 4px;
        }

        #signup .scroll-area::-webkit-scrollbar {

            width: 4px;
        }

        #signup .scroll-area::-webkit-scrollbar-track {

            background: transparent;
        }

        #signup .scroll-area::-webkit-scrollbar-thumb {

            background: rgba(255, 255, 255, 0.1);
            border-radius: 4px;
        }

        #signup

        /* ── Password toggle ── */
        .pw-wrap {

            position: relative;
        }

        #signup .pw-toggle {

            position: absolute;
            right: 14px;
            top: 50%;
            transform: translateY(-50%);
            background: none;
            border: none;
            color: #6b7280;
            cursor: pointer;
            padding: 4px;
        }

        #signup .pw-toggle:hover {

            color: #bef264;
        }

        #signup

        /* ── Field valid indicator ── */
        .field-valid-icon {

            position: absolute;
            right: 14px;
            top: 50%;
            transform: translateY(-50%);
            color: #bef264;
            font-size: 0.8rem;
            pointer-events: none;
            opacity: 0;
            transition: opacity 0.2s;
        }

        #signup .field-wrap {

            position: relative;
        }

        #signup .field-wrap.valid .field-valid-icon {

            opacity: 1;
        }

        #signup .field-wrap.valid .sf-input {

            padding-right: 40px;
        }

        #signup

        /* ── Glow blobs ── */
        .glow-blob {

            position: fixed;
            border-radius: 50%;
            pointer-events: none;
            filter: blur(100px);
            opacity: 0.05;
        }

        #signup

        /* ── Coach card ── */
        .coach-card {

            background: linear-gradient(135deg, rgba(190, 242, 100, 0.08) 0%, rgba(17, 17, 19, 0.6) 100%);
            border: 1px solid rgba(190, 242, 100, 0.18);
            border-radius: 20px;
            padding: 16px;
        }

        #signup

        /* ── Value stack items ── */
        .value-item {

            display: flex;
            align-items: flex-start;
            gap: 12px;
            padding: 11px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        }

        #signup .value-item:last-child {

            border-bottom: none;
            padding-bottom: 0;
        }

        #signup .value-icon {

            width: 36px;
            height: 36px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        #signup

        /* ── Testimonial card ── */
        .testimonial-card {

            background: rgba(255, 255, 255, 0.02);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 18px;
            padding: 16px;
        }

        #signup .signup-reviews-shell {

            margin-bottom: 16px;
        }

        #signup .signup-reviews-viewport {

            overflow: hidden;
            border-radius: 18px;
        }

        #signup .signup-reviews-track {

            display: flex;
            transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
        }

        #signup .signup-review-slide {

            min-width: 100%;
        }

        #signup .signup-review-avatar {

            width: 40px;
            height: 40px;
            border-radius: 999px;
            object-fit: cover;
            border: 2px solid rgba(190, 242, 100, 0.35);
            background: #bef264;
            flex-shrink: 0;
        }

        #signup .signup-review-dots {

            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            margin-top: 10px;
        }

        #signup .signup-review-dot {

            width: 7px;
            height: 7px;
            border-radius: 999px;
            border: 0;
            background: rgba(255, 255, 255, 0.16);
            cursor: pointer;
            padding: 0;
            transition: width 0.2s ease, background 0.2s ease;
        }

        #signup .signup-review-dot.is-active {

            width: 18px;
            background: #bef264;
        }

        #signup .signup-review-status {

            min-height: 14px;
            margin-top: 6px;
            text-align: center;
            color: #6b7280;
            font-size: 0.68rem;
            font-weight: 700;
        }

        @media (prefers-reduced-motion: reduce) {
            #signup .step-panel {

                animation: none;
            }

            #signup .prog-fill,
            #signup .bmi-ring-fill,
            #signup .cta-btn,
            #signup .plan-card,
            #signup .signup-reviews-track,
            #signup .signup-review-dot {

                transition: none;
            }
        }

        @media (max-width: 640px) {
            #signup {

                overflow-x: hidden;
            }

            #signup main#signup {

                padding-left: 12px;
                padding-right: 12px;
                padding-bottom: 96px;
            }

            #signup>div {

                margin-top: 16px;
                max-width: 100%;
            }

            #signup nav .h-16 {

                height: 56px;
            }

            #signup .sf-input {

                font-size: 16px;
                padding: 12px 13px;
                border-radius: 12px;
            }

            #signup .sf-label {

                font-size: 0.72rem;
                margin-bottom: 6px;
            }

            #signup .pill-btn {

                min-width: 0;
                padding: 10px 11px;
                font-size: 0.82rem;
            }

            #signup .cond-chip {

                padding: 9px 11px;
                font-size: 0.8rem;
            }

            #signup .plan-card {

                padding: 12px;
                border-radius: 16px;
            }

            #signup .plan-card .plan-check {

                top: 10px;
                right: 10px;
                width: 20px;
                height: 20px;
            }

            #signup .plan-benefits {

                gap: 3px;
                margin-top: 6px;
                font-size: 0.68rem;
                line-height: 1.18;
            }

            #signup .plan-benefits li {

                gap: 5px;
            }

            #signup .plan-benefits li::before {

                width: 4px;
                height: 4px;
                margin-top: 4px;
            }

            #signup .duration-note {

                margin-top: 6px;
                padding: 7px 10px;
                font-size: 0.68rem;
                border-radius: 12px;
            }

            #signup .cta-btn {

                padding: 15px;
                border-radius: 14px;
                font-size: 1rem;
            }

            #signup .trust-row {

                gap: 10px 14px;
            }

            #signup .trust-item {

                font-size: 0.68rem;
            }

            #signup .step-dot {

                width: 32px;
                height: 32px;
            }

            #signup .bmi-ring-wrap {

                width: 136px;
                height: 136px;
                margin-inline: auto;
            }

            #signup .bmi-ring-svg {

                width: 136px;
                height: 136px;
            }

            #signup .bmi-ring-svg circle {

                transform-origin: center;
                transform: scale(1);
            }

            #signup .bmi-ring-value {

                font-size: 1.35rem;
            }

            #signup .mobile-stack {

                grid-template-columns: minmax(0, 1fr) !important;
            }

            #signup .mobile-bmi-layout {

                flex-direction: column;
                align-items: stretch;
                gap: 14px;
            }

            #signup .mobile-phone-row {

                gap: 8px;
            }

            #signup .mobile-country-select {

                width: min(34vw, 118px) !important;
                padding-left: 10px;
                padding-right: 10px;
            }

            #signup .mobile-card {

                padding: 20px !important;
                border-radius: 20px !important;
            }

            #signup .mobile-header {

                margin-bottom: 20px !important;
            }

            #signup .mobile-header h1 {

                font-size: 2.25rem;
                line-height: 1.06;
                letter-spacing: -0.05em;
            }

            #signup .mobile-header p {

                font-size: 0.86rem;
            }

            #signup

            /* Removed old intake status styles */
            .compact-stats {

                justify-content: flex-start;
                gap: 6px;
                padding: 8px;
            }

            #signup .compact-stat {

                padding: 6px 8px;
            }

            #signup .compact-stat strong {

                font-size: 0.92rem;
            }

            #signup .compact-stat span {

                font-size: 0.66rem;
            }
        }
