/* ============================================================
   TuyJo — sito 2026
   Palette: crema/carta + teal profondo + rosso ciliegia
   ============================================================ */

:root {
  /* Brand */
  --teal:        #2F9DA6;
  --teal-bright: #3BA8B0;
  --teal-deep:   #145A60;
  --teal-ink:    #0C2E32;
  --teal-night:  #08252A;

  --cherry:      #D81F2C;
  --cherry-deep: #9E1B22;
  --cherry-soft: #F0858E;
  --leaf:        #7CA01E;

  /* Paper / neutrals */
  --paper:       #F4EDE0;
  --paper-2:     #EFE6D6;
  --paper-card:  #FBF7EF;
  --cream-line:  #E3D7C2;

  --ink:         #16302F;
  --ink-soft:    #4A5E5C;
  --ink-faint:   #7E8E8B;

  /* Type */
  --display: "Bricolage Grotesque", system-ui, sans-serif;
  --serif:   "Instrument Serif", Georgia, serif;
  --sans:    "Hanken Grotesk", system-ui, -apple-system, sans-serif;

  /* Spacing / radius */
  --r-sm: 12px;
  --r-md: 18px;
  --r-lg: 28px;
  --r-xl: 40px;
  --maxw: 1240px;

  --shadow-sm: 0 2px 8px rgba(12,46,50,.06), 0 1px 2px rgba(12,46,50,.08);
  --shadow-md: 0 18px 40px -18px rgba(12,46,50,.30);
  --shadow-lg: 0 40px 90px -30px rgba(12,46,50,.45);
  --shadow-cherry: 0 22px 50px -20px rgba(158,27,34,.55);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--sans);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
  font-size: 18px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

::selection { background: var(--cherry); color: #fff; }

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 32px; }

/* ---------- Type helpers ---------- */
.eyebrow {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--teal-deep);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 22px; height: 1.5px;
  background: var(--cherry);
}
.eyebrow.on-dark { color: var(--teal-bright); }

