:root {
  --ink: #102238;
  --muted: #506276;
  --navy: #123a67;
  --navy-deep: #0b2948;
  --teal: #087b78;
  --teal-soft: #e7f5f3;
  --line: #d9e4ea;
  --surface: #f4f8fa;
  --white: #fff;
  --shadow: 0 18px 50px rgba(20, 54, 82, .12);
  --radius: 22px;
  --max: 1280px;
  --header-height: 84px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.58; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #efb226; outline-offset: 4px; }
[id] { scroll-margin-top: calc(var(--header-height) + 18px); }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 1000; padding: 10px 16px; border-radius: 10px; background: var(--ink); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.section { padding: clamp(54px, 6.5vw, 82px) 0; }
.section-soft { background: var(--surface); }
.section-dark { color: white; background: linear-gradient(140deg, var(--navy-deep), var(--navy) 60%, #145c65); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--teal); font-size: .86rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 22px; height: 3px; border-radius: 99px; background: currentColor; }
h1, h2, h3 { margin: 0; color: var(--ink); font-family: "Aptos Display", Inter, ui-sans-serif, system-ui, sans-serif; line-height: 1.1; letter-spacing: -.032em; }
h1 { font-size: clamp(2.45rem, 5.8vw, 4.8rem); }
h2 { font-size: clamp(1.8rem, 3.7vw, 2.9rem); }
h3 { font-size: 1.22rem; letter-spacing: -.018em; }
p { margin: 0; }
.lead { color: var(--muted); font-size: clamp(1.02rem, 1.8vw, 1.2rem); max-width: 680px; }
.section-head { display: grid; gap: 13px; max-width: 760px; margin-bottom: 30px; }

.site-header { position: sticky; inset-block-start: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(217,228,234,.9); backdrop-filter: blur(14px); }
.nav-wrap { min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 1.08rem; font-weight: 850; letter-spacing: -.02em; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 42px; aspect-ratio: 1; border-radius: 13px; color: white; background: linear-gradient(145deg, var(--navy), var(--teal)); box-shadow: 0 8px 22px rgba(18,58,103,.2); font-size: 1.55rem; line-height: 1; }
.nav-links { display: flex; align-items: center; gap: 20px; font-size: 1.08rem; font-weight: 720; }
.nav-links > a { color: #34485d; text-decoration: none; }
.nav-links > a:hover { color: var(--teal); }
.nav-links > a, .nav-cta { white-space: nowrap; }
.nav-cta, .btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 12px; padding: 13px 19px; font: inherit; font-size: 1.08rem; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.nav-cta, .btn-primary { background: var(--navy); color: white; box-shadow: 0 10px 24px rgba(18,58,103,.2); }
.btn-primary:hover, .nav-cta:hover { background: var(--navy-deep); transform: translateY(-1px); }
.btn-secondary { border-color: #afc2ce; color: var(--ink); background: white; }
.btn-secondary:hover { border-color: var(--teal); background: var(--teal-soft); }
.btn-light { color: var(--navy); background: white; }
.btn-outline-light { color: white; border-color: rgba(255,255,255,.55); background: transparent; }
.store-badge { display: inline-flex; align-items: center; transition: transform .2s ease; }
.store-badge img { display: block; width: auto; height: 48px; max-width: none; }
.store-badge:hover { transform: translateY(-2px); }
.store-badge:focus-visible { outline-offset: 6px; }
.store-card .store-badge { margin-top: auto; align-self: flex-start; }
.nav-toggle { display: none; border: 1px solid var(--line); background: white; border-radius: 10px; width: 44px; height: 44px; color: var(--ink); font-size: 1.28rem; cursor: pointer; }
.lang-strip { display: inline-flex; align-items: center; gap: 4px; padding: 4px; margin: 0; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); list-style: none; }
.lang-strip a { display: block; padding: 5px 9px; border-radius: 999px; font-size: 1rem; font-weight: 850; text-decoration: none; }
.lang-strip a[aria-current="page"] { color: white; background: var(--teal); }
.mobile-app-link { display: none; }

.hero { padding: clamp(44px, 5.8vw, 72px) 0 62px; background: radial-gradient(circle at 12% 20%, #e6f7f3 0, rgba(230,247,243,0) 35%), linear-gradient(180deg, #fff, #f8fbfc); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(450px, 1.15fr); align-items: center; gap: clamp(32px, 5vw, 68px); }
.hero-copy { display: grid; gap: 21px; }
.hero-copy h1 span { color: var(--teal); }
.hero-copy .eyebrow { font-size: 1rem; }
.hero-copy h1 { font-size: clamp(2.65rem, 6.1vw, 5.2rem); }
.hero-copy .lead { font-size: clamp(1.15rem, 2vw, 1.35rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.hero-note { color: var(--muted); font-size: 1.08rem; }
.hero-media { position: relative; min-height: 460px; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); background: #edf5f7; }
.hero-media picture, .hero-media img { width: 100%; height: 100%; min-height: 460px; }
.hero-media img { object-fit: cover; object-position: center; }
.hero-badge { position: absolute; left: 20px; bottom: 20px; max-width: 330px; padding: 14px 16px; border-radius: 14px; background: rgba(255,255,255,.95); box-shadow: 0 12px 30px rgba(16,34,56,.16); font-size: 1.06rem; font-weight: 760; }

.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: -30px; position: relative; z-index: 3; }
.proof-card { padding: 20px; border: 1px solid var(--line); border-radius: 17px; background: white; box-shadow: 0 13px 34px rgba(20,54,82,.08); }
.proof-card strong { display: block; color: var(--navy); font-size: 1.65rem; line-height: 1; margin-bottom: 7px; }
.proof-card span { color: var(--muted); font-size: 1rem; }
.proof-card dt, .proof-card dd { margin: 0; }
.proof-card dd { display: block; color: var(--teal); margin-top: 5px; font-size: .9rem; font-weight: 720; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { display: grid; align-content: start; gap: 11px; padding: 25px; border-top: 3px solid var(--teal); background: white; box-shadow: 0 11px 30px rgba(20,54,82,.07); }
.feature-icon { width: 45px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 13px; color: var(--navy); background: var(--teal-soft); font-weight: 900; }
.feature-card p { color: var(--muted); }
.state-inline { padding-top: 9px; border-top: 1px solid var(--line); font-size: .92rem; }

.promo-pair-section { padding-block: clamp(44px, 5vw, 66px); }
.promo-pair-section + .section-dark { margin-top: 8px; }
.promo-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(20px, 3vw, 34px); }
.promo-story { display: grid; grid-template-columns: minmax(210px, .85fr) minmax(0, 1.15fr); min-width: 0; min-height: 280px; border-radius: var(--radius); overflow: hidden; background: var(--surface); }
.promo-story picture { display: grid; place-items: center; min-width: 0; padding: 18px; overflow: hidden; background: radial-gradient(circle at 50% 42%, #f8fbfc, #e4eef2); }
.promo-story img { width: 100%; height: auto; max-height: 244px; object-fit: contain; border-radius: 14px; box-shadow: 0 10px 24px rgba(20,54,82,.12); }
.promo-copy { display: grid; align-content: center; gap: 12px; padding: 28px; }
.promo-copy h2 { font-size: clamp(1.45rem, 2.7vw, 2.05rem); }
.promo-copy p { color: var(--muted); font-size: 1.05rem; line-height: 1.68; }
.pair-action { display: flex; justify-content: center; margin-top: 22px; }
#photo-pair-b { padding-bottom: 28px; }
#flow { padding-top: 42px; }

.apple-panel { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(30px, 5vw, 64px); }
.apple-panel h2 { color: white; }
.apple-panel .eyebrow { color: #91e4da; }
.apple-copy { display: grid; gap: 17px; }
.apple-copy > p { color: rgba(255,255,255,.78); }
.platform-label { display: inline-flex; width: fit-content; padding: 8px 12px; border-radius: 10px; color: white; background: var(--navy); font-weight: 850; letter-spacing: .02em; }
.platform-label.android { background: var(--teal); }
.platform-label.light { color: var(--navy); background: white; }
.apple-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.apple-mini { padding: 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(255,255,255,.08); }
.apple-mini strong { display: block; margin-bottom: 4px; }
.apple-mini span { color: rgba(255,255,255,.72); font-size: .96rem; }

.gallery-head { max-width: none; grid-template-columns: 1fr auto; align-items: end; }
.gallery-head > div:first-child { display: grid; gap: 12px; }
.gallery-controls { display: flex; align-items: center; gap: 10px; }
.gallery-button { width: 44px; height: 44px; border: 1px solid #aebfca; border-radius: 12px; color: var(--navy); background: white; font-size: 1.25rem; cursor: pointer; }
.gallery-button:disabled { opacity: .42; cursor: not-allowed; }
.gallery-status { min-width: 72px; color: var(--muted); font-size: .98rem; font-weight: 750; text-align: center; }
.gallery { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(178px, 1fr); gap: 16px; overflow-x: auto; padding: 5px 5px 16px; scroll-snap-type: x mandatory; scrollbar-color: var(--teal) #e8eff2; }
.gallery:focus-visible { border-radius: 10px; }
.shot { margin: 0; scroll-snap-align: start; }
.shot img { width: 100%; aspect-ratio: 9 / 19.5; object-fit: cover; object-position: top; border: 7px solid #132438; border-radius: 25px; box-shadow: 0 14px 28px rgba(20,54,82,.14); background: #e9eef2; }
.shot figcaption { color: var(--muted); font-size: .9rem; margin-top: 9px; }
.gallery-hint { color: var(--muted); font-size: .93rem; margin-top: 10px; }
.section.gallery-section { padding-bottom: 34px; }
.gallery-section + .promo-pair-section { padding-top: 34px; }

.steps { counter-reset: step; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 0; margin: 0; list-style: none; }
.steps li { counter-increment: step; padding: 26px; border-top: 4px solid var(--teal); background: white; box-shadow: 0 9px 25px rgba(20,54,82,.07); }
.steps li::before { content: "0" counter(step); display: block; color: var(--teal); font-weight: 900; margin-bottom: 11px; }
.steps h3 { font-size: 1.32rem; }
.steps p { color: var(--muted); margin-top: 9px; font-size: 1.04rem; line-height: 1.62; }

.faq-list { display: grid; gap: 11px; max-width: 880px; }
.faq-list details { border: 1px solid var(--line); border-radius: 15px; background: white; padding: 0 19px; }
.faq-list summary { cursor: pointer; padding: 18px 28px 18px 0; font-weight: 800; }
.faq-list details p { color: var(--muted); padding: 0 0 18px; }
.final-cta { padding-top: 38px; }
.cta-band { padding: clamp(28px, 4vw, 44px); border-radius: 25px; background: linear-gradient(135deg, #e6f4f2, #eef4fb); display: flex; justify-content: space-between; align-items: center; gap: 26px; }
.cta-band div { display: grid; gap: 9px; }
.cta-band p { color: var(--muted); }

.site-footer { padding: 44px 0 32px; border-top: 1px solid var(--line); background: #0d2239; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 34px; }
.footer-grid h2, .footer-grid h3 { color: white; }
.footer-grid p, .footer-grid small { color: rgba(255,255,255,.68); }
.footer-grid > div { display: grid; align-content: start; gap: 10px; }
.footer-notice { font-size: .92rem; }
.footer-links { display: grid; gap: 7px; }
.footer-links a { color: rgba(255,255,255,.82); text-decoration: none; }
.footer-links a:hover { color: white; text-decoration: underline; }
.footer-bottom { margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.58); font-size: .88rem; }

.subhero { padding: 60px 0; background: linear-gradient(135deg, #edf8f5, #f5f9fc); }
.subhero-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 36px; }
.subhero-copy { display: grid; gap: 17px; max-width: 760px; }
.platform-display { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.platform-display span { padding: 15px 18px; border-radius: 15px; color: white; background: var(--navy); font-size: 1.05rem; font-weight: 850; box-shadow: var(--shadow); }
.store-grid { display: grid; grid-template-columns: 1.12fr repeat(3, 1fr); gap: 17px; }
.store-card { display: grid; align-content: start; gap: 13px; min-width: 0; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 10px 30px rgba(20,54,82,.06); }
.store-card h2 { font-size: 1.4rem; }
.store-card p { color: var(--muted); }
.store-card .btn { margin-top: auto; }
.store-apple { border: 2px solid var(--navy); background: linear-gradient(180deg, #fff, #eef6fb); }

/* Readability: enlarge homepage typography while preserving responsive wrapping. */
#main > .proof-grid,
#main > .section { font-size: 1.125rem; }
#main > .section .eyebrow { font-size: 1rem; }
#main > .section .lead { font-size: clamp(1.15rem, 1.9vw, 1.35rem); line-height: 1.65; }
#main > .section h2 { font-size: clamp(2.05rem, 4vw, 3.2rem); }
#main > .section h3 { font-size: 1.42rem; }
.proof-card strong { font-size: 2rem; }
.proof-card span { font-size: 1.15rem; }
.proof-card dd { font-size: 1.05rem; line-height: 1.55; }
.feature-icon { font-size: 1.08rem; }
.state-inline { font-size: 1.08rem; line-height: 1.68; }
#main > .promo-pair-section .promo-copy h2 { font-size: clamp(1.7rem, 3vw, 2.35rem); }
.promo-copy p { font-size: 1.18rem; }
.apple-mini strong { font-size: 1.12rem; }
.apple-mini span { font-size: 1.08rem; }
.gallery-button { font-size: 1.4rem; }
.gallery-status { font-size: 1.1rem; }
.shot figcaption { font-size: 1.05rem; }
.gallery-hint { font-size: 1.08rem; }
.steps h3 { font-size: 1.5rem; }
.steps p { font-size: 1.18rem; }
.faq-list summary { font-size: 1.15rem; }
.faq-list details p { font-size: 1.08rem; line-height: 1.7; }
#main > .final-cta h2 { font-size: clamp(1.9rem, 3.2vw, 2.6rem); }
.site-footer { font-size: 1.08rem; }
.site-footer h2 { font-size: clamp(1.85rem, 3vw, 2.35rem); }
.site-footer h3 { font-size: 1.35rem; }
.footer-notice { font-size: 1.02rem; }
.site-footer small { font-size: 1rem; }
.footer-bottom { font-size: .98rem; line-height: 1.65; }
#main > .proof-grid > *,
#main > .section .section-head,
#main > .section .feature-card,
#main > .section .promo-copy,
#main > .section .apple-copy,
#main > .section .apple-mini,
#main > .section .steps > li,
#main > .section .cta-band > *,
.site-footer .footer-grid > * { min-width: 0; }
#main > .section h2,
#main > .section h3,
#main > .section p,
#main > .proof-grid,
.site-footer { overflow-wrap: break-word; }

@media (max-width: 1200px) {
  .nav-links { gap: 12px; font-size: 1rem; }
  .store-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1120px) {
  .hero-grid, .apple-panel { grid-template-columns: 1fr; }
  .hero-media, .hero-media picture, .hero-media img { min-height: 400px; }
  .nav-links { position: absolute; left: 20px; right: 20px; top: calc(var(--header-height) - 8px); display: none; flex-direction: column; align-items: stretch; gap: 3px; max-height: calc(100vh - var(--header-height) - 12px); overflow-y: auto; padding: 14px; border: 1px solid var(--line); border-radius: 15px; background: white; box-shadow: var(--shadow); }
  .nav-links[data-open="true"] { display: flex; }
  .nav-links > a { padding: 10px; border-radius: 8px; }
  .lang-strip { width: fit-content; margin: 7px 10px; }
  .mobile-app-link { display: inline-flex; justify-content: center; color: white !important; background: var(--navy); font-weight: 850; }
  .nav-toggle { display: inline-grid; place-items: center; }
  .nav-wrap > .nav-cta { display: none; }
  .gallery { grid-auto-columns: minmax(190px, 42%); }
}

@media (max-width: 900px) {
  .promo-pair { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, var(--max)); }
  .section { padding: 50px 0; }
  .hero { padding-top: 36px; }
  .hero-media, .hero-media picture, .hero-media img { min-height: 330px; }
  .hero-media img { object-position: 63% center; }
  .hero-badge { left: 13px; right: 13px; bottom: 13px; max-width: none; }
  .proof-grid, .feature-grid, .promo-pair, .apple-features, .steps, .store-grid, .footer-grid { grid-template-columns: 1fr; }
  .proof-grid { margin-top: 18px; }
  .promo-story { grid-template-columns: 1fr; min-height: 0; border-radius: 18px; }
  .promo-story picture { min-height: 230px; padding: 15px; }
  .promo-story img { max-height: 210px; }
  .promo-copy { padding: 24px; }
  .gallery-head { grid-template-columns: 1fr; align-items: start; }
  .gallery-controls { order: 2; }
  .gallery { grid-auto-columns: 78%; }
  .cta-band, .subhero-grid { align-items: flex-start; flex-direction: column; display: flex; }
  .platform-display { justify-content: flex-start; }
  .btn { width: 100%; }
  .hero-actions { display: grid; justify-items: start; }
}

@media (max-width: 360px) {
  .shell { width: min(100% - 22px, var(--max)); }
  .brand span:last-child { font-size: .9rem; }
  .nav-links { left: 11px; right: 11px; }
  .gallery { grid-auto-columns: 84%; }
}

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