/* Fin — marketing site. Brand: ink/coral/green on warm white. */
:root {
  --ink: #1C1C21;
  --body: #3A3A42;
  --muted: #6E6E78;
  --coral: #FF7A6B;
  --coral-deep: #F0604F;
  --green: #3AA981;
  --green-deep: #1D7A57;
  --mint: #E4F4EC;
  --cream: #FDF9F2;
  --border: #ECECF1;
  --radius: 24px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "Nunito", system-ui, -apple-system, sans-serif;
  color: var(--body);
  background: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, .display { font-family: "Fredoka", "Nunito", sans-serif; color: var(--ink); font-weight: 600; line-height: 1.15; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

/* Nav */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo img { width: 40px; height: 40px; border-radius: 12px; }
.logo span { font-family: "Fredoka", sans-serif; font-weight: 600; font-size: 24px; color: var(--ink); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none;
  font-family: "Nunito", sans-serif; font-weight: 800; border-radius: 999px; transition: transform .15s ease, box-shadow .15s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-store { background: var(--ink); color: #fff; padding: 12px 22px; font-size: 15px; }
.btn-store small { display: block; font-size: 10px; font-weight: 600; opacity: .8; line-height: 1; text-align: left; }
.btn-store .big { font-size: 16px; line-height: 1.15; }
.btn-lg { padding: 16px 30px; font-size: 17px; box-shadow: 0 10px 26px rgba(28,28,33,.22); }

/* Hero */
.hero { background: linear-gradient(180deg, var(--cream) 0%, #fff 100%); padding: 64px 0 56px; text-align: center; }
.hero h1 { font-size: clamp(34px, 6vw, 58px); max-width: 780px; margin: 0 auto; }
.hero h1 em { color: var(--coral-deep); font-style: normal; }
.hero p.sub { font-size: clamp(16px, 2.2vw, 20px); max-width: 560px; margin: 18px auto 26px; }
.hero .btn-store { margin-bottom: 14px; }
.hero .note { font-size: 13px; color: var(--muted); margin-bottom: 34px; }
.screens { display: flex; justify-content: center; align-items: flex-end; gap: 26px; max-width: 900px; margin: 0 auto; padding: 0 16px; }
.screens img { width: 270px; border-radius: 32px; box-shadow: 0 24px 60px rgba(28,28,33,.18); border: 6px solid var(--ink); }

/* Value strip */
.value { text-align: center; padding: 72px 0 8px; }
.value h2 { font-size: clamp(26px, 4vw, 38px); max-width: 720px; margin: 0 auto 14px; }
.value p { max-width: 620px; margin: 0 auto; font-size: 17px; }

/* How it works */
.how { padding-block: 48px 8px; } /* padding-block only: must not override .container's side padding */
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; padding: 40px 0; }
.row:nth-child(even) .row-img { order: 2; }
@media (max-width: 760px) { .row { grid-template-columns: 1fr; gap: 20px; padding: 28px 0; } .row:nth-child(even) .row-img { order: 0; } }
.row-img { background: var(--cream); border-radius: var(--radius); padding: 30px; display: flex; justify-content: center; }
.row-img img { width: min(300px, 70%); background: #fff; border-radius: 28px; box-shadow: 0 10px 30px rgba(28,28,33,.08); }
.kicker { font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--green-deep); margin-bottom: 8px; }
.row h3 { font-size: clamp(24px, 3.4vw, 32px); margin-bottom: 12px; }
.row p { font-size: 16.5px; }

/* Meet Fin */
.meet { background: var(--mint); border-radius: var(--radius); margin: 64px auto; padding: 48px 32px; display: grid; grid-template-columns: 300px 1fr; gap: 40px; align-items: center; }
@media (max-width: 760px) { .meet { grid-template-columns: 1fr; text-align: center; padding: 36px 24px; } .meet img { margin: 0 auto; } }
.meet img { width: 260px; background: #fff; border-radius: 28px; box-shadow: 0 10px 30px rgba(28,28,33,.08); }
.meet h2 { font-size: clamp(26px, 4vw, 36px); margin-bottom: 12px; }
.meet p { font-size: 17px; max-width: 520px; }
@media (max-width: 760px) { .meet p { margin: 0 auto; } }

/* CTA */
.cta { position: relative; margin: 24px 0 0; padding: 96px 24px; text-align: center; background: url("assets/banner.jpg") center / cover; }
.cta::before { content: ""; position: absolute; inset: 0; background: rgba(28,28,33,.35); }
.cta > * { position: relative; }
.cta h2 { color: #fff; font-size: clamp(28px, 4.5vw, 42px); max-width: 640px; margin: 0 auto 24px; text-shadow: 0 2px 14px rgba(0,0,0,.3); }
.cta .btn-store { background: #fff; color: var(--ink); }

/* Footer */
footer { background: var(--cream); padding: 48px 0 32px; margin-top: 0; }
.foot { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; }
@media (max-width: 640px) { .foot { grid-template-columns: 1fr; } }
.foot h4 { font-family: "Fredoka", sans-serif; font-size: 15px; color: var(--ink); margin-bottom: 10px; }
.foot a { display: block; text-decoration: none; color: var(--muted); font-size: 14.5px; padding: 3px 0; }
.foot a:hover { color: var(--ink); }
.foot .brand p { color: var(--muted); font-size: 14px; max-width: 300px; margin-top: 10px; }
.copyright { text-align: center; color: var(--muted); font-size: 13px; margin-top: 36px; border-top: 1px solid var(--border); padding-top: 20px; }

/* Legal pages */
.legal-wrap { max-width: 760px; margin: 0 auto; padding: 56px 24px 80px; }
.legal-wrap h1 { font-size: clamp(30px, 5vw, 42px); margin-bottom: 6px; }
.legal-wrap .updated { color: var(--muted); font-size: 14px; margin-bottom: 36px; }
.legal-wrap h2 { font-size: 22px; margin: 34px 0 10px; }
.legal-wrap h3 { font-size: 17px; margin: 22px 0 8px; }
.legal-wrap p, .legal-wrap li { font-size: 16px; color: var(--body); }
.legal-wrap ul { padding-left: 22px; margin: 10px 0; }
.legal-wrap li { margin: 6px 0; }
.card { background: var(--cream); border: 1px solid var(--border); border-radius: 18px; padding: 20px 22px; margin: 18px 0; }

/* Support */
.faq details { border: 1px solid var(--border); border-radius: 16px; padding: 16px 20px; margin: 12px 0; background: #fff; }
.faq summary { font-weight: 800; color: var(--ink); cursor: pointer; font-size: 16px; }
.faq p { margin-top: 10px; }

/* Official App Store badge (Apple asset, used as-is per guidelines) */
.store-badge { display: inline-block; transition: transform .15s ease; }
.store-badge:hover { transform: translateY(-1px); }
.store-badge img { height: 44px; width: auto; }
.store-badge.lg img { height: 56px; }
.hero .store-badge.lg { display: inline-block; margin-bottom: 14px; }
