:root {
    --bg: #121212;
    --bg-soft: #1a1a1a;
    --panel: #0b0b0f;
    --panel-2: #15151c;
    --text: #f5f5f7;
    --muted: rgba(255, 255, 255, 0.74);
    --muted-2: rgba(255, 255, 255, 0.42);
    --line: rgba(255, 255, 255, 0.08);
    --purple: #7b5cff;
    --violet: #b14cff;
    --pink: #ff4f7d;
    --blue: #6da6ff;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
    font-family: "Inter", system-ui, sans-serif;
    background: #0f0f14;
    color: var(--text);
}

body {
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

.page {
    min-height: 100vh;
    background:
            radial-gradient(circle at 15% 12%, rgba(255,255,255,0.04), transparent 15%),
            radial-gradient(circle at 80% 18%, rgba(123,92,255,0.08), transparent 18%),
            linear-gradient(180deg, #1c1c1c 0%, #121217 100%);
}

/* HERO */

.hero {
    position: relative;
    min-height: 980px;
    padding: 28px 34px 0;
    overflow: hidden;
    isolation: isolate;
}

.topbar {
    position: relative;
    z-index: 5;
    max-width: 1320px;
    margin: 0 auto;
}

.brand-mini {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.9);
}

.brand-mini sup {
    font-size: 8px;
    position: relative;
    top: -0.7em;
}

.hero-bg-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.12;
    pointer-events: none;
    z-index: 0;
}

.hero-bg-glow-1 {
    width: 340px;
    height: 340px;
    left: -60px;
    top: -80px;
    background: white;
}

.hero-bg-glow-2 {
    width: 420px;
    height: 420px;
    right: -80px;
    top: 120px;
    background: linear-gradient(135deg, var(--purple), var(--pink));
}

.hero-orb {
    position: absolute;
    top: 48px;
    left: -80px;
    width: 530px;
    height: 530px;
    z-index: 1;
    pointer-events: none;
    transform: rotate(-18deg);
}

.orb-ring {
    position: absolute;
    border-radius: 50%;
    box-shadow:
            inset 0 20px 40px rgba(255,255,255,0.12),
            inset 0 -30px 50px rgba(0,0,0,0.4),
            0 20px 50px rgba(0,0,0,0.35);
}

.orb-ring-1 {
    inset: 40px 80px 140px 0;
    background:
            radial-gradient(circle at 30% 20%, rgba(255,255,255,0.22), transparent 18%),
            linear-gradient(135deg, #ff7acc 0%, #a84cff 38%, #22103c 90%);
}

.orb-ring-2 {
    inset: 120px 0 90px 120px;
    background:
            radial-gradient(circle at 60% 25%, rgba(130,180,255,0.45), transparent 16%),
            linear-gradient(135deg, #8a67ff 0%, #4a2a96 52%, #130a24 100%);
}

.orb-ring-3 {
    inset: 170px 60px 150px 180px;
    background:
            radial-gradient(circle at 62% 30%, rgba(180,220,255,0.65), transparent 18%),
            linear-gradient(135deg, #93a5ff 0%, #4d5fbb 45%, #18132e 100%);
}

.orb-ring::before {
    content: "";
    position: absolute;
    inset: 18%;
    border-radius: 50%;
    border: 18px solid rgba(17, 9, 28, 0.55);
    box-shadow: inset 0 0 24px rgba(255,255,255,0.04);
}

.phone-stage {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
}

#phone-canvas {
    width: 100%;
    height: 100%;
    display: block;
}

.hero-grid {
    position: relative;
    z-index: 4;
    max-width: 1320px;
    margin: 0 auto;
    min-height: 820px;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 30px;
    align-items: end;
    padding-bottom: 86px;
}

.hero-left {
    align-self: end;
}

.side-kicker {
    margin-bottom: 18px;
    display: inline-flex;
    flex-direction: column;
    gap: 1px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.92);
}

.hero-title {
    margin: 0;
    font-size: clamp(62px, 9vw, 118px);
    line-height: 0.88;
    font-weight: 900;
    letter-spacing: -0.08em;
    text-transform: uppercase;
}

.hero-title span {
    display: block;
    background: linear-gradient(90deg, var(--purple) 0%, var(--violet) 44%, var(--pink) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-right {
    align-self: end;
    padding-bottom: 18px;
}

.hero-copy {
    margin: 0 0 26px;
    max-width: 280px;
    font-size: 13px;
    line-height: 1.35;
    color: var(--muted);
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-list a {
    position: relative;
    padding-left: 12px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255,255,255,0.9);
}

.contact-list a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: linear-gradient(90deg, var(--purple), var(--pink));
    box-shadow: 0 0 10px rgba(255, 79, 125, 0.75);
}

/* THANK YOU STRIP */

.thanks-strip {
    position: relative;
    background: #0c0c12;
    border-top: 1px solid rgba(255,255,255,0.03);
    border-bottom: 1px solid rgba(255,255,255,0.03);
}

.thanks-inner {
    max-width: 1320px;
    margin: 0 auto;
    min-height: 120px;
    padding: 0 34px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.thanks-inner h2 {
    margin: 0;
    font-size: clamp(28px, 4vw, 54px);
    line-height: 0.92;
    font-weight: 900;
    letter-spacing: -0.06em;
    text-transform: uppercase;
}

.thanks-divider {
    width: 1px;
    height: 54px;
    background: rgba(255,255,255,0.16);
}

.thanks-inner p {
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
    color: rgba(255,255,255,0.74);
    text-transform: uppercase;
}

/* FOOTER */

.footer {
    background: linear-gradient(180deg, #18181d 0%, #0b0b0f 100%);
    padding: 48px 20px 80px;
}

.footer-inner {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.footer-top {
    margin: 0 0 8px;
    font-size: 13px;
    color: var(--muted-2);
}

.footer-link {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 700;
    background: linear-gradient(90deg, var(--purple), var(--pink));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.footer-contacts-title {
    margin: 0 0 8px;
    font-size: 13px;
    color: var(--muted-2);
}

.footer-contacts {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 36px;
}

.footer-contacts a {
    font-size: 13px;
    background: linear-gradient(90deg, var(--purple), var(--pink));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.footer-contacts span {
    color: var(--muted-2);
}

.footer-badge {
    width: 38px;
    height: 38px;
    margin: 0 auto 18px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #1d6cff;
    font-size: 18px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.3);
}

.footer h3 {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.footer-meta {
    margin: 0 0 10px;
    font-size: 12px;
    color: var(--muted-2);
}

.footer-date {
    margin: 0;
    font-size: 11px;
    color: rgba(255,255,255,0.28);
}

/* RESPONSIVE */

@media (max-width: 960px) {
    .hero {
        min-height: 900px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        align-items: end;
        padding-bottom: 60px;
    }

    .hero-right {
        justify-self: start;
        padding-bottom: 0;
    }

    .hero-orb {
        left: -120px;
        top: 90px;
        transform: rotate(-22deg) scale(0.85);
    }

    .thanks-inner {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .thanks-divider {
        width: 100%;
        height: 1px;
    }
}

@media (max-width: 640px) {
    .hero {
        min-height: 820px;
    }

    .hero-orb {
        width: 380px;
        height: 380px;
        left: -100px;
        top: 110px;
    }

    .hero-grid {
        min-height: 760px;
    }

    .footer h3 {
        font-size: 15px;
    }
}