:root {
  --ink: #173d3a;
  --ink-deep: #102e2c;
  --paper: #fffdf8;
  --cream: #f7f4ee;
  --muted: #71807b;
  --coral: #ff806e;
  --sun: #f7d976;
  --mint: #b8ddca;
  --line: rgba(23, 61, 58, .16);
  --shell: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.shell { width: min(var(--shell), calc(100% - 64px)); margin: 0 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;
}
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 20; color: var(--paper);
  transition: background .25s, color .25s, box-shadow .25s;
}
.site-header.is-scrolled {
  color: var(--ink); background: rgba(247, 244, 238, .92);
  box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(16px);
}
.header-inner {
  min-height: 80px; display: flex; align-items: center; justify-content: space-between;
  gap: 28px;
}
.brand { display: inline-flex; align-items: center; gap: 9px; color: inherit; }
.brand-mark { display: inline-grid; width: 30px; height: 30px; place-items: center; }
.brand-mark svg { width: 28px; height: 28px; }
.brand-word { font-family: "Plus Jakarta Sans", Arial, sans-serif; font-size: 20px; font-weight: 800; }
.header-actions { display: flex; align-items: center; gap: 19px; }
.language-picker {
  display: flex; align-items: center; gap: 7px; padding: 7px 0;
  border-bottom: 1px solid currentColor;
}
.globe-icon { font-size: 18px; line-height: 1; }
.language-picker select {
  width: 83px; color: inherit; border: 0; outline: 0; background: transparent;
  font-size: 12px; font-weight: 700; cursor: pointer;
}
.language-picker option { color: var(--ink); background: var(--paper); }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 46px; padding: 0 18px; border: 0; border-radius: 8px;
  font-size: 13px; font-weight: 800; transition: transform .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--paper); background: var(--ink); }
