:root {
    --bg: #080611;
    --bg-soft: #0f0b1d;
    --panel: rgba(22, 16, 39, .78);
    --panel-solid: #151025;
    --text: #f8f5ff;
    --muted: #aaa1bd;
    --line: rgba(255, 255, 255, .09);
    --violet: #9a72ff;
    --violet-2: #6d4bff;
    --gold: #ffd978;
    --success: #52e0a4;
    --shadow: 0 30px 80px rgba(0, 0, 0, .42);
    --radius: 26px;
    --container: min(1180px, calc(100% - 36px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
    color: var(--text);
    background:
        radial-gradient(circle at 80% 0%, rgba(123, 82, 255, .18), transparent 34rem),
        radial-gradient(circle at 0% 38%, rgba(255, 210, 116, .08), transparent 28rem),
        var(--bg);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
code { color: #d8c9ff; background: rgba(154, 114, 255, .12); padding: .15em .38em; border-radius: .4em; }
.container { width: var(--container); margin-inline: auto; }

.ambient { position: fixed; width: 34rem; height: 34rem; border-radius: 50%; filter: blur(90px); opacity: .12; pointer-events: none; z-index: -2; }
.ambient--one { background: var(--violet); right: -15rem; top: 10rem; animation: drift 12s ease-in-out infinite alternate; }
.ambient--two { background: var(--gold); left: -18rem; bottom: 0; animation: drift 15s ease-in-out infinite alternate-reverse; }
.noise { position: fixed; inset: 0; z-index: -1; opacity: .035; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E"); }

.top-strip { border-bottom: 1px solid var(--line); background: rgba(5, 4, 10, .72); }
.top-strip__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 12px; letter-spacing: .03em; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 14px rgba(82, 224, 164, .8); }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid transparent; background: rgba(8, 6, 17, .72); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand__icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--gold); background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.03)); border: 1px solid rgba(255,255,255,.13); border-radius: 15px; box-shadow: inset 0 1px rgba(255,255,255,.18), 0 10px 25px rgba(0,0,0,.25); }
.brand__icon svg { width: 28px; height: 28px; }
.brand__text { display: flex; align-items: baseline; gap: 4px; font-size: 21px; letter-spacing: -.04em; }
.brand__text strong { font-weight: 850; }
.brand__text em { color: var(--violet); font-style: normal; font-weight: 750; }
.main-nav { display: flex; align-items: center; padding: 5px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.035); }
.main-nav a { position: relative; padding: 11px 18px; color: var(--muted); border-radius: 999px; font-size: 14px; font-weight: 700; transition: .25s ease; }
.main-nav a:hover, .main-nav a.is-active { color: var(--text); background: rgba(255,255,255,.08); }
.main-nav a.is-active::after { content: ""; position: absolute; left: 50%; bottom: 3px; width: 18px; height: 2px; border-radius: 10px; background: var(--violet); transform: translateX(-50%); box-shadow: 0 0 12px var(--violet); }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.04); }
.menu-button span { display: block; width: 19px; height: 2px; margin: 4px auto; background: white; border-radius: 4px; }
.mobile-menu { display: none; }

