body {
    min-height: 100vh;
    overflow-x: hidden;
}

.page-shell {
    position: relative;
    min-height: 100vh;
    padding-bottom: 80px;
}

.ambient {
    position: fixed;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.55;
    pointer-events: none;
}

.ambient-left {
    width: 320px;
    height: 320px;
    top: 12%;
    left: 6%;
    background: rgba(255, 42, 133, 0.22);
}

.ambient-right {
    width: 380px;
    height: 380px;
    right: 4%;
    top: 20%;
    background: rgba(183, 33, 255, 0.18);
}

.container {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
}

.nav-cta,
.btn-main,
.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.nav-cta {
    padding: 13px 22px;
    border-radius: 999px;
    background: var(--gradient);
    color: white;
    font-weight: 800;
}

.hero {
    padding: 120px 0 90px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 48px;
    align-items: center;
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 42, 133, 0.1);
    border: 1px solid rgba(255, 42, 133, 0.22);
    color: var(--primary);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.hero-copy h1 {
    margin: 0 0 24px;
    font-size: clamp(3.6rem, 8vw, 6.4rem);
    line-height: 0.96;
    letter-spacing: -0.07em;
    color: #fff;
    text-wrap: balance;
}

.hero-copy h1 span {
    display: block;
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 22px rgba(255, 42, 133, 0.18);
}

.hero-copy p {
    max-width: 620px;
    margin: 0 0 38px;
    padding-left: 22px;
    border-left: 3px solid var(--primary);
    color: var(--text-dim);
    font-size: 1.12rem;
    line-height: 1.85;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.btn-main,
.btn-secondary {
    padding: 18px 30px;
    border-radius: 18px;
    font-weight: 800;
}

.btn-main {
    background: var(--gradient);
    color: white;
    box-shadow: 0 18px 36px rgba(255, 42, 133, 0.25);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.04);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-visual {
    position: relative;
    min-height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orbit {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.orbit-large {
    width: 440px;
    height: 440px;
}

.orbit-small {
    width: 320px;
    height: 320px;
    border-style: dashed;
    opacity: 0.55;
}

.orbit-dot {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 24px rgba(255, 42, 133, 0.9);
    top: 70px;
    left: 46px;
    animation: drift 5s ease-in-out infinite;
}

.ec-card {
    position: relative;
    width: 240px;
    height: 240px;
    border-radius: 52px;
    background: linear-gradient(160deg, rgba(255, 42, 133, 0.22), rgba(183, 33, 255, 0.18)), linear-gradient(135deg, #231029, #45114a);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.48), inset 0 0 35px rgba(255, 255, 255, 0.04);
    transform: rotate(4deg);
    animation: floatCard 5s ease-in-out infinite;
}

.ec-inner {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 5.8rem;
    font-weight: 900;
    letter-spacing: -0.08em;
}

.accent-mark {
    color: var(--primary);
    text-shadow: 0 0 24px rgba(255, 42, 133, 0.6);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 110px;
}

.stat-card,
.offer-card {
    background: rgba(18, 18, 24, 0.9);
    border: 1px solid var(--border);
    border-radius: 30px;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.24);
}

.stat-card {
    padding: 40px 28px;
    text-align: center;
}

.stat-card i,
.offer-card i {
    color: var(--primary);
    font-size: 2rem;
}

.stat-card strong {
    display: block;
    margin: 22px 0 10px;
    font-size: 3.4rem;
    font-weight: 900;
    letter-spacing: -0.06em;
}

.stat-card span {
    color: var(--text-dim);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.82rem;
}

.offer-section {
    padding-bottom: 30px;
}

.section-head {
    text-align: center;
    margin-bottom: 40px;
}

.section-head span {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.78rem;
    font-weight: 800;
}

.section-head h2 {
    margin: 0;
    font-size: clamp(2.1rem, 5vw, 4rem);
    letter-spacing: -0.06em;
}

.section-head b {
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.offer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.offer-card {
    padding: 28px 24px;
}

.offer-card h3 {
    margin: 18px 0 10px;
    font-size: 1.24rem;
}

.offer-card p {
    margin: 0;
    color: var(--text-dim);
    line-height: 1.75;
    font-size: 0.96rem;
}

@keyframes floatCard {
    0%, 100% { transform: rotate(4deg) translateY(0); }
    50% { transform: rotate(2deg) translateY(-16px); }
}

@keyframes drift {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(14px, 12px); }
}

@media (max-width: 1060px) {
    .hero,
    .stats-grid,
    .offer-grid {
        grid-template-columns: 1fr;
    }

    .hero {
        padding-top: 80px;
    }

    .hero-visual {
        min-height: 380px;
    }
}

@media (max-width: 640px) {
    .container {
        width: min(1240px, calc(100% - 24px));
    }

    .nav-cta,
    .btn-main,
    .btn-secondary {
        width: 100%;
        justify-content: center;
    }

    .hero-copy p {
        padding-left: 16px;
        font-size: 1rem;
    }

    .orbit-large {
        width: 300px;
        height: 300px;
    }

    .orbit-small {
        width: 220px;
        height: 220px;
    }

    .ec-card {
        width: 190px;
        height: 190px;
        border-radius: 40px;
    }

    .ec-inner {
        font-size: 4.4rem;
    }
}
