:root {
  --primary: #4d8fbd;
  --primary-dark: #1f5f98;
  --secondary: #72b7dc;
  --gold: #4d8fbd;
  --gold-dark: #1f5f98;
  --surface: #ffffff;
  --surface-soft: rgba(255, 255, 255, .78);
  --text: #2c3138;
  --muted: #6f7782;
  --line: rgba(161, 177, 193, .32);
  --soft: #f7f9fb;
  --soft-blue: #eef4f8;
  --mist: #e7eef4;
  --navy: #465b70;
  --shadow: 0 24px 72px rgba(42, 105, 158, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 4%, rgba(218, 235, 247, .96) 0 14%, transparent 34%),
    radial-gradient(circle at 86% 0%, rgba(225, 242, 250, .88) 0 12%, transparent 32%),
    linear-gradient(180deg, #fbfcfd 0%, #fff 34%, #f7f9fb 100%);
  font-family: "Open Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.85;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(20px, 4vw, 56px);
  background: rgba(255, 255, 255, .78);
  border-bottom: 1px solid rgba(77, 143, 189, .2);
  backdrop-filter: blur(18px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-width: 300px;
}
.brand-mark {
  display: none;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #fff;
  background: linear-gradient(145deg, #8ac7e6, #2d75ad);
  border-radius: 50%;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 600;
  box-shadow: 0 12px 28px rgba(45, 117, 173, .22);
}
.brand strong,
h1, h2, h3 {
  font-family: "Poppins", "Open Sans", sans-serif;
  line-height: 1.18;
  letter-spacing: 0;
}
.brand strong { display: block; font-size: 15px; line-height: 1.3; }
.brand small { display: block; color: var(--muted); font-size: 12px; line-height: 1.35; }
.brand-line {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.area-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  color: #fff;
  background: linear-gradient(135deg, #5fa8d3, #1f5f98);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.header-nav {
  display: flex;
  gap: 24px;
  color: #657383;
  font-size: 13px;
  font-weight: 700;
}
.header-nav a {
  position: relative;
  padding-bottom: 3px;
}
.header-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  content: "";
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .22s ease;
}
.header-nav a:hover::after { transform: scaleX(1); }
.header-nav a:focus-visible,
.header-call:focus-visible,
.primary-cta:focus-visible,
.secondary-cta:focus-visible,
.bonus-band a:focus-visible,
.urgency-section a:focus-visible,
.final-cta a:focus-visible,
.sticky-call a:focus-visible {
  outline: 3px solid rgba(77, 143, 189, .34);
  outline-offset: 3px;
}
.header-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 20px;
  color: #fff;
  background: linear-gradient(135deg, #5fa8d3, #1f5f98);
  border-radius: 999px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 16px 34px rgba(31, 95, 152, .22);
}

.hero {
  position: relative;
  display: block;
  min-height: min(860px, 92vh);
  padding: clamp(54px, 7vw, 104px) clamp(20px, 6vw, 86px);
  background:
    linear-gradient(115deg, rgba(255,255,255,.98) 0 41%, rgba(228,243,251,.86) 41% 100%),
    radial-gradient(circle at 84% 18%, rgba(188, 219, 238, .9), transparent 34%);
  overflow: hidden;
}
.hero::before {
  position: absolute;
  inset: auto -8vw -120px -8vw;
  height: 230px;
  content: "";
  background:
    linear-gradient(180deg, transparent 0 18%, rgba(87, 157, 204, .2) 19% 21%, transparent 22% 100%),
    radial-gradient(ellipse at center, rgba(225, 243, 251, .92), transparent 66%);
  clip-path: polygon(0 28%, 14% 36%, 31% 30%, 46% 42%, 62% 34%, 78% 47%, 100% 36%, 100% 100%, 0 100%);
}
.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}
.hero-copy { max-width: 720px; }
.hero > *,
.split > *,
.service-section > *,
.area-section > *,
.profile-card > * {
  min-width: 0;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
h1 {
  margin: 0;
  color: #263341;
  font-size: clamp(36px, 5.1vw, 70px);
  font-weight: 800;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.lead {
  max-width: 660px;
  margin: 24px 0 0;
  color: #566575;
  font-size: clamp(16px, 1.45vw, 19px);
}
.hero-service-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  max-width: 560px;
  margin: 28px 0 28px;
}
.hero-service-card__item {
  position: relative;
  display: grid;
  place-items: end center;
  min-height: 138px;
  padding: 70px 10px 16px;
  color: #263341;
  background: linear-gradient(180deg, #f7f8f9, #eef1f4);
  border: 1px solid rgba(77, 100, 123, .14);
  border-radius: 4px;
  box-shadow: inset 0 -1px 0 rgba(255,255,255,.9);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}
.hero-service-card__item::before {
  position: absolute;
  top: 22px;
  left: 50%;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #315b86;
  font-size: 34px;
  line-height: 1;
  transform: translateX(-50%);
}
.hero-service-card__item--estimate::before { content: "☑"; }
.hero-service-card__item--area::before { content: "◷"; }
.hero-service-card__item--speed::before { content: "✖"; }
.hero-service-card__item::after {
  position: absolute;
  top: 56px;
  left: 50%;
  width: 42px;
  height: 4px;
  content: "";
  background: #315b86;
  border-radius: 999px;
  transform: translateX(-50%);
}
.hero-service-card__item--speed::after { display: none; }
.hero-service-card__item--estimate { font-size: 17px; }
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.hero-actions .primary-cta {
  background: linear-gradient(180deg, #73b7df, #1f79b8);
}
.hero-actions .primary-cta::after,
.sticky-call__phone::after {
  margin-left: 12px;
  content: "›";
  font-size: 24px;
  line-height: 1;
}
.mobile-break { display: none; }
.primary-cta,
.secondary-cta,
.bonus-band a,
.urgency-section a,
.final-cta a,
.sticky-call a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 800;
}
.primary-cta,
.bonus-band a,
.urgency-section a,
.final-cta a,
.sticky-call a {
  color: #fff;
  background: linear-gradient(135deg, #5fa8d3, #1f5f98);
  box-shadow: 0 18px 38px rgba(31, 95, 152, .24);
}
.secondary-cta {
  color: var(--primary-dark);
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(138, 164, 192, .36);
}
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}
.hero-call-note {
  max-width: 620px;
  margin: 16px 0 0;
  color: #526272;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
}
.trust-strip span,
.recommend-list span,
.payment-grid span,
.area-panel span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 15px;
  color: #66778a;
  background: rgba(255, 255, 255, .74);
  border: 1px solid rgba(77, 143, 189, .26);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}
.hero-visual {
  max-width: 600px;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0;
  box-shadow: var(--shadow);
  background: linear-gradient(180deg, #fff, #f1f5f8);
  border: 1px solid rgba(255,255,255,.9);
}
.hero-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(142, 167, 190, .16));
  pointer-events: none;
}
.hero-visual img {
  width: 100%;
  height: clamp(220px, 38vh, 390px);
  object-fit: cover;
}
.hero-note {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  color: #374455;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(255,255,255,.92);
  border-radius: 0;
  backdrop-filter: blur(16px);
}
.hero-note strong { font-size: 18px; }
.hero-note span { color: #6d7784; font-size: 14px; }

.section,
.alert-band,
.message-band,
.bonus-band,
.urgency-section,
.final-cta {
  position: relative;
  padding: clamp(70px, 8.5vw, 120px) clamp(20px, 5.5vw, 80px);
}
.section-head {
  max-width: 860px;
  margin: 0 auto 36px;
  text-align: center;
}
h2 {
  margin: 0;
  color: #354454;
  font-size: clamp(28px, 3.6vw, 48px);
  font-weight: 800;
}
h3 {
  margin: 12px 0 8px;
  color: #364453;
  font-size: 20px;
  font-weight: 700;
}
.section-head p:not(.eyebrow),
.split p,
.message-band p,
.bonus-band p,
.urgency-section p,
.service-section p,
.profile-card p,
.voice-grid p,
.benefit-grid p,
.reason-grid p,
details p,
.area-section p {
  color: var(--muted);
}

.alert-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .55fr);
  gap: 32px;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(71, 83, 92, .96), rgba(112, 101, 83, .9)),
    linear-gradient(135deg, #5f6f7f, #8b7655);
}
.alert-band::before,
.message-band::before,
.final-cta::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, transparent 42%, rgba(255,255,255,.12) 43% 44%, transparent 45%),
    radial-gradient(circle at 85% 20%, rgba(255,255,255,.18), transparent 26%);
  pointer-events: none;
}
.alert-band .eyebrow { color: #cdeafa; }
.alert-band h2,
.message-band h2,
.bonus-band h2,
.urgency-section h2,
.final-cta h2 { color: #fff; }
.alert-band p { color: rgba(255,255,255,.78); }
.quick-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.quick-steps li {
  min-height: 58px;
  padding: 14px;
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 0;
  font-weight: 800;
}

.split,
.service-section,
.area-section {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .65fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}
.profile-meta,
.service-list,
.area-panel {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 26px;
  background: rgba(255, 255, 255, .76);
  border: 1px solid rgba(77, 143, 189, .22);
  border-radius: 0;
  box-shadow: 0 18px 54px rgba(77, 92, 109, .08);
  backdrop-filter: blur(12px);
}
.profile-meta span,
.profile-meta strong,
.service-list li {
  display: block;
  padding: 12px 14px;
  color: #566575;
  background: rgba(238, 244, 248, .72);
  border-radius: 0;
  font-weight: 700;
}
.process-panel {
  position: relative;
  max-width: 470px;
  margin-left: auto;
  padding: 34px;
  background:
    linear-gradient(180deg, rgba(248, 252, 255, .96), rgba(238, 246, 252, .96));
  border: 1px solid rgba(77, 143, 189, .18);
  box-shadow: 0 24px 64px rgba(38, 86, 124, .13);
}
.process-panel__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: #263341;
}
.process-panel__head span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Poppins", "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1;
}
.process-panel__head span::before {
  width: 16px;
  height: 16px;
  content: "";
  background: linear-gradient(135deg, #5fa8d3, #1f5f98);
  border-radius: 4px;
  box-shadow: 0 8px 18px rgba(31, 95, 152, .25);
}
.process-panel__head strong {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
}
.process-flow {
  position: relative;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 26px 22px 26px 30px;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(77, 143, 189, .14);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}
.process-flow::before {
  position: absolute;
  top: 46px;
  bottom: 46px;
  left: 49px;
  width: 3px;
  content: "";
  background: linear-gradient(180deg, #1f79b8, #74b9df);
  border-radius: 999px;
}
.process-step {
  position: relative;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  min-height: 58px;
  column-gap: 18px;
}
.process-step__icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  justify-self: center;
  color: #1f79b8;
  background: #fff;
  border: 3px solid #74b9df;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #fff;
}
.process-step__icon::before {
  width: 8px;
  height: 8px;
  content: "";
  background: transparent;
  border-radius: 50%;
}
.process-step:first-child .process-step__icon,
.process-step:last-child .process-step__icon {
  background: linear-gradient(135deg, #5fa8d3, #1f5f98);
  border-color: #1f79b8;
}
.process-step:first-child .process-step__icon::before,
.process-step:last-child .process-step__icon::before {
  background: #fff;
}
.process-step__label {
  display: block;
  align-items: center;
  min-height: auto;
  padding: 8px 0;
  color: #263341;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.45;
  text-align: left;
}
.process-panel__time {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: none;
  margin: 16px 0 0;
  overflow: hidden;
  color: #263341;
  background: #fff;
  border: 2px solid #5fa8d3;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}
.process-panel__time strong,
.process-panel__time span {
  display: grid;
  place-items: center;
  min-height: 42px;
  padding: 7px 10px;
}
.process-panel__time span {
  border-left: 2px solid #5fa8d3;
}

.benefit-grid,
.voice-grid,
.reason-grid,
.price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.benefit-grid article,
.voice-grid article,
.reason-grid article,
.price-grid article,
.profile-card,
details {
  background: var(--surface-soft);
  border: 1px solid rgba(77, 143, 189, .18);
  border-radius: 0;
  box-shadow: 0 18px 52px rgba(76, 92, 108, .08);
  backdrop-filter: blur(10px);
}
.benefit-grid article,
.voice-grid article,
.reason-grid article,
.price-grid article {
  padding: 26px;
}
.benefit-grid article::before,
.reason-grid article::before,
.price-grid article::before {
  display: block;
  width: 36px;
  height: 1px;
  margin-bottom: 18px;
  content: "";
  background: var(--gold);
}
.recommend-section,
.profile-section,
.faq-section,
.payment-section {
  background:
    radial-gradient(circle at 18% 18%, rgba(228, 237, 244, .78), transparent 24%),
    linear-gradient(180deg, #f7f9fb, #fff);
}
.recommend-list,
.payment-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.profile-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .62fr);
  gap: 32px;
  padding: clamp(30px, 5vw, 54px);
}
.message-band,
.bonus-band,
.urgency-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  color: #fff;
  background: linear-gradient(135deg, #6faed1, #1f5f98);
}
.message-band { display: block; text-align: center; }
.message-band .eyebrow,
.bonus-band .eyebrow,
.urgency-section .eyebrow { color: #d5effb; }
.message-band p,
.bonus-band p,
.urgency-section p { color: rgba(255,255,255,.82); max-width: 960px; }
.message-band p { margin-left: auto; margin-right: auto; }
.case-table {
  display: grid;
  border: 1px solid rgba(77, 143, 189, .2);
  overflow: hidden;
  box-shadow: 0 18px 52px rgba(76, 92, 108, .08);
}
.case-table div {
  display: grid;
  grid-template-columns: minmax(180px, .35fr) minmax(0, 1fr);
  gap: 16px;
  padding: 20px 22px;
  background: rgba(255,255,255,.82);
  border-bottom: 1px solid rgba(161, 177, 193, .26);
}
.case-table div:last-child { border-bottom: 0; }
.case-table strong { color: var(--gold-dark); }
.case-table span { color: var(--muted); }
.reason-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.reason-grid article span {
  color: var(--gold);
  font-family: "IBM Plex Mono", monospace;
  font-weight: 600;
}
.service-list {
  list-style: none;
}
.bonus-band {
  background:
    linear-gradient(135deg, rgba(116, 181, 217, .96), rgba(31, 95, 152, .94)),
    radial-gradient(circle at 80% 20%, rgba(255,255,255,.18), transparent 24%);
}
.price-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.price {
  margin: 12px 0 4px;
  color: var(--gold-dark);
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}
.price-note {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}
details {
  max-width: 960px;
  margin: 10px auto;
  padding: 18px 22px;
}
summary {
  cursor: pointer;
  color: #3b4a5a;
  font-weight: 800;
}
.urgency-section {
  background: linear-gradient(135deg, #577f9b, #1f5f98);
}
.area-section {
  background:
    linear-gradient(180deg, rgba(255,255,255,.95), rgba(239,244,248,.74)),
    radial-gradient(circle at 80% 0%, rgba(220, 230, 239, .86), transparent 28%);
}
.area-panel strong {
  display: block;
  margin-bottom: 4px;
  color: #3b4a5a;
  font-size: 18px;
}
.final-cta {
  margin: 0;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(65, 82, 99, .94), rgba(113, 132, 150, .92)),
    radial-gradient(circle at 50% 20%, rgba(255,255,255,.2), transparent 30%);
  text-align: center;
}
.final-cta .eyebrow { color: #cdeafa; }
.final-cta p:not(.eyebrow) {
  max-width: 780px;
  margin: 18px auto 28px;
  color: rgba(255,255,255,.8);
}
.sticky-call {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.sticky-call a {
  min-height: 50px;
  padding: 10px 12px;
  border-radius: 6px;
  box-shadow: 0 12px 26px rgba(31, 95, 152, .2);
  font-size: 14px;
  white-space: nowrap;
}
.sticky-call a.sticky-call__phone {
  grid-column: 1 / -1;
  flex-direction: column;
  gap: 2px;
  min-height: 58px;
  background: linear-gradient(180deg, #f3923d, #df6d24);
  box-shadow: 0 14px 28px rgba(210, 100, 31, .32);
  font-size: 16px;
  line-height: 1.3;
  white-space: normal;
}
.sticky-call a.sticky-call__phone small {
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  opacity: .92;
}
.sticky-call a.sticky-call__mail {
  color: #fff;
  background: linear-gradient(180deg, #4aa7d9, #167bb3);
}
.sticky-call a.sticky-call__line {
  color: #fff;
  background: linear-gradient(180deg, #26c76b, #08a64f);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

@media (max-width: 1040px) {
  .hero,
  .alert-band,
  .split,
  .service-section,
  .area-section,
  .profile-card,
  .bonus-band,
  .urgency-section {
    grid-template-columns: 1fr;
  }
  .benefit-grid,
  .voice-grid,
  .reason-grid,
  .price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .header-nav { display: none; }
}

@media (max-width: 640px) {
  .site-header { padding: 12px 16px; }
  body {
    padding-bottom: 136px;
  }
  .brand { min-width: 0; }
  .brand-line {
    gap: 6px;
  }
  .brand strong {
    font-size: 13px;
  }
  .area-badge {
    min-height: 24px;
    padding: 4px 8px;
    font-size: 11px;
  }
  .brand small { display: none; }
  .header-call { display: none; }
  .hero {
    min-height: auto;
    padding: 26px 16px 128px;
    background: linear-gradient(180deg, #fff 0%, #eef4f8 100%);
  }
  .hero-copy {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
  .hero-copy h1 { order: 1; }
  .hero-copy .lead { order: 2; }
  .hero-copy .hero-actions { order: 3; }
  .hero-copy .hero-trust { order: 4; }
  .hero-copy .hero-call-note { order: 5; }
  .hero-copy .hero-service-card { order: 6; }
  .hero-copy .hero-visual { order: 7; }
  h1 {
    font-size: 29px;
    word-break: normal;
    overflow-wrap: anywhere;
  }
  h2 { font-size: 28px; }
  .mobile-break { display: block; }
  .lead { font-size: 15px; overflow-wrap: anywhere; }
  .hero-copy,
  .lead {
    max-width: 100%;
  }
  .hero-actions {
    margin-top: 18px;
  }
  .hero-actions .primary-cta {
    min-height: 58px;
    padding: 13px 18px;
    font-size: 15px;
    line-height: 1.35;
    white-space: normal;
  }
  .trust-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 12px;
  }
  .trust-strip span {
    justify-content: center;
    min-height: 38px;
    padding: 7px 5px;
    font-size: 11px;
    line-height: 1.25;
    text-align: center;
  }
  .hero-call-note {
    margin-top: 12px;
    padding: 12px 13px;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(77, 143, 189, .22);
    border-radius: 8px;
    font-size: 12px;
    line-height: 1.65;
  }
  .hero-service-card {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 100%;
    margin: 18px 0 16px;
  }
  .hero-service-card__item {
    min-height: 112px;
    padding: 56px 6px 12px;
    font-size: 14px;
  }
  .hero-service-card__item--estimate {
    font-size: 12px;
  }
  .hero-service-card__item::before {
    top: 18px;
    width: 34px;
    height: 34px;
    font-size: 28px;
  }
  .hero-service-card__item::after {
    top: 47px;
    width: 34px;
    height: 3px;
  }
  .lead,
  .section p,
  details p {
    word-break: break-all;
    line-break: anywhere;
  }
  .hero-actions a { width: 100%; }
  .hero-visual {
    max-width: 100%;
  }
  .hero-visual img { height: 230px; }
  .hero-note { left: 14px; right: 14px; bottom: 14px; padding: 14px; }
  .quick-steps,
  .process-panel,
  .benefit-grid,
  .voice-grid,
  .reason-grid,
  .price-grid {
    grid-template-columns: 1fr;
  }
  .process-panel {
    max-width: 100%;
    margin-left: 0;
    padding: 22px 14px 24px;
  }
  .process-panel__head span {
    font-size: 22px;
  }
  .process-panel__head strong {
    font-size: 13px;
  }
  .process-flow {
    padding: 22px 16px 22px 18px;
  }
  .process-flow::before {
    left: 37px;
  }
  .process-step {
    grid-template-columns: 38px minmax(0, 1fr);
    min-height: 52px;
    column-gap: 14px;
  }
  .process-step__label {
    padding: 7px 0;
    font-size: 13px;
    letter-spacing: 0;
  }
  .case-table div { grid-template-columns: 1fr; }
  .bonus-band a,
  .urgency-section a { width: 100%; }
  .sticky-call {
    display: grid;
    left: 8px;
    right: 8px;
    bottom: 8px;
    gap: 6px;
  }
  .sticky-call a {
    width: 100%;
    min-height: 46px;
    padding: 8px 6px;
    font-size: 12px;
  }
  .sticky-call a.sticky-call__phone {
    min-height: 58px;
    font-size: 14px;
  }
  .sticky-call a.sticky-call__phone::after {
    display: none;
    content: none;
  }
  .sticky-call a.sticky-call__phone small {
    font-size: 12px;
  }
  .final-cta {
    padding-bottom: 190px;
  }
}
