:root {
  color: #201b2c;
  background: #fbfaff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --purple: #6847f5;
  --purple-dark: #4d2fd0;
  --purple-soft: #ece7ff;
  --gold: #ffb547;
  --pink: #ff5c8a;
  --green: #2d7457;
  --ink: #201b2c;
  --muted: #675f76;
  --line: #e7e1f2;
  --page: #fbfaff;
  --white: #fff;
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
html { scroll-padding-top: 96px; }
body { margin: 0; min-width: 320px; min-height: 100vh; overflow-x: hidden; }
body, button, select { font: inherit; }
img, svg { display: block; }
a { color: inherit; }

.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-160%); border-radius: 12px; background: var(--ink); color: white; padding: 12px 16px; text-decoration: none; font-weight: 750; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 50; top: 0; right: 0; left: 0; border-bottom: 1px solid transparent; transition: background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.site-header.is-scrolled { border-color: rgb(231 225 242 / 80%); background: rgb(251 250 255 / 88%); box-shadow: 0 12px 36px rgb(55 39 96 / 5%); backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; color: var(--ink); font-size: 1.22rem; font-weight: 860; letter-spacing: -.045em; text-decoration: none; }
.brand img { width: 42px; height: 42px; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { position: relative; color: #514a60; font-size: .93rem; font-weight: 690; text-decoration: none; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; border-radius: 999px; background: var(--purple); transform: scaleX(0); transition: transform .18s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.language-picker { justify-self: end; position: relative; }
.language-picker::after { content: "⌄"; position: absolute; top: 50%; right: 13px; color: var(--purple-dark); pointer-events: none; transform: translateY(-58%); }
.language-picker select { appearance: none; min-width: 76px; border: 1px solid #ded5fa; border-radius: 999px; background: rgb(255 255 255 / 75%); color: var(--purple-dark); padding: 9px 32px 9px 14px; font-size: .86rem; font-weight: 830; cursor: pointer; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 13px; background: var(--purple-soft); padding: 11px; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; margin: 4px 0; border-radius: 2px; background: var(--purple-dark); transition: transform .2s ease, opacity .2s ease; }

.hero-section { position: relative; isolation: isolate; overflow: hidden; padding: 152px 0 86px; background: linear-gradient(155deg, #fbfaff 0%, #f4f0ff 48%, #fff8ee 100%); }
.hero-section::after { content: ""; position: absolute; z-index: -2; inset: 0; opacity: .17; background-image: radial-gradient(#6847f5 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to right, transparent, black 45%, black); }
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow-one { width: 410px; height: 410px; top: 80px; right: 3%; background: rgb(104 71 245 / 16%); }
.hero-glow-two { width: 260px; height: 260px; right: 30%; bottom: -140px; background: rgb(255 181 71 / 28%); }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr); align-items: center; gap: clamp(44px, 7vw, 100px); }
.hero-copy { position: relative; z-index: 2; }
.launch-pill { display: inline-flex; align-items: center; gap: 9px; border: 1px solid rgb(104 71 245 / 16%); border-radius: 999px; background: rgb(255 255 255 / 65%); color: var(--purple-dark); padding: 8px 13px; font-size: .78rem; font-weight: 780; box-shadow: 0 8px 30px rgb(77 47 208 / 7%); }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 5px rgb(255 92 138 / 12%); }
.eyebrow { margin: 26px 0 10px; color: var(--purple); font-size: .76rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.hero-copy h1 { max-width: 760px; margin: 0; font-size: clamp(3.2rem, 6.2vw, 6.4rem); line-height: .94; letter-spacing: -.073em; }
.hero-lead { max-width: 650px; margin: 27px 0 0; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.22rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; border-radius: 16px; padding: 0 22px; font-weight: 790; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--purple), #5a35db); color: white; box-shadow: 0 14px 32px rgb(104 71 245 / 24%); }
.button-primary:hover { box-shadow: 0 18px 38px rgb(104 71 245 / 32%); }
.button-secondary { border: 1px solid #ddd4f1; background: rgb(255 255 255 / 68%); color: #493c62; }
.availability-note { max-width: 610px; margin: 18px 0 0; color: #716878; font-size: .83rem; line-height: 1.5; }

.hero-product { position: relative; min-height: 596px; display: grid; place-items: center; }
.phone-frame { position: relative; z-index: 2; width: min(350px, 82vw); border: 10px solid #201b2c; border-radius: 46px; background: #201b2c; padding: 0; box-shadow: 0 42px 90px rgb(46 31 90 / 23%), 0 8px 24px rgb(46 31 90 / 16%); transform: rotate(2.2deg); }
.phone-frame::after { content: ""; position: absolute; inset: -19px; z-index: -1; border: 1px solid rgb(104 71 245 / 18%); border-radius: 57px; }
.phone-bar { position: absolute; z-index: 3; top: 7px; left: 50%; width: 96px; height: 23px; border-radius: 20px; background: #201b2c; transform: translateX(-50%); }
.phone-screen { overflow: hidden; min-height: 568px; border-radius: 36px; background: #f8f6ff; }
.mock-topbar { height: 65px; display: flex; align-items: center; justify-content: space-between; padding: 14px 18px 8px; }
.mini-brand { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: white; box-shadow: 0 4px 14px rgb(52 35 98 / 8%); }
.mini-brand img { width: 27px; height: 27px; }
.mock-avatar { width: 31px; height: 31px; border-radius: 50%; background: linear-gradient(135deg, #ffcf86, #ff6f99); }
.mock-cover { margin: 5px 12px 0; border-radius: 25px; background: linear-gradient(135deg, #6d4cf3, #9b7cff); color: white; padding: 24px 20px 23px; box-shadow: 0 13px 30px rgb(104 71 245 / 20%); }
.mock-kicker { margin: 0 0 5px; color: rgb(255 255 255 / 78%); font-size: .7rem; font-weight: 750; text-transform: uppercase; letter-spacing: .09em; }
.mock-cover h2 { margin: 0; font-size: 1.65rem; letter-spacing: -.045em; }
.mock-cover > p:last-child { margin: 7px 0 0; color: rgb(255 255 255 / 78%); font-size: .78rem; }
.mock-list { display: grid; gap: 9px; padding: 14px 12px 18px; }
.mock-gift { min-width: 0; display: grid; grid-template-columns: 52px minmax(0, 1fr) auto; align-items: center; gap: 11px; border: 1px solid #eee9f6; border-radius: 19px; background: white; padding: 10px; box-shadow: 0 7px 20px rgb(56 39 96 / 6%); }
.mock-gift.selected { border-color: #d9cffb; background: #fbfaff; }
.mock-image { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; }
.mock-image svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.mock-image-bag { background: #f1ebff; color: #6847f5; }
.mock-image-cup { background: #fff0d9; color: #b56b05; }
.mock-image-book { background: #e4f5ec; color: #2d7457; }
.mock-copy { min-width: 0; display: grid; gap: 4px; }
.mock-copy strong { overflow: hidden; font-size: .76rem; text-overflow: ellipsis; white-space: nowrap; }
.mock-copy small { color: var(--purple); font-size: .75rem; font-weight: 790; }
.mock-status { border-radius: 999px; padding: 5px 7px; font-size: .52rem; font-weight: 820; }
.mock-status.available { background: #e7f4ed; color: #246348; }
.mock-status.reserved { background: #fce7ed; color: #a12d50; }
.floating-chip { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; border: 1px solid rgb(255 255 255 / 85%); border-radius: 17px; background: rgb(255 255 255 / 86%); color: #514661; padding: 10px 13px; font-size: .75rem; font-weight: 780; box-shadow: 0 16px 40px rgb(49 34 87 / 15%); backdrop-filter: blur(16px); }
.chip-date { top: 82px; left: -1%; }
.chip-icon { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 9px; background: #fff1d9; color: #a75d00; font-size: .7rem; }
.chip-private { right: -4%; bottom: 95px; }
.chip-private svg { width: 25px; height: 25px; fill: none; stroke: var(--purple); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.trust-strip { border-block: 1px solid #ece7f3; background: white; }
.trust-grid { min-height: 104px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.trust-item { min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 11px; padding: 0 22px; color: #524b5f; font-size: .9rem; font-weight: 720; text-align: center; }
.trust-item + .trust-item { border-left: 1px solid #ece7f3; }
.trust-item svg { flex: none; width: 25px; height: 25px; fill: none; stroke: var(--purple); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.section { padding: 110px 0; }
.section-heading { max-width: 700px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading .eyebrow, .privacy-copy .eyebrow, .markets-layout .eyebrow, .final-cta .eyebrow { margin-top: 0; }
.section-heading h2, .privacy-copy h2, .markets-layout h2, .final-cta h2 { margin: 0; font-size: clamp(2.35rem, 4.5vw, 4.5rem); line-height: 1; letter-spacing: -.061em; }
.section-heading > p:last-child { max-width: 620px; margin: 20px 0 0; color: var(--muted); font-size: 1.03rem; line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 50px; }
.feature-card { position: relative; overflow: hidden; min-height: 320px; border: 1px solid var(--line); border-radius: 30px; background: white; padding: clamp(26px, 4vw, 42px); box-shadow: 0 14px 42px rgb(62 44 105 / 6%); }
.feature-card h3 { max-width: 500px; margin: 22px 0 12px; font-size: clamp(1.55rem, 2.5vw, 2.25rem); letter-spacing: -.045em; }
.feature-card p { max-width: 520px; margin: 0; color: var(--muted); line-height: 1.65; }
.feature-card-large { min-height: 410px; grid-row: span 2; }
.feature-card-wide { min-height: 300px; display: grid; grid-column: span 2; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 40px; }
.feature-purple { background: linear-gradient(150deg, #f2eeff, #fff); }
.feature-gold { background: linear-gradient(145deg, #fff8e9, #fff); }
.feature-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 19px; background: var(--purple-soft); color: var(--purple); }
.feature-icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feature-reserve .feature-icon { background: #e5f3eb; color: var(--green); }
.feature-link .feature-icon { background: #fff0d9; color: #a85f00; }
.mini-backgrounds { position: absolute; right: -32px; bottom: -44px; width: 250px; height: 210px; transform: rotate(-8deg); }
.background-swatch { position: absolute; width: 126px; height: 150px; border: 7px solid white; border-radius: 24px; box-shadow: 0 15px 38px rgb(59 38 107 / 15%); }
.swatch-one { left: 0; bottom: 0; background: linear-gradient(140deg, #e2d9ff, #b9a6ff); }
.swatch-two { left: 65px; bottom: 13px; background: radial-gradient(circle at 25% 25%, #fff 0 4px, transparent 5px), #ffdbe5; background-size: 30px 30px; }
.swatch-three { right: 0; bottom: 28px; background: linear-gradient(140deg, #ffe4ad, #ffbd55); }
.swatch-four { right: 36px; top: -16px; width: 74px; height: 88px; background: linear-gradient(140deg, #caefdb, #66bd90); }
.coming-label { display: inline-flex; border-radius: 999px; background: #fff0cd; color: #8d5700; padding: 7px 10px; font-size: .72rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.idea-stack { display: grid; gap: 10px; transform: rotate(2deg); }
.idea-stack span { display: flex; align-items: center; gap: 12px; border: 1px solid #ece5d8; border-radius: 18px; background: rgb(255 255 255 / 82%); padding: 13px 16px; box-shadow: 0 10px 25px rgb(115 76 12 / 7%); }
.idea-stack b { font-size: .88rem; }
.idea-shape { width: 40px; height: 40px; border-radius: 13px; }
.idea-shape-one { background: linear-gradient(135deg, #8e70ff, #d9d0ff); }
.idea-shape-two { background: linear-gradient(135deg, #ff8aad, #ffd6e2); }
.idea-shape-three { background: linear-gradient(135deg, #ffbd55, #ffe5b8); }

.section-soft { background: #f4f1ff; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 60px 0 0; padding: 0; list-style: none; }
.steps li { min-height: 285px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid #e5def6; border-radius: 28px; background: rgb(255 255 255 / 65%); padding: 30px; }
.step-number { color: var(--purple); font-size: .82rem; font-weight: 870; letter-spacing: .1em; }
.steps h3 { margin: 50px 0 10px; font-size: 1.4rem; letter-spacing: -.035em; }
.steps p { margin: 0; color: var(--muted); line-height: 1.65; }

.privacy-section { background: var(--ink); color: white; }
.privacy-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(50px, 9vw, 120px); }
.privacy-copy .eyebrow { color: #bbaaff; }
.privacy-copy p:not(.eyebrow) { margin: 22px 0 0; color: #c8c1d2; font-size: 1.04rem; line-height: 1.7; }
.check-list { display: grid; gap: 13px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 26px 1fr; gap: 10px; color: #e9e4ef; line-height: 1.5; }
.check-list li > span:first-child { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 8px; background: rgb(104 71 245 / 32%); color: #cfc4ff; font-size: .75rem; font-weight: 900; }
.privacy-visual { position: relative; min-height: 430px; display: grid; place-items: center; }
.privacy-orbit { position: absolute; border: 1px solid rgb(255 255 255 / 12%); border-radius: 50%; }
.orbit-one { width: 360px; height: 360px; }
.orbit-two { width: 270px; height: 270px; border-color: rgb(104 71 245 / 36%); }
.privacy-lock { position: relative; z-index: 2; width: 150px; height: 150px; display: grid; place-items: center; border: 1px solid rgb(255 255 255 / 15%); border-radius: 46px; background: linear-gradient(145deg, rgb(104 71 245 / 55%), rgb(104 71 245 / 20%)); box-shadow: 0 30px 70px rgb(0 0 0 / 28%); transform: rotate(-4deg); }
.privacy-lock svg { width: 76px; height: 76px; fill: none; stroke: white; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.privacy-badge { position: absolute; z-index: 3; border: 1px solid rgb(255 255 255 / 13%); border-radius: 15px; background: rgb(255 255 255 / 9%); color: #f4eff9; padding: 11px 14px; font-size: .76rem; font-weight: 760; backdrop-filter: blur(12px); }
.badge-one { top: 78px; right: 2%; }
.badge-two { bottom: 86px; left: 0; }

.markets-section { background: linear-gradient(135deg, #fff8e9, #fff); }
.markets-layout { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 70px; }
.markets-layout > div:first-child > p:last-child { max-width: 660px; margin: 22px 0 0; color: var(--muted); line-height: 1.7; }
.language-cloud { min-height: 280px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; transform: rotate(2deg); }
.language-cloud span { display: grid; place-items: center; border: 1px solid #eae1ce; border-radius: 28px; background: rgb(255 255 255 / 72%); color: var(--purple-dark); font-size: clamp(1.4rem, 3vw, 2.2rem); font-weight: 880; box-shadow: 0 12px 30px rgb(110 71 13 / 7%); }
.language-cloud span:nth-child(2), .language-cloud span:nth-child(3) { color: #a85f00; }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 8vw, 110px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; cursor: pointer; list-style: none; padding: 24px 48px 24px 0; font-size: 1.06rem; font-weight: 780; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 18px; right: 5px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--purple-soft); color: var(--purple-dark); font-size: 1.25rem; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { margin: -5px 48px 24px 0; color: var(--muted); line-height: 1.7; }

.final-cta { padding: 0 0 90px; }
.final-cta-card { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 36px; overflow: hidden; border-radius: 36px; background: linear-gradient(135deg, #6847f5, #5030ca); color: white; padding: clamp(34px, 6vw, 68px); box-shadow: 0 28px 70px rgb(104 71 245 / 22%); }
.final-cta .eyebrow { color: white; }
.final-cta h2 { max-width: 770px; }
.final-cta-card p:not(.eyebrow) { max-width: 670px; margin: 20px 0 0; color: white; line-height: 1.7; }
.button-light { flex: none; background: white; color: var(--purple-dark); }
.site-footer { border-top: 1px solid var(--line); background: white; }
.footer-inner { min-height: 116px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; color: #766e82; font-size: .82rem; }
.footer-inner > p:last-child { justify-self: end; }
.footer-brand { font-size: 1rem; }
.footer-brand img { width: 36px; height: 36px; }
.not-found { min-height: 100vh; display: grid; place-content: center; justify-items: center; gap: 16px; padding: 28px; background: linear-gradient(145deg, #f6f2ff, #fff8eb); text-align: center; }
.not-found h1 { margin: 0; font-size: clamp(2.6rem, 8vw, 5rem); letter-spacing: -.06em; }
.not-found p:not(.eyebrow) { max-width: 480px; margin: 0 0 12px; color: var(--muted); line-height: 1.6; }

:focus-visible,
.button:focus-visible,
.nav-toggle:focus-visible,
.language-picker select:focus-visible {
  outline: 3px solid white;
  outline-offset: 2px;
  box-shadow: 0 0 0 6px var(--purple-dark);
}

@media (max-width: 980px) {
  .header-inner { grid-template-columns: 1fr auto auto; }
  .nav-toggle { display: block; order: 2; }
  .language-picker { order: 3; }
  .site-nav { position: absolute; top: 70px; right: 20px; left: 20px; display: none; align-items: stretch; flex-direction: column; gap: 0; border: 1px solid var(--line); border-radius: 22px; background: rgb(255 255 255 / 96%); padding: 10px; box-shadow: 0 24px 60px rgb(47 31 89 / 18%); backdrop-filter: blur(16px); }
  .site-nav.is-open { display: flex; }
  .site-nav a { border-radius: 12px; padding: 13px 14px; }
  .site-nav a:hover { background: var(--purple-soft); }
  .site-nav a::after { display: none; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy h1, .hero-lead, .availability-note { margin-inline: auto; }
  .launch-pill { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-product { min-height: 610px; }
  .chip-date { left: 12%; }
  .chip-private { right: 10%; }
  .privacy-layout { grid-template-columns: 1fr; }
  .privacy-visual { order: 2; min-height: 360px; }
  .markets-layout { grid-template-columns: 1fr; }
  .language-cloud { min-height: 220px; }
  .faq-layout { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 68px; gap: 10px; }
  .brand { font-size: 1.05rem; }
  .brand img { width: 37px; height: 37px; }
  .language-picker select { min-width: 66px; padding: 8px 29px 8px 11px; }
  .nav-toggle { width: 40px; height: 40px; }
  .hero-section { padding: 122px 0 64px; }
  .hero-copy h1 { font-size: clamp(2.75rem, 13vw, 4.4rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-product { min-height: 535px; }
  .phone-frame { width: min(310px, 86vw); }
  .phone-screen { min-height: 510px; }
  .chip-date { top: 45px; left: -2px; }
  .chip-private { right: -3px; bottom: 50px; }
  .trust-grid { grid-template-columns: 1fr; padding: 13px 0; }
  .trust-item { justify-content: flex-start; min-height: 52px; text-align: left; }
  .trust-item + .trust-item { border-top: 1px solid #ece7f3; border-left: 0; }
  .section { padding: 78px 0; }
  .section-heading h2, .privacy-copy h2, .markets-layout h2, .final-cta h2 { font-size: clamp(2.2rem, 10vw, 3.4rem); }
  .feature-grid { grid-template-columns: 1fr; margin-top: 36px; }
  .feature-card, .feature-card-large, .feature-card-wide { min-height: 0; grid-row: auto; grid-column: auto; }
  .feature-card-large { padding-bottom: 215px; }
  .feature-card-wide { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; margin-top: 38px; }
  .steps li { min-height: 220px; }
  .privacy-visual { min-height: 330px; transform: scale(.88); }
  .language-cloud { min-height: 190px; }
  .faq-layout { gap: 30px; }
  .final-cta { padding-bottom: 64px; }
  .final-cta-card { grid-template-columns: 1fr; align-items: start; border-radius: 28px; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; padding: 28px 0; text-align: center; }
  .footer-inner > p { margin: 0; }
  .footer-inner > p:last-child { justify-self: center; }
}

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