:root {
    --af-red: #ef233c;
    --af-red-dark: #c8102e;
    --af-navy: #07111f;
    --af-navy-soft: #0d1c2e;
    --af-blue: #1682ff;
    --af-white: #ffffff;
    --af-muted: #9eabbc;
    --af-card: rgba(255,255,255,.055);
    --af-border: rgba(255,255,255,.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    overflow-x: hidden;
    background: var(--af-navy);
    color: var(--af-white);
    font-family: "Inter", sans-serif;
    -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; }

.navbar {
    padding: 1rem 0;
    transition: .3s ease;
}
.navbar.scrolled {
    padding: .7rem 0;
    background: rgba(7,17,31,.88);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255,255,255,.07);
}
.navbar-brand, .footer-brand {
    color: #fff;
    font-size: .92rem;
    letter-spacing: .12em;
    font-weight: 700;
}
.navbar-brand strong, .footer-brand strong { color: var(--af-red); }
.brand-mark {
    width: 38px;
    height: 38px;
    display: inline-grid;
    place-items: center;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, var(--af-red), #ff5d6f);
    box-shadow: 0 10px 28px rgba(239,35,60,.28);
}
.nav-link {
    color: rgba(255,255,255,.72) !important;
    font-weight: 600;
    font-size: .92rem;
}
.nav-link:hover { color: #fff !important; }

.btn {
    border-radius: 14px;
    font-weight: 700;
    padding: .9rem 1.35rem;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-brand {
    color: #fff;
    border: 1px solid var(--af-red);
    background: linear-gradient(135deg, var(--af-red), #d71536);
    box-shadow: 0 14px 35px rgba(239,35,60,.22);
}
.btn-brand:hover { color: #fff; box-shadow: 0 18px 40px rgba(239,35,60,.35); }
.btn-ghost {
    color: #fff;
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(255,255,255,.045);
    backdrop-filter: blur(10px);
}
.btn-ghost:hover { color: #fff; background: rgba(255,255,255,.09); }

.hero {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    background:
        radial-gradient(circle at 73% 38%, rgba(239,35,60,.12), transparent 30%),
        linear-gradient(135deg, #050b14 0%, #081421 55%, #091a2a 100%);
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .18;
    background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 70px 70px;
    mask-image: linear-gradient(to bottom, black, transparent 88%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(15px); }
.hero-glow-one { width: 430px; height: 430px; right: -180px; top: 10%; background: rgba(239,35,60,.18); }
.hero-glow-two { width: 320px; height: 320px; left: -200px; bottom: 4%; background: rgba(22,130,255,.12); }
.eyebrow, .section-label {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    color: #dbe4ef;
    font-size: .76rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.live-dot {
    width: 8px; height: 8px; border-radius: 50%; background: #35e68a;
    box-shadow: 0 0 0 7px rgba(53,230,138,.10);
}
.display-title {
    max-width: 760px;
    margin: 1.4rem 0 1.25rem;
    font-weight: 900;
    font-size: clamp(3.2rem, 7vw, 6.25rem);
    letter-spacing: -.07em;
    line-height: .93;
}
.display-title span, .section-heading h2 span, .content-title span { color: var(--af-red); }
.hero-copy {
    max-width: 610px;
    color: var(--af-muted);
    font-size: 1.14rem;
    line-height: 1.75;
    margin-bottom: 2rem;
}
.hero-proof { display: flex; align-items: center; gap: 1rem; margin-top: 2.2rem; }
.hero-proof p { margin: 0; color: var(--af-muted); font-size: .83rem; line-height: 1.45; }
.hero-proof strong { color: #fff; }
.avatar-stack { display: flex; }
.avatar-stack span {
    width: 38px; height: 38px; display: grid; place-items: center; margin-left: -9px;
    border: 2px solid var(--af-navy); border-radius: 50%; color: #fff; font-size: .55rem; font-weight: 800;
    background: linear-gradient(135deg, #243a57, #102034);
}
.avatar-stack span:first-child { margin-left: 0; background: var(--af-red); }

.phone-stage { position: relative; min-height: 650px; display: grid; place-items: center; }
.phone-stage::before {
    content: ""; position: absolute; width: 490px; height: 490px; border-radius: 50%;
    background: radial-gradient(circle, rgba(239,35,60,.32), rgba(239,35,60,.02) 64%, transparent 70%);
}
.phone-shell {
    position: relative; z-index: 2; width: 315px; padding: 10px; border-radius: 45px;
    background: linear-gradient(145deg, #304054, #0a111c 48%, #263448);
    box-shadow: 0 45px 100px rgba(0,0,0,.55), inset 0 0 0 1px rgba(255,255,255,.25);
    transform: rotate(3deg);
}
.phone-screen { min-height: 625px; overflow: hidden; border-radius: 36px; background: #f6f7f9; color: #101722; }
.phone-screen::before { content: ""; display: block; width: 95px; height: 24px; margin: 0 auto -14px; border-radius: 0 0 15px 15px; background: #111923; position: relative; z-index: 10; }
.phone-topbar { display: flex; align-items: center; gap: 8px; padding: 25px 16px 14px; font-size: .72rem; font-weight: 800; }
.phone-topbar > span:nth-child(2) { flex: 1; }
.mini-logo { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; color: #fff; background: var(--af-red); }
.story-row { display: flex; gap: 12px; padding: 5px 14px 14px; overflow: hidden; }
.story-row > div { text-align: center; min-width: 48px; }
.story { width: 43px; height: 43px; display: grid; place-items: center; margin: auto; border-radius: 50%; border: 2px solid #d8dde5; color: #5b6572; font-size: .58rem; font-weight: 900; }
.story.active { color: #fff; border-color: var(--af-red); background: var(--af-red); box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--af-red); }
.story-row small { display: block; margin-top: 6px; font-size: .48rem; color: #697483; }
.feed-card { margin: 0 12px; overflow: hidden; border-radius: 18px; background: #fff; box-shadow: 0 10px 30px rgba(20,35,55,.11); }
.feed-user { display: flex; align-items: center; gap: 8px; padding: 11px; }
.user-avatar { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: #17283c; color: #fff; font-size: .68rem; font-weight: 800; }
.feed-user strong, .feed-user small { display: block; }
.feed-user strong { font-size: .62rem; }
.feed-user small { color: #8992a0; font-size: .47rem; margin-top: 2px; }
.feed-image { position: relative; min-height: 310px; overflow: hidden; background: linear-gradient(180deg, #1d4268 0%, #192b3b 35%, #09131d 100%); }
.feed-image::before { content: ""; position: absolute; inset: 46% -20% -10%; border-radius: 50% 50% 0 0; background: repeating-linear-gradient(90deg, #14803d 0 22px, #16793b 22px 44px); transform: perspective(170px) rotateX(25deg); }
.feed-image::after { content: ""; position: absolute; left: 12%; right: 12%; top: 33%; height: 50px; border: 3px solid rgba(255,255,255,.55); border-bottom: 0; box-shadow: 0 0 35px rgba(255,255,255,.2); }
.stadium-light { position: absolute; inset: 0; background: radial-gradient(circle at 50% 12%, rgba(255,255,255,.95), transparent 3%), radial-gradient(circle at 22% 20%, rgba(255,255,255,.65), transparent 2%), radial-gradient(circle at 78% 20%, rgba(255,255,255,.65), transparent 2%); }
.score-pill { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 6px 9px; border-radius: 20px; color: #fff; background: rgba(5,12,20,.75); backdrop-filter: blur(8px); font-size: .48rem; font-weight: 800; }
.feed-message { position: absolute; z-index: 2; left: 16px; right: 16px; bottom: 18px; color: #fff; font-size: 1rem; font-weight: 900; letter-spacing: -.04em; }
.feed-actions { display: flex; gap: 15px; padding: 12px; font-size: .59rem; font-weight: 700; }
.feed-actions .bi-heart-fill { color: var(--af-red); }
.phone-nav { display: flex; align-items: center; justify-content: space-around; padding: 20px 12px 15px; color: #8090a2; }
.phone-nav .active { color: var(--af-red); }
.create-button { width: 42px; height: 32px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: var(--af-red); }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; min-width: 190px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(13,28,46,.76); backdrop-filter: blur(16px); box-shadow: 0 18px 50px rgba(0,0,0,.32); }
.floating-card i { color: var(--af-red); font-size: 1.2rem; }
.floating-card strong, .floating-card span { display: block; }
.floating-card strong { font-size: .72rem; }
.floating-card span { color: var(--af-muted); font-size: .61rem; margin-top: 2px; }
.floating-card-top { top: 18%; left: -1%; }
.floating-card-bottom { right: -2%; bottom: 15%; }
.pulse-icon { width: 34px; height: 34px; display: grid !important; place-items: center; margin: 0 !important; border-radius: 10px; background: rgba(239,35,60,.13); }

.ticker-section { overflow: hidden; border-top: 1px solid var(--af-border); border-bottom: 1px solid var(--af-border); background: #091523; }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 2rem; padding: 1.1rem 0; animation: ticker 28s linear infinite; }
.ticker-track span { color: rgba(255,255,255,.55); font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ticker-track i { color: var(--af-red); font-size: .6rem; }
@keyframes ticker { to { transform: translateX(-45%); } }

.section-padding { padding: 110px 0; }
.section-heading { max-width: 760px; }
.section-label { color: var(--af-red); }
.section-heading h2, .content-title, .rocky-card h2, .cta-section h2 {
    margin: 1rem 0 1.2rem;
    font-size: clamp(2.5rem, 5vw, 4.7rem);
    line-height: 1;
    letter-spacing: -.06em;
    font-weight: 900;
}
.section-heading p, .content-copy { color: var(--af-muted); font-size: 1.05rem; line-height: 1.8; }
.feature-card { position: relative; overflow: hidden; min-height: 340px; padding: 2rem; border: 1px solid var(--af-border); border-radius: 24px; background: var(--af-card); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.feature-card:hover { transform: translateY(-7px); border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.075); }
.feature-card-red { background: linear-gradient(145deg, rgba(239,35,60,.20), rgba(255,255,255,.035)); }
.feature-card-blue { background: linear-gradient(145deg, rgba(22,130,255,.16), rgba(255,255,255,.035)); }
.feature-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 2.2rem; border-radius: 16px; color: #fff; font-size: 1.3rem; background: linear-gradient(135deg, var(--af-red), #b50f2a); box-shadow: 0 12px 28px rgba(239,35,60,.2); }
.feature-card h3 { font-size: 1.35rem; font-weight: 800; letter-spacing: -.03em; }
.feature-card p { color: var(--af-muted); line-height: 1.7; font-size: .92rem; }
.feature-visual { position: absolute; left: 2rem; right: 2rem; bottom: 2rem; }
.visual-feed span { display: block; height: 9px; margin-top: 9px; border-radius: 20px; background: rgba(255,255,255,.15); }
.visual-feed span:nth-child(1) { width: 80%; background: rgba(239,35,60,.8); }
.visual-feed span:nth-child(2) { width: 55%; }
.visual-feed span:nth-child(3) { width: 68%; }
.group-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 2rem; }
.group-chips span { padding: 8px 11px; border: 1px solid var(--af-border); border-radius: 30px; color: #dce4ed; background: rgba(255,255,255,.04); font-size: .7rem; font-weight: 700; }
.chat-preview { margin-top: 1.8rem; }
.chat-preview div { display: flex; margin-top: 8px; }
.chat-preview div:nth-child(2) { justify-content: flex-end; }
.chat-preview span { padding: 9px 11px; border-radius: 12px 12px 12px 3px; color: #dce4ed; background: rgba(255,255,255,.08); font-size: .68rem; }
.chat-preview div:nth-child(2) span { border-radius: 12px 12px 3px 12px; background: rgba(239,35,60,.28); }

.community-section { background: #091522; }
.community-collage { position: relative; min-height: 530px; }
.collage-main { position: absolute; inset: 0 9% 12% 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 3rem; overflow: hidden; border-radius: 30px; background: radial-gradient(circle at 65% 24%, rgba(239,35,60,.5), transparent 20%), linear-gradient(145deg, #152f49, #07111f 75%); box-shadow: 0 30px 75px rgba(0,0,0,.3); }
.collage-main::before { content: ""; position: absolute; width: 420px; height: 420px; right: -150px; top: -130px; border: 55px solid rgba(255,255,255,.05); border-radius: 50%; }
.big-number { position: relative; color: var(--af-red); font-size: clamp(6rem, 14vw, 10rem); line-height: .75; letter-spacing: -.1em; font-weight: 900; }
.collage-main > span { position: relative; margin-top: 1rem; font-size: 1.35rem; line-height: 1.25; font-weight: 800; }
.collage-small { position: absolute; right: 0; width: 190px; min-height: 145px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.35rem; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; box-shadow: 0 20px 50px rgba(0,0,0,.25); }
.collage-small i { font-size: 1.5rem; }
.collage-small span { font-size: .88rem; font-weight: 800; }
.collage-small-one { top: 6%; background: linear-gradient(145deg, #1377e5, #0a315f); }
.collage-small-two { bottom: 0; background: linear-gradient(145deg, #ef233c, #8f1024); }
.benefit-list { display: grid; gap: 1rem; margin-top: 2rem; }
.benefit-list > div { display: flex; align-items: flex-start; gap: 12px; color: var(--af-muted); line-height: 1.6; }
.benefit-list i { flex: 0 0 auto; width: 28px; height: 28px; display: grid; place-items: center; margin-top: 2px; border-radius: 50%; color: #fff; background: var(--af-red); }
.benefit-list strong { color: #fff; }

.rocky-card { position: relative; overflow: hidden; padding: clamp(2.1rem, 6vw, 5rem); border-radius: 34px; background: linear-gradient(135deg, #d81836, #980d25 60%, #6e081b); box-shadow: 0 40px 90px rgba(120,5,30,.25); }
.rocky-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,.05)); }
.rocky-card h2 { max-width: 720px; }
.rocky-card blockquote { max-width: 620px; padding-left: 1.2rem; border-left: 3px solid rgba(255,255,255,.55); font-size: 1.05rem; font-weight: 700; }
.rocky-card p { max-width: 690px; color: rgba(255,255,255,.74); line-height: 1.75; }
.rocky-number { position: absolute; right: 1%; top: -22%; color: rgba(255,255,255,.055); font-size: 29rem; line-height: 1; font-weight: 900; }
.text-link { color: #fff; font-weight: 800; }
.text-link:hover { color: #fff; opacity: .8; }
.rocky-emblem { position: relative; width: min(100%, 330px); aspect-ratio: 1; display: grid; place-items: center; align-content: center; margin: auto; border: 2px solid rgba(255,255,255,.35); border-radius: 50%; box-shadow: inset 0 0 0 12px rgba(255,255,255,.05); text-align: center; }
.rocky-emblem::before, .rocky-emblem::after { content: ""; position: absolute; width: 116%; height: 2px; background: rgba(255,255,255,.25); transform: rotate(45deg); }
.rocky-emblem::after { transform: rotate(-45deg); }
.rocky-emblem span, .rocky-emblem strong, .rocky-emblem small { position: relative; z-index: 2; display: block; }
.rocky-emblem span { letter-spacing: .3em; font-size: .72rem; font-weight: 800; }
.rocky-emblem strong { font-size: 7rem; line-height: .95; letter-spacing: -.08em; }
.rocky-emblem small { font-size: .58rem; letter-spacing: .22em; }

.cta-section { position: relative; overflow: hidden; background: var(--af-red); }
.cta-section::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: radial-gradient(#fff 1px, transparent 1px); background-size: 28px 28px; }
.cta-section .section-label { color: rgba(255,255,255,.7); }
.cta-section h2 { font-size: clamp(3rem, 8vw, 7rem); margin-bottom: 1rem; }
.cta-section p { color: rgba(255,255,255,.76); font-size: 1.12rem; }
.btn-outline-light { border-color: rgba(255,255,255,.45); }

.site-footer { padding: 65px 0 35px; background: #050b13; }
.footer-copy { max-width: 440px; margin: 1.2rem 0 0; color: #718095; font-size: .85rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.footer-links a { color: #8f9bad; font-size: .82rem; font-weight: 700; }
.footer-links a:hover { color: #fff; }
.site-footer hr { margin: 2.5rem 0 1.5rem; border-color: rgba(255,255,255,.09); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; color: #657286; font-size: .7rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }
.delay-4 { transition-delay: .32s; }

@media (max-width: 991.98px) {
    .navbar-collapse { margin-top: .8rem; padding: 1rem; border: 1px solid var(--af-border); border-radius: 16px; background: rgba(7,17,31,.96); }
    .hero .min-vh-100 { padding-top: 130px !important; }
    .display-title { max-width: 680px; }
    .phone-stage { min-height: 680px; }
    .phone-shell { transform: rotate(0); }
    .floating-card-top { left: 9%; }
    .floating-card-bottom { right: 8%; }
    .community-collage { min-height: 560px; }
    .footer-links { justify-content: flex-start; }
}

@media (max-width: 575.98px) {
    .section-padding { padding: 78px 0; }
    .display-title { font-size: 3.5rem; }
    .hero-copy { font-size: 1rem; }
    .phone-stage { min-height: 620px; transform: scale(.9); margin: -20px -30px; }
    .floating-card { min-width: 166px; }
    .floating-card-top { left: -2%; top: 20%; }
    .floating-card-bottom { right: -2%; bottom: 12%; }
    .feature-card { min-height: 300px; }
    .community-collage { min-height: 475px; }
    .collage-main { inset: 0 6% 16% 0; padding: 2rem; }
    .collage-small { width: 150px; min-height: 122px; padding: 1rem; }
    .collage-small-one { top: 4%; }
    .big-number { font-size: 7rem; }
    .collage-main > span { font-size: 1rem; }
    .rocky-card { border-radius: 24px; }
    .rocky-emblem { max-width: 240px; }
    .footer-bottom { flex-direction: column; }
}
