body.fv-option .hero .container {
  width: min(1600px, calc(100% - 64px));
}

body.fv-option .hero-inner {
  min-height: min(900px, calc(100vh - 112px));
  padding: 44px 0;
}

@supports (height: 100svh) {
  body.fv-option .hero-inner {
    min-height: min(900px, calc(100svh - 112px));
  }
}

body.fv-option .hero-copy,
body.fv-option .hero-visual {
  transform: translateY(-30px);
}

body.fv-option .hero-actions .btn,
body.fv-option .hero-actions .phone-link {
  min-width: 190px;
}

body.fv01 .hero-inner {
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 46px;
}

body.fv01 .hero-copy {
  max-width: 650px;
}

body.fv01 .hero-title {
  font-size: clamp(38px, 3.8vw, 54px);
  line-height: 1.16;
}

body.fv01 .hero-title em {
  display: block;
  margin-top: 8px;
}

body.fv01 .hero-lead {
  max-width: 560px;
  font-size: 17px;
  line-height: 1.72;
}

body.fv01 .hero-visual {
  display: grid;
  align-items: center;
  min-height: 0;
}

body.fv01 .hero-photo {
  width: 100%;
  height: min(760px, calc(100vh - 220px));
  min-height: 620px;
  object-fit: cover;
  object-position: center;
}

body.fv01 .hero-card {
  display: none;
}

body.fv02 .hero-inner {
  grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
  gap: 48px;
}

body.fv02 .hero-copy {
  max-width: 620px;
}

body.fv02 .hero-title {
  font-size: clamp(36px, 3.55vw, 52px);
  line-height: 1.16;
}

.fv-nowrap {
  white-space: nowrap;
}

body.fv02 .hero-lead {
  max-width: 620px;
  font-size: 16px;
  line-height: 1.72;
}

body.fv02 .hero-stat-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 26px;
}

body.fv02 .hero-stat-cards span {
  display: grid;
  gap: 5px;
  min-height: 106px;
  padding: 13px 10px;
  border: 1px solid #d5e3f5;
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  color: var(--blue);
  text-align: center;
  box-shadow: 0 14px 30px rgba(6, 40, 71, .08);
}

body.fv02 .hero-stat-cards small {
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
}

body.fv02 .hero-stat-cards strong {
  color: var(--blue);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
}

body.fv02 .hero-results-visual {
  display: grid;
  align-items: center;
  min-height: 0;
}

body.fv02 .hero-composite {
  display: block;
  width: 100%;
  max-height: min(780px, calc(100vh - 190px));
  object-fit: contain;
  border-radius: 8px;
  filter: drop-shadow(0 22px 44px rgba(6, 40, 71, .16));
}

body.fv03 .hero-inner {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 46px;
}

body.fv03 .hero-copy {
  max-width: 660px;
}

body.fv03 .hero-title {
  font-size: clamp(36px, 3.65vw, 52px);
  line-height: 1.16;
}

body.fv03 .hero-lead {
  font-size: 16px;
  line-height: 1.72;
}

body.fv03 .consult-method-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 590px;
  margin: 22px 0 24px;
  padding: 18px;
  border: 1px solid #e2eaf5;
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 38px rgba(6, 40, 71, .1);
}

body.fv03 .consult-method-card span {
  display: grid;
  place-items: center;
  min-height: 74px;
  padding: 12px 8px;
  color: var(--blue);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  border-right: 1px solid #dfe8f4;
}

body.fv03 .consult-method-card span:last-child {
  border-right: 0;
}

body.fv03 .hero-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 600px;
  margin-bottom: 26px;
}

body.fv03 .hero-trust-row span {
  display: grid;
  place-items: center;
  min-height: 58px;
  padding: 10px;
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  box-shadow: 0 10px 22px rgba(6, 40, 71, .08);
}

body.fv03 .hero-showroom-visual {
  display: grid;
  align-items: center;
  min-height: 0;
}

body.fv03 .showroom-frame {
  min-height: 0;
}

