/* ==========================================================================
   rpt.bilalakkoc.com — mockup (Routine Goals Planner)
   Concept (owner-approved 2026-09-15): light, soft, pastel planner. Different structure from the other app sites:
   centered hero with three fanned phones, weekly calendar grid, bento features, soft plan comparison,
   mint privacy band, two-column FAQ, centered support card, light footer. No dark bands, no glass/orbs.
   Palette: periwinkle / lavender / mint / peach / butter tints derived from the icon's royal blue + indigo.
   Text pairs (all WCAG AA): ink on bg 15:1, ink-2 on bg 6.6:1, *-ink on its own tint >= 5.5:1, white on indigo 7.9:1.
   ========================================================================== */
:root {
  --bg: #f8f8fd;
  --surface: #ffffff;
  --ink: #1b1f4b;
  --ink-2: #545a7e;
  --line: #e4e6f3;
  --indigo: #3140c4;
  --indigo-hover: #2632a3;
  --peri: #e4e9ff;   --peri-50: #f0f3ff;  --peri-ink: #2f3cb0;
  --lav: #eee8ff;    --lav-ink: #5a3bb0;
  --mint: #dcf3e8;   --mint-ink: #17684a;
  --peach: #ffe8dc;  --peach-ink: #99431a;
  --butter: #fff2c9; --butter-ink: #735300;
  --radius: 24px;
  --radius-sm: 16px;
  --shadow-soft: 0 1px 2px rgba(27, 31, 75, .04), 0 12px 32px -18px rgba(27, 31, 75, .18);
  --ease: cubic-bezier(.22, 1, .36, 1);
  --font: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0; background: var(--bg); color: var(--ink); font-family: var(--font);
  font-size: 1.0625rem; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: clip;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
:focus-visible { outline: 3px solid var(--indigo); outline-offset: 3px; border-radius: 8px; }
.wrap { width: 100%; max-width: 1180px; margin-inline: auto; padding-inline: clamp(16px, 4vw, 40px); }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--ink); color: #fff; padding: .5rem .9rem; border-radius: 10px; text-decoration: none; font-weight: 600; }
.skip-link:focus { top: 12px; color: #fff; }
.i-line { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.i-apple { width: 18px; height: 18px; fill: currentColor; flex: 0 0 auto; }
.muted { color: var(--ink-2); }
.label-small { display: block; font-size: .82rem; font-weight: 600; color: var(--ink-2); }

/* ---------- Buttons ---------- */
.btn-store, .btn-soft {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  min-height: 52px; padding: .6rem 1.5rem; border-radius: 999px; font: 700 1rem var(--font);
  text-decoration: none; white-space: nowrap; transition: background-color .2s, color .2s, box-shadow .2s;
}
.btn-store { background: var(--indigo); color: #fff; box-shadow: 0 10px 22px -12px rgba(49, 64, 196, .7); }
.btn-store:hover { background: var(--indigo-hover); color: #fff; }
.btn-store-sm { min-height: 42px; padding: .4rem 1.1rem; font-size: .92rem; box-shadow: none; }
.btn-soft { background: var(--surface); color: var(--ink); box-shadow: inset 0 0 0 1px var(--line); }
.btn-soft:hover { background: var(--peri); color: var(--peri-ink); box-shadow: inset 0 0 0 1px transparent; }

.link-arrow { display: inline-flex; align-items: center; gap: .45rem; min-height: 44px; font-weight: 700; color: var(--peri-ink); text-decoration: none; }
.link-arrow span { text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 4px; text-decoration-color: rgba(47, 60, 176, .35); }
.link-arrow:hover span { text-decoration-color: currentColor; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(248, 248, 253, .92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transition: box-shadow .3s; }
.site-header.is-scrolled { box-shadow: 0 1px 0 var(--line); }
.header-inner { display: flex; align-items: center; gap: 1.5rem; height: 72px; }
.brand { display: inline-flex; align-items: center; gap: .6rem; text-decoration: none; color: var(--ink); min-width: 0; }
.brand img { width: 40px; height: 40px; border-radius: 11px; flex: 0 0 auto; box-shadow: 0 0 0 1px rgba(27, 31, 75, .08); }
.brand-name { font-size: 1.1rem; font-weight: 800; letter-spacing: -.01em; line-height: 1.15; }

.main-nav { display: flex; gap: .25rem; margin-inline: auto; padding: 4px; border-radius: 999px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); }
.main-nav a { padding: .4rem .95rem; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: .95rem; color: var(--ink); transition: background-color .2s, color .2s; }
.main-nav a:hover { background: var(--peri); color: var(--peri-ink); }

.header-actions { display: flex; align-items: center; gap: .6rem; flex: 0 0 auto; }
.lang-switch { display: inline-flex; gap: 2px; padding: 3px; border-radius: 999px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); }
.lang-btn { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 36px; border: 0; border-radius: 999px; background: transparent; color: var(--ink-2); font: 700 .8rem var(--font); text-decoration: none; cursor: pointer; transition: background-color .2s, color .2s; }
.lang-btn:hover { color: var(--ink); background: var(--peri-50); }
.lang-btn[aria-pressed="true"], .lang-btn[aria-current="true"] { background: var(--peri); color: var(--peri-ink); }

@media (max-width: 1080px) { .main-nav { display: none; } .header-actions { margin-left: auto; } }
@media (max-width: 640px) { .btn-store-sm { display: none; } }
@media (max-width: 440px) {
  .header-inner { gap: .5rem; height: 64px; }
  .brand { gap: .5rem; }
  .brand img { width: 34px; height: 34px; border-radius: 9px; }
  .brand-name { font-size: .95rem; }
  .lang-btn { min-width: 34px; height: 34px; }
}

/* ---------- Section heads (centered) ---------- */
section { position: relative; }
.kicker { display: inline-block; margin: 0 0 1rem; padding: .28rem .85rem; border-radius: 999px; background: var(--peri); color: var(--peri-ink); font-size: .85rem; font-weight: 700; line-height: 1.4; }
.section-head { max-width: 720px; margin: 0 auto clamp(32px, 5vw, 52px); text-align: center; }
.section-title { margin: 0; font-size: clamp(1.9rem, 4vw, 2.7rem); font-weight: 800; line-height: 1.12; letter-spacing: -.02em; text-wrap: balance; }
.section-lead { margin: 1rem auto 0; max-width: 56ch; color: var(--ink-2); font-size: 1.08rem; text-wrap: pretty; }

/* ---------- Hero ---------- */
.hero { padding-block: clamp(40px, 7vw, 88px) clamp(48px, 7vw, 88px); overflow-x: clip; }
.hero-copy { max-width: 880px; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: .6rem; margin: 0 0 1.4rem; padding: .35rem 1rem .35rem .45rem; border-radius: 999px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); font-size: .9rem; font-weight: 700; }
.eyebrow-marks { display: inline-flex; gap: 3px; padding: 5px 6px; border-radius: 999px; background: var(--peri); }
.eyebrow-marks i { width: 8px; height: 8px; border-radius: 3px; background: var(--indigo); }
.eyebrow-marks i:nth-child(2) { background: #3aa37a; }
.eyebrow-marks i:nth-child(3) { background: #e38a5c; }
.hero-title { margin: 0 auto; max-width: 17ch; font-size: clamp(2.4rem, 6vw, 4.4rem); font-weight: 800; line-height: 1.04; letter-spacing: -.035em; text-wrap: balance; }
.hero-lead { margin: 1.3rem auto 2rem; max-width: 56ch; font-size: clamp(1.08rem, 1.6vw, 1.22rem); color: var(--ink-2); text-wrap: pretty; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem; }
.hero-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; margin: 1.8rem 0 0; padding: 0; list-style: none; font-size: .9rem; font-weight: 600; color: var(--ink-2); }
.hero-meta li { display: inline-flex; align-items: center; gap: .4rem; padding: .3rem .8rem; border-radius: 999px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); }
.hero-meta .i-line { width: 16px; height: 16px; color: var(--peri-ink); }

/* Fanned phones on a dotted planner "desk" */
.fan {
  position: relative; display: flex; justify-content: center; align-items: flex-end;
  margin-top: clamp(40px, 6vw, 64px); padding: clamp(28px, 4vw, 48px) 0 0; overflow: hidden; border-radius: 0 0 40px 40px;
}
.fan::before {
  content: ""; position: absolute; left: 0; right: 0; top: 34%; bottom: 0; border-radius: 40px;
  background: radial-gradient(circle, #c9d2fb 1.3px, transparent 1.5px) 0 0 / 22px 22px, var(--peri-50);
  box-shadow: inset 0 0 0 1px #e2e7fb;
}
.fan .phone { --w: clamp(190px, 23vw, 292px); }
.fan .phone-center { z-index: 2; margin-bottom: clamp(-60px, -5vw, -32px); }
.fan .phone-side { --w: clamp(162px, 19.5vw, 250px); z-index: 1; margin-bottom: clamp(-100px, -9vw, -54px); }
.fan .phone-left { transform: rotate(-9deg); margin-right: calc(var(--w) * -.22); transform-origin: 100% 100%; }
.fan .phone-right { transform: rotate(9deg); margin-left: calc(var(--w) * -.22); transform-origin: 0 100%; }

/* iPhone 16 Pro Max — Natural Titanium (same construction as www / pdfscanner) */
.phone {
  --w: 260px;
  position: relative; width: var(--w); aspect-ratio: 77.6 / 163; flex: 0 0 auto;
  padding: calc(var(--w) * .014); border-radius: calc(var(--w) * .17);
  background:
    linear-gradient(90deg, rgba(255,255,255,.55), rgba(255,255,255,0) 8%, rgba(255,255,255,0) 92%, rgba(255,255,255,.45)),
    linear-gradient(160deg, #e6e2dc 0%, #b9b4ac 22%, #efebe5 48%, #9d988f 74%, #d6d1ca 100%);
  box-shadow: 0 0 0 .5px rgba(0,0,0,.22), 0 2px 4px rgba(0,0,0,.06), 0 36px 60px -30px rgba(27, 31, 75, .55);
}
.phone::before, .phone::after { content: ""; position: absolute; width: calc(var(--w) * .016); border-radius: 2px; background: linear-gradient(90deg, #8e897f, #d9d4cc); }
.phone::before { left: calc(var(--w) * -.012); top: 17%; height: 4.2%; box-shadow: 0 calc(var(--w) * .16) 0 0 #b3aea5, 0 calc(var(--w) * .32) 0 0 #b3aea5; }
.phone::after { right: calc(var(--w) * -.012); top: 27%; height: 9%; box-shadow: 0 calc(var(--w) * .5) 0 calc(var(--w) * -.03) #b3aea5; }
.phone-screen { position: relative; width: 100%; height: 100%; overflow: hidden; border: calc(var(--w) * .024) solid #050505; border-radius: calc(var(--w) * .156); background: #000; }
.phone-screen::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(115deg, rgba(255,255,255,.14) 0%, rgba(255,255,255,0) 30%); }
.phone-screen img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.phone-island { position: absolute; z-index: 3; top: calc(var(--w) * .03); left: 50%; width: 30%; aspect-ratio: 3.3 / 1; transform: translateX(-50%); border-radius: 999px; background: #000; }
.phone-home { position: absolute; z-index: 3; bottom: calc(var(--w) * .022); left: 50%; width: 34%; height: calc(var(--w) * .016); min-height: 2px; transform: translateX(-50%); border-radius: 999px; background: rgba(255,255,255,.35); }

/* ---------- Tones (shared by week entries, legend, bento) ---------- */
.tone-appt    { --tone: var(--peri);  --tone-ink: var(--peri-ink); }
.tone-routine { --tone: var(--mint);  --tone-ink: var(--mint-ink); }
.tone-tracker { --tone: var(--peach); --tone-ink: var(--peach-ink); }
.tone-note    { --tone: var(--lav);   --tone-ink: var(--lav-ink); }

/* ---------- Week grid ---------- */
.week { padding-block: clamp(72px, 10vw, 120px) clamp(48px, 7vw, 80px); background: var(--surface); }
.week-board { padding: clamp(14px, 2vw, 24px); border-radius: 32px; background: var(--bg); box-shadow: inset 0 0 0 1px var(--line); }
.week-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .75rem 1.5rem; padding: .25rem .4rem 1rem; }
.legend { display: flex; flex-wrap: wrap; gap: .45rem; margin: 0; padding: 0; list-style: none; }
.legend li { display: inline-flex; align-items: center; gap: .45rem; padding: .25rem .75rem .25rem .5rem; border-radius: 999px; background: var(--tone); color: var(--tone-ink); font-size: .88rem; font-weight: 700; }
.legend-dot { width: 10px; height: 10px; border-radius: 4px; background: currentColor; }
.week-note { margin: 0; font-size: .88rem; font-weight: 600; color: var(--ink-2); }

.week-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 8px; margin: 0; padding: 0; list-style: none; }
.day {
  display: flex; flex-direction: column; gap: .7rem; min-height: 250px; padding: .9rem .6rem .75rem;
  border-radius: 20px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line);
}
.day-head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .35rem; min-height: 28px; padding-inline: .2rem; }
.day-name { margin: 0; font-size: 1rem; font-weight: 800; letter-spacing: -.01em; line-height: 1.2; }
.today-pill { display: inline-block; padding: .1rem .55rem; border-radius: 999px; background: var(--indigo); color: #fff; font-size: .75rem; font-weight: 700; line-height: 1.5; }
.day.is-today { background: var(--peri-50); box-shadow: inset 0 0 0 2px #b9c3f7; }
.day-list { display: grid; align-content: start; gap: 6px; margin: 0; padding: 0; list-style: none; }
.entry { display: flex; align-items: flex-start; gap: .4rem; padding: .5rem .55rem; border-radius: 12px; background: var(--tone); color: var(--tone-ink); font-size: .86rem; font-weight: 700; line-height: 1.25; overflow-wrap: anywhere; }
.entry .i-line { width: 16px; height: 16px; margin-top: .05rem; }
.entry-body { display: grid; gap: .1rem; min-width: 0; }
.entry-time { font-size: .76rem; font-weight: 800; font-variant-numeric: tabular-nums; opacity: .9; }

@media (max-width: 1020px) {
  .week-grid { grid-template-columns: minmax(0, 1fr); gap: 6px; }
  .day { display: grid; grid-template-columns: 7.5rem minmax(0, 1fr); align-items: center; gap: .6rem 1rem; min-height: 0; padding: .7rem .8rem; }
  .day-head { justify-content: flex-start; }
  .day-list { display: flex; flex-wrap: wrap; }
  .entry { align-items: center; }
  .entry-body { display: flex; flex-wrap: wrap; gap: .1rem .4rem; align-items: baseline; }
}
@media (max-width: 520px) {
  .day { grid-template-columns: minmax(0, 1fr); gap: .5rem; padding: .75rem; }
  .day-head { justify-content: space-between; }
}

.tabbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .9rem 1.4rem; margin-top: clamp(28px, 4vw, 40px); text-align: center; }
.tabbar-text { margin: 0; max-width: 40ch; color: var(--ink-2); font-weight: 600; }
.tabbar-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px; margin: 0; padding: 5px; list-style: none; border-radius: 22px; background: var(--bg); box-shadow: inset 0 0 0 1px var(--line); }
.tabbar-list li { display: inline-flex; flex-direction: column; align-items: center; gap: .15rem; min-width: 68px; padding: .45rem .6rem; border-radius: 16px; font-size: .8rem; font-weight: 700; color: var(--ink-2); }
.tabbar-list li:first-child { background: var(--surface); color: var(--peri-ink); box-shadow: var(--shadow-soft); }
.tabbar-list .i-line { width: 22px; height: 22px; }
@media (max-width: 520px) {
  .tabbar-list { flex-wrap: nowrap; width: 100%; }
  .tabbar-list li { flex: 1 1 0; min-width: 0; padding: .45rem .15rem; font-size: .74rem; }
}

/* ---------- Features: bento ---------- */
.features { padding-block: clamp(72px, 10vw, 120px); }
.bento { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.tile { position: relative; display: flex; flex-direction: column; padding: clamp(22px, 2.6vw, 32px); border-radius: var(--radius); background: var(--tone, var(--surface)); color: var(--ink); overflow: hidden; }
.tile-appt    { --tone: var(--peri);  --tone-ink: var(--peri-ink);  grid-column: span 2; grid-row: span 2; padding-bottom: 0; }
.tile-routine { --tone: var(--mint);  --tone-ink: var(--mint-ink);  grid-column: span 2; }
.tile-notes   { --tone: var(--lav);   --tone-ink: var(--lav-ink); }
.tile-custom  { --tone: var(--butter); --tone-ink: var(--butter-ink); }
.tile-health  { --tone: var(--peach); --tone-ink: var(--peach-ink); grid-column: 1 / -1; }
.tile-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 1.1rem; border-radius: 15px; background: rgba(255, 255, 255, .75); color: var(--tone-ink); }
.tile-icon .i-line { width: 24px; height: 24px; }
.tile-title { margin: 0 0 .4rem; font-size: clamp(1.2rem, 1.8vw, 1.4rem); font-weight: 800; line-height: 1.2; letter-spacing: -.01em; }
.tile-appt .tile-title { font-size: clamp(1.45rem, 2.4vw, 1.9rem); }
.tile-text { margin: 0; color: #3b4068; font-size: 1rem; }

.ticks { display: grid; gap: .55rem; margin: 1.2rem 0 0; padding: 0; list-style: none; font-size: .96rem; font-weight: 600; }
.ticks li { position: relative; padding-left: 1.65rem; }
.ticks li::before { content: ""; position: absolute; left: 0; top: .2em; width: 18px; height: 18px; border-radius: 6px; background: var(--tone-ink, var(--indigo)); }
.ticks li::after { content: ""; position: absolute; left: 6.5px; top: calc(.2em + 4px); width: 5px; height: 8px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.ticks-row { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: .55rem 1.2rem; }

.tile-shot { display: flex; justify-content: center; align-items: flex-start; flex: 1 0 auto; height: clamp(250px, 26vw, 330px); margin-top: 1.8rem; overflow: hidden; }
.tile-shot .phone { --w: clamp(220px, 20vw, 250px); }

.swatches { display: flex; gap: 6px; margin: 0 0 1.1rem; padding: 0; list-style: none; }
.swatches li { width: 30px; height: 30px; border-radius: 10px; box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .8); }
.sw-1 { background: #3461ee; } .sw-2 { background: #0a84ff; } .sw-3 { background: #3aa37a; } .sw-4 { background: #e38a5c; }

.tile-health { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 1.2rem 2rem; }
.tile-health-head { display: flex; align-items: flex-start; gap: 1rem; flex: 1 1 300px; }
.tile-health-head .tile-icon { margin-bottom: 0; }
.trackers { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; flex: 2 1 560px; margin: 0; padding: 0; list-style: none; }
.trackers li { display: flex; flex-direction: column; gap: .5rem; padding: .85rem .9rem; border-radius: var(--radius-sm); background: rgba(255, 255, 255, .72); font-size: .94rem; font-weight: 700; line-height: 1.3; }
.trackers .i-line { width: 22px; height: 22px; color: var(--peach-ink); }

@media (max-width: 991px) {
  .bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tile-appt { grid-row: auto; }
  .trackers { grid-template-columns: repeat(2, minmax(0, 1fr)); flex-basis: 100%; }
}
@media (max-width: 600px) {
  .bento { grid-template-columns: minmax(0, 1fr); }
  .tile-appt, .tile-routine { grid-column: auto; }
  .tile-shot .phone { --w: 220px; }
}

/* ---------- Premium: soft comparison ---------- */
.premium { padding-block: 0 clamp(48px, 7vw, 72px); }
.plans-card { padding: clamp(24px, 4vw, 48px); border-radius: 32px; background: var(--surface); box-shadow: var(--shadow-soft), inset 0 0 0 1px var(--line); }
.plans-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 1.5rem clamp(32px, 5vw, 64px); align-items: end; }
.plans-intro .section-lead { margin-left: 0; }
.plans-intro .ticks { margin-top: 0; }
.plans-intro .link-arrow { margin-top: .8rem; }
@media (max-width: 860px) { .plans-intro { grid-template-columns: minmax(0, 1fr); } }

.plan-cols { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: clamp(28px, 4vw, 40px) 0 0; padding: 0; list-style: none; }
@media (max-width: 860px) { .plan-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.plan { display: flex; flex-direction: column; align-items: flex-start; gap: .25rem; padding: 1.2rem 1.2rem 1.3rem; border-radius: 20px; background: var(--lav); }
.plan-free { background: var(--mint); }
.plan-tag { display: inline-block; margin-bottom: .6rem; padding: .12rem .6rem; border-radius: 999px; background: rgba(255, 255, 255, .8); color: var(--lav-ink); font-size: .78rem; font-weight: 700; }
.plan-free .plan-tag { color: var(--mint-ink); }
.plan-name { margin: 0; font-size: clamp(1.2rem, 2vw, 1.5rem); font-weight: 800; line-height: 1.2; letter-spacing: -.01em; }
.plan-note { margin: 0; color: #3b4068; font-size: .94rem; font-weight: 600; }
@media (max-width: 480px) {
  .plan-cols { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .plan { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: .1rem 1rem; padding: .9rem 1.1rem; }
  .plan-tag { grid-column: 2; grid-row: 1 / span 2; margin: 0; }
  .plan-name { font-size: 1.15rem; }
}

/* ---------- Privacy band (mint) ---------- */
.privacy { padding-block: 0 clamp(56px, 7vw, 80px); }
.privacy-band { --tone-ink: var(--mint-ink); display: grid; grid-template-columns: auto minmax(0, 1.1fr) minmax(0, 1fr); gap: 1.5rem clamp(24px, 4vw, 56px); align-items: center; padding: clamp(24px, 4vw, 48px); border-radius: 32px; background: var(--mint); }
.privacy-band .kicker { background: rgba(255, 255, 255, .8); color: var(--mint-ink); }
.privacy-title { margin: 0; font-size: clamp(1.6rem, 3vw, 2.1rem); font-weight: 800; line-height: 1.15; letter-spacing: -.015em; text-wrap: balance; }
.privacy-band .section-lead { margin: .7rem 0 0; color: #34504a; }
.privacy-band .ticks { margin: 0; gap: .8rem; }
.privacy-band .link-arrow { margin-top: .6rem; color: var(--mint-ink); }
.privacy-band .link-arrow span { text-decoration-color: rgba(23, 104, 74, .4); }
.label-card { display: grid; justify-items: start; gap: .2rem; width: 220px; padding: 1.2rem 1.3rem; border-radius: 22px; background: var(--surface); color: var(--ink); box-shadow: var(--shadow-soft); }
.label-card .i-line { width: 30px; height: 30px; margin-bottom: .4rem; color: var(--mint-ink); }
.label-card strong { font-size: 1.14rem; font-weight: 800; line-height: 1.2; }
@media (max-width: 1020px) {
  .privacy-band { grid-template-columns: auto minmax(0, 1fr); }
  .privacy-band .ticks { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .privacy-band { grid-template-columns: minmax(0, 1fr); }
  .label-card { width: 100%; }
}

/* ---------- FAQ: two columns of soft cards ---------- */
.faq { padding-block: clamp(64px, 9vw, 104px) clamp(40px, 5vw, 56px); background: var(--surface); }
.faq-cols { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; align-items: start; }
@media (max-width: 800px) { .faq-cols { grid-template-columns: minmax(0, 1fr); } }
.faq-col { display: grid; gap: 12px; }
.faq-item { border-radius: 20px; background: var(--bg); box-shadow: inset 0 0 0 1px var(--line); transition: background-color .2s, box-shadow .2s; }
.faq-item[open] { background: var(--peri-50); box-shadow: inset 0 0 0 1px #d3dafb; }
.faq-item summary { position: relative; display: block; padding: 1.15rem 3.6rem 1.15rem 1.3rem; font-size: 1.08rem; font-weight: 700; line-height: 1.35; cursor: pointer; list-style: none; border-radius: 20px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before { content: ""; position: absolute; right: 1rem; top: 50%; width: 30px; height: 30px; margin-top: -15px; border-radius: 50%; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); }
.faq-item summary::after { content: ""; position: absolute; right: calc(1rem + 11px); top: 50%; width: 8px; height: 8px; margin-top: -6px; border: solid var(--peri-ink); border-width: 0 2px 2px 0; transform: rotate(45deg); transition: transform .25s var(--ease), margin-top .25s var(--ease); }
.faq-item[open] summary::after { transform: rotate(-135deg); margin-top: -2px; }
.faq-item summary:hover { color: var(--peri-ink); }
.faq-item p { margin: -.25rem 0 0; padding: 0 1.3rem 1.25rem; color: var(--ink-2); }

/* ---------- Support (centered peach card) ---------- */
.support { padding-block: clamp(40px, 5vw, 56px) clamp(72px, 10vw, 112px); background: var(--surface); }
.support-card { display: flex; flex-direction: column; align-items: center; max-width: 760px; margin-inline: auto; padding: clamp(28px, 5vw, 56px) clamp(20px, 4vw, 48px); border-radius: 32px; background: var(--peach); text-align: center; }
.support-icon { display: grid; place-items: center; width: 64px; height: 64px; margin-bottom: 1.1rem; border-radius: 20px; background: var(--surface); color: var(--peach-ink); box-shadow: var(--shadow-soft); }
.support-icon .i-line { width: 30px; height: 30px; }
.support-title { margin: 0; font-size: clamp(1.7rem, 3.4vw, 2.3rem); font-weight: 800; line-height: 1.15; letter-spacing: -.015em; }
.support-lead { margin: .6rem 0 1.4rem; max-width: 44ch; color: #5a3f33; }
.support-card .label-small { color: #6d4a3a; }
.support-email { margin: .1rem 0 1.3rem; font-size: clamp(1.2rem, 2.4vw, 1.45rem); font-weight: 800; color: var(--ink); text-decoration: none; overflow-wrap: anywhere; }
.support-email:hover { color: var(--peach-ink); text-decoration: underline; text-underline-offset: 4px; }

/* ---------- Footer (light) ---------- */
.site-footer { background: #eef0fa; color: var(--ink-2); padding-top: clamp(48px, 6vw, 72px); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 2rem; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer .brand-name { font-size: 1.1rem; }
.footer-text { margin: 1rem 0 0; max-width: 32ch; font-size: .95rem; }
.footer-head { margin: 0 0 .8rem; font-size: 1rem; font-weight: 700; line-height: 1.3; color: var(--ink); }
.footer-list { display: grid; gap: .35rem; margin: 0; padding: 0; list-style: none; font-size: .95rem; }
.footer-list a, .link-btn { display: inline-flex; align-items: center; min-height: 32px; text-decoration: none; overflow-wrap: anywhere; }
.footer-list a:hover, .link-btn:hover { color: var(--peri-ink); }
.link-btn { padding: 0; border: 0; background: none; color: inherit; font: inherit; cursor: pointer; }
.link-btn[aria-pressed="true"], .link-btn[aria-current="true"] { color: var(--peri-ink); font-weight: 700; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 1.5rem; margin-top: 3rem; padding-block: 1.5rem; border-top: 1px solid #dde0f0; font-size: .85rem; }

/* ---------- Legal pages ---------- */
.legal-hero { padding-block: clamp(24px, 4vw, 48px) clamp(28px, 4vw, 44px); }
.legal-hero-card { padding: clamp(28px, 5vw, 56px); border-radius: 32px; background: radial-gradient(circle, #c9d2fb 1.3px, transparent 1.5px) 0 0 / 22px 22px, var(--peri-50); box-shadow: inset 0 0 0 1px #e2e7fb; }
.legal-title { margin: 0; font-size: clamp(2.2rem, 5vw, 3.5rem); font-weight: 800; line-height: 1.08; letter-spacing: -.03em; }
.legal-meta { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem 1rem; margin-top: 1.2rem; color: var(--ink-2); }
.date-pill { display: inline-flex; flex-wrap: wrap; align-items: center; gap: .15rem .5rem; padding: .35rem .9rem; border-radius: 18px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); font-size: .92rem; font-weight: 600; color: var(--ink); }
.date-pill .i-line { width: 17px; height: 17px; color: var(--peri-ink); }
.legal-applies { margin: 0; font-size: .95rem; }
.legal-body { padding-bottom: clamp(64px, 9vw, 112px); }
.legal-grid { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
@media (max-width: 900px) { .legal-grid { grid-template-columns: minmax(0, 1fr); } }
.toc { position: sticky; top: 96px; padding: 1.2rem 1rem; border-radius: var(--radius); background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); }
@media (max-width: 900px) { .toc { position: static; } }
.toc-title { margin: 0 0 .7rem; padding-left: .6rem; font-size: .9rem; font-weight: 700; color: var(--ink-2); }
.toc ol { display: grid; gap: 2px; margin: 0; padding: 0; list-style: none; counter-reset: toc; }
.toc li { counter-increment: toc; }
.toc a { display: flex; gap: .6rem; padding: .4rem .6rem; border-radius: 12px; font-size: .94rem; font-weight: 600; line-height: 1.35; text-decoration: none; color: var(--ink); }
.toc a::before { content: counter(toc, decimal-leading-zero); min-width: 1.4em; color: var(--ink-2); font-variant-numeric: tabular-nums; font-weight: 600; }
.toc a:hover { background: var(--peri-50); }
.toc a.is-active { background: var(--peri); color: var(--peri-ink); }
.toc a.is-active::before { color: var(--peri-ink); }
.legal-article { max-width: 72ch; }
.legal-section { padding: clamp(20px, 3vw, 32px); margin-bottom: 12px; border-radius: var(--radius); background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); }
.legal-section h2 { display: flex; align-items: center; gap: .8rem; margin: 0 0 .9rem; font-size: clamp(1.3rem, 2.4vw, 1.55rem); font-weight: 800; line-height: 1.25; letter-spacing: -.01em; }
.legal-num { flex: 0 0 auto; padding: .05rem .5rem; border-radius: 999px; background: var(--peri); font-size: .85rem; font-weight: 700; color: var(--peri-ink); font-variant-numeric: tabular-nums; }
.legal-section p { margin: 0 0 .9rem; color: #33385f; }
.legal-section p:last-child { margin-bottom: 0; }
.legal-section a { color: var(--peri-ink); font-weight: 600; overflow-wrap: anywhere; }
.todo { padding: .8rem 1rem; border-radius: 12px; background: var(--butter); box-shadow: inset 0 0 0 1px #efd27a; color: #5c4200 !important; font-weight: 600; }
.legal-draft { display: flex; gap: .6rem; align-items: center; margin: 0 0 1rem; padding: .8rem 1rem; border-radius: 14px; background: var(--butter); color: #5c4200; font-size: .92rem; font-weight: 600; }

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