/* ============================================================
   おそうじすたいる × AirWhite — Sample Landing Page
   Brand: Clean × Professional × 信頼の数字
   ============================================================ */

:root {
  --primary: #0E7CC4;
  --primary-deep: #0B3553;
  --primary-darker: #082437;
  --accent: #E8B14F;
  --accent-deep: #C99232;
  --bg-white: #FFFFFF;
  --bg-mist: #F4F8FB;
  --bg-soft: #EAF2F8;
  --border-soft: #E1E9F0;
  --text-body: #1F2A36;
  --text-muted: #5C6B7A;
  --text-light: #8895A2;
  --shadow-sm: 0 2px 8px rgba(11, 53, 83, 0.06);
  --shadow-md: 0 8px 24px rgba(11, 53, 83, 0.10);
  --shadow-lg: 0 18px 48px rgba(11, 53, 83, 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-white);
  -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: 50%;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-deep) 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 6px rgba(14, 124, 196, 0.3);
}
.brand-name {
  display: flex; flex-direction: column; line-height: 1.1;
}
.brand-name strong {
  font-size: 16px;
  font-weight: 800;
  color: var(--primary-deep);
  letter-spacing: 0.02em;
}
.brand-name span {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--primary);
  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(--primary-deep);
  display: inline-flex; align-items: center; gap: 6px;
}
.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(--primary) 0%, var(--primary-deep) 100%);
  color: #fff;
  padding: 12px 24px;
  font-size: 14px;
  letter-spacing: 0.04em;
  box-shadow: 0 6px 18px rgba(14, 124, 196, 0.32);
}
.btn-line {
  background: #06C755;
  color: #fff;
  padding: 14px 26px;
  font-size: 15px;
  letter-spacing: 0.04em;
  box-shadow: 0 6px 18px rgba(6, 199, 85, 0.30);
}
.btn-ghost {
  background: rgba(255,255,255,0.95);
  color: var(--primary-deep);
  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-lg { padding: 16px 32px; font-size: 16px; }

/* ============ Hero ============ */
.hero {
  position: relative;
  min-height: 86vh;
  overflow: hidden;
  isolation: isolate;
  background: var(--primary-darker);
}
.hero-bg {
  position: absolute; inset: 0;
  z-index: 0;
}
.hero-bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 85% center;
}
.hero-overlay {
  position: absolute; inset: 0;
  z-index: 1;
  background:
    linear-gradient(100deg,
      rgba(8, 36, 55, 0.96) 0%,
      rgba(11, 53, 83, 0.92) 36%,
      rgba(14, 124, 196, 0.78) 56%,
      rgba(14, 124, 196, 0.42) 78%,
      rgba(14, 124, 196, 0.22) 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, 177, 79, 0.16);
  border: 1px solid rgba(232, 177, 79, 0.55);
  color: var(--accent);
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.hero-badge::before {
  content: "★"; color: var(--accent);
}
.hero-h1 {
  font-size: clamp(28px, 5.0vw, 56px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: #fff;
  margin-top: 18px;
}
.hero-h1 strong {
  color: var(--accent);
  display: inline-block;
}
.hero-h1 .br-md { display: block; }
.hero-sub {
  margin-top: 24px;
  font-size: clamp(14px, 1.4vw, 17px);
  line-height: 1.95;
  color: rgba(255,255,255,0.92);
  max-width: 600px;
}
.hero-cta-row {
  margin-top: 32px;
  display: flex; gap: 14px; flex-wrap: wrap;
}
.hero-stats {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 580px;
}
.hero-stat {
  background: rgba(11, 53, 83, 0.55);
  border: 1px solid rgba(255,255,255,0.28);
  backdrop-filter: blur(14px);
  padding: 12px 8px;
  border-radius: var(--radius-md);
  text-align: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.18);
}
.hero-stat-num {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: clamp(20px, 1.8vw, 26px);
  color: var(--accent);
  line-height: 1.1;
  letter-spacing: 0.01em;
}
.hero-stat-num small {
  font-size: 11px;
  font-weight: 700;
  color: var(--accent);
  margin-left: 2px;
}
.hero-stat-label {
  font-size: 11px;
  color: rgba(255,255,255,0.92);
  margin-top: 4px;
  letter-spacing: 0.04em;
}

/* ============ Section base ============ */
.section { padding: clamp(70px, 8vw, 110px) 0; }
.section-mist { background: var(--bg-mist); }
.section-deep { background: var(--primary-darker); color: #fff; }
.section-head { text-align: center; margin-bottom: 56px; }
.section-eyebrow {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.28em;
  color: var(--primary);
  text-transform: uppercase;
}
.section-deep .section-eyebrow { color: var(--accent); }
.section-h2 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  margin-top: 12px;
  letter-spacing: 0.02em;
  line-height: 1.45;
}
.section-h2 .accent { color: var(--primary); }
.section-deep .section-h2 .accent { color: var(--accent); }
.section-lead {
  margin-top: 16px;
  font-size: 15px;
  color: var(--text-muted);
  max-width: 720px; margin-left: auto; margin-right: auto;
}
.section-deep .section-lead { color: rgba(255,255,255,0.84); }

/* ============ Stats Band ============ */
.stats-band { padding: 64px 0; background: linear-gradient(135deg, #F4F8FB 0%, #EAF2F8 100%); }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.stats-card {
  background: #fff;
  padding: 22px 14px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-soft);
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.stats-num {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: clamp(22px, 2.2vw, 30px);
  color: var(--primary-deep);
  line-height: 1.1;
}
.stats-num .accent { color: var(--accent-deep); }
.stats-num small {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  margin-left: 2px;
  font-weight: 700;
  color: var(--text-muted);
}
.stats-label {
  margin-top: 8px;
  font-size: 11.5px;
  color: var(--text-muted);
  letter-spacing: 0.04em;
  font-weight: 600;
  line-height: 1.5;
}

/* ============ 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;
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.trouble-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.trouble-img {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--bg-soft);
}
.trouble-img img { width: 100%; height: 100%; object-fit: cover; }
.trouble-body { padding: 18px 18px 22px; }
.trouble-tag {
  display: inline-block;
  background: rgba(232, 177, 79, 0.16);
  color: var(--accent-deep);
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.trouble-title {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 800;
  color: var(--primary-deep);
  line-height: 1.55;
  letter-spacing: 0.01em;
}
.trouble-desc {
  margin-top: 8px;
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ============ Service cards ============ */
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.service-card {
  background: #fff;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
}
.service-img {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--bg-soft);
}
.service-img img { width: 100%; height: 100%; object-fit: cover; }
.service-body { padding: 22px 22px 24px; flex: 1; display: flex; flex-direction: column; }
.service-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--primary-deep);
  letter-spacing: 0.01em;
}
.service-desc {
  margin-top: 10px;
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.75;
  flex: 1;
}
.service-price {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px dashed var(--border-soft);
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
}
.service-price-label {
  font-size: 11px;
  color: var(--text-muted);
  letter-spacing: 0.06em;
  font-weight: 700;
}
.service-price-num {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: var(--primary);
}
.service-price-num small {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  color: var(--text-muted);
  font-weight: 600;
  margin-left: 2px;
}

