/* ============================================================
   橋本ハウスクリーニング — Sample Landing Page
   Brand: 特許技術 × 分解高圧洗浄 × ★4.96の信頼
   ============================================================ */

:root {
  --navy: #0F2C45;
  --navy-deep: #082030;
  --navy-soft: #1B3D5E;
  --aqua: #1FA9C9;
  --aqua-light: #5DCBE0;
  --aqua-pale: #E5F4F8;
  --gold: #E8B547;
  --gold-deep: #C99B33;
  --gold-pale: #FBEFD3;
  --bg: #FFFFFF;
  --bg-soft: #F5F8FB;
  --bg-mist: #EAF2F6;
  --border-soft: #DCE5EC;
  --text-body: #1B2230;
  --text-muted: #5A6675;
  --text-light: #8895A2;
  --shadow-sm: 0 2px 8px rgba(15, 44, 69, 0.06);
  --shadow-md: 0 8px 24px rgba(15, 44, 69, 0.10);
  --shadow-lg: 0 18px 48px rgba(15, 44, 69, 0.16);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --radius-pill: 999px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Yu Gothic', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-body);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  word-break: keep-all;
  overflow-wrap: break-word;
  padding-bottom: 56px; /* sample banner space */
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ============ Header ============ */
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-soft);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 24px;
  max-width: 1180px;
  margin: 0 auto;
}
.brand {
  display: flex; align-items: center; gap: 12px;
}
.brand-mark {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--aqua) 100%);
  color: #fff;
  display: grid; place-items: center;
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.02em;
  box-shadow: 0 2px 8px rgba(15, 44, 69, 0.28);
}
.brand-name {
  display: flex; flex-direction: column; line-height: 1.15;
}
.brand-name strong {
  font-size: 16px;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: 0.03em;
}
.brand-name span {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--aqua);
  font-weight: 600;
}
.header-cta {
  display: flex; gap: 10px; align-items: center;
}
.header-tel {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--navy);
  display: inline-flex; flex-direction: column; align-items: flex-end; line-height: 1.1;
}
.header-tel small {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: 0.08em;
}
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700;
  border-radius: var(--radius-pill);
  border: 0;
  transition: transform .15s ease, box-shadow .15s ease, background .2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn-primary {
  background: linear-gradient(135deg, var(--navy) 0%, var(--aqua) 100%);
  color: #fff;
  padding: 12px 22px;
  font-size: 13px;
  letter-spacing: 0.04em;
  box-shadow: 0 6px 18px rgba(15, 44, 69, 0.28);
}
.btn-mail {
  background: var(--gold);
  color: var(--navy-deep);
  padding: 14px 26px;
  font-size: 15px;
  letter-spacing: 0.04em;
  font-weight: 800;
  box-shadow: 0 6px 18px rgba(232, 181, 71, 0.34);
}
.btn-mail:hover { background: var(--gold-deep); }
.btn-tel {
  background: rgba(255,255,255,0.96);
  color: var(--navy);
  padding: 14px 24px;
  font-size: 15px;
  border: 2px solid rgba(255,255,255,0.7);
  font-weight: 800;
  box-shadow: 0 4px 14px rgba(0,0,0,0.10);
}
.btn-line {
  background: #06C755;
  color: #fff;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 4px 14px rgba(6, 199, 85, 0.28);
}
.btn-lg { padding: 16px 32px; font-size: 16px; }

