/* ============================================================
   Webly usa.weblystudio.com — MASTERPIECE REBUILD components
   Mobile-first. Tokens from variables.css, primitives from base.css.
   ============================================================ */

/* ---- global accents / fixes ---- */
.label { color: var(--accent-2); }
.sec-dark .label { color: var(--gold); }
.title em { font-style: italic; color: var(--accent); }
.sec-dark .title em { color: var(--gold); }
.accent-em { color: var(--accent); font-style: italic; }
.grad {
  background: linear-gradient(100deg, var(--accent) 0%, var(--gold) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.sec-dark .grad { background: linear-gradient(100deg, #E8A24B 0%, #F5C97A 100%); -webkit-background-clip: text; background-clip: text; }
/* Hero sits on the LIGHT bg. The default gold endpoint dropped the emphasis to ~2:1 contrast (fails AA),
   so the hero gradient stays in terracotta (accent → darker accent ≈ 3.9:1 → AA for large text). */
.hero .grad { background: linear-gradient(100deg, var(--accent) 0%, var(--accent-2) 100%); -webkit-background-clip: text; background-clip: text; }
/* Windows High Contrast / forced-colors drops gradient backgrounds, which would leave the clipped
   text at color:transparent (invisible). Fall every gradient-text phrase back to a solid system color. */
@media (forced-colors: active) {
  .grad, .hero .grad, .sec-dark .grad { -webkit-text-fill-color: CanvasText; color: CanvasText; background: none; }
}

/* focus-visible for keyboard users */
.btn:focus-visible, .nav-cta:focus-visible, .nav-phone:focus-visible, .sticky a:focus-visible,
.faq-item summary:focus-visible, .book-phone:focus-visible, .footer a:focus-visible,
a.nav-logo:focus-visible, .hq-addr:focus-visible, .hq-phone:focus-visible {
  outline: 3px solid var(--ink); outline-offset: 3px; border-radius: 6px;
}
.sec-dark .btn:focus-visible, .sticky a:focus-visible, .book-phone:focus-visible, .agency .btn:focus-visible { outline-color: var(--gold); }

/* highlights */
.hl-orange { background: linear-gradient(180deg, transparent 55%, rgba(196,93,62,.22) 55%); padding: 0 4px; margin: 0 -4px; border-radius: 2px; }
.hl-yellow { background: linear-gradient(180deg, transparent 55%, rgba(212,168,83,.35) 55%); padding: 0 4px; margin: 0 -4px; border-radius: 2px; }
.sec-dark .hl-yellow { background: linear-gradient(180deg, transparent 55%, rgba(212,168,83,.42) 55%); }

/* nav additions */
.nav-right { display: flex; align-items: center; gap: 18px; }
.nav-phone { display: none; font-size: var(--text-sm); font-weight: 600; color: var(--ink-2); }
.nav-phone:hover { color: var(--accent); }
@media (min-width: 640px) { .nav-phone { display: inline; } }

/* ============================================ HERO ============================================ */
.hero { position: relative; padding: 104px 0 52px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse at 16% 10%, rgba(196,93,62,.09) 0%, transparent 52%),
    radial-gradient(ellipse at 86% 28%, rgba(212,168,83,.13) 0%, transparent 52%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%); }
.hero-bg::after { content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(27,27,47,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(27,27,47,.035) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(ellipse at 50% 22%, #000 26%, transparent 72%); mask-image: radial-gradient(ellipse at 50% 22%, #000 26%, transparent 72%); }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr; gap: 32px; align-items: start; }
.hero-copy { text-align: left; max-width: 640px; }
.hero-eyebrow { display: inline-block; background: var(--accent-bg); color: var(--accent-2); border: 1px solid rgba(196,93,62,.18); padding: 8px 16px; border-radius: 100px; font-size: var(--text-xs); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 18px; }
.hero-h1 { font-size: clamp(31px, 7.4vw, 50px); line-height: 1.06; letter-spacing: -.02em; margin: 0 0 16px; max-width: 18ch; }
.hero-leadin { font-size: var(--text-lg); font-weight: 600; color: var(--ink); line-height: 1.4; margin: 0 0 16px; }
.hero-bullets { list-style: none; display: flex; flex-direction: column; gap: 11px; margin: 0 0 26px; }
.hero-bullets li { display: flex; gap: 11px; align-items: flex-start; font-size: var(--text-base); line-height: 1.4; color: var(--ink-2); font-weight: 500; }
.hero-bullets svg { flex-shrink: 0; margin-top: 3px; color: var(--accent); }
.hero-actions { display: flex; flex-direction: column; align-items: stretch; gap: 12px; }
.hero-actions .btn-lg { width: 100%; max-width: 400px; justify-content: center; }
.hero-reassure { font-size: var(--text-sm); color: var(--ink-3); max-width: 460px; margin: 0; line-height: 1.5; }
.hero-trust { list-style: none; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; margin-top: 26px; padding-top: 22px; border-top: 1px solid rgba(27,27,47,.1); }
.hero-trust li { display: inline-flex; align-items: center; gap: 9px; font-size: var(--text-sm); color: var(--ink-3); font-weight: 500; }
.hero-trust svg { color: var(--green); flex-shrink: 0; }
/* hero calendar card (right column) */
.hero-cal { scroll-margin-top: 84px; }
.hero-cal-card { background: var(--white); border: 1px solid var(--bg-3); border-radius: var(--rad); padding: 18px 16px 16px; box-shadow: 0 24px 64px rgba(27,27,47,.16); }
.hero-cal-head { font-family: var(--serif); font-size: clamp(20px, 5vw, 26px); line-height: 1.12; color: var(--ink); text-align: center; margin: 0 0 4px; }
.hero-cal-sub { font-size: var(--text-sm); color: var(--ink-3); text-align: center; margin: 0 0 14px; }
.hero-cal-card .calendly-inline-widget { min-width: 100%; height: 640px; border-radius: 12px; overflow: hidden; background: var(--bg-2); }
.hero-cal-privacy { display: flex; gap: 6px; align-items: center; justify-content: center; font-size: var(--text-xs); color: var(--ink-4); text-align: center; margin: 12px 0 0; }
.hero-cal-privacy svg { flex-shrink: 0; color: var(--green); }
@media (min-width: 640px) {
  .hero { padding: 124px 0 72px; }
  .hero-trust { flex-direction: row; flex-wrap: wrap; gap: 12px 24px; }
}
@media (min-width: 980px) {
  .hero { padding: 132px 0 84px; }
  /* top-align the two columns (was center): centering re-positioned the whole row whenever the copy
     column's height changed on webfont swap, which caused a catastrophic ~1.6 CLS on desktop. */
  .hero-inner { grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr); gap: 48px; align-items: start; }
  .hero-h1 { font-size: clamp(40px, 4vw, 56px); }
  .hero-actions { align-items: flex-start; }
}
@media (max-width: 360px) { .btn-lg { white-space: normal; padding-left: 22px; padding-right: 22px; line-height: 1.25; text-align: center; } }

/* ============================================ FIT / SELF-ID SITUATIONS ============================================ */
.fit-list { list-style: none; display: grid; grid-template-columns: 1fr; gap: 12px; margin: 34px 0 0; }
@media (min-width: 720px) { .fit-list { grid-template-columns: 1fr 1fr; gap: 12px 20px; } }
.fit-list li { display: flex; gap: 12px; align-items: flex-start; padding: 15px 18px; background: var(--white); border: 1px solid var(--bg-3); border-radius: 14px; font-size: var(--text-base); line-height: 1.4; color: var(--ink-2); font-weight: 500; box-shadow: 0 1px 2px rgba(27,27,47,.04); }
.fit-list svg { flex-shrink: 0; margin-top: 1px; color: var(--accent); }
.fit-closer { margin: 30px auto 0; font-size: clamp(18px, 4vw, 22px); font-weight: 600; color: var(--ink); line-height: 1.4; max-width: 720px; text-align: center; }
.fit-cta { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; align-items: center; }
.fit-cta .btn-lg { width: 100%; max-width: 380px; justify-content: center; }
@media (min-width: 640px) { .fit-cta .btn-lg { width: auto; } }

/* ============================================ STAT BAND (dark, count-up) ============================================ */
.stats-band { padding: clamp(40px, 7vw, 64px) 0; background: linear-gradient(135deg, var(--ink) 0%, #14142B 100%); }
.stats-band-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 16px; }
@media (min-width: 760px) { .stats-band-grid { grid-template-columns: repeat(4, 1fr); } }
.stat-box { text-align: center; }
.stat-figure { font-family: var(--serif); font-size: clamp(40px, 11vw, 64px); line-height: 1; color: var(--gold); letter-spacing: -.02em; }
.stat-cap { margin-top: 8px; font-size: var(--text-sm); color: rgba(255,255,255,.65); font-weight: 500; }

/* ============================================ PROOF / logos ============================================ */
.proof { padding: clamp(36px, 6vw, 64px) 0; background: var(--bg); }
.logos-label { text-align: center; font-size: var(--text-xs); text-transform: uppercase; letter-spacing: .16em; color: var(--ink-3); font-weight: 700; margin: 0 24px 20px; }
.logos-wrap { max-width: 1000px; margin: 0 auto; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.logos-track { display: flex; align-items: center; gap: 48px; width: max-content; animation: marquee 34s linear infinite; padding: 4px 0; }
.logos-track:hover { animation-play-state: paused; }
.logos-track img { height: 42px; width: auto; opacity: .5; flex-shrink: 0; transition: opacity var(--duration-normal); }
.logos-track img:hover { opacity: .8; }
@media (prefers-reduced-motion: reduce) { .logos-track { animation: none; flex-wrap: wrap; justify-content: center; } }

/* ============================================ BEFORE/AFTER CHART ============================================ */
.ba-chart { display: grid; grid-template-columns: 1fr; gap: 24px; margin-top: 44px; }
@media (min-width: 760px) { .ba-chart { grid-template-columns: 1fr 1fr; gap: 40px; } }
.ba-col { background: var(--bg); border: 1px solid rgba(27,27,47,.08); border-radius: var(--rad); padding: 26px 24px; }
.ba-head { font-family: var(--serif); font-size: var(--text-2xl); margin-bottom: 20px; }
.ba-before { color: var(--accent-2); } .ba-after { color: var(--green); }
.ba-row { display: grid; grid-template-columns: 1fr; gap: 4px; margin-bottom: 16px; }
.ba-label { font-size: var(--text-sm); color: var(--ink-2); font-weight: 600; }
.ba-bar-wrap { height: 12px; background: rgba(27,27,47,.06); border-radius: 100px; overflow: hidden; }
.ba-bar { display: block; height: 100%; width: 0; border-radius: 100px; transition: width 1.1s var(--easing-default); }
.ba-bar-before { background: linear-gradient(90deg, var(--accent), #D98162); }
.ba-bar-after { background: linear-gradient(90deg, var(--green), #4BA47E); }
.ba-val { font-size: var(--text-xs); color: var(--ink-3); font-weight: 600; }
.ba-punch { text-align: center; margin-top: 36px; font-size: clamp(18px, 4.4vw, 24px); color: var(--ink-2); }
.ba-big { font-family: var(--serif); font-size: clamp(40px, 9vw, 64px); color: var(--accent); display: inline-block; vertical-align: -8px; margin-right: 6px; }
.ba-punch strong { color: var(--ink); }

/* ============================================ SERVICES GRID ============================================ */
.services-grid { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 46px; }
@media (min-width: 640px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .services-grid { grid-template-columns: repeat(3, 1fr); gap: 22px; } }
.svc-card { position: relative; overflow: hidden; padding: 30px 26px; border-radius: 18px; background: var(--white); border: 1px solid rgba(27,27,47,.08); box-shadow: 0 1px 3px rgba(27,27,47,.04), 0 8px 32px rgba(27,27,47,.05); transition: transform var(--duration-normal) var(--easing-default), box-shadow var(--duration-normal), border-color var(--duration-normal); }
.svc-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform var(--duration-normal) var(--easing-default); }
.svc-card:nth-child(2)::before { background: var(--gold); } .svc-card:nth-child(3)::before { background: var(--green); }
.svc-card:nth-child(4)::before { background: #5A7BC4; } .svc-card:nth-child(5)::before { background: var(--accent); }
.svc-card:nth-child(6)::before { background: #8E6FB4; } .svc-card:nth-child(7)::before { background: var(--green); }
.svc-card:hover { transform: translateY(-5px); box-shadow: 0 2px 4px rgba(27,27,47,.06), 0 20px 48px rgba(27,27,47,.12); border-color: rgba(196,93,62,.25); }
.svc-card:hover::before { transform: scaleX(1); }
.svc-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.svc-card h3 { font-size: clamp(19px, 2vw, 22px); margin-bottom: 10px; line-height: 1.2; }
.svc-card p { font-size: var(--text-base); color: var(--ink-2); line-height: 1.6; }

/* ============================================ ROLES ============================================ */
.roles-grid { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 46px; }
@media (min-width: 640px) { .roles-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .roles-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
.role-card { background: var(--white); border: 1px solid rgba(27,27,47,.07); border-radius: 18px; padding: 26px 24px; box-shadow: 0 1px 3px rgba(27,27,47,.04), 0 8px 28px rgba(27,27,47,.05); transition: transform var(--duration-normal), box-shadow var(--duration-normal); }
.role-card:hover { transform: translateY(-5px); box-shadow: 0 2px 4px rgba(27,27,47,.06), 0 20px 48px rgba(27,27,47,.12); }
.role-top { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.spec-card-icon { width: 50px; height: 50px; border-radius: 13px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.role-top h3 { font-size: var(--text-xl); line-height: 1.1; }
.role-tag { font-size: var(--text-xs); color: var(--accent-2); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; margin-top: 3px; }
.role-desc { font-size: var(--text-base); color: var(--ink-2); line-height: 1.6; margin-bottom: 16px; }
.role-tasks { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.role-tasks li { font-size: var(--text-xs); font-weight: 600; color: var(--ink-3); background: var(--bg-2); border-radius: 100px; padding: 6px 12px; }
.role-output { display: flex; justify-content: space-between; gap: 8px; margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(27,27,47,.08); text-align: center; }
.role-output span { flex: 1; font-size: var(--text-xs); color: var(--ink-3); }
.role-output strong { display: block; font-family: var(--serif); font-size: var(--text-2xl); color: var(--accent); font-weight: 400; }
.role-card-more { background: linear-gradient(135deg, var(--accent-bg), rgba(212,168,83,.12)); border-color: rgba(196,93,62,.2); display: flex; flex-direction: column; justify-content: center; }
.role-card-more h3 { font-family: var(--serif); font-size: var(--text-xl); margin-bottom: 10px; }
.role-card-more .btn { margin-top: 8px; align-self: flex-start; }

/* ============================================ HOW IT WORKS (steps) ============================================ */
.steps-grid { list-style: none; display: grid; grid-template-columns: 1fr; gap: 0; margin-top: 46px; }
@media (min-width: 760px) { .steps-grid { grid-template-columns: repeat(4, 1fr); } }
.step-card { padding: 28px 24px; position: relative; border-top: 1px solid rgba(27,27,47,.1); }
@media (min-width: 760px) { .step-card { border-top: none; border-left: 1px solid rgba(27,27,47,.1); } .step-card:first-child { border-left: none; } }
.step-num { font-family: var(--serif); font-size: clamp(46px, 6vw, 60px); line-height: 1; color: var(--bg-3); display: block; margin-bottom: 12px; }
.step-card h3 { font-size: var(--text-xl); margin-bottom: 10px; }
.step-card p { font-size: var(--text-base); color: var(--ink-2); line-height: 1.6; }
.cta-inline { text-align: center; margin-top: 44px; }
.cta-inline .btn-lg { width: 100%; max-width: 360px; justify-content: center; }
@media (min-width: 640px) { .cta-inline .btn-lg { width: auto; } }

/* ============================================ PRICING ============================================ */
.pricing-wrap { display: grid; grid-template-columns: 1fr; gap: 26px; margin-top: 44px; align-items: start; }
@media (min-width: 900px) { .pricing-wrap { grid-template-columns: 1fr 1.05fr; gap: 40px; } }
.pricing-list { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.pricing-list li { display: flex; align-items: flex-start; gap: 12px; font-size: clamp(16px, 1.7vw, 18px); color: var(--ink-2); line-height: 1.4; }
.pricing-list svg { color: var(--green); flex-shrink: 0; margin-top: 3px; }
.pricing-card { background: var(--white); border: 1px solid rgba(27,27,47,.08); border-radius: 24px; padding: 32px 28px; box-shadow: 0 12px 48px rgba(27,27,47,.1); text-align: center; }
.pricing-card-eyebrow { font-size: var(--text-xs); font-weight: 700; letter-spacing: .14em; color: var(--ink-3); margin-bottom: 14px; }
.pricing-headline { font-family: var(--serif); font-size: clamp(56px, 14vw, 90px); line-height: 1; }
.pricing-sub { font-size: var(--text-sm); color: var(--ink-3); margin: 6px 0 24px; }
.pricing-compare { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; padding: 22px 0; border-top: 1px solid rgba(27,27,47,.08); border-bottom: 1px solid rgba(27,27,47,.08); }
.pc-fig { font-family: var(--serif); font-size: clamp(34px, 8vw, 48px); line-height: 1; }
.pc-webly .pc-fig { color: var(--green); } .pc-local .pc-fig { color: var(--ink-3); }
.pc-col p { font-size: var(--text-xs); color: var(--ink-3); margin: 4px 0 8px; }
.pc-tag { font-size: var(--text-xs); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--green); }
.pc-tag-muted { color: var(--ink-4); }
.pc-vs { font-style: italic; color: var(--ink-4); font-size: var(--text-sm); }
.pricing-incl { list-style: none; text-align: left; margin: 22px 0; display: grid; gap: 9px; }
.pricing-incl li { position: relative; padding-left: 24px; font-size: var(--text-sm); color: var(--ink-2); }
.pricing-incl li::before { content: ''; position: absolute; left: 4px; top: 7px; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.pricing-card .btn { width: 100%; justify-content: center; }

/* ============================================ HOW IT'S POSSIBLE (drivers) ============================================ */
.driver { background: var(--white); border: 1px solid rgba(27,27,47,.07); border-radius: 18px; padding: 28px 24px; box-shadow: 0 8px 28px rgba(27,27,47,.05); }
.driver-fig { font-family: var(--serif); font-size: clamp(40px, 6vw, 54px); line-height: 1; color: var(--accent); margin-bottom: 12px; }
.driver:nth-child(2) .driver-fig { color: var(--green); } .driver:nth-child(3) .driver-fig { color: #B68A2F; } .driver:nth-child(4) .driver-fig { color: #5A7BC4; }
.driver h3 { font-size: var(--text-lg); margin-bottom: 8px; }
.driver p { font-size: var(--text-sm); color: var(--ink-3); line-height: 1.6; }

/* ============================================ AGENCY (dark) ============================================ */
.agency-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 44px; }
@media (min-width: 760px) { .agency-grid { grid-template-columns: 1fr 1fr; gap: 20px; } }
.agency-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--rad); padding: 28px 26px; }
.agency-ic { width: 48px; height: 48px; border-radius: 12px; background: rgba(212,168,83,.16); color: var(--gold); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.agency-card h3 { color: #fff; font-size: clamp(19px, 2.1vw, 23px); margin-bottom: 10px; }
.agency-card p { color: rgba(255,255,255,.72); font-size: var(--text-base); line-height: 1.6; }

/* (WHO THIS IS FOR styles removed in Batch 8 along with the #who section) */

/* ============================================ WHY WEBLY ============================================ */
.why-cards { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 44px; }
@media (min-width: 640px) { .why-cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .why-cards { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
.why-card { background: var(--white); border: 1px solid rgba(27,27,47,.07); border-radius: 18px; padding: 28px 24px; box-shadow: 0 8px 28px rgba(27,27,47,.05); }
.why-card h3 { font-size: var(--text-lg); margin: 16px 0 8px; }
.why-card p { font-size: var(--text-sm); color: var(--ink-3); line-height: 1.6; }
.why-badge { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: .12em; color: var(--accent-2); background: var(--accent-bg); border: 1px solid rgba(196,93,62,.2); padding: 5px 10px; border-radius: 6px; }
.why-ic { width: 50px; height: 50px; border-radius: 13px; background: rgba(45,122,95,.12); color: var(--green); display: flex; align-items: center; justify-content: center; }
.why-stat { font-family: var(--serif); font-size: var(--text-2xl); color: var(--ink); }
.why-stat .grad { font-size: 1.3em; }
/* vetting funnel viz */
.funnel-viz { display: flex; flex-direction: column; gap: 6px; }
.funnel-bar { height: 26px; width: 0; background: linear-gradient(90deg, var(--accent), #D98162); border-radius: 6px; display: flex; align-items: center; padding-left: 10px; transition: width 1s var(--easing-default); overflow: hidden; }
.why-card.on .funnel-bar { width: var(--w); }
.funnel-bar span { font-size: 11px; font-weight: 700; color: #fff; white-space: nowrap; }
.funnel-bar-final { background: linear-gradient(90deg, var(--green), #4BA47E); }
/* training trend viz */
.trend-viz { position: relative; color: var(--gold); }
.trend-viz svg { width: 100%; height: 56px; display: block; }
.trend-cap { font-size: 11px; color: var(--ink-4); font-weight: 600; }

/* ============================================ EMPLOYER OF RECORD ============================================ */
.eor-grid { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; }
@media (min-width: 900px) { .eor-grid { grid-template-columns: 1.2fr .8fr; gap: 48px; } }
.eor-list { list-style: none; display: flex; flex-direction: column; gap: 22px; margin-top: 28px; }
.eor-list li { display: flex; gap: 14px; }
.eor-check { width: 26px; height: 26px; border-radius: 50%; background: rgba(45,122,95,.15); color: var(--green); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.eor-list strong { display: block; font-size: var(--text-lg); color: var(--ink); margin-bottom: 4px; }
.eor-list p { font-size: var(--text-sm); color: var(--ink-3); line-height: 1.55; }
.eor-aside { background: var(--bg-2); border: 1px solid rgba(27,27,47,.08); border-radius: 24px; padding: 40px 32px; text-align: center; }
.eor-shield { width: 76px; height: 76px; border-radius: 50%; background: rgba(45,122,95,.12); color: var(--green); display: flex; align-items: center; justify-content: center; margin: 0 auto 22px; }
.eor-aside h3 { font-size: clamp(22px, 3vw, 28px); line-height: 1.2; margin-bottom: 12px; }
.eor-aside p { font-size: var(--text-base); color: var(--ink-3); line-height: 1.6; }

/* ============================================ GUARANTEES ============================================ */
.guarantees-grid { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 46px; }
@media (min-width: 560px) { .guarantees-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .guarantees-grid { grid-template-columns: repeat(4, 1fr); gap: 20px; } }
.g-card { background: var(--white); border: 1px solid rgba(27,27,47,.06); border-radius: 18px; padding: 28px 24px; box-shadow: 0 1px 3px rgba(27,27,47,.04), 0 8px 24px rgba(27,27,47,.04); transition: transform var(--duration-normal), box-shadow var(--duration-normal); text-align: center; }
.g-card:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(27,27,47,.1); }
.g-icon { width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.g-icon.g1 { background: rgba(196,93,62,.12); color: var(--accent); } .g-icon.g2 { background: rgba(212,168,83,.18); color: #B68A2F; }
.g-icon.g3 { background: rgba(45,122,95,.15); color: var(--green); } .g-icon.g4 { background: rgba(90,123,196,.14); color: #5A7BC4; }
.g-card h3 { font-size: clamp(18px, 1.9vw, 22px); margin-bottom: 12px; line-height: 1.2; }
.g-card p { font-size: var(--text-sm); color: var(--ink-3); line-height: 1.6; }
.risk-free-callout { margin-top: 44px; padding: 32px 28px; background: linear-gradient(135deg, var(--ink) 0%, var(--ink-2) 100%); color: #fff; border-radius: 24px; display: grid; grid-template-columns: 1fr; justify-items: center; text-align: center; gap: 18px; box-shadow: 0 16px 44px rgba(27,27,47,.2); }
@media (min-width: 700px) { .risk-free-callout { grid-template-columns: auto 1fr; justify-items: start; text-align: left; gap: 32px; padding: 36px 40px; } }
.rfc-badge { position: relative; width: 104px; height: 104px; display: flex; align-items: center; justify-content: center; color: var(--gold); flex-shrink: 0; }
.rfc-badge svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.rfc-percent { position: relative; z-index: 1; font-family: var(--serif); font-size: 30px; color: var(--gold); }
.rfc-content h3 { color: #fff; font-size: clamp(24px, 5vw, 34px); margin-bottom: 10px; line-height: 1.1; }
.rfc-content p { font-size: clamp(16px, 4vw, 18px); color: rgba(255,255,255,.75); line-height: 1.6; }
.rfc-content p strong { color: #fff; }

/* ============================================ RESULTS / CASES ============================================ */
.cases-grid { display: grid; grid-template-columns: 1fr; gap: 22px; margin-top: 44px; }
@media (min-width: 900px) { .cases-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; } }
.case-card { background: var(--white); border: 1px solid rgba(27,27,47,.06); border-radius: var(--rad); overflow: hidden; box-shadow: 0 6px 24px rgba(27,27,47,.05); }
.case-img { aspect-ratio: 16/10; background: repeating-linear-gradient(45deg, var(--bg-2), var(--bg-2) 12px, var(--bg-3) 12px, var(--bg-3) 24px); display: flex; align-items: center; justify-content: center; border-bottom: 1px solid rgba(27,27,47,.06); }
.case-img span { font-size: var(--text-xs); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-4); background: var(--white); padding: 6px 14px; border-radius: 100px; }
.case-card .case-label { padding: 24px 24px 0; font-size: var(--text-xs); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--accent-2); margin-bottom: 12px; }
.case-card h3 { padding: 0 24px; font-size: clamp(20px, 2.2vw, 24px); line-height: 1.25; margin-bottom: 12px; }
.case-without { display: block; font-family: var(--sans); font-size: var(--text-sm); font-weight: 700; text-transform: uppercase; letter-spacing: .03em; color: var(--accent); margin-top: 6px; }
.case-body { padding: 0 24px 26px; font-size: var(--text-base); color: var(--ink-3); line-height: 1.6; }
.case-body strong { color: var(--ink-2); } .case-body em { font-style: italic; }

/* ============================================ TESTIMONIALS ============================================ */
.testi-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 44px; }
@media (min-width: 760px) { .testi-grid { grid-template-columns: repeat(3, 1fr); gap: 22px; } }
.testi-card { background: var(--white); border: 1px solid rgba(27,27,47,.06); border-radius: var(--rad); overflow: hidden; box-shadow: 0 6px 24px rgba(27,27,47,.05); }
.testi-video { aspect-ratio: 16/9; background: linear-gradient(135deg, var(--ink) 0%, #2E2E45 100%); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; position: relative; }
.testi-play { width: 52px; height: 52px; border-radius: 50%; background: rgba(255,255,255,.16); color: #fff; display: flex; align-items: center; justify-content: center; }
.testi-ph-label { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.6); }
.testi-card blockquote { font-family: var(--serif); font-size: var(--text-lg); line-height: 1.35; color: var(--ink); padding: 22px 22px 8px; }
.testi-card figcaption { padding: 0 22px 24px; font-size: var(--text-sm); color: var(--ink-3); font-weight: 600; }

/* ============================================ FAQ ============================================ */
.faq-list { max-width: 760px; margin: 36px auto 0; }
.faq-item { border-bottom: 1px solid rgba(27,27,47,.1); }
.faq-item summary { list-style: none; cursor: pointer; padding: 22px 0; font-family: var(--serif); font-size: clamp(18px, 4.6vw, 22px); color: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 48px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-chev { color: var(--accent); transition: transform var(--duration-normal); flex-shrink: 0; }
.faq-item[open] .faq-chev { transform: rotate(180deg); }
.faq-body { padding: 0 0 22px; }
.faq-body p { font-size: var(--text-base); color: var(--ink-2); line-height: 1.7; max-width: 680px; }

/* ============================================ BOOKING (direct calendar) ============================================ */
.book { padding: clamp(56px, 10vw, 100px) 0; scroll-margin-top: 72px; }
.book-inner { max-width: 760px; margin: 0 auto; text-align: center; }
.book .label, .book .title, .book .sub { text-align: center; margin-left: auto; margin-right: auto; }
.book .title { margin-bottom: 16px; } .book .sub { margin-bottom: 30px; max-width: 580px; }
.cal-frame { background: var(--white); border-radius: var(--rad); padding: 8px; box-shadow: 0 20px 60px rgba(0,0,0,.28); overflow: hidden; }
#calendly-embed { max-width: 100%; }
.cal-loading { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 320px; color: var(--ink-3); font-size: var(--text-base); }
.cal-spin { width: 22px; height: 22px; border: 3px solid var(--bg-3); border-top-color: var(--accent); border-radius: 50%; animation: calSpin .8s linear infinite; }
@keyframes calSpin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .cal-spin { animation: none; } }
.book-phone { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; min-height: 44px; padding: 6px 4px; color: rgba(255,255,255,.65); font-size: var(--text-sm); font-weight: 500; transition: color var(--duration-fast); }
.book-phone:hover { color: #fff; } .book-phone svg { flex-shrink: 0; }

/* ============================================ PLATFORM / DASHBOARD ============================================ */
.dash-grid { display: grid; grid-template-columns: 1fr; gap: 30px; margin-top: 40px; align-items: center; }
.dash-features { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 24px; }
.dash-feature h3 { font-size: var(--text-lg); margin: 13px 0 7px; letter-spacing: -.01em; line-height: 1.25; }
.dash-feature p { font-size: var(--text-base); color: var(--ink-2); line-height: 1.55; }
.dash-feature-ic { width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.dash-shot { margin: 0; }
.dash-frame { background: var(--white); border: 1px solid rgba(27,27,47,.08); border-radius: 16px; box-shadow: 0 28px 70px rgba(27,27,47,.18); overflow: hidden; }
.dash-bar { display: flex; align-items: center; gap: 7px; padding: 11px 15px; background: var(--bg-2); border-bottom: 1px solid rgba(27,27,47,.06); }
.dash-bar span { width: 11px; height: 11px; border-radius: 50%; background: rgba(27,27,47,.18); }
.dash-bar span:nth-child(1) { background: #E5594E; } .dash-bar span:nth-child(2) { background: #E8B43B; } .dash-bar span:nth-child(3) { background: #48B14F; }
.dash-shot img { display: block; width: 100%; height: auto; }
@media (min-width: 920px) { .dash-grid { grid-template-columns: 0.82fr 1.18fr; gap: 54px; } }
@media (max-width: 560px) { .dash-features { grid-template-columns: 1fr; gap: 20px; } }

/* ============================================ GLOBAL COVERAGE / MAP ============================================ */
.coverage-grid { display: grid; grid-template-columns: 1fr; gap: 34px; align-items: center; margin-top: 8px; }
.coverage-intro .sub { max-width: 46ch; }
.coverage-map { position: relative; }
/* pins are positioned (%) against .cmap-figure, which wraps ONLY the map image — so the HQ card (static
   on mobile) can't inflate the box and drift the pins out of alignment. */
.cmap-figure { position: relative; }
.cmap-figure > img { display: block; width: 100%; height: auto; }
.cmap-pin { position: absolute; transform: translate(-50%, -50%); display: flex; align-items: center; gap: 6px; white-space: nowrap; pointer-events: none; }
.cmap-pin i { width: 11px; height: 11px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(196,93,62,.16); flex-shrink: 0; }
.cmap-pin b { font-size: 11px; font-weight: 700; letter-spacing: .01em; color: var(--ink-2); font-style: normal; }
.cmap-pin--l { flex-direction: row-reverse; }
.cmap-pin--nolabel b { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.cmap-pin--hq i { width: 14px; height: 14px; background: var(--gold); box-shadow: 0 0 0 5px rgba(212,168,83,.22); animation: hqPulse 2.4s ease-out infinite; }
@keyframes hqPulse { 0% { box-shadow: 0 0 0 0 rgba(212,168,83,.5); } 70% { box-shadow: 0 0 0 13px rgba(212,168,83,0); } 100% { box-shadow: 0 0 0 0 rgba(212,168,83,0); } }
.coverage-hq { position: absolute; top: 2%; left: 1%; background: var(--white); border: 1px solid rgba(27,27,47,.1); border-radius: 14px; padding: 14px 16px; box-shadow: 0 16px 40px rgba(27,27,47,.16); max-width: 232px; }
.hq-tag { display: flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: var(--accent-2); margin-bottom: 7px; }
.hq-addr { display: block; font-size: var(--text-sm); color: var(--ink); line-height: 1.4; font-weight: 600; transition: color var(--duration-fast); }
.hq-addr:hover { color: var(--accent); }
.hq-phone { display: inline-flex; align-items: center; gap: 6px; margin-top: 9px; font-size: var(--text-sm); font-weight: 700; color: var(--ink-2); transition: color var(--duration-fast); }
.hq-phone:hover { color: var(--accent); } .hq-phone svg, .hq-tag svg { flex-shrink: 0; }
@media (min-width: 920px) { .coverage-grid { grid-template-columns: 0.78fr 1.22fr; gap: 50px; } }
@media (max-width: 767px) {
  .cmap-pin b { display: none; }
  .cmap-pin i { width: 9px; height: 9px; box-shadow: 0 0 0 3px rgba(196,93,62,.16); }
  .cmap-pin--hq i { width: 12px; height: 12px; }
  .coverage-hq { position: static; max-width: none; margin-top: 18px; box-shadow: 0 8px 24px rgba(27,27,47,.1); }
}
@media (prefers-reduced-motion: reduce) { .cmap-pin--hq i { animation: none; } }

/* ============================================================
   "911 · Fix this now" — urgent click-to-call CTA (secondary to the booking CTA)
   ============================================================ */
.cta-911 { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; padding: 12px 22px; border-radius: 100px; border: 2px solid var(--accent); background: transparent; color: var(--accent-2); font-family: var(--sans); font-weight: 700; font-size: var(--text-base); text-decoration: none; transition: background var(--duration-normal) var(--easing-default), color var(--duration-normal), box-shadow var(--duration-normal), transform var(--duration-normal); }
.cta-911 svg { flex-shrink: 0; }
.cta-911 .c911-badge { background: var(--accent); color: #fff; font-weight: 800; font-size: 0.72em; letter-spacing: 0.06em; padding: 3px 8px; border-radius: 100px; line-height: 1; }
@media (hover: hover) and (pointer: fine) {
  .cta-911:hover { background: var(--accent); color: #fff; box-shadow: 0 8px 26px rgba(196,93,62,.28); transform: translateY(-1px); }
  .cta-911:hover .c911-badge { background: #fff; color: var(--accent); }
}
.cta-911:active { transform: translateY(0) scale(.98); }
/* dark-section variant (e.g. #book) */
.sec-dark .cta-911 { color: #fff; border-color: var(--accent); }
@media (hover: hover) and (pointer: fine) { .sec-dark .cta-911:hover { background: var(--accent); color: #fff; } }
/* #book: the 911 CTA + the dialable number under it */
.book-911 { margin-top: 24px; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.book-callnum { font-size: var(--text-sm); color: rgba(255,255,255,.6); }
.book-callnum a { color: rgba(255,255,255,.85); text-decoration: underline; text-underline-offset: 2px; }
.book-callnum a:hover { color: #fff; }
