/* SRI SAI Enterprises — static site.

   This is a faithful port of the design the React app actually shipped, not a
   fresh design. Values are lifted from the app's own stylesheets so the static
   pages are visually continuous with what visitors and Google already saw:

     frontend/src/styles/customer-warm.css  → palette, fonts, hero, buttons
     frontend/src/faq/faq.css               → FAQ index + service pages
     frontend/src/legal/legal.css           → legal pages + site footer

   The app's base tokens are a neutral off-white with an Apple-blue primary;
   customer-warm.css is imported last and retints the whole customer surface to
   this warm cream/gold system with Instrument Serif display headings. That
   retint is what the public actually saw, so it is what is reproduced here. */

/* ── Fonts (self-hosted, same files the app bundled) ───────────────────── */
@font-face {
  font-family: 'Figtree'; font-style: normal; font-display: swap;
  font-weight: 300 900;
  src: url('/assets/fonts/figtree-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'Figtree'; font-style: normal; font-display: swap;
  font-weight: 300 900;
  src: url('/assets/fonts/figtree-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: 'Instrument Serif'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('/assets/fonts/instrument-serif-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'Instrument Serif'; font-style: italic; font-weight: 400; font-display: swap;
  src: url('/assets/fonts/instrument-serif-latin-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'Instrument Serif'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('/assets/fonts/instrument-serif-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: 'Instrument Serif'; font-style: italic; font-weight: 400; font-display: swap;
  src: url('/assets/fonts/instrument-serif-latin-ext-italic.woff2') format('woff2');
  unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* ── Tokens (customer-warm.css) ────────────────────────────────────────── */
:root {
  --pub-bg: oklch(0.975 0.016 75);
  --pub-card: #ffffff;
  --pub-text: #241708;
  --pub-text-muted: oklch(0.5 0.06 65);
  --pub-border: #ecdcc4;
  --brand-primary: #b8670e;
  --brand-primary-deep: #a1560a;
  --brand-gold: #d98b2b;

  /* legal.css uses a slightly cooler set of hairlines than the landing */
  --line-strong: oklch(0.9 0.02 70);
  --line-soft: oklch(0.93 0.02 72);
  --tint: oklch(0.96 0.02 72);
  --muted-2: oklch(0.62 0.05 65);

  --font-body: 'Figtree', 'Noto Sans Kannada', 'Nirmala UI', Tunga, ui-sans-serif, system-ui, -apple-system, sans-serif;
  --font-display: 'Instrument Serif', 'Noto Serif Kannada', Georgia, serif;
}

/* Cross-document view transitions: a plain CSS opt-in, no framework and no
   script. Navigation between these pages cross-fades instead of flashing. */
@view-transition { navigation: auto; }

@media (prefers-reduced-motion: reduce) {
  @view-transition { navigation: none; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important; animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important; scroll-behavior: auto !important;
  }
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--pub-bg);
  color: var(--pub-text);
  font-family: var(--font-body);
  font-size: 15.5px;
  line-height: 1.55;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

a { color: color-mix(in oklch, var(--brand-gold), black 18%); }

/* ── Header ────────────────────────────────────────────────────────────── */
/* The app lays the customer shell out edge-to-edge with a 64px gutter
   rather than a narrow centred column — content starts at x=64 on a 1280
   viewport. Header and body share the gutter so they align. */
.hd {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; flex-wrap: nowrap;
  max-width: 1280px; width: 100%; margin: 0 auto; padding: 14px 64px;
}
.brand { display: flex; align-items: center; gap: 10px; min-height: 44px;
         text-decoration: none; color: var(--pub-text); }
.brand .mk {
  width: 34px; height: 34px; border-radius: 10px;
  background: var(--brand-primary); color: #fff;
  display: grid; place-items: center;
  font-family: var(--font-display); font-size: 19px; line-height: 1;
}
.brand .nm { display: flex; align-items: baseline; gap: 5px; line-height: 1.1; white-space: nowrap; }
.brand .nm b { font-size: 15px; font-weight: 700; letter-spacing: .04em; }
.brand .nm i { font-style: normal; font-size: 12.5px; color: var(--pub-text-muted); }
.hd nav { display: flex; align-items: center; gap: 6px; }
.hd nav a {
  display: inline-flex; align-items: center; min-height: 44px;
  text-decoration: none; color: var(--pub-text); font-size: 13.5px; font-weight: 600;
  padding: 8px 14px; border-radius: 9px;
}
.hd nav a:hover { background: var(--tint); }
.hd nav a.call { border: 1px solid var(--pub-border); background: #fff; }
.hd nav a.wa { background: var(--brand-primary); color: #fff; border: 1px solid var(--brand-primary); }
.hd nav a.wa:hover { background: var(--brand-primary-deep); }

main { flex: 1 0 auto; width: 100%; }

/* Persistent tap-to-call. The old app hid its footer on mobile because a fixed
   bottom nav lived here; the brochure site dropped the nav and left nothing.
   This restores the conversion half of that bar. */
.stickybar { display: none; }
@media (max-width: 767px) {
  .stickybar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
    display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
    background: color-mix(in oklch, var(--pub-bg), transparent 8%);
    backdrop-filter: blur(10px);
    border-top: 1px solid var(--pub-border);
  }
  .sb {
    display: flex; align-items: center; justify-content: center;
    min-height: 48px; border-radius: 14px;
    font-size: 15.5px; font-weight: 650; text-decoration: none;
  }
  .sb-call { background: var(--brand-primary); color: #fff; }
  .sb-wa { background: #fff; color: var(--pub-text); border: 1px solid var(--pub-border); }
  /* keep the footer clear of the bar */
  body { padding-bottom: 76px; }
}

/* ── Landing ───────────────────────────────────────────────────────────── */
.wrap { max-width: 1280px; margin: 0 auto; padding: 0 64px 56px; }
.wrap-narrow { max-width: 860px; margin: 0 auto; padding: 26px 20px 40px; display: flex; flex-direction: column; gap: 22px; }
.wrap-legal { max-width: 760px; margin: 0 auto; padding: 28px 20px 72px; }

/* Measured off the running app: 11px/700, 0.02em tracking, gold-tinted fill,
   no border, 5px 11px padding. */
.pill {
  display: inline-flex; align-items: center;
  padding: 5px 11px; border-radius: 100px;
  background: rgba(184, 103, 14, 0.1); border: 0;
  font-size: 11px; font-weight: 700; letter-spacing: 0.02em;
  text-transform: uppercase; color: #8a520f;
}

/* Two-column hero, mirroring the app: copy left, a supporting panel right.
   The app's right column was an autoplaying video card; a static site has no
   business shipping one, so the same slot carries the "what to send us"
   checklist — which is the question that card was answering anyway. */
.hero { padding: 16px 0 4px; display: grid; gap: 28px; align-items: start; }
@media (min-width: 900px) { .hero { grid-template-columns: 1.05fr 0.95fr; gap: 44px; } }

.hero-aside { display: flex; flex-direction: column; gap: 12px; }
.hero-card {
  background: var(--pub-card); border: 1px solid var(--pub-border);
  border-radius: 18px; padding: 22px 24px;
}
.hc-kicker {
  margin: 0 0 4px; font-size: 11px; font-weight: 640; letter-spacing: .07em;
  text-transform: uppercase; color: var(--brand-primary);
}
.hc-title { margin: 0 0 14px; font-family: var(--font-display); font-weight: 400; font-size: 24px; letter-spacing: -0.01em; }
.hc-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.hc-list li { position: relative; padding-left: 24px; font-size: 14.5px; color: #3a2c1a; }
.hc-list li::before {
  content: "✓"; position: absolute; left: 0; top: -1px;
  color: var(--brand-primary); font-weight: 700; font-size: 13px;
}
.hc-note { margin: 16px 0 0; font-size: 13px; line-height: 1.5; color: var(--pub-text-muted); }

.hero-mini { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.hero-mini a {
  padding: 13px 14px; border-radius: 14px; background: var(--pub-card);
  border: 1px solid var(--pub-border); text-decoration: none;
}
.hero-mini a:hover { border-color: var(--brand-primary); }
.hero-mini strong { font-size: 14px; font-weight: 650; color: var(--pub-text); }

.hero-browse {
  display: block; text-align: center; padding: 13px;
  border: 1px dashed var(--pub-border); border-radius: 14px;
  font-size: 14px; font-weight: 600; color: var(--pub-text); text-decoration: none;
}
.hero-browse:hover { border-color: var(--brand-primary); color: var(--brand-primary); }
/* 46.08px / 400 / 1.02 / -0.01em, wrapping inside ~534px — measured values. */
.hero h1 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(34px, 3.6vw, 46px); line-height: 1.02;
  letter-spacing: -0.01em; color: var(--pub-text);
  margin: 14px 0 0; max-width: 534px;
}
.hero .kn-line {
  margin: 12px 0 0; font-size: clamp(17px, 1.7vw, 21px); line-height: 1.35;
  color: var(--brand-primary); font-weight: 600; max-width: 534px;
}
.hero .sub {
  margin: 16px 0 0; font-size: 15.5px; line-height: 1.55;
  color: var(--pub-text-muted); max-width: 460px;
}
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
/* 52px tall, 0 26px padding, 14px radius, 15.5px/650 — measured values.
   The primary has no border in the app; the secondary has a 1px #ecdcc4 one. */
.cta {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 26px; border-radius: 14px;
  border: 0; background: var(--brand-primary); color: #fff;
  font-size: 15.5px; font-weight: 650; text-decoration: none;
}
.cta:hover { background: var(--brand-primary-deep); }
.cta.secondary { background: #fff; color: var(--pub-text); border: 1px solid var(--pub-border); }
.cta.secondary:hover { border-color: var(--brand-primary); }

/* Two columns on desktop, as in the app, so no item wraps mid-phrase. */
.trust {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 26px; margin-top: 24px; max-width: 534px;
}
/* Two columns at 390px broke phrases mid-word ("First response in 24– / 48 hrs"). */
@media (max-width: 619px) { .trust { grid-template-columns: 1fr; gap: 12px; } }
.trust > div {
  display: flex; align-items: flex-start; gap: 9px;
  font-size: 13.5px; font-weight: 600; line-height: 1.3;
  color: var(--pub-text);
}
.trust b { color: var(--brand-primary); font-size: 14px; line-height: 1.3; }

/* section rhythm */
.sec { margin: 46px 0 0; }
.sec > h2 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(24px, 3.4vw, 32px); line-height: 1.15;
  letter-spacing: -0.01em; margin: 0 0 6px;
}
.sec > .sechint { margin: 0 0 18px; font-size: 14.5px; color: var(--pub-text-muted); max-width: 60ch; }
.eyebrow {
  font-size: 11px; font-weight: 640; letter-spacing: .07em; text-transform: uppercase;
  color: var(--muted-2); margin: 0 0 10px;
}

/* service cards — faq.css .faq-index-card metrics */
.svcgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 12px; }
.svc {
  display: flex; flex-direction: column; gap: 4px;
  padding: 14px 16px; border: 1px solid var(--pub-border); border-radius: 14px;
  background: var(--pub-card); text-decoration: none;
}
.svc:hover { border-color: var(--brand-primary); }
.svc strong { font-size: 15.5px; color: var(--pub-text); font-weight: 650; }
.svc span { font-size: 13px; color: var(--pub-text-muted); line-height: 1.45; }

/* steps */
.steps { counter-reset: s; list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.steps li {
  counter-increment: s; position: relative;
  padding: 16px 18px 16px 52px;
  background: var(--pub-card); border: 1px solid var(--pub-border); border-radius: 14px;
  font-size: 14.5px; line-height: 1.6; color: #3a2c1a;
}
.steps li::before {
  content: counter(s, decimal-leading-zero);
  position: absolute; left: 17px; top: 16px;
  font-size: 12px; font-weight: 700; color: var(--brand-primary);
  font-variant-numeric: tabular-nums;
}
.steps li b { color: var(--pub-text); font-weight: 650; }

.whygrid { display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.whygrid > div { padding: 16px 18px; background: var(--pub-card); border: 1px solid var(--pub-border); border-radius: 14px; }
.whygrid h3 { margin: 0 0 6px; font-size: 15.5px; font-weight: 650; }
.whygrid p { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--pub-text-muted); }

.panel {
  margin-top: 46px; padding: 24px 22px; border-radius: 14px;
  background: var(--tint); border: 1px solid var(--line-strong);
}
.panel h2 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(22px, 3vw, 28px); margin: 0 0 6px; letter-spacing: -0.01em;
}
.panel p { margin: 0 0 16px; font-size: 14.5px; color: var(--pub-text-muted); max-width: 60ch; }
.panel .addr { margin: 14px 0 0; font-size: 13px; color: var(--muted-2); }

/* ── FAQ (faq.css) ─────────────────────────────────────────────────────── */
.backlink {
  align-self: flex-start; display: inline-flex; align-items: center; gap: 5px;
  min-height: 44px;
  font-size: 14px; font-weight: 600; color: var(--pub-text-muted);
  text-decoration: none; padding: 6px 12px 6px 8px; border-radius: 9px;
}
.backlink:hover { color: var(--pub-text); background: var(--tint); }

.topbar { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.faqhead { display: flex; flex-direction: column; gap: 10px; }
/* FAQ headings stay in the body sans, not the display serif: in the app the
   serif came from a `.customer-site h1` rule, and the FAQ pages render outside
   that wrapper. Keeping the difference preserves the original look. */
.faqhead h1 {
  margin: 0; font-weight: 600;
  font-size: clamp(26px, 4.5vw, 34px); line-height: 1.15; letter-spacing: -0.01em;
}
.faqintro { margin: 0; font-size: 15px; color: var(--pub-text-muted); line-height: 1.55; max-width: 56ch; }

/* Language switch. The app used a JS-backed EN|ಕ segmented control; this is
   the same control driven by radio inputs so the page still ships zero JS. */
/* Language switch. Now two real links (EN at /faq/x, Kannada at /kn/faq/x)
   rather than a CSS toggle: hiding a translation on the same URL means Google
   has no distinct page to rank for Kannada queries. */
.langseg { display: inline-flex; border: 1px solid #e0cdae; border-radius: 999px; background: #fff; padding: 3px; gap: 2px; }
/* 44px minimum: the audience is on mid-range Androids and the document
   checkboxes were rendering at 13px. */
.langseg a {
  min-width: 48px; min-height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; font-size: 14px; font-weight: 600; color: #8a5a12;
  padding: 8px 14px; border-radius: 999px;
}
.langseg a.on { background: var(--brand-primary); color: #fff; }
.langseg a:not(.on):hover { background: var(--tint); }

/* Video explainer embedded on a service page. */
.vid { margin-top: 4px; }
.vid h2 {
  margin: 0 0 4px; font-size: 17px; font-weight: 650; color: var(--pub-text);
}
.vid .vhint { margin: 0 0 12px; font-size: 13.5px; color: var(--pub-text-muted); }
/* The explainers are 9:16 Shorts, not landscape video — embedding them at
   16:9 letterboxes a tall clip inside a wide black box. Vertical frames in a
   row also let three fit where one landscape player would have gone. */
.vidframe {
  position: relative; width: 100%; max-width: 260px; aspect-ratio: 9 / 16;
  border-radius: 14px; overflow: hidden;
  border: 1px solid var(--pub-border); background: #000;
}
.vidframe iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.vidlist {
  display: grid; gap: 18px;
  grid-template-columns: repeat(auto-fit, 260px);
}
/* Three stacked 9:16 players were ~1390px of a phone page. A snap row shows
   one at a time and swipes to the rest. */
@media (max-width: 767px) {
  .vidlist {
    display: flex; gap: 14px;
    overflow-x: auto; scroll-snap-type: x mandatory;
    margin-inline: -16px; padding: 0 16px 6px;
    scrollbar-width: none;
  }
  .vidlist::-webkit-scrollbar { display: none; }
  .vidlist > div { flex: 0 0 240px; scroll-snap-align: start; }
  .vidframe { width: 240px; }
  .vidcap { max-width: 240px; }
}
/* Poster fallback for videos whose owner disabled embedding. */
.vidlink { display: block; text-decoration: none; }
.vidlink img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vidlink .playbadge {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 54px; height: 54px; border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  border: 2px solid rgba(255, 255, 255, 0.9);
}
.vidlink .playbadge::after {
  content: ""; position: absolute; left: 21px; top: 16px;
  border-left: 17px solid #fff;
  border-top: 10px solid transparent; border-bottom: 10px solid transparent;
}
.vidlink:hover { border-color: var(--brand-primary); }
.vidlink:hover .playbadge { background: var(--brand-primary); border-color: #fff; }

.vidcap { margin: 8px 0 0; max-width: 260px; font-size: 12.5px; line-height: 1.45; color: var(--pub-text-muted); }

/* The Q&A is now a section below the enquiry form, so it needs a heading of
   its own to read as one. */
.qasec { display: flex; flex-direction: column; }
.qahead {
  margin: 0 0 2px; font-size: 15.5px; font-weight: 650; color: var(--pub-text);
}
.qalist { display: flex; flex-direction: column; }
.qa { display: flex; flex-direction: column; gap: 6px; padding: 16px 0; border-bottom: 1px solid #f2e9db; }
.qa:last-child { border-bottom: 0; }
.qa h2 { margin: 0; font-size: 17px; line-height: 1.35; color: var(--pub-text); font-weight: 650; }
.qa p { margin: 0; font-size: 15px; line-height: 1.6; color: #4a4236; }

.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips a {
  display: inline-flex; align-items: center; min-height: 44px;
  font-size: 13.5px; font-weight: 560; color: var(--pub-text); text-decoration: none;
  padding: 8px 15px; border-radius: 999px;
  background: var(--tint); border: 1px solid var(--line-strong);
}
.chips a:hover { border-color: oklch(0.82 0.03 70); }

.askbox {
  margin-top: 4px; padding: 18px; border-radius: 14px;
  background: var(--pub-card); border: 1px solid var(--line-strong);
}
/* Contact form. Posts straight to wa.me as a GET, so it needs no JS and the
   site never holds anyone's details. */
.wform { display: flex; flex-direction: column; }
.wtitle { margin: 0; font-size: 15.5px; font-weight: 650; color: var(--pub-text); }
.wfields { display: grid; gap: 12px; margin-bottom: 16px; }
@media (min-width: 620px) { .wfields { grid-template-columns: 1fr 1fr; } }
.wfield { display: flex; flex-direction: column; gap: 5px; }
.wfield > span { font-size: 13.5px; font-weight: 600; color: var(--pub-text); }
.req { color: var(--brand-primary); }
.wfull { grid-column: 1 / -1; }
.wsvchint { font-style: normal; font-size: 12.5px; color: var(--pub-text-muted); }
.wfield input[type=text], .wfield select {
  width: 100%; min-height: 44px; padding: 11px 12px; border-radius: 12px;
  border: 1px solid var(--pub-border); background: #fff; color: var(--pub-text);
  font: inherit; font-size: 15px;
}
.wfield input[type=text]:focus, .wfield select:focus, .wform textarea:focus {
  outline: none; border-color: var(--brand-primary);
  box-shadow: 0 0 0 3px rgba(184, 103, 14, 0.15);
}
.wdocs { border: 0; padding: 0; margin: 0 0 16px; }
.wdocs legend { padding: 0; font-size: 13.5px; font-weight: 600; color: var(--pub-text); }
/* Wrapping chips rather than five full-width rows — the same information in
   roughly half the vertical space, which matters on a page already 5+ screens
   long on a phone. */
.wdocgrid { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.wdoc {
  display: inline-flex; align-items: center; gap: 9px;
  min-height: 44px; padding: 8px 14px; border-radius: 999px;
  border: 1px solid var(--pub-border); background: #fff;
  font-size: 14px; line-height: 1.3; cursor: pointer;
}
.wdoc:hover { border-color: var(--brand-primary); }
.wdoc:has(input:checked) {
  border-color: var(--brand-primary); background: rgba(184, 103, 14, 0.08);
}
.wdoc input {
  accent-color: var(--brand-primary); flex: 0 0 auto;
  width: 20px; height: 20px; margin: 0;
}
.wform .wfield textarea { margin: 0; }
.whelp { margin: 6px 0 12px; font-size: 13.5px; line-height: 1.5; color: var(--pub-text-muted); }
.wform textarea {
  width: 100%; resize: vertical; min-height: 96px;
  padding: 12px 14px; border-radius: 14px;
  border: 1px solid var(--pub-border); background: #fff; color: var(--pub-text);
  font: inherit; font-size: 15px; line-height: 1.5;
}
.wform textarea:focus {
  outline: none; border-color: var(--brand-primary);
  box-shadow: 0 0 0 3px rgba(184, 103, 14, 0.15);
}
.wrow { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 12px; }
.wform button.cta { cursor: pointer; font-family: inherit; }
.wor { font-size: 14px; color: var(--pub-text-muted); }
.wnote { margin: 10px 0 0; font-size: 12.5px; line-height: 1.45; color: var(--muted-2); }

.askbox p { margin: 0 0 14px; font-size: 14.5px; color: var(--pub-text-muted); }
.cta-row.tight { margin-top: 0; }
.cta-after { margin: 18px 0 0; }

/* ── Legal (legal.css) ─────────────────────────────────────────────────── */
.lhead { border-bottom: 1px solid var(--line-strong); padding-bottom: 18px; margin-bottom: 8px; }
.lhead h1 { margin: 0 0 6px; font-size: 27px; font-weight: 700; letter-spacing: -0.02em; }
.ltagline { margin: 0 0 10px; font-size: 15px; line-height: 1.5; color: var(--pub-text-muted); }
.lupdated { margin: 0; font-size: 12.5px; font-weight: 560; color: var(--brand-gold); }

.lsec { padding: 18px 0; border-bottom: 1px solid var(--line-soft); }
.lsec:last-child { border-bottom: none; }
.lsec h2 { margin: 0 0 10px; font-size: 16px; font-weight: 640; letter-spacing: -0.01em; }
.lsec p { margin: 0 0 10px; font-size: 14.5px; line-height: 1.65; color: #3a2c1a; }
.lsec p:last-child { margin-bottom: 0; }
.lsec ul { margin: 0; padding-left: 20px; display: flex; flex-direction: column; gap: 8px; }
.lsec li { font-size: 14.5px; line-height: 1.6; color: #3a2c1a; }
.lsec a { text-decoration: underline; text-underline-offset: 2px; }

.crossnav {
  margin-top: 26px; padding: 18px; border-radius: 14px;
  background: #fff; border: 1px solid var(--line-strong);
}
.crossnav > span {
  display: block; font-size: 11px; font-weight: 640; letter-spacing: .07em;
  text-transform: uppercase; color: var(--muted-2); margin-bottom: 10px;
}
.lfoot { margin-top: 22px; font-size: 12px; line-height: 1.5; color: var(--muted-2); }

/* ── Footer (legal.css .site-footer) ───────────────────────────────────── */
.ft {
  flex: 0 0 auto;
  padding: 14px 20px 20px; border-top: 1px solid var(--line-strong);
  background: var(--tint); text-align: center;
}
.ftlinks {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 4px 18px; margin-bottom: 6px;
}
.ftlinks a {
  display: inline-flex; align-items: center; min-height: 24px; padding: 2px 4px;
  font-size: 12.5px; font-weight: 560; color: var(--pub-text); text-decoration: none;
}
.ftlinks a:hover { color: color-mix(in oklch, var(--brand-gold), black 18%); text-decoration: underline; text-underline-offset: 2px; }
.ftnote { max-width: 980px; margin: 0 auto; font-size: 11px; line-height: 1.4; color: var(--pub-text-muted); }
.ftcopy { color: var(--muted-2); }

/* ── Mobile ────────────────────────────────────────────────────────────── */
@media (max-width: 767px) {
  .hd { padding: 12px 16px; }
  .wrap { padding: 0 16px 44px; }
  .hd .brand .nm i { display: none; }
  .hd .brand .mk { width: 30px; height: 30px; font-size: 17px; }
  .hd nav a { padding: 8px 12px; font-size: 13.5px; }
  /* The sticky bar carries Call + WhatsApp on phones, so the header does not
     repeat them — the fold had four competing contact CTAs. */
  .hd nav a.dk { display: none; }
  .wrap { padding: 0 16px 44px; }
  .wrap-narrow { padding: 20px 16px 32px; gap: 18px; }
  .wrap-legal { padding: 22px 16px 48px; }
  .svcgrid { grid-template-columns: 1fr; }
  .hero h1 { max-width: none; }
  .cta { width: 100%; }
}