/* ============ Hero ============ */
.hero {
  position: relative;
  min-height: 86vh;
  overflow: hidden;
  isolation: isolate;
  background: var(--navy-deep);
}
.hero-bg {
  position: absolute; inset: 0;
  z-index: 0;
}
.hero-bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 100% center;
}
.hero-overlay {
  position: absolute; inset: 0;
  z-index: 1;
  background:
    linear-gradient(95deg,
      rgba(8, 32, 48, 0.97) 0%,
      rgba(15, 44, 69, 0.94) 35%,
      rgba(15, 44, 69, 0.78) 50%,
      rgba(15, 44, 69, 0.45) 64%,
      rgba(15, 44, 69, 0.25) 78%,
      rgba(15, 44, 69, 0.18) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.20) 100%);
}
.hero-inner {
  position: relative; z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(60px, 9vw, 120px) clamp(20px, 4vw, 64px) clamp(80px, 8vw, 100px);
  display: flex; flex-direction: column; gap: 28px;
}
.hero-content { max-width: 720px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(232, 181, 71, 0.16);
  border: 1px solid rgba(232, 181, 71, 0.6);
  color: var(--gold);
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.hero-h1 {
  font-size: clamp(28px, 5.0vw, 56px);
  font-weight: 900;
  line-height: 1.30;
  letter-spacing: 0.02em;
  color: #fff;
  margin-top: 14px;
}
.hero-h1 .hl {
  background: linear-gradient(180deg, transparent 65%, rgba(232, 181, 71, 0.55) 65%);
  padding: 0 4px;
}
.hero-h1 strong {
  font-weight: 900;
  color: #fff;
}
.hero-sub {
  font-size: clamp(14px, 1.4vw, 17px);
  color: rgba(255, 255, 255, 0.92);
  margin-top: 18px;
  line-height: 1.85;
  max-width: 640px;
}
.hero-cta-row {
  display: flex; gap: 12px; flex-wrap: wrap;
  margin-top: 28px;
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 32px;
  max-width: 580px;
}
.hero-stat {
  background: rgba(15, 55, 80, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-md);
  padding: 12px 8px;
  text-align: center;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.18);
}
.hero-stat-num {
  font-family: 'Inter', sans-serif;
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  letter-spacing: 0.01em;
}
.hero-stat-num small {
  font-size: 0.55em;
  font-weight: 700;
  margin-left: 1px;
}
.hero-stat-num .accent {
  color: var(--gold);
}
.hero-stat-label {
  font-size: 10.5px;
  color: rgba(255,255,255,0.85);
  margin-top: 6px;
  letter-spacing: 0.06em;
  font-weight: 600;
}

/* ============ Section base ============ */
.section {
  padding: clamp(60px, 8vw, 100px) 0;
}
.section-mist { background: var(--bg-soft); }
.section-navy {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: #fff;
}
.section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px;
}
.section-eyebrow {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.28em;
  color: var(--aqua);
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.section-navy .section-eyebrow { color: var(--gold); }
.section-h2 {
  font-size: clamp(24px, 3.3vw, 36px);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.45;
  color: var(--navy);
}
.section-navy .section-h2 { color: #fff; }
.section-h2 .accent { color: var(--aqua); }
.section-navy .section-h2 .accent { color: var(--gold); }
.section-lead {
  font-size: clamp(14px, 1.3vw, 16px);
  color: var(--text-muted);
  margin-top: 18px;
  line-height: 1.95;
}
.section-navy .section-lead { color: rgba(255,255,255,0.85); }

/* ============ Stats Band ============ */
.stats-band {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: #fff;
  padding: 36px 0;
  border-top: 4px solid var(--gold);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.stats-card {
  text-align: center;
  padding: 12px 8px;
  border-right: 1px solid rgba(255,255,255,0.14);
}
.stats-card:last-child { border-right: 0; }
.stats-num {
  font-family: 'Inter', sans-serif;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  letter-spacing: 0.02em;
}
.stats-num small {
  font-size: 0.5em;
  font-weight: 700;
  margin-left: 2px;
}
.stats-num .accent { color: var(--gold); }
.stats-label {
  font-size: 12px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: 0.08em;
  font-weight: 600;
}

/* ============ Trouble Cards ============ */
.trouble-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.trouble-card {
  background: #fff;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease;
  display: flex; flex-direction: column;
}
.trouble-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.trouble-img {
  aspect-ratio: 4 / 3;
  background: var(--bg-mist);
  overflow: hidden;
}
.trouble-img img {
  width: 100%; height: 100%; object-fit: cover;
}
.trouble-body {
  padding: 18px 20px 22px;
  display: flex; flex-direction: column; gap: 8px;
}
.trouble-tag {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--aqua);
  background: var(--aqua-pale);
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  align-self: flex-start;
}
.trouble-title {
  font-size: 15.5px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.55;
}
.trouble-desc {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.8;
}

/* ============ Reason Cards ============ */
.reason-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.reason-card {
  background: #fff;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
  border: 1px solid var(--border-soft);
}
.reason-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.reason-img img { width: 100%; height: 100%; object-fit: cover; }
.reason-body {
  padding: 22px 22px 26px;
  display: flex; flex-direction: column; gap: 10px;
}
.reason-num {
  font-family: 'Inter', sans-serif;
  font-size: 26px;
  font-weight: 900;
  color: var(--gold);
  letter-spacing: 0.02em;
  line-height: 1;
}
.reason-title {
  font-size: 17px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.5;
}
.reason-desc {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.85;
}

/* ============ Service Cards ============ */
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  background: #fff;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
  border: 1px solid var(--border-soft);
  transition: transform .25s ease, box-shadow .25s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.service-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
}
.service-img img { width: 100%; height: 100%; object-fit: cover; }
.service-badges {
  position: absolute; top: 12px; left: 12px;
  display: flex; gap: 6px; flex-wrap: wrap;
}
.service-badge {
  background: var(--gold);
  color: var(--navy-deep);
  font-size: 10.5px;
  font-weight: 800;
  padding: 4px 9px;
  border-radius: var(--radius-pill);
  letter-spacing: 0.06em;
  box-shadow: 0 2px 6px rgba(0,0,0,0.16);
}
.service-badge.aqua {
  background: var(--aqua);
  color: #fff;
}
.service-body {
  padding: 22px 24px 26px;
  display: flex; flex-direction: column; gap: 10px;
  flex: 1;
}
.service-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.45;
}
.service-desc {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.85;
  flex: 1;
}
.service-price {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 12px;
  border-top: 1px solid var(--border-soft);
  margin-top: 6px;
}
.service-price-label {
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 600;
}
.service-price-num {
  font-size: 14.5px;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: 0.04em;
}