/* ============ Reasons ============ */
.reason-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}
.reason-card {
  background: #fff;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-sm);
  display: grid;
  grid-template-columns: 220px 1fr;
}
.reason-img { background: var(--bg-soft); }
.reason-img img { width: 100%; height: 100%; object-fit: cover; }
.reason-body { padding: 24px 24px; display: flex; flex-direction: column; gap: 8px; }
.reason-num {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: var(--accent-deep);
  letter-spacing: 0.18em;
}
.reason-title {
  font-size: 17px;
  font-weight: 800;
  color: var(--primary-deep);
  line-height: 1.5;
}
.reason-desc {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.85;
}

/* ============ Area Map ============ */
.area-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.area-map { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); background: #fff; }
.area-map img { width: 100%; height: auto; }
.area-info { display: flex; flex-direction: column; gap: 18px; }
.area-list { display: grid; grid-template-columns: 1fr; gap: 10px; }
.area-item {
  background: #fff;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  padding: 14px 18px;
  display: flex; align-items: center; gap: 12px;
}
.area-dot {
  width: 14px; height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
}
.area-dot-main { background: var(--primary); }
.area-dot-sub  { background: #7AB7DA; }
.area-dot-star { background: var(--accent); position: relative; }
.area-item-title {
  font-size: 13px;
  font-weight: 800;
  color: var(--primary-deep);
}
.area-item-desc {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 2px;
}

/* ============ Steps ============ */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.step-card {
  background: #fff;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-sm);
}
.step-img {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--bg-soft);
  position: relative;
}
.step-img img { width: 100%; height: 100%; object-fit: cover; }
.step-num-badge {
  position: absolute; top: 14px; left: 14px;
  background: var(--primary-deep);
  color: var(--accent);
  width: 44px; height: 44px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 18px;
  box-shadow: 0 4px 14px rgba(11, 53, 83, 0.34);
}
.step-body { padding: 18px 20px 22px; }
.step-title {
  font-size: 15px;
  font-weight: 800;
  color: var(--primary-deep);
  line-height: 1.55;
}
.step-desc {
  margin-top: 8px;
  font-size: 12.5px;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ============ Stores ============ */
.store-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.store-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: var(--radius-md);
  padding: 22px 18px 20px;
  text-align: center;
  transition: transform .15s ease, background .2s ease;
}
.store-card:hover { transform: translateY(-3px); background: rgba(255,255,255,0.10); }
.store-pin {
  width: 38px; height: 38px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--primary-darker);
  display: grid; place-items: center;
  font-weight: 900;
  font-size: 16px;
  box-shadow: 0 4px 12px rgba(232, 177, 79, 0.35);
}
.store-name {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.02em;
}
.store-area {
  margin-top: 6px;
  font-size: 11px;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.08em;
  font-weight: 600;
}
.store-desc {
  margin-top: 12px;
  font-size: 12px;
  color: rgba(255,255,255,0.84);
  line-height: 1.7;
}

