/* ==========================================================================
   pdfscanner.bilalakkoc.com — mockup
   Family of www.bilalakkoc.com (Urbanist, light hero + dark sections, CSS iPhone 16 Pro Max, pill buttons).
   Palette from the app icon: deep navy tile, electric-blue scan frame, red PDF tag, paper white.
   ========================================================================== */
:root {
  --paper: #f5f7fb;
  --paper-2: #e7ecf5;
  --white: #ffffff;
  --ink: #0b1530;            /* navy text on paper: 16.9:1 */
  --ink-2: #4a5572;          /* muted on paper: 7.1:1 */
  --line: #d9e0ec;
  --navy: #0b1530;
  --navy-2: #121f40;
  --navy-3: #1a2a52;
  --navy-deep: #070e22;
  --navy-line: rgba(255, 255, 255, .1);
  --on-navy: #f2f5fb;
  --on-navy-muted: #a9b5cf;  /* on --navy: 8.6:1 */
  --blue: #2f7bff;           /* scan frame; UI/graphics on navy: 4.7:1 */
  --blue-soft: #7fb0ff;      /* text on navy: 8.1:1 */
  --blue-text: #1c5fd8;      /* text on paper: 5.4:1 */
  --red: #d7263d;            /* PDF tag; white on it: 4.9:1 */
  --red-deep: #a8182c;
  --radius: 20px;
  --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: 88px; }
body {
  margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font);
  font-size: 1.0625rem; line-height: 1.6; -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; border-radius: 6px; }
.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: .8rem; font-weight: 600; color: var(--on-navy-muted); }

/* ---------- Buttons ---------- */
.btn-store, .btn-light {
  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: transform .25s var(--ease), background-color .2s, color .2s, box-shadow .25s;
}
.btn-store { background: var(--navy); color: #fff; box-shadow: 0 10px 24px -14px rgba(11, 21, 48, .8); }
.btn-store:hover { background: var(--red); color: #fff; transform: translateY(-2px); }
.btn-store-sm { min-height: 42px; padding: .4rem 1.1rem; font-size: .92rem; box-shadow: none; }
.btn-light { background: #fff; color: var(--ink); }
.btn-light:hover { background: var(--blue-soft); color: var(--ink); transform: translateY(-2px); }
.btn-light .i-line { transition: transform .25s var(--ease); }
.btn-light:hover .i-line { transform: translateX(3px); }

.link-arrow { display: inline-flex; align-items: center; gap: .45rem; min-height: 44px; font-weight: 700; color: var(--ink); text-decoration: none; }
.link-arrow span { background: linear-gradient(currentColor, currentColor) 0 100% / 0 2px no-repeat; transition: background-size .3s var(--ease); }
.link-arrow:hover span { background-size: 100% 2px; }
.link-arrow .i-line { transition: transform .25s var(--ease); }
.link-arrow:hover .i-line { transform: translateX(3px); }
.link-arrow-light { color: var(--blue-soft); }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(245, 247, 251, .9); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transition: box-shadow .3s; }
.site-header.is-scrolled { box-shadow: 0 1px 0 rgba(11, 21, 48, .08); }
.header-inner { display: flex; align-items: center; gap: 1.5rem; height: 76px; }
.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; color: var(--ink); flex: 0 0 auto; }
.brand img { width: 40px; height: 40px; border-radius: 10px; box-shadow: 0 0 0 1px rgba(11, 21, 48, .08); }
.brand-name { font-size: 1.12rem; font-weight: 800; letter-spacing: -.01em; }
.brand-light { color: var(--on-navy); }
.brand-light img { box-shadow: 0 0 0 1px var(--navy-line); }

.main-nav { display: flex; gap: 1.9rem; margin-inline: auto; }
.main-nav a { position: relative; text-decoration: none; font-weight: 600; color: var(--ink); padding-block: .3rem; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--blue); transition: right .3s var(--ease); }
.main-nav a:hover::after { right: 0; }

