:root {
    --ink: #f6faf7;
    --muted: #9aada1;
    --green: #64ed79;
    --green-strong: #2dcc59;
    --gold: #ffbd45;
    --night: #06100b;
    --night-soft: #0b1810;
    --panel: #102219;
    --line: rgba(183, 255, 199, .14);
    --display: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
    --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--night);
    font-family: var(--body);
    line-height: 1.5;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.skip-link {
    position: fixed;
    z-index: 999;
    top: 10px;
    left: 10px;
    padding: 10px 14px;
    color: #06100b;
    background: var(--green);
    border-radius: 8px;
    transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    border-bottom: 1px solid transparent;
    transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled {
    background: rgba(5, 15, 9, .84);
    border-color: var(--line);
    backdrop-filter: blur(16px);
}
.nav-shell,
.hero-shell,
.section,
.footer-shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}
.nav-shell {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    flex: 0 0 auto;
}
.brand img {
    border-radius: 13px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .14), 0 10px 30px rgba(0, 0, 0, .24);
}
.brand span { display: grid; line-height: 1.05; }
.brand strong { font-size: 16px; letter-spacing: -.02em; }
.brand small {
    margin-top: 5px;
    color: var(--muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a {
    color: #c1cec5;
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
    transition: color .2s ease;
}
.main-nav a:hover { color: var(--green); }
.main-nav .nav-download {
    padding: 11px 18px;
    color: #05100a;
    background: var(--green);
    border-radius: 999px;
}
.main-nav .nav-download:hover { color: #05100a; background: #8cff99; }
.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 12px;
    color: #fff;
    background: rgba(255, 255, 255, .04);
}
.menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 4px 0;
    background: currentColor;
    transition: transform .2s ease, opacity .2s ease;
}

.hero {
    position: relative;
    min-height: 850px;
    display: grid;
    align-items: center;
    padding: 130px 0 80px;
    overflow: hidden;
    background:
        radial-gradient(circle at 72% 36%, rgba(43, 208, 88, .16), transparent 28%),
        radial-gradient(circle at 12% 78%, rgba(255, 185, 58, .06), transparent 26%),
        linear-gradient(145deg, #07130d 0%, #050a08 58%, #0b1710 100%);
}
.pitch-grid,
.cta-grid {
    position: absolute;
    inset: 0;
    opacity: .18;
    background-image:
        linear-gradient(rgba(102, 238, 122, .1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(102, 238, 122, .1) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to bottom, black, transparent 88%);
}
.pitch-grid::after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    top: 45%;
    left: 72%;
    border: 1px solid rgba(100, 237, 121, .23);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.hero-glow {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
}
.hero-glow-one { top: 20%; right: 9%; background: rgba(31, 205, 78, .12); }
.hero-glow-two { bottom: -20%; left: 0; background: rgba(255, 185, 58, .07); }
.hero-shell {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.06fr .94fr;
    align-items: center;
    gap: clamp(30px, 6vw, 90px);
}
.eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--green);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.eyebrow span {
    width: 26px;
    height: 2px;
    background: var(--green);
    box-shadow: 0 0 14px var(--green);
}
.hero h1,
.section-heading h2,
.journey-copy h2,
.social-copy h2,
.final-content h2 {
    margin: 22px 0;
    font-family: var(--display);
    font-size: clamp(52px, 6.4vw, 88px);
    font-weight: 900;
    font-style: italic;
    line-height: .89;
    letter-spacing: -.045em;
    text-transform: uppercase;
}
.hero h1 em,
.section-heading h2 em,
.journey-copy h2 em,
.social-copy h2 em,
.final-content h2 em {
    color: var(--gold);
    font-style: inherit;
    text-shadow: 0 8px 35px rgba(255, 189, 69, .12);
}
.hero-copy > p {
    max-width: 590px;
    margin: 0;
    color: #aabbb0;
    font-size: clamp(16px, 1.6vw, 19px);
}
.hero-actions {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-top: 34px;
}
.play-button {
    min-width: 205px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 12px 20px;
    color: #07100b;
    background: var(--green);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 12px;
    box-shadow: 0 14px 35px rgba(42, 207, 82, .18);
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.play-button:hover {
    background: #89f695;
    box-shadow: 0 18px 42px rgba(42, 207, 82, .28);
    transform: translateY(-2px);
}
.play-button svg { width: 28px; fill: currentColor; }
.play-button span { display: grid; line-height: 1; }
.play-button small { margin-bottom: 4px; font-size: 8px; font-weight: 900; letter-spacing: .11em; }
.play-button strong { font-size: 20px; letter-spacing: -.03em; }
.text-link {
    color: #d9e6dc;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}
.text-link span { color: var(--green); margin-left: 5px; }
.hero-proof {
    display: flex;
    gap: clamp(20px, 3vw, 38px);
    margin-top: 48px;
    padding-top: 25px;
    border-top: 1px solid var(--line);
}
.hero-proof div { display: grid; }
.hero-proof strong { font-size: 12px; }
.hero-proof span { margin-top: 4px; color: #71867a; font-size: 10px; }

.hero-visual { position: relative; min-height: 650px; display: grid; place-items: center; }
.phone {
    position: relative;
    z-index: 3;
    width: min(330px, 80vw);
    padding: 10px;
    background: linear-gradient(145deg, #26342c, #050806 38%, #1d2b22);
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 48px;
    box-shadow: 0 45px 90px rgba(0, 0, 0, .62), 0 0 80px rgba(58, 227, 97, .1);
    transform: perspective(1200px) rotateY(-7deg) rotateX(2deg);
}
.phone::before {
    content: "";
    position: absolute;
    inset: 6px;
    z-index: 2;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 42px;
}
.phone-speaker {
    position: absolute;
    z-index: 5;
    top: 19px;
    left: 50%;
    width: 84px;
    height: 20px;
    background: #050806;
    border-radius: 0 0 14px 14px;
    transform: translateX(-50%);
}
.phone-screen {
    aspect-ratio: 9 / 16;
    overflow: hidden;
    background: #040706;
    border-radius: 39px;
}
.phone-screen img { width: 100%; height: 100%; object-fit: cover; }
.orbit {
    position: absolute;
    border: 1px solid rgba(101, 238, 122, .15);
    border-radius: 50%;
}
.orbit::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    top: 20%;
    right: 8%;
    background: var(--green);
    border-radius: 50%;
    box-shadow: 0 0 20px var(--green);
}
.orbit-one { width: 480px; height: 480px; }
.orbit-two { width: 620px; height: 620px; opacity: .45; }
.float-card {
    position: absolute;
    z-index: 6;
    min-width: 155px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px 15px;
    background: rgba(15, 31, 22, .9);
    border: 1px solid rgba(145, 255, 165, .17);
    border-radius: 13px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .35);
    backdrop-filter: blur(12px);
}
.float-card div { display: grid; }
.float-card small { color: #799084; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.float-card strong { margin-top: 3px; font-size: 18px; }
.float-icon { color: var(--gold); font-size: 22px; }
.live-dot { width: 11px; height: 11px; background: var(--green); border-radius: 50%; box-shadow: 0 0 16px var(--green); }
.card-rating { top: 17%; left: -4%; animation: drift 5s ease-in-out infinite; }
.card-followers { right: -6%; bottom: 22%; animation: drift 5s 1.2s ease-in-out infinite; }
@keyframes drift { 50% { transform: translateY(-10px); } }

.marquee {
    padding: 17px 0;
    color: #08100b;
    background: var(--green);
    overflow: hidden;
    transform: rotate(-1deg) scale(1.015);
}
.marquee-track {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 28px;
    animation: marquee 28s linear infinite;
    font-family: var(--display);
    font-size: 16px;
    font-weight: 900;
    font-style: italic;
    letter-spacing: .09em;
}
.marquee-track i { width: 7px; height: 7px; background: #0a3b17; border-radius: 50%; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding-top: 120px; padding-bottom: 120px; }
.features { background: var(--night); }
.section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 50px;
}
.section-heading h2,
.journey-copy h2,
.social-copy h2,
.final-content h2 {
    margin-bottom: 0;
    font-size: clamp(42px, 5vw, 68px);
}
.section-heading > p {
    max-width: 380px;
    margin: 0 0 4px;
    color: var(--muted);
    font-size: 16px;
}
.feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.feature-card {
    position: relative;
    min-height: 300px;
    padding: 32px;
    background: linear-gradient(145deg, rgba(19, 42, 29, .86), rgba(10, 24, 16, .93));
    border: 1px solid var(--line);
    border-radius: 22px;
    overflow: hidden;
    transition: transform .25s ease, border-color .25s ease;
}
.feature-card:hover { transform: translateY(-5px); border-color: rgba(100, 237, 121, .34); }
.feature-card::after {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    right: -110px;
    bottom: -120px;
    background: radial-gradient(circle, rgba(67, 225, 96, .15), transparent 67%);
    border-radius: 50%;
}
.feature-number {
    position: absolute;
    top: 27px;
    right: 30px;
    color: rgba(255, 255, 255, .12);
    font-family: var(--display);
    font-size: 42px;
    font-weight: 900;
    font-style: italic;
}
.feature-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    color: var(--green);
    background: rgba(100, 237, 121, .1);
    border: 1px solid rgba(100, 237, 121, .18);
    border-radius: 14px;
}
.feature-icon svg { width: 23px; fill: currentColor; }
.feature-card h3 { margin: 43px 0 10px; font-size: 22px; letter-spacing: -.03em; }
.feature-card p { max-width: 490px; margin: 0; color: var(--muted); }
.mini-career {
    display: flex;
    align-items: center;
    margin-top: 32px;
    color: #adbbb2;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.mini-career b { flex: 1; height: 1px; margin: 0 8px; background: linear-gradient(90deg, var(--green), rgba(100, 237, 121, .12)); }

.journey {
    position: relative;
    background:
        linear-gradient(90deg, rgba(7, 18, 11, .98), rgba(6, 17, 10, .88)),
        radial-gradient(circle at 80% 50%, rgba(56, 218, 88, .2), transparent 35%);
    border-block: 1px solid var(--line);
    overflow: hidden;
}
.journey::after {
    content: "10";
    position: absolute;
    right: -2vw;
    bottom: -140px;
    color: rgba(100, 237, 121, .025);
    font-family: var(--display);
    font-size: 540px;
    font-weight: 900;
    line-height: 1;
}
.journey-shell {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: clamp(50px, 9vw, 130px);
    align-items: center;
}
.journey-copy > p { max-width: 480px; color: var(--muted); font-size: 16px; }
.check-list { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { color: #cedbd2; font-size: 14px; font-weight: 650; }
.check-list span { margin-right: 9px; color: var(--green); }
.career-path { position: relative; display: grid; gap: 14px; }
.path-line { position: absolute; top: 40px; bottom: 40px; left: 33px; width: 1px; background: linear-gradient(var(--green), rgba(100, 237, 121, .08)); }
.path-step {
    position: relative;
    display: grid;
    grid-template-columns: 67px 1fr;
    gap: 22px;
    padding: 24px;
    background: rgba(16, 34, 23, .8);
    border: 1px solid var(--line);
    border-radius: 17px;
    backdrop-filter: blur(12px);
}
.path-index {
    z-index: 2;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: #07100b;
    background: var(--green);
    border: 6px solid #102218;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 900;
}
.path-step small { color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.path-step h3 { margin: 4px 0; font-size: 18px; }
.path-step p { margin: 0; color: var(--muted); font-size: 13px; }

.social-section { padding-block: 100px; }
.social-card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr .82fr;
    align-items: center;
    gap: 70px;
    padding: clamp(35px, 7vw, 80px);
    background:
        radial-gradient(circle at 12% 15%, rgba(180, 49, 220, .12), transparent 30%),
        linear-gradient(135deg, #14251b, #0b1710);
    border: 1px solid var(--line);
    border-radius: 28px;
    overflow: hidden;
}
.insta-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #f6c4ff;
    font-weight: 900;
    letter-spacing: -.02em;
}
.insta-camera { width: 27px; height: 27px; display: grid; place-items: center; background: linear-gradient(135deg, #8648e8, #ff4778, #ffaf45); border-radius: 8px; }
.social-copy > p { max-width: 560px; color: var(--muted); }
.social-stats { display: flex; gap: 40px; margin-top: 34px; }
.social-stats div { display: grid; }
.social-stats strong { font-size: 23px; }
.social-stats span { color: #779083; font-size: 10px; }
.post-mockup {
    padding: 22px;
    background: #f7f8f7;
    color: #121a15;
    border-radius: 22px;
    box-shadow: 0 35px 70px rgba(0, 0, 0, .38);
    transform: rotate(2deg);
}
.post-head { display: flex; align-items: center; gap: 11px; }
.post-head img { border-radius: 50%; }
.post-head div { display: grid; flex: 1; }
.post-head strong { font-size: 13px; }
.post-head span { color: #718078; font-size: 9px; }
.post-head b { letter-spacing: 3px; }
.post-score {
    display: grid;
    place-items: center;
    min-height: 235px;
    margin: 18px 0;
    padding: 25px;
    color: #fff;
    background:
        radial-gradient(circle at 70% 50%, rgba(83, 236, 106, .27), transparent 35%),
        linear-gradient(145deg, #0d2818, #07100b);
    border-radius: 14px;
    text-align: center;
}
.post-score > span { color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.post-score strong { font-family: var(--display); font-size: 63px; font-style: italic; line-height: 1; }
.post-score strong i { color: #698074; font-size: 30px; font-style: normal; }
.post-score p { margin: 0; color: #bac9bf; font-size: 11px; }
.post-actions { display: flex; justify-content: space-between; gap: 10px; color: #5c6962; font-size: 9px; font-weight: 800; }

.final-cta {
    position: relative;
    min-height: 650px;
    display: grid;
    place-items: center;
    padding: 100px 20px;
    background:
        radial-gradient(circle at 50% 50%, rgba(100, 237, 121, .14), transparent 35%),
        linear-gradient(145deg, #0a1b10, #050a07);
    border-top: 1px solid var(--line);
    overflow: hidden;
    text-align: center;
}
.cta-grid { opacity: .25; mask-image: radial-gradient(circle, black, transparent 70%); }
.final-content { position: relative; z-index: 3; display: grid; justify-items: center; }
.final-content > img { margin-bottom: 24px; border-radius: 24px; box-shadow: 0 25px 60px rgba(0, 0, 0, .44); }
.final-content h2 { margin-top: 17px; }
.final-content p { max-width: 520px; margin: 20px auto 28px; color: var(--muted); }
.play-button-light { color: #07100b; }
.cta-ball { position: absolute; opacity: .08; font-size: 120px; filter: grayscale(1); }
.ball-one { top: 12%; left: 8%; transform: rotate(-15deg); }
.ball-two { right: 6%; bottom: 5%; font-size: 180px; transform: rotate(20deg); }

.site-footer { padding: 32px 0; background: #040806; border-top: 1px solid rgba(255, 255, 255, .07); }
.footer-shell { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-shell > p { color: #67776d; font-size: 11px; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { color: #87988d; font-size: 11px; text-decoration: none; }
.footer-links a:hover { color: var(--green); }

.reveal {
    opacity: 1;
    transform: none;
}
.js .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s ease, transform .7s ease;
}
.js .reveal.visible,
.js .hero .reveal { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
    .hero { padding-top: 120px; }
    .hero-shell { grid-template-columns: 1fr; text-align: center; }
    .hero-copy { display: grid; justify-items: center; }
    .hero-proof { justify-content: center; }
    .hero-visual { min-height: 620px; }
    .section-heading { align-items: flex-start; }
    .journey-shell { grid-template-columns: 1fr; }
    .journey-copy { text-align: center; }
    .journey-copy > p { margin-inline: auto; }
    .check-list { width: max-content; max-width: 100%; margin-inline: auto; text-align: left; }
    .career-path { width: min(680px, 100%); margin-inline: auto; }
    .social-card { grid-template-columns: 1fr; }
    .post-mockup { width: min(500px, 100%); margin-inline: auto; transform: none; }
}

@media (max-width: 760px) {
    .site-header { background: rgba(5, 15, 9, .9); backdrop-filter: blur(14px); }
    .nav-shell { min-height: 70px; }
    .menu-toggle { display: block; }
    .main-nav {
        position: fixed;
        top: 70px;
        right: 0;
        left: 0;
        height: calc(100dvh - 70px);
        display: grid;
        align-content: center;
        justify-items: center;
        gap: 28px;
        padding: 30px;
        background: rgba(5, 15, 9, .98);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    }
    .main-nav.open { opacity: 1; visibility: visible; transform: none; }
    .main-nav a { font-size: 18px; }
    .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
    .hero { min-height: auto; padding: 120px 0 65px; }
    .hero h1 { font-size: clamp(47px, 14vw, 68px); }
    .hero-actions { flex-direction: column; gap: 18px; }
    .hero-proof { width: 100%; flex-direction: column; gap: 15px; }
    .hero-visual { min-height: 570px; }
    .phone { width: 280px; }
    .orbit-one { width: 390px; height: 390px; }
    .orbit-two { width: 500px; height: 500px; }
    .card-rating { left: 0; }
    .card-followers { right: 0; }
    .section { width: min(100% - 30px, 1180px); padding-top: 85px; padding-bottom: 85px; }
    .section-heading { display: block; text-align: center; }
    .section-heading > p { margin: 24px auto 0; }
    .feature-grid { grid-template-columns: 1fr; }
    .feature-card { min-height: 280px; padding: 26px; }
    .social-card { gap: 45px; padding: 28px 20px; }
    .social-copy { text-align: center; }
    .social-stats { justify-content: center; gap: 24px; }
    .post-actions span:last-child { display: none; }
    .final-cta { min-height: 600px; }
    .footer-shell { flex-direction: column; text-align: center; }
}

@media (max-width: 420px) {
    .nav-shell, .hero-shell, .footer-shell { width: min(100% - 28px, 1180px); }
    .brand img { width: 42px; height: 42px; }
    .hero-visual { min-height: 520px; }
    .phone { width: 245px; border-radius: 39px; }
    .phone-screen { border-radius: 32px; }
    .float-card { min-width: 130px; padding: 10px; }
    .float-card strong { font-size: 15px; }
    .card-rating { top: 14%; left: -2%; }
    .card-followers { right: -2%; bottom: 18%; }
    .path-step { grid-template-columns: 48px 1fr; gap: 12px; padding: 18px 14px; }
    .path-line { left: 35px; }
    .social-stats { gap: 16px; }
    .social-stats strong { font-size: 19px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}