/* ============ Voices ============ */
.voice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.voice-card {
  background: #fff;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  padding: 26px 24px;
  box-shadow: var(--shadow-sm);
}
.voice-stars {
  color: var(--accent);
  letter-spacing: 0.18em;
  font-size: 16px;
}
.voice-title {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 800;
  color: var(--primary-deep);
  line-height: 1.55;
}
.voice-body {
  margin-top: 12px;
  font-size: 13px;
  color: var(--text-body);
  line-height: 1.85;
}
.voice-meta {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px dashed var(--border-soft);
  font-size: 11.5px;
  color: var(--text-muted);
  letter-spacing: 0.04em;
}

/* ============ Company ============ */
.company-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-soft);
}
.company-table th, .company-table td {
  padding: 14px 22px;
  text-align: left;
  font-size: 13.5px;
  border-bottom: 1px solid var(--border-soft);
}
.company-table th {
  background: var(--bg-mist);
  color: var(--primary-deep);
  font-weight: 700;
  width: 32%;
  letter-spacing: 0.04em;
}
.company-table td { color: var(--text-body); }
.company-table tr:last-child th,
.company-table tr:last-child td { border-bottom: 0; }

/* ============ FAQ ============ */
.faq-list { max-width: 880px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: #fff;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}
.faq-summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  display: flex; align-items: center; gap: 14px;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--primary-deep);
}
.faq-summary::-webkit-details-marker { display: none; }
.faq-summary::before {
  content: "Q";
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  color: var(--accent-deep);
  flex-shrink: 0;
  width: 28px;
}
.faq-summary::after {
  content: "+";
  margin-left: auto;
  font-size: 22px;
  color: var(--primary);
  font-weight: 700;
  transition: transform .2s ease;
}
.faq-item[open] .faq-summary::after { content: "−"; }
.faq-body {
  padding: 0 22px 22px 64px;
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.85;
}

/* ============ Final CTA ============ */
.final-cta {
  position: relative;
  padding: clamp(80px, 10vw, 130px) 0;
  background: linear-gradient(135deg, #0E7CC4 0%, #0B3553 100%);
  color: #fff;
  text-align: center;
}
.final-cta-eyebrow {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.28em;
  color: var(--accent);
}
.final-cta-h2 {
  margin-top: 14px;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.02em;
}
.final-cta-sub {
  margin-top: 18px;
  font-size: 14.5px;
  color: rgba(255,255,255,0.88);
  max-width: 640px;
  margin-left: auto; margin-right: auto;
  line-height: 1.85;
}
.final-cta-row {
  margin-top: 36px;
  display: flex; gap: 14px; flex-wrap: wrap; justify-content: center;
}
.final-cta-tel {
  margin-top: 24px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  letter-spacing: 0.04em;
}
.final-cta-tel small {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: rgba(255,255,255,0.70);
  margin-top: 4px;
  letter-spacing: 0.10em;
}

/* ============ Footer ============ */
.footer {
  background: var(--primary-darker);
  color: rgba(255,255,255,0.78);
  padding: 56px 0 36px;
  font-size: 12.5px;
  line-height: 1.85;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 36px;
}
.footer-brand { display: flex; flex-direction: column; gap: 12px; }
.footer-h4 {
  font-size: 12px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer-list { list-style: none; }
.footer-list li { margin-bottom: 6px; }
.footer-bottom {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.10);
  text-align: center;
  font-size: 11px;
  color: rgba(255,255,255,0.50);
}

/* ============ Responsive ============ */
@media (max-width: 1024px) {
  .stats-grid { grid-template-columns: repeat(3, 1fr); }
  .trouble-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .reason-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .store-grid { grid-template-columns: repeat(3, 1fr); }
  .voice-grid { grid-template-columns: 1fr 1fr; }
  .area-wrapper { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  body { padding-bottom: 78px; }
  .header-tel { display: none; }
  .header-cta .btn-primary { padding: 9px 16px; font-size: 12px; }
  .brand-mark { width: 34px; height: 34px; font-size: 16px; }
  .brand-name strong { font-size: 14px; }
  .brand-name span { font-size: 10px; letter-spacing: 0.14em; }
  .hero { min-height: 76vh; }
  .hero-overlay {
    background:
      linear-gradient(180deg,
        rgba(8, 36, 55, 0.92) 0%,
        rgba(11, 53, 83, 0.86) 60%,
        rgba(14, 124, 196, 0.55) 100%),
      linear-gradient(0deg, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.20) 100%);
  }
  .hero-bg img { object-position: center 35%; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); max-width: 100%; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .trouble-grid, .service-grid, .voice-grid, .steps-grid { grid-template-columns: 1fr; }
  .reason-card { grid-template-columns: 1fr; }
  .reason-img { aspect-ratio: 16/9; }
  .store-grid { grid-template-columns: 1fr 1fr; }
  .company-table th, .company-table td { padding: 11px 14px; font-size: 12.5px; }
  .company-table th { width: 40%; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
}
