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

html {
    scroll-behavior: smooth;
    background: #000000;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
    background: #ffffff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ─── Hero ─────────────────────────────────── */

.hero {
    min-height: 90vh;
    display: flex;
    align-items: center;
    background: #000000;
    color: white;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

#starCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    margin-bottom: 2rem;
}

.logo-wordmark {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 2.6rem;
    font-weight: 800;
    letter-spacing: 4px;
    line-height: 1;
}

.logo-eo {
    color: #30AB8E;
}

.logo-bar {
    display: inline-block;
    width: 1px;
    height: 1.75rem;
    background: rgba(48, 171, 142, 0.35);
}

.logo-nexus {
    color: white;
}

.logo-region {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
}

h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
}

.highlight {
    color: #ff346e;
    font-weight: 500;
}

.definition {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-bottom: 2.5rem;
    opacity: 0.85;
}

.definition-word {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.definition-meta {
    font-size: 0.95rem;
    opacity: 0.7;
    letter-spacing: 0.3px;
}

.definition-meta em {
    font-style: italic;
}

.definition-text {
    font-size: 1.1rem;
    font-weight: 300;
    max-width: 520px;
}

/* ─── CTA Form ──────────────────────────────── */

.cta-section {
    background: #0d0d0d;
    border-radius: 20px;
    padding: 48px;
    margin: 48px auto 0;
    max-width: 580px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 3px solid #30AB8E;
    box-shadow:
        0 50px 100px rgba(0, 0, 0, 0.7),
        0 0 60px rgba(48, 171, 142, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.form-header {
    margin-bottom: 28px;
    text-align: center;
}

.form-badge {
    display: inline-block;
    background: rgba(48, 171, 142, 0.2);
    border: 1px solid rgba(48, 171, 142, 0.45);
    color: #30AB8E;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 100px;
    margin-bottom: 14px;
}

.form-heading {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: white;
    line-height: 1.2;
}

.form-subtext {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
    max-width: 380px;
    margin: 0 auto;
}

.form-divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    margin: 0 0 28px;
}

.form-group {
    margin-bottom: 20px;
    text-align: left;
}

label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 0.85rem;
    letter-spacing: 0.4px;
    color: rgba(255, 255, 255, 0.65);
    text-transform: uppercase;
}

input, select, textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.05);
    color: white;
    transition: all 0.25s ease;
    font-family: inherit;
}

input::placeholder, textarea::placeholder {
    color: rgba(255, 255, 255, 0.25);
}

select option {
    background: #1a1a1a;
    color: white;
}

input:focus, select:focus, textarea:focus {
    outline: none;
    border-color: #30AB8E;
    background: rgba(48, 171, 142, 0.06);
    box-shadow: 0 0 0 3px rgba(48, 171, 142, 0.12);
}

.btn-primary {
    background: #30AB8E;
    color: #ffffff;
    padding: 16px 48px;
    border: none;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 10px;
}

.btn-primary:hover {
    background: #27967c;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(48, 171, 142, 0.35);
}

.form-disclaimer {
    text-align: center;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 12px;
}

.success-message {
    display: none;
    background: rgba(48, 171, 142, 0.15);
    border: 1px solid rgba(48, 171, 142, 0.4);
    color: #30AB8E;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
}

.success-message.show {
    display: block;
}

/* ─── Section Shared ────────────────────────── */

.section {
    padding: 80px 0;
}

.section-dark {
    background: #f4f5f6;
}

h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 700;
}

.section-intro {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
    font-size: 1.2rem;
    color: #666;
}

/* ─── Benefit Cards ─────────────────────────── */

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
    margin-top: 50px;
}

.benefit-card {
    background: #ffffff;
    padding: 36px 32px 32px;
    border-radius: 12px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    border-top: 3px solid #30AB8E;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.1);
}

.card-number {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #30AB8E;
    text-transform: uppercase;
}

.benefit-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    margin: 0;
}

.benefit-card p {
    color: #666;
    line-height: 1.7;
    font-size: 0.97rem;
    margin: 0;
}

/* ─── Who This Is For ───────────────────────── */

.who-for {
    background: #fafafa;
    color: #1a1a1a;
    padding: 80px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.criteria-list {
    list-style: none;
    padding: 0;
    margin: 48px auto 0;
    max-width: 780px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.criteria-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 28px 0;
    border-bottom: 1px solid #e8e8e8;
}

.criteria-item:last-child {
    border-bottom: none;
}

.criteria-check {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background: #30AB8E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    margin-top: 2px;
    line-height: 1;
}

.criteria-item strong {
    display: block;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 4px;
    color: #1a1a1a;
}

.criteria-item p {
    margin: 0;
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

/* ─── Exclusivity ───────────────────────────── */

.exclusivity {
    background: #0d0d0d;
    color: white;
    padding: 90px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.exclusivity::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(48, 171, 142, 0.09) 0%, transparent 70%);
    pointer-events: none;
}

.exclusivity-content {
    max-width: 580px;
    margin: 0 auto;
    position: relative;
}

.spots-indicator {
    display: inline-block;
    background: rgba(48, 171, 142, 0.15);
    border: 1px solid rgba(48, 171, 142, 0.4);
    color: #30AB8E;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.exclusivity h2 {
    color: white;
    font-size: 2.8rem;
    line-height: 1.15;
    margin-bottom: 20px;
}

.spots-number {
    color: #30AB8E;
    font-size: 4rem;
    display: inline-block;
    line-height: 1;
}

.exclusivity-body {
    font-size: 1.15rem;
    opacity: 0.75;
    margin-bottom: 36px;
    line-height: 1.7;
}

.spots-grid {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    max-width: 170px;
}

.spot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    flex-shrink: 0;
}

.spot.taken {
    background: rgba(255, 255, 255, 0.12);
    border: 2px solid rgba(255, 255, 255, 0.18);
}

.spot.available {
    background: #30AB8E;
    box-shadow: 0 0 10px rgba(48, 171, 142, 0.5);
}

.spots-status {
    font-size: 0.9rem;
    opacity: 0.65;
    margin-bottom: 40px;
}

.spots-remaining {
    color: #30AB8E;
    font-weight: 700;
    opacity: 1;
}

.btn-exclusivity {
    display: inline-block;
    background: #30AB8E;
    color: #ffffff;
    padding: 18px 52px;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
}

.btn-exclusivity:hover {
    background: #27967c;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(48, 171, 142, 0.4);
}

/* ─── Footer ────────────────────────────────── */

.footer {
    background: #111111;
    color: white;
    padding: 40px 0;
    text-align: center;
}

.footer p {
    opacity: 0.55;
    font-size: 0.9rem;
}

.footer a {
    color: #30AB8E;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

/* ─── Responsive ────────────────────────────── */

@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.9rem;
    }

    .cta-section {
        padding: 32px 24px;
        border-radius: 16px;
    }

    .exclusivity {
        padding: 64px 0;
    }

    .exclusivity h2 {
        font-size: 2rem;
    }

    .spots-number {
        font-size: 3rem;
    }

    .btn-exclusivity {
        padding: 16px 36px;
        width: 100%;
        text-align: center;
    }
}