.button-dark:hover { background: var(--ink-deep); }
.download-main-button {
  min-width: 255px; min-height: 56px; color: var(--ink); background: var(--coral);
  font-size: 15px;
}
.download-main-button:hover { background: #ff927f; }

.download-hero {
  position: relative; overflow: hidden; min-height: 670px; padding: 130px 0 80px;
  color: var(--paper); background: var(--ink);
}
.download-hero::before {
  content: ""; position: absolute; right: -180px; top: 30px; width: 620px; height: 620px;
  border: 1px solid rgba(255, 255, 255, .14); border-radius: 50%;
}
.download-hero::after {
  content: ""; position: absolute; right: 8%; bottom: -340px; width: 620px; height: 620px;
  border-radius: 50%; background: var(--coral);
}
.download-grid {
  position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
  gap: 70px; align-items: center;
}
.download-copy, .download-art { min-width: 0; }
.download-copy { padding-top: 14px; }
.eyebrow {
  margin: 0 0 18px; color: var(--coral); font-size: 11px; font-weight: 800;
  letter-spacing: 1.7px; text-transform: uppercase;
}
.eyebrow-light { color: var(--sun); }
h1, h2, strong { font-family: "Plus Jakarta Sans", Arial, sans-serif; }
h1 {
  max-width: 660px; margin: 0 0 24px; font-size: clamp(42px, 5.3vw, 74px);
  line-height: 1.04; letter-spacing: 0; font-weight: 800;
}
.hero-accent { color: var(--coral); }
.download-lede {
  max-width: 520px; margin: 0 0 29px; color: rgba(255, 253, 248, .73);
  font-size: 16px;
}
.store-buttons { display: flex; flex-wrap: wrap; gap: 11px; }
.store-button {
  display: inline-flex; align-items: center; gap: 11px; min-width: 166px; min-height: 57px;
  padding: 0 15px; border: 1px solid rgba(255,255,255,.42); border-radius: 9px;
  transition: transform .2s, background .2s;
}
.store-button:hover { transform: translateY(-3px); }
.store-button-dark { color: var(--paper); background: rgba(0, 0, 0, .35); }
.store-button-light { color: var(--ink); border-color: var(--paper); background: var(--paper); }
.store-icon { display: grid; width: 27px; height: 27px; place-items: center; font-size: 20px; line-height: 1; }
.store-icon-play { font-size: 19px; }
.store-button small, .store-button strong { display: block; line-height: 1.1; }
.store-button small { margin-bottom: 4px; font-size: 8px; letter-spacing: .4px; text-transform: uppercase; }
.store-button strong { font-size: 16px; }
.download-note {
  display: flex; align-items: center; gap: 8px; margin: 18px 0 0;
  color: rgba(255, 253, 248, .64); font-size: 11px;
}
.note-check {
  display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%;
  color: var(--ink); background: var(--mint); font-size: 11px; font-weight: 800;
}

.download-art { position: relative; min-height: 470px; }
.phone-frame {
  position: absolute; z-index: 2; left: 50%; top: 50%; width: 264px; height: 465px;
  overflow: hidden; border: 8px solid var(--paper); border-radius: 34px;
  background: var(--paper); box-shadow: 0 26px 54px rgba(0,0,0,.3);
  transform: translate(-50%, -50%) rotate(5deg);
}
.phone-frame > img { width: 100%; height: 280px; object-fit: cover; }
.phone-notch {
  position: absolute; z-index: 2; left: 50%; top: 0; width: 92px; height: 19px;
  border-radius: 0 0 15px 15px; background: var(--ink-deep); transform: translateX(-50%);
}
.phone-content { padding: 20px 18px; color: var(--ink); }
.phone-status { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; color: #4f8962; font-size: 10px; font-weight: 800; }
.online-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #54b878; }
.phone-content strong { display: block; margin-bottom: 4px; font-size: 27px; }
.phone-content > span:last-of-type { color: var(--muted); font-size: 11px; }
.phone-action {
  width: 100%; min-height: 40px; margin-top: 21px; border: 0; border-radius: 7px;
  color: var(--ink); background: var(--coral); font-size: 12px; font-weight: 800;
}
.art-ring { position: absolute; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.art-ring-one { inset: 13px 45px 11px; transform: rotate(12deg); }
.art-ring-two { inset: 60px 95px 59px; border-color: rgba(247,217,118,.65); transform: rotate(-25deg); }
.app-sticker {
  position: absolute; z-index: 3; display: grid; gap: 2px; padding: 12px 14px;
  color: var(--ink); background: var(--paper); box-shadow: 0 15px 30px rgba(0,0,0,.19);
}
.app-sticker small { color: var(--muted); font-size: 9px; }
.app-sticker-top { right: -12px; top: 48px; border-radius: 8px; transform: rotate(-5deg); }
.app-sticker-top span { color: var(--coral); font-size: 24px; line-height: 1; }
.app-sticker-bottom { left: 5px; bottom: 40px; border-radius: 8px; transform: rotate(4deg); }
.app-sticker-bottom strong { font-size: 22px; line-height: 1; }
.app-sticker-bottom span { color: var(--coral); font-size: 12px; letter-spacing: 2px; }
.download-shape { position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; transform: rotate(-20deg); }
.download-shape-one { left: 4%; top: 32%; width: 150px; height: 48px; }
.download-shape-two { left: 5%; top: 33%; width: 106px; height: 31px; border-color: var(--coral); }

.quick-features { padding: 21px 0; background: var(--paper); }
.quick-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.quick-feature { display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--muted); font-size: 12px; font-weight: 700; }
.quick-icon { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; color: var(--ink); font-size: 16px; }
.quick-icon-coral { background: var(--coral); }
.quick-icon-yellow { background: var(--sun); }
.quick-icon-green { background: var(--mint); }
.site-footer { color: rgba(255,253,248,.7); background: var(--ink-deep); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 84px; font-size: 10px; }
.brand-light { color: var(--paper); }
.toast {
  position: fixed; z-index: 30; left: 50%; bottom: 25px; padding: 12px 16px;
  color: var(--paper); border-radius: 8px; background: var(--ink); box-shadow: 0 12px 30px rgba(0,0,0,.2);
  opacity: 0; transform: translate(-50%, 15px); pointer-events: none; transition: opacity .2s, transform .2s;
  font-size: 12px; font-weight: 700;
}
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
:focus-visible { outline: 3px solid var(--sun); outline-offset: 3px; }

@media (max-width: 900px) {
  .download-grid { display: block; }
  .download-copy { max-width: 650px; }
  .phone-frame { width: 230px; height: 410px; }
  .phone-frame > img { height: 245px; }
  .download-art { width: min(100%, 440px); min-height: 430px; margin: 30px auto 0; }
}
@media (max-width: 720px) {
  .shell { width: min(var(--shell), calc(100% - 36px)); }
  .header-inner { min-height: 70px; }
  .header-download { display: none; }
  .download-hero { min-height: auto; padding: 112px 0 55px; }
  .download-grid { display: block; }
  h1 { font-size: clamp(42px, 11vw, 66px); }
  .download-lede { font-size: 14px; }
  .download-art { width: min(100%, 440px); min-height: 430px; margin: 34px auto 0; }
  .quick-features-grid { grid-template-columns: 1fr; gap: 12px; }
  .quick-feature { justify-content: start; }
  .footer-inner { min-height: 100px; }
}
@media (max-width: 470px) {
  .shell { width: min(var(--shell), calc(100% - 28px)); }
  .language-picker { border-bottom: 0; }
  .language-picker select { width: 24px; font-size: 0; }
  .language-picker select option { font-size: 13px; }
  .store-buttons { display: grid; width: 100%; }
  .store-button { width: 100%; }
  .download-art { min-height: 390px; }
  .phone-frame { width: 218px; height: 385px; }
  .phone-frame > img { height: 225px; }
  .phone-content { padding: 16px; }
  .phone-content strong { font-size: 23px; }
  .app-sticker-top { right: -3px; top: 24px; }
  .app-sticker-bottom { left: -2px; bottom: 20px; }
  .footer-inner { align-items: start; flex-direction: column; justify-content: center; gap: 7px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