.hero { min-height: 760px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; padding-block: 92px 72px; }
.kicker { display: inline-flex; align-items: center; gap: 7px; color: #cdbaff; font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.hero h1, .subhero h1 { margin: 20px 0; font-size: clamp(50px, 6.2vw, 86px); line-height: .95; letter-spacing: -.065em; }
.hero h1 span { color: transparent; background: linear-gradient(90deg, #fff, #d3c0ff 42%, #9a72ff 76%, #ffd978); -webkit-background-clip: text; background-clip: text; }
.hero__content > p { max-width: 650px; margin: 0; color: var(--muted); font-size: 19px; line-height: 1.75; }
.hero__content > p strong { color: #d8ccff; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 1px solid transparent; border-radius: 16px; font-weight: 800; transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease; }
.button:hover { transform: translateY(-3px); }
.button--primary { color: white; background: linear-gradient(135deg, var(--violet-2), var(--violet)); box-shadow: 0 16px 42px rgba(117, 78, 255, .32), inset 0 1px rgba(255,255,255,.24); }
.button--primary:hover { box-shadow: 0 20px 52px rgba(117, 78, 255, .42); }
.button--ghost { color: #e9e1f8; border-color: var(--line); background: rgba(255,255,255,.045); }
.button--ghost:hover { border-color: rgba(154,114,255,.5); background: rgba(154,114,255,.09); }
.hero__trust { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.hero__trust span { color: var(--muted); padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; font-size: 12px; }
.hero__trust strong { color: var(--text); }
.hero__visual { position: relative; min-height: 570px; display: grid; place-items: center; }
.halo-card { position: relative; width: min(430px, 88%); aspect-ratio: .82; padding: 26px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 42px; background: linear-gradient(165deg, rgba(255,255,255,.11), rgba(255,255,255,.035)); box-shadow: var(--shadow), inset 0 1px rgba(255,255,255,.2); backdrop-filter: blur(16px); transform: rotate(2deg); animation: float 5.8s ease-in-out infinite; }
.halo-card::before { content: ""; position: absolute; inset: -30%; background: conic-gradient(from 180deg, transparent, rgba(154,114,255,.24), transparent 35%, rgba(255,217,120,.16), transparent 70%); animation: spin 12s linear infinite; }
.halo-card__top { position: relative; z-index: 2; color: rgba(255,255,255,.54); font-size: 11px; font-weight: 900; letter-spacing: .3em; }
.halo-card__angel { position: relative; z-index: 2; height: 350px; display: grid; place-items: center; }
.halo-card__angel svg { width: 92%; filter: drop-shadow(0 30px 30px rgba(15,5,33,.55)); }
.halo-card__stats { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.halo-card__stats div { padding: 15px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(9,6,18,.48); }
.halo-card__stats strong, .halo-card__stats span { display: block; }
.halo-card__stats strong { font-size: 23px; }
.halo-card__stats span { margin-top: 4px; color: var(--muted); font-size: 11px; }
.orbit { position: absolute; border: 1px solid rgba(154,114,255,.24); border-radius: 50%; }
.orbit--one { width: 520px; height: 520px; animation: spin 18s linear infinite; }
.orbit--two { width: 610px; height: 340px; transform: rotate(-23deg); animation: spinReverse 22s linear infinite; }
.floating-chip { position: absolute; z-index: 3; padding: 10px 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(17,12,29,.76); box-shadow: 0 14px 40px rgba(0,0,0,.26); backdrop-filter: blur(12px); font-size: 12px; font-weight: 850; }
.chip--one { top: 18%; left: 2%; animation: float 4.8s ease-in-out infinite; }
.chip--two { right: -1%; top: 38%; animation: float 5.4s ease-in-out infinite .6s; }
.chip--three { left: 10%; bottom: 14%; animation: float 4.4s ease-in-out infinite .25s; }

.ticker { overflow: hidden; border-block: 1px solid var(--line); background: rgba(255,255,255,.025); transform: rotate(-1deg) scale(1.02); }
.ticker__track { width: max-content; display: flex; gap: 44px; padding: 14px 0; color: #c7b7e6; font-size: 11px; font-weight: 900; letter-spacing: .16em; animation: marquee 28s linear infinite; }
.quick-paths { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 94px; }
.path-card { position: relative; min-height: 250px; display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: end; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); transition: .28s ease; }
.path-card::before { content: ""; position: absolute; width: 230px; height: 230px; right: -100px; top: -100px; border-radius: 50%; filter: blur(15px); opacity: .25; }
.path-card--violet::before { background: var(--violet); }
.path-card--gold::before { background: var(--gold); }
.path-card:hover { transform: translateY(-7px); border-color: rgba(255,255,255,.18); }
.path-card__number { align-self: start; color: rgba(255,255,255,.28); font-size: 12px; font-weight: 900; }
.path-card h2 { margin: 10px 0 8px; font-size: clamp(24px, 3vw, 36px); letter-spacing: -.04em; }
.path-card p { max-width: 430px; margin: 0; color: var(--muted); line-height: 1.6; }
.path-card__arrow { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,.08); font-size: 21px; }

.content-section { padding-top: 110px; scroll-margin-top: 110px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.section-heading h2 { margin: 10px 0 0; font-size: clamp(34px, 4vw, 54px); line-height: 1; letter-spacing: -.055em; }
.section-heading p { max-width: 700px; margin: 13px 0 0; color: var(--muted); line-height: 1.7; }
.count-pill { flex: 0 0 auto; padding: 11px 15px; color: #d4c7ee; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.035); font-size: 12px; font-weight: 800; }
.bonus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bonus-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(165deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); box-shadow: 0 20px 50px rgba(0,0,0,.18); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; transition-delay: var(--delay, 0ms); }
.bonus-card:hover { transform: translateY(-8px); border-color: rgba(154,114,255,.42); box-shadow: 0 28px 72px rgba(0,0,0,.32); }
.bonus-card__glow { position: absolute; width: 180px; height: 180px; right: -100px; bottom: -100px; border-radius: 50%; background: var(--violet); opacity: .09; filter: blur(20px); }
.bonus-card__media { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #110d20; }
.bonus-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.bonus-card:hover .bonus-card__media img { transform: scale(1.045); }
.bonus-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,6,17,.7), transparent 55%); }
.bonus-card__fallback { width: 100%; height: 100%; display: grid; place-items: center; color: rgba(255,255,255,.86); background: radial-gradient(circle at 25% 20%, rgba(255,217,120,.22), transparent 30%), linear-gradient(135deg, #1e1535, #34215f); font-size: 56px; font-weight: 900; letter-spacing: -.08em; }
.bonus-card__badge { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 7px 10px; color: #1b1426; border-radius: 999px; background: var(--gold); box-shadow: 0 7px 20px rgba(0,0,0,.3); font-size: 10px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.bonus-card__body { position: relative; z-index: 2; padding: 20px; }
.bonus-card__body h3 { margin: 5px 0 0; font-size: 23px; letter-spacing: -.035em; }
.bonus-card__eyebrow { color: #a996cf; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.bonus-card__body p { min-height: 48px; margin: 12px 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.bonus-card__meta { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; color: #aaa1bd; font-size: 11px; }
.button--card { width: 100%; min-height: 46px; background: rgba(154,114,255,.11); border-color: rgba(154,114,255,.2); }
.button--card:hover { background: rgba(154,114,255,.2); }
.empty-state { display: flex; flex-direction: column; gap: 8px; padding: 34px; border: 1px dashed var(--line); border-radius: 22px; color: var(--muted); }
.empty-state strong { color: white; }

.guide { padding-top: 120px; }
.guide-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.guide-card { min-height: 250px; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.028); }
.guide-card > span { display: inline-grid; place-items: center; width: 40px; height: 40px; color: var(--gold); border: 1px solid rgba(255,217,120,.2); border-radius: 13px; background: rgba(255,217,120,.06); font-size: 11px; font-weight: 900; }
.guide-card h3 { margin: 34px 0 10px; font-size: 20px; }
.guide-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding-block: 120px; }
.faq-intro h2 { margin: 12px 0; font-size: clamp(36px, 4vw, 54px); line-height: 1; letter-spacing: -.055em; }
.faq-intro p { color: var(--muted); line-height: 1.7; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { padding: 18px 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.03); }
.faq-list summary { cursor: pointer; font-weight: 800; }
.faq-list p { color: var(--muted); line-height: 1.7; }

.subhero { min-height: 440px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; padding-block: 70px 50px; }
.subhero h1 { max-width: 900px; font-size: clamp(46px, 6vw, 78px); }
.subhero__content > p { max-width: 760px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.breadcrumb { display: flex; gap: 10px; margin-top: 24px; color: var(--muted); font-size: 13px; }
.breadcrumb strong { color: #ddd3ef; }
.subhero__badge { width: 200px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; background: radial-gradient(circle, rgba(154,114,255,.23), rgba(255,255,255,.025) 60%); box-shadow: 0 0 80px rgba(154,114,255,.16); animation: float 5s ease-in-out infinite; }
.subhero--gold .subhero__badge { background: radial-gradient(circle, rgba(255,217,120,.18), rgba(255,255,255,.025) 60%); box-shadow: 0 0 80px rgba(255,217,120,.1); }
.subhero__badge span { color: var(--gold); font-size: 24px; }
.subhero__badge strong { margin-top: 8px; font-size: 25px; }
.subhero__badge em { color: var(--muted); font-style: normal; }
.category-layout { display: grid; grid-template-columns: 270px 1fr; gap: 28px; align-items: start; padding-bottom: 100px; }
.filter-panel { position: sticky; top: 120px; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.032); }
.filter-panel h2 { margin: 10px 0; font-size: 26px; letter-spacing: -.035em; }
.filter-panel p { margin: 0 0 20px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.category-content .content-section { padding-top: 0; }
.category-content .bonus-grid { grid-template-columns: repeat(2, 1fr); }
.category-content .section-heading h2 { font-size: clamp(32px, 4vw, 48px); }

.site-footer { border-top: 1px solid var(--line); background: rgba(5,4,10,.62); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr 1fr; gap: 60px; padding-block: 62px; }
.brand--footer { margin-bottom: 18px; }
.footer-grid h2 { margin: 0 0 16px; font-size: 14px; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid p { max-width: 520px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.footer-grid > div:nth-child(2) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid > div:nth-child(2) a { margin: 0 0 11px; color: var(--muted); font-size: 13px; }
.footer-grid > div:nth-child(2) a:hover { color: white; }
.footer-bottom { min-height: 68px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: #746c82; font-size: 11px; }

.angel-intro { position: fixed; inset: 0; z-index: 999; display: flex; align-items: center; justify-content: center; overflow: hidden; pointer-events: none; background: #080611; transition: opacity .55s ease .25s, visibility .55s ease .25s; }
.angel-intro__figure { position: absolute; width: 190px; filter: drop-shadow(0 30px 40px rgba(154,114,255,.25)); animation: angelFly 1.45s cubic-bezier(.16,.8,.24,1) forwards; }
.angel-intro__trail { position: absolute; width: 45vw; height: 4px; top: 50%; left: -45vw; border-radius: 50%; background: linear-gradient(90deg, transparent, rgba(154,114,255,.8), #fff); filter: blur(2px); animation: trailFly 1.45s cubic-bezier(.16,.8,.24,1) forwards; }
.angel-intro__message { position: absolute; bottom: 13%; color: #bdb2cd; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; animation: fadePulse 1s ease-in-out infinite alternate; }
.angel-intro.is-finished { opacity: 0; visibility: hidden; }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 28px; padding: 12px 16px; opacity: 0; visibility: hidden; color: white; border: 1px solid var(--line); border-radius: 13px; background: rgba(19,14,33,.92); box-shadow: var(--shadow); transform: translate(-50%, 20px); transition: .2s ease; font-size: 12px; }
.toast.is-showing { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes angelFly { 0% { transform: translate(-60vw, 20vh) rotate(-14deg) scale(.65); } 45% { transform: translate(-8vw, -5vh) rotate(6deg) scale(1); } 100% { transform: translate(63vw, -20vh) rotate(16deg) scale(.78); } }
@keyframes trailFly { 0% { transform: translateX(0); opacity: 0; } 20% { opacity: 1; } 100% { transform: translateX(160vw); opacity: 0; } }
@keyframes fadePulse { from { opacity: .45; } to { opacity: 1; } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes float { 0%,100% { transform: translateY(0) rotate(2deg); } 50% { transform: translateY(-13px) rotate(-1deg); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes spinReverse { from { transform: rotate(-23deg); } to { transform: rotate(-383deg); } }
@keyframes drift { to { transform: translate3d(4rem, -3rem, 0) scale(1.08); } }

@media (max-width: 1020px) {
    .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 70px; }
    .hero__visual { min-height: 530px; }
    .bonus-grid { grid-template-columns: repeat(2, 1fr); }
    .guide-grid { grid-template-columns: repeat(2, 1fr); }
    .faq-section { grid-template-columns: 1fr; gap: 35px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 780px) {
    :root { --container: min(100% - 24px, 1180px); --radius: 22px; }
    .top-strip__age { display: none; }
    .main-nav { display: none; }
    .menu-button { display: block; }
    .mobile-menu { position: fixed; inset: 112px 12px auto; z-index: 49; display: grid; gap: 7px; padding: 12px; opacity: 0; visibility: hidden; border: 1px solid var(--line); border-radius: 18px; background: rgba(15,11,29,.96); box-shadow: var(--shadow); transform: translateY(-12px); transition: .2s ease; }
    .mobile-menu.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
    .mobile-menu a { padding: 14px; border-radius: 12px; background: rgba(255,255,255,.035); font-weight: 750; }
    .hero { gap: 15px; padding-block: 60px 45px; }
    .hero h1 { font-size: clamp(48px, 15vw, 70px); }
    .hero__content > p { font-size: 16px; }
    .hero__visual { min-height: 470px; }
    .orbit--one { width: 420px; height: 420px; }
    .orbit--two { width: 440px; height: 260px; }
    .halo-card { width: min(360px, 88vw); }
    .halo-card__angel { height: 300px; }
    .quick-paths, .bonus-grid, .category-content .bonus-grid, .guide-grid { grid-template-columns: 1fr; }
    .path-card { min-height: 230px; }
    .section-heading { align-items: flex-start; flex-direction: column; }
    .guide { padding-top: 90px; }
    .subhero { grid-template-columns: 1fr; min-height: auto; padding-top: 60px; }
    .subhero h1 { font-size: clamp(44px, 13vw, 64px); }
    .subhero__badge { display: none; }
    .category-layout { grid-template-columns: 1fr; }
    .filter-panel { position: relative; top: auto; }
    .footer-grid { grid-template-columns: 1fr; gap: 35px; }
    .footer-grid > div:first-child { grid-column: auto; }
    .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 6px; }
}

@media (max-width: 520px) {
    .brand__text { font-size: 18px; }
    .hero__actions .button { width: 100%; }
    .hero__visual { min-height: 420px; }
    .halo-card { padding: 18px; border-radius: 30px; }
    .halo-card__angel { height: 275px; }
    .floating-chip { font-size: 10px; }
    .chip--one { left: -2%; }
    .chip--two { right: -3%; }
    .path-card { grid-template-columns: 1fr auto; }
    .path-card__number { display: none; }
    .bonus-card__body { padding: 17px; }
}

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

/* v2 — celestial landing */
.nav-telegram {
    min-height: 43px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0 15px;
    color: #fff;
    border: 1px solid rgba(88, 184, 255, .4);
    border-radius: 14px;
    background: linear-gradient(135deg, #218ad7, #36aeea);
    box-shadow: 0 12px 28px rgba(33, 138, 215, .23), inset 0 1px rgba(255,255,255,.25);
    font-size: 13px;
    font-weight: 850;
    transition: transform .2s ease, box-shadow .2s ease;
}
.nav-telegram:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(33, 138, 215, .34); }
.nav-telegram svg { width: 18px; height: 18px; }
.mobile-menu__telegram { color: #fff; background: linear-gradient(135deg, #218ad7, #36aeea) !important; }

.sky-hero {
    position: relative;
    min-height: 790px;
    display: grid;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    border-bottom: 1px solid var(--line);
    background:
        linear-gradient(90deg, rgba(8,6,17,.98) 0%, rgba(8,6,17,.9) 45%, rgba(8,6,17,.3) 100%),
        radial-gradient(circle at 78% 48%, rgba(137, 98, 255, .34), transparent 28rem),
        radial-gradient(circle at 72% 20%, rgba(255, 218, 122, .11), transparent 20rem);
}
.sky-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: .34;
    background-image:
        radial-gradient(circle, rgba(255,255,255,.8) 0 1px, transparent 1.4px),
        radial-gradient(circle, rgba(186,160,255,.7) 0 1px, transparent 1.5px);
    background-position: 0 0, 36px 57px;
    background-size: 92px 92px, 137px 137px;
    mask-image: linear-gradient(90deg, transparent 10%, #000 55%, #000 100%);
}
.sky-hero::after {
    content: "";
    position: absolute;
    width: 720px;
    height: 720px;
    right: -110px;
    top: 50%;
    z-index: -1;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 50%;
    box-shadow: inset 0 0 120px rgba(140,100,255,.08), 0 0 140px rgba(115,73,255,.12);
    transform: translateY(-50%);
}
.sky-hero__word {
    position: absolute;
    left: -1.5vw;
    bottom: -4vw;
    z-index: -1;
    color: rgba(255,255,255,.025);
    font-size: clamp(150px, 25vw, 390px);
    font-weight: 950;
    line-height: .78;
    letter-spacing: -.09em;
    user-select: none;
}
.sky-hero__grid {
    min-height: 790px;
    display: grid;
    grid-template-columns: .98fr 1.02fr;
    align-items: center;
    gap: 54px;
    padding-block: 72px 86px;
}
.sky-hero__content { position: relative; z-index: 3; max-width: 690px; }
.sky-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 13px;
    color: #d9caff;
    border: 1px solid rgba(173, 143, 255, .26);
    border-radius: 999px;
    background: rgba(154,114,255,.08);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .16em;
}
.sky-hero__eyebrow span { color: var(--gold); filter: drop-shadow(0 0 8px rgba(255,217,120,.65)); }
.sky-hero h1 {
    max-width: 760px;
    margin: 24px 0 22px;
    font-size: clamp(58px, 6.5vw, 96px);
    line-height: .91;
    letter-spacing: -.07em;
}
.sky-hero h1 em {
    display: block;
    color: transparent;
    background: linear-gradient(90deg, #fff 0%, #d6c7ff 42%, #9871ff 73%, #ffe08e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-style: normal;
}
.sky-hero__content > p {
    max-width: 620px;
    margin: 0;
    color: #b9afc8;
    font-size: 18px;
    line-height: 1.75;
}
.sky-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button--telegram {
    color: #fff;
    background: linear-gradient(135deg, #218ad7, #36aeea);
    box-shadow: 0 16px 38px rgba(33,138,215,.25), inset 0 1px rgba(255,255,255,.25);
}
.button--telegram svg { width: 20px; height: 20px; }
.sky-hero__signals {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 29px;
}
.sky-hero__signals div {
    min-width: 126px;
    padding: 13px 15px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    background: rgba(255,255,255,.035);
    backdrop-filter: blur(10px);
}
.sky-hero__signals strong, .sky-hero__signals span { display: block; }
.sky-hero__signals strong { color: #fff; font-size: 20px; letter-spacing: -.03em; }
.sky-hero__signals span { margin-top: 3px; color: #978da8; font-size: 11px; }

.celestial-stage {
    position: relative;
    min-height: 650px;
    display: grid;
    place-items: center;
}
.celestial-stage::before {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(215,198,255,.25), rgba(139,95,255,.09) 42%, transparent 70%);
    filter: blur(2px);
    animation: stagePulse 4.8s ease-in-out infinite;
}
.celestial-stage__ring {
    position: absolute;
    border: 1px solid rgba(202,184,255,.2);
    border-radius: 50%;
}
.celestial-stage__ring--outer { width: 590px; height: 590px; animation: spin 26s linear infinite; }
.celestial-stage__ring--outer::before,
.celestial-stage__ring--outer::after {
    content: "✦";
    position: absolute;
    color: var(--gold);
    text-shadow: 0 0 14px rgba(255,217,120,.8);
}
.celestial-stage__ring--outer::before { left: 50%; top: -9px; }
.celestial-stage__ring--outer::after { right: 10%; bottom: 11%; }
.celestial-stage__ring--inner { width: 450px; height: 450px; border-style: dashed; transform: rotate(-12deg); animation: spinReverse 20s linear infinite; }
.celestial-stage__angel {
    position: relative;
    z-index: 3;
    width: min(430px, 78%);
    filter: drop-shadow(0 35px 35px rgba(4,2,12,.55));
    animation: angelHover 5s ease-in-out infinite;
}
.celestial-stage__angel svg { width: 100%; overflow: visible; }
.celestial-stage__star { position: absolute; z-index: 4; color: #fff3b7; text-shadow: 0 0 18px rgba(255,228,137,.8); animation: starBlink 2.2s ease-in-out infinite alternate; }
.star-a { top: 15%; left: 9%; font-size: 25px; }
.star-b { top: 21%; right: 8%; font-size: 18px; animation-delay: .7s; }
.star-c { bottom: 14%; right: 14%; font-size: 27px; animation-delay: 1.2s; }
.celestial-stage__label {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    color: #eae4f5;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 15px;
    background: rgba(13,9,25,.72);
    box-shadow: 0 18px 42px rgba(0,0,0,.28);
    backdrop-filter: blur(15px);
    font-size: 12px;
    font-weight: 800;
}
.celestial-stage__label span { color: #a887ff; font-size: 10px; letter-spacing: .08em; }
.label-one { left: 1%; top: 29%; animation: labelFloat 4.7s ease-in-out infinite; }
.label-two { right: -1%; top: 47%; animation: labelFloat 5.1s ease-in-out infinite .6s; }
.label-three { left: 8%; bottom: 14%; animation: labelFloat 4.4s ease-in-out infinite .2s; }
.sky-hero__scroll {
    position: absolute;
    left: 50%;
    bottom: 25px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(255,255,255,.42);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .15em;
    transform: translateX(-50%);
}
.sky-hero__scroll span { width: 34px; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.5)); }
.ticker--natural { transform: none; }

.telegram-banner {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
    margin-top: 112px;
    padding: 30px;
    overflow: hidden;
    border: 1px solid rgba(72,170,235,.24);
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(24,123,191,.2), rgba(31,22,53,.72));
    box-shadow: 0 28px 70px rgba(0,0,0,.28);
}
.telegram-banner::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: -150px;
    top: -160px;
    border-radius: 50%;
    background: #36aeea;
    opacity: .11;
    filter: blur(25px);
}
.telegram-banner__icon {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    color: white;
    border-radius: 22px;
    background: linear-gradient(135deg, #218ad7, #36aeea);
    box-shadow: 0 16px 35px rgba(33,138,215,.3), inset 0 1px rgba(255,255,255,.25);
}
.telegram-banner__icon svg { width: 34px; height: 34px; }
.telegram-banner h2 { margin: 7px 0 5px; font-size: clamp(25px, 3vw, 38px); letter-spacing: -.04em; }
.telegram-banner p { margin: 0; color: var(--muted); }
.telegram-banner .button { position: relative; z-index: 2; }

.floating-telegram {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 90;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 17px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 999px;
    background: linear-gradient(135deg, #218ad7, #36aeea);
    box-shadow: 0 18px 42px rgba(20,118,187,.38), inset 0 1px rgba(255,255,255,.28);
    font-size: 13px;
    font-weight: 900;
    transition: transform .22s ease, box-shadow .22s ease;
}
.floating-telegram:hover { transform: translateY(-4px) scale(1.02); box-shadow: 0 24px 50px rgba(20,118,187,.48); }
.floating-telegram svg { width: 21px; height: 21px; }

@keyframes angelHover { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-16px) rotate(1deg); } }
@keyframes labelFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes starBlink { from { opacity: .35; transform: scale(.8); } to { opacity: 1; transform: scale(1.15); } }
@keyframes stagePulse { 0%,100% { transform: scale(.95); opacity: .7; } 50% { transform: scale(1.08); opacity: 1; } }

@media (max-width: 1120px) {
    .nav-telegram span { display: none; }
    .nav-telegram { width: 43px; justify-content: center; padding: 0; }
    .sky-hero__grid { grid-template-columns: 1.05fr .95fr; gap: 20px; }
    .celestial-stage__ring--outer { width: 500px; height: 500px; }
    .celestial-stage__ring--inner { width: 390px; height: 390px; }
}

@media (max-width: 920px) {
    .sky-hero { min-height: auto; }
    .sky-hero__grid { min-height: auto; grid-template-columns: 1fr; padding-top: 80px; }
    .sky-hero__content { max-width: 760px; }
    .celestial-stage { min-height: 590px; }
    .sky-hero::after { right: 50%; transform: translate(50%, -5%); top: auto; bottom: 0; }
    .sky-hero::before { mask-image: linear-gradient(180deg, transparent 0%, #000 45%, #000 100%); }
}

@media (max-width: 780px) {
    .nav-telegram { display: none; }
    .sky-hero__grid { padding-top: 58px; padding-bottom: 58px; }
    .sky-hero h1 { font-size: clamp(51px, 15vw, 75px); }
    .sky-hero__content > p { font-size: 16px; }
    .sky-hero__actions .button { flex: 1 1 220px; }
    .celestial-stage { min-height: 510px; }
    .celestial-stage__ring--outer { width: 430px; height: 430px; }
    .celestial-stage__ring--inner { width: 340px; height: 340px; }
    .celestial-stage__angel { width: min(370px, 82%); }
    .label-one { left: 0; }
    .label-two { right: 0; }
    .telegram-banner { grid-template-columns: auto 1fr; }
    .telegram-banner .button { grid-column: 1 / -1; width: 100%; }
}

@media (max-width: 520px) {
    .sky-hero__signals div { flex: 1 1 30%; min-width: 100px; padding: 11px; }
    .sky-hero__signals strong { font-size: 17px; }
    .celestial-stage { min-height: 430px; }
    .celestial-stage__ring--outer { width: 350px; height: 350px; }
    .celestial-stage__ring--inner { width: 278px; height: 278px; }
    .celestial-stage__angel { width: min(315px, 84%); }
    .celestial-stage__label { padding: 9px 11px; font-size: 10px; }
    .label-one { top: 26%; }
    .label-two { top: 49%; }
    .label-three { left: 4%; bottom: 9%; }
    .sky-hero__scroll { display: none; }
    .telegram-banner { grid-template-columns: 1fr; text-align: center; }
    .telegram-banner__icon { margin-inline: auto; }
    .floating-telegram { width: 54px; height: 54px; justify-content: center; padding: 0; }
    .floating-telegram span { display: none; }
}

/* v3 — fiziksel dizin rotaları ve geniş footer */
.footer-grid--wide {
    grid-template-columns: 1.2fr .78fr .92fr 1fr;
    gap: 40px;
}
.footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer-links a,
.footer-telegram {
    margin: 0 0 11px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
    transition: color .2s ease, transform .2s ease;
}
.footer-links a:hover,
.footer-telegram:hover {
    color: #fff;
    transform: translateX(3px);
}
.footer-telegram {
    display: inline-flex;
    margin-top: 18px;
    color: #78c9ff;
    font-weight: 800;
}
.footer-note p { max-width: 330px; }

.filter-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin: 20px 0;
}
.filter-stats div {
    min-height: 78px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 13px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: rgba(255,255,255,.025);
}
.filter-stats strong { font-size: 23px; line-height: 1; }
.filter-stats span { margin-top: 7px; color: var(--muted); font-size: 10px; line-height: 1.35; }
.button--full { width: 100%; min-height: 48px; padding-inline: 14px; }

.seo-copy-section { padding-bottom: 110px; }
.seo-copy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.seo-copy-card {
    padding: 25px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
}
.seo-copy-card h3 { margin: 0 0 12px; font-size: 20px; letter-spacing: -.025em; }
.seo-copy-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.faq-section--list { padding-top: 10px; }

@media (max-width: 1120px) {
    .footer-grid--wide { grid-template-columns: 1fr 1fr; }
    .footer-grid--wide > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 780px) {
    .footer-grid--wide { grid-template-columns: 1fr; }
    .footer-grid--wide > div:first-child { grid-column: auto; }
    .seo-copy-grid { grid-template-columns: 1fr; }
}
