/* ===========================================================================
   All-Pro Services — design prototype
   Direction: clean & trustworthy. Confident navy, warm coral accent (from logo),
   generous whitespace, editorial type. Refined precision, not maximalist.
   =========================================================================== */

:root {
  /* Brand */
  --navy-900: #121d40;
  --navy-800: #16224a;
  --navy-700: #1f2d5a;
  --navy-600: #2b3c70;
  --coral:    #e0474c;   /* logo bubble red */
  --coral-600:#c43b40;
  --coral-100:#fbe7e6;

  /* Neutrals — warm paper, not stark white */
  --paper:    #fbf8f4;
  --sand:     #f4ede3;
  --ice:      #eef3f9;   /* cool blue tint (A/C cue) */
  --white:    #ffffff;
  --ink:      #16224a;
  --muted:    #5d667d;
  --line:     rgba(22, 34, 74, .12);
  --line-soft:rgba(22, 34, 74, .07);

  /* Type — single clean grotesque, no serif */
  --display: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --body: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* Geometry */
  --radius: 16px;
  --radius-sm: 10px;
  --shadow-sm: 0 1px 2px rgba(22,34,74,.06), 0 2px 6px rgba(22,34,74,.05);
  --shadow-md: 0 10px 30px -12px rgba(22,34,74,.25);
  --shadow-lg: 0 30px 60px -20px rgba(22,34,74,.35);
  --maxw: 1180px;
  --gutter: clamp(20px, 5vw, 56px);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--body);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
  font-size: 1.0625rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
ul { list-style: none; padding: 0; }

/* ---------- Type ---------- */
h1, h2, h3, h4 { font-family: var(--display); font-weight: 800; line-height: 1.06; letter-spacing: -.025em; color: var(--navy-800); }
h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); font-weight: 900; }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.5rem); font-weight: 700; }
.eyebrow {
  font-family: var(--body);
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--coral);
  display: inline-flex; align-items: center; gap: .55em;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--coral); border-radius: 2px; }
.lead { font-size: 1.2rem; color: var(--muted); }

