/* ==========================================================================
   Autonoma marketing site — design system
   Clean, whitespace-generous, product-first. Every visual is designed
   in code (SVG / CSS) — no screenshots, no stock photography.
   ========================================================================== */

:root {
  --bg: #FFFFFF;
  --text: #0B0B14;
  --text-muted: #5A5A6A;
  --accent-1: #6B4EE8;
  --accent-2: #4A90E2;
  --accent-gradient: linear-gradient(135deg, #6B4EE8 0%, #4A90E2 100%);
  --surface-muted: #F6F5FA;
  --surface-dark: #0B0B14;
  --border: #E7E5EF;
  --max-width: 1360px;
  --pad-x: 24px;
  --section-y: 80px;
  --radius: 12px;
  --fs-h1: clamp(2.75rem, 6vw, 5rem);
  --fs-h2: clamp(2rem, 4vw, 3.25rem);
  --fs-h3: clamp(1.5rem, 3vw, 2rem);
  --shadow-card: 0 2px 12px rgba(11, 11, 20, 0.06);
  --shadow-lift: 0 12px 40px rgba(11, 11, 20, 0.10);
}
@media (min-width: 900px) {
  :root { --pad-x: 48px; --section-y: 128px; }
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, svg, video { max-width: 100%; height: auto; display: block; }

/* --- Typography ------------------------------------------------------- */
h1, h2, h3 { font-weight: 800; letter-spacing: -0.02em; line-height: 1.12; margin: 0 0 0.5em; }
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: 1.25rem; line-height: 1.35; }
p  { margin: 0 0 1em; }
.lead { font-size: clamp(1.125rem, 2vw, 1.375rem); color: var(--text-muted); line-height: 1.55; }
.muted { color: var(--text-muted); }
.eyebrow {
  display: inline-block; font-size: 0.8125rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 16px;
  background: var(--accent-gradient); -webkit-background-clip: text;
  background-clip: text; color: transparent;
}
.grad-text {
  background: var(--accent-gradient);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* --- Layout ------------------------------------------------------------ */
.container { max-width: var(--max-width); margin: 0 auto; padding-left: var(--pad-x); padding-right: var(--pad-x); }
.section { padding-top: var(--section-y); padding-bottom: var(--section-y); }
.section--muted { background: var(--surface-muted); }
.section--dark { background: var(--surface-dark); color: #FFFFFF; }
.section--dark .muted, .section--dark p { color: #A8A6B8; }
.section--dark h2, .section--dark h3 { color: #FFFFFF; }
.center { text-align: center; }
.narrow { max-width: 720px; margin-left: auto; margin-right: auto; }

/* --- Buttons ------------------------------------------------------------ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 48px; padding: 0 20px; border-radius: var(--radius);
  font: inherit; font-weight: 600; font-size: 1rem; text-decoration: none;
  cursor: pointer; border: 0; transition: transform .15s ease, box-shadow .15s ease;
  white-space: nowrap;
}
.btn:focus-visible { outline: 3px solid var(--accent-2); outline-offset: 2px; }
.btn-primary { background: var(--accent-gradient); color: #FFFFFF; }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(107, 78, 232, 0.35); }
.btn-secondary {
  position: relative; background: #FFFFFF; color: var(--accent-1);
  border: 2px solid transparent;
  background-image: linear-gradient(#fff, #fff), var(--accent-gradient);
  background-origin: border-box; background-clip: padding-box, border-box;
}
.btn-secondary:hover { transform: translateY(-1px); box-shadow: var(--shadow-card); }
.btn-secondary .btn-label {
  background: var(--accent-gradient); -webkit-background-clip: text;
  background-clip: text; color: transparent;
}

/* --- Header ------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 50; height: 72px;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--border);
  transition: box-shadow .2s ease;
}
.site-header.is-scrolled { backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 1px 12px rgba(11,11,20,.05); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.logo-link { display: inline-flex; align-items: center; }
.logo-link img { height: 52px; width: auto; }
@media (max-width: 480px) {
  .logo-link img { height: 40px; }
  .site-header .btn { height: 42px; font-size: .9rem; padding: 0 14px; }
}

/* --- Hero ---------------------------------------------------------------- */
.hero { padding-top: clamp(56px, 8vw, 112px); padding-bottom: var(--section-y); }
.hero-grid { display: grid; gap: 48px; align-items: center; }
@media (min-width: 980px) { .hero-grid { grid-template-columns: 1.05fr 1fr; } }
.hero-copy .btn { margin-top: 8px; }
.hero-note { font-size: .875rem; color: var(--text-muted); margin-top: 14px; }
.hero-visual svg { width: 100%; height: auto; }
@keyframes orb-pulse {
  0%, 100% { opacity: .35; transform: scale(1); }
  50% { opacity: .12; transform: scale(1.12); }
}
.orb-ring { animation: orb-pulse 3.6s ease-in-out infinite; transform-origin: center; transform-box: fill-box; }
@keyframes dash-flow { to { stroke-dashoffset: -22; } }
.flow-line { stroke-dasharray: 5 6; animation: dash-flow 2.4s linear infinite; }
@media (prefers-reduced-motion: reduce) { .orb-ring, .flow-line { animation: none; } }

/* --- Trust strip (value-prop chips) ---------------------------------------- */
.trust { padding: 40px 0; background: var(--surface-muted); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.chips { display: grid; gap: 16px; }
@media (min-width: 700px) { .chips { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .chips { grid-template-columns: repeat(4, 1fr); } }
.chip {
  display: flex; align-items: center; gap: 12px;
  background: #FFFFFF; border: 1px solid var(--border); border-radius: 999px;
  padding: 12px 20px; font-weight: 600; font-size: .9375rem;
}
.chip svg { flex-shrink: 0; }

/* --- Three-column cards --------------------------------------------------- */
.cols-3 { display: grid; gap: 32px; margin-top: 56px; }
@media (min-width: 820px) { .cols-3 { grid-template-columns: repeat(3, 1fr); } }
.pain { padding: 8px; }
.pain .icon { width: 60px; height: 60px; margin-bottom: 20px; }

/* --- Solution diagram ------------------------------------------------------ */
.diagram { margin: 56px auto 0; max-width: 900px; }
.diagram svg { width: 100%; height: auto; }

/* --- Feature deep-dives ----------------------------------------------------- */
.feature { display: grid; gap: 40px; align-items: center; padding: calc(var(--section-y) / 2) 0; }
@media (min-width: 980px) {
  .feature { grid-template-columns: 60% 1fr; gap: 64px; }
  .feature.flip .feature-media { order: 2; }
}
.feature ul { margin: 20px 0 0; padding: 0; list-style: none; }
.feature ul li { position: relative; padding-left: 30px; margin-bottom: 12px; color: var(--text-muted); }
.feature ul li::before {
  content: ''; position: absolute; left: 0; top: 5px; width: 18px; height: 18px;
  border-radius: 50%; background: var(--accent-gradient);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* --- In-code visual canvases ------------------------------------------------ */
.canvas {
  position: relative; width: 100%; min-height: 420px; border-radius: 16px;
  border: 1px solid var(--border); overflow: hidden;
  background: linear-gradient(160deg, #F6F5FA 0%, #EEF3FB 100%);
  box-shadow: var(--shadow-card);
  display: flex; align-items: center; justify-content: center; padding: 36px;
}
@media (max-width: 560px) { .canvas { min-height: 340px; padding: 20px; } }

/* Browser-frame mockup (feature a) */
.mock-browser { width: 100%; max-width: 520px; background: #fff; border: 1px solid var(--border); border-radius: 14px; box-shadow: var(--shadow-lift); overflow: hidden; }
.mock-browser-bar { display: flex; align-items: center; gap: 6px; padding: 10px 14px; border-bottom: 1px solid var(--border); background: var(--surface-muted); }
.mock-dot { width: 10px; height: 10px; border-radius: 50%; background: #D9D6E6; }
.mock-url { flex: 1; height: 18px; margin-left: 10px; border-radius: 9px; background: #fff; border: 1px solid var(--border); }
.mock-browser-body { padding: 18px; }
.mock-hero-bar { height: 54px; border-radius: 10px; background: var(--accent-gradient); opacity: .9; margin-bottom: 14px; }
.mock-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.mock-tile { border: 1px solid var(--border); border-radius: 10px; padding: 10px; background: #fff; }
.mock-tile-img { height: 64px; border-radius: 8px; margin-bottom: 8px; }
.mock-tile:nth-child(1) .mock-tile-img { background: linear-gradient(135deg, #6B4EE8 20%, #8F7BF0 100%); }
.mock-tile:nth-child(2) .mock-tile-img { background: linear-gradient(135deg, #4A90E2 0%, #7FB3ED 100%); }
.mock-tile:nth-child(3) .mock-tile-img { background: linear-gradient(135deg, #5A6FE5 0%, #6B4EE8 100%); opacity: .55; }
.mock-line { height: 8px; border-radius: 4px; background: #E7E5EF; margin-bottom: 6px; }
.mock-line--short { width: 60%; }
.mock-generate {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 16px;
  background: var(--accent-gradient); color: #fff; font-size: .8125rem; font-weight: 700;
  padding: 9px 16px; border-radius: 9px;
}
.mock-cursor { position: absolute; right: 14%; bottom: 12%; filter: drop-shadow(0 2px 6px rgba(11,11,20,.25)); }

/* Stacked ad-preview cards (feature b) */
.mock-ads { position: relative; width: 100%; max-width: 480px; height: 380px; }
.ad-card { position: absolute; background: #fff; border: 1px solid var(--border); border-radius: 14px; box-shadow: var(--shadow-lift); padding: 14px; }
.ad-card--image { width: 46%; left: 0; top: 0; transform: rotate(-4deg); }
.ad-card--video { width: 46%; right: 0; top: 8%; transform: rotate(3deg); }
.ad-card--copy { width: 54%; left: 20%; bottom: 0; transform: rotate(-1deg); }
.ad-img { height: 120px; border-radius: 10px; background: linear-gradient(135deg, #6B4EE8 0%, #4A90E2 100%); margin-bottom: 10px; }
.ad-video { position: relative; height: 130px; border-radius: 10px; background: #0B0B14; margin-bottom: 10px; display: flex; align-items: center; justify-content: center; }
.ad-play { width: 0; height: 0; border-left: 18px solid #fff; border-top: 11px solid transparent; border-bottom: 11px solid transparent; margin-left: 4px; }
.ad-progress { position: absolute; left: 10px; right: 10px; bottom: 10px; height: 4px; border-radius: 2px; background: rgba(255,255,255,.25); }
.ad-progress::before { content: ''; display: block; width: 55%; height: 100%; border-radius: 2px; background: var(--accent-gradient); }
.ad-chiprow { display: flex; gap: 6px; margin-top: 10px; }
.ad-chip { font-size: .6875rem; font-weight: 700; padding: 4px 10px; border-radius: 999px; border: 1px solid var(--border); color: var(--text-muted); }
.ad-chip--on { background: var(--accent-gradient); color: #fff; border-color: transparent; }
@media (max-width: 560px) { .mock-ads { height: 330px; } .ad-img { height: 84px; } .ad-video { height: 92px; } }

/* Bundle composition (feature d) */
.mock-bundle { width: 100%; max-width: 480px; background: #fff; border: 1px solid var(--border); border-radius: 14px; box-shadow: var(--shadow-lift); padding: 22px; }
.bundle-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.bundle-item { flex: 1; text-align: center; }
.bundle-img { height: 76px; border-radius: 10px; margin-bottom: 8px; }
.bundle-item:nth-child(1) .bundle-img { background: linear-gradient(135deg, #6B4EE8 0%, #8F7BF0 100%); }
.bundle-item:nth-child(3) .bundle-img { background: linear-gradient(135deg, #4A90E2 0%, #7FB3ED 100%); }
.bundle-item:nth-child(5) .bundle-img { background: linear-gradient(135deg, #5A6FE5 0%, #6B4EE8 100%); }
.bundle-plus { font-size: 1.375rem; font-weight: 800; color: var(--accent-1); }
.bundle-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--border); }
.bundle-price-pill { font-size: .8125rem; font-weight: 700; padding: 7px 14px; border-radius: 999px; background: var(--surface-muted); border: 1px solid var(--border); }
.bundle-add { font-size: .8125rem; font-weight: 700; padding: 8px 16px; border-radius: 999px; background: var(--accent-gradient); color: #fff; }

/* Chat bubbles (feature e) */
.mock-chat { width: 100%; max-width: 460px; display: flex; flex-direction: column; gap: 14px; }
.chat-bubble { max-width: 82%; padding: 13px 17px; border-radius: 16px; font-size: .9rem; line-height: 1.45; box-shadow: var(--shadow-card); }
.chat-bubble--user { align-self: flex-end; background: var(--accent-gradient); color: #fff; border-bottom-right-radius: 4px; }
.chat-bubble--ai { align-self: flex-start; background: #fff; border: 1px solid var(--border); border-bottom-left-radius: 4px; }
.chat-confirm {
  align-self: flex-start; display: inline-flex; align-items: center; gap: 8px;
  font-size: .8125rem; font-weight: 700; padding: 8px 16px; border-radius: 999px;
  background: #fff; border: 1px solid var(--border); color: var(--text);
}
.chat-confirm svg { flex-shrink: 0; }

/* Phone frame (feature f) */
.mock-phone {
  width: 250px; border-radius: 34px; background: #fff; border: 1px solid var(--border);
  box-shadow: var(--shadow-lift); padding: 12px; margin: 0 auto;
}
.phone-screen { border-radius: 24px; background: linear-gradient(170deg, #F6F5FA 0%, #EDF2FB 100%); padding: 14px 12px 18px; overflow: hidden; }
.phone-notch { width: 78px; height: 7px; border-radius: 4px; background: #E7E5EF; margin: 0 auto 14px; }
.phone-notif {
  display: flex; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--border);
  border-radius: 12px; padding: 9px 11px; margin-bottom: 12px; box-shadow: var(--shadow-card);
}
.phone-notif-dot { width: 26px; height: 26px; border-radius: 8px; background: var(--accent-gradient); flex-shrink: 0; }
.phone-widget { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 13px; margin-bottom: 12px; }
.phone-widget-tag { display: inline-block; font-size: .5625rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; background: var(--accent-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 7px; }
.phone-shops { display: flex; align-items: center; gap: 8px; }
.phone-shop { width: 34px; height: 34px; border-radius: 50%; border: 2px solid #fff; box-shadow: var(--shadow-card); }
.phone-shop:nth-child(1) { background: linear-gradient(135deg, #6B4EE8, #8F7BF0); }
.phone-shop:nth-child(2) { background: linear-gradient(135deg, #4A90E2, #7FB3ED); }
.phone-shop:nth-child(3) { background: #E7E5EF; }
.phone-shop--label { font-size: .625rem; font-weight: 700; color: var(--text-muted); }
.mock-mini-line { height: 7px; border-radius: 4px; background: #E7E5EF; margin-bottom: 5px; }
.mock-mini-line--short { width: 55%; }

/* --- How it works ------------------------------------------------------------ */
.steps { display: grid; gap: 24px; margin: 56px 0 48px; }
@media (min-width: 820px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.step {
  background: #FFFFFF; border: 1px solid var(--border); border-radius: 16px;
  padding: 32px; box-shadow: var(--shadow-card); text-align: left;
}
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: 14px; margin-bottom: 18px;
  background: var(--accent-gradient); color: #fff; font-weight: 800; font-size: 1rem;
  letter-spacing: .02em;
}

/* --- Old way vs Autonoma -------------------------------------------------------- */
.compare { display: grid; gap: 0; margin-top: 56px; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; background: #fff; }
.compare-head { display: none; }
@media (min-width: 820px) {
  .compare { grid-template-columns: 1fr 1fr; }
  .compare-head { display: block; padding: 20px 28px; font-weight: 800; font-size: 1.0625rem; border-bottom: 1px solid var(--border); }
  .compare-head--old { background: var(--surface-muted); color: var(--text-muted); }
  .compare-head--new { background: #fff; }
  .compare-head--new span { background: var(--accent-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
}
.compare-cell { display: flex; gap: 12px; align-items: flex-start; padding: 20px 28px; border-bottom: 1px solid var(--border); }
.compare-cell:last-child { border-bottom: 0; }
@media (min-width: 820px) { .compare-cell--old { background: var(--surface-muted); } .compare .compare-cell:nth-last-child(2) { border-bottom: 0; } }
@media (max-width: 819.98px) {
  .compare-cell--old { background: var(--surface-muted); }
  .compare-cell--old::before { content: 'The old way'; display: block; font-size: .6875rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 2px; }
  .compare-cell { flex-direction: column; gap: 6px; }
  .compare-cell .cmp-icon { display: none; }
}
.compare-cell--old { color: var(--text-muted); }
.cmp-icon { flex-shrink: 0; margin-top: 3px; }
.compare-cell--new .key { background: var(--accent-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; font-weight: 700; }

/* --- Pricing --------------------------------------------------------------------- */
.pricing-grid { display: grid; gap: 24px; margin-top: 56px; align-items: stretch; }
@media (min-width: 700px)  { .pricing-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1180px) { .pricing-grid { grid-template-columns: repeat(5, 1fr); } }
.plan {
  position: relative; display: flex; flex-direction: column;
  background: #FFFFFF; border: 1px solid var(--border); border-radius: 16px;
  padding: 28px 24px; box-shadow: var(--shadow-card);
}
.plan--recommended {
  border: 2px solid transparent;
  background-image: linear-gradient(#fff, #fff), var(--accent-gradient);
  background-origin: border-box; background-clip: padding-box, border-box;
  box-shadow: var(--shadow-lift);
}
.plan-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--accent-gradient); color: #fff; font-size: .75rem; font-weight: 700;
  padding: 5px 14px; border-radius: 999px; letter-spacing: .04em; white-space: nowrap;
}
.plan-name { font-size: 1.125rem; font-weight: 800; margin-bottom: 4px; }
.plan-price { font-size: 2rem; font-weight: 800; letter-spacing: -0.02em; }
.plan-price small { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.plan-trial { font-size: .8125rem; font-weight: 600; margin: 6px 0 18px; color: var(--accent-1); }
.plan-trial--none { color: var(--text-muted); }
.plan ul { margin: 0 0 24px; padding: 0; list-style: none; flex: 1; }
.plan ul li { position: relative; padding-left: 24px; margin-bottom: 10px; font-size: .875rem; color: var(--text-muted); }
.plan ul li::before {
  content: ''; position: absolute; left: 0; top: 3px; width: 14px; height: 14px;
  background: var(--accent-gradient);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.plan ul li.unlock { color: var(--text); font-weight: 600; }
.plan .btn { width: 100%; }

/* --- FAQ ---------------------------------------------------------------------------- */
.faq { max-width: 820px; margin: 56px auto 0; }
.faq details { border-bottom: 1px solid var(--border); }
.faq summary {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 22px 4px; cursor: pointer; font-weight: 600; font-size: 1.0625rem; list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+'; font-size: 1.5rem; font-weight: 400; color: var(--accent-1);
  transition: transform .2s ease; flex-shrink: 0;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .faq-a { padding: 0 4px 24px; color: var(--text-muted); }

/* --- Final CTA band ---------------------------------------------------------------- */
.cta-band { background: var(--accent-gradient); color: #FFFFFF; text-align: center; }
.cta-band h2 { color: #FFFFFF; }
.cta-band .btn-invert { background: #FFFFFF; }
.cta-band .btn-invert .btn-label { background: var(--accent-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.cta-band .btn-invert:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(11,11,20,.25); }

/* --- Footer -------------------------------------------------------------------------- */
.site-footer { background: var(--surface-dark); color: #A8A6B8; padding: 72px 0 0; font-size: .9375rem; }
.footer-grid { display: grid; gap: 48px; padding-bottom: 56px; }
@media (min-width: 820px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1.4fr; } }
.footer-logo-chip { display: inline-block; background: #fff; border-radius: 12px; padding: 8px 14px; }
.footer-logo-chip img { height: 36px; width: auto; }
.footer-tagline { margin-top: 16px; max-width: 320px; }
.footer-col h4 { color: #FFFFFF; font-size: .8125rem; text-transform: uppercase; letter-spacing: .08em; margin: 0 0 16px; }
.footer-col a { display: block; color: #A8A6B8; text-decoration: none; margin-bottom: 10px; }
.footer-col a:hover { color: #FFFFFF; }
.footer-contact a { color: #FFFFFF; text-decoration: none; word-break: break-all; }
.footer-contact a:hover { text-decoration: underline; }
.footer-bar { border-top: 1px solid rgba(255,255,255,.08); padding: 24px 0; font-size: .8125rem; }

/* --- Policy pages ----------------------------------------------------------------------- */
.policy { max-width: 720px; margin: 0 auto; padding: 64px var(--pad-x) 96px; font-size: 1.0625rem; line-height: 1.7; }
.policy h1 { font-size: clamp(2rem, 4vw, 2.75rem); margin-bottom: 8px; }
.policy .date { color: var(--text-muted); font-size: .9rem; margin-bottom: 40px; }
.policy h2 { font-size: 1.375rem; margin-top: 44px; margin-bottom: 12px; }
.policy h3 { font-size: 1.0625rem; margin-top: 28px; }
.policy p, .policy li { color: #3A3A48; }
.policy ul { padding-left: 22px; }
.policy li { margin-bottom: 8px; }
.policy a { color: var(--accent-1); }

/* --- Utilities ---------------------------------------------------------------------------- */
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .site-header { transition: none; }
}
