* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #020617;
    color: #e2e8f0;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input {
    font: inherit;
}

.wrap {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    backdrop-filter: blur(16px);
    background: rgba(2, 6, 23, 0.85);
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 72px;
    gap: 16px;
}

.brand {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #cbd5e1;
}

.nav-console {
    padding: 10px 14px;
    border-radius: 999px;
    background: #1d4ed8;
    color: #fff;
}

.hero {
    padding: 72px 0 48px;
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.28), transparent 35%),
        radial-gradient(circle at top right, rgba(14, 165, 233, 0.2), transparent 24%);
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 420px);
    gap: 28px;
    align-items: center;
}

.eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.15);
    color: #93c5fd;
    font-size: 14px;
}

.hero-copy h1 {
    margin: 0 0 16px;
    font-size: 52px;
    line-height: 1.1;
}

.hero-copy p {
    margin: 0;
    color: #cbd5e1;
    font-size: 18px;
    line-height: 1.7;
}

.hero-actions,
.hero-points,
.stats-row,
.tab-switch,
.form,
.feature-grid,
.two-col,
.step-grid,
.pricing-grid,
.contact-box,
.cta-actions {
    display: grid;
    gap: 16px;
}

.hero-actions {
    margin: 28px 0;
    display: flex;
    gap: 14px;
}

.stats-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 24px;
}

.stat-card {
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(15, 23, 42, 0.55);
}

.stat-card strong,
.plan-price {
    display: block;
    font-size: 28px;
    margin-bottom: 6px;
    color: #fff;
}

.stat-card span,
.plan-name,
.plan-tag {
    color: #93c5fd;
}

.hero-points {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #93c5fd;
}

.hero-points li::before {
    content: "•";
    margin-right: 8px;
}

.primary-btn,
.ghost-btn,
.switch-btn,
.text-btn {
    border: 0;
    border-radius: 12px;
    cursor: pointer;
}

.primary-btn,
.ghost-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 18px;
}

.primary-btn {
    background: linear-gradient(135deg, #2563eb, #0ea5e9);
    color: #fff;
}

.ghost-btn {
    border: 1px solid rgba(148, 163, 184, 0.24);
    color: #e2e8f0;
    background: rgba(15, 23, 42, 0.6);
}

.auth-card,
.feature-card,
.step-card,
.pricing-card,
.info-card,
.cta-card {
    background: rgba(15, 23, 42, 0.88);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 24px;
    box-shadow: 0 24px 80px rgba(2, 6, 23, 0.28);
}

.auth-card {
    padding: 28px;
}

.auth-head h2,
.section-title h2,
.feature-card h3,
.two-col h2 {
    margin: 0 0 10px;
}

.auth-head p,
.section-title p,
.feature-card p,
.two-col p,
.pricing-list {
    margin: 0;
    color: #94a3b8;
    line-height: 1.7;
}

.tab-switch {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 22px 0 18px;
}

.switch-btn {
    padding: 12px 14px;
    background: #0f172a;
    color: #94a3b8;
}

.switch-btn.active {
    background: #1d4ed8;
    color: #fff;
}

.form input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 12px;
    background: #020617;
    color: #fff;
}

.full-btn {
    width: 100%;
}

.center-btn {
    text-align: center;
}

.message {
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(59, 130, 246, 0.14);
    color: #bfdbfe;
}

.logged-in {
    display: grid;
    gap: 14px;
}

.text-btn {
    background: transparent;
    color: #93c5fd;
    padding: 0;
}

.section {
    padding: 48px 0;
}

.section-title {
    margin-bottom: 24px;
}

.feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card {
    padding: 24px;
}

.step-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.step-card,
.pricing-card,
.info-card {
    padding: 24px;
}

.step-card span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.14);
    color: #93c5fd;
    font-weight: 700;
    margin-bottom: 16px;
}

.step-card h3,
.pricing-card h3,
.info-card h2,
.cta-card h2 {
    margin: 0 0 10px;
}

.step-card p,
.info-card p,
.cta-card p {
    margin: 0;
    color: #94a3b8;
    line-height: 1.7;
}

.pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-card {
    position: relative;
}

.featured {
    border-color: rgba(59, 130, 246, 0.48);
    box-shadow: 0 24px 90px rgba(37, 99, 235, 0.18);
}

.plan-tag {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.18);
    font-size: 12px;
}

.plan-name {
    display: block;
    margin-bottom: 10px;
}

.alt {
    border-top: 1px solid rgba(148, 163, 184, 0.12);
}

.two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
}

.info-grid {
    align-items: stretch;
}

.pricing-list {
    padding-left: 18px;
}

.contact-box {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.cta-section {
    padding-bottom: 72px;
}

.cta-card {
    padding: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.cta-actions {
    display: flex;
    flex-wrap: wrap;
}

.hidden {
    display: none;
}

@media (max-width: 980px) {
    .hero-grid,
    .feature-grid,
    .two-col,
    .stats-row,
    .step-grid,
    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .nav {
        min-height: auto;
        padding: 14px 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-links {
        flex-wrap: wrap;
    }

    .hero-copy h1 {
        font-size: 38px;
    }

    .cta-card,
    .contact-box,
    .cta-actions {
        flex-direction: column;
        align-items: stretch;
    }
}