/* ============ Steps ============ */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.step-card {
  background: #fff;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
  position: relative;
  border: 1px solid var(--border-soft);
}
.step-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.step-img img { width: 100%; height: 100%; object-fit: cover; }
.step-num {
  position: absolute;
  top: 14px; left: 14px;
  width: 44px; height: 44px;
  background: var(--gold);
  color: var(--navy-deep);
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: 17px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.20);
  border: 3px solid #fff;
  z-index: 2;
}
.step-body {
  padding: 18px 20px 22px;
  display: flex; flex-direction: column; gap: 8px;
}
.step-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 10.5px;
  letter-spacing: 0.22em;
  color: var(--aqua);
  font-weight: 700;
  text-transform: uppercase;
}
.step-title {
  font-size: 16px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.5;
}
.step-desc {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.85;
}

/* ============ Area Map ============ */
.area-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}
.area-map {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-soft);
}
.area-map img { width: 100%; height: auto; display: block; }
.area-legend {
  margin-top: 16px;
  display: flex; gap: 18px; flex-wrap: wrap; justify-content: center;
  font-size: 12px;
  color: var(--text-muted);
}
.area-legend-item { display: inline-flex; align-items: center; gap: 6px; }
.area-legend-dot {
  width: 12px; height: 12px; border-radius: 50%; display: inline-block;
}
.area-info h3 {
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 900;
  color: var(--navy);
  letter-spacing: 0.02em;
  margin-bottom: 16px;
  line-height: 1.5;
}
.area-info p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.95;
  margin-bottom: 18px;
}
.area-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 18px;
  margin-top: 18px;
}
.area-list li {
  list-style: none;
  font-size: 13.5px;
  color: var(--navy);
  font-weight: 600;
  padding: 6px 0 6px 18px;
  position: relative;
  border-bottom: 1px dashed var(--border-soft);
}
.area-list li::before {
  content: "";
  position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 8px; height: 8px;
  background: var(--gold);
  border-radius: 50%;
}