body.fv03 .showroom-frame .hero-photo {
  width: 100%;
  height: min(700px, calc(100vh - 215px));
  min-height: 560px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  box-shadow: 0 22px 48px rgba(6, 40, 71, .18);
}

body.fv03 .showroom-consult-card {
  display: none;
}

body.fv01 .hero-photo-mobile {
  display: none;
}

body.fv02 .hero-visual-mobile,
body.fv03 .hero-visual-mobile {
  display: none;
}

body.fv01 .hero-tags span {
  font-size: 13px;
}

body.fv01 .hero-actions .btn,
body.fv01 .hero-actions .phone-link,
body.fv02 .hero-actions .btn,
body.fv02 .hero-actions .phone-link,
body.fv03 .hero-actions .btn,
body.fv03 .hero-actions .phone-link {
  font-size: 16px;
}

body.fv01 .proof-item span,
body.fv01 .proof-item small,
body.fv02 .proof-item span,
body.fv02 .proof-item small,
body.fv03 .proof-item span,
body.fv03 .proof-item small {
  font-size: 11px;
}

body.fv01 .proof-item strong,
body.fv02 .proof-item strong,
body.fv03 .proof-item strong {
  font-size: 31px;
}

body.fv01 h2,
body.fv01 .section-head h2,
body.fv02 h2,
body.fv02 .section-head h2,
body.fv03 h2,
body.fv03 .section-head h2 {
  font-size: clamp(28px, 2.65vw, 36px);
}

body.fv01 .lead,
body.fv01 .section-head .lead,
body.fv02 .lead,
body.fv02 .section-head .lead,
body.fv03 .lead,
body.fv03 .section-head .lead {
  font-size: 15px;
  line-height: 1.8;
}

body.fv01 .cta-band strong,
body.fv02 .cta-band strong,
body.fv03 .cta-band strong {
  font-size: 22px;
}

body.fv01 .cta-band p,
body.fv02 .cta-band p,
body.fv03 .cta-band p {
  font-size: 15px;
  line-height: 1.7;
}

body.fv01 .reason-card h3,
body.fv01 .symptom-card h3,
body.fv01 .flow-step h3,
body.fv02 .reason-card h3,
body.fv02 .symptom-card h3,
body.fv02 .flow-step h3,
body.fv03 .reason-card h3,
body.fv03 .symptom-card h3,
body.fv03 .flow-step h3 {
  font-size: 18px;
}

body.fv01 .usp-photo-card strong,
body.fv02 .usp-photo-card strong,
body.fv03 .usp-photo-card strong {
  font-size: 19px;
}

body.fv01 .reason-card p,
body.fv01 .symptom-card p,
body.fv01 .case-card p,
body.fv01 .flow-step p,
body.fv01 details p,
body.fv02 .reason-card p,
body.fv02 .symptom-card p,
body.fv02 .case-card p,
body.fv02 .flow-step p,
body.fv02 details p,
body.fv03 .reason-card p,
body.fv03 .symptom-card p,
body.fv03 .case-card p,
body.fv03 .flow-step p,
body.fv03 details p {
  font-size: 13px;
  line-height: 1.72;
}

body.fv01 .component-router {
  padding: 54px 0 58px;
  background:
    linear-gradient(180deg, rgba(241, 247, 255, .82), rgba(255, 255, 255, 1) 62%),
    #fff;
}

body.fv01 .component-router-head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 22px;
}

body.fv01 .component-router-head h2 {
  margin: 10px 0 0;
  color: var(--navy);
  font-size: clamp(26px, 2.75vw, 36px);
  font-weight: 900;
  line-height: 1.25;
}

body.fv01 .component-router-head p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.78;
}

