        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', sans-serif;
            color: #f0eaff;
            line-height: 1.5;
            background: #02010a;
            overflow-x: hidden;
        }

        /* Canvas Background */
        #spaceCanvas {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
            display: block;
        }

        .nebula-glow {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at 50% 40%, rgba(40, 20, 80, 0.3), rgba(2, 1, 10, 0.7));
            pointer-events: none;
            z-index: 1;
        }
.footer-logo {
    text-align: center;
    margin-bottom: 3px;
}
.footer-logo img {
    height: 15px;
    width: auto;
    opacity: 0.8;
    transition: opacity 0.2s;
}
.footer-logo img:hover {
    opacity: 1;
}

        .geometry-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 800" opacity="0.04"><path fill="none" stroke="%23cbaaff" stroke-width="1" d="M400 10 L790 300 L650 790 L150 790 L10 300 Z M400 150 L550 300 L450 700 L350 700 L250 300 Z M400 280 L460 350 L430 600 L370 600 L340 350 Z"/><circle cx="400" cy="400" r="100" stroke="%23cbaaff" fill="none"/><circle cx="400" cy="400" r="200" stroke="%23cbaaff" fill="none"/><path d="M400 0 L400 800 M0 400 L800 400" stroke="%23cbaaff" stroke-width="0.5"/></svg>');
            background-repeat: repeat;
            background-size: 400px;
            pointer-events: none;
            z-index: 1;
        }

        .container {
            position: relative;
            z-index: 2;
            
            margin: 0 auto;
            padding: 0 28px;
        }