.header-actions { display: flex; align-items: center; gap: .75rem; }
.lang-switch { display: inline-flex; gap: 2px; padding: 3px; border-radius: 999px; background: var(--paper-2); }
.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); }
.lang-btn[aria-pressed="true"], .lang-btn[aria-current="true"], .lang-btn[aria-current="true"]:hover { background: var(--navy); color: #fff; }

@media (max-width: 991px) { .main-nav { display: none; } .header-actions { margin-left: auto; } }
@media (max-width: 575px) { .btn-store-sm { display: none; } }
@media (max-width: 359px) { .brand-name { display: none; } }

/* ---------- Kickers & titles ---------- */
.kicker { display: inline-flex; align-items: center; gap: .5rem; margin: 0 0 .8rem; font-size: .88rem; font-weight: 700; color: var(--blue-soft); }
.kicker::before { content: ""; width: 18px; height: 2px; border-radius: 2px; background: currentColor; }
.kicker-dark { color: var(--blue-text); }
.section-title { margin: 0; font-size: clamp(1.9rem, 4vw, 2.75rem); font-weight: 800; line-height: 1.12; letter-spacing: -.02em; }
.section-lead { margin: 0; max-width: 44ch; color: var(--ink-2); font-size: 1.08rem; }
.dark-section .section-lead { color: var(--on-navy-muted); }
.section-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1rem 3rem; margin-bottom: clamp(32px, 5vw, 56px); }
.section-head > div { max-width: 640px; }

/* ---------- Hero ---------- */
.hero { padding-block: clamp(36px, 6vw, 80px) clamp(64px, 8vw, 112px); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(40px, 5vw, 80px); align-items: center; }
@media (max-width: 991px) { .hero-grid { grid-template-columns: minmax(0, 1fr); } }

