/* ===== myney landing — Classic layout, Gradient Pop palette ===== */
@font-face{
  font-family:"Geologica";
  src:url("fonts/Geologica.ttf") format("truetype");
  font-weight:100 900;font-display:swap;font-style:normal;
}
@font-face{
  font-family:"InterLocal";
  src:url("fonts/Inter.ttf") format("truetype");
  font-weight:100 900;font-display:swap;font-style:normal;
}

:root{
  --cream:#FBF9F5; --sand:#EDE8DF; --surface:#ffffff;
  --ink:#101518; --muted:#57636C; --line:rgba(16,21,24,.10);
  --slate:#507583; --slate-dim:#415E6B;
  --teal:#18AA99; --income:#22CEC1; --gold:#EDCB66; --coral:#C5797C; --budget:#965355;
  --grad:linear-gradient(120deg,#F45D9C 0%,#A25AE0 52%,#5B8DEF 100%);
  --grad-soft:linear-gradient(120deg,rgba(244,93,156,.14),rgba(162,90,224,.12),rgba(91,141,239,.14));
  --bezel:#1b1c1f;
  --maxw:1120px;
  --r:18px;
  color-scheme:light;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{
  margin:0;background:var(--cream);color:var(--ink);
  font-family:"InterLocal",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
  line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
.wrap{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 24px}
a{color:inherit}
img{max-width:100%;display:block}

/* ---------- shared type ---------- */
.eyebrow{font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;
  background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}
.grad-text{background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}
h1,h2,h3{font-family:"Geologica","InterLocal",sans-serif;letter-spacing:-.02em;text-wrap:balance;margin:0}

/* ---------- header ---------- */
.site-hd{position:sticky;top:0;z-index:30;
  background:color-mix(in srgb,var(--cream) 82%, transparent);
  backdrop-filter:saturate(1.4) blur(12px);border-bottom:1px solid var(--line)}
.site-hd .wrap{display:flex;align-items:center;gap:16px;height:66px}
.brand{display:flex;align-items:center;gap:11px;text-decoration:none}
.brand img{width:30px;height:30px;border-radius:9px;box-shadow:0 4px 12px -4px rgba(162,90,224,.5)}
.brand .wm{font-family:"Geologica",sans-serif;font-weight:700;font-size:22px;letter-spacing:-.01em}
.nav{margin-left:auto;display:flex;align-items:center;gap:28px}
.nav a{font-size:14.5px;font-weight:500;color:var(--muted);text-decoration:none;transition:color .16s}
.nav a:hover{color:var(--ink)}
.nav a:focus-visible,.badge:focus-visible,.brand:focus-visible{outline:2px solid var(--teal);outline-offset:3px;border-radius:6px}
@media (max-width:680px){.nav{gap:18px}.nav a.hide-sm{display:none}}

/* ---------- App Store badge ----------
   Official Apple artwork. Per Apple's marketing guidelines the badge must not be
   recoloured, distorted or reproportioned — so: no background, no filters, and
   width-only sizing with height:auto to preserve its 119.664:40 ratio.
   `padding` provides the required clear space (>=10% of badge height). */
.badge{display:inline-block;line-height:0;text-decoration:none;padding:6px;
  border-radius:12px;transition:transform .18s}
.badge img{width:180px;height:auto;aspect-ratio:119.66407/40;display:block}
.badge:hover{transform:translateY(-2px)}
@media (max-width:820px){.badge img{width:164px}}

/* ---------- device frame (official Apple iPhone 16 bezel) ----------
   Frame PNG is 1359x2736 with a transparent 1179x2556 screen cutout at (90,90).
   The screenshot sits behind the frame; the frame supplies the Dynamic Island,
   rounded screen corners and the device silhouette. */
.device{position:relative;aspect-ratio:1359/2736;
  filter:drop-shadow(0 34px 46px rgba(64,40,90,.42)) drop-shadow(0 6px 14px rgba(0,0,0,.22))}
/* Corners must be rounded: the cutout's bbox corners fall OUTSIDE the device
   silhouette, so a square-cornered shot pokes past the frame. 150px in the
   1179x2556 screen space is the safe fit (>=165px starts leaving corner gaps). */
.device .dev-shot{position:absolute;left:6.6225%;top:3.2895%;
  width:86.7550%;height:93.4211%;object-fit:cover;background:#fff;
  border-radius:12.72% / 5.87%}
.device .dev-frame{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}

/* ---------- hero ---------- */
/* No overflow:hidden here — it would clip the device's drop-shadow into a hard
   line at the section edge. The ::before glow is inset:0 so it cannot overflow. */
.hero{position:relative}
.hero::before{content:"";position:absolute;inset:0;z-index:0;
  background:radial-gradient(120% 90% at 82% -10%, rgba(91,141,239,.16), transparent 46%),
    radial-gradient(90% 80% at 0% 0%, rgba(244,93,156,.13), transparent 44%)}
.hero .wrap{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:48px;
  align-items:center;padding:72px 24px 84px}
.hero h1{font-size:clamp(34px,5.2vw,60px);line-height:1.02;font-weight:700}
.hero .lede{margin:22px 0 0;color:var(--muted);font-size:clamp(16px,1.7vw,19px);max-width:46ch}
.hero .actions{margin-top:34px;display:flex;flex-wrap:wrap;gap:16px;align-items:center}
.hero .note{margin-top:16px;font-size:13px;color:var(--muted)}
.hero .shot{width:min(290px,72vw);margin:0 auto;justify-self:center}
@media (max-width:820px){
  .hero .wrap{grid-template-columns:1fr;gap:36px;padding:48px 24px 60px;text-align:center}
  .hero .lede{margin-inline:auto}
  .hero .actions{justify-content:center}
}

/* ---------- feature rows ---------- */
.features{padding:24px 0 8px}
.frow{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;
  padding:64px 0;border-top:1px solid var(--line)}
.frow .media{display:flex;justify-content:center}
.frow .shot{width:min(240px,66vw)}
.frow .txt{max-width:44ch}
.frow h2{font-size:clamp(23px,2.7vw,32px);margin:12px 0 12px;line-height:1.1}
.frow p{margin:0;color:var(--muted);font-size:16px}
.frow.flip .media{order:2}
.frow.flip .txt{order:1}
@media (max-width:820px){
  .frow{grid-template-columns:1fr;gap:30px;padding:46px 0;text-align:center}
  .frow .txt{max-width:none}
  .frow.flip .media{order:0}
  .frow .eyebrow{display:inline-block}
}

/* ---------- highlights ---------- */
.highlights{margin:64px 0;padding:44px 0;background:var(--grad-soft);
  border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.highlights .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.hl{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:24px;
  box-shadow:0 16px 34px -28px rgba(64,40,90,.5)}
.hl .ic{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;margin-bottom:14px;
  background:var(--grad);color:#fff}
.hl .ic svg{width:22px;height:22px;stroke:#fff;fill:none;stroke-width:1.9}
.hl h3{font-size:18px;margin:0 0 6px}
.hl p{margin:0;color:var(--muted);font-size:14.5px}
@media (max-width:720px){.highlights .grid{grid-template-columns:1fr}}

/* ---------- final CTA ---------- */
.cta{padding:64px 0 76px;text-align:center}
.cta h2{font-size:clamp(26px,3.4vw,40px);margin-bottom:14px}
.cta p{color:var(--muted);max-width:48ch;margin:0 auto 30px;font-size:17px}
.cta .actions{display:flex;justify-content:center}

/* ---------- footer ---------- */
.site-ft{border-top:1px solid var(--line);background:var(--sand)}
.site-ft .wrap{display:flex;flex-wrap:wrap;align-items:center;gap:14px 26px;padding:30px 24px}
.site-ft .brand .wm{font-size:18px}
.site-ft .links{margin-left:auto;display:flex;flex-wrap:wrap;gap:22px;align-items:center;font-size:14px}
.site-ft a{color:var(--muted);text-decoration:none;border-bottom:1px solid transparent;transition:.16s}
.site-ft a:hover{color:var(--ink);border-color:currentColor}
.site-ft .copy{width:100%;color:var(--muted);font-size:12.5px;padding-top:6px}

/* ---------- legal pages ---------- */
.legal{max-width:760px;margin:0 auto;padding:54px 24px 80px}
.legal .eyebrow{display:block;margin-bottom:10px}
.legal h1{font-size:clamp(30px,4.4vw,44px);margin-bottom:8px}
.legal .updated{color:var(--muted);font-size:14px;margin:0 0 34px}
.legal h2{font-size:22px;margin:38px 0 12px}
.legal h3{font-size:17px;margin:24px 0 8px}
.legal p,.legal li{color:#31383d;font-size:16px;line-height:1.7}
.legal ul{padding-left:22px;display:flex;flex-direction:column;gap:6px}
.legal a{color:var(--slate-dim);text-decoration:underline}
.legal .backhome{display:inline-flex;align-items:center;gap:7px;margin-top:6px;font-size:14px;
  color:var(--muted);text-decoration:none}
.legal .backhome:hover{color:var(--ink)}
