/* ============================================================================
   Aarunya /tools/ — shared stylesheet for the static tools section.

   Tokens below are copied verbatim from src/styles/tokens.css and the
   relevant rules from src/styles/brand.css so these pages are visually
   identical to the rest of the site. If the brand tokens change, update
   both places (see the note in src/styles/tokens.css).
   ========================================================================== */

:root {
  --ink: #14171C;
  --ink-soft: #2A2F38;
  --paper: #F5F1E8;
  --paper-deep: #EBE4D6;
  --gold: #B8912F;
  --gold-bright: #E3BE63;
  --line: rgba(20, 23, 28, .14);
  --line-dark: rgba(245, 241, 232, .16);

  --text-h1: clamp(34px, 5vw, 52px);
  --text-h2: clamp(26px, 3.2vw, 36px);
  --text-h3: clamp(19px, 2vw, 23px);
  --text-body: 17px;
  --text-body-lh: 1.65;
  --measure: 66ch;

  --section-pad: clamp(40px, 6vw, 80px);
  --content-max: 1240px;
  --gutter: 24px;
  --ease-standard: cubic-bezier(.22, 1, .36, 1);
}

@media (min-width: 768px) { :root { --gutter: 48px; } }

* { box-sizing: border-box; }
/* The [hidden] attribute must always win, regardless of what other class
   also sets `display` on the same element (.calc-row, .result-sheet li,
   .nav-mobile-overlay, etc. all set their own display value at the same
   0,1,0 specificity as the browser's own [hidden] rule, so without this,
   whichever rule is later in the stylesheet wins — silently unhiding
   "hidden" conditional fields and result rows). Keep this near the top of
   the cascade; every other rule in this file must lose to it. */
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Inter', sans-serif;
  font-size: var(--text-body);
  line-height: var(--text-body-lh);
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, .serif { font-family: 'Fraunces', serif; letter-spacing: -0.01em; color: var(--ink); }
h1 { font-size: var(--text-h1); line-height: 1.08; font-weight: 600; margin: 0 0 20px; }
h2 { font-size: var(--text-h2); line-height: 1.16; font-weight: 600; margin: 0 0 16px; }
h3 { font-size: var(--text-h3); line-height: 1.3; font-weight: 600; margin: 0 0 10px; }
p { margin: 0 0 16px; max-width: var(--measure); }
a { color: inherit; }
img { max-width: 100%; display: block; }
.wrap { max-width: var(--content-max); margin: 0 auto; padding: 0 32px; }
/* MOBILE-REDESIGN-SPEC.md Phase C1: page gutter 16px on mobile (was 20px),
   matching the SPA's own .wrap. */
@media (max-width: 720px) { .wrap { padding: 0 16px; } }
.section { padding: var(--section-pad) 0; }
.kicker { font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 14px; display: flex; align-items: center; gap: 12px; }
/* MOBILE-REDESIGN-SPEC.md Phase C1: 13px at wide tracking is near-unreadable
   at arm's length on a phone. */
@media (max-width: 767px) { .kicker { font-size: 12px; letter-spacing: 0.1em; } }
.kicker::before { content: ''; width: 26px; height: 1.5px; background: var(--gold); }
.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; }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible,
summary:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
  border-radius: 3px;
}

/* ---------- Skip link ---------- */
.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--ink); color: #fff; padding: 10px 18px; border-radius: 2px;
  transition: top .2s var(--ease-standard);
}
.skip-link:focus { top: 12px; }

/* ---------- Buttons (copied from brand.css) ---------- */
.btn-primary {
  background: var(--gold); color: var(--ink); font-weight: 700; font-size: 14px;
  letter-spacing: 0.01em; padding: 15px 30px; border-radius: 2px; display: inline-flex;
  align-items: center; gap: 10px; border: none; cursor: pointer;
  transition: transform .3s ease, box-shadow .3s ease; text-decoration: none;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(184, 145, 47, 0.28); }