/* ---------- Layout ---------- */
.wrap { width: min(100% - 2*var(--gutter), var(--maxw)); margin-inline: auto; }
.section { padding: clamp(64px, 9vw, 120px) 0; }
.section--tight { padding: clamp(48px, 6vw, 80px) 0; }
.bg-sand { background: var(--sand); }
.bg-ice  { background: var(--ice); }
.bg-navy { background: var(--navy-800); color: #dfe5f3; }
.bg-navy h2, .bg-navy h3 { color: #fff; }

.center { text-align: center; }
.section-head { max-width: 660px; margin-bottom: clamp(36px, 5vw, 60px); }
.section-head.center { margin-inline: auto; }
.section-head h2 { margin: .35em 0 .4em; }
.section-head h2.nowrap-head { max-width: none; white-space: nowrap; }
@media (max-width: 640px) { .section-head h2.nowrap-head { white-space: normal; } }
.section-head p { color: var(--muted); font-size: 1.12rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .6em;
  padding: .95em 1.6em;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: .01em;
  border: 1.5px solid transparent;
  transition: transform .18s ease, box-shadow .25s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn svg { width: 1.1em; height: 1.1em; }
.btn--primary { background: var(--coral); color: #fff; box-shadow: 0 8px 20px -8px rgba(224,71,76,.7); }
.btn--primary:hover { background: var(--coral-600); transform: translateY(-2px); box-shadow: 0 14px 26px -10px rgba(224,71,76,.75); }
.btn--ghost { background: transparent; color: var(--navy-800); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--navy-800); transform: translateY(-2px); }
.btn--light { background: #fff; color: var(--navy-800); }
.btn--light:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn--onnavy { background: rgba(255,255,255,.08); color:#fff; border-color: rgba(255,255,255,.22); }
.btn--onnavy:hover { background: rgba(255,255,255,.16); transform: translateY(-2px); }

/* ===========================================================================
   Header
   =========================================================================== */
.topbar {
  background: var(--navy-900);
  color: #c8d1ea;
  font-size: .86rem;
  font-weight: 500;
}
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 42px; flex-wrap: wrap; }
.topbar a { color: #e7ecfa; font-weight: 600; }
.topbar a:hover { color: #fff; }
.topbar .dot { color: var(--coral); }
.topbar-left { display: flex; gap: 1.4rem; align-items: center; flex-wrap: wrap; }
.topbar-right { display: flex; gap: 1.2rem; align-items: center; }
.topbar .badge { display: inline-flex; align-items: center; gap: .4em; color:#aeb9d8; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251,248,244,.85);
  backdrop-filter: saturate(1.4) blur(12px);
  border-bottom: 1px solid var(--line-soft);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled { box-shadow: 0 8px 30px -18px rgba(22,34,74,.35); background: rgba(251,248,244,.95); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 92px; }
.brand { display: flex; align-items: center; gap: .7rem; flex-shrink: 0; }
.brand-logo { height: 60px; width: auto; display: block; }
@media (max-width: 760px){ .brand-logo { height: 48px; } }
.brand-mark { width: 40px; height: 40px; flex: none; }
.brand-text { font-family: var(--display); font-weight: 700; font-size: 1.18rem; color: var(--navy-800); letter-spacing: -.02em; line-height: 1; }
.brand-text small { display: block; font-family: var(--body); font-weight: 600; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; color: var(--coral-600); margin-top: 3px; }

.nav-menu { display: flex; gap: clamp(.4rem, 1.4vw, 1.1rem); align-items: center; }
.nav-menu > li > a {
  display: inline-block; padding: .5em .2em; font-weight: 600; font-size: .96rem; color: var(--navy-700);
  position: relative;
}
.nav-menu > li > a::after {
  content:""; position:absolute; left:.2em; right:.2em; bottom: .15em; height: 2px; background: var(--coral);
  transform: scaleX(0); transform-origin: left; transition: transform .22s ease; border-radius: 2px;
}
.nav-menu > li > a:hover::after, .nav-menu > li > a[aria-current]::after { transform: scaleX(1); }
.nav-cta { display: flex; align-items: center; gap: 1.1rem; }
.nav-phone { display: inline-flex; align-items: center; gap: .45rem; white-space: nowrap; font-weight: 800; font-size: 1.05rem; color: var(--navy-800); }
.nav-phone svg { width: 1.05em; height: 1.05em; color: var(--coral); flex: none; }
.nav-phone:hover { color: var(--coral-600); }

.nav-toggle { display: none; width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--line); background: #fff; align-items: center; justify-content: center; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content:""; display:block; width: 20px; height: 2px; background: var(--navy-800); border-radius: 2px; transition: .25s;
}
.nav-toggle span::before { transform: translateY(-6px); } .nav-toggle span { position: relative; }
.nav-toggle span::after { transform: translateY(6px); position:absolute; top:0; }
.nav-toggle span::before { position:absolute; top:0; }

/* ---------- Mobile drawer ---------- */
.drawer { position: fixed; inset: 0; z-index: 60; visibility: hidden; }
.drawer[aria-hidden="false"] { visibility: visible; }
.drawer-scrim { position:absolute; inset:0; background: rgba(18,29,64,.5); opacity:0; transition: opacity .3s; }
.drawer[aria-hidden="false"] .drawer-scrim { opacity: 1; }
.drawer-panel {
  position:absolute; top:0; right:0; height:100%; width: min(86vw, 380px);
  background: var(--paper); padding: 28px 26px; transform: translateX(100%); transition: transform .32s cubic-bezier(.4,0,.1,1);
  display:flex; flex-direction:column; gap: 1rem; overflow-y:auto; box-shadow: var(--shadow-lg);
}
.drawer[aria-hidden="false"] .drawer-panel { transform: translateX(0); }
.drawer-panel a.dl { padding: .8em 0; border-bottom: 1px solid var(--line-soft); font-weight: 600; font-size: 1.1rem; color: var(--navy-800); }
.drawer-close { align-self:flex-end; width:44px;height:44px;border-radius:12px;border:1px solid var(--line);background:#fff;font-size:1.4rem;color:var(--navy-800);}

/* ===========================================================================
   Hero
   =========================================================================== */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(46rem 30rem at 92% -12%, rgba(224,71,76,.06), transparent 58%),
    radial-gradient(42rem 32rem at -6% 6%, rgba(43,60,112,.10), transparent 58%),
    linear-gradient(180deg, #dce8f7 0%, #fbfdff 100%);
}
/* subtle dot texture, fading out toward the bottom */
.hero::before {
  content:""; position:absolute; inset:0; z-index:0; pointer-events:none;
  background-image: radial-gradient(rgba(22,34,74,.07) 1.5px, transparent 1.6px);
  background-size: 24px 24px;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 72%);
          mask-image: linear-gradient(180deg, #000 0%, transparent 72%);
}
.hero > .wrap, .hero .trust-strip { position: relative; z-index: 1; }
/* ---- Hero option B: bold navy stage ---- */
.hero--navy {
  background:
    radial-gradient(48rem 32rem at 90% -12%, rgba(224,71,76,.30), transparent 58%),
    radial-gradient(42rem 30rem at 4% 112%, rgba(63,86,160,.55), transparent 60%),
    linear-gradient(158deg, #1b2853 0%, #121d40 58%, #0d1631 100%);
  color: #cdd6ee;
}
.hero--navy::before { /* faint blueprint grid instead of dots */
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 46px 46px, 46px 46px;
  -webkit-mask-image: radial-gradient(70% 70% at 30% 30%, #000, transparent 80%);
          mask-image: radial-gradient(70% 70% at 30% 30%, #000, transparent 80%);
}
.hero--navy h1 { color: #fff; }
.hero--navy h1 .accent { color: #ff8e92; }
.hero--navy .lead { color: #b9c4e4; }
.hero--navy .btn--ghost { color: #fff; border-color: rgba(255,255,255,.28); }
.hero--navy .btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.06); }
.hero--navy .hero-media::after { border-color: var(--coral); }
.hero--navy .trust-strip { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.12); -webkit-backdrop-filter: none; backdrop-filter: none; }
.hero--navy .trust-strip li { color: #dfe5f3; }
.hero--navy .trust-strip svg { color: #ff8e92; }

.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 5vw, 64px); align-items: center; padding: clamp(48px,7vw,92px) 0 clamp(36px,5vw,64px); }
.hero-copy .eyebrow { margin-bottom: 1.1rem; }
.hero-copy h1 { margin-bottom: .5em; }
.hero-copy h1 .accent { color: var(--coral); }
.hero-copy .lead { max-width: 30ch; margin-bottom: 2rem; }
.hero-actions { display: flex; gap: .9rem; flex-wrap: wrap; align-items: center; }

.hero-media { position: relative; }
.hero-media img { width: 100%; height: clamp(360px, 46vw, 560px); object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.hero-media::after { /* warm frame accent */
  content:""; position:absolute; inset: 18px -18px -18px 18px; border-radius: var(--radius); border: 2px solid var(--coral); z-index:-1;
}
.hero-badge {
  position:absolute; left: -18px; bottom: 26px; background:#fff; border-radius: 14px; padding: 14px 18px;
  box-shadow: var(--shadow-md); display:flex; align-items:center; gap:.8rem;
}
.hero-badge .num { font-family: var(--display); font-size: 2.1rem; color: var(--coral); line-height:1; }
.hero-badge small { font-size: .82rem; color: var(--muted); font-weight:600; display:block; max-width: 12ch;}

/* trust strip */
.trust-strip { border-top: 1px solid var(--line-soft); background: #fff; }
.trust-strip ul { display: flex; flex-wrap: wrap; gap: clamp(1rem, 4vw, 3rem); justify-content: space-between; align-items: center; padding: 22px 0; }
.trust-strip li { display: flex; align-items: center; gap: .6rem; font-weight: 600; color: var(--navy-700); font-size: .95rem; }
.trust-strip svg { width: 22px; height: 22px; color: var(--coral); flex: none; }

/* ===========================================================================
   Services grid
   =========================================================================== */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 24px); }
.card {
  background: var(--white); border: 1px solid var(--line-soft); border-radius: var(--radius);
  padding: 30px 28px 28px; box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .25s ease, border-color .2s ease;
  position: relative; overflow: hidden;
}
.card::before { content:""; position:absolute; inset:0 0 auto 0; height: 4px; background: linear-gradient(90deg, var(--coral), #f0888b); transform: scaleX(0); transform-origin:left; transition: transform .25s ease; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.card:hover::before { transform: scaleX(1); }
.card-icon { width: 54px; height: 54px; border-radius: 14px; display:grid; place-items:center; background: var(--ice); color: var(--navy-700); margin-bottom: 18px; }
.card-icon svg { width: 28px; height: 28px; }
.card h3 { margin-bottom: .4em; }
.card p { color: var(--muted); font-size: .98rem; margin-bottom: 1rem; }
.card .more { font-weight: 700; color: var(--coral-600); font-size: .92rem; display:inline-flex; align-items:center; gap:.4em; }
.card .more svg { width: 1em; height:1em; transition: transform .2s; }
.card:hover .more svg { transform: translateX(4px); }

/* ===========================================================================
   Why / split feature
   =========================================================================== */
.split { display:grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,5vw,70px); align-items:center; }
.split-media img { border-radius: var(--radius); box-shadow: var(--shadow-lg); width:100%; height: clamp(320px,38vw,460px); object-fit:cover; }
.checks { display:grid; gap: 1rem; margin-top: 1.5rem; }
.checks li { display:flex; gap:.8rem; align-items:flex-start; }
.checks .tick { width:26px;height:26px;border-radius:8px;background:var(--coral-100);color:var(--coral-600);display:grid;place-items:center;flex:none;margin-top:2px;}
.checks .tick svg { width:15px;height:15px;}
.checks b { color: var(--navy-800); }
.checks span { color: var(--muted); }

/* stat row */
.stats { display:grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; }
.stat { text-align:center; }
.stat .n { font-family: var(--display); font-size: clamp(2.2rem,4vw,3rem); color:#fff; line-height:1; }
.stat .l { color:#aab6d8; font-size:.92rem; margin-top:.4rem; }

/* brands */
.brands { display:flex; flex-wrap:wrap; gap: clamp(1.2rem,4vw,3.2rem); justify-content:center; align-items:center; }
.brands span { font-family: var(--display); font-weight:600; font-size: clamp(1.1rem,2.2vw,1.6rem); color: var(--navy-600); opacity:.55; letter-spacing:.02em; transition: opacity .2s; }
.brands span:hover { opacity:1; }

/* ===========================================================================
   Testimonial
   =========================================================================== */
.quote { max-width: 820px; margin-inline:auto; text-align:center; }
.quote .stars { color: var(--coral); letter-spacing:.15em; font-size:1.2rem; margin-bottom:1.2rem;}
.quote blockquote { font-family: var(--display); font-size: clamp(1.5rem,3vw,2.1rem); line-height:1.3; color: var(--navy-800); font-weight:500; }
.quote blockquote::before { content:"\201C"; color: var(--coral); }
.quote blockquote::after { content:"\201D"; color: var(--coral); }
.quote cite { display:block; margin-top:1.4rem; font-style:normal; font-weight:700; color:var(--muted); font-size:.95rem; letter-spacing:.04em; }

/* ===========================================================================
   CTA band
   =========================================================================== */
.cta-band { position:relative; overflow:hidden; }
.cta-inner { display:grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,8vw,120px); align-items:center; }
.cta-inner > div:first-child { max-width: 30rem; }
.cta-band h2 { color:#fff; }
.cta-band p { color:#c3cdec; font-size:1.12rem; margin-top:.6rem; }
.cta-actions { display:flex; gap:.9rem; flex-wrap:wrap; }
.cta-phone { font-family:var(--display); font-size: clamp(1.8rem,3.5vw,2.6rem); color:#fff; display:inline-flex; align-items:center; gap:.5rem;}
.cta-phone small { display:block; font-family:var(--body); font-size:.8rem; letter-spacing:.12em; text-transform:uppercase; color:var(--coral); font-weight:700;}
.cta-band::before { content:""; position:absolute; width:460px;height:460px; border-radius:50%; background: radial-gradient(circle, rgba(125,155,230,.22), transparent 70%); right:-140px; top:-160px; }

/* ===========================================================================
   Footer
   =========================================================================== */
.site-footer { background: var(--navy-900); color:#aab6d8; padding: clamp(56px,7vw,84px) 0 0; }
.footer-grid { display:grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: clamp(24px,4vw,48px); }
.site-footer h4 { color:#fff; font-family:var(--body); font-size:.82rem; letter-spacing:.14em; text-transform:uppercase; margin-bottom:1.2rem; }
.site-footer a { color:#aab6d8; }
.site-footer a:hover { color:#fff; }
.footer-grid li { margin-bottom:.7rem; font-size:.96rem; }
.footer-brand .brand-text { color:#fff; }
.footer-brand p { margin-top:1rem; font-size:.95rem; max-width:32ch; }
.footer-contact b { color:#fff; font-family:var(--display); font-size:1.15rem; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.1); margin-top: clamp(40px,5vw,64px); padding: 24px 0; display:flex; justify-content:space-between; gap:1rem; flex-wrap:wrap; font-size:.86rem; color:#7e8bb0; }

/* ===========================================================================
   Page hero (interior)
   =========================================================================== */
.page-hero { background: var(--navy-800); color:#fff; position:relative; overflow:hidden; }
.page-hero .wrap { position:relative; z-index:1; padding: clamp(48px,7vw,90px) 0; }
.page-hero .eyebrow { color: var(--coral); }
.page-hero .eyebrow::before { background: var(--coral); }
.page-hero h1 { color:#fff; max-width:18ch; margin:.4em 0; }
.page-hero p { color:#c3cdec; max-width:52ch; font-size:1.15rem; }
.breadcrumb { font-size:.86rem; color:#9aa6cc; margin-bottom:1rem; display:flex; gap:.5rem; }
.breadcrumb a:hover { color:#fff; }
.page-hero::after { content:""; position:absolute; inset:0; background: radial-gradient(820px 380px at 88% -25%, rgba(125,155,230,.18), transparent 62%); }

/* content + sidebar */
.content-layout { display:grid; grid-template-columns: 1fr 340px; gap: clamp(30px,4vw,60px); align-items:start; }
.prose h2 { margin: 1.6em 0 .5em; }
.prose h2:first-child { margin-top:0; }
.prose p { margin-bottom: 1.1em; color:#3d465f; }
.prose ul.bullets { display:grid; gap:.7rem; margin: 1.2em 0; }
.prose ul.bullets li { display:flex; gap:.7rem; align-items:flex-start; color:#3d465f; }
.prose ul.bullets .tick { width:24px;height:24px;border-radius:7px;background:var(--coral-100);color:var(--coral-600);display:grid;place-items:center;flex:none;margin-top:3px;}
.prose ul.bullets .tick svg{width:14px;height:14px;}
.service-sub { display:grid; grid-template-columns: repeat(3,1fr); gap:16px; margin: 1.6em 0; }
.service-sub .mini { background:#fff;border:1px solid var(--line-soft);border-radius:var(--radius-sm);padding:20px; box-shadow:var(--shadow-sm);}
.service-sub .mini h3 { font-size:1.1rem; margin-bottom:.3em;}
.service-sub .mini p { font-size:.92rem; color:var(--muted); margin:0;}

.sidecard { background:#fff; border:1px solid var(--line-soft); border-radius:var(--radius); padding:28px; box-shadow:var(--shadow-md); position:sticky; top:104px; }
.sidecard h3 { font-size:1.3rem; margin-bottom:.3em; }
.sidecard p { color:var(--muted); font-size:.95rem; margin-bottom:1.2rem; }
.sidecard .btn { width:100%; justify-content:center; margin-bottom:.7rem; }
.sidecard .callnum { text-align:center; margin-top:1rem; padding-top:1rem; border-top:1px solid var(--line-soft); }
.sidecard .callnum small { color:var(--muted); font-weight:700; text-transform:uppercase; letter-spacing:.1em; font-size:.7rem; }
.sidecard .callnum b { display:block; font-family:var(--display); font-size:1.5rem; color:var(--navy-800); }

/* ===========================================================================
   Form
   =========================================================================== */
.form-card { background:#fff; border:1px solid var(--line-soft); border-radius:var(--radius); padding: clamp(24px,4vw,40px); box-shadow: var(--shadow-md); }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.field { margin-bottom:18px; display:flex; flex-direction:column; gap:.4rem; }
.field label { font-weight:700; font-size:.86rem; color:var(--navy-700); }
.field label .req { color:var(--coral); }
.field input, .field select, .field textarea {
  font:inherit; padding:.8em .9em; border:1.5px solid var(--line); border-radius:10px; background:var(--paper); color:var(--ink); transition:border-color .2s, box-shadow .2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline:none; border-color:var(--coral); box-shadow:0 0 0 4px var(--coral-100); background:#fff; }
.field textarea { resize:vertical; min-height:120px; }

/* ===========================================================================
   Reveal animation
   =========================================================================== */
[data-reveal] { opacity:0; transform: translateY(18px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
[data-reveal].in { opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce){ [data-reveal]{opacity:1;transform:none;transition:none;} html{scroll-behavior:auto;} }
/* On mobile, show content immediately — the scroll-reveal left above-the-fold
   content blank on first paint until JS fired. */
@media (max-width: 760px){ [data-reveal]{opacity:1;transform:none;transition:none;} }

/* ===========================================================================
   Responsive
   =========================================================================== */
@media (max-width: 980px){
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { order:-1; }
  .hero-media::after { display:none; }
  .split { grid-template-columns:1fr; }
  .cards { grid-template-columns: repeat(2,1fr); }
  .cta-inner { grid-template-columns:1fr; }
  .content-layout { grid-template-columns:1fr; }
  .sidecard { position:static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: repeat(2,1fr); gap:2rem 1rem; }
}
@media (max-width: 1040px){
  .nav-menu { display:none; }
  .nav-toggle { display:flex; }
}
@media (max-width: 600px){
  .nav-phone { display:none; }
}
@media (max-width: 700px){
  /* Header CTA would overflow next to the wide logo + hamburger; the mobile
     drawer already surfaces "Request Service" + "Call". */
  .nav-cta .btn--primary { display:none; }
}
@media (max-width: 760px){
  .service-sub { grid-template-columns:1fr; }
}
@media (max-width: 560px){
  .cards { grid-template-columns: 1fr; }
  .form-row { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .topbar-left .badge { display:none; }
}

/* ===========================================================================
   Navigation dropdowns (added for WP submenus)
   =========================================================================== */
.nav-menu li { position: relative; }
.nav-menu .menu-item-has-children > a { padding-right: 1.25em; }
.nav-menu .menu-item-has-children > a::before { /* caret */
  content: ""; position: absolute; right: .25em; top: 45%;
  width: .42em; height: .42em;
  border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg); opacity: .55; transition: transform .2s ease, opacity .2s ease;
}
.nav-menu .menu-item-has-children:hover > a::before,
.nav-menu .menu-item-has-children:focus-within > a::before { transform: translateY(-20%) rotate(-135deg); opacity: 1; }

.nav-menu .sub-menu {
  position: absolute; top: 100%; left: -.4rem; min-width: 230px;
  background: #fff; border: 1px solid var(--line-soft); border-radius: 12px;
  box-shadow: var(--shadow-md); padding: .45rem; list-style: none; margin: 0;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s; z-index: 60;
}
.nav-menu .menu-item-has-children:hover > .sub-menu,
.nav-menu .menu-item-has-children:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.nav-menu .sub-menu li { width: 100%; }
.nav-menu .sub-menu a {
  display: block; padding: .6em .8em; border-radius: 8px;
  font-weight: 600; font-size: .95rem; color: var(--navy-700); white-space: nowrap;
}
.nav-menu .sub-menu a::after { display: none; } /* no underline animation inside dropdown */
.nav-menu .sub-menu a:hover { background: var(--ice); color: var(--navy-800); }

/* ---- Mobile drawer menu (WP nav) ---- */
.drawer-menu, .drawer-menu .sub-menu { list-style: none; padding: 0; margin: 0; }
.drawer-menu > li > a { display: block; padding: .8em 0; border-bottom: 1px solid var(--line-soft); font-weight: 700; font-size: 1.1rem; color: var(--navy-800); }
.drawer-menu .sub-menu { padding-left: 1rem; margin-bottom: .3rem; }
.drawer-menu .sub-menu a { display: block; padding: .6em 0; border-bottom: 1px solid var(--line-soft); font-weight: 500; font-size: 1rem; color: var(--navy-700); }

/* ===========================================================================
   Rich prose styling — makes authored page content look polished
   =========================================================================== */
.prose { font-size: 1.08rem; line-height: 1.7; color: #3d465f; }
.prose > *:first-child { margin-top: 0; }
.prose h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); color: var(--navy-800); margin: 1.8em 0 .5em; letter-spacing: -.02em; }
.prose h3 { font-size: 1.3rem; color: var(--navy-800); margin: 1.4em 0 .4em; }
.prose p { margin: 0 0 1.1em; }
.prose a { color: var(--coral-600); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; text-decoration-thickness: 1.5px; }
.prose a:hover { color: var(--coral); }
.prose strong { color: var(--navy-800); font-weight: 700; }
.prose .lead, .prose-lead { font-size: 1.22rem; color: var(--navy-700); font-weight: 500; line-height: 1.55; margin-bottom: 1.2em; }

/* Lists with coral markers */
.prose ul:not(.bullets):not(.service-sub) { list-style: none; padding: 0; margin: 1.1em 0; display: grid; gap: .6rem; }
.prose ul:not(.bullets):not(.service-sub) > li { position: relative; padding-left: 1.7em; }
.prose ul:not(.bullets):not(.service-sub) > li::before {
  content: ""; position: absolute; left: .15em; top: .55em; width: .6em; height: .6em;
  background: var(--coral); border-radius: 50%; box-shadow: 0 0 0 4px var(--coral-100);
}
.prose ol { padding-left: 1.3em; margin: 1.1em 0; display: grid; gap: .5rem; }
.prose ol li::marker { color: var(--coral-600); font-weight: 700; }
.prose li { color: #3d465f; }

.prose blockquote {
  margin: 1.6em 0; padding: 1.2em 1.5em; background: var(--ice);
  border-left: 4px solid var(--coral); border-radius: 0 12px 12px 0;
  font-size: 1.15rem; color: var(--navy-700); font-style: italic;
}
.prose img { border-radius: var(--radius); box-shadow: var(--shadow-sm); margin: 1.4em 0; }
.prose hr { border: 0; border-top: 1px solid var(--line); margin: 2em 0; }

/* Highlight callout used in authored content */
.prose .callout {
  background: var(--sand); border-radius: var(--radius); padding: 1.4em 1.6em; margin: 1.6em 0;
}
.prose .callout p:last-child { margin-bottom: 0; }

/* prose testimonial citations */
.prose blockquote { font-style: normal; }
.prose blockquote p { margin-bottom: .4em; font-style: italic; }
.prose blockquote cite { display: block; margin-top: .5rem; font-style: normal; font-weight: 700; font-size: .9rem; color: var(--muted); }
.prose .service-sub { margin: 1.4em 0; }

/* ===========================================================================
   Special offers
   =========================================================================== */
.offers-grid { display:grid; grid-template-columns: repeat(4,1fr); gap: clamp(14px,2vw,22px); }
.offer {
  background:#fff; border:1px solid var(--line-soft); border-top:3px solid var(--coral);
  border-radius: var(--radius); padding: 30px 22px; text-align:center; box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .25s ease;
}
.offer:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.offer .amt { font-family: var(--display); font-weight: 900; font-size: clamp(2.2rem,3vw,2.8rem); color: var(--coral); line-height: 1; letter-spacing: -.02em; }
.offer .for { display:block; margin-top:.6rem; color: var(--navy-700); font-weight: 600; font-size: .98rem; }
@media (max-width: 860px){ .offers-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 460px){ .offers-grid { grid-template-columns: 1fr; } }

/* ===========================================================================
   Accordion (prose <details>) — used for maintenance plans
   =========================================================================== */
.prose details {
  border: 1px solid var(--line-soft); border-radius: var(--radius-sm);
  background: #fff; margin: 0 0 .7rem; box-shadow: var(--shadow-sm); overflow: hidden;
}
.prose details summary {
  cursor: pointer; list-style: none; padding: 1em 1.2em;
  font-weight: 700; color: var(--navy-800); font-size: 1.05rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.prose details summary::-webkit-details-marker { display: none; }
.prose details summary::after {
  content: ""; width: .55em; height: .55em; flex: none;
  border-right: 2.5px solid var(--coral); border-bottom: 2.5px solid var(--coral);
  transform: rotate(45deg); transition: transform .2s ease;
}
.prose details[open] summary::after { transform: rotate(-135deg); }
.prose details summary:hover { color: var(--coral-600); }
.prose details .acc-body { padding: 0 1.2em 1.3em; }
.prose details .acc-body > *:first-child { margin-top: 0; }
.prose details .acc-body ul { margin: .4em 0 0; }

/* ===========================================================================
   Service sub-card icons (CSS-mask, set via modifier class)
   =========================================================================== */
.service-sub .mini { padding-top: 24px; }
.service-sub .mini::before {
  content: ""; display: block; width: 36px; height: 36px; margin-bottom: 14px;
  background: var(--coral);
  -webkit-mask: var(--mini-icon) center / contain no-repeat;
          mask: var(--mini-icon) center / contain no-repeat;
}
.mini--inspect { --mini-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='6'/%3E%3Cpath d='M20 20l-3.5-3.5'/%3E%3Cpath d='M8.6 11l1.7 1.7L14 9.5'/%3E%3C/svg%3E"); }
.mini--repair  { --mini-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a4 4 0 0 0-5.4 5.4l-6 6 2 2 6-6a4 4 0 0 0 5.4-5.4l-2.3 2.3-2-2 2.3-2.3z'/%3E%3C/svg%3E"); }
.mini--install { --mini-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v10m0 0l-3.5-3.5M12 13l3.5-3.5'/%3E%3Cpath d='M5 17v2a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-2'/%3E%3C/svg%3E"); }
.mini--comfort { --mini-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 11l8-6 8 6'/%3E%3Cpath d='M6 10v9h12v-9'/%3E%3C/svg%3E"); }
.mini--savings { --mini-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v18'/%3E%3Cpath d='M16 7H10a2.5 2.5 0 0 0 0 5h4a2.5 2.5 0 0 1 0 5H8'/%3E%3C/svg%3E"); }
.mini--air     { --mini-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 8h10.5a2.5 2.5 0 1 0-2.5-2.5'/%3E%3Cpath d='M3 12h15a2.5 2.5 0 1 1-2.5 2.5'/%3E%3Cpath d='M3 16h8.5a2 2 0 1 1-2 2'/%3E%3C/svg%3E"); }

/* ── Landing pages (lp CPT): strip nav/extra exits for paid-search focus ───── */
.is-lp .nav-menu,
.is-lp .nav-toggle,
.is-lp .drawer,
.is-lp .footer-grid > div:nth-child(2),
.is-lp .footer-grid > div:nth-child(3) { display: none; }
/* keep logo + tracked click-to-call; logo no longer links away */
.is-lp .brand { pointer-events: none; }
.is-lp .lp-form .form-card { margin-top: .4rem; }

/* ══════════════════════════════════════════════════════════════════════════
   LANDING PAGES — paid-campaign design system (image-forward, conversion-first)
   Scoped under .lp / .is-lp so the rest of the site is untouched.
   ══════════════════════════════════════════════════════════════════════════ */
.lp { --lp-tint: var(--ice);  --lp-glow: rgba(63,86,160,.55); }
.lp.lp--heat { --lp-tint: var(--sand); --lp-glow: rgba(224,71,76,.42); }

/* ── Hero: photo + navy scrim + floating form ──────────────────────────── */
.lp-hero { position: relative; isolation: isolate; overflow: hidden; color: #fff; }
.lp-hero::before { content:""; position:absolute; inset:0; z-index:-2; background-image: var(--lp-hero-img); background-size: cover; background-position: center; transform: scale(1.03); }
.lp-hero::after  { content:""; position:absolute; inset:0; z-index:-1;
  background:
    radial-gradient(58rem 40rem at 100% -8%, var(--lp-glow), transparent 60%),
    linear-gradient(104deg, rgba(11,18,42,.96) 0%, rgba(13,22,49,.9) 36%, rgba(13,22,49,.58) 76%, rgba(13,22,49,.32) 100%);
}
.lp-hero__grid { display:grid; grid-template-columns: 1.08fr .92fr; gap: clamp(32px,5vw,72px);
  align-items: center; padding: clamp(40px,6vw,84px) 0 clamp(48px,6vw,92px); }

.lp-eyebrow { display:inline-flex; align-items:center; gap:.55rem; font-weight:800; text-transform:uppercase;
  letter-spacing:.14em; font-size:.76rem; color: var(--coral); }
.lp-hero .lp-eyebrow { color:#ff9a9e; }
.lp-eyebrow::before { content:""; width:26px; height:2px; background: currentColor; }
.lp-h1 { font-family: var(--display); font-weight:800; letter-spacing:-.022em; line-height:1.04;
  font-size: clamp(2.3rem, 5vw, 3.7rem); margin:.55rem 0 .6rem; color:#fff; }
.lp-h1 .accent { color:#ff9a9e; }
.lp-lead { font-size: clamp(1.05rem,1.6vw,1.22rem); line-height:1.55; color:#c9d2ea; max-width:34ch; margin-bottom:1.6rem; }
.lp-chips { list-style:none; display:flex; flex-wrap:wrap; gap:.6rem; margin:0 0 1.7rem; padding:0; }
.lp-chips li { display:inline-flex; align-items:center; gap:.4rem; background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.18); border-radius:999px; padding:.42rem .82rem; font-size:.82rem; font-weight:700; color:#eaf0ff; }
.lp-chips svg { width:1em; height:1em; color:#ffb4b7; flex:none; }
.lp-hero__actions { display:flex; flex-wrap:wrap; align-items:center; gap:1rem 1.5rem; }
.lp-callbtn { display:inline-flex; align-items:center; gap:.72rem; color:#fff; }
.lp-callbtn svg { width:2.5rem; height:2.5rem; padding:.6rem; border-radius:50%; background:var(--coral); color:#fff;
  box-shadow:0 10px 22px -8px rgba(224,71,76,.85); flex:none; }
.lp-callbtn span { display:flex; flex-direction:column; line-height:1.12; }
.lp-callbtn small { font-size:.7rem; text-transform:uppercase; letter-spacing:.12em; color:#aeb8d6; }
.lp-callbtn b { font-size:1.45rem; font-family:var(--display); }
.lp-microtrust { margin-top:1.35rem; font-size:.84rem; color:#9aa6c8; }

.lp-formcard { background:#fff; color:var(--ink); border-radius:18px; box-shadow:var(--shadow-lg); overflow:hidden; }
.lp-formcard__head { background:linear-gradient(120deg, var(--coral), var(--coral-600)); color:#fff; padding:18px 26px; }
.lp-formcard__head h2 { font-family:var(--display); font-size:1.32rem; margin:0; color:#fff; }
.lp-formcard__head p  { margin:.25rem 0 0; font-size:.85rem; color:rgba(255,255,255,.88); }
.lp-formcard__body { padding:22px 26px 26px; }
.lp-formcard .gform_wrapper ul.gform_fields { gap:11px; }
.lp-formcard #field_1_2 { grid-column:1 / 2; }
.lp-formcard #field_1_3 { grid-column:2 / 3; }
/* Compact fields */
.lp-formcard .gform_wrapper input,
.lp-formcard .gform_wrapper select,
.lp-formcard .gform_wrapper textarea { padding:.55em .75em; font-size:.92rem; border-radius:9px; }
.lp-formcard .gform_wrapper .gfield_label { font-size:.8rem; margin-bottom:.28rem; }
.lp-formcard .gform_wrapper textarea { min-height:70px; height:70px; }
/* Name: First + Last side by side, 50/50 */
.lp-formcard .gform_wrapper .ginput_container_name { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.lp-formcard .gform_wrapper .ginput_container_name > span { width:auto; margin:0; padding:0; }
.lp-formcard .gform_footer { margin-top:1rem; }
@media (max-width:560px){ .lp-formcard #field_1_2, .lp-formcard #field_1_3 { grid-column:1 / -1; } }

/* hero entrance — CSS-only so the form is NEVER gated on JS */
.lp-hero__copy > * { animation: lpRise .72s cubic-bezier(.2,.7,.2,1) backwards; }
.lp-hero__copy > *:nth-child(1){ animation-delay:.05s; }
.lp-hero__copy > *:nth-child(2){ animation-delay:.12s; }
.lp-hero__copy > *:nth-child(3){ animation-delay:.19s; }
.lp-hero__copy > *:nth-child(4){ animation-delay:.26s; }
.lp-hero__copy > *:nth-child(n+5){ animation-delay:.32s; }
.lp-hero__form { animation: lpRise .82s .16s cubic-bezier(.2,.7,.2,1) backwards; }
@keyframes lpRise { from { opacity:0; transform:translateY(16px); } to { opacity:1; transform:none; } }
@media (prefers-reduced-motion: reduce){ .lp-hero__copy > *, .lp-hero__form { animation:none; } }

@media (max-width:920px){
  .lp-hero__grid { grid-template-columns:1fr; gap:30px; padding-top:clamp(26px,8vw,46px); }
  .lp-lead { max-width:none; }
}

/* ── Credential bar ────────────────────────────────────────────────────── */
.lp-cred { background:var(--navy-900); border-top:3px solid var(--coral); }
.lp-cred ul { list-style:none; margin:0; padding:18px 0; display:flex; flex-wrap:wrap; justify-content:center; gap:clamp(1.1rem,4vw,3.4rem); }
.lp-cred li { display:inline-flex; align-items:center; gap:.55rem; color:#dfe5f3; font-weight:700; font-size:.92rem; }
.lp-cred svg { width:1.25em; height:1.25em; color:var(--coral); flex:none; }

/* ── Shared section heading ────────────────────────────────────────────── */
.lp-shead { max-width:640px; }
.lp-shead.center { margin-inline:auto; text-align:center; }
.lp-shead h2 { font-family:var(--display); font-weight:800; letter-spacing:-.015em; font-size:clamp(1.8rem,3.4vw,2.6rem); margin:.5rem 0 0; }
.lp-shead p { color:var(--muted); margin:.7rem 0 0; font-size:1.04rem; }

/* ── Benefits: photo + value props ─────────────────────────────────────── */
.lp-benefits { background:var(--paper); padding:clamp(56px,8vw,104px) 0; }
.lp-benefits__grid { display:grid; grid-template-columns:1.05fr .95fr; gap:clamp(32px,5vw,68px); align-items:center; }
.lp-benefits__media { position:relative; }
.lp-benefits__media img { width:100%; height:clamp(320px,40vw,480px); object-fit:cover; border-radius:var(--radius); box-shadow:var(--shadow-lg); }
.lp-benefits__media::after { content:""; position:absolute; inset:16px 16px -16px -16px; border:2px solid var(--coral); border-radius:var(--radius); z-index:-1; }
.lp-benefits__badge { position:absolute; left:-14px; bottom:24px; background:#fff; border-radius:14px; box-shadow:var(--shadow-md); padding:12px 16px; display:flex; align-items:center; gap:.65rem; }
.lp-benefits__badge b { font-family:var(--display); font-size:1.55rem; color:var(--coral); line-height:1; }
.lp-benefits__badge small { color:var(--muted); font-weight:700; font-size:.74rem; line-height:1.15; }
.lp-blist { list-style:none; margin:1.7rem 0 0; padding:0; display:grid; gap:1.15rem; }
.lp-blist li { display:flex; gap:1rem; }
.lp-blist .ico { flex:none; width:46px; height:46px; border-radius:12px; background:var(--coral-100); color:var(--coral); display:grid; place-items:center; }
.lp-blist .ico svg { width:1.4rem; height:1.4rem; }
.lp-blist b { display:block; font-size:1.04rem; }
.lp-blist span { color:var(--muted); font-size:.96rem; }
@media (max-width:920px){ .lp-benefits__grid { grid-template-columns:1fr; } .lp-benefits__media::after { display:none; } }

/* ── Process steps: outlined numerals on navy ──────────────────────────── */
.lp-steps { background:linear-gradient(160deg,var(--navy-800),var(--navy-900)); color:#cdd6ee; padding:clamp(56px,8vw,104px) 0; }
.lp-steps .lp-shead h2 { color:#fff; }
.lp-steps__grid { display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(22px,3vw,42px); margin-top:2.6rem; }
.lp-step { position:relative; }
.lp-step .num { font-family:var(--display); font-weight:900; font-size:3.4rem; line-height:1; color:transparent; -webkit-text-stroke:2px var(--coral); display:block; margin-bottom:.55rem; }
.lp-step h3 { color:#fff; font-size:1.18rem; margin:0 0 .35rem; }
.lp-step p { color:#aeb8d6; font-size:.98rem; margin:0; }
.lp-step:not(:last-child)::after { content:""; position:absolute; top:1.5rem; right:-.6rem; width:1px; height:58%; background:linear-gradient(var(--coral),transparent); opacity:.45; }
@media (max-width:760px){ .lp-steps__grid { grid-template-columns:1fr; gap:1.7rem; } .lp-step:not(:last-child)::after { display:none; } }

/* ── Offer: coupon card ────────────────────────────────────────────────── */
.lp-offer { background:var(--lp-tint); padding:clamp(56px,8vw,100px) 0; }
.lp-offer__card { position:relative; max-width:680px; margin-inline:auto; text-align:center; background:#fff;
  border:2px dashed var(--coral); border-radius:20px; padding:clamp(38px,5vw,56px) clamp(24px,5vw,56px); box-shadow:var(--shadow-md); }
.lp-offer__ribbon { position:absolute; top:-14px; left:50%; transform:translateX(-50%); background:var(--coral); color:#fff;
  font-weight:800; text-transform:uppercase; letter-spacing:.12em; font-size:.72rem; padding:.45rem 1rem; border-radius:999px; box-shadow:0 8px 18px -8px rgba(224,71,76,.7); }
.lp-offer .amt { font-family:var(--display); font-weight:900; font-size:clamp(3.4rem,9vw,5.4rem); line-height:.9; color:var(--coral); }
.lp-offer .for { font-size:1.15rem; font-weight:700; color:var(--navy-800); margin:.35rem 0 1.5rem; }
.lp-offer small { display:block; margin-top:1rem; color:var(--muted); font-size:.84rem; }

/* ── Testimonial ───────────────────────────────────────────────────────── */
.lp-quote { background:#fff; padding:clamp(56px,8vw,104px) 0; }
.lp-quote__inner { max-width:860px; margin-inline:auto; text-align:center; }
.lp-quote .stars { color:var(--coral); letter-spacing:.22em; font-size:1.2rem; }
.lp-quote blockquote { font-family:var(--display); font-weight:700; font-size:clamp(1.4rem,2.8vw,2.05rem); line-height:1.32; letter-spacing:-.01em; color:var(--navy-800); margin:1rem 0 1.3rem; }
.lp-quote cite { font-style:normal; font-weight:700; color:var(--muted); }
.lp-quote__meta { margin-top:1.7rem; display:inline-flex; gap:1.5rem; align-items:center; color:var(--muted); font-size:.9rem; font-weight:700; }
.lp-quote__meta b { color:var(--navy-800); font-family:var(--display); font-size:1.35rem; }

/* ── Closing CTA: photo bookend ────────────────────────────────────────── */
.lp-final { position:relative; isolation:isolate; overflow:hidden; color:#fff; padding:clamp(60px,9vw,120px) 0; text-align:center; }
.lp-final::before { content:""; position:absolute; inset:0; z-index:-2; background-image:var(--lp-hero-img); background-size:cover; background-position:center; }
.lp-final::after  { content:""; position:absolute; inset:0; z-index:-1; background:linear-gradient(0deg,rgba(11,18,42,.93),rgba(13,22,49,.82)); }
.lp-final h2 { font-family:var(--display); font-weight:800; color:#fff; font-size:clamp(1.9rem,4vw,2.9rem); margin:0 0 .5rem; }
.lp-final p { color:#c9d2ea; max-width:48ch; margin:0 auto 1.8rem; }
.lp-final__actions { display:flex; flex-wrap:wrap; gap:1rem 1.5rem; justify-content:center; align-items:center; }

/* ── Mobile sticky call/quote bar ──────────────────────────────────────── */
.lp-stickybar { position:fixed; left:0; right:0; bottom:0; z-index:60; display:none;
  grid-template-columns:1fr 1fr; gap:1px; background:var(--line); box-shadow:0 -8px 24px -12px rgba(0,0,0,.4); }
.lp-stickybar a { display:flex; align-items:center; justify-content:center; gap:.45rem; padding:.95rem; font-weight:800; font-size:.98rem; }
.lp-stickybar__call { background:#fff; color:var(--navy-800); }
.lp-stickybar__call svg { width:1.1em; height:1.1em; color:var(--coral); }
.lp-stickybar__form { background:var(--coral); color:#fff; }
@media (max-width:760px){ .lp-stickybar { display:grid; } body.is-lp { padding-bottom:62px; } }

/* ── Landing pages: mobile pass ────────────────────────────────────────── */
@media (max-width:920px){
  /* near-uniform dark scrim so hero text stays legible over any photo when stacked */
  .lp-hero::after {
    background:
      radial-gradient(40rem 30rem at 100% -8%, var(--lp-glow), transparent 60%),
      linear-gradient(180deg, rgba(11,18,42,.92), rgba(13,22,49,.86));
  }
  .lp-quote__meta { flex-wrap:wrap; justify-content:center; }
}
@media (max-width:560px){
  .lp-hero__grid { padding:24px 0 34px; gap:24px; }
  .lp-h1 { font-size:2.05rem; }
  .lp-lead { font-size:1.02rem; }
  .lp-hero__actions { gap:.9rem; }
  .lp-callbtn svg { width:2.2rem; height:2.2rem; }
  .lp-callbtn b { font-size:1.3rem; }
  .lp-chips li { font-size:.78rem; padding:.36rem .7rem; }
  .lp-formcard__head { padding:15px 18px; }
  .lp-formcard__head h2 { font-size:1.18rem; }
  .lp-formcard__body { padding:16px 18px 20px; }
  .lp-cred ul { gap:.7rem 1.5rem; padding:14px 0; }
  .lp-cred li { font-size:.84rem; }
  .lp-benefits, .lp-steps, .lp-offer, .lp-quote { padding:48px 0; }
  .lp-benefits__badge { left:10px; bottom:10px; padding:9px 12px; }
  .lp-benefits__badge b { font-size:1.3rem; }
  .lp-steps__grid { margin-top:1.8rem; }
  .lp-quote blockquote { font-size:1.32rem; }
  .lp-quote__meta { gap:.7rem 1.3rem; margin-top:1.3rem; }
  .lp-final__actions { gap:1rem; }
}

/* Floated images inside landing-page / prose content (legacy editor content) */
.prose img.alignright, .prose img.alignleft {
  max-width: min(32%, 240px); height: auto; border-radius: var(--radius);
  box-shadow: var(--shadow-md); margin-bottom: 1rem;
}
.prose img.alignright { float: right; margin-left: 1.6rem; }
.prose img.alignleft  { float: left;  margin-right: 1.6rem; }
@media (max-width: 560px){
  .prose img.alignright, .prose img.alignleft { float: none; display: block; max-width: 100%; margin: 0 0 1.2rem; }
}

/* Heating LP: mirror the hero background image (keeps the 1.03 anti-gap zoom) */
.lp--heat .lp-hero::before { transform: scale(1.03) scaleX(-1); }