/* ============ Voice Cards ============ */
.voice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  max-width: 980px;
  margin: 0 auto;
}
.voice-card {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 28px 28px 26px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-soft);
}
.voice-rate {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: var(--gold);
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.voice-title {
  font-size: 15.5px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.5;
  margin-bottom: 12px;
}
.voice-body {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.95;
}
.voice-meta {
  margin-top: 14px;
  font-size: 12px;
  color: var(--text-light);
  letter-spacing: 0.06em;
  border-top: 1px dashed var(--border-soft);
  padding-top: 12px;
}

/* ============ FAQ ============ */
.faq-wrap {
  max-width: 820px;
  margin: 0 auto;
}
.faq-item {
  background: #fff;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  margin-bottom: 14px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.faq-item summary {
  display: flex; align-items: center; gap: 14px;
  padding: 18px 22px;
  font-weight: 700;
  color: var(--navy);
  font-size: 14.5px;
  cursor: pointer;
  list-style: none;
  position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before {
  content: "Q";
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  color: #fff;
  background: var(--aqua);
  width: 26px; height: 26px;
  display: grid; place-items: center;
  border-radius: 50%;
  font-size: 13px;
  flex-shrink: 0;
}
.faq-item summary::after {
  content: "＋";
  margin-left: auto;
  font-size: 18px;
  color: var(--aqua);
  font-weight: 700;
  transition: transform .25s ease;
}
.faq-item[open] summary::after { content: "−"; }
.faq-answer {
  padding: 0 22px 22px 62px;
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.95;
}

/* ============ Final CTA ============ */
.final-cta {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: #fff;
  padding: clamp(60px, 8vw, 96px) 0;
  text-align: center;
  border-top: 4px solid var(--gold);
}
.final-cta h2 {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.55;
  margin-bottom: 12px;
}
.final-cta h2 .gold { color: var(--gold); }
.final-cta p {
  font-size: 14.5px;
  color: rgba(255,255,255,0.85);
  line-height: 1.95;
  max-width: 640px;
  margin: 0 auto 32px;
}
.final-cta-buttons {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
}
.cta-tel-block {
  margin-top: 28px;
  display: inline-flex; flex-direction: column; align-items: center; gap: 4px;
  color: #fff;
}
.cta-tel-block small {
  font-size: 11px; color: rgba(255,255,255,0.7); letter-spacing: 0.16em;
}
.cta-tel-block a {
  font-family: 'Inter', sans-serif;
  font-size: clamp(24px, 2.6vw, 30px);
  font-weight: 900;
  color: var(--gold);
  letter-spacing: 0.04em;
}

/* ============ Footer ============ */
.footer {
  background: var(--navy-deep);
  color: rgba(255,255,255,0.78);
  padding: 44px 0 32px;
  font-size: 13px;
}
.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
}
.footer h4 {
  font-size: 13px;
  color: var(--gold);
  letter-spacing: 0.16em;
  font-weight: 800;
  margin-bottom: 14px;
}
.footer p, .footer li {
  font-size: 12.5px;
  color: rgba(255,255,255,0.78);
  line-height: 1.95;
}
.footer ul { list-style: none; }
.footer .brand { margin-bottom: 14px; }
.footer .brand strong { color: #fff; }
.footer-copyright {
  border-top: 1px solid rgba(255,255,255,0.12);
  margin-top: 36px;
  padding-top: 20px;
  text-align: center;
  font-size: 11.5px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.06em;
}

/* ============ Responsive ============ */
@media (max-width: 960px) {
  .trouble-grid, .reason-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-card { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.14); padding-bottom: 14px;}
  .stats-card:last-child { border-bottom: 0; }
  .area-wrap { grid-template-columns: 1fr; gap: 32px; }
  .voice-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 600px) {
  html, body { overflow-x: hidden; }
  .header-tel { display: none; }
  .header-cta { gap: 6px; }
  .btn-primary { padding: 10px 14px; font-size: 12px; }
  .hero { min-height: 88vh; }
  .hero-bg img { object-position: 78% center; }
  .hero-overlay {
    background:
      linear-gradient(180deg,
        rgba(8, 32, 48, 0.94) 0%,
        rgba(15, 44, 69, 0.85) 55%,
        rgba(15, 44, 69, 0.62) 100%);
  }
  .hero-inner {
    padding-left: 18px;
    padding-right: 18px;
    max-width: 100%;
    box-sizing: border-box;
  }
  .hero-content { max-width: 100%; box-sizing: border-box; }
  .hero-h1 { font-size: clamp(24px, 7vw, 30px); }
  .hero-sub { font-size: 13.5px; line-height: 1.85; }
  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    gap: 8px;
  }
  .hero-stat { padding: 10px 6px; }
  .hero-stat-num { font-size: 18px; }
  .hero-stat-label { font-size: 9.5px; }
  .hero-cta-row { gap: 10px; }
  .hero-cta-row .btn { flex: 1; min-width: 0; padding: 13px 12px; font-size: 14px; }
  .trouble-grid, .reason-grid, .service-grid, .steps-grid {
    grid-template-columns: 1fr;
  }
  .area-list { grid-template-columns: 1fr; }
  .final-cta-buttons { flex-direction: column; align-items: stretch; }
  .stats-grid { gap: 8px; }
}