h1, h2, h3 { font-family: var(--display); font-weight: 800; line-height: 1.02; letter-spacing: -.02em; }
.serif-em { font-family: var(--serif); font-weight: 400; font-style: italic; letter-spacing: 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-weight: 600; font-size: 16px;
  padding: 15px 26px; border-radius: 999px; cursor: pointer;
  border: none; transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s, background .2s;
  will-change: transform;
}
.btn-cherry { background: var(--cherry); color: #fff; box-shadow: var(--shadow-cherry); }
.btn-cherry:hover { transform: translateY(-3px); box-shadow: 0 28px 56px -18px rgba(158,27,34,.6); }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid rgba(20,90,96,.25); }
.btn-ghost:hover { border-color: var(--teal-deep); transform: translateY(-2px); }
.btn-ghost.on-dark { color: #fff; border-color: rgba(255,255,255,.3); }
.btn-ghost.on-dark:hover { border-color: #fff; background: rgba(255,255,255,.06); }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .3s, box-shadow .3s, padding .3s;
  padding: 22px 0;
}
.nav.scrolled {
  background: rgba(244,237,224,.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(20,90,96,.08);
  padding: 12px 0;
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 34px; height: auto; }
.brand .word { font-family: var(--display); font-weight: 800; font-size: 24px; letter-spacing: -.03em; color: var(--teal-deep); }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a.link { font-weight: 500; font-size: 15px; color: var(--ink-soft); transition: color .2s; }
.nav-links a.link:hover { color: var(--cherry); }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.lang { display: flex; gap: 4px; align-items: center; font-size: 13px; font-weight: 600; color: var(--ink-faint); }
.lang a { padding: 4px 7px; border-radius: 8px; transition: .2s; }
.lang a.active { color: var(--teal-deep); background: rgba(47,157,166,.12); }
.lang a:hover { color: var(--cherry); }
.nav .btn { padding: 11px 22px; font-size: 15px; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; padding: 168px 0 90px; overflow: hidden; }
.hero-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center;
}
.hero-copy { position: relative; z-index: 3; }
.hero h1 {
  font-size: clamp(48px, 6.6vw, 92px);
  margin: 22px 0 0;
  color: var(--teal-ink);
}
.hero h1 .serif-em { color: var(--cherry); }

/* prominent "no sign-up / no data" banner — first thing in the hero */
.no-badge {
  display: flex; width: fit-content; align-items: center; gap: 11px;
  background: var(--cherry); color: #fff;
  padding: 9px 20px 9px 10px; border-radius: 999px;
  font-weight: 600; font-size: 15px; letter-spacing: .005em; line-height: 1.25; white-space: nowrap;
  box-shadow: var(--shadow-cherry); margin-bottom: 22px; max-width: 100%;
}
.no-badge .chk { width: 24px; height: 24px; border-radius: 50%; background: rgba(255,255,255,.22); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.no-badge .chk svg { width: 14px; height: 14px; color: #fff; }
.no-badge .dot-sep { opacity: .55; margin: 0 3px; }

.hero-sub {
  font-size: clamp(18px, 2vw, 22px);
  color: var(--ink-soft);
  max-width: 32ch;
  margin: 26px 0 0;
}
.hero-sub strong { color: var(--teal-deep); font-weight: 700; }
.hero-cta { display: flex; align-items: center; gap: 16px; margin-top: 36px; flex-wrap: wrap; }
.store-badges { display: flex; gap: 14px; align-items: center; margin-top: 30px; flex-wrap: wrap; }
.store-badges img { height: 52px; width: auto; border-radius: 9px; }
.store-badges a { transition: transform .25s; }
.store-badges a:hover { transform: translateY(-3px); }

.hero-trust { display: flex; gap: 26px; margin-top: 38px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 500; color: var(--ink-soft); }
.trust-item svg { width: 18px; height: 18px; color: var(--teal); flex-shrink: 0; }

/* floating cherries decoration */
.cherry-float {
  position: absolute; pointer-events: none; z-index: 1;
  filter: drop-shadow(0 20px 30px rgba(158,27,34,.25));
}
.cherry-float.c1 { width: 120px; top: 120px; right: 46%; opacity: .9; transform: rotate(-12deg); }
.cherry-float.c2 { width: 70px; bottom: 60px; left: 2%; opacity: .85; transform: rotate(10deg); }

/* ---------- Phone mockup ---------- */
.phone-stage { position: relative; display: flex; justify-content: center; z-index: 2; }
.phone-glow {
  position: absolute; width: 115%; height: 115%; top: -7%; left: -7%;
  background: radial-gradient(closest-side, rgba(47,157,166,.32), transparent 72%);
  z-index: 0;
}
.phone {
  position: relative; z-index: 2;
  width: 326px; aspect-ratio: 326 / 678;
  background: #0c0f12;
  border-radius: 52px;
  padding: 13px;
  box-shadow: var(--shadow-lg), 0 0 0 2px rgba(255,255,255,.06) inset;
}
.phone::after { /* side button */
  content:""; position:absolute; right:-3px; top:150px; width:3px; height:62px;
  background:#0c0f12; border-radius:0 3px 3px 0;
}
.phone-screen {
  position: relative; width: 100%; height: 100%;
  border-radius: 40px; overflow: hidden;
  background: var(--paper);
  display: flex; flex-direction: column;
}
.notch {
  position: absolute; top: 11px; left: 50%; transform: translateX(-50%);
  width: 108px; height: 30px; background: #0c0f12; border-radius: 999px; z-index: 20;
}

/* ---- Real app chat (faithful to Flutter UI) ---- */
/* White scaffold, floating controls, teal "me" bubbles, grey "them" bubbles */

/* Floating top controls (over white chat) */
.app-topbar {
  position: absolute; top: 0; left: 0; right: 0; z-index: 15;
  height: 92px; display: flex; align-items: flex-start; justify-content: space-between;
  padding: 44px 14px 0;
  background: linear-gradient(180deg, #fff 55%, rgba(255,255,255,0));
  pointer-events: none;
}
.float-btn {
  width: 38px; height: 38px; border-radius: 50%; background: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
}
.float-btn svg { width: 19px; height: 19px; color: var(--teal-bright); }
.app-topbar .right { display: flex; align-items: center; gap: 9px; }
.float-selfie {
  width: 38px; height: 38px; border-radius: 50%; overflow: hidden; background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.12); display: flex; align-items: center; justify-content: center;
  border: 2px solid #fff;
}
.float-selfie img { width: 100%; height: 100%; object-fit: cover; }

/* chat body — white background, like the real app */
.chat-body {
  flex: 1; padding: 86px 12px 12px; display: flex; flex-direction: column; gap: 8px;
  background: #fff; overflow: hidden;
}

/* date separator pill (teal gradient + flag) */
.date-sep { display: flex; align-items: center; gap: 8px; margin: 2px 0 6px; opacity: 0; transform: translateY(8px); }
.date-sep.show { opacity: 1; transform: none; transition: opacity .4s, transform .4s; }
.date-sep .ln { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, #e0e0e0); }
.date-sep .ln.r { background: linear-gradient(90deg, #e0e0e0, transparent); }
.date-sep .pill {
  display: inline-flex; align-items: center; gap: 5px; padding: 5px 12px; border-radius: 16px;
  background: linear-gradient(135deg, var(--teal-bright), var(--teal-deep)); color: #fff;
  font-size: 11px; font-weight: 600; letter-spacing: .04em;
  box-shadow: 0 4px 10px -3px rgba(59,168,176,.5);
}
.date-sep .pill svg { width: 11px; height: 11px; }

.bubble {
  max-width: 78%; padding: 9px 14px 7px; font-size: 13px; line-height: 1.38;
  position: relative; opacity: 0; transform: translateY(8px);
  box-shadow: 0 2px 8px rgba(0,0,0,.07);
}
.bubble.show { opacity: 1; transform: none; transition: opacity .4s, transform .4s; }
/* them: grey gradient, sharp bottom-left */
.bubble.them {
  align-self: flex-start; color: #1a1a1a;
  background: linear-gradient(135deg, #eeeeee, #f5f5f5);
  border-radius: 20px 20px 20px 4px;
}
/* me: teal gradient, sharp bottom-right */
.bubble.me {
  align-self: flex-end; color: #fff;
  background: linear-gradient(135deg, var(--teal-bright), var(--teal-deep));
  border-radius: 20px 20px 4px 20px;
  box-shadow: 0 3px 10px -2px rgba(59,168,176,.45);
}
.bubble .meta { display: flex; align-items: center; gap: 4px; justify-content: flex-end; margin-top: 4px; }
.bubble .meta .t { font-size: 10px; }
.bubble.them .meta .t { color: rgba(0,0,0,.5); }
.bubble.me .meta .t { color: rgba(255,255,255,.85); }
.bubble .meta svg { width: 13px; height: 13px; color: #7ec3ff; }

/* location share bubble (full-width media inside a teal bubble) */
.loc-card {
  align-self: flex-end; max-width: 72%; overflow: hidden; opacity: 0; transform: translateY(8px);
  border-radius: 20px 20px 4px 20px;
  background: linear-gradient(135deg, var(--teal-bright), var(--teal-deep));
  box-shadow: 0 3px 10px -2px rgba(59,168,176,.45);
}
.loc-card.show { opacity:1; transform:none; transition: opacity .4s, transform .4s; }
.loc-map {
  height: 92px; position: relative; overflow: hidden;
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,.10) 0 1px, transparent 1px 22px),
    repeating-linear-gradient(90deg, rgba(255,255,255,.10) 0 1px, transparent 1px 22px),
    linear-gradient(135deg, #46b3bb, #16636a);
}
.loc-map .ping { position:absolute; top:50%; left:50%; width:13px; height:13px; transform:translate(-50%,-50%); background:#fff; border-radius:50%; box-shadow:0 0 0 0 rgba(255,255,255,.6); animation: ping 1.8s infinite; }
.loc-meta { padding: 8px 12px 9px; display:flex; align-items:center; gap:7px; color:#fff; }
.loc-meta svg { width:16px; height:16px; flex-shrink:0; }
.loc-meta b { display:block; font-size: 11.5px; font-weight: 700; white-space: nowrap; }
.loc-meta span { font-size: 10px; color: rgba(255,255,255,.8); }

.typing { align-self: flex-start; background: linear-gradient(135deg,#eeeeee,#f5f5f5); padding: 12px 15px; border-radius: 20px 20px 20px 4px; display:flex; gap:4px; opacity:0; box-shadow: 0 2px 8px rgba(0,0,0,.07); }
.typing.show { opacity:1; transition: opacity .3s; }
.typing i { width:6px; height:6px; border-radius:50%; background: #aaa; animation: typing 1.3s infinite; }
.typing i:nth-child(2){ animation-delay:.2s } .typing i:nth-child(3){ animation-delay:.4s }

/* composer — faithful: + icon, grey rounded field w/ calendar, teal send circle */
.chat-input {
  flex-shrink: 0; padding: 8px 10px 16px; display: flex; align-items: center; gap: 6px;
  background: #fff;
}
.chat-input .plus { width: 30px; flex-shrink: 0; color: #777; }
.chat-input .plus svg { width: 26px; height: 26px; }
.chat-input .field {
  flex:1; background: #f1f1f1; border-radius: 22px; padding: 10px 14px;
  font-size: 12px; color: #9a9a9a; display: flex; align-items: center; justify-content: space-between; gap: 8px;
}
.chat-input .field svg { width: 18px; height: 18px; color: #777; flex-shrink: 0; }
.chat-input .send {
  width: 38px; height: 38px; border-radius: 50%; flex-shrink:0;
  background: linear-gradient(135deg, var(--teal-bright), var(--teal-deep));
  display:flex; align-items:center; justify-content:center;
  box-shadow: 0 3px 8px -2px rgba(59,168,176,.5);
}
.chat-input .send svg { width: 17px; height: 17px; color:#fff; }

@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(116,224,168,.6)} 70%{box-shadow:0 0 0 6px rgba(116,224,168,0)} 100%{box-shadow:0 0 0 0 rgba(116,224,168,0)} }
@keyframes ping { 0%{box-shadow:0 0 0 0 rgba(255,255,255,.55)} 70%{box-shadow:0 0 0 16px rgba(255,255,255,0)} 100%{box-shadow:0 0 0 0 rgba(255,255,255,0)} }
@keyframes typing { 0%,60%,100%{transform:translateY(0);opacity:.4} 30%{transform:translateY(-4px);opacity:1} }

/* ============================================================
   MARQUEE / trust strip
   ============================================================ */
.strip { border-top: 1px solid var(--cream-line); border-bottom: 1px solid var(--cream-line); padding: 26px 0; background: var(--paper-2); overflow: hidden; }
.marquee { display: flex; gap: 56px; white-space: nowrap; animation: scroll-x 28s linear infinite; width: max-content; }
.marquee span { font-family: var(--display); font-weight: 700; font-size: 22px; color: var(--teal-deep); opacity: .55; display: inline-flex; align-items: center; gap: 56px; }
.marquee span::after { content: "🍒"; font-size: 16px; }
@keyframes scroll-x { to { transform: translateX(-50%); } }

/* ============================================================
   SECTION shells
   ============================================================ */
.section { padding: 110px 0; position: relative; }
.section-head { max-width: 720px; margin-bottom: 56px; }
.section-head h2 { font-size: clamp(34px, 4.4vw, 58px); margin: 18px 0 0; color: var(--teal-ink); }
.section-head h2 .serif-em { color: var(--cherry); }
.section-head p { font-size: 19px; color: var(--ink-soft); margin-top: 18px; max-width: 56ch; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head.center p { margin-left:auto; margin-right:auto; }

/* ---------- Features bento ---------- */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.card {
  background: var(--paper-card); border: 1px solid var(--cream-line); border-radius: var(--r-lg);
  padding: 30px; position: relative; overflow: hidden;
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s, border-color .35s;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: rgba(47,157,166,.35); }
.card .ic {
  width: 52px; height: 52px; border-radius: 15px; display: flex; align-items: center; justify-content: center;
  background: rgba(47,157,166,.12); color: var(--teal-deep); margin-bottom: 20px;
}
.card .ic svg { width: 26px; height: 26px; }
.card.accent .ic { background: rgba(216,31,44,.12); color: var(--cherry); }
.card h3 { font-size: 23px; color: var(--teal-ink); }
.card p { font-size: 15.5px; color: var(--ink-soft); margin-top: 9px; }
.card .tag { position:absolute; top:22px; right:22px; font-size:11px; font-weight:700; letter-spacing:.05em; text-transform:uppercase; color:var(--cherry); background:rgba(216,31,44,.1); padding:4px 9px; border-radius:999px; }

.col-3 { grid-column: span 3; }
.col-2 { grid-column: span 2; }
.col-6 { grid-column: span 6; }

/* ---------- Pairing banner (scan the QR) ---------- */
.pair-banner {
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; align-items: center;
  background: linear-gradient(150deg, var(--teal-deep), var(--teal-ink));
  border-radius: var(--r-xl); padding: 50px 54px; margin-bottom: 28px; color: #fff;
  position: relative; overflow: hidden;
}
.pair-banner h3 { font-family: var(--display); font-weight: 800; font-size: clamp(26px, 3vw, 40px); color: #fff; line-height: 1.04; }
.pair-banner h3 .serif-em { color: var(--cherry-soft); }
.pair-banner p { color: rgba(255,255,255,.8); font-size: 17px; margin-top: 16px; max-width: 44ch; }
.pair-steps { display: flex; gap: 14px; margin-top: 26px; flex-wrap: wrap; }
.pair-steps .ps { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 600; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); padding: 9px 15px 9px 9px; border-radius: 999px; }
.pair-steps .ps .n { width: 24px; height: 24px; border-radius: 50%; background: var(--cherry); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; flex-shrink: 0; }

.qr-wrap { position: relative; width: 232px; max-width: 100%; margin: 0 auto; }
.qr-wrap .qr { width: 100%; display: block; border-radius: 22px; box-shadow: var(--shadow-md); }
.qr-wrap .qr-cherry { position: absolute; top: 50%; left: 50%; width: 60px; transform: translate(-50%,-50%); filter: drop-shadow(0 5px 9px rgba(0,0,0,.22)); }
.qr-wrap .scan { position: absolute; left: 7%; right: 7%; top: 9%; height: 3px; border-radius: 3px; background: linear-gradient(90deg, transparent, var(--cherry), transparent); box-shadow: 0 0 16px 2px rgba(216,31,44,.6); animation: scanmove 2.8s ease-in-out infinite; }
.qr-wrap .corner { position: absolute; width: 26px; height: 26px; border: 3px solid rgba(255,255,255,.55); }
.qr-wrap .corner.tl { top: -10px; left: -10px; border-right: 0; border-bottom: 0; border-radius: 8px 0 0 0; }
.qr-wrap .corner.tr { top: -10px; right: -10px; border-left: 0; border-bottom: 0; border-radius: 0 8px 0 0; }
.qr-wrap .corner.bl { bottom: -10px; left: -10px; border-right: 0; border-top: 0; border-radius: 0 0 0 8px; }
.qr-wrap .corner.br { bottom: -10px; right: -10px; border-left: 0; border-top: 0; border-radius: 0 0 8px 0; }
@keyframes scanmove { 0%,100% { top: 9%; } 50% { top: 87%; } }

/* big feature card */
.card.feature-big { grid-column: span 3; grid-row: span 2; display:flex; flex-direction:column; justify-content:space-between; min-height: 380px; background: linear-gradient(160deg, var(--teal-deep), var(--teal-ink)); border:none; color:#fff; }
.card.feature-big h3 { color:#fff; font-size: 30px; }
.card.feature-big p { color: rgba(255,255,255,.78); font-size: 16.5px; }
.card.feature-big .ic { background: rgba(255,255,255,.14); color:#fff; }
.card.feature-big .lockwall { display:flex; gap:6px; flex-wrap:wrap; margin-top:24px; }
.card.feature-big .lockwall i { font-style: normal; font-family: var(--sans); font-size:11px; font-weight:600; padding:6px 11px; border-radius:999px; background: rgba(255,255,255,.1); color: rgba(255,255,255,.85); }

/* ============================================================
   HOW IT WORKS — encryption
   ============================================================ */
.how { background: var(--teal-ink); color: #fff; }
.how .section-head h2 { color:#fff; }
.how .section-head h2 .serif-em { color: var(--cherry-soft); }
.how .section-head p { color: rgba(255,255,255,.72); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.step { position: relative; padding-top: 30px; }
.step .num { font-family: var(--display); font-weight: 800; font-size: 15px; color: var(--cherry-soft); letter-spacing:.1em; }
.step h3 { font-size: 24px; margin: 14px 0 10px; color:#fff; }
.step p { color: rgba(255,255,255,.7); font-size: 16px; }
.step::before { content:""; position:absolute; top:0; left:0; width: 46px; height:3px; background: var(--cherry); border-radius:3px; }

.lockrow { display:flex; align-items:center; gap:18px; margin-top: 64px; padding: 30px; border-radius: var(--r-lg); background: rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); flex-wrap:wrap; }
.lockrow .keyvis { width: 64px; height:64px; border-radius:18px; background: linear-gradient(135deg, var(--teal-bright), var(--teal-deep)); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.lockrow .keyvis svg { width:30px; height:30px; color:#fff; }
.lockrow .kt { flex:1; min-width: 240px; }
.lockrow .kt b { font-family:var(--display); font-size:19px; display:block; }
.lockrow .kt span { color: rgba(255,255,255,.7); font-size:15px; }

/* ============================================================
   COUPLES emotional split
   ============================================================ */
.couples-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items:center; }
.couples-copy h2 { font-size: clamp(34px,4.4vw,58px); color: var(--teal-ink); }
.couples-copy h2 .serif-em { color: var(--cherry); }
.couples-copy p { font-size: 19px; color: var(--ink-soft); margin-top: 20px; }
.quote-card { background: var(--paper-card); border:1px solid var(--cream-line); border-radius: var(--r-xl); padding: 48px; position:relative; box-shadow: var(--shadow-md); }
.quote-card .mark { font-family: var(--serif); font-size: 110px; line-height: .5; color: var(--cherry); opacity:.25; }
.quote-card blockquote { font-family: var(--serif); font-style: italic; font-size: 28px; line-height: 1.35; color: var(--teal-ink); margin: 18px 0 26px; }
.quote-card .by { display:flex; align-items:center; gap:12px; }
.quote-card .by .ava { width:44px; height:44px; border-radius:50%; background: linear-gradient(135deg, var(--cherry), var(--cherry-deep)); }
.quote-card .by b { font-family: var(--display); font-size:16px; }
.quote-card .by span { display:block; font-size:13px; color: var(--ink-faint); }

/* ============================================================
   FAQ
   ============================================================ */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq { border-bottom: 1px solid var(--cream-line); }
.faq summary { list-style: none; cursor: pointer; padding: 26px 0; display:flex; justify-content:space-between; align-items:center; gap: 20px; font-family: var(--display); font-weight: 700; font-size: 21px; color: var(--teal-ink); }
.faq summary::-webkit-details-marker { display:none; }
.faq summary .pl { width: 26px; height:26px; flex-shrink:0; position:relative; transition: transform .3s; }
.faq summary .pl::before, .faq summary .pl::after { content:""; position:absolute; background: var(--cherry); border-radius:2px; }
.faq summary .pl::before { top: 12px; left:0; width:26px; height:2.5px; }
.faq summary .pl::after { left: 12px; top:0; width:2.5px; height:26px; transition: transform .3s; }
.faq[open] summary .pl::after { transform: rotate(90deg); }
.faq p { color: var(--ink-soft); font-size: 16.5px; padding: 0 0 26px; max-width: 64ch; }

/* ============================================================
   FINAL CTA
   ============================================================ */
.cta { padding: 0 0 110px; }
.cta-card {
  position: relative; overflow: hidden; border-radius: var(--r-xl);
  background: linear-gradient(150deg, var(--teal-deep) 0%, var(--teal-ink) 60%, var(--teal-night) 100%);
  padding: 86px 56px; text-align: center; color:#fff;
  box-shadow: var(--shadow-lg);
}
.cta-card h2 { font-size: clamp(36px, 5vw, 70px); color:#fff; }
.cta-card h2 .serif-em { color: var(--cherry-soft); }
.cta-card p { color: rgba(255,255,255,.78); font-size: 20px; margin: 22px auto 0; max-width: 46ch; }
.cta-card .store-badges { justify-content: center; }
.cta-card .cherry-bg { position:absolute; width: 280px; opacity:.16; filter: grayscale(.1); }
.cta-card .cherry-bg.l { left:-60px; bottom:-60px; transform: rotate(18deg); }
.cta-card .cherry-bg.r { right:-50px; top:-50px; transform: rotate(-22deg); }

/* ============================================================
   FOOTER
   ============================================================ */
footer.foot { background: var(--teal-night); color: rgba(255,255,255,.7); padding: 70px 0 40px; }
.foot-top { display:flex; justify-content:space-between; gap: 40px; flex-wrap:wrap; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.1); }
.foot-brand { max-width: 320px; }
.foot-brand .brand .word { color:#fff; }
.foot-brand p { margin-top: 16px; font-size: 15px; line-height:1.6; }
.foot-cols { display:flex; gap: 70px; flex-wrap:wrap; }
.foot-col h4 { font-family: var(--display); font-size: 14px; letter-spacing:.06em; text-transform:uppercase; color:#fff; margin-bottom: 16px; }
.foot-col a { display:block; font-size:15px; margin: 9px 0; transition: color .2s; }
.foot-col a:hover { color: var(--cherry-soft); }
.foot-bottom { display:flex; justify-content:space-between; align-items:center; gap:20px; padding-top: 28px; font-size: 13px; flex-wrap:wrap; }

/* ============================================================
   LEGAL / PRIVACY page
   ============================================================ */
.legal { padding: 150px 0 90px; }
.legal-head { max-width: 820px; margin: 0 auto 40px; }
.legal-head h1 { font-size: clamp(40px, 5.5vw, 72px); color: var(--teal-ink); margin: 18px 0 0; }
.legal-head h1 .serif-em { color: var(--cherry); }
.legal-head p { font-size: 19px; color: var(--ink-soft); margin-top: 16px; }
.legal-date {
  display: inline-flex; align-items: center; gap: 16px; flex-wrap: wrap;
  background: var(--paper-card); border: 1px solid var(--cream-line);
  padding: 12px 20px; border-radius: 999px; margin-top: 26px; font-size: 14px; color: var(--ink-soft);
}
.legal-date b { color: var(--teal-deep); }
.legal-date > span { white-space: nowrap; }
.legal-date .sep { width: 1px; height: 16px; background: var(--cream-line); }

.legal-body { max-width: 820px; margin: 0 auto; }
.legal-body h2 {
  font-family: var(--display); font-weight: 800; font-size: 26px; color: var(--teal-ink);
  margin: 52px 0 16px; padding-top: 30px; border-top: 1px solid var(--cream-line); letter-spacing: -.01em;
}
.legal-body h2:first-child { border-top: 0; padding-top: 0; margin-top: 0; }
.legal-body h3 { font-family: var(--display); font-weight: 700; font-size: 19px; color: var(--teal-deep); margin: 30px 0 12px; }
.legal-body p { color: var(--ink-soft); font-size: 16.5px; margin-bottom: 14px; }
.legal-body ul { list-style: none; margin: 16px 0 20px; display: flex; flex-direction: column; gap: 11px; }
.legal-body li { position: relative; padding-left: 26px; color: var(--ink-soft); font-size: 16.5px; }
.legal-body li::before { content: ""; position: absolute; left: 2px; top: 9px; width: 8px; height: 8px; border-radius: 50%; background: var(--teal); }
.legal-body li.no::before { background: var(--cherry); border-radius: 3px; }
.legal-body strong { color: var(--ink); font-weight: 700; }

.legal-callout {
  background: linear-gradient(150deg, var(--teal-deep), var(--teal-ink)); color: #fff;
  border-radius: var(--r-lg); padding: 30px 32px; margin: 30px 0;
}
.legal-callout h3 { color: #fff; margin: 0 0 10px; font-size: 20px; }
.legal-callout p { color: rgba(255,255,255,.85); margin: 0; font-size: 16.5px; }
.legal-callout strong { color: #fff; }

.legal-note {
  background: var(--paper-card); border: 1px solid var(--cream-line);
  border-radius: var(--r-md); padding: 20px 22px; margin: 22px 0; font-size: 15.5px; color: var(--ink-soft);
  display: flex; gap: 14px; align-items: flex-start;
}
.legal-note .ni { width: 30px; height: 30px; border-radius: 9px; background: rgba(47,157,166,.12); color: var(--teal-deep); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.legal-note .ni svg { width: 17px; height: 17px; }
.legal-note strong { color: var(--teal-deep); }

.legal-back { display: inline-flex; align-items: center; gap: 8px; margin-top: 40px; font-weight: 600; color: var(--teal-deep); }
.legal-back svg { width: 17px; height: 17px; }
.legal-back:hover { color: var(--cherry); }

@media (max-width: 860px) {
  .legal { padding-top: 120px; }
  .legal-body h2 { font-size: 23px; }
}

/* ============================================================
   Reveal animation
   ============================================================ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.2,.8,.2,1), transform .8s cubic-bezier(.2,.8,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; } .reveal.d4 { transition-delay: .32s; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto !important; }
  .reveal { opacity:1; transform:none; }
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; gap: 56px; }
  .phone-stage { order: -1; }
  .hero { padding-top: 140px; }
  .couples-grid { grid-template-columns: 1fr; gap: 40px; }
  .card.feature-big { grid-row: span 1; min-height: auto; }
}
@media (max-width: 860px) {
  body { font-size: 17px; }
  .wrap { padding: 0 22px; }
  .nav-links { display: none; }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .col-3, .col-2, .card.feature-big { grid-column: span 2; }
  .steps { grid-template-columns: 1fr; gap: 36px; }
  .pair-banner { grid-template-columns: 1fr; gap: 32px; padding: 40px 28px; text-align: center; }
  .pair-banner p { margin-left: auto; margin-right: auto; }
  .pair-steps { justify-content: center; }
  .section { padding: 80px 0; }
  .cta-card { padding: 60px 26px; }
  .foot-top { flex-direction: column; }
}
@media (max-width: 520px) {
  .no-badge { font-size: 13px; white-space: normal; padding: 8px 16px 8px 9px; }
  .bento { grid-template-columns: 1fr; }
  .col-3, .col-2, .card.feature-big { grid-column: span 1; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn { justify-content: center; }
  .store-badges img { height: 46px; }
}