.eyebrow { display: inline-flex; align-items: center; gap: .55rem; margin: 0 0 1.4rem; padding: .35rem .9rem .35rem .7rem; border-radius: 999px; background: #fff; box-shadow: inset 0 0 0 1px var(--line); font-size: .9rem; font-weight: 700; color: var(--ink); }
.eyebrow-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px rgba(47, 123, 255, .16); }
.hero-title { margin: 0; font-size: clamp(2.55rem, 5.6vw, 4.5rem); font-weight: 800; line-height: 1.04; letter-spacing: -.035em; text-wrap: balance; }
.pdf-tag {
  display: inline-block; padding: .02em .2em .06em; margin-inline: .02em; border-radius: .16em;
  background: linear-gradient(180deg, #e63349, var(--red) 60%, var(--red-deep)); color: #fff;
  font-size: .86em; letter-spacing: -.01em; line-height: 1; vertical-align: .06em;
  box-shadow: 0 .08em 0 var(--red-deep), 0 .3em .6em -.3em rgba(168, 24, 44, .6);
}
.hero-lead { margin: 1.4rem 0 2rem; max-width: 50ch; font-size: clamp(1.1rem, 1.6vw, 1.25rem); color: var(--ink-2); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem 1.5rem; }
.hero-meta { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem 0; margin: 2.2rem 0 0; padding: 0; list-style: none; font-size: .92rem; font-weight: 600; color: var(--ink-2); }
.hero-meta li { display: inline-flex; align-items: center; gap: .45rem; }
.hero-meta li + li::before { content: ""; width: 4px; height: 4px; margin-inline: .9rem; border-radius: 50%; background: #b3bdd0; }
.hero-rating strong { font-size: 1.05rem; font-weight: 800; color: var(--ink); }
.stars { display: inline-flex; gap: 1px; }
.stars svg { width: 15px; height: 15px; fill: var(--ink); }

/* Visual: navy tile with the icon's scan frame, phone standing in front */
.hero-visual { position: relative; display: grid; place-items: center; min-height: clamp(470px, 50vw, 600px); }
.scan-tile { position: absolute; width: min(430px, 86vw); aspect-ratio: 1; border-radius: 24%; background: radial-gradient(120% 90% at 50% 0%, var(--navy-3), var(--navy) 60%); box-shadow: 0 40px 70px -40px rgba(11, 21, 48, .7); }

.corner { position: absolute; width: 22%; aspect-ratio: 1; border: 3px solid var(--blue); pointer-events: none; }
.corner::before, .corner::after { content: ""; position: absolute; width: 11px; height: 11px; border-radius: 50%; background: #dce9ff; box-shadow: 0 0 0 3px var(--blue); }
.c-tl { top: 9%; left: 9%; border-right: 0; border-bottom: 0; border-top-left-radius: 26px; }
.c-tr { top: 9%; right: 9%; border-left: 0; border-bottom: 0; border-top-right-radius: 26px; }
.c-bl { bottom: 9%; left: 9%; border-right: 0; border-top: 0; border-bottom-left-radius: 26px; }
.c-br { bottom: 9%; right: 9%; border-left: 0; border-top: 0; border-bottom-right-radius: 26px; }
.c-tl::before { top: -7px; right: -6px; } .c-tl::after { bottom: -6px; left: -7px; }
.c-tr::before { top: -7px; left: -6px; } .c-tr::after { bottom: -6px; right: -7px; }
.c-bl::before { bottom: -7px; right: -6px; } .c-bl::after { top: -6px; left: -7px; }
.c-br::before { bottom: -7px; left: -6px; } .c-br::after { top: -6px; right: -7px; }

/* iPhone 16 Pro Max — Natural Titanium (same construction as www) */
.phone {
  --w: clamp(208px, 21vw, 262px);
  position: relative; z-index: 1; width: var(--w); aspect-ratio: 77.6 / 163;
  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,.25), 0 2px 4px rgba(0,0,0,.08), 0 40px 60px -28px rgba(7, 14, 34, .75);
  transform: rotate(-4deg); transition: transform .6s var(--ease);
}
.hero-visual:hover .phone { transform: rotate(-1deg) translateY(-6px); }
.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: #f2f2f7; }
.phone-screen::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(115deg, rgba(255,255,255,.35) 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(0,0,0,.3); }

.float-card { position: absolute; z-index: 2; display: inline-flex; align-items: center; gap: .6rem; margin: 0; padding: .55rem .95rem .55rem .55rem; border-radius: 16px; background: #fff; color: var(--ink); font-size: .9rem; font-weight: 700; line-height: 1.2; box-shadow: 0 18px 36px -18px rgba(11, 21, 48, .45), 0 0 0 1px rgba(11, 21, 48, .05); }
.float-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; flex: 0 0 auto; }
.float-icon-blue { background: #e6efff; color: var(--blue-text); }
.float-icon-red { background: var(--red); color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .02em; }
.float-edge { top: 16%; left: max(0px, calc(50% - 300px)); }
.float-pages { bottom: 14%; right: max(0px, calc(50% - 290px)); }
@media (max-width: 480px) {
  .float-card { font-size: .82rem; padding-right: .75rem; }
  .float-edge { top: 10%; left: 0; }
  .float-pages { bottom: 8%; right: 0; }
}

/* ---------- Dark sections ---------- */
.dark-section { position: relative; background: var(--navy); color: var(--on-navy); overflow: hidden; }
.dark-section .section-title { color: var(--on-navy); }

/* Features */
.features { padding-block: clamp(72px, 10vw, 128px); }
.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin: 0; padding: 0; list-style: none; }
@media (max-width: 1100px) { .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .feature-grid { grid-template-columns: minmax(0, 1fr); } }
.feature-card { display: flex; flex-direction: column; padding: clamp(22px, 2.4vw, 30px); border-radius: var(--radius); background: var(--navy-2); box-shadow: inset 0 0 0 1px var(--navy-line); transition: box-shadow .3s, transform .4s var(--ease); }
.feature-card:hover { box-shadow: inset 0 0 0 1px rgba(47, 123, 255, .55); transform: translateY(-3px); }
.feature-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.6rem; }
.feature-icon { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 14px; color: var(--blue-soft); background: rgba(47, 123, 255, .12); box-shadow: inset 0 0 0 1px rgba(47, 123, 255, .35); }
.feature-icon .i-line { width: 24px; height: 24px; }
.feature-num { font-size: .9rem; font-weight: 700; color: var(--on-navy-muted); font-variant-numeric: tabular-nums; }
.feature-title { margin: 0 0 .5rem; font-size: 1.28rem; font-weight: 700; line-height: 1.25; color: var(--on-navy); }
.feature-text { margin: 0 0 1.25rem; color: var(--on-navy-muted); font-size: 1rem; }
.ticks { display: grid; gap: .55rem; margin: auto 0 0; padding: 1.1rem 0 0; list-style: none; border-top: 1px solid var(--navy-line); font-size: .95rem; font-weight: 600; }
.ticks li { position: relative; padding-left: 1.6rem; }
.ticks li::before { content: ""; position: absolute; left: 0; top: .32em; width: 16px; height: 16px; border-radius: 50%; background: var(--blue); }
.ticks li::after { content: ""; position: absolute; left: 5.5px; top: calc(.32em + 3.5px); width: 5px; height: 8px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.ticks-lg { margin-top: 1.8rem; padding-top: 0; border-top: 0; font-size: 1.02rem; gap: .8rem; }

/* How it works */
.how { padding-block: clamp(72px, 10vw, 128px); }
.steps { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 3vw, 40px); margin: 0; padding: 0; list-style: none; counter-reset: none; }
.step { position: relative; padding: 0; }
.step-num { position: relative; z-index: 1; display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 1.3rem; border-radius: 18px; background: var(--navy); color: #fff; font-size: 1.3rem; font-weight: 800; box-shadow: 0 0 0 6px var(--paper); }
.step:not(:last-child)::after { content: ""; position: absolute; top: 28px; left: 76px; right: calc(-1 * clamp(20px, 3vw, 40px) + 20px); border-top: 2px dashed #9dbdf5; }
.step-title { margin: 0 0 .45rem; font-size: 1.35rem; font-weight: 700; }
.step p { margin: 0; max-width: 34ch; color: var(--ink-2); }
@media (max-width: 767px) {
  .steps { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .step { padding-left: 76px; min-height: 56px; }
  .step-num { position: absolute; left: 0; top: 0; margin: 0; }
  .step:not(:last-child)::after { top: 64px; bottom: -22px; left: 27px; right: auto; border-top: 0; border-left: 2px dashed #9dbdf5; }
}
.audience { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; margin-top: clamp(48px, 6vw, 72px); padding-top: 2rem; border-top: 1px solid var(--line); }
.audience-title { margin: 0; font-size: 1rem; font-weight: 700; }
.pills { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0; padding: 0; list-style: none; }
.pills li { padding: .4rem .95rem; border-radius: 999px; background: #fff; box-shadow: inset 0 0 0 1px var(--line); font-size: .92rem; font-weight: 600; color: var(--ink); }

/* iCloud + privacy */
.sync { padding-block: clamp(72px, 10vw, 128px) clamp(56px, 7vw, 96px); }
.sync-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 88px); align-items: center; }
@media (max-width: 900px) { .sync-grid { grid-template-columns: minmax(0, 1fr); } }
.shots { position: relative; width: min(100%, 440px); aspect-ratio: 1 / 1.02; margin-inline: auto; }
.shots .corner { width: 18%; border-color: rgba(47, 123, 255, .8); }
.shot { position: absolute; top: 50%; width: 44%; margin: 0; aspect-ratio: 222 / 480; border-radius: 22px; overflow: hidden; background: #000; box-shadow: 0 0 0 1px rgba(255, 255, 255, .12), 0 30px 50px -24px rgba(0, 0, 0, .8); transition: transform .6s var(--ease); }
.shot img { width: 100%; height: 100%; object-fit: cover; }
.shot-a { left: 12%; transform: translateY(-46%) rotate(-5deg); }
.shot-b { right: 12%; transform: translateY(-54%) rotate(5deg); }
.shots:hover .shot-a { transform: translateY(-46%) rotate(-7deg) translateX(-6px); }
.shots:hover .shot-b { transform: translateY(-54%) rotate(7deg) translateX(6px); }

.privacy-band { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) auto; gap: 2rem clamp(28px, 4vw, 56px); align-items: center; margin-top: clamp(64px, 8vw, 104px); padding: clamp(24px, 4vw, 44px); border-radius: 28px; background: var(--navy-2); box-shadow: inset 0 0 0 1px var(--navy-line); }
@media (max-width: 1100px) { .privacy-band { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } .label-card { grid-column: 1 / -1; justify-self: start; } }
@media (max-width: 767px) { .privacy-band { grid-template-columns: minmax(0, 1fr); } }
.privacy-title { margin: 0 0 .6rem; font-size: clamp(1.6rem, 3vw, 2.1rem); font-weight: 800; line-height: 1.15; letter-spacing: -.015em; color: var(--on-navy); }
.privacy-copy .link-arrow { margin-top: 1rem; }
.privacy-list { margin: 0; }
.label-card { display: grid; justify-items: start; gap: .2rem; min-width: 210px; padding: 1.2rem 1.3rem; border-radius: 18px; background: #fff; color: var(--ink); }
.label-card .i-line { width: 30px; height: 30px; margin-bottom: .4rem; color: var(--blue-text); }
.label-card .label-small { color: var(--ink-2); }
.label-card strong { font-size: 1.2rem; font-weight: 800; line-height: 1.2; }

/* FAQ */
.faq { padding-block: clamp(72px, 10vw, 128px) clamp(40px, 5vw, 64px); }
.faq-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(32px, 6vw, 88px); align-items: start; }
@media (max-width: 900px) { .faq-grid { grid-template-columns: minmax(0, 1fr); } }
.faq-grid .section-lead { margin-top: 1rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { position: relative; display: block; padding: 1.3rem 3rem 1.3rem 0; font-size: 1.14rem; font-weight: 700; line-height: 1.35; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before, .faq-item summary::after { content: ""; position: absolute; right: 10px; top: 50%; width: 16px; height: 2px; border-radius: 2px; background: var(--ink); transition: transform .3s var(--ease); }
.faq-item summary::after { transform: rotate(90deg); }
.faq-item[open] summary::after { transform: rotate(0deg); }
.faq-item summary:hover { color: var(--blue-text); }
.faq-item p { margin: -.3rem 0 1.4rem; max-width: 62ch; color: var(--ink-2); }

/* Support */
.support { padding-block: clamp(40px, 5vw, 64px) clamp(72px, 10vw, 128px); }
.support-card { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 1.5rem clamp(24px, 4vw, 48px); align-items: center; padding: clamp(24px, 4vw, 44px); border-radius: 28px; background: var(--navy); color: var(--on-navy); }
@media (max-width: 900px) { .support-card { grid-template-columns: auto minmax(0, 1fr); } .support-action { grid-column: 1 / -1; } }
@media (max-width: 480px) { .support-card { grid-template-columns: minmax(0, 1fr); } }
.support-icon { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 20px; background: var(--red); color: #fff; }
.support-icon .i-line { width: 30px; height: 30px; }
.support-title { margin: 0 0 .3rem; font-size: clamp(1.6rem, 3vw, 2.1rem); font-weight: 800; line-height: 1.15; }
.support-copy p { margin: 0; color: var(--on-navy-muted); }
.support-action { display: flex; flex-wrap: wrap; align-items: center; gap: .9rem 1.4rem; }
.support-action .label-small { flex-basis: 100%; margin-bottom: -.6rem; }
.support-email { font-size: 1.12rem; font-weight: 700; text-decoration: none; overflow-wrap: anywhere; }
.support-email:hover { color: var(--blue-soft); }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-deep); color: var(--on-navy-muted); 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; } }
.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(--on-navy); }
.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(--blue-soft); }
.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(--on-navy); 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 var(--navy-line); font-size: .85rem; }

/* ---------- Legal pages ---------- */
.legal-hero { padding-block: clamp(40px, 6vw, 80px) clamp(32px, 4vw, 48px); }
.legal-hero .kicker { margin-bottom: 1rem; }
.legal-title { margin: 0; font-size: clamp(2.3rem, 5vw, 3.6rem); 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; align-items: center; gap: .5rem; padding: .35rem .9rem; border-radius: 999px; background: #fff; 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(--blue-text); }
.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: 100px; padding: 1.3rem 1.2rem; border-radius: var(--radius); background: #fff; 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: 10px; 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(--paper); }
.toc a.is-active { background: var(--navy); color: #fff; }
.toc a.is-active::before { color: var(--blue-soft); }
.legal-article { max-width: 72ch; }
.legal-section { padding-block: 0 2.2rem; margin-bottom: 2.2rem; border-bottom: 1px solid var(--line); }
.legal-section:last-child { border-bottom: 0; margin-bottom: 0; }
.legal-section h2 { display: flex; align-items: baseline; gap: .8rem; margin: 0 0 .9rem; font-size: clamp(1.35rem, 2.4vw, 1.6rem); font-weight: 800; line-height: 1.25; letter-spacing: -.01em; }
.legal-num { flex: 0 0 auto; font-size: .95rem; font-weight: 700; color: var(--blue-text); font-variant-numeric: tabular-nums; }
.legal-section p { margin: 0 0 .9rem; color: #2c3652; }
.legal-section p:last-child { margin-bottom: 0; }
.legal-section a { color: var(--blue-text); font-weight: 600; overflow-wrap: anywhere; }
.todo { padding: .8rem 1rem; border-radius: 12px; background: #fff4e0; box-shadow: inset 0 0 0 1px #f0c46b; color: #5c3b00 !important; font-weight: 600; }
.legal-draft { display: flex; gap: .6rem; align-items: center; margin: 0 0 2rem; padding: .8rem 1rem; border-radius: 12px; background: #fff4e0; color: #5c3b00; font-size: .92rem; font-weight: 600; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
  .phone, .hero-visual:hover .phone { transform: none; }
}

/* hero-meta-mobile-fix: no orphan separator dots when items wrap */
@media (max-width: 600px) { .hero-meta { gap: .55rem 1.1rem; } .hero-meta li + li::before { display: none; } }