body.fv01 .component-router-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.fv01 .component-router-card {
  display: grid;
  gap: 11px;
  min-height: 220px;
  padding: 22px;
  border: 1px solid #d7e5f6;
  border-left: 6px solid var(--red);
  border-radius: 8px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(6, 40, 71, .08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

body.fv01 .component-router-card:hover {
  transform: translateY(-3px);
  border-color: #b9cce4;
  box-shadow: 0 22px 42px rgba(6, 40, 71, .12);
}

body.fv01 .component-router-card span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 28px;
  border-radius: 4px;
  background: var(--yellow);
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

body.fv01 .component-router-card strong {
  color: var(--navy);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.35;
}

body.fv01 .component-router-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.72;
}

body.fv01 .component-router-card b {
  align-self: end;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
}

body.fv01 .diagnosis-scope-grid,
body.fv01 .consult-entry-grid {
  display: grid;
  gap: 10px;
  margin: 18px 0 24px;
}

body.fv01 .diagnosis-scope-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.fv01 .diagnosis-scope-card {
  display: grid;
  gap: 7px;
  min-height: 86px;
  padding: 14px 12px;
  border: 1px solid #d7e5f6;
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 10px 22px rgba(6, 40, 71, .06);
}

body.fv01 .diagnosis-scope-card span {
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

body.fv01 .diagnosis-scope-card strong {
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

body.fv01 .consult-entry-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.fv01 .consult-entry-card {
  display: grid;
  gap: 7px;
  min-height: 118px;
  padding: 16px;
  border: 1px solid #d7e5f6;
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(6, 40, 71, .07);
}

body.fv01 .consult-entry-card span {
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

body.fv01 .consult-entry-card strong {
  color: var(--navy);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
}

body.fv01 .consult-entry-card small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}

@media (max-width: 980px) {
  body.fv-option .hero .container {
    width: min(100% - 28px, 720px);
  }

  body.fv-option .hero-inner {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 34px 0 44px;
  }

  body.fv-option .hero-copy,
  body.fv-option .hero-visual {
    transform: none;
  }

  body.fv-option .hero-actions .btn,
  body.fv-option .hero-actions .phone-link {
    min-width: 0;
  }

  body.fv01 .hero-title,
  body.fv02 .hero-title,
  body.fv03 .hero-title {
    font-size: clamp(34px, 9.2vw, 44px);
    line-height: 1.12;
  }

  body.fv01 .hero-photo,
  body.fv03 .showroom-frame .hero-photo {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  body.fv02 .hero-stat-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 20px 0 22px;
  }

  .fv-nowrap {
    white-space: normal;
  }

  body.fv02 .hero-stat-cards span {
    min-height: 82px;
  }

  body.fv02 .hero-composite {
    max-height: none;
  }

  body.fv03 .consult-method-card {
    grid-template-columns: 1fr;
    padding: 10px;
  }

  body.fv03 .consult-method-card span {
    min-height: 48px;
    border-right: 0;
    border-bottom: 1px solid #dfe8f4;
    font-size: 15px;
  }

  body.fv03 .consult-method-card span:last-child {
    border-bottom: 0;
  }

  body.fv03 .hero-trust-row {
    display: none;
  }

  body.fv01 .component-router {
    padding: 38px 0 42px;
  }

  body.fv01 .component-router-head {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 18px;
  }

  body.fv01 .component-router-head p {
    font-size: 15px;
    line-height: 1.75;
  }

  body.fv01 .component-router-grid,
  body.fv01 .diagnosis-scope-grid,
  body.fv01 .consult-entry-grid {
    grid-template-columns: 1fr;
  }

  body.fv01 .component-router-card {
    min-height: 0;
    padding: 18px;
  }

  body.fv01 .diagnosis-scope-card,
  body.fv01 .consult-entry-card {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  body.fv01 {
    font-size: 14px;
    line-height: 1.7;
  }

  body.fv01 .top-alert {
    min-height: 28px;
    padding: 6px 10px;
    font-size: 11px;
    line-height: 1.35;
  }

  body.fv01 .site-header {
    position: static;
  }

  body.fv01 .header-inner {
    min-height: 58px;
  }

  body.fv01 .brand img {
    width: 112px;
  }

  body.fv01 .header-actions {
    display: none;
  }

  body.fv01 .hero .container {
    width: min(100% - 24px, 560px);
  }

  body.fv01 .hero-inner {
    gap: 0;
    padding: 28px 0 30px;
  }

  body.fv01 .hero-badge {
    min-height: 28px;
    margin-bottom: 14px;
    padding: 6px 12px;
    font-size: 11px;
  }

  body.fv01 .hero-title {
    font-size: clamp(28px, 7.55vw, 31px);
    line-height: 1.14;
    letter-spacing: 0;
  }

  body.fv01 .hero-title em {
    margin-top: 7px;
  }

  body.fv01 .hero-lead {
    margin: 14px 0 16px;
    font-size: 13px;
    line-height: 1.72;
  }

  body.fv01 .hero-lead br {
    display: none;
  }

  body.fv01 .hero-visual {
    display: none;
  }

  body.fv01 .hero-photo-mobile {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    margin: 18px 0 16px;
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 16px 34px rgba(0, 18, 42, .24);
  }

  body.fv01 .hero-tags {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0 0 16px;
  }

  body.fv01 .hero-tags span {
    min-height: 36px;
    padding: 7px 8px;
    font-size: 11px;
    line-height: 1.25;
  }

  body.fv01 .hero-actions {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  body.fv01 .hero-actions .btn,
  body.fv01 .hero-actions .phone-link {
    min-height: 50px;
    padding: 10px;
    font-size: 13px;
  }

  body.fv01 .hero-actions .phone-link span {
    font-size: 15px;
  }

  body.fv01 .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.fv01 .proof-item {
    min-height: 82px;
    padding: 12px 8px;
  }

  body.fv01 .proof-item span,
  body.fv01 .proof-item small {
    font-size: 10px;
    line-height: 1.3;
  }

  body.fv01 .proof-item strong {
    font-size: 23px;
    line-height: 1.05;
  }

  body.fv01 .proof-item {
    grid-column: auto;
  }

  body.fv01 .proof-item-wide {
    grid-column: 1 / -1;
  }

  body.fv01 .section {
    padding: 44px 0;
  }

  body.fv01 .section-tight {
    padding: 34px 0;
  }

  body.fv01 .section-head {
    gap: 8px;
    margin-bottom: 22px;
  }

  body.fv01 h2,
  body.fv01 .section-head h2 {
    font-size: clamp(22px, 6.25vw, 26px);
    line-height: 1.35;
  }

  body.fv01 .lead,
  body.fv01 .section-head .lead {
    font-size: 13px;
    line-height: 1.75;
  }

  body.fv01 .cta-band {
    padding: 30px 0;
  }

  body.fv01 .cta-band-inner {
    gap: 16px;
  }

  body.fv01 .cta-band strong {
    font-size: 18px;
    line-height: 1.45;
  }

  body.fv01 .cta-band p {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.65;
  }

  body.fv01 .cta-band .cta-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  body.fv01 .cta-band .btn,
  body.fv01 .cta-band .phone-link {
    min-height: 48px;
    padding: 9px 10px;
    font-size: 13px;
  }

  body.fv01 .component-router {
    padding: 34px 0 38px;
  }

  body.fv01 .component-router-head h2 {
    font-size: clamp(22px, 6.4vw, 26px);
  }

  body.fv01 .component-router-card {
    gap: 8px;
    padding: 16px;
  }

  body.fv01 .component-router-card strong {
    font-size: 17px;
  }

  body.fv01 .component-router-card p {
    font-size: 13px;
    line-height: 1.65;
  }

  body.fv01 .usp-photo-grid,
  body.fv01 .reasons,
  body.fv01 .symptoms,
  body.fv01 .cases,
  body.fv01 .flow {
    gap: 14px;
  }

  body.fv01 .usp-photo-card img,
  body.fv01 .reason-card img,
  body.fv01 .symptom-card img,
  body.fv01 .case-card img {
    max-height: 230px;
    object-fit: cover;
  }

  body.fv01 .usp-photo-card div,
  body.fv01 .reason-card div,
  body.fv01 .symptom-card div,
  body.fv01 .case-card div {
    padding: 15px;
  }

  body.fv01 .usp-photo-card strong,
  body.fv01 .reason-card h3,
  body.fv01 .symptom-card h3 {
    font-size: 17px;
    line-height: 1.45;
  }

  body.fv01 .usp-photo-card p,
  body.fv01 .reason-card p,
  body.fv01 .symptom-card p,
  body.fv01 .case-card p,
  body.fv01 .flow-step p {
    font-size: 13px;
    line-height: 1.7;
  }

  body.fv01 .field label,
  body.fv01 .fieldset-label,
  body.fv01 .radio-grid label,
  body.fv01 summary {
    font-size: 14px;
    line-height: 1.55;
  }

  body.fv01 .usp-mini-grid,
  body.fv01 .diagnosis-scope-grid,
  body.fv01 .consult-entry-grid {
    gap: 10px;
  }

  body.fv01 .usp-mini {
    min-height: 0;
    padding: 14px;
  }

  body.fv01 .showroom-photos {
    gap: 10px;
  }

  body.fv01 .showroom-photos img,
  body.fv01 .diagnosis-photos img,
  body.fv01 .diagnosis-photos img:first-child {
    aspect-ratio: 4 / 3;
  }

  body.fv01 .contact-form {
    padding: 18px;
  }

  body.fv01 .sticky-cta {
    padding: 8px 0;
  }

  body.fv01 .sticky-inner {
    gap: 8px;
  }

  body.fv01 .sticky-inner a {
    min-height: 48px;
    font-size: 13px;
  }
}

@media (max-width: 680px) {
  body.fv02,
  body.fv03 {
    font-size: 14px;
    line-height: 1.7;
  }

  body.fv02 .top-alert,
  body.fv03 .top-alert {
    min-height: 28px;
    padding: 6px 10px;
    font-size: 11px;
    line-height: 1.35;
  }

  body.fv02 .site-header,
  body.fv03 .site-header {
    position: static;
  }

  body.fv02 .header-inner,
  body.fv03 .header-inner {
    min-height: 58px;
  }

  body.fv02 .brand img,
  body.fv03 .brand img {
    width: 112px;
  }

  body.fv02 .header-actions,
  body.fv03 .header-actions {
    display: none;
  }

  body.fv02 .hero .container,
  body.fv03 .hero .container {
    width: min(100% - 24px, 560px);
  }

  body.fv02 .hero-inner,
  body.fv03 .hero-inner {
    gap: 0;
    padding: 28px 0 30px;
  }

  body.fv02 .hero-badge,
  body.fv03 .hero-badge {
    min-height: 28px;
    margin-bottom: 14px;
    padding: 6px 12px;
    font-size: 11px;
  }

  body.fv02 .hero-title,
  body.fv03 .hero-title {
    font-size: clamp(27px, 7.45vw, 31px);
    line-height: 1.16;
    letter-spacing: 0;
  }

  body.fv02 .hero-lead,
  body.fv03 .hero-lead {
    margin: 14px 0 16px;
    font-size: 13px;
    line-height: 1.72;
  }

  body.fv02 .hero-results-visual,
  body.fv03 .hero-showroom-visual {
    display: none;
  }

  body.fv02 .hero-visual-mobile,
  body.fv03 .hero-visual-mobile {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    margin: 18px 0 16px;
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: 8px;
    background: #fff;
    object-fit: contain;
    object-position: center;
    box-shadow: 0 16px 34px rgba(0, 18, 42, .18);
  }

  body.fv02 .hero-visual-mobile {
    aspect-ratio: 16 / 9;
    margin: 16px 0 14px;
  }

  body.fv03 .hero-visual-mobile {
    object-fit: cover;
  }

  body.fv02 .hero-stat-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0 0 16px;
  }

  body.fv02 .hero-stat-cards span {
    min-height: 58px;
    padding: 7px 8px;
  }

  body.fv02 .hero-stat-cards small {
    font-size: 10px;
    line-height: 1.25;
  }

  body.fv02 .hero-stat-cards strong {
    font-size: 18px;
  }

  body.fv03 .consult-method-card {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 0 0 16px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  body.fv03 .consult-method-card span {
    min-height: 36px;
    padding: 7px 6px;
    border: 1px solid #dbe7f6;
    border-radius: 999px;
    background: #fff;
    color: var(--navy);
    font-size: 11px;
    line-height: 1.25;
  }

  body.fv03 .consult-method-card span:last-child {
    border: 1px solid #dbe7f6;
  }

  body.fv02 .hero-actions,
  body.fv03 .hero-actions {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  body.fv02 .hero-actions .btn,
  body.fv02 .hero-actions .phone-link,
  body.fv03 .hero-actions .btn,
  body.fv03 .hero-actions .phone-link {
    min-height: 48px;
    padding: 10px;
    font-size: 13px;
  }

  body.fv02 .hero-actions .phone-link span,
  body.fv03 .hero-actions .phone-link span {
    font-size: 15px;
  }

  body.fv02 .proof-grid,
  body.fv03 .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.fv02 .proof-item,
  body.fv03 .proof-item {
    grid-column: auto;
    min-height: 82px;
    padding: 12px 8px;
  }

  body.fv02 .proof-item-wide,
  body.fv03 .proof-item-wide {
    grid-column: 1 / -1;
  }

  body.fv02 .proof-item span,
  body.fv02 .proof-item small,
  body.fv03 .proof-item span,
  body.fv03 .proof-item small {
    font-size: 10px;
    line-height: 1.3;
  }

  body.fv02 .proof-item strong,
  body.fv03 .proof-item strong {
    font-size: 23px;
    line-height: 1.05;
  }

  body.fv02 .section,
  body.fv03 .section {
    padding: 44px 0;
  }

  body.fv02 .section-tight,
  body.fv03 .section-tight {
    padding: 34px 0;
  }

  body.fv02 .section-head,
  body.fv03 .section-head {
    gap: 8px;
    margin-bottom: 22px;
  }

  body.fv02 h2,
  body.fv02 .section-head h2,
  body.fv03 h2,
  body.fv03 .section-head h2 {
    font-size: clamp(22px, 6.25vw, 26px);
    line-height: 1.35;
  }

  body.fv02 .lead,
  body.fv02 .section-head .lead,
  body.fv03 .lead,
  body.fv03 .section-head .lead {
    font-size: 13px;
    line-height: 1.75;
  }

  body.fv02 .cta-band,
  body.fv03 .cta-band {
    padding: 30px 0;
  }

  body.fv02 .cta-band-inner,
  body.fv03 .cta-band-inner {
    gap: 16px;
  }

  body.fv02 .cta-band strong,
  body.fv03 .cta-band strong {
    font-size: 18px;
    line-height: 1.45;
  }

  body.fv02 .cta-band p,
  body.fv03 .cta-band p {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.65;
  }

  body.fv02 .cta-band .cta-buttons,
  body.fv03 .cta-band .cta-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  body.fv02 .cta-band .btn,
  body.fv02 .cta-band .phone-link,
  body.fv03 .cta-band .btn,
  body.fv03 .cta-band .phone-link {
    min-height: 48px;
    padding: 9px 10px;
    font-size: 13px;
  }

  body.fv02 .usp-photo-grid,
  body.fv02 .reasons,
  body.fv02 .symptoms,
  body.fv02 .cases,
  body.fv02 .flow,
  body.fv03 .usp-photo-grid,
  body.fv03 .reasons,
  body.fv03 .symptoms,
  body.fv03 .cases,
  body.fv03 .flow {
    gap: 14px;
  }

  body.fv02 .usp-photo-card img,
  body.fv02 .reason-card img,
  body.fv02 .symptom-card img,
  body.fv02 .case-card img,
  body.fv03 .usp-photo-card img,
  body.fv03 .reason-card img,
  body.fv03 .symptom-card img,
  body.fv03 .case-card img {
    max-height: 230px;
    object-fit: cover;
  }

  body.fv02 .usp-photo-card div,
  body.fv02 .reason-card div,
  body.fv02 .symptom-card div,
  body.fv02 .case-card div,
  body.fv03 .usp-photo-card div,
  body.fv03 .reason-card div,
  body.fv03 .symptom-card div,
  body.fv03 .case-card div {
    padding: 15px;
  }

  body.fv02 .usp-photo-card strong,
  body.fv02 .reason-card h3,
  body.fv02 .symptom-card h3,
  body.fv03 .usp-photo-card strong,
  body.fv03 .reason-card h3,
  body.fv03 .symptom-card h3 {
    font-size: 17px;
    line-height: 1.45;
  }

  body.fv02 .usp-photo-card p,
  body.fv02 .reason-card p,
  body.fv02 .symptom-card p,
  body.fv02 .case-card p,
  body.fv02 .flow-step p,
  body.fv03 .usp-photo-card p,
  body.fv03 .reason-card p,
  body.fv03 .symptom-card p,
  body.fv03 .case-card p,
  body.fv03 .flow-step p {
    font-size: 13px;
    line-height: 1.7;
  }

  body.fv02 .field label,
  body.fv02 .fieldset-label,
  body.fv02 .radio-grid label,
  body.fv02 summary,
  body.fv03 .field label,
  body.fv03 .fieldset-label,
  body.fv03 .radio-grid label,
  body.fv03 summary {
    font-size: 14px;
    line-height: 1.55;
  }

  body.fv02 .contact-form,
  body.fv03 .contact-form {
    padding: 18px;
  }

  body.fv02 .sticky-cta,
  body.fv03 .sticky-cta {
    padding: 8px 0;
  }

  body.fv02 .sticky-inner,
  body.fv03 .sticky-inner {
    gap: 8px;
  }

  body.fv02 .sticky-inner a,
  body.fv03 .sticky-inner a {
    min-height: 48px;
    font-size: 13px;
  }
}

/* ==== 20260703 feedback reflection (尾関FB + 7/2MTG) : fv01 scoped ==== */

body.fv01 .hero-laurels {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  margin: 4px 0 24px;
}

body.fv01 .laurel {
  position: relative;
  display: grid;
  place-content: center;
  gap: 2px;
  flex: 0 1 112px;
  width: 112px;
  min-width: 0;
  aspect-ratio: 427 / 480;
  padding: 0 0 3px 7px;
  background: url("generated_designs/recraft_laurel_badge_single.webp") center / contain no-repeat;
  text-align: center;
}

body.fv01 .laurel b {
  color: var(--navy);
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}

body.fv01 .laurel b i {
  font-style: normal;
  font-size: 11px;
}

body.fv01 .laurel small {
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
}

body.fv01 .hero-copy .cta-note {
  color: #d9e9ff;
}

body.fv01 .cta-banner {
  padding: 26px 28px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 14px;
  background:
    linear-gradient(120deg, rgba(6, 40, 71, .92), rgba(11, 78, 150, .88)),
    url("generated_designs/recraft_cta_consult_banner.webp") center / cover no-repeat;
  box-shadow: 0 18px 40px rgba(6, 40, 71, .28);
}

body.fv01 .cta-band {
  background: linear-gradient(180deg, #f1f6fc, #e5effb);
  padding: 34px 0;
}

body.fv01 .team-band {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 26px;
  align-items: center;
  margin-top: 28px;
  padding: 24px;
  border: 1px solid #d7e5f6;
  border-radius: 14px;
  background: #f4f9ff;
}

body.fv01 .team-band img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(6, 40, 71, .14);
}

body.fv01 .team-band strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.45;
}

body.fv01 .team-band p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
}

body.fv01 .gaina-band {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 26px;
  align-items: center;
  margin-top: 26px;
  padding: 24px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 18px 40px rgba(0, 12, 28, .25);
}

body.fv01 .gaina-band img {
  width: 100%;
  border-radius: 10px;
}

body.fv01 .gaina-label {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 3px 12px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
}

body.fv01 .gaina-band strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.45;
}

body.fv01 .gaina-band p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
}

body.fv01 .voices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.fv01 .voice-card {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 22px;
  border: 1px solid #d7e5f6;
  border-radius: 14px;
  background:
    linear-gradient(rgba(255, 255, 255, .96), rgba(255, 255, 255, .96)),
    url("generated_designs/recraft_customer_voice_visual.webp") center / cover no-repeat;
  box-shadow: 0 14px 30px rgba(6, 40, 71, .08);
}

body.fv01 .voice-stars {
  color: #f5a623;
  font-size: 17px;
  letter-spacing: 2px;
}

body.fv01 .voice-card p {
  margin: 0;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

body.fv01 .voice-card small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

body.fv01 #voice .note {
  margin-top: 16px;
  text-align: center;
}

body.fv01 .plan-card-primary {
  border: 3px solid var(--red);
  box-shadow: 0 18px 38px rgba(196, 0, 0, .12);
}

@media (max-width: 980px) {
  body.fv01 .team-band,
  body.fv01 .gaina-band {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.fv01 .voices {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  body.fv01 .hero-laurels {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    margin: 0 0 16px;
  }

  body.fv01 .laurel {
    width: 100%;
    padding: 0 0 2px 5px;
  }

  body.fv01 .laurel b {
    font-size: 14px;
  }

  body.fv01 .laurel b i {
    font-size: 9px;
  }

  body.fv01 .laurel small {
    font-size: 8px;
  }

  body.fv01 .hero-copy .cta-note {
    margin-top: 10px;
    font-size: 11px;
    text-align: center;
  }

  body.fv01 .cta-banner {
    padding: 20px 16px;
  }

  body.fv01 .team-band,
  body.fv01 .gaina-band {
    padding: 16px;
  }

  body.fv01 .team-band strong,
  body.fv01 .gaina-band strong {
    font-size: 17px;
  }

  body.fv01 .voice-card {
    padding: 16px;
  }

  body.fv01 .voice-card p {
    font-size: 13px;
  }
}

/* usp-mini: 左赤帯をやめ、番号ピル+上ボーダーのカードに (尾関FB: AIっぽい左帯解消) */
body.fv01 .usp-mini {
  border-left: 1px solid var(--line);
  border-top: 3px solid var(--blue);
}

body.fv01 .usp-mini span {
  min-width: 30px;
  min-height: 22px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  padding: 0 10px;
}

/* FV脚注（岡山県1位の出典表記） */
body.fv01 .hero-footnote {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, .62);
  font-size: 11px;
  font-weight: 500;
}

body.fv01 .laurel b {
  white-space: nowrap;
}

@media (max-width: 680px) {
  body.fv01 .hero-footnote {
    font-size: 9px;
    text-align: center;
  }
}

/* お客様の声：手書きアンケート実物画像 */
body.fv01 .voice-photo {
  width: 100%;
  border: 1px solid #e2eaf5;
  border-radius: 8px;
  background: #fff;
  object-fit: cover;
}

/* 施工前後イメージの注記（紺背景セクション内） */
body.fv01 .awards-note {
  margin-top: 14px;
  color: #b9cfe8;
  text-align: center;
}

/* フッター内プライバシーポリシーリンク */
body.fv01 .footer-privacy-link {
  color: #cfe2f8;
  font-size: 13px;
  text-decoration: underline;
}

body.fv01 .consent a {
  color: var(--blue);
  font-weight: 900;
}

/* 小さいスマホでは実績バッジを2列にして、文字の可読性を保つ。 */
@media (max-width: 360px) {
  body.fv01 .hero-laurels {
    grid-template-columns: repeat(2, minmax(0, 86px));
    justify-content: center;
    gap: 4px 20px;
  }

  body.fv01 .laurel {
    width: 86px;
  }
}