.image-round-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px !important;
  max-width: 900px !important;
  margin: 0 auto !important;
  width: 100% !important;
}
        nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 28px 0 24px;
            flex-wrap: wrap;
            gap: 20px;
        /* border-bottom: 1px solid rgba(183, 126, 255, 0.25); */ 
        /* backdrop-filter: blur(8px); */
        }
        .logo {
            font-family: 'Cormorant Garamond', serif;
            font-size: 2rem;
            font-weight: 600;
            background: linear-gradient(135deg, #f2e0ff, #c396ff);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            letter-spacing: 2px;
            text-shadow: 0 0 10px rgba(175, 110, 255, 0.4);
            white-space: nowrap;
        }
        .nav-links {
            display: flex;
            gap: 32px;
            align-items: center;
            flex-wrap: wrap;
        }
        .nav-links a {
            color: #e3d6ff;
            text-decoration: none;
            font-weight: 500;
            font-size: 0.95rem;
            transition: 0.2s;
            white-space: nowrap;
        }
        .nav-links a:hover {
            color: #e2b6ff;
            text-shadow: 0 0 5px #b77eff;
        }
        .btn-outline {
            border: 1px solid rgba(183, 126, 255, 0.6);
            background: rgba(30, 15, 55, 0.4);
            backdrop-filter: blur(4px);
            padding: 8px 20px;
            border-radius: 40px;
        }
        .btn-outline:hover {
            background: rgba(130, 70, 200, 0.3);
            border-color: #d9a7ff;
        }

        .hero {
            text-align: center;
            padding: 100px 0 110px;
        }
.hero h1 {
    font-family: 'Inter', sans-serif;  /* modern, clean */
    font-weight: 700;
    font-size: 3.6rem;
    background: linear-gradient(145deg, #ffffff, #dbb9ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 24px;
    line-height: 1.2;
    letter-spacing: -1px;
}
        .hero p {
            font-size: 1.2rem;
            max-width: 700px;
            margin: 0 auto 36px;
            color: #cfc3f5;
            font-weight: 300;
        }
        .btn-primary {
            background: linear-gradient(115deg, #a155ff, #6a27d0);
            border: none;
            padding: 14px 48px;
            border-radius: 60px;
            font-size: 1.1rem;
            font-weight: 600;
            color: white;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 0 20px rgba(129, 57, 247, 0.4);
            display: inline-block;
            text-decoration: none;
            letter-spacing: 1px;
        }
        .btn-primary:hover {
            transform: translateY(-4px);
            box-shadow: 0 0 30px rgba(149, 85, 255, 0.7);
        }

        section {
            padding: 80px 0;
            border-bottom: 1px solid rgba(183, 126, 255, 0.12);
        }
        .section-title {
            font-family: 'Cormorant Garamond', serif;
            font-size: 2.6rem;
            text-align: center;
            margin-bottom: 20px;
            background: linear-gradient(135deg, #f2eaff, #c29eff);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        .section-sub {
            text-align: center;
            color: #b9a8ea;
            margin-bottom: 60px;
            font-weight: 300;
        }

        .steps-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 40px;
        }
        .step-card {
            background: rgba(18, 10, 35, 0.55);
            backdrop-filter: blur(12px);
            border-radius: 48px;
            padding: 40px 28px;
            text-align: center;
            flex: 1;
            min-width: 240px;
            border: 1px solid rgba(183, 126, 255, 0.3);
            transition: 0.3s;
        }
        .step-card:hover {
            border-color: #b27aff;
            transform: translateY(-6px);
            background: rgba(30, 18, 55, 0.7);
        }
        .step-number {
            font-family: 'Cormorant Garamond', serif;
            font-size: 3rem;
            font-weight: 700;
            background: linear-gradient(135deg, #dbb3ff, #9d5eff);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            margin-bottom: 20px;
        }
        .step-card h3 {
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.6rem;
            margin-bottom: 15px;
        }
        .step-card p {
            font-size: 0.95rem;
            color: #d1c6f0;
        }

        .features-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 35px;
            justify-content: center;
        }
        .feature {
            background: rgba(12, 6, 26, 0.65);
            backdrop-filter: blur(10px);
            border-radius: 40px;
            padding: 32px 24px;
            flex: 1;
            min-width: 240px;
            text-align: center;
            border: 1px solid rgba(150, 100, 230, 0.25);
            transition: 0.3s;
        }
        .feature:hover {
            border-color: #a473ff;
            background: rgba(25, 15, 48, 0.8);
        }
        .feature-icon {
            font-size: 3rem;
            margin-bottom: 20px;
            filter: drop-shadow(0 0 6px #c08eff);
        }
        .feature h3 {
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.6rem;
            margin-bottom: 12px;
        }
        .feature p {
            color: #cfc5f0;
            font-size: 0.9rem;
        }
        .badge-free {
            background: #3a1f7a;
            display: inline-block;
            padding: 5px 16px;
            border-radius: 50px;
            font-size: 0.7rem;
            font-weight: 600;
            margin-top: 14px;
        }

        .quote {
            text-align: center;
            font-size: 1.4rem;
            max-width: 850px;
            margin: 20px auto 0;
            padding: 40px 28px;
            background: rgba(30, 18, 60, 0.5);
            backdrop-filter: blur(8px);
            border-radius: 64px;
            border-left: 5px solid #b17eff;
            font-style: italic;
            font-family: 'Cormorant Garamond', serif;
        }
        .quote-author {
            margin-top: 20px;
            font-size: 0.9rem;
            color: #c2a9ff;
            font-style: normal;
        }

        footer {
            padding: 50px 0 40px;
            text-align: center;
            font-size: 0.8rem;
            /* border-top: 1px solid rgba(183, 126, 255, 0.15); */
        }
        .footer-links {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 32px;
            margin-bottom: 28px;
        }
        .footer-links a {
            color: #bbaee0;
            text-decoration: none;
        }
        .footer-links a:hover {
            color: #dfc5ff;
        }

       /* ===== GLOBAL RESPONSIVE ===== */
@media (max-width: 768px) {
    .container {
        padding: 0 16px;
    }
    .hero h1 {
        font-size: 2rem;
    }
    .hero p {
        font-size: 1rem;
        padding: 0 10px;
    }
    .btn-primary, .btn-stripe, .btn-outline {
        padding: 12px 24px;
        font-size: 1rem;
    }
    .wizard-box {
        padding: 24px 16px;
    }
    .wizard-box h1 {
        font-size: 1.6rem;
    }
    .wizard-box input,
    .wizard-box select {
        font-size: 0.95rem;
    }
    .captcha-row {
        flex-direction: column;
    }
    .captcha-row .captcha-label {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 1.6rem;
    }
    .logo-img {
        height: 32px;
    }
    .stat-card .number {
        font-size: 1.4rem;
    }
    .stat-card {
        padding: 12px;
    }
}