.page[data-v-fca3d2a8]{--bg: #0D0D0D;--bg-surface: #121212;--bg-card: #1A1A1A;--bg-elevated: #242424;--accent: #3A75A8;--accent-light: #4D87B8;--accent-pale: #6699C2;--accent-glow: rgba(58,117,168,.14);--text: #FAFAFA;--text-sec: #B3B3B3;--text-muted: #808080;--text-dim: #4D4D4D;--border: rgba(61,61,61,.9);--border-a: rgba(58,117,168,.28);--r: 12px;--r-lg: 20px;min-height:100vh;background:var(--bg);color:var(--text);font-family:Outfit,sans-serif;overflow-x:hidden}.grain-overlay[data-v-fca3d2a8]{position:fixed;inset:0;pointer-events:none;z-index:9999;opacity:.038;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:180px}.nav[data-v-fca3d2a8]{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2.5rem;border-bottom:1px solid transparent;transition:background .4s,border-color .4s,backdrop-filter .4s}.nav--solid[data-v-fca3d2a8]{background:#0d0d0de6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-color:var(--border)}.nav__logo[data-v-fca3d2a8]{display:flex;align-items:center;gap:.6rem;text-decoration:none}.nav__logo-img[data-v-fca3d2a8]{width:32px;height:32px;border-radius:8px;object-fit:cover}.nav__logo-text[data-v-fca3d2a8]{font-size:1.05rem;font-weight:600;color:var(--text);letter-spacing:-.01em}.nav__links[data-v-fca3d2a8]{display:flex;gap:2rem}.nav__link[data-v-fca3d2a8]{font-size:.875rem;font-weight:500;color:var(--text-sec);text-decoration:none;transition:color .2s}.nav__link[data-v-fca3d2a8]:hover{color:var(--text)}.hero[data-v-fca3d2a8]{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__bg[data-v-fca3d2a8]{position:absolute;inset:-15%;background:url(/images/hero.jpg) center / cover no-repeat;will-change:background-position-y;transition:background-position-y 0s linear}.hero__overlay[data-v-fca3d2a8]{position:absolute;inset:0;background:linear-gradient(to bottom,#0d0d0db8,#0d0d0d8c,#0d0d0dd9 80%,#0d0d0d)}.hero__lines[data-v-fca3d2a8]{position:absolute;inset:0;pointer-events:none;overflow:hidden}.hero__lines span[data-v-fca3d2a8]{position:absolute;display:block;width:1px;background:linear-gradient(180deg,transparent,rgba(58,117,168,.25),transparent);animation:speed-line-fca3d2a8 4s linear infinite}.hero__lines span[data-v-fca3d2a8]:nth-child(1){left:18%;height:35%;top:-35%;animation-delay:0s;animation-duration:3.4s}.hero__lines span[data-v-fca3d2a8]:nth-child(2){left:36%;height:50%;top:-50%;animation-delay:.9s;animation-duration:4.2s}.hero__lines span[data-v-fca3d2a8]:nth-child(3){left:54%;height:28%;top:-28%;animation-delay:1.7s;animation-duration:3.8s}.hero__lines span[data-v-fca3d2a8]:nth-child(4){left:72%;height:42%;top:-42%;animation-delay:.5s;animation-duration:4.6s}.hero__lines span[data-v-fca3d2a8]:nth-child(5){left:87%;height:38%;top:-38%;animation-delay:2.3s;animation-duration:4s}@keyframes speed-line-fca3d2a8{to{transform:translateY(200vh)}}.hero__content[data-v-fca3d2a8]{position:relative;z-index:2;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.2rem;padding:5rem 1.5rem 0;animation:hero-in-fca3d2a8 1s cubic-bezier(.16,1,.3,1) both}@keyframes hero-in-fca3d2a8{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.badge[data-v-fca3d2a8]{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;border:1px solid var(--border-a);border-radius:100px;background:var(--accent-glow);font-size:.7rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--accent-pale);animation:badge-in-fca3d2a8 .9s .2s cubic-bezier(.16,1,.3,1) both}.badge__dot[data-v-fca3d2a8]{width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 8px var(--accent);animation:dot-pulse-fca3d2a8 2.2s ease-in-out infinite}@keyframes dot-pulse-fca3d2a8{0%,to{opacity:1}50%{opacity:.25}}@keyframes badge-in-fca3d2a8{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.hero__wordmark[data-v-fca3d2a8]{display:flex;flex-direction:column;align-items:flex-start;animation:logo-in-fca3d2a8 1s .15s cubic-bezier(.16,1,.3,1) both;margin:.5rem 0 0}@keyframes logo-in-fca3d2a8{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.wm__text[data-v-fca3d2a8]{font-family:Outfit,sans-serif;font-weight:700;font-size:clamp(4rem,14vw,13rem);line-height:.92;letter-spacing:.22em;color:#fff;text-shadow:0 2px 40px rgba(0,0,0,.4)}.wm__sub[data-v-fca3d2a8]{display:flex;align-items:center;width:100%;gap:4px;margin-top:-.1em}.wm__line[data-v-fca3d2a8]{flex:1;height:1px;background:#ffffffbf}.wm__moto[data-v-fca3d2a8]{width:2.8em;height:auto;flex-shrink:0}.hero__tagline[data-v-fca3d2a8]{font-size:clamp(1rem,2.4vw,1.25rem);color:var(--text-sec);font-weight:400;letter-spacing:.01em;animation:hero-in-fca3d2a8 1s .38s cubic-bezier(.16,1,.3,1) both}.hero__description[data-v-fca3d2a8]{font-size:clamp(.875rem,1.4vw,.9375rem);color:var(--text-muted);line-height:1.75;max-width:460px;animation:hero-in-fca3d2a8 1s .5s cubic-bezier(.16,1,.3,1) both}.hero__ctas[data-v-fca3d2a8]{display:flex;gap:.875rem;margin-top:.25rem;animation:hero-in-fca3d2a8 1s .6s cubic-bezier(.16,1,.3,1) both}.btn-store[data-v-fca3d2a8]{display:inline-flex;align-items:center;gap:.75rem;padding:.8rem 1.375rem;border:1px solid var(--border);border-radius:var(--r);background:#1a1a1ab3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--text);cursor:not-allowed;opacity:.5;font-family:Outfit,sans-serif}.btn-store__icon[data-v-fca3d2a8]{width:20px;height:20px;flex-shrink:0}.btn-store__text[data-v-fca3d2a8]{display:flex;flex-direction:column;align-items:flex-start}.btn-store__text small[data-v-fca3d2a8]{font-size:.68rem;color:var(--text-muted);font-weight:400}.btn-store__text strong[data-v-fca3d2a8]{font-size:.9rem;font-weight:600}.hero__platforms[data-v-fca3d2a8]{font-size:.75rem;color:var(--text-dim);letter-spacing:.1em;animation:hero-in-fca3d2a8 1s .7s cubic-bezier(.16,1,.3,1) both}.hero__scroll[data-v-fca3d2a8]{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);animation:hero-in-fca3d2a8 1s 1.1s cubic-bezier(.16,1,.3,1) both}.hero__scroll-line[data-v-fca3d2a8]{width:1px;height:52px;background:linear-gradient(180deg,var(--accent),transparent);animation:scroll-pulse-fca3d2a8 2.5s ease-in-out infinite}@keyframes scroll-pulse-fca3d2a8{0%,to{opacity:.2;transform:scaleY(1)}50%{opacity:.7;transform:scaleY(1.18)}}.stats[data-v-fca3d2a8]{display:flex;justify-content:center;gap:0;background:var(--bg-surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.stat[data-v-fca3d2a8]{flex:1;max-width:280px;display:flex;flex-direction:column;align-items:center;padding:2.5rem 2rem;border-right:1px solid var(--border);opacity:0;transform:translateY(20px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.stat[data-v-fca3d2a8]:last-child{border-right:none}.stat.is-visible[data-v-fca3d2a8]{opacity:1;transform:translateY(0)}.stat__value[data-v-fca3d2a8]{font-family:Bebas Neue,sans-serif;font-size:clamp(2.5rem,5vw,4rem);letter-spacing:.04em;line-height:1;color:var(--text)}.stat__suffix[data-v-fca3d2a8]{color:var(--accent)}.stat__label[data-v-fca3d2a8]{font-size:.8rem;color:var(--text-muted);margin-top:.5rem;letter-spacing:.06em;text-transform:uppercase}.stat__sub[data-v-fca3d2a8]{font-size:.75rem;color:var(--accent);margin-top:.375rem;letter-spacing:.04em;opacity:.85}.section[data-v-fca3d2a8]{padding:7rem 0}.container[data-v-fca3d2a8]{max-width:1240px;margin:0 auto;padding:0 2.5rem}.section-header[data-v-fca3d2a8]{margin-bottom:3.5rem}.section-label[data-v-fca3d2a8]{display:block;font-size:.68rem;font-weight:600;letter-spacing:.22em;color:var(--accent);margin-bottom:1rem;text-transform:uppercase}.section-title[data-v-fca3d2a8]{font-family:Bebas Neue,sans-serif;font-size:clamp(2.5rem,6vw,5rem);line-height:1;letter-spacing:.03em;color:var(--text)}.reveal[data-v-fca3d2a8]{opacity:0;transform:translateY(28px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.reveal.is-visible[data-v-fca3d2a8]{opacity:1;transform:translateY(0)}.stagger-child[data-v-fca3d2a8]{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.stagger-child.is-visible[data-v-fca3d2a8]{opacity:1;transform:translateY(0)}.story[data-v-fca3d2a8]{display:grid;grid-template-columns:1fr 1fr;min-height:600px;background:var(--bg-surface);border-top:1px solid var(--border)}.story--reverse .story__img-wrap[data-v-fca3d2a8]{order:2}.story--reverse .story__text[data-v-fca3d2a8]{order:1}.story__img-wrap[data-v-fca3d2a8]{position:relative;overflow:hidden;clip-path:inset(0 0 0 0)}.story.is-visible .story__img-wrap--clip[data-v-fca3d2a8]{animation:img-reveal-fca3d2a8 1.2s cubic-bezier(.16,1,.3,1) both}@keyframes img-reveal-fca3d2a8{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0% 0 0)}}.story--reverse.is-visible .story__img-wrap--clip[data-v-fca3d2a8]{animation:img-reveal-r-fca3d2a8 1.2s cubic-bezier(.16,1,.3,1) both}@keyframes img-reveal-r-fca3d2a8{0%{clip-path:inset(0 0 0 100%)}to{clip-path:inset(0 0 0 0%)}}.story__img[data-v-fca3d2a8]{width:100%;height:100%;display:block;object-fit:cover;object-position:center;transition:transform 8s ease;transform:scale(1.05)}.story:hover .story__img[data-v-fca3d2a8]{transform:scale(1)}.story__img-overlay[data-v-fca3d2a8]{position:absolute;inset:0;background:linear-gradient(135deg,rgba(13,13,13,.3) 0%,transparent 70%)}.story__text[data-v-fca3d2a8]{display:flex;flex-direction:column;justify-content:center;padding:5rem 4.5rem;gap:1.25rem;background:var(--bg-card)}.story--reverse .story__text[data-v-fca3d2a8]{padding:5rem 4.5rem 5rem 5rem}.story__title[data-v-fca3d2a8]{font-family:Bebas Neue,sans-serif;font-size:clamp(3rem,5vw,5.5rem);line-height:.95;letter-spacing:.03em;color:var(--text)}.story__desc[data-v-fca3d2a8]{font-size:1rem;color:var(--text-sec);line-height:1.75;max-width:400px}.story__tag-row[data-v-fca3d2a8]{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.tag[data-v-fca3d2a8]{padding:.3rem .875rem;border:1px solid var(--border-a);border-radius:100px;background:var(--accent-glow);font-size:.75rem;font-weight:500;letter-spacing:.04em;color:var(--accent-pale)}.features[data-v-fca3d2a8]{background:var(--bg)}.features__grid[data-v-fca3d2a8]{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden}.feature-card[data-v-fca3d2a8]{position:relative;background:var(--bg-card);padding:2.5rem 2rem;transition:background .3s;overflow:hidden}.feature-card[data-v-fca3d2a8]:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--accent),var(--accent-pale));transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.16,1,.3,1)}.feature-card[data-v-fca3d2a8]:hover{background:var(--bg-elevated)}.feature-card[data-v-fca3d2a8]:hover:before{transform:scaleX(1)}.feature-card__number[data-v-fca3d2a8]{font-family:Bebas Neue,sans-serif;font-size:3.5rem;line-height:1;letter-spacing:.06em;color:#3a75a81a;position:absolute;top:1.25rem;right:1.5rem;transition:color .3s}.feature-card:hover .feature-card__number[data-v-fca3d2a8]{color:#3a75a833}.feature-card__icon[data-v-fca3d2a8]{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--accent-glow);border:1px solid var(--border-a);border-radius:10px;margin-bottom:1.5rem;color:var(--accent-light);transition:background .3s,box-shadow .3s}.feature-card:hover .feature-card__icon[data-v-fca3d2a8]{background:#3a75a838;box-shadow:0 0 20px #3a75a833}.feature-card__icon svg[data-v-fca3d2a8]{width:22px;height:22px}.feature-card__title[data-v-fca3d2a8]{font-family:Bebas Neue,sans-serif;font-size:1.375rem;letter-spacing:.06em;color:var(--text);margin-bottom:.75rem}.feature-card__desc[data-v-fca3d2a8]{font-size:.875rem;color:var(--text-sec);line-height:1.7}.cinematic[data-v-fca3d2a8]{position:relative;height:70vh;min-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden}.cinematic__bg[data-v-fca3d2a8]{position:absolute;inset:-10%;background:url(/images/story4.jpg) center / cover no-repeat}.cinematic__overlay[data-v-fca3d2a8]{position:absolute;inset:0;background:#0d0d0db8}.cinematic__content[data-v-fca3d2a8]{position:relative;z-index:2;text-align:center;padding:0 2rem}.cinematic__quote[data-v-fca3d2a8]{font-family:Bebas Neue,sans-serif;font-size:clamp(2rem,5vw,4.5rem);line-height:1.1;letter-spacing:.04em;color:var(--text);text-shadow:0 2px 40px rgba(0,0,0,.6)}.cinematic.is-visible .cinematic__quote[data-v-fca3d2a8]{animation:quote-in-fca3d2a8 1s .1s cubic-bezier(.16,1,.3,1) both}.cinematic.is-visible .cinematic__sub[data-v-fca3d2a8]{animation:quote-in-fca3d2a8 1s .35s cubic-bezier(.16,1,.3,1) both}@keyframes quote-in-fca3d2a8{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.cinematic__sub[data-v-fca3d2a8]{font-size:.85rem;color:#fafafa80;margin-top:1.5rem;letter-spacing:.12em;text-transform:uppercase}.cta-section[data-v-fca3d2a8]{position:relative;background:var(--bg-surface);overflow:hidden}.cta-section__glow[data-v-fca3d2a8]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:900px;height:500px;background:radial-gradient(ellipse,rgba(58,117,168,.07) 0%,transparent 65%);filter:blur(70px);pointer-events:none}.cta-section__inner[data-v-fca3d2a8]{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem;position:relative}.cta-section__title[data-v-fca3d2a8]{font-family:Bebas Neue,sans-serif;font-size:clamp(2.5rem,6vw,5.5rem);line-height:1;letter-spacing:.03em;color:var(--text)}.cta-section__desc[data-v-fca3d2a8]{font-size:.9375rem;color:var(--text-sec);max-width:360px}.platforms[data-v-fca3d2a8]{display:flex;gap:.875rem;margin-top:.5rem}.platform-pill[data-v-fca3d2a8]{display:inline-flex;align-items:center;gap:.5rem;padding:.5625rem 1.125rem;border:1px solid var(--border);border-radius:100px;background:var(--bg-card);font-size:.875rem;font-weight:500;color:var(--text-sec);transition:border-color .25s,color .25s}.platform-pill[data-v-fca3d2a8]:hover{border-color:var(--border-a);color:var(--text)}.platform-pill svg[data-v-fca3d2a8]{width:16px;height:16px}.cta-section__email[data-v-fca3d2a8]{font-size:.875rem;color:var(--accent-light);text-decoration:none;border-bottom:1px solid var(--border-a);padding-bottom:2px;transition:color .2s,border-color .2s;margin-top:.25rem}.cta-section__email[data-v-fca3d2a8]:hover{color:var(--accent-pale);border-color:var(--accent-pale)}.footer[data-v-fca3d2a8]{background:var(--bg);border-top:1px solid var(--border)}.footer__inner[data-v-fca3d2a8]{display:flex;align-items:flex-start;justify-content:space-between;padding-top:3.5rem;padding-bottom:3.5rem;gap:2rem}.footer__logo-img[data-v-fca3d2a8]{width:140px;height:auto;display:block;filter:invert(1);mix-blend-mode:screen;margin:-1rem -1rem -.5rem}.footer__tagline[data-v-fca3d2a8]{font-size:.8rem;color:var(--text-muted);margin-top:.25rem}.footer__nav[data-v-fca3d2a8]{display:flex;flex-direction:column;align-items:flex-end;gap:.875rem}.footer__link[data-v-fca3d2a8]{font-size:.875rem;color:var(--text-sec);text-decoration:none;transition:color .2s}.footer__link[data-v-fca3d2a8]:hover{color:var(--text)}.footer__bottom[data-v-fca3d2a8]{border-top:1px solid rgba(61,61,61,.4);padding:1.25rem 0}.footer__bottom p[data-v-fca3d2a8]{font-size:.72rem;color:var(--text-dim);text-align:center}@media(max-width:1024px){.features__grid[data-v-fca3d2a8]{grid-template-columns:repeat(2,1fr)}.story[data-v-fca3d2a8]{grid-template-columns:1fr;min-height:auto}.story__img-wrap[data-v-fca3d2a8]{height:380px}.story--reverse .story__img-wrap[data-v-fca3d2a8],.story--reverse .story__text[data-v-fca3d2a8]{order:0}.story.is-visible .story__img-wrap--clip[data-v-fca3d2a8],.story--reverse.is-visible .story__img-wrap--clip[data-v-fca3d2a8]{animation:img-reveal-fca3d2a8 1.1s cubic-bezier(.16,1,.3,1) both}.story__text[data-v-fca3d2a8],.story--reverse .story__text[data-v-fca3d2a8]{padding:3rem 2.5rem}}@media(max-width:768px){.nav[data-v-fca3d2a8]{padding:1.125rem 1.5rem}.nav__links[data-v-fca3d2a8]{gap:1.25rem}.features__grid[data-v-fca3d2a8]{grid-template-columns:1fr}.stats[data-v-fca3d2a8]{flex-direction:column;width:100%}.stat[data-v-fca3d2a8]{max-width:none;width:100%;border-right:none;border-bottom:1px solid var(--border);padding:2rem}.stat[data-v-fca3d2a8]:last-child{border-bottom:none}.hero__ctas[data-v-fca3d2a8]{flex-direction:column;width:100%;max-width:260px}.btn-store[data-v-fca3d2a8]{width:100%}.platforms[data-v-fca3d2a8]{flex-direction:column;width:100%;max-width:240px}.platform-pill[data-v-fca3d2a8]{justify-content:center}.footer__inner[data-v-fca3d2a8]{flex-direction:column;gap:2rem}.footer__nav[data-v-fca3d2a8]{align-items:flex-start}.section[data-v-fca3d2a8]{padding:5rem 0}.cinematic[data-v-fca3d2a8]{height:55vh;min-height:380px}}@media(max-width:480px){.container[data-v-fca3d2a8]{padding:0 1.25rem}.hero__logo[data-v-fca3d2a8]{width:80vw}.story__text[data-v-fca3d2a8]{padding:2.5rem 1.5rem}.story__img-wrap[data-v-fca3d2a8]{height:280px}}[data-v-fb0d034b]{box-sizing:border-box}.page[data-v-fb0d034b]{min-height:100vh;background:#090909;color:#f2ede8;font-family:Outfit,sans-serif}.accent[data-v-fb0d034b]{color:#3a75a8}.nav[data-v-fb0d034b]{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2.5rem;border-bottom:1px solid rgba(255,255,255,.07);position:sticky;top:0;background:#090909e6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:100}.nav__logo[data-v-fb0d034b]{font-family:Bebas Neue,sans-serif;font-size:1.75rem;letter-spacing:.04em;color:#f2ede8;text-decoration:none}.nav__back[data-v-fb0d034b]{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#f2ede899;text-decoration:none;transition:color .2s}.nav__back[data-v-fb0d034b]:hover{color:#f2ede8}.nav__back svg[data-v-fb0d034b]{width:16px;height:16px}.main[data-v-fb0d034b]{padding:5rem 0}.container[data-v-fb0d034b]{max-width:860px;margin:0 auto;padding:0 2.5rem}.policy-header[data-v-fb0d034b]{margin-bottom:4rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.07)}.policy-label[data-v-fb0d034b]{display:block;font-size:.72rem;font-weight:600;letter-spacing:.2em;color:#3a75a8;margin-bottom:1.25rem;text-transform:uppercase}.policy-title[data-v-fb0d034b]{font-family:Bebas Neue,sans-serif;font-size:clamp(3rem,8vw,6rem);line-height:1;letter-spacing:.02em;color:#f2ede8;margin-bottom:1.5rem}.policy-meta[data-v-fb0d034b]{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;font-size:.875rem;color:#f2ede873}.meta-divider[data-v-fb0d034b]{color:#f2ede840}.policy-content[data-v-fb0d034b]{display:flex;flex-direction:column;gap:0}.policy-section[data-v-fb0d034b]{display:grid;grid-template-columns:3rem 1fr;gap:1.5rem;padding:2.5rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.policy-section[data-v-fb0d034b]:last-child{border-bottom:none}.policy-section__number[data-v-fb0d034b]{font-family:Bebas Neue,sans-serif;font-size:1.5rem;color:#3a75a880;padding-top:.2rem;letter-spacing:.04em}.policy-section__title[data-v-fb0d034b]{font-size:1.05rem;font-weight:600;color:#f2ede8;margin-bottom:.875rem;letter-spacing:.01em}.policy-section__text[data-v-fb0d034b]{font-size:.9375rem;color:#f2ede89e;line-height:1.75}.contact-box[data-v-fb0d034b]{display:flex;align-items:center;gap:1.25rem;padding:1.75rem 2rem;background:#161616;border:1px solid rgba(58,117,168,.2);border-radius:16px;margin-top:3.5rem}.contact-box__icon[data-v-fb0d034b]{width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#3a75a81a;border:1px solid rgba(58,117,168,.2);border-radius:12px;color:#3a75a8}.contact-box__icon svg[data-v-fb0d034b]{width:22px;height:22px}.contact-box__label[data-v-fb0d034b]{font-size:.875rem;color:#f2ede88c;margin-bottom:.375rem}.contact-box__email[data-v-fb0d034b]{font-size:1rem;font-weight:600;color:#3a75a8;text-decoration:none;transition:color .2s}.contact-box__email[data-v-fb0d034b]:hover{color:#4d87b8}.footer[data-v-fb0d034b]{border-top:1px solid rgba(255,255,255,.07);margin-top:5rem}.footer__inner[data-v-fb0d034b]{display:flex;align-items:center;justify-content:space-between;padding-top:2.5rem;padding-bottom:2.5rem;gap:1.5rem;flex-wrap:wrap}.footer__logo[data-v-fb0d034b]{font-family:Bebas Neue,sans-serif;font-size:1.75rem;letter-spacing:.04em;color:#f2ede8}.footer__links[data-v-fb0d034b]{display:flex;gap:1.75rem;flex-wrap:wrap}.footer__link[data-v-fb0d034b]{font-size:.875rem;color:#f2ede880;text-decoration:none;transition:color .2s}.footer__link[data-v-fb0d034b]:hover{color:#f2ede8}.footer__bottom[data-v-fb0d034b]{border-top:1px solid rgba(255,255,255,.05);padding:1.25rem 0}.footer__bottom p[data-v-fb0d034b]{font-size:.75rem;color:#f2ede847;text-align:center}@media(max-width:600px){.nav[data-v-fb0d034b]{padding:1.25rem}.container[data-v-fb0d034b]{padding:0 1.25rem}.policy-section[data-v-fb0d034b]{grid-template-columns:2.5rem 1fr;gap:1rem}.footer__inner[data-v-fb0d034b]{flex-direction:column;align-items:flex-start}.footer__links[data-v-fb0d034b]{flex-direction:column;gap:1rem}}[data-v-f430490b]{box-sizing:border-box}.page[data-v-f430490b]{min-height:100vh;background:#090909;color:#f2ede8;font-family:Outfit,sans-serif;position:relative}.grain-overlay[data-v-f430490b]{position:fixed;inset:0;pointer-events:none;z-index:9999;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:180px 180px}.accent[data-v-f430490b]{color:#3a75a8}.nav[data-v-f430490b]{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2.5rem;border-bottom:1px solid rgba(255,255,255,.07);position:sticky;top:0;background:#090909e6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:100}.nav__logo[data-v-f430490b]{font-family:Bebas Neue,sans-serif;font-size:1.75rem;letter-spacing:.04em;color:#f2ede8;text-decoration:none}.nav__back[data-v-f430490b]{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#f2ede899;text-decoration:none;transition:color .2s}.nav__back[data-v-f430490b]:hover{color:#f2ede8}.nav__back svg[data-v-f430490b]{width:16px;height:16px}.main[data-v-f430490b]{padding:5rem 0 6rem}.container[data-v-f430490b]{max-width:900px;margin:0 auto;padding:0 2.5rem}.support-header[data-v-f430490b]{margin-bottom:3.5rem}.label[data-v-f430490b]{display:block;font-size:.72rem;font-weight:600;letter-spacing:.2em;color:#3a75a8;margin-bottom:1.25rem;text-transform:uppercase}.support-title[data-v-f430490b]{font-family:Bebas Neue,sans-serif;font-size:clamp(3rem,8vw,6rem);line-height:1;letter-spacing:.02em;color:#f2ede8;margin-bottom:1.25rem}.support-desc[data-v-f430490b]{font-size:1.0625rem;color:#f2ede899;max-width:480px;line-height:1.65}.email-card[data-v-f430490b]{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:2rem 2.25rem;background:#161616;border:1px solid rgba(58,117,168,.25);border-radius:20px;margin-bottom:4rem;flex-wrap:wrap}.email-card__left[data-v-f430490b]{display:flex;align-items:center;gap:1.25rem}.email-card__icon[data-v-f430490b]{width:52px;height:52px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#3a75a81a;border:1px solid rgba(58,117,168,.2);border-radius:14px;color:#3a75a8}.email-card__icon svg[data-v-f430490b]{width:24px;height:24px}.email-card__label[data-v-f430490b]{font-size:.8rem;color:#f2ede873;margin-bottom:.25rem}.email-card__address[data-v-f430490b]{display:block;font-size:1.1rem;font-weight:600;color:#f2ede8;text-decoration:none;transition:color .2s;margin-bottom:.25rem}.email-card__address[data-v-f430490b]:hover{color:#3a75a8}.email-card__note[data-v-f430490b]{font-size:.8rem;color:#f2ede866}.btn-primary[data-v-f430490b]{display:inline-flex;align-items:center;gap:.625rem;padding:.875rem 1.625rem;background:#3a75a8;border-radius:12px;color:#fff;font-size:.9375rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:background .2s,transform .2s;font-family:Outfit,sans-serif}.btn-primary[data-v-f430490b]:hover{background:#4d87b8;transform:translateY(-1px)}.btn-primary svg[data-v-f430490b]{width:16px;height:16px}.section-block[data-v-f430490b]{margin-bottom:4rem}.block-title[data-v-f430490b]{font-family:Bebas Neue,sans-serif;font-size:clamp(1.75rem,4vw,2.5rem);letter-spacing:.04em;color:#f2ede8;margin-bottom:1.75rem}.block-desc[data-v-f430490b]{font-size:.9375rem;color:#f2ede899;line-height:1.7;max-width:560px;margin-bottom:2rem}.topics-grid[data-v-f430490b]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.topic-card[data-v-f430490b]{background:#141414;border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:1.75rem;transition:border-color .25s,transform .25s}.topic-card[data-v-f430490b]:hover{border-color:#3a75a838;transform:translateY(-2px)}.topic-card__icon[data-v-f430490b]{width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:#3a75a814;border:1px solid rgba(58,117,168,.15);border-radius:10px;color:#3a75a8;margin-bottom:1.25rem}.topic-card__icon[data-v-f430490b] svg{width:20px;height:20px}.topic-card__title[data-v-f430490b]{font-size:1rem;font-weight:600;color:#f2ede8;margin-bottom:.5rem}.topic-card__desc[data-v-f430490b]{font-size:.875rem;color:#f2ede88c;line-height:1.6}.in-app-steps[data-v-f430490b]{display:flex;flex-direction:column;gap:1px;background:#ffffff0d;border-radius:16px;overflow:hidden;margin-bottom:1.25rem}.in-app-step[data-v-f430490b]{display:flex;align-items:flex-start;gap:1.25rem;padding:1.5rem 1.75rem;background:#141414;transition:background .2s}.in-app-step[data-v-f430490b]:hover{background:#181818}.in-app-step__number[data-v-f430490b]{font-family:Bebas Neue,sans-serif;font-size:1.625rem;color:#3a75a88c;letter-spacing:.04em;flex-shrink:0;width:2rem;text-align:center;padding-top:.1rem}.in-app-step__text[data-v-f430490b]{font-size:.9375rem;color:#f2ede8b8;line-height:1.6}.in-app-note[data-v-f430490b]{display:flex;align-items:flex-start;gap:.75rem;padding:1.125rem 1.5rem;background:#3a75a80d;border:1px solid rgba(58,117,168,.12);border-radius:12px;font-size:.875rem;color:#f2ede894;line-height:1.6}.in-app-note svg[data-v-f430490b]{width:18px;height:18px;flex-shrink:0;color:#3a75a8;opacity:.7;margin-top:.1rem}.review-card[data-v-f430490b]{background:#141414;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.25rem;margin-bottom:2rem}.review-card__badge[data-v-f430490b]{display:inline-block;padding:.3rem .875rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:100px;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#f2ede880;margin-bottom:1.25rem}.review-card__title[data-v-f430490b]{font-size:1.25rem;font-weight:600;color:#f2ede8;margin-bottom:.875rem}.review-card__text[data-v-f430490b]{font-size:.9375rem;color:#f2ede894;line-height:1.7;max-width:600px;margin-bottom:2rem}.review-card__contacts[data-v-f430490b]{display:flex;flex-direction:column;gap:1.25rem}.review-contact[data-v-f430490b]{display:flex;align-items:center;gap:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(255,255,255,.05)}.review-contact[data-v-f430490b]:last-child{padding-bottom:0;border-bottom:none}.review-contact__label[data-v-f430490b]{font-size:.8125rem;font-weight:500;color:#f2ede866;letter-spacing:.02em;min-width:160px;flex-shrink:0}.review-contact__value[data-v-f430490b]{font-size:.9375rem;color:#3a75a8;text-decoration:none;transition:color .2s}.review-contact__value[data-v-f430490b]:hover{color:#4d87b8}.review-contact__value--plain[data-v-f430490b]{color:#f2ede8b8}.review-contact__value--link[data-v-f430490b]{display:inline-flex;align-items:center;gap:.375rem}.review-contact__value--link svg[data-v-f430490b]{width:14px;height:14px}.footer[data-v-f430490b]{border-top:1px solid rgba(255,255,255,.07)}.footer__inner[data-v-f430490b]{display:flex;align-items:center;justify-content:space-between;padding-top:2.5rem;padding-bottom:2.5rem;gap:1.5rem;flex-wrap:wrap}.footer__logo[data-v-f430490b]{font-family:Bebas Neue,sans-serif;font-size:1.75rem;letter-spacing:.04em;color:#f2ede8}.footer__links[data-v-f430490b]{display:flex;gap:1.75rem;flex-wrap:wrap}.footer__link[data-v-f430490b]{font-size:.875rem;color:#f2ede880;text-decoration:none;transition:color .2s}.footer__link[data-v-f430490b]:hover{color:#f2ede8}.footer__bottom[data-v-f430490b]{border-top:1px solid rgba(255,255,255,.05);padding:1.25rem 0}.footer__bottom p[data-v-f430490b]{font-size:.75rem;color:#f2ede847;text-align:center}@media(max-width:768px){.nav[data-v-f430490b]{padding:1.25rem}.container[data-v-f430490b]{padding:0 1.25rem}.topics-grid[data-v-f430490b]{grid-template-columns:1fr}.email-card[data-v-f430490b]{flex-direction:column;align-items:flex-start}.btn-primary[data-v-f430490b]{width:100%;justify-content:center}.footer__inner[data-v-f430490b]{flex-direction:column;align-items:flex-start}.footer__links[data-v-f430490b]{flex-direction:column;gap:1rem}.review-contact[data-v-f430490b]{flex-direction:column;gap:.375rem;align-items:flex-start}.review-contact__label[data-v-f430490b]{min-width:unset}}
