@font-face { font-family: "Ubuntu"; src: url("/assets/fonts/ubuntu-regular.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Ubuntu"; src: url("/assets/fonts/ubuntu-medium.woff2") format("woff2"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Ubuntu"; src: url("/assets/fonts/ubuntu-bold.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }

:root {
  --paper: #ffffff;
  --ink: #001166;
  --primary: #5522dd;
  --dark: #222288;
  --light: #9999ff;
  --wash: rgba(153, 153, 255, 0.12);
  --line: rgba(0, 17, 102, 0.14);
  --muted: rgba(0, 17, 102, 0.72);
  --shell: min(1220px, calc(100vw - 64px));
  --header-height: 86px;
  --radius: 28px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); color: var(--ink); }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: "Ubuntu", system-ui, sans-serif; font-size: 16px; line-height: 1.6; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
[hidden] { display: none !important; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 0.22em; }
button, input { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--light); outline-offset: 4px; }
::selection { background: var(--light); color: var(--ink); }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; transform: translateY(-170%); background: var(--ink); color: var(--paper); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 100; height: var(--header-height); background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.site-header.is-stuck { position: sticky; top: 0; box-shadow: 0 12px 40px rgba(0,17,102,.07); }
.header-inner { display: grid; grid-template-columns: minmax(180px,1fr) auto auto; align-items: center; gap: 34px; height: 100%; }
.brand { display: inline-flex; width: max-content; align-items: center; gap: 11px; color: var(--ink); font-size: 19px; font-weight: 700; letter-spacing: -.035em; text-decoration: none; }
.brand img { width: 46px; height: 46px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { position: relative; font-size: 14px; font-weight: 500; text-decoration: none; }
.site-nav a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; transform: scaleX(0); transform-origin: right; background: var(--primary); content: ""; transition: transform 220ms var(--ease); }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.language-switcher, .footer-languages { display: flex; overflow: hidden; border: 1px solid var(--line); border-radius: 999px; }
.language-switcher a, .footer-languages a { padding: 6px 9px; color: var(--muted); font-size: 12px; font-weight: 700; text-decoration: none; }
.language-switcher a[aria-current="page"], .footer-languages a[aria-current="page"] { background: var(--ink); color: var(--paper); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 6px 0; background: var(--ink); transition: transform 220ms var(--ease); }

.hero { position: relative; display: grid; min-height: calc(100svh - var(--header-height)); grid-template-columns: minmax(0,1.08fr) minmax(380px,.92fr); align-items: center; gap: clamp(36px,7vw,110px); padding-block: 70px 94px; }
.hero::before { position: absolute; z-index: -1; top: 8%; right: 0; width: 58vw; height: 58vw; max-width: 760px; max-height: 760px; background: radial-gradient(circle, rgba(153,153,255,.28), rgba(153,153,255,0) 68%); content: ""; }
.hero-copy { max-width: 700px; }
.company-label { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 48px; color: var(--dark); font-size: 13px; font-weight: 500; text-decoration: none; }
.company-label span, .text-link span { transition: transform 180ms var(--ease); }
.company-label:hover span, .text-link:hover span { transform: translate(3px,-3px); }
.eyebrow { margin: 0 0 20px; color: var(--primary); font-size: 12px; font-weight: 700; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: break-word; }
.hero h1, .section h2, .legal-hero h1, .not-found h1 { margin: 0; letter-spacing: -.055em; line-height: .98; }
.hero h1 { max-width: 760px; font-size: clamp(52px,6.2vw,94px); }
.hero h1::after { display: inline-block; width: .17em; height: .17em; margin-left: .08em; background: var(--primary); border-radius: 50%; content: ""; }
.hero-body { max-width: 620px; margin: 30px 0 0; color: var(--muted); font-size: clamp(18px,1.6vw,22px); line-height: 1.55; }
.store-group { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.store-badge { display: inline-flex; min-width: 178px; min-height: 60px; align-items: center; gap: 12px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.82); color: var(--ink); box-shadow: 0 12px 30px rgba(0,17,102,.07); opacity: .68; cursor: not-allowed; }
.store-badge svg { width: 27px; height: 27px; fill: currentColor; }
.store-badge small, .store-badge strong { display: block; line-height: 1.15; }
.store-badge small { font-size: 10px; font-weight: 500; }
.store-badge strong { margin-top: 4px; font-size: 15px; }
.hero-visual { position: relative; width: min(100%,560px); min-height: 660px; justify-self: end; }
.hero-visual::before { position: absolute; inset: 8% 0 4% 10%; border: 1px solid rgba(85,34,221,.22); border-radius: 50%; content: ""; }
.device-frame { position: relative; overflow: hidden; width: min(100%,310px); aspect-ratio: 390/844; padding: 9px; background: var(--ink); border: 1px solid rgba(255,255,255,.44); border-radius: 42px; box-shadow: 0 36px 80px rgba(0,17,102,.19); }
.device-frame::after { position: absolute; top: 17px; left: 50%; width: 30%; height: 23px; transform: translateX(-50%); background: var(--ink); border-radius: 99px; content: ""; }
.device-frame img { width: 100%; height: 100%; object-fit: cover; border-radius: 34px; }
.device-primary { position: absolute; z-index: 2; top: 0; left: 4%; transform: rotate(-5deg); }
.device-secondary { position: absolute; right: 0; bottom: 0; width: 46%; transform: rotate(7deg); }
.orbit { position: absolute; z-index: 4; border-radius: 50%; }
.orbit-one { top: 12%; right: 3%; width: 18px; height: 18px; background: var(--light); }
.orbit-two { bottom: 12%; left: 2%; width: 12px; height: 12px; background: var(--primary); }

