/* ===================================================================
   Sunderland Roofer — Premium Design System
   Navy + Gold | Trustworthy, high-converting, dopamine-tuned
   =================================================================== */

:root {
  /* Brand palette */
  --navy-900: #07172b;
  --navy-800: #0a1f3a;
  --navy-700: #0f2a4d;
  --navy-600: #163a66;
  --navy-500: #1f4d85;
  --gold-500: #d4a437;
  --gold-400: #e6bd54;
  --gold-300: #f3d489;
  --cream: #fbf9f4;
  --paper: #ffffff;
  --ink-900: #0c1622;
  --ink-700: #2c3a4b;
  --ink-500: #5b6a7b;
  --line: #e6e9ef;
  --success: #1f9d63;
  --danger: #d9483b;

  /* Effects */
  --shadow-sm: 0 2px 8px rgba(7, 23, 43, .06);
  --shadow-md: 0 10px 30px rgba(7, 23, 43, .10);
  --shadow-lg: 0 24px 60px rgba(7, 23, 43, .18);
  --shadow-gold: 0 10px 30px rgba(212, 164, 55, .35);
  --radius: 16px;
  --radius-sm: 10px;
  --radius-lg: 26px;
  --maxw: 1180px;
  --ease: cubic-bezier(.22, .61, .36, 1);

  --font-body: "Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-head: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink-700);
  background: var(--paper);
  line-height: 1.65;
  font-size: 17px;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 { font-family: var(--font-head); color: var(--ink-900); line-height: 1.15; font-weight: 800; letter-spacing: -.02em; }
h1 { font-size: clamp(2.1rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); }
p { margin-bottom: 1rem; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
section { padding: 84px 0; position: relative; }
.section-tight { padding: 56px 0; }

/* Eyebrow / kicker */
.kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .8rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold-500); margin-bottom: 14px;
}
.kicker::before { content: ""; width: 26px; height: 2px; background: var(--gold-500); display: inline-block; }
.center { text-align: center; }
.center .kicker::before { display: none; }
.lead { font-size: 1.12rem; color: var(--ink-500); max-width: 680px; }
.center .lead { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 800; font-size: 1rem; padding: 15px 28px; border-radius: 999px;
  cursor: pointer; border: 2px solid transparent; transition: all .25s var(--ease);
  white-space: nowrap; line-height: 1;
}
.btn svg { width: 18px; height: 18px; }
.btn-gold { background: linear-gradient(135deg, var(--gold-400), var(--gold-500)); color: var(--navy-900); box-shadow: var(--shadow-gold); }
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(212,164,55,.5); }
.btn-navy { background: var(--navy-700); color: #fff; }
.btn-navy:hover { background: var(--navy-600); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.45); }
.btn-ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; transform: translateY(-3px); }
.btn-outline { background: #fff; color: var(--navy-700); border-color: var(--line); }
.btn-outline:hover { border-color: var(--gold-500); color: var(--navy-800); transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.btn-lg { padding: 18px 36px; font-size: 1.08rem; }
.btn-block { width: 100%; }

/* ---------- Top promo bar ---------- */
.topbar {
  background: var(--navy-900); color: #cdd8e6; font-size: .86rem; font-weight: 600;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.topbar .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 9px; padding-bottom: 9px; }
.topbar .pill { color: var(--gold-300); display: inline-flex; align-items: center; gap: 7px; }
.topbar a { color: #fff; font-weight: 800; }
.topbar .tb-right { display: flex; gap: 20px; align-items: center; }
@media (max-width: 760px){ .topbar .tb-hide { display: none; } .topbar .container{ justify-content:center; } }

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px); border-bottom: 1px solid var(--line);
  transition: box-shadow .3s var(--ease);
}
.site-header.scrolled { box-shadow: var(--shadow-md); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 0; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 900; font-size: 1.15rem; color: var(--navy-900); letter-spacing: -.02em; }
.brand .logo { width: 42px; height: 42px; flex: none; }
.brand small { display: block; font-size: .64rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-500); }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links > a, .nav-item > button {
  font-weight: 700; font-size: .95rem; color: var(--ink-700); padding: 10px 13px; border-radius: 10px;
  background: none; border: none; cursor: pointer; font-family: inherit; display: inline-flex; align-items: center; gap: 5px;
  transition: all .2s;
}
.nav-links > a:hover, .nav-item > button:hover { color: var(--navy-800); background: var(--cream); }
.nav-item { position: relative; }
.nav-item .caret { width: 12px; height: 12px; transition: transform .25s; }
.nav-item:hover .caret { transform: rotate(180deg); }
.dropdown {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 270px;
  background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-lg);
  padding: 8px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .22s var(--ease); z-index: 50;
}
.dropdown.wide { min-width: 520px; display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.nav-item:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a { display: flex; align-items: center; gap: 9px; padding: 9px 12px; border-radius: 9px; font-size: .9rem; font-weight: 600; color: var(--ink-700); }
.dropdown a:hover { background: var(--cream); color: var(--navy-800); }
.dropdown a .di { width: 16px; height: 16px; color: var(--gold-500); flex: none; }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-phone { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; color: var(--navy-800); }
.nav-phone .ic { width: 34px; height: 34px; border-radius: 50%; background: var(--cream); display: grid; place-items: center; color: var(--gold-500); }
.nav-phone .ic svg { width: 16px; height: 16px; }
.burger { display: none; background: var(--navy-800); border: none; width: 46px; height: 46px; border-radius: 12px; cursor: pointer; }
.burger span { display: block; width: 22px; height: 2px; background: #fff; margin: 4px auto; transition: .3s; }

@media (max-width: 1080px){
  .nav-links, .nav-desktop-cta { display: none; }
  .burger { display: block; }
}

/* Mobile drawer */
.drawer { position: fixed; inset: 0; z-index: 200; visibility: hidden; }
.drawer.open { visibility: visible; }
.drawer-bg { position: absolute; inset: 0; background: rgba(7,23,43,.55); opacity: 0; transition: .3s; }
.drawer.open .drawer-bg { opacity: 1; }
.drawer-panel {
  position: absolute; top: 0; right: 0; height: 100%; width: min(360px, 86vw); background: #fff;
  transform: translateX(100%); transition: transform .35s var(--ease); overflow-y: auto; padding: 20px;
}
.drawer.open .drawer-panel { transform: translateX(0); }
.drawer-panel h4 { font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; color: var(--gold-500); margin: 18px 0 6px; }
.drawer-panel a { display: block; padding: 11px 8px; border-bottom: 1px solid var(--line); font-weight: 700; color: var(--ink-700); }
.drawer-close { background: var(--cream); border: none; width: 42px; height: 42px; border-radius: 10px; font-size: 1.4rem; cursor: pointer; float: right; }

/* ---------- Hero ---------- */
.hero {
  position: relative; color: #eaf1fb; padding: 96px 0 110px;
  background:
    radial-gradient(1100px 500px at 80% -10%, rgba(212,164,55,.20), transparent 60%),
    radial-gradient(900px 600px at 0% 110%, rgba(31,77,133,.55), transparent 55%),
    linear-gradient(160deg, var(--navy-900), var(--navy-700) 60%, var(--navy-800));
  overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 120px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0,80 L120,80 L180,40 L240,80 L360,80 L420,38 L480,80 L600,80 L660,42 L720,80 L840,80 L900,40 L960,80 L1080,80 L1140,40 L1200,80 L1320,80 L1380,42 L1440,80 L1440,120 L0,120 Z'/%3E%3C/svg%3E") bottom/cover no-repeat;
  z-index: 2;
}
.hero .container { position: relative; z-index: 3; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; }
.hero h1 { color: #fff; margin-bottom: 18px; }
.hero h1 .hl { color: var(--gold-400); }
.hero p.sub { font-size: 1.16rem; color: #c4d3e6; max-width: 560px; margin-bottom: 28px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px; background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16); padding: 8px 16px; border-radius: 999px;
  font-size: .85rem; font-weight: 700; color: #fff; margin-bottom: 22px; backdrop-filter: blur(6px);
}
.hero-badge .stars { color: var(--gold-400); letter-spacing: 2px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero-assure { display: flex; flex-wrap: wrap; gap: 18px 26px; font-size: .92rem; color: #c4d3e6; font-weight: 600; }
.hero-assure span { display: inline-flex; align-items: center; gap: 8px; }
.hero-assure svg { width: 18px; height: 18px; color: var(--gold-400); }

/* Hero visual card */
.hero-card {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-lg);
  padding: 10px; box-shadow: var(--shadow-lg); backdrop-filter: blur(10px);
}
.hero-card .photo { border-radius: 20px; overflow: hidden; position: relative; aspect-ratio: 4/3; background: #091d36; }
.hero-card .photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-card .photo::after { content: "SUNDERLAND · PROJECT PLAN"; position: absolute; top: 12px; left: 14px; font-size: .62rem; font-weight: 800; letter-spacing: .18em; color: var(--gold-300); background: rgba(7,23,43,.45); padding: 5px 10px; border: 1px solid rgba(240,193,75,.3); border-radius: 6px; backdrop-filter: blur(4px); }
.hero-float {
  position: absolute; background: #fff; color: var(--navy-900); border-radius: 14px; padding: 12px 16px;
  box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 11px; font-weight: 800;
}
.hero-float small { display: block; font-weight: 600; color: var(--ink-500); font-size: .72rem; }
.hero-float.f1 { bottom: 26px; left: -18px; }
.hero-float.f2 { top: 26px; right: -14px; }
.hero-float .fi { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; background: var(--cream); color: var(--gold-500); }
.hero-float .fi svg { width: 20px; height: 20px; }

@media (max-width: 940px){
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero { padding-top: 60px; }
  .hero-float.f1 { left: 10px; } .hero-float.f2 { right: 10px; }
}

/* ---------- Stat strip ---------- */
.statstrip { background: var(--navy-800); position: relative; z-index: 4; margin-top: -1px; }
.statstrip .grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 30px 0; }
.stat { text-align: center; color: #fff; padding: 8px; }
.stat .num { font-size: clamp(1.8rem, 4vw, 2.7rem); font-weight: 900; color: var(--gold-400); letter-spacing: -.02em; }
.stat .lbl { font-size: .82rem; color: #b9c8db; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
@media (max-width: 620px){ .statstrip .grid { grid-template-columns: repeat(2,1fr); } }

/* ---------- Section helpers ---------- */
.bg-cream { background: var(--cream); }
.bg-navy { background: var(--navy-800); color: #d7e2f0; }
.bg-navy h2, .bg-navy h3 { color: #fff; }
.head-wrap { max-width: 720px; margin-bottom: 46px; }
.center.head-wrap { margin-left: auto; margin-right: auto; }

/* ---------- Cards grid ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cards.two { grid-template-columns: repeat(2,1fr); }
.cards.four { grid-template-columns: repeat(4,1fr); }
@media (max-width: 980px){ .cards, .cards.four { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 620px){ .cards, .cards.two, .cards.four { grid-template-columns: 1fr; } }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px;
  transition: all .3s var(--ease); position: relative; overflow: hidden;
}
.card::before { content:""; position:absolute; left:0; top:0; height:4px; width:100%; background: linear-gradient(90deg,var(--gold-400),var(--gold-500)); transform: scaleX(0); transform-origin:left; transition: transform .35s var(--ease); }
.card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.card:hover::before { transform: scaleX(1); }
.card .ico {
  width: 58px; height: 58px; border-radius: 15px; display: grid; place-items: center; margin-bottom: 18px;
  background: linear-gradient(135deg, var(--navy-700), var(--navy-500)); color: var(--gold-400);
}
.card .ico svg { width: 28px; height: 28px; }
.card h3 { margin-bottom: 10px; }
.card p { font-size: .96rem; color: var(--ink-500); margin-bottom: 16px; }
.card .more { font-weight: 800; color: var(--navy-700); display: inline-flex; align-items: center; gap: 6px; font-size: .92rem; }
.card .more svg { width: 16px; height: 16px; transition: transform .25s; }
.card:hover .more svg { transform: translateX(4px); }
.card .more { border-bottom: 0; }

/* compact link cards (areas) */
.chipgrid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
@media (max-width: 860px){ .chipgrid { grid-template-columns: repeat(2,1fr); } }
.areachip {
  display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line);
  border-radius: 12px; padding: 16px 18px; font-weight: 700; color: var(--navy-800); transition: all .25s var(--ease);
}
.areachip:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--gold-300); }
.areachip svg { width: 18px; height: 18px; color: var(--gold-500); flex: none; }
.areachip .ar { margin-left: auto; opacity: .4; }

/* ---------- Split feature ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.split.rev .split-media { order: 2; }
@media (max-width: 900px){ .split { grid-template-columns: 1fr; gap: 36px; } .split.rev .split-media { order: 0; } }
.split-media { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); position: relative; }
.split-media img { width: 100%; height: 100%; object-fit: cover; min-height: 320px; }
.media-badge {
  position: absolute; bottom: 20px; left: 20px; background: var(--gold-500); color: var(--navy-900);
  padding: 14px 20px; border-radius: 14px; font-weight: 900; box-shadow: var(--shadow-md);
}
.media-badge small { display: block; font-size: .72rem; font-weight: 700; }
.media-badge .b { font-size: 1.5rem; line-height: 1; }

/* check list */
.ticks { list-style: none; display: grid; gap: 14px; margin: 22px 0 28px; }
.ticks li { display: flex; gap: 13px; align-items: flex-start; font-weight: 600; color: var(--ink-700); }
.ticks li svg { width: 24px; height: 24px; flex: none; color: var(--success); margin-top: 1px; }
.ticks.gold li svg { color: var(--gold-500); }

/* ---------- Why-choose feature tiles ---------- */
.feature { display: flex; gap: 18px; padding: 6px 0; }
.feature .fic { width: 52px; height: 52px; border-radius: 13px; flex: none; display: grid; place-items: center; background: rgba(212,164,55,.12); color: var(--gold-500); }
.feature .fic svg { width: 26px; height: 26px; }
.feature h3 { font-size: 1.12rem; margin-bottom: 4px; }
.feature p { font-size: .94rem; color: var(--ink-500); margin: 0; }
.bg-navy .feature p { color: #b9c8db; }
.bg-navy .feature .fic { background: rgba(212,164,55,.16); }

/* ---------- Process steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; counter-reset: s; }
@media (max-width: 860px){ .steps { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 480px){ .steps { grid-template-columns: 1fr; } }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 24px; position: relative; }
.step .n { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg,var(--gold-400),var(--gold-500)); color: var(--navy-900); font-weight: 900; display: grid; place-items: center; margin-bottom: 16px; font-size: 1.15rem; }
.step h3 { font-size: 1.1rem; margin-bottom: 6px; }
.step p { font-size: .92rem; color: var(--ink-500); margin: 0; }

/* ---------- Reviews ---------- */
.reviews { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
@media (max-width: 900px){ .reviews { grid-template-columns: 1fr; } }
.review { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); }
.review .stars { color: var(--gold-500); letter-spacing: 2px; margin-bottom: 12px; font-size: 1.05rem; }
.review p { font-style: italic; color: var(--ink-700); }
.review .who { display: flex; align-items: center; gap: 12px; margin-top: 16px; }
.review .av { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg,var(--navy-600),var(--navy-500)); color: #fff; display: grid; place-items: center; font-weight: 800; }
.review .who b { display: block; color: var(--ink-900); }
.review .who small { color: var(--ink-500); }

/* ---------- CTA band ---------- */
.ctaband {
  background:
    radial-gradient(700px 300px at 90% 0%, rgba(212,164,55,.25), transparent 60%),
    linear-gradient(135deg, var(--navy-800), var(--navy-700));
  color: #fff; border-radius: var(--radius-lg); padding: 56px; text-align: center; box-shadow: var(--shadow-lg);
}
.ctaband h2 { color: #fff; margin-bottom: 12px; }
.ctaband p { color: #c4d3e6; max-width: 560px; margin: 0 auto 26px; }
.ctaband .hero-actions { justify-content: center; margin-bottom: 14px; }
.ctaband .fine { font-size: .85rem; color: #9fb2c9; }
@media (max-width: 600px){ .ctaband { padding: 40px 24px; } }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.qa { background: #fff; border: 1px solid var(--line); border-radius: 14px; margin-bottom: 14px; overflow: hidden; transition: box-shadow .25s; }
.qa[open] { box-shadow: var(--shadow-md); border-color: var(--gold-300); }
.qa summary { list-style: none; cursor: pointer; padding: 20px 24px; font-weight: 800; color: var(--navy-900); display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 1.05rem; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary .pm { width: 30px; height: 30px; border-radius: 50%; background: var(--cream); display: grid; place-items: center; flex: none; transition: .25s; color: var(--gold-500); font-size: 1.3rem; line-height: 1; }
.qa[open] summary .pm { background: var(--gold-500); color: #fff; transform: rotate(45deg); }
.qa .ans { padding: 0 24px 22px; color: var(--ink-500); }

/* ---------- Breadcrumb ---------- */
.crumbs { background: var(--cream); border-bottom: 1px solid var(--line); }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; padding: 14px 0; font-size: .86rem; color: var(--ink-500); }
.crumbs a { font-weight: 700; color: var(--navy-700); }
.crumbs li::after { content: "/"; margin-left: 8px; color: var(--line); }
.crumbs li:last-child::after { content: ""; }

/* ---------- Page hero (inner) ---------- */
.pagehero {
  background:
    radial-gradient(800px 400px at 85% -20%, rgba(212,164,55,.18), transparent 60%),
    linear-gradient(150deg, var(--navy-900), var(--navy-700));
  color: #eaf1fb; padding: 64px 0 72px; position: relative;
}
.pagehero .kicker { color: var(--gold-400); }
.pagehero h1 { color: #fff; max-width: 760px; }
.pagehero p { color: #c4d3e6; max-width: 620px; font-size: 1.1rem; margin-top: 14px; }
.pagehero .hero-actions { margin-top: 26px; }

/* ---------- Prose ---------- */
.prose h2 { margin: 36px 0 14px; }
.prose h3 { margin: 26px 0 10px; }
.prose p { color: var(--ink-700); }
.prose ul { margin: 0 0 18px 20px; }
.prose li { margin-bottom: 8px; }

/* ---------- Form ---------- */
.formcard { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow-lg); }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 700; color: var(--navy-900); margin-bottom: 7px; font-size: .92rem; }
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 16px; border: 1.5px solid var(--line); border-radius: 12px; font-family: inherit;
  font-size: 1rem; color: var(--ink-900); transition: border-color .2s, box-shadow .2s; background: #fdfdfd;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold-500); box-shadow: 0 0 0 4px rgba(212,164,55,.15); }
.field textarea { min-height: 120px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px){ .form-row { grid-template-columns: 1fr; } }
.form-note { font-size: .82rem; color: var(--ink-500); margin-top: 10px; text-align: center; }

/* trust row */
.trustrow { display: flex; flex-wrap: wrap; gap: 14px 30px; justify-content: center; align-items: center; }
.trustrow .ti { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; color: var(--navy-800); font-size: .95rem; }
.trustrow .ti svg { width: 22px; height: 22px; color: var(--gold-500); }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-900); color: #9fb2c9; padding-top: 64px; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 36px; padding-bottom: 44px; }
@media (max-width: 900px){ .foot-grid { grid-template-columns: 1fr 1fr; gap: 30px; } }
@media (max-width: 540px){ .foot-grid { grid-template-columns: 1fr; } }
.site-footer .brand { color: #fff; margin-bottom: 14px; }
.site-footer p { font-size: .92rem; }
.site-footer h4 { color: #fff; font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 16px; }
.foot-links { list-style: none; display: grid; gap: 9px; }
.foot-links a { font-size: .92rem; color: #9fb2c9; transition: color .2s; }
.foot-links a:hover { color: var(--gold-400); }
.foot-contact { display: grid; gap: 14px; font-size: .92rem; }
.foot-contact .fc { display: flex; gap: 11px; align-items: flex-start; }
.foot-contact svg { width: 19px; height: 19px; color: var(--gold-400); flex: none; margin-top: 2px; }
.foot-contact a { color: #fff; font-weight: 700; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 22px 0; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .85rem; }
.foot-bottom a { color: #9fb2c9; }
.foot-bottom a:hover { color: var(--gold-400); }
.disclaimer { background: var(--navy-900); border-top: 1px solid rgba(255,255,255,.06); }
.disclaimer .container { padding: 16px 22px; font-size: .78rem; color: #6f8199; }

/* ---------- Sticky mobile call bar ---------- */
.callbar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 90; display: none;
  background: var(--navy-800); border-top: 1px solid rgba(255,255,255,.1); padding: 9px 12px;
  gap: 10px; box-shadow: 0 -8px 30px rgba(7,23,43,.3);
}
.callbar a { flex: 1; }
@media (max-width: 760px){ .callbar { display: flex; } body { padding-bottom: 72px; } }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; } .reveal.d3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce){ .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
@media (max-width: 760px){ .gallery-grid { grid-template-columns: repeat(2,1fr); } }
.gtile { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); aspect-ratio: 4/3; position: relative; background: #091d36; }
.gtile img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.gtile:hover img { transform: scale(1.07); }
.gtile .cap { position: absolute; inset: auto 0 0 0; padding: 26px 16px 12px; color: #fff; font-weight: 700; font-size: .9rem; background: linear-gradient(transparent, rgba(7,23,43,.8)); }

/* ---------- Premium grain / depth overlay ---------- */
.hero::before, .pagehero::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: .05; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.pagehero { overflow: hidden; }
.pagehero .container { position: relative; z-index: 2; }
.split-media { background: #091d36; }
.split-media img { transition: transform .6s var(--ease); }
.split-media:hover img { transform: scale(1.04); }
.split-media::after { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(240,193,75,.18); border-radius: 16px; pointer-events: none; }

/* ============================================================
   FIX: constrain top-bar icons (rogue giant clock) + polish
   ============================================================ */
.topbar svg { width: 15px; height: 15px; flex: none; }
.topbar .pill { white-space: nowrap; }

/* ============================================================
   DOPAMINE LAYER — glimmers, shine & life
   ============================================================ */

/* Gold buttons: periodic light-sweep glimmer + gentle glow pulse */
.btn-gold { position: relative; overflow: hidden; isolation: isolate; animation: goldPulse 3s ease-in-out infinite; }
.btn-gold::after {
  content: ""; position: absolute; top: 0; left: -130%; width: 55%; height: 100%; z-index: 1;
  background: linear-gradient(110deg, transparent, rgba(255,255,255,.6), transparent);
  transform: skewX(-22deg); animation: btnShine 3.6s ease-in-out infinite;
}
@keyframes btnShine { 0%, 58% { left: -130%; } 100% { left: 150%; } }
@keyframes goldPulse {
  0%, 100% { box-shadow: 0 10px 30px rgba(212,164,55,.35); }
  50%      { box-shadow: 0 14px 40px rgba(212,164,55,.6); }
}
.btn-gold:hover { animation: none; }

/* Animated gold text shine on the hero highlight */
.hero h1 .hl {
  background: linear-gradient(100deg, var(--gold-300) 0%, #fff3d0 25%, var(--gold-500) 50%, var(--gold-300) 75%, var(--gold-500) 100%);
  background-size: 250% auto; -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  animation: textShine 5s linear infinite;
}
@keyframes textShine { to { background-position: -250% center; } }

/* Light sweep across the blueprint card */
.hero-card .photo::before {
  content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(120deg, transparent 35%, rgba(240,193,75,.16) 50%, transparent 65%);
  transform: translateX(-100%); animation: cardSweep 6s ease-in-out infinite;
}
@keyframes cardSweep { 0%, 50% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }

/* Hero badge: soft glow breathe + twinkling stars */
.hero-badge { animation: badgeGlow 3.4s ease-in-out infinite; }
@keyframes badgeGlow {
  0%, 100% { box-shadow: 0 0 0 rgba(240,193,75,0); border-color: rgba(255,255,255,.16); }
  50%      { box-shadow: 0 0 24px rgba(240,193,75,.3); border-color: rgba(240,193,75,.5); }
}
.hero-badge .stars { animation: twinkle 2.4s ease-in-out infinite; }
@keyframes twinkle { 0%, 100% { opacity: 1; filter: drop-shadow(0 0 3px rgba(240,193,75,.5)); } 50% { opacity: .55; filter: none; } }

/* Floating info chips bob gently */
.hero-float.f1 { animation: floaty 4.2s ease-in-out infinite; }
.hero-float.f2 { animation: floaty 5s ease-in-out infinite .6s; }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

/* Stat numbers: subtle gold glow */
.stat .num { text-shadow: 0 0 18px rgba(240,193,75,.25); }

/* Cards: lift + gold ring + icon spring + shine on hover */
.card { transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease); }
.card:hover { box-shadow: var(--shadow-lg), 0 0 0 1.5px rgba(240,193,75,.4); }
.card .ico { transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.card:hover .ico { transform: translateY(-4px) scale(1.08); box-shadow: 0 10px 24px rgba(212,164,55,.45); }
.card::after {
  content: ""; position: absolute; top: 0; left: -130%; width: 50%; height: 100%; pointer-events: none;
  background: linear-gradient(110deg, transparent, rgba(240,193,75,.14), transparent); transform: skewX(-20deg); transition: none;
}
.card:hover::after { animation: btnShine 1s ease-out; }

/* Area chips & buttons: arrow nudge + glow */
.areachip:hover { box-shadow: var(--shadow-md), 0 0 0 1.5px rgba(240,193,75,.35); }
.areachip .ar { transition: transform .25s var(--ease); }
.areachip:hover .ar { transform: translateX(4px); opacity: .9; color: var(--gold-500); }

/* CTA band: animated aurora glow */
.ctaband { position: relative; overflow: hidden; }
.ctaband::before {
  content: ""; position: absolute; inset: -40%; z-index: 0; opacity: .5;
  background: radial-gradient(closest-side, rgba(240,193,75,.35), transparent 70%);
  animation: aurora 9s ease-in-out infinite;
}
.ctaband > * { position: relative; z-index: 1; }
@keyframes aurora {
  0%   { transform: translate(-18%, -12%) scale(1); }
  50%  { transform: translate(20%, 14%) scale(1.25); }
  100% { transform: translate(-18%, -12%) scale(1); }
}

/* Nav free-quote button already gold (inherits shimmer). Phone icon pulse */
.nav-phone .ic { transition: transform .25s var(--ease); }
.nav-phone:hover .ic { transform: scale(1.12); box-shadow: 0 6px 16px rgba(212,164,55,.4); }

/* Sticky call bar buttons keep shimmer; emphasise */
.callbar .btn-gold { animation: goldPulse 2.4s ease-in-out infinite; }

/* Respect reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .btn-gold, .hero h1 .hl, .hero-card .photo::before, .hero-badge, .hero-badge .stars,
  .hero-float.f1, .hero-float.f2, .btn-gold::after, .ctaband::before, .callbar .btn-gold {
    animation: none !important;
  }
}

/* ============================================================
   HERO QUICK-QUOTE FORM (mobile-first conversion)
   ============================================================ */
.hero-quote {
  display: none; background: #fff; color: var(--ink-700); border-radius: var(--radius-lg);
  padding: 24px 22px; box-shadow: var(--shadow-lg); position: relative; overflow: hidden;
}
.hero-quote::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, var(--gold-400), var(--gold-500)); }
.hq-head { text-align: center; margin-bottom: 16px; }
.hq-flash { display: inline-flex; align-items: center; gap: 6px; background: rgba(212,164,55,.16); color: var(--navy-800); font-weight: 800; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; margin-bottom: 10px; }
.hq-flash svg { width: 13px; height: 13px; color: var(--gold-500); }
.hq-head h2 { font-size: 1.5rem; margin-bottom: 4px; }
.hq-head p { font-size: .85rem; color: var(--ink-500); margin: 0; }
.hero-quote .field { margin-bottom: 12px; }
.hq-fine { text-align: center; font-size: .82rem; color: var(--ink-500); margin: 12px 0 0; }
.hq-fine a { color: var(--navy-800); font-weight: 800; }
.hq-success { display: none; background: rgba(31,157,99,.1); border: 1px solid var(--success); color: #0f6b41; padding: 14px; border-radius: 12px; font-weight: 700; text-align: center; margin-bottom: 8px; }

/* Mobile: form leads the first fold, blueprint hidden */
@media (max-width: 940px) {
  .hero { padding-top: 28px; padding-bottom: 90px; }
  .hero-grid { gap: 22px; }
  .hero-visual { display: none; }
  .hero-quote { display: block; order: -1; }
  .hero .reveal { order: 1; }              /* headline/copy below the form */
  .hero h1 { font-size: clamp(1.85rem, 8vw, 2.4rem); }
  .hero-badge { margin-bottom: 14px; }
  .hero-actions { margin-bottom: 18px; }
}

/* ============================================================
   GUIDE / ARTICLE COMPONENTS (cornerstone content)
   ============================================================ */
.ptable { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: .97rem; }
.ptable th, .ptable td { padding: 12px 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.ptable th { background: var(--navy-800); color: #fff; font-weight: 700; }
.ptable tr:nth-child(even) td { background: var(--cream); }
.ptable caption { caption-side: bottom; font-size: .8rem; color: var(--ink-500); margin-top: 10px; text-align: left; font-style: italic; }
.keytakeaways { background: var(--cream); border-left: 5px solid var(--gold-500); border-radius: 14px; padding: 22px 26px; margin: 26px 0; }
.keytakeaways h2 { font-size: 1.25rem; margin-bottom: 10px; }
.keytakeaways ul { list-style: none; display: grid; gap: 10px; }
.keytakeaways li { display: flex; gap: 11px; align-items: flex-start; font-weight: 600; color: var(--ink-700); }
.keytakeaways li svg { width: 22px; height: 22px; flex: none; color: var(--gold-500); margin-top: 1px; }
.answer-lead { font-size: 1.18rem; color: var(--ink-900); font-weight: 700; border-left: 4px solid var(--gold-500); padding-left: 18px; margin: 6px 0 22px; }
.author-box { display: flex; gap: 16px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 22px; margin: 32px 0; box-shadow: var(--shadow-sm); }
.author-box .ava { width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, var(--navy-600), var(--navy-500)); color: #fff; display: grid; place-items: center; font-weight: 800; flex: none; }
.author-box h3 { font-size: 1.05rem; margin-bottom: 3px; }
.author-box p { font-size: .9rem; color: var(--ink-500); margin: 0; }
.reviewed-note { font-size: .82rem; color: var(--ink-500); margin-top: 8px; }
.guide-meta { font-size: .86rem; color: var(--ink-500); margin-top: 12px; display: flex; gap: 16px; flex-wrap: wrap; }
.guide-meta span { display: inline-flex; align-items: center; gap: 6px; }
.prose table { overflow-x: auto; display: block; }

/* RSS-parity rich content components */
.rcx-key{background:var(--cream);border-left:5px solid var(--gold-500);border-radius:14px;padding:20px 24px;margin:24px 0}
.rcx-key strong{display:block;font-size:1.1rem;color:var(--navy-900);margin-bottom:8px;font-weight:800}
.rcx-key ul{margin:0 0 0 18px}
.rcx-key li{margin-bottom:6px}
.rcx-callout{background:linear-gradient(135deg,var(--navy-800),var(--navy-700));color:#fff;border-radius:14px;padding:20px 24px;margin:24px 0;font-weight:600;box-shadow:var(--shadow-md)}
.rcx-stats{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px;margin:24px 0;padding:0}
.rcx-stats li{background:#fff;border:1px solid var(--line);border-top:4px solid var(--gold-500);border-radius:14px;padding:18px;text-align:center;box-shadow:var(--shadow-sm)}
.rcx-stats b{display:block;font-size:1.7rem;font-weight:900;color:var(--navy-800);letter-spacing:-.02em}
.rcx-stats span{display:block;font-size:.85rem;color:var(--ink-500);margin-top:4px}
.rcx-bars{list-style:none;margin:24px 0;padding:0;display:grid;gap:12px}
.rcx-bars li{display:grid;grid-template-columns:160px 1fr;gap:12px;align-items:center;font-weight:700;color:var(--navy-800);font-size:.92rem}
.rcx-bar{display:block;background:var(--cream);border-radius:999px;height:26px;overflow:hidden}
.rcx-bar span{display:flex;align-items:center;justify-content:flex-end;height:100%;background:linear-gradient(90deg,var(--gold-400),var(--gold-500));color:var(--navy-900);font-size:.78rem;font-weight:800;padding-right:10px;border-radius:999px}
.rcx-pc{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:24px 0}
.rcx-pros,.rcx-cons{border-radius:14px;padding:18px 20px;border:1px solid var(--line)}
.rcx-pros{background:rgba(31,157,99,.07);border-color:rgba(31,157,99,.3)}
.rcx-cons{background:rgba(217,72,59,.06);border-color:rgba(217,72,59,.3)}
.rcx-pros strong,.rcx-cons strong{display:block;margin-bottom:8px;font-weight:800}
.data-tbl{width:100%;border-collapse:collapse;margin:22px 0;font-size:.95rem}
.data-tbl th,.data-tbl td{padding:12px 14px;border:1px solid var(--line);text-align:left;vertical-align:top}
.data-tbl th{background:var(--navy-800);color:#fff;font-weight:700}
.data-tbl tr:nth-child(even) td{background:var(--cream)}
@media(max-width:560px){.rcx-pc{grid-template-columns:1fr}.rcx-bars li{grid-template-columns:1fr}}
