/* Rosella Electrical Contracting — generated by Propeller, ref tradie/tradie3 */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #1F2233;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #1F2233; text-decoration: none; }
a:hover { color: #F2A91D; }
button { font-family: inherit; cursor: pointer; }

:root {
  --primary: #F2A91D;
  --primary-dark: #cc8d12;
  --secondary: #1F2233;
  --ink-50: #f7f7f9;
  --ink-100: #eef0f3;
  --ink-200: #d8dce3;
  --ink-300: #b3bac6;
  --ink-500: #6c7587;
  --ink-700: #3f4757;
  --ink-900: #1F2233;
  --gradient-amber: linear-gradient(135deg, #f7c14d 0%, #F2A91D 60%, #d99313 100%);
}

/* layout helpers */
.container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.eyebrow { font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--primary); font-weight: 600; }
h1, h2, h3, h4 { font-family: 'Manrope', 'Inter', system-ui, sans-serif; font-weight: 700; line-height: 1.1; letter-spacing: -0.02em; color: var(--secondary); margin: 0 0 12px; }
h1 { font-size: clamp(40px, 6vw, 72px); }
h2 { font-size: clamp(30px, 4vw, 46px); }
h3 { font-size: clamp(20px, 2.4vw, 26px); }
p  { margin: 0 0 14px; color: var(--ink-700); }

/* ==== HEADER (glass-pill nav per G20) ==== */
.site-header {
  position: fixed; inset: 16px 0 auto 0; z-index: 60;
  display: flex; justify-content: center; pointer-events: none;
}
.nav-pill {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  gap: 32px;
  padding: 10px 14px 10px 18px;
  background: rgba(255,255,255,0.78);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border: 1px solid rgba(31,34,51,0.08);
  border-radius: 999px;
  box-shadow: 0 8px 28px rgba(31,34,51,0.10);
  width: fit-content;
  margin: 0 auto;
}
.nav-logo { display: flex; align-items: center; gap: 10px; }
.nav-logo img { height: 30px; width: auto; }
.nav-links { display: flex; gap: 22px; align-items: center; margin: 0; padding: 0; list-style: none; }
.nav-links a { font-size: 14.5px; font-weight: 500; color: var(--ink-900); padding: 6px 4px; }
.nav-links a:hover { color: var(--primary); }
.nav-cta {
  display: inline-flex; align-items: center; padding: 9px 18px;
  background: var(--secondary); color: #fff;
  font-size: 14px; font-weight: 600; border-radius: 999px;
  transition: background .15s ease;
}
.nav-cta:hover { background: var(--primary); color: #fff; }
.mobile-menu-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px;
  background: transparent; border: none; padding: 0; margin-left: 8px;
}
.mobile-menu-toggle svg { width: 22px; height: 22px; stroke: var(--ink-900); }
@media (min-width: 1024px) {
  .mobile-menu-toggle { display: none !important; }
}
@media (max-width: 1023px) {
  .nav-links, .nav-cta-desktop { display: none; }
  .nav-pill { padding: 8px 8px 8px 16px; gap: 8px; }
}
.mobile-menu {
  position: fixed; inset: 0; background: var(--secondary); color: #fff;
  z-index: 80; padding: 28px;
  transform: translateX(100%); transition: transform .25s ease;
  display: flex; flex-direction: column;
}
.mobile-menu.open { transform: translateX(0); }
.mobile-menu-close { align-self: flex-end; background: transparent; border: 0; color: #fff; font-size: 32px; line-height: 1; padding: 4px 12px; }
.mobile-menu nav { margin-top: 24px; display: flex; flex-direction: column; gap: 6px; }
.mobile-menu nav a { color: #fff; font-size: 22px; font-weight: 600; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.10); }
.mobile-menu .menu-cta { margin-top: 24px; display: inline-flex; gap: 12px; flex-direction: column; }
.mobile-menu .menu-cta a { background: var(--primary); color: var(--secondary); border-bottom: 0; padding: 14px 18px; border-radius: 999px; text-align: center; }
.mobile-menu .menu-cta a.tel { background: #fff; color: var(--secondary); }

/* ==== HERO ==== */
.hero {
  position: relative; min-height: 90vh; display: flex; align-items: center;
  overflow: hidden; padding: 120px 0 60px;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-bg picture, .hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(31,34,51,0.22) 0%, rgba(31,34,51,0.55) 60%, rgba(31,34,51,0.78) 100%);
}
.hero-content { position: relative; z-index: 2; color: #fff; }
.hero-content h1 { color: #fff; max-width: 12ch; margin-bottom: 20px; }
.hero-content .eyebrow { color: var(--primary); margin-bottom: 16px; display: inline-block; }
.hero-sub { color: rgba(255,255,255,0.92); font-size: clamp(16px, 1.6vw, 20px); max-width: 52ch; margin-bottom: 28px; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px; border-radius: 999px;
  font-weight: 600; font-size: 15px;
  transition: all .2s ease; border: 0; cursor: pointer; text-decoration: none;
}
.btn-primary { background: var(--primary); color: var(--secondary); }
.btn-primary:hover { background: #fff; color: var(--secondary); }
.btn-secondary { background: rgba(255,255,255,0.12); color: #fff; border: 1px solid rgba(255,255,255,0.30); backdrop-filter: blur(8px); }
.btn-secondary:hover { background: rgba(255,255,255,0.22); color: #fff; }
.btn-dark { background: var(--secondary); color: #fff; }
.btn-dark:hover { background: var(--primary); color: var(--secondary); }
.btn-ghost { background: transparent; color: var(--ink-900); border: 1px solid var(--ink-200); }
.btn-ghost:hover { background: var(--ink-50); color: var(--secondary); }

.hero-meta {
  position: absolute; right: 24px; bottom: 28px; z-index: 2;
  display: flex; gap: 12px; align-items: center;
  background: rgba(255,255,255,0.92); padding: 10px 16px;
  border-radius: 999px; font-size: 13px; font-weight: 500; color: var(--secondary);
}
.hero-meta svg { width: 16px; height: 16px; fill: var(--primary); }
@media (max-width: 720px) {
  .hero { min-height: 84vh; padding-top: 100px; }
  .hero-meta { display: none; }
}

/* ==== TRUST GRID (Why Choose Us — verbatim copy) ==== */
section { padding: 88px 0; }
section.tight { padding: 64px 0; }
.section-head { display: flex; justify-content: space-between; gap: 24px; align-items: end; flex-wrap: wrap; margin-bottom: 48px; }
.section-head h2 { max-width: 16ch; margin: 8px 0 0; }
.section-head p { max-width: 42ch; margin: 0; color: var(--ink-500); }
.trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; }
.trust-card {
  background: #fff; border: 1px solid var(--ink-100); border-radius: 22px;
  padding: 32px 28px; position: relative;
  transition: transform .22s ease, box-shadow .22s ease;
}
.trust-card:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(31,34,51,0.10); }
.trust-card .num {
  display: inline-flex; width: 38px; height: 38px; border-radius: 999px;
  background: var(--gradient-amber); color: var(--secondary);
  font-weight: 700; font-size: 17px; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.trust-card h3 { font-size: 21px; margin-bottom: 10px; }
.trust-card p { font-size: 15.5px; color: var(--ink-700); margin: 0; }

/* ==== SERVICES BAND ==== */
.services-band { background: var(--ink-50); }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.service-card {
  background: #fff; border-radius: 22px; padding: 30px 28px;
  display: flex; flex-direction: column; gap: 14px;
  border: 1px solid var(--ink-100);
  transition: all .22s ease;
}
.service-card:hover { transform: translateY(-3px); border-color: var(--primary); box-shadow: 0 18px 44px rgba(31,34,51,0.10); }
.service-card .icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--gradient-amber);
  display: flex; align-items: center; justify-content: center;
  color: var(--secondary); font-size: 24px;
}
.service-card h3 { font-size: 22px; margin: 4px 0 0; }
.service-card p { font-size: 15px; margin: 0; color: var(--ink-700); flex-grow: 1; }
.service-card .more { display: inline-flex; gap: 6px; align-items: center; color: var(--secondary); font-weight: 600; font-size: 14px; }
.service-card .more::after { content: "→"; transition: transform .2s; }
.service-card:hover .more::after { transform: translateX(4px); }

/* ==== ABOUT SNIPPET ==== */
.about-snippet { background: #fff; }
.about-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }
.about-grid img { border-radius: 24px; width: 100%; box-shadow: 0 24px 56px rgba(31,34,51,0.14); }
.about-grid h2 { margin-top: 0; }
.about-grid p { font-size: 16.5px; color: var(--ink-700); }
.about-grid .meta-row { display: flex; gap: 32px; margin-top: 22px; flex-wrap: wrap; }
.about-grid .meta-row strong { display: block; font-size: 28px; color: var(--secondary); font-family: 'Manrope', sans-serif; }
.about-grid .meta-row span { display: block; font-size: 13px; color: var(--ink-500); letter-spacing: 0.06em; text-transform: uppercase; margin-top: 2px; }
@media (max-width: 880px) { .about-grid { grid-template-columns: 1fr; gap: 32px; } }

/* ==== STATS BAND ==== */
.stats-band { background: var(--secondary); color: #fff; padding: 60px 0; }
.stats-band .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 28px; text-align: center; }
.stats-band .stat { display: flex; flex-direction: column; align-items: center; }
.stats-band .stat .num { font-family: 'Manrope', sans-serif; font-size: clamp(40px, 5vw, 60px); font-weight: 700; color: var(--primary); line-height: 1; }
.stats-band .stat .lbl { margin-top: 10px; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.78); }

/* ==== SUPPLIER STRIP ==== */
.suppliers { background: var(--ink-50); padding: 48px 0; }
.suppliers-row { display: flex; justify-content: center; align-items: center; gap: clamp(22px, 4vw, 56px); flex-wrap: wrap; }
.suppliers-row img { height: 36px; width: auto; opacity: 0.7; transition: opacity .2s; filter: grayscale(0.4); }
.suppliers-row img:hover { opacity: 1; filter: none; }
.suppliers .label { text-align: center; font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-500); margin-bottom: 24px; font-weight: 600; }

/* ==== AREAS ==== */
.areas-band { background: #fff; }
.areas-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.areas-text h2 { max-width: 16ch; }
.areas-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 24px; list-style: none; padding: 0; margin: 24px 0 0; }
.areas-list li { font-size: 15px; color: var(--ink-700); padding: 6px 0; border-bottom: 1px dashed var(--ink-100); display: flex; align-items: center; gap: 8px; }
.areas-list li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--primary); flex-shrink: 0; }
.areas-graphic {
  position: relative;
  background: var(--secondary);
  border-radius: 24px;
  padding: 48px 36px;
  color: #fff;
  overflow: hidden;
}
.areas-graphic::before {
  content: ""; position: absolute; inset: -40% -40% auto auto;
  width: 380px; height: 380px; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(242,169,29,0.40), rgba(242,169,29,0));
}
.areas-graphic h3 { color: #fff; font-size: 28px; margin-bottom: 12px; max-width: 18ch; }
.areas-graphic p { color: rgba(255,255,255,0.78); position: relative; z-index: 1; }
.areas-graphic .pin { display: inline-flex; gap: 8px; align-items: center; padding: 8px 14px; background: var(--primary); color: var(--secondary); border-radius: 999px; font-weight: 600; font-size: 14px; margin-bottom: 18px; }
@media (max-width: 880px) { .areas-grid { grid-template-columns: 1fr; } .areas-list { grid-template-columns: 1fr; } }

/* ==== FAQ on home (preview) ==== */
.faq-preview { background: var(--ink-50); }
.faq-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: start; }
.faq-grid h2 { max-width: 14ch; }
.faq-grid .footer-link { display: inline-flex; gap: 6px; align-items: center; color: var(--secondary); font-weight: 600; margin-top: 16px; font-size: 14.5px; }
details.qa { background: #fff; border-radius: 16px; padding: 18px 22px; margin-bottom: 10px; border: 1px solid var(--ink-100); transition: border-color .2s; }
details.qa[open] { border-color: var(--primary); }
details.qa summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-weight: 600; font-size: 16px; color: var(--secondary); padding: 4px 0; }
details.qa summary::-webkit-details-marker { display: none; }
details.qa summary::after { content: "+"; font-size: 26px; line-height: 1; color: var(--primary); flex-shrink: 0; transition: transform .2s; font-weight: 300; }
details.qa[open] summary::after { transform: rotate(45deg); }
details.qa p { margin: 12px 0 0; font-size: 15px; color: var(--ink-700); line-height: 1.6; }
@media (max-width: 880px) { .faq-grid { grid-template-columns: 1fr; gap: 24px; } }

/* ==== CTA + FORM ==== */
.cta-band { background: #fff; padding: 96px 0; position: relative; overflow: hidden; }
.cta-band::before {
  content: ""; position: absolute; left: -160px; top: 50%; transform: translateY(-50%);
  width: 480px; height: 480px; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(242,169,29,0.18), rgba(242,169,29,0));
  z-index: 0;
}
.cta-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 64px; align-items: start; position: relative; z-index: 1; }
.cta-grid h2 { margin-bottom: 16px; max-width: 14ch; }
.cta-grid > div p { font-size: 17px; color: var(--ink-700); max-width: 42ch; }
.cta-info-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 28px; }
.cta-info-row > div { background: var(--ink-50); padding: 16px 18px; border-radius: 14px; }
.cta-info-row strong { display: block; font-size: 12px; letter-spacing: 0.10em; text-transform: uppercase; color: var(--ink-500); margin-bottom: 4px; }
.cta-info-row span, .cta-info-row a { font-size: 15px; color: var(--secondary); font-weight: 500; }
.contact-form { background: var(--secondary); padding: 36px; border-radius: 28px; color: #fff; box-shadow: 0 24px 56px rgba(31,34,51,0.16); }
.contact-form h3 { color: #fff; margin-bottom: 8px; }
.contact-form > p { color: rgba(255,255,255,0.75); font-size: 14.5px; margin-bottom: 22px; }
.contact-form label { display: block; font-size: 12px; letter-spacing: 0.10em; text-transform: uppercase; color: rgba(255,255,255,0.78); margin-bottom: 6px; }
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%; padding: 12px 14px;
  background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.18);
  color: #fff; border-radius: 12px;
  font-size: 15px; font-family: inherit; margin-bottom: 16px;
  transition: border-color .15s, background .15s;
}
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,0.45); }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus {
  outline: none; border-color: var(--primary); background: rgba(255,255,255,0.16);
}
.contact-form textarea { min-height: 100px; resize: vertical; }
.contact-form button {
  width: 100%; padding: 14px 18px;
  background: var(--primary); color: var(--secondary); border: 0; border-radius: 12px;
  font-weight: 700; font-size: 15px; cursor: pointer;
}
.contact-form button:hover { background: #fff; }
.contact-form .ack { display: none; padding: 14px 16px; background: rgba(242,169,29,0.18); border-radius: 12px; margin-bottom: 12px; font-size: 14px; }
.contact-form .ack.show { display: block; }
@media (max-width: 880px) { .cta-grid { grid-template-columns: 1fr; gap: 32px; } }

/* ==== FOOTER ==== */
.site-footer { background: var(--secondary); color: rgba(255,255,255,0.78); padding: 72px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 56px; }
.footer-grid h4 { color: #fff; font-size: 14px; letter-spacing: 0.10em; text-transform: uppercase; margin-bottom: 18px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-grid a { color: rgba(255,255,255,0.78); font-size: 14.5px; }
.footer-grid a:hover { color: var(--primary); }
.footer-brand .logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.footer-brand .logo img { height: 38px; width: auto; filter: brightness(0) invert(1); }
.footer-brand p { font-size: 14.5px; max-width: 36ch; color: rgba(255,255,255,0.68); }
.footer-nap { margin-top: 16px; font-size: 13.5px; color: rgba(255,255,255,0.7); line-height: 1.7; }
.footer-nap strong { color: #fff; display: block; }
.footer-bar { padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.10); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 13px; }
.footer-credit { color: rgba(255,255,255,0.55); }
.footer-credit a { color: rgba(255,255,255,0.78); }
.footer-credit a:hover { color: var(--primary); }
.social-row { display: flex; gap: 12px; }
.social-row a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.08); display: inline-flex; align-items: center; justify-content: center; transition: background .15s; }
.social-row a:hover { background: var(--primary); }
.social-row svg { width: 16px; height: 16px; fill: #fff; }
@media (max-width: 880px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }

/* ==== STICKY MOBILE CTA (G8) ==== */
.sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 70;
  display: none;
}
.sticky-cta a {
  flex: 1; display: inline-flex; align-items: center; justify-content: center;
  padding: 16px 12px; font-size: 15px; font-weight: 600; gap: 8px;
}
.sticky-cta a.call { background: var(--primary); color: var(--secondary); }
.sticky-cta a.message { background: #0a0a0a; color: #fff; }
@media (max-width: 720px) {
  .sticky-cta { display: flex; }
  body { padding-bottom: 56px; }
}

/* ==== INNER PAGE HERO (G37 — section continuity) ==== */
.inner-hero {
  padding: 156px 0 72px;
  background: var(--secondary);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.inner-hero::before {
  content: ""; position: absolute; inset: -30% -10% auto auto;
  width: 580px; height: 580px; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(242,169,29,0.30), rgba(242,169,29,0));
  z-index: 0;
}
.inner-hero > .container { position: relative; z-index: 1; }
.inner-hero h1 { color: #fff; max-width: 18ch; margin: 14px 0 18px; font-size: clamp(36px, 5vw, 60px); }
.inner-hero .lede { color: rgba(255,255,255,0.85); max-width: 56ch; font-size: clamp(16px, 1.4vw, 19px); }
.inner-hero .breadcrumb { font-size: 13px; color: rgba(255,255,255,0.6); display: flex; gap: 8px; align-items: center; }
.inner-hero .breadcrumb a { color: rgba(255,255,255,0.6); }
.inner-hero .breadcrumb a:hover { color: var(--primary); }
.inner-hero .breadcrumb .sep { color: rgba(255,255,255,0.3); }

/* ==== RICH CONTENT (service pages, about) ==== */
.rich { background: #fff; }
.rich-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 56px; align-items: start; }
.rich-grid aside { position: sticky; top: 100px; }
.rich-grid aside .toc { background: var(--ink-50); border-radius: 18px; padding: 24px 22px; }
.rich-grid aside .toc h4 { font-size: 14px; letter-spacing: 0.10em; text-transform: uppercase; color: var(--ink-500); margin-bottom: 14px; font-weight: 700; }
.rich-grid aside .toc ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.rich-grid aside .toc a { font-size: 14.5px; color: var(--ink-700); padding: 4px 0; }
.rich-grid aside .toc a:hover { color: var(--primary); }
.rich-body h2 { margin-top: 48px; font-size: clamp(26px, 3vw, 36px); }
.rich-body h2:first-child { margin-top: 0; }
.rich-body h3 { margin-top: 32px; font-size: 22px; }
.rich-body p, .rich-body li { font-size: 16.5px; color: var(--ink-700); }
.rich-body img { border-radius: 18px; margin: 24px 0; box-shadow: 0 12px 30px rgba(31,34,51,0.10); }
.rich-body .feature-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; margin: 24px 0; }
.rich-body .feature-row .feat { background: var(--ink-50); padding: 22px; border-radius: 16px; border-left: 3px solid var(--primary); }
.rich-body .feature-row .feat h4 { margin: 0 0 8px; font-size: 17px; color: var(--secondary); }
.rich-body .feature-row .feat p { margin: 0; font-size: 15px; color: var(--ink-700); }
@media (max-width: 980px) { .rich-grid { grid-template-columns: 1fr; gap: 24px; } .rich-grid aside { position: static; } }

/* ==== FAQ HUB ==== */
.faq-hub-band { background: var(--ink-50); }
.faq-hub-grid { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 56px; align-items: start; }
.faq-toc { position: sticky; top: 100px; background: #fff; border: 1px solid var(--ink-100); border-radius: 20px; padding: 28px 26px; }
.faq-toc h4 { font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-500); margin-bottom: 14px; font-weight: 700; }
.faq-toc ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.faq-toc a { display: block; padding: 10px 14px; border-radius: 10px; font-size: 14.5px; color: var(--ink-700); }
.faq-toc a:hover { background: var(--ink-50); color: var(--secondary); }
.faq-body h2 { margin-top: 48px; }
.faq-body h2:first-child { margin-top: 0; }
@media (max-width: 980px) { .faq-hub-grid { grid-template-columns: 1fr; } .faq-toc { position: static; } }

/* ==== UTILITIES ==== */
.text-center { text-align: center; }
.lead { font-size: 18px; color: var(--ink-700); max-width: 56ch; }
.divider { height: 1px; background: var(--ink-100); margin: 56px 0; }

/* ==== CRITICAL: PREVENT SECTION GAPS (G37) ==== */
section + section { margin: 0; }
