@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Inter:wght@400;500;600;700;800&family=Oswald:wght@500;600;700&display=swap');

:root {
  --phone: #b84b13;
  --phone-dark: #8f340b;
  --ink: #17191b;
  --muted: #5f6368;
  --paper: #ffffff;
  --soft: #f5f3ef;
  --line: #ddd9d1;
  --shell: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.55 Inter, system-ui, sans-serif; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(var(--shell), calc(100% - 40px)); margin: 0 auto; }
.eyebrow { margin: 0 0 10px; color: var(--accent, #b84b13); font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.site-header { background: #f4f0e7; color: #17191b; border-bottom: 1px solid #d8d1c4; }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; text-decoration: none; }
.brand img { width: min(430px, 42vw); height: auto; max-height: 54px; object-fit: contain; object-position: left center; }
.header-call { display: flex; align-items: center; gap: 10px; color: #17191b; text-decoration: none; font-size: 14px; font-weight: 800; }
.header-call small { display: block; font-size: 10px; font-weight: 500; opacity: .72; text-align: right; }

.hero { overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 610px; }
.hero-copy { padding: 58px max(34px, 5vw) 54px max(20px, calc((100vw - var(--shell)) / 2)); display: flex; flex-direction: column; justify-content: center; }
.location { display: inline-flex; align-items: center; gap: 7px; width: fit-content; margin-bottom: 14px; color: var(--accent, #c55716); font-size: 14px; font-weight: 800; }
.location::before { content: ''; width: 10px; height: 10px; border: 3px solid currentColor; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
h1 { margin: 0; max-width: 680px; font-family: 'Archivo Black', Impact, sans-serif; font-size: clamp(42px, 5.1vw, 72px); line-height: .99; letter-spacing: -.055em; text-wrap: balance; }
.hero-lead { max-width: 610px; margin: 22px 0 0; color: var(--muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.45; }
.hero-question { margin: 21px 0 9px; font-weight: 750; }
.call-button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; width: min(100%, 420px); min-height: 64px; padding: 15px 22px; border: 0; border-radius: 8px; background: var(--phone); color: #fff; box-shadow: 0 6px 0 var(--phone-dark), 0 12px 28px rgba(95, 31, 3, .18); font-size: clamp(18px, 2vw, 23px); font-weight: 850; text-decoration: none; }
.call-button:hover { transform: translateY(-1px); }
.call-button::before { content: '☎'; font-size: 25px; }
.reassurance { display: flex; flex-wrap: wrap; gap: 7px 15px; margin: 20px 0 0; padding: 0; color: var(--muted); list-style: none; font-size: 13px; font-weight: 650; }
.reassurance li::before { content: '•'; margin-right: 7px; color: var(--accent, #c55716); }
.hero-image { min-height: 610px; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.section { padding: 86px 0; }
.section.soft { background: var(--soft); }
.section.dark { background: #17191b; color: white; }
.section h2 { margin: 0; font-family: 'Archivo Black', Impact, sans-serif; font-size: clamp(34px, 4.2vw, 54px); line-height: 1.05; letter-spacing: -.045em; text-wrap: balance; }
.section-intro { max-width: 680px; margin: 17px 0 0; color: var(--muted); font-size: 18px; }
.dark .section-intro { color: #c4c8cc; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
.step { padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.step-num { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--accent, #c55716); color: white; font: 800 20px/1 Inter; }
.step h3 { margin: 20px 0 8px; font-size: 20px; }
.step p { margin: 0; color: var(--muted); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.benefits { display: grid; gap: 14px; margin-top: 28px; }
.benefit { padding: 18px 20px; border-left: 4px solid var(--accent, #c55716); background: var(--soft); }
.benefit strong { display: block; margin-bottom: 4px; }
.benefit p { margin: 0; color: var(--muted); }
.call-card { padding: 38px; border-radius: 20px; background: #17191b; color: white; box-shadow: 0 22px 55px rgba(0,0,0,.16); }
.call-card h3 { margin: 0 0 13px; font: 34px/1.05 'Archivo Black', sans-serif; letter-spacing: -.04em; }
.call-card p { color: #c5c8ca; }
.call-card .call-button { width: 100%; margin-top: 12px; }
.hours { margin: 18px 0 0; color: #d7dadc; font-size: 13px; text-align: center; }

.faq { display: grid; gap: 12px; margin-top: 34px; }
details { border: 1px solid var(--line); border-radius: 12px; background: white; }
summary { padding: 20px 22px; cursor: pointer; font-weight: 750; }
details p { margin: 0; padding: 0 22px 22px; color: var(--muted); }
.final { text-align: center; }
.final .section-intro { margin-inline: auto; }
.final .call-button { margin-top: 25px; }
.footer { padding: 30px 0 96px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; }

/* Concept C */
body.variant-c { --accent: #efd42f; --paper: #07192a; --soft: #0c243a; --ink: #f7f4ea; --muted: #bcc7d1; --line: #29435a; background: var(--paper); }
.variant-c .site-header { background: #f4f0e7; color: #17191b; border-bottom: 1px solid #d8d1c4; }
.variant-c .hero { background: linear-gradient(120deg, #061522 0%, #0b2134 60%, #0e2d44 100%); }
.variant-c .hero-grid { grid-template-columns: 1fr 1fr; }
.variant-c h1 { font-family: Oswald, Impact, sans-serif; font-size: clamp(50px, 6vw, 82px); line-height: .94; letter-spacing: -.045em; text-transform: none; }
.variant-c .hero-lead, .variant-c .reassurance { color: #d5dce2; }
.variant-c .hero-question { color: #fff; }
.variant-c .hero-image { position: relative; }
.variant-c .hero-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,25,42,.38), transparent 45%); pointer-events: none; }
.variant-c .section.soft { background: #0c243a; }
.variant-c .section.dark { background: #061522; }
.variant-c .section-intro, .variant-c .step p, .variant-c .benefit p, .variant-c details p { color: #bdc8d1; }
.variant-c .step, .variant-c details { background: #0b2134; }
.variant-c .step-num { color: #07192a; }
.variant-c .benefit { border-left-color: var(--accent); background: #0b2134; }
.variant-c .field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin-top: 34px; border: 1px solid #557086; border-radius: 12px; overflow: hidden; }
.variant-c .field-item { min-height: 150px; padding: 25px; border-right: 1px solid #557086; border-bottom: 1px solid #557086; background: #0a2033; }
.variant-c .field-item:nth-child(2n) { border-right: 0; }
.variant-c .field-item:nth-last-child(-n+2) { border-bottom: 0; }
.variant-c .field-check { display: inline-grid; place-items: center; width: 28px; height: 28px; margin-bottom: 28px; background: var(--accent); color: #07192a; font-weight: 900; }
.variant-c .field-item h3 { margin: 0; font: 700 27px/1.05 Oswald, sans-serif; }
.variant-c .call-card { background: #efd42f; color: #07192a; }
.variant-c .call-card p, .variant-c .hours { color: #233747; }
.variant-c .footer { border-color: #29435a; }

.mobile-dock { position: fixed; z-index: 10; right: 14px; bottom: 14px; left: 14px; display: none; min-height: 58px; border-radius: 8px; background: var(--phone); color: white; box-shadow: 0 8px 30px rgba(0,0,0,.32); align-items: center; justify-content: center; gap: 10px; font-weight: 850; text-decoration: none; }

@media (max-width: 820px) {
  .shell { width: min(100% - 32px, 680px); }
  .header-inner { min-height: 64px; }
  .header-call small { display: none; }
  .header-call { padding: 10px 12px; border-radius: 6px; background: var(--phone); }
  .brand img { width: min(220px, 56vw); max-height: 44px; }
  .hero-grid, .variant-c .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 40px 20px 30px; text-align: center; align-items: center; }
  h1 { font-size: clamp(39px, 11.3vw, 58px); }
  .variant-c h1 { font-size: clamp(52px, 14vw, 68px); text-align: left; }
  .variant-c .hero-copy { text-align: left; align-items: stretch; }
  .variant-c .location { align-self: flex-start; }
  .hero-lead { margin-top: 16px; font-size: 17px; }
  .hero-question { margin-top: 17px; }
  .call-button { min-height: 60px; }
  .reassurance { justify-content: center; }
  .variant-c .reassurance { justify-content: flex-start; }
  .hero-image, .variant-c .hero-image { min-height: 330px; height: 43vh; max-height: 440px; order: 2; }
  .hero-image img { object-position: 54% 52%; }
  .section { padding: 62px 0; }
  .section h2 { font-size: 38px; }
  .steps, .split { grid-template-columns: 1fr; gap: 16px; }
  .step { display: grid; grid-template-columns: 46px 1fr; column-gap: 16px; padding: 22px; }
  .step h3 { margin: 2px 0 5px; }
  .step p { grid-column: 2; }
  .split { gap: 38px; }
  .call-card { padding: 28px 22px; }
  .field-grid { grid-template-columns: 1fr 1fr; }
  .variant-c .field-item { min-height: 130px; padding: 20px; }
  .variant-c .field-check { margin-bottom: 20px; }
  .variant-c .field-item h3 { font-size: 23px; }
  .footer-inner { flex-direction: column; }
  .mobile-dock.is-visible { display: flex; }
}

@media (max-width: 390px) {
  .brand img { width: min(205px, 54vw); }
  .header-call { font-size: 12px; }
  .hero-copy { padding-inline: 16px; }
  .section h2 { font-size: 34px; }
}