.trust-bar { border-block: 1px solid var(--line); background: var(--wash); }
.trust-bar .shell { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-bar span { position: relative; padding: 24px 28px; text-align: center; font-size: 13px; font-weight: 500; }
.trust-bar span + span { border-left: 1px solid var(--line); }
.section { padding-block: clamp(88px,10vw,150px); }
.section-heading { display: grid; grid-template-columns: minmax(160px,.38fr) minmax(0,1.2fr) minmax(220px,.55fr); align-items: end; gap: 36px; margin-bottom: 82px; }
.section-heading .eyebrow { align-self: start; }
.section-heading h2, .privacy-panel h2, .company-grid h2, .final-panel h2 { font-size: clamp(42px,5vw,72px); }
.section-heading > p:last-child { margin: 0; color: var(--muted); font-size: 18px; }

.journey { background: linear-gradient(180deg,var(--paper),rgba(153,153,255,.07),var(--paper)); }
.journey-track { position: relative; max-width: 1050px; margin-inline: auto; }
.journey-track::before { position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; transform: translateX(-50%); background: linear-gradient(var(--light),var(--primary),var(--dark)); content: ""; }
.journey-step { position: relative; display: grid; min-height: 650px; grid-template-columns: 1fr 1fr; align-items: center; gap: 110px; }
.journey-step.is-reversed .journey-copy { grid-column: 2; grid-row: 1; }
.journey-step.is-reversed .device-frame { grid-column: 1; grid-row: 1; justify-self: end; }
.journey-copy { position: relative; padding: 30px 0; }
.journey-marker { position: absolute; top: 52px; right: -65px; width: 20px; height: 20px; border: 5px solid var(--paper); background: var(--primary); border-radius: 50%; box-shadow: 0 0 0 1px var(--primary); }
.is-reversed .journey-marker { right: auto; left: -65px; }
.step-label { margin: 0 0 18px; color: var(--light); font-size: 14px; font-weight: 700; letter-spacing: .16em; }
.journey-copy h3 { margin: 0; font-size: clamp(36px,4vw,58px); letter-spacing: -.045em; line-height: 1; }
.journey-copy > p:last-child { max-width: 420px; margin: 22px 0 0; color: var(--muted); font-size: 18px; }
.journey-step > .device-frame { width: 250px; justify-self: start; }

.features { position: relative; overflow: hidden; }
.features::before { position: absolute; z-index: -1; top: 5%; right: -13%; width: 600px; height: 600px; border: 90px solid var(--wash); border-radius: 50%; content: ""; }
.features .section-heading { grid-template-columns: minmax(160px,.38fr) minmax(0,1.75fr); }
.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-card { min-height: 310px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.76); transition: background 220ms ease, transform 220ms ease; }
.feature-card:hover { z-index: 1; transform: translateY(-5px); background: var(--wash); }
.feature-card > span { color: var(--light); font-size: 12px; font-weight: 700; letter-spacing: .15em; }
.feature-card h3 { margin: 72px 0 16px; font-size: 22px; line-height: 1.15; }
.feature-card p { margin: 0; color: var(--muted); font-size: 15px; }