.btn-secondary {
  background: none; border: 1px solid rgba(20,23,28,0.25); color: var(--ink); font-weight: 600;
  font-size: 14px; letter-spacing: 0.01em; padding: 15px 28px; border-radius: 2px;
  display: inline-flex; align-items: center; gap: 10px; cursor: pointer; text-decoration: none;
  transition: all .3s ease;
}
.btn-secondary:hover { border-color: var(--gold); color: var(--gold); }
.btn-dark {
  background: var(--ink); color: var(--gold-bright); font-weight: 600; font-size: 14px;
  padding: 15px 30px; border-radius: 2px; text-transform: uppercase; letter-spacing: 0.02em;
  display: inline-flex; align-items: center; gap: 10px; border: none; cursor: pointer;
  text-decoration: none; transition: background .3s;
}
.btn-dark:hover { background: #000; }
.btn-whatsapp {
  background: #25D366; color: #08210f; font-weight: 700; font-size: 14px; padding: 15px 28px;
  border-radius: 2px; display: inline-flex; align-items: center; gap: 10px; text-decoration: none;
  transition: filter .2s;
}
.btn-whatsapp:hover { filter: brightness(0.94); }

/* ---------- Header (matches Navbar.tsx / .brand-nav) ---------- */
.brand-nav {
  position: sticky; top: 0; z-index: 100; height: 76px; display: flex; align-items: center;
  justify-content: space-between; padding: 0 32px; background: var(--ink); border-bottom: 1px solid var(--line-dark);
}
@media (max-width: 900px) { .brand-nav { height: 60px; padding: 0 20px; } }
.brand-logo { display: flex; align-items: center; gap: 10px; background: none; border: none; cursor: pointer; padding: 0; text-decoration: none; }
/* MOBILE-REDESIGN-SPEC.md Phase B7, mobile-only per user request: padding
   grows the tap target to 44px without changing the visible logo size on
   desktop. */
@media (max-width: 767px) { .brand-logo { padding: 7px 0; } }
.brand-logo .mark { width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(135deg, var(--gold-bright), var(--gold)); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--ink); font-family: 'Fraunces', serif; font-weight: 700; font-size: 14px; }
.brand-logo .name { color: #fff; font-family: 'Fraunces', serif; font-weight: 600; font-size: 17px; }
.navlinks { display: flex; align-items: center; gap: 30px; }
.navlinks a, .navlinks button { background: none; border: none; color: rgba(255,255,255,0.78); font-size: 14px; font-weight: 500; cursor: pointer; padding: 8px 0; text-decoration: none; }
.navlinks a:hover, .navlinks button:hover, .navlinks a[aria-current="page"] { color: var(--gold-bright); }
.nav-right { display: flex; align-items: center; gap: 18px; }
.nav-phone { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,0.75); font-size: 13.5px; font-weight: 500; text-decoration: none; }
.nav-phone:hover { color: var(--gold-bright); }
.nav-cta { background: var(--gold); color: var(--ink); font-weight: 700; font-size: 13.5px; padding: 10px 22px; border-radius: 2px; text-decoration: none; }
.nav-cta:hover { background: var(--gold-bright); }
.lang-toggle { background: none; border: 1px solid rgba(255,255,255,0.3); color: rgba(255,255,255,0.85); font-size: 12.5px; font-weight: 600; padding: 7px 13px; border-radius: 999px; cursor: pointer; text-decoration: none; display: inline-flex; }
.lang-toggle:hover { border-color: var(--gold-bright); color: var(--gold-bright); }
/* MOBILE-REDESIGN-SPEC.md Phase B7: 22px icon + 11px padding = 44px — this
   element is display:none above 900px regardless, so it never affected
   desktop even before the breakpoint revert below. */
.nav-mobile-trigger { display: none; background: none; border: none; cursor: pointer; padding: 11px; }
/* Mobile/desktop nav switch — kept as one block, after every base rule it
   overrides, so cascade order can't silently re-show the desktop nav (see
   the .nav-mobile-overlay[hidden] fix above for the same class of bug). */
