:root {
  --ink:#20233a; --indigo:#363c5c; --slate:#5b6178; --mist:#dfe9f2;
  --paper:#f7f8fb; --white:#fff; --line:rgba(32,35,58,.14); --blue:#7188a6;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Arial, sans-serif; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.skip { position: fixed; left: 12px; top: 12px; z-index: 99; padding: 10px 14px; color: #fff; background: var(--ink); transform: translateY(-160%); }
.skip:focus { transform: none; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-head { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); background: rgba(247,248,251,.94); }
.site-head-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { width: 156px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav > a { font-size: 11px; font-weight: 700; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.btn { min-height: 46px; padding: 13px 19px; border-radius: 100px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--ink); text-decoration: none; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; transition: .25s ease; }
.btn-solid { color: #fff; background: var(--ink); }
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 30px -20px rgba(32,35,58,.8); }
.btn-line { background: transparent; }
.hero { padding: clamp(78px, 10vw, 145px) 0 clamp(70px, 9vw, 125px); overflow: hidden; background: radial-gradient(circle at 83% 13%, rgba(159,179,205,.38), transparent 33%), linear-gradient(145deg,#edf0f5,#f9fafc 58%,#dfe9f2); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(50px,8vw,115px); align-items: center; }
.eyebrow { margin: 0 0 20px; color: var(--slate); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h1 { margin: 0; max-width: 820px; font-family: Sora, Inter, sans-serif; font-size: clamp(50px,7.4vw,104px); line-height: .91; letter-spacing: -.07em; text-transform: uppercase; }
.hero-lead { max-width: 670px; margin: 30px 0 0; color: var(--slate); font-size: clamp(18px,2vw,24px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.hero-media { position: relative; min-height: 480px; }
.hero-media img, .hero-media video { width: 100%; height: 100%; min-height: 480px; object-fit: cover; box-shadow: 0 38px 80px -50px rgba(26,31,57,.66); }
.hero-media figcaption { position: absolute; left: -28px; bottom: 28px; max-width: 280px; padding: 18px 20px; color: #fff; background: var(--ink); font-size: 11px; line-height: 1.55; }
.trust { color: #fff; background: var(--ink); }
.trust-row { display: grid; grid-template-columns: repeat(4,1fr); }
.trust span { min-height: 92px; padding: 22px; display: grid; align-content: center; border-right: 1px solid rgba(255,255,255,.14); }
.trust span:first-child { border-left: 1px solid rgba(255,255,255,.14); }
.trust b { font-size: 12px; }
.trust small { margin-top: 5px; color: rgba(255,255,255,.57); font-size: 9px; line-height: 1.45; letter-spacing: .08em; text-transform: uppercase; }
.section { padding: clamp(82px,10vw,140px) 0; }
.section-white { background: #fff; }
.section-mist { background: var(--mist); }
.section-dark { color: #fff; background: var(--ink); }
.section-head { display: grid; grid-template-columns: 1fr .7fr; gap: 50px; align-items: end; margin-bottom: 55px; }
h2 { margin: 0; font-family: Sora, Inter, sans-serif; font-size: clamp(40px,6vw,78px); line-height: .94; letter-spacing: -.06em; text-transform: uppercase; }
.section-head p, .copy p { color: var(--slate); line-height: 1.8; }
.section-dark .section-head p, .section-dark .copy p { color: rgba(255,255,255,.64); }
.include-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.include-grid article { min-height: 210px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.45); }
.include-grid span { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.include-grid h3 { margin: 38px 0 10px; font-family: Sora, sans-serif; font-size: 23px; letter-spacing: -.04em; }
.include-grid p { margin: 0; color: var(--slate); line-height: 1.65; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px,8vw,120px); align-items: start; }
.copy h2 { margin-bottom: 30px; }
.copy .lead { color: inherit; font-size: clamp(22px,2.4vw,34px); line-height: 1.35; letter-spacing: -.03em; }
.check-list { list-style: none; margin: 24px 0 0; padding: 0; }
.check-list li { position: relative; padding: 15px 0 15px 28px; border-bottom: 1px solid currentColor; border-color: rgba(32,35,58,.12); line-height: 1.55; }
.section-dark .check-list li { border-color: rgba(255,255,255,.12); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.promise-box { padding: clamp(28px,4vw,48px); border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.06); }
.promise-box b { display: block; margin-bottom: 16px; font-family: Sora, sans-serif; font-size: clamp(32px,4vw,58px); line-height: .95; letter-spacing: -.05em; text-transform: uppercase; }
.promise-box p { color: rgba(255,255,255,.68); line-height: 1.75; }
.faq-list { max-width: 900px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 23px 40px 23px 0; cursor: pointer; font-weight: 800; list-style: none; position: relative; }
.faq-list summary::after { content: "+"; position: absolute; right: 3px; top: 20px; font-size: 23px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: 0 0 24px; max-width: 760px; color: var(--slate); line-height: 1.75; }
.nearby { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.nearby a { padding: 11px 16px; border: 1px solid var(--line); border-radius: 100px; text-decoration: none; font-size: 11px; font-weight: 800; background: rgba(255,255,255,.65); }
.cta { padding: clamp(72px,9vw,120px) 0; color: #fff; background: var(--indigo); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.cta h2 { max-width: 780px; }
.cta .btn { color: var(--ink); background: #fff; border-color: #fff; }
.site-foot { padding: 50px 0 24px; color: rgba(255,255,255,.68); background: var(--ink); }
.foot-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 40px; }
.foot-logo { width: 160px; }
.site-foot p { line-height: 1.7; }
.site-foot nav { display: grid; align-content: start; gap: 10px; }
.site-foot a { font-size: 12px; text-underline-offset: 3px; }
.copyright { margin: 40px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width:900px) {
  .site-nav > a:not(.btn) { display:none; }
  .hero-grid,.section-head,.split { grid-template-columns:1fr; }
  .hero-media { min-height: 380px; }
  .hero-media img, .hero-media video { min-height: 380px; }
  .hero-media figcaption { left: 18px; }
  .trust-row { grid-template-columns:repeat(2,1fr); }
  .trust span:nth-child(2) { border-right:0; }
  .trust span:nth-child(n+3) { border-top:1px solid rgba(255,255,255,.14); }
  .include-grid { grid-template-columns:1fr 1fr; }
  .cta-inner { align-items:flex-start; flex-direction:column; }
}
@media (max-width:620px) {
  .wrap { width:min(100% - 28px,1180px); }
  .site-head { height:72px; }
  .logo { width:132px; }
  .site-nav .btn { min-height:40px; padding:10px 12px; font-size:9px; }
  .hero { padding-top:66px; }
  .hero-media,.hero-media img,.hero-media video { min-height:320px; }
  .include-grid,.foot-grid { grid-template-columns:1fr; }
  .trust span { padding:18px 13px; }
  .trust b { font-size:10px; }
}
@media (prefers-reduced-motion:reduce) { html{scroll-behavior:auto}.btn{transition:none} }

/* Proof strip — real LOOM photos mid-page so the copy is not a wall of text */
.proof-strip { padding: clamp(46px, 6vw, 78px) 0; background: #fff; border-top: 1px solid var(--line); }
.proof-strip .wrap > p.eyebrow { margin-bottom: 22px; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(12px, 1.6vw, 20px); }
.proof-grid figure { margin: 0; }
.proof-grid img {
  width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block;
  border-radius: 18px; background: #eef1f6;
}
.proof-grid figcaption { margin-top: 12px; font-size: 12px; letter-spacing: .02em; color: var(--slate); }
@media (max-width: 720px) {
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid figure:last-child { display: none; }
}

/* Price band — paid traffic lands here without ever seeing a number otherwise.
   Reuses the hairline grid of .include-grid so it reads as part of the page. */
.price-band { padding: clamp(60px,7vw,100px) 0; background: #fff; border-top: 1px solid var(--line); }
.price-band .section-head { margin-bottom: 44px; }
.price-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.price-grid article { padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.5); }
.price-grid h3 { margin: 0 0 16px; font-family: Sora, Inter, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--slate); }
.price-grid b { display: block; font-family: Sora, Inter, sans-serif; font-size: clamp(30px,3.6vw,44px); line-height: .95; letter-spacing: -.055em; }
.price-grid small { display: block; margin-top: 12px; color: var(--slate); font-size: 12px; line-height: 1.62; }
.price-note { max-width: 760px; margin: 28px 0 0; color: var(--slate); font-size: 14px; line-height: 1.8; }
.price-note b { color: var(--ink); }
.price-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }

/* Client voices — the three real recommendations lived only on the home page. */
.voices { padding: clamp(60px,7vw,100px) 0; background: var(--mist); }
.voices .section-head { margin-bottom: 44px; }
.voice-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.voice-grid figure { display: grid; align-content: space-between; margin: 0; min-height: 210px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.55); }
.voice-grid blockquote { margin: 0; font-size: 15px; line-height: 1.72; }
.voice-grid figcaption { margin-top: 24px; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--slate); }
.voice-grid figcaption b { display: block; margin-bottom: 5px; font-size: 12px; letter-spacing: .04em; text-transform: none; color: var(--ink); }

@media (max-width:900px) {
  .price-grid { grid-template-columns: 1fr 1fr; }
  .voice-grid { grid-template-columns: 1fr; }
}
@media (max-width:620px) {
  .price-grid { grid-template-columns: 1fr; }
}