.privacy-section { color: var(--paper); }
.privacy-panel { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(350px,.75fr); align-items: center; gap: 90px; padding: clamp(44px,7vw,90px); overflow: hidden; background: var(--dark); border-radius: var(--radius); box-shadow: 0 35px 90px rgba(34,34,136,.22); }
.privacy-panel .eyebrow { color: var(--light); }
.large-copy { margin: 28px 0 0; color: inherit; font-size: clamp(18px,1.7vw,22px); line-height: 1.55; opacity: .82; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 14px 22px; border: 1px solid transparent; border-radius: 14px; cursor: pointer; font-size: 14px; font-weight: 700; text-decoration: none; transition: transform 180ms var(--ease), box-shadow 180ms var(--ease); }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--primary); color: var(--paper); box-shadow: 5px 5px 0 var(--light); }
.button-light { margin-top: 34px; background: var(--paper); color: var(--dark); }
.button-quiet { border-color: var(--line); background: transparent; color: var(--ink); }
.data-flow { display: grid; gap: 0; }
.data-flow article { position: relative; padding: 26px 28px 26px 54px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.06); }
.data-flow h3 { margin: 0 0 8px; font-size: 18px; }
.data-flow p { margin: 0; color: rgba(255,255,255,.72); font-size: 14px; }
.data-dot { position: absolute; top: 32px; left: 26px; width: 12px; height: 12px; background: var(--light); border-radius: 50%; }
.data-line { width: 2px; height: 34px; margin-left: 32px; background: var(--light); }

.company-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(50px,9vw,130px); }
.company-logo { display: grid; min-height: 350px; place-items: center; padding: 50px; background: var(--dark); border-radius: var(--radius); }
.company-logo img { width: min(100%,300px); }
.company-grid .large-copy { color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 28px; color: var(--primary); font-weight: 700; text-decoration: none; }
.final-cta { padding-top: 20px; }
.final-panel { display: flex; min-height: 470px; align-items: center; justify-content: center; flex-direction: column; padding: 70px; background: var(--wash); border-radius: var(--radius); text-align: center; }
.final-panel > img { margin-bottom: 28px; }
.final-panel h2 { max-width: 820px; }
.final-panel p { max-width: 640px; margin: 22px 0 32px; color: var(--muted); font-size: 18px; }

.site-footer { padding-block: 72px 44px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.65fr repeat(4,1fr); gap: 42px; }
.footer-brand p { margin: 22px 0 0; color: var(--muted); font-size: 13px; }
.footer-grid h2 { margin: 8px 0 18px; font-size: 13px; }
.footer-grid > div:not(.footer-brand) > a, .footer-grid button { display: block; width: max-content; max-width: 100%; margin: 10px 0; padding: 0; border: 0; background: none; color: var(--muted); cursor: pointer; font-size: 13px; text-align: left; text-decoration: none; }
.footer-grid a:hover, .footer-grid button:hover { color: var(--primary); }
.footer-languages { width: max-content; }

.consent-banner { position: fixed; z-index: 500; right: 22px; bottom: 22px; left: 22px; display: grid; max-width: 900px; grid-template-columns: 1fr auto; align-items: center; gap: 36px; margin-inline: auto; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); box-shadow: 0 24px 80px rgba(0,17,102,.22); }
.consent-banner h2 { margin: 0 0 7px; font-size: 19px; }
.consent-banner p { margin: 0; color: var(--muted); font-size: 13px; }
.consent-banner a { display: inline-block; margin-top: 8px; color: var(--primary); font-size: 12px; }
.consent-actions { display: flex; gap: 12px; }

.legal-main { padding-bottom: 110px; }
.legal-hero { padding-block: 80px 70px; border-bottom: 1px solid var(--line); }
.back-link { display: inline-block; margin-bottom: 58px; color: var(--muted); font-size: 14px; text-decoration: none; }
.legal-hero h1 { max-width: 900px; font-size: clamp(52px,7vw,96px); }
.legal-hero > p:not(.eyebrow) { max-width: 720px; margin: 30px 0 20px; color: var(--muted); font-size: 20px; }
.legal-hero > span { color: var(--muted); font-size: 13px; }
.legal-layout { display: grid; grid-template-columns: 270px minmax(0,760px); justify-content: space-between; gap: 80px; padding-top: 72px; }
.legal-toc { position: sticky; top: 116px; align-self: start; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--wash); }
.legal-toc a { display: block; padding: 9px 0; color: var(--muted); font-size: 13px; text-decoration: none; }
.legal-toc a:hover { color: var(--primary); }
.legal-content section { padding: 10px 0 44px; scroll-margin-top: 115px; border-bottom: 1px solid var(--line); }
.legal-content section + section { padding-top: 44px; }
.legal-content h2 { margin: 0 0 18px; font-size: clamp(25px,3vw,34px); letter-spacing: -.035em; line-height: 1.15; }
.legal-content p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.legal-content a { color: var(--primary); }
.legal-contact { padding-top: 50px; text-align: right; }
.not-found { display: grid; min-height: 70svh; place-content: center; text-align: center; }
.not-found h1 { font-size: clamp(52px,8vw,108px); }
.not-found p { color: var(--muted); font-size: 19px; }
.not-found .button { justify-self: center; margin-top: 20px; }