@media (max-width: 900px) {
  .navlinks, .nav-right { display: none; }
  .nav-mobile-trigger { display: flex; align-items: center; justify-content: center; }
}
.nav-mobile-overlay { position: fixed; inset: 0; z-index: 150; background: var(--ink); display: flex; align-items: flex-start; justify-content: center; padding: 90px 24px 24px; overflow-y: auto; }
.nav-mobile-links { display: flex; flex-direction: column; align-items: stretch; gap: 4px; width: 100%; max-width: 380px; margin: 0 auto; }
.nav-mobile-links > a, .nav-mobile-links > button { background: none; border: none; color: rgba(255,255,255,0.85); font-size: 17px; font-weight: 500; padding: 13px 4px; text-align: left; text-decoration: none; cursor: pointer; border-bottom: 1px solid var(--line-dark); }
.nav-mobile-phone { display: flex; align-items: center; justify-content: center; gap: 8px; color: rgba(255,255,255,0.7); font-size: 15px; padding-top: 18px; text-decoration: none; }
.nav-mobile-cta { margin-top: 18px; width: 100%; padding: 15px 0; border-radius: 2px; background: var(--gold); color: var(--ink); font-weight: 700; text-align: center; text-decoration: none; }

/* ---------- Tools mega-dropdown ---------- */
.nav-tools { position: relative; }
.nav-tools > button { display: inline-flex; align-items: center; gap: 5px; }
.nav-tools > button::after { content: ''; width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .2s; }
.nav-tools[data-open="true"] > button::after { transform: rotate(225deg) translateY(2px); }
.tools-panel {
  position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%);
  width: min(760px, 86vw); background: var(--ink); border: 1px solid var(--line-dark); border-radius: 4px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.45); padding: 28px; display: none; grid-template-columns: repeat(4, 1fr); gap: 26px;
  z-index: 110;
}
.nav-tools[data-open="true"] .tools-panel { display: grid; }
.tools-panel-col h5 { color: var(--gold-bright); font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; margin: 0 0 14px; }
.tools-panel-col a { display: block; color: rgba(255,255,255,0.78); font-size: 14px; line-height: 1.5; padding: 7px 0; text-decoration: none; }
.tools-panel-col a:hover, .tools-panel-col a[aria-current="page"] { color: var(--gold-bright); }
.tools-panel-foot { grid-column: 1 / -1; border-top: 1px solid var(--line-dark); padding-top: 16px; margin-top: 4px; }
.tools-panel-foot a { color: var(--gold-bright); font-size: 13.5px; font-weight: 600; text-decoration: none; }

/* Mobile Tools accordion, lives inside .nav-mobile-links */
.nav-tools-accordion { border-bottom: 1px solid var(--line-dark); }
.nav-tools-accordion > button { width: 100%; display: flex; align-items: center; justify-content: space-between; background: none; border: none; color: rgba(255,255,255,0.85); font-size: 17px; font-weight: 500; padding: 13px 4px; cursor: pointer; }
.nav-tools-accordion-panel { display: none; padding: 4px 4px 16px; }
.nav-tools-accordion[data-open="true"] .nav-tools-accordion-panel { display: block; }
.nav-tools-accordion-group { margin-bottom: 14px; }
.nav-tools-accordion-group h5 { color: var(--gold-bright); font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.08em; margin: 0 0 8px; }
.nav-tools-accordion-group a { display: block; color: rgba(255,255,255,0.72); font-size: 15px; padding: 7px 0; text-decoration: none; }

/* ---------- Breadcrumb ---------- */
.tools-breadcrumb { padding: 18px 0 0; font-size: 13.5px; color: #5c6058; }
.tools-breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; }
.tools-breadcrumb li { display: flex; align-items: center; gap: 6px; }
.tools-breadcrumb li:not(:last-child)::after { content: '/'; color: var(--gold); opacity: .7; margin-left: 6px; }
.tools-breadcrumb a { color: #5c6058; text-decoration: none; }
.tools-breadcrumb a:hover { color: var(--gold); }
.tools-breadcrumb [aria-current="page"] { color: var(--ink); font-weight: 600; }

/* ---------- Tool page shell ---------- */
.tool-hero { padding: 22px 0 8px; }
.tool-hero .eyebrow { color: var(--gold); font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 10px; }
.tool-lede { color: #4a4a45; font-size: 17px; max-width: var(--measure); }
.tool-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: start; margin-top: 28px; }
@media (max-width: 900px) { .tool-grid { grid-template-columns: 1fr; } }
.calc-card {
  background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 28px;
  box-shadow: 0 6px 22px rgba(20,23,28,0.06);
}
.calc-field { margin-bottom: 18px; }
.calc-field label { display: block; font-size: 13.5px; font-weight: 600; color: var(--ink-soft); margin-bottom: 7px; }
.calc-field .hint { font-size: 12.5px; color: #7a7a72; margin-top: 5px; }
.calc-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 14px; }
.calc-field input[type="number"], .calc-field input[type="text"], .calc-field select {
  width: 100%; border: 1px solid var(--line); border-radius: 4px; padding: 12px 14px; font-size: 15px;
  font-family: inherit; color: var(--ink); background: #fff;
}
.calc-field input:focus-visible, .calc-field select:focus-visible { outline: 2px solid var(--gold); outline-offset: 1px; }
.calc-unit-group { display: flex; gap: 8px; flex-wrap: wrap; }
.unit-pill { border: 1px solid var(--line); background: #fff; color: var(--ink-soft); font-size: 13px; font-weight: 600; padding: 8px 14px; border-radius: 999px; cursor: pointer; }
.unit-pill[aria-pressed="true"] { background: var(--ink); color: var(--gold-bright); border-color: var(--ink); }
.radio-row { display: flex; gap: 22px; flex-wrap: wrap; margin-bottom: 16px; }
.radio-row label { display: flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 600; color: var(--ink-soft); cursor: pointer; }
.check-row { display: flex; align-items: center; gap: 8px; margin: 4px 0 0; }
.check-row label { font-size: 13.5px; color: var(--ink-soft); cursor: pointer; }
.calc-field select { width: 100%; border: 1px solid var(--line); border-radius: 4px; padding: 12px 14px; font-size: 15px; font-family: inherit; color: var(--ink); background: #fff; }
.field-note { font-size: 12.5px; color: #7a7a72; margin: -8px 0 16px; }

/* ---------- Simple tabs (steel calculator's two modes) ---------- */
.calc-tabs { display: flex; gap: 8px; margin-bottom: 18px; border-bottom: 1px solid var(--line); }
.calc-tabs button { background: none; border: none; padding: 10px 4px; margin-right: 18px; font-size: 14.5px; font-weight: 700; color: #8a8a80; cursor: pointer; border-bottom: 2px solid transparent; }
.calc-tabs button[aria-selected="true"] { color: var(--ink); border-bottom-color: var(--gold); }
.bar-table { width: 100%; border-collapse: collapse; font-size: 14px; margin-bottom: 6px; }
.bar-table th { text-align: left; font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.05em; color: var(--ink-soft); padding: 6px 6px; }
.bar-table td { padding: 5px 6px; border-top: 1px solid var(--line); }
.bar-table input { width: 100%; border: 1px solid var(--line); border-radius: 4px; padding: 7px 8px; font-size: 14px; font-family: inherit; }
.bar-table td.dia-cell { font-weight: 700; white-space: nowrap; }
/* MOBILE-REDESIGN-SPEC.md Phase B7/B8, mobile-only per user request: 44px
   touch targets and a 16px minimum input/select font-size (under 16px
   triggers Safari's zoom-on-focus) — desktop keeps its original sizing. */
@media (max-width: 767px) {
  .calc-field input[type="number"], .calc-field input[type="text"], .calc-field select { font-size: 16px; }
  .unit-pill { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; }
  .calc-tabs button { display: inline-flex; align-items: center; min-height: 44px; }
  .bar-table input { font-size: 16px; }
  .result-actions button { min-height: 44px; }
}

/* ---------- Result panel — "quotation sheet" ---------- */
.result-card {
  background: var(--ink); color: var(--paper); border-radius: 8px; padding: 30px;
  box-shadow: 0 18px 50px rgba(20,23,28,0.22); position: sticky; top: 96px;
}
/* MOBILE-REDESIGN-SPEC.md Phase C7, mobile-only: .tool-grid collapses to a
   single column below 900px (see its own rule above), so this panel is no
   longer beside the calculator inputs there — sticky then just pins it
   mid-scroll, eating vertical space for no benefit. Static below 768px;
   desktop (>=768, where the two-column grid can still apply between
   768-900px on a wide tablet) keeps the original sticky behaviour. */
@media (max-width: 767px) { .result-card { position: static; } }
.result-card h3 { color: var(--gold-bright); margin-bottom: 4px; }
.result-card .result-sub { color: rgba(245,241,232,0.55); font-size: 13px; margin-bottom: 20px; }
.result-sheet { list-style: none; margin: 0 0 22px; padding: 0; }
.result-sheet li {
  display: flex; align-items: baseline; gap: 8px; padding: 10px 0; border-bottom: 1px dotted rgba(245,241,232,0.22);
}
.result-sheet li .r-label { color: rgba(245,241,232,0.75); font-size: 14.5px; }
.result-sheet li .r-leader { flex: 1; border-bottom: 1px dotted rgba(245,241,232,0.22); transform: translateY(-4px); }
.result-sheet li .r-value { font-variant-numeric: tabular-nums; font-weight: 700; font-size: 16px; color: #fff; white-space: nowrap; }
.result-sheet li.r-total { border-bottom: none; border-top: 1px solid rgba(245,241,232,0.35); margin-top: 4px; padding-top: 14px; }
.result-sheet li.r-total .r-value { color: var(--gold-bright); font-size: 19px; }
.result-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.result-actions button {
  background: rgba(245,241,232,0.08); border: 1px solid rgba(245,241,232,0.25); color: var(--paper);
  font-size: 13px; font-weight: 600; padding: 10px 16px; border-radius: 999px; cursor: pointer;
  display: inline-flex; align-items: center; gap: 6px;
}
.result-actions button:hover { border-color: var(--gold-bright); color: var(--gold-bright); }
.result-live-region { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
@media print {
  .brand-nav, .tools-breadcrumb, .conversion-strip, .brand-footer, .related-tools, .result-actions, .skip-link { display: none !important; }
  .tool-grid { grid-template-columns: 1fr; }
  .result-card { position: static; background: #fff; color: #000; box-shadow: none; border: 1px solid #000; }
  .result-card h3 { color: #000; }
  .result-sheet li .r-value { color: #000; }
  .result-sheet li.r-total .r-value { color: #000; }
}

/* ---------- Static conversion table (land converter) ---------- */
.rate-table { width: 100%; border-collapse: collapse; margin: 20px 0 28px; font-size: 15px; }
.rate-table caption { text-align: left; font-size: 13px; color: #7a7a72; margin-bottom: 8px; }
.rate-table th, .rate-table td { text-align: left; padding: 11px 14px; border-bottom: 1px solid var(--line); }
.rate-table th { font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink-soft); background: var(--paper-deep); }
.rate-table td.num { font-variant-numeric: tabular-nums; text-align: right; }
.table-scroll { overflow-x: auto; position: relative; }
/* MOBILE-REDESIGN-SPEC.md Phase C7, mobile-only: these tables (steel bar
   schedule, land-unit/material-price references) can need to scroll
   horizontally at 360px with no visible scrollbar hint that they do —
   same right-edge fade pattern as the catalogue's status pills (Phase C5).
   Harmless when a table doesn't actually overflow (fade just sits on the
   table's own edge), but scoped to mobile anyway to guarantee zero desktop
   change. */
@media (max-width: 767px) {
  .table-scroll::after {
    content: ''; position: absolute; top: 0; right: 0; bottom: 0; width: 24px;
    background: linear-gradient(to left, var(--paper), transparent); pointer-events: none;
  }
  /* The steel calculator's bar-table sits inside a white .calc-card, not
     directly on the page's --paper background — match the fade to it. */
  .calc-card .table-scroll::after { background: linear-gradient(to left, #fff, transparent); }
}
.price-table td { vertical-align: middle; }
.price-unit { font-size: 12px; color: #8a8a80; margin-top: 2px; }
.price-up { color: #B23A3A; font-variant-numeric: tabular-nums; white-space: nowrap; }
.price-down { color: #2E7D4F; font-variant-numeric: tabular-nums; white-space: nowrap; }
.price-flat { color: #8a8a80; font-variant-numeric: tabular-nums; white-space: nowrap; }

/* ---------- Content sections ---------- */
.tool-content { padding-top: 8px; }
.tool-content h2 { margin-top: 8px; }
.tool-content .callout { background: var(--paper-deep); border-left: 3px solid var(--gold); padding: 16px 20px; border-radius: 0 6px 6px 0; font-size: 15px; color: var(--ink-soft); margin: 20px 0; }
.formula-block { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 20px 24px; margin: 16px 0 22px; overflow-x: auto; }
.formula-block pre { margin: 0; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 14px; line-height: 1.7; color: var(--ink); white-space: pre-wrap; }

/* ---------- FAQ ---------- */
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { cursor: pointer; list-style: none; padding: 18px 4px; font-weight: 600; font-size: 15.5px; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 22px; color: var(--gold); flex-shrink: 0; font-weight: 400; }
.faq-item[open] summary::after { content: '\2212'; }
.faq-item p { padding: 0 4px 18px; color: #4a4a45; max-width: none; }

/* ---------- Related tools ---------- */
.related-tools { padding: var(--section-pad) 0; background: var(--paper-deep); }
.related-tools ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 760px) { .related-tools ul { grid-template-columns: 1fr; } }
.related-tools li a {
  display: block; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 20px;
  text-decoration: none; color: var(--ink); font-weight: 600; font-size: 15px; transition: all .2s;
}
.related-tools li a:hover { border-color: var(--gold); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(20,23,28,0.08); }
.related-tools li a span { display: block; font-weight: 400; font-size: 13px; color: #7a7a72; margin-top: 4px; }

/* ---------- Conversion strip ---------- */
.conversion-strip { background: var(--ink); color: var(--paper); padding: 52px 0; }
.conversion-strip .wrap { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.conversion-strip .cs-copy { max-width: 560px; }
.conversion-strip .kicker { color: var(--gold-bright); }
.conversion-strip .kicker::before { background: var(--gold-bright); }
.conversion-strip h2 { color: #fff; font-size: clamp(22px, 3vw, 30px); margin-bottom: 8px; }
.conversion-strip p { color: rgba(245,241,232,0.65); margin-bottom: 0; }
.conversion-strip .cs-ctas { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- Hub page groups ---------- */
.hub-groups { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin-top: 12px; }
@media (max-width: 760px) { .hub-groups { grid-template-columns: 1fr; } }
.hub-group { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 26px; }
.hub-group h2 { font-size: 21px; margin-bottom: 4px; }
.hub-group ul { list-style: none; margin: 16px 0 0; padding: 0; }
.hub-group li { border-top: 1px solid var(--line); }
.hub-group li a { display: block; padding: 14px 2px; text-decoration: none; color: var(--ink); }
.hub-group li a:hover .hub-tool-name { color: var(--gold); }
.hub-tool-name { font-weight: 700; font-size: 15.5px; display: block; }
.hub-tool-desc { font-size: 13.5px; color: #6b6b62; margin-top: 3px; }

/* ---------- Footer (matches Footer.tsx / .brand-footer) ---------- */
.brand-footer { background: var(--ink); color: rgba(255,255,255,0.6); padding: 60px 0 30px; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 44px; border-bottom: 1px solid var(--line-dark); }
@media (max-width: 900px) { .foot-grid { grid-template-columns: 1fr 1fr; row-gap: 32px; } }
.foot-col h4 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 16px; font-weight: 600; }
.foot-col a { display: block; font-size: 13.5px; margin-bottom: 10px; color: rgba(255,255,255,0.6); text-decoration: none; }
.foot-col a:hover { color: var(--gold-bright); }
.foot-bottom { display: flex; justify-content: space-between; padding-top: 22px; font-size: 12.5px; color: rgba(255,255,255,0.4); flex-wrap: wrap; gap: 10px; }
.foot-rera { padding-top: 20px; font-size: 12px; color: rgba(255,255,255,0.4); }

/* ---------- Utility bands ---------- */
.eyebrow-note { font-size: 13px; color: #7a7a72; display: flex; align-items: center; gap: 8px; margin-bottom: 18px; }
.pill-flag { display: inline-block; background: var(--paper-deep); color: var(--ink-soft); font-size: 11.5px; font-weight: 700; letter-spacing: 0.04em; padding: 4px 10px; border-radius: 999px; text-transform: uppercase; }
.sample-flag { background: #F3E3C4; color: #6b4d10; }