.js [data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity 700ms var(--ease), transform 700ms var(--ease); }
.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 42px,940px); --header-height: 78px; }
  .site-header { background: var(--paper); backdrop-filter: none; }
  .header-inner { grid-template-columns: 1fr auto auto; gap: 18px; }
  .menu-toggle { display: block; grid-column: 2; }
  .site-nav { position: fixed; top: var(--header-height); right: 0; bottom: 0; left: 0; display: flex; visibility: hidden; align-items: flex-start; flex-direction: column; gap: 0; padding: 48px 20px; transform: translateY(-12px); background: var(--paper); border-bottom: 1px solid var(--line); opacity: 0; pointer-events: none; transition: opacity 180ms ease, transform 180ms ease, visibility 180ms; }
  .site-nav.is-open { visibility: visible; transform: translateY(0); opacity: 1; pointer-events: auto; }
  .site-nav a { width: 100%; padding: 20px 0; border-bottom: 1px solid var(--line); font-size: 32px; letter-spacing: -.04em; }
  .site-nav a::after { display: none; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .language-switcher { grid-column: 3; }
  .hero { grid-template-columns: 1fr .75fr; gap: 30px; }
  .hero-visual { min-height: 560px; }
  .device-primary { width: 58%; }
  .section-heading { grid-template-columns: .3fr 1fr; }
  .section-heading > p:last-child { grid-column: 2; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .privacy-panel { gap: 55px; }
  .footer-grid { grid-template-columns: 1.6fr repeat(2,1fr); }
}

@media (max-width: 800px) {
  :root { --shell: calc(100vw - 34px); --header-height: 76px; --radius: 22px; }
  .header-inner { grid-template-columns: 1fr auto auto; }
  .brand img { width: 40px; height: 40px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-block: 58px 76px; }
  .company-label { margin-bottom: 35px; }
  .hero-visual { width: min(100%,500px); min-height: 590px; justify-self: center; }
  .device-primary { left: 8%; width: 55%; }
  .device-secondary { right: 7%; width: 43%; }
  .trust-bar .shell { grid-template-columns: 1fr; }
  .trust-bar span + span { border-top: 1px solid var(--line); border-left: 0; }
  .section-heading, .features .section-heading { grid-template-columns: 1fr; gap: 14px; margin-bottom: 55px; }
  .section-heading > p:last-child { grid-column: auto; }
  .journey-track::before { left: 22px; }
  .journey-step, .journey-step.is-reversed { min-height: 0; grid-template-columns: 1fr; gap: 38px; padding: 44px 0 76px 68px; }
  .journey-step.is-reversed .journey-copy, .journey-step.is-reversed .device-frame { grid-column: 1; grid-row: auto; }
  .journey-step > .device-frame, .journey-step.is-reversed .device-frame { width: min(70vw,245px); justify-self: start; }
  .journey-marker, .is-reversed .journey-marker { top: 36px; right: auto; left: -55px; }
  .privacy-panel, .company-grid { grid-template-columns: 1fr; }
  .company-logo { min-height: 260px; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .footer-brand { grid-column: 1/-1; }
  .consent-banner { grid-template-columns: 1fr; gap: 18px; }
  .legal-layout { grid-template-columns: 1fr; gap: 50px; }
  .legal-toc { position: static; }
}

@media (max-width: 520px) {
  .brand span { font-size: 16px; }
  .language-switcher a { padding: 5px 7px; font-size: 10px; }
  .hero h1 { font-size: clamp(44px,14vw,64px); }
  .hero-visual { min-height: 470px; }
  .device-primary { width: 58%; }
  .device-secondary { width: 44%; }
  .store-group { display: grid; }
  .store-badge { width: 100%; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 250px; }
  .privacy-panel { padding: 34px 25px; }
  .final-panel { min-height: 410px; padding: 48px 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .consent-banner { right: 10px; bottom: 10px; left: 10px; padding: 20px; }
  .consent-actions { display: grid; }
  .legal-hero { padding-block: 55px; }
  .legal-hero h1 { font-size: 48px; }
}

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