:root {
  --green: #55a86e;
  --green-dark: #2d6642;
  --green-deep: #1f3d2b;
  --green-soft: #eaf6ee;
  --mint: #d9f0e2;
  --cream: #fff8ee;
  --cream-deep: #f7ead6;
  --yellow: #f6bd60;
  --gray: #f6f7f5;
  --line: #dbe8df;
  --text: #2f332f;
  --muted: #647166;
  --white: #ffffff;
  --shadow: 0 22px 48px rgba(45, 102, 66, 0.12);
  --shadow-soft: 0 10px 24px rgba(45, 102, 66, 0.08);
  --radius: 8px;
  --radius-lg: 18px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

* { box-sizing: border-box; }

html {
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  width: 100%;
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-size: 17px;
  line-height: 1.78;
}

body.modal-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg {
  max-width: 100%;
}

a { color: var(--green-dark); }

:focus-visible {
  outline: 3px solid rgba(246, 189, 96, 0.95);
  outline-offset: 3px;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

[hidden] {
  display: none !important;
}

.container {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

.hero-shell > *,
.diagnosis-layout > *,
.service-panels > *,
.trust-layout > *,
.case-story > *,
.ba-stage > *,
.benefit-cards > *,
.plan-cards > *,
.plan-compare > *,
.compare-cards > *,
.included-wrap > *,
.flow-brief > *,
.support-layout > *,
.support-grid > *,
.faq-layout > *,
.form-shell > *,
.footer-grid > *,
.profile-modal-panel,
.career-list > *,
.tech-details li > *,
.contact-box,
.form,
.closing-card,
.site-screen,
.plan-card {
  min-width: 0;
}

.section {
  position: relative;
  padding: 88px 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 30px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: #24362a;
  line-height: 1.36;
  letter-spacing: 0;
}

h1 { font-size: clamp(36px, 5vw, 58px); }
h2 { font-size: clamp(28px, 3.3vw, 42px); }
h3 { font-size: 22px; }
h4 { font-size: 16px; }
p { margin: 0 0 16px; }

h1 span {
  display: block;
}

.lead {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
}

.icon-svg {
  width: 44px;
  height: 44px;
  padding: 10px;
  border-radius: 14px;
  background: var(--green-soft);
  color: var(--green-dark);
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  flex: 0 0 auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 13px 24px;
  border: 2px solid var(--green-dark);
  border-radius: var(--radius);
  background: var(--green-dark);
  color: var(--white);
  font-weight: 900;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(31, 61, 43, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn:hover {
  background: #245536;
  box-shadow: 0 16px 32px rgba(31, 61, 43, 0.26);
  transform: translateY(-1px);
}

.btn::after {
  content: "→";
  font-weight: 900;
}

.btn-secondary {
  background: var(--white);
  color: var(--green-dark);
  border-color: var(--green-dark);
  box-shadow: 0 6px 16px rgba(31, 61, 43, 0.08);
}

.btn-secondary:hover { background: var(--green-soft); }
.btn-small { min-height: 44px; padding: 8px 14px; color: var(--white); }

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-cta-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.hero-cta-notes span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(45, 102, 66, 0.12);
  border-radius: 999px;
  background: rgba(234, 246, 238, 0.78);
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
}

.text-link {
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(219, 232, 223, 0.9);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 170px;
  text-decoration: none;
}

.brand img {
  width: 174px;
  aspect-ratio: 1200 / 507;
  object-fit: contain;
}

.logo-fallback {
  display: none;
  align-items: center;
  gap: 10px;
  color: var(--green-dark);
  font-weight: 900;
  line-height: 1.25;
}

.logo-fallback::before {
  content: "HP";
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: var(--radius);
  background: var(--green-soft);
  border: 2px solid var(--green);
}

.brand.logo-missing img,
.footer-logo-wrap.logo-missing img { display: none; }

.brand.logo-missing .logo-fallback,
.footer-logo-wrap.logo-missing .logo-fallback { display: inline-flex; }

.nav {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 15px;
  font-weight: 900;
}

.nav a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  color: var(--text);
  text-decoration: none;
}

.nav .btn { color: var(--white); }

.menu-button {
  display: none;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--green-dark);
  font-weight: 900;
}

.hero {
  padding: clamp(52px, 6.5vw, 78px) 0 34px;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(234, 246, 238, 0.98), rgba(255, 248, 238, 0.82) 50%, rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at 10% 16%, rgba(246, 189, 96, 0.14), transparent 34%);
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(400px, 0.85fr);
  gap: clamp(36px, 4vw, 54px);
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 680px;
}

.hero-title {
  max-width: none;
  font-size: clamp(38px, 3.65vw, 52px);
  line-height: 1.2;
  text-wrap: normal;
}

.hero-title-line {
  display: block;
  white-space: nowrap;
}

.hero-title-question span {
  display: inline;
}

.hero-lead {
  max-width: 43em;
  margin-top: 18px;
  color: #516157;
  font-size: 19px;
  line-height: 1.72;
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: balance;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 7px 11px;
  border: 1px solid rgba(45, 102, 66, 0.12);
  border-radius: 999px;
  background: rgba(234, 246, 238, 0.74);
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
  box-shadow: none;
  cursor: default;
}

.hero-badges .icon-svg {
  width: 24px;
  height: 24px;
  padding: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
}

.hero .btn-row {
  gap: 14px;
  margin-top: 26px;
}

.hero .btn {
  min-height: 58px;
  padding: 15px 26px;
  border-radius: 10px;
  font-size: 17px;
}

.hero .btn-secondary {
  background: rgba(255, 255, 255, 0.86);
  box-shadow: none;
}

.hero-cta-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
  color: var(--muted);
}

.hero-cta-notes span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  cursor: default;
}

.hero-cta-notes span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--green);
}

.hero-media {
  position: relative;
  width: min(100%, 460px);
  justify-self: end;
  isolation: isolate;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 22px -16px -18px 38px;
  z-index: -1;
  border-radius: 28px;
  background: rgba(217, 240, 226, 0.88);
}

.hero-photo-frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(219, 232, 223, 0.9);
  border-radius: 26px;
  background: var(--white);
  box-shadow: 0 20px 46px rgba(45, 102, 66, 0.13);
}

.hero-photo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
}

.hero-photo-frame::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(0deg, rgba(31, 61, 43, 0.28), transparent);
  pointer-events: none;
}

.hero-photo-frame figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  margin: 0;
  padding: 10px 13px;
  border: 1px solid rgba(219, 232, 223, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  box-shadow: 0 10px 24px rgba(31, 61, 43, 0.12);
  cursor: default;
}

.hero-site-snapshot {
  position: absolute;
  left: 18px;
  bottom: 22px;
  z-index: 2;
  width: min(194px, 44%);
  padding: 12px;
  border: 1px solid rgba(219, 232, 223, 0.95);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 32px rgba(31, 61, 43, 0.14);
}

.hero-site-snapshot > span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
}

.snapshot-window {
  display: grid;
  grid-template-columns: repeat(3, 8px) 1fr;
  gap: 7px;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  background: #f6faf7;
}

.snapshot-window i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b7d9c2;
}

.snapshot-window strong {
  grid-column: 1 / -1;
  margin-top: 8px;
  color: var(--green-deep);
  font-size: 13px;
  line-height: 1.45;
}

.snapshot-window em {
  grid-column: 1 / -1;
  height: 8px;
  border-radius: 999px;
  background: #dcebe1;
}

.snapshot-window em:nth-of-type(2) {
  width: 78%;
}

.snapshot-window em:nth-of-type(3) {
  width: 56%;
  background: var(--green);
}

.hero-consults {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  padding: 14px 16px;
  border: 1px solid rgba(45, 102, 66, 0.12);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.62);
}

.hero-consults-label {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.hero-consults-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.hero-consults article {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(45, 102, 66, 0.10);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
  color: var(--green-dark);
  box-shadow: none;
  cursor: default;
}

.hero-consults strong {
  min-width: 0;
  font-size: 14px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.hero-consults .icon-svg {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  padding: 7px;
  border-radius: 999px;
}

.diagnosis-section {
  background: var(--white);
}

.diagnosis-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 32px;
  align-items: center;
}

.diagnosis-card {
  padding: 26px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, var(--cream), #fffdf8);
  border: 1px solid #f1dfc2;
  box-shadow: var(--shadow-soft);
}

.diagnosis-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.diagnosis-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid rgba(45, 102, 66, 0.12);
  font-weight: 900;
}

.diagnosis-list .icon-svg {
  width: 36px;
  height: 36px;
}

.diagnosis-note {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  margin-top: 16px;
  padding: 14px;
  border-radius: var(--radius);
  background: var(--green-deep);
  color: var(--white);
}

.diagnosis-note span { color: #dcefe3; }

.service-panels-section {
  background: linear-gradient(180deg, var(--green-soft), #f8fbf8);
}

.service-panels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-panel {
  position: relative;
  min-height: 320px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(45, 102, 66, 0.14);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.service-panel::after {
  content: "";
  position: absolute;
  right: -16px;
  bottom: -34px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(85, 168, 110, 0.08);
  color: transparent;
}

.service-panel-feature {
  border-color: rgba(246, 189, 96, 0.7);
  background: linear-gradient(180deg, #ffffff, var(--cream));
}

.panel-icon .icon-svg {
  width: 58px;
  height: 58px;
  padding: 14px;
}

.panel-kana {
  display: inline-block;
  margin: 20px 0 8px;
  color: var(--green-dark);
  font-size: 15px;
  font-weight: 900;
}

.service-panel p {
  color: var(--muted);
}

.service-panel ul,
.plan-card ul,
.included-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-panel ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.service-panel li {
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 900;
}

.reassurance-section {
  background: var(--cream);
}

.reassurance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.reassurance-grid article {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 12px;
  align-items: stretch;
  padding: 14px;
  border: 1px solid #efdcbf;
  border-radius: var(--radius-lg);
  background: var(--white);
}

.worry,
.answer {
  min-height: 88px;
  padding: 16px;
  border-radius: var(--radius);
  font-weight: 900;
}

.worry {
  display: flex;
  align-items: center;
  background: #fff7ec;
  color: #6a4a19;
}

.answer {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--green-soft);
  color: var(--green-deep);
}

.answer .icon-svg {
  width: 34px;
  height: 34px;
  background: var(--white);
}

.trust-section {
  background: var(--white);
}

.trust-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 24px;
  align-items: stretch;
}

.profile-block {
  display: block;
  padding: 30px 34px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--green-deep), #315a3f);
  color: var(--white);
}

.profile-copy {
  display: grid;
  align-content: start;
}

.profile-block .eyebrow {
  margin-bottom: 10px;
}

.profile-block h2 {
  max-width: 12em;
  font-size: clamp(26px, 2.25vw, 32px);
  line-height: 1.25;
}

.profile-person {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin: 16px 0 18px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.profile-person h3 {
  font-size: clamp(19px, 1.55vw, 23px);
  line-height: 1.35;
}

.profile-catch {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 6px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.17);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.profile-role {
  margin: 3px 0 0;
  font-size: 15px;
  font-weight: 900;
  opacity: 0.9;
}

.profile-block p {
  line-height: 1.72;
}

.profile-copy > p:not(.eyebrow):not(.profile-catch):not(.profile-role) {
  max-width: 33em;
}

.profile-block h2,
.profile-block h3,
.profile-block .eyebrow,
.profile-block p,
.profile-block a,
.profile-block button {
  color: var(--white);
}

.profile-photo {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 32%;
  border: 3px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
  background: rgba(255, 255, 255, 0.18);
}

.profile-initial {
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  border: 2px solid rgba(255, 255, 255, 0.46);
  color: var(--white);
  font-size: 34px;
  font-weight: 900;
}

.profile-modal-open {
  justify-self: start;
  width: fit-content;
  min-height: 44px;
  margin-top: 22px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.profile-modal-open:hover {
  background: rgba(255, 255, 255, 0.18);
}

.policy-list {
  display: grid;
  gap: 12px;
}

.policy-list article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  min-height: 112px;
  padding: 20px 22px;
  border-radius: var(--radius);
  background: var(--green-soft);
  border: 1px solid #cfe6d5;
}

.policy-list .icon-svg {
  margin-top: 2px;
}

.policy-list strong {
  display: block;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.policy-list p {
  margin-top: 6px;
  color: #516157;
  font-size: 14px;
  line-height: 1.65;
}

.cases-section {
  background: var(--gray);
}

.case-stack {
  display: grid;
  gap: 24px;
}

.case-story {
  display: grid;
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 0.66fr);
  gap: 22px;
  align-items: center;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.case-copy span,
.plan-label {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 900;
}

.case-copy p {
  margin: 8px 0 0;
  color: var(--muted);
}

.ba-stage {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) auto minmax(0, 1.08fr);
  gap: 14px;
  align-items: center;
}

.site-screen {
  min-height: 270px;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(31, 61, 43, 0.16);
  background: var(--white);
  box-shadow: 0 14px 28px rgba(31, 61, 43, 0.10);
}

.browser-bar {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
}

.browser-bar::before {
  content: "";
  width: 40px;
  height: 10px;
  background:
    radial-gradient(circle at 5px 5px, #ef8f85 0 4px, transparent 4.5px),
    radial-gradient(circle at 20px 5px, #f5c86c 0 4px, transparent 4.5px),
    radial-gradient(circle at 35px 5px, #77c08b 0 4px, transparent 4.5px);
}

.browser-bar::after {
  content: "";
  height: 11px;
  border-radius: 999px;
  background: #e9f1eb;
}

.before-screen {
  background: #f4f0ea;
  color: #5a5148;
}

.before-screen h4 {
  margin-bottom: 12px;
  color: #5a5148;
}

.before-screen p {
  color: #776d64;
  font-size: 14px;
}

.mock-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 34px;
  margin-bottom: 12px;
  padding: 8px 10px;
  border: 1px solid rgba(31, 61, 43, 0.12);
  border-radius: 10px;
  background: #ffffff;
}

.mock-nav b {
  color: var(--green-deep);
  font-size: 13px;
  line-height: 1.3;
}

.mock-nav small {
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.before-screen .mock-nav {
  background: #ebe4dc;
}

.before-screen .mock-nav b {
  color: #65584d;
}

.before-screen .mock-nav small {
  background: #ded5cc;
  color: #6d6258;
}

.before-hero-block {
  min-height: 98px;
  padding: 14px;
  border: 1px solid rgba(113, 97, 82, 0.16);
  border-radius: 12px;
  background:
    linear-gradient(#d0c6bc, #d0c6bc) 14px calc(100% - 18px) / 58% 8px no-repeat,
    #eee8df;
}

.before-hero-block h4 {
  margin-bottom: 8px;
}

.before-hero-block p {
  max-width: 94%;
  margin-bottom: 12px;
  line-height: 1.55;
}

.before-columns {
  display: grid;
  grid-template-columns: minmax(90px, 0.78fr) minmax(0, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.before-columns div {
  display: grid;
  place-items: center;
  min-height: 82px;
  padding: 10px;
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(123, 108, 93, 0.1), rgba(123, 108, 93, 0.22)),
    #d7cec4;
  color: #6a5e54;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.before-columns ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.before-columns li {
  padding: 8px 9px;
  border-radius: 8px;
  background: #e7dfd7;
  color: #6d6258;
  font-size: 12px;
  font-weight: 900;
}

.ba-arrow {
  display: grid;
  place-items: center;
  min-width: 78px;
  padding: 10px;
  border-radius: 999px;
  background: var(--green-dark);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.after-screen {
  position: relative;
  min-height: 304px;
  background: linear-gradient(180deg, #ffffff, #f7fcf8);
}

.improvement-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.improvement-labels span {
  padding: 5px 8px;
  border: 1px solid rgba(45, 102, 66, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 6px 16px rgba(31, 61, 43, 0.08);
}

.after-screen h4 {
  margin-bottom: 12px;
}

.after-hero {
  display: grid;
  align-content: center;
  min-height: 112px;
  padding: 18px;
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(31, 61, 43, 0.94), rgba(85, 168, 110, 0.74)),
    radial-gradient(circle at 82% 24%, rgba(255, 255, 255, 0.42), transparent 22%),
    linear-gradient(135deg, #dcefe3, #fff8ee);
}

.after-hero h4 {
  max-width: 92%;
  margin: 0 0 6px;
  color: var(--white);
  font-size: 18px;
}

.after-hero p {
  max-width: 92%;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  line-height: 1.55;
}

.construction .after-hero {
  background:
    linear-gradient(90deg, rgba(31, 61, 43, 0.94), rgba(85, 168, 110, 0.74)),
    radial-gradient(circle at 84% 24%, rgba(255, 255, 255, 0.42), transparent 23%),
    linear-gradient(135deg, #dcefe3, #fff8ee);
}

.manufacturing .after-hero {
  background:
    linear-gradient(90deg, rgba(47, 101, 115, 0.94), rgba(141, 197, 176, 0.72)),
    radial-gradient(circle at 82% 22%, rgba(255, 255, 255, 0.38), transparent 23%);
}

.store .after-hero {
  background:
    linear-gradient(90deg, rgba(109, 86, 42, 0.92), rgba(246, 189, 96, 0.76)),
    radial-gradient(circle at 82% 24%, rgba(255, 255, 255, 0.38), transparent 23%);
}

.after-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 12px 0;
}

.after-cards span {
  min-height: 48px;
  display: grid;
  place-items: center;
  padding: 8px;
  border-radius: 10px;
  background: var(--green-soft);
  border: 1px solid #cfe6d5;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.mock-button {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 40px;
  border-radius: var(--radius);
  background: var(--yellow);
  color: #513809;
  font-weight: 900;
  cursor: default;
}

.price-section {
  background: linear-gradient(180deg, var(--white), var(--cream));
}

.benefit-block {
  margin-top: 26px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.benefit-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.benefit-cards article {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px;
  border: 1px solid #d8e7dd;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff, var(--green-soft));
}

.benefit-cards .icon-svg {
  width: 38px;
  height: 38px;
  padding: 8px;
  border-radius: 999px;
  background: var(--white);
}

.benefit-cards h3 {
  color: var(--green-deep);
  font-size: 18px;
}

.benefit-cards p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}

.plan-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.plan-card {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.plan-card details {
  margin-top: 4px;
  border-color: #edf2ee;
  background: #fbfdfb;
}

.plan-card summary {
  min-height: 44px;
  padding: 10px 12px;
  font-size: 14px;
}

.plan-card details p {
  padding: 0 12px 12px;
  font-size: 14px;
}

.plan-card strong {
  color: var(--green-dark);
  font-size: 34px;
  line-height: 1.2;
}

.plan-summary {
  min-height: 42px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.monthly {
  padding: 9px 11px;
  border-radius: var(--radius);
  background: var(--green-soft);
  color: var(--green-dark);
  font-weight: 900;
}

.plan-card li {
  position: relative;
  padding-left: 24px;
  margin-top: 7px;
}

.plan-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green-dark);
  font-weight: 900;
}

.plan-recommend {
  border: 3px solid var(--green);
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}

.plan-recommend b {
  position: absolute;
  top: -17px;
  right: 18px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--yellow);
  color: #4f3107;
}

.plan-compare {
  margin-top: 30px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
}

.compact-heading {
  margin-bottom: 18px;
}

.compare-table-wrap {
  overflow-x: visible;
}

.compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid #d8e7dd;
  border-radius: var(--radius);
  background: var(--white);
}

.compare-table th,
.compare-table td {
  padding: 13px 14px;
  border-bottom: 1px solid #e2ece5;
  border-right: 1px solid #e2ece5;
  text-align: left;
  vertical-align: middle;
  line-height: 1.5;
}

.compare-table th:last-child,
.compare-table td:last-child {
  border-right: 0;
}

.compare-table tr:last-child th,
.compare-table tr:last-child td {
  border-bottom: 0;
}

.compare-table thead th {
  background: var(--green-soft);
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.compare-table tbody th {
  width: 32%;
  color: var(--green-deep);
  font-weight: 900;
}

.compare-table td {
  color: #4e6256;
  font-weight: 800;
  text-align: center;
}

.compare-table .recommended-col,
.compare-table td:nth-child(3) {
  background: rgba(234, 246, 238, 0.62);
}

.compare-cards {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.compare-cards article {
  padding: 16px;
  border: 1px solid #d8e7dd;
  border-radius: var(--radius);
  background: var(--white);
}

.compare-cards h3 {
  margin-bottom: 10px;
  color: var(--green-deep);
  font-size: 17px;
}

.compare-cards dl {
  display: grid;
  gap: 7px;
}

.compare-cards div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}

.compare-cards dt {
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.compare-cards dd {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.compare-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.compare-highlights article {
  padding: 14px;
  border: 1px solid #d8e7dd;
  border-radius: var(--radius);
  background: #fbfdfb;
}

.compare-highlights strong {
  display: block;
  color: var(--green-deep);
  font-size: 15px;
}

.compare-highlights p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.soft-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
  padding: 18px;
  border-radius: var(--radius-lg);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.soft-cta p {
  margin: 0;
  color: var(--green-dark);
  font-weight: 900;
}

.included-section {
  background: var(--white);
}

.included-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.included-card {
  padding: 28px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.included-ok {
  background: linear-gradient(180deg, #ffffff, var(--green-soft));
}

.included-extra {
  background: linear-gradient(180deg, #ffffff, var(--cream));
}

.included-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.included-card li {
  position: relative;
  padding: 10px 10px 10px 34px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.7);
  font-weight: 900;
}

.included-card li::before {
  position: absolute;
  left: 12px;
  color: var(--green-dark);
  font-weight: 900;
}

.included-ok li::before { content: "✓"; }
.included-extra li::before { content: "!"; color: #9a6819; }

.flow-section {
  background: var(--green-soft);
}

.step-diagram {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.step-diagram div {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-height: 120px;
  padding: 16px 8px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  text-align: center;
}

.flow-brief {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.flow-brief li {
  padding: 14px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
}

.flow-brief span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
}

.support-section {
  background: var(--white);
}

.support-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 28px;
  align-items: center;
}

.support-layout > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.support-grid article {
  padding: 18px;
  border-radius: var(--radius);
  background: var(--green-soft);
  border: 1px solid #cfe6d5;
}

.support-grid .icon-svg {
  width: 38px;
  height: 38px;
}

.support-grid p {
  color: var(--muted);
  font-size: 15px;
}

.faq-section {
  background: var(--gray);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.35fr) minmax(0, 0.65fr);
  gap: 28px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  overflow: hidden;
}

summary {
  min-height: 56px;
  padding: 16px 20px;
  color: #24362a;
  font-weight: 900;
  line-height: 1.55;
  text-wrap: balance;
  cursor: pointer;
}

summary:hover {
  background: #fbfdfb;
}

details p {
  padding: 0 20px 20px;
  margin: 0;
  color: #53645a;
}

.faq-extra {
  display: grid;
  gap: 12px;
}

.text-button {
  min-height: 44px;
  width: max-content;
  padding: 10px 14px;
  border-radius: var(--radius);
  border: 1px solid var(--green-dark);
  background: var(--white);
  color: var(--green-dark);
  font-weight: 900;
  cursor: pointer;
}

.text-button:hover {
  background: var(--green-soft);
}

.contact-section {
  background:
    linear-gradient(180deg, var(--cream), #fffdf8);
}

.form-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: start;
}

.contact-box {
  position: sticky;
  top: 98px;
  padding: 22px;
  border-radius: var(--radius-lg);
  background: var(--green-deep);
  color: var(--white);
  box-shadow: var(--shadow);
}

.contact-box h2,
.contact-box p,
.contact-box .eyebrow {
  color: var(--white);
}

.contact-box > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  margin-bottom: 20px;
  border-radius: 16px;
  object-fit: cover;
}

.contact-points {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.contact-points span {
  padding: 9px 11px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  font-weight: 900;
}

.closing-card {
  margin-bottom: 18px;
  padding: 22px;
  border: 1px solid #cfe6d5;
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.closing-card h2 {
  margin-bottom: 8px;
  font-size: clamp(24px, 3vw, 32px);
}

.closing-card p {
  color: var(--muted);
}

.closing-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 10px;
}

.closing-chips span {
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 900;
}

.form {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
}

.bot-field {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.form-group {
  padding: 18px;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfdfb;
}

.form-group h3 {
  margin-bottom: 14px;
  font-size: 18px;
}

.field {
  margin-bottom: 16px;
}

.field:last-child {
  margin-bottom: 0;
}

label {
  display: block;
  margin-bottom: 7px;
  font-weight: 900;
}

.required {
  color: #b74420;
  font-size: 14px;
}

.optional-label {
  color: var(--muted);
  font-size: 13px;
}

.tel-optional-label.is-hidden {
  display: none;
}

.conditional-required.is-hidden {
  display: none;
}

input:not([type="checkbox"]),
select,
textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid #aebfb4;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--text);
  font: inherit;
  font-size: 16px;
}

input:not([type="checkbox"]),
select {
  height: 52px;
}

textarea {
  min-height: 118px;
  resize: vertical;
}

.hint {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.error {
  display: none;
  margin: 5px 0 0;
  color: #9a331d;
  font-size: 14px;
  font-weight: 900;
}

.field.invalid input,
.field.invalid select,
.field.invalid textarea {
  border-color: #b74420;
  background: #fff7f3;
}

.field.invalid .error { display: block; }

.checkbox-row {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: flex-start;
  min-height: 44px;
  cursor: pointer;
}

.checkbox-row input {
  width: 22px;
  height: 22px;
  min-height: 22px;
  margin: 0.16em 0 0;
  padding: 0;
  accent-color: var(--green-dark);
  cursor: pointer;
}

.checkbox-text {
  min-width: 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.7;
}

.checkbox-text .required {
  display: inline-flex;
  margin-left: 4px;
  vertical-align: baseline;
}

.nowrap {
  white-space: nowrap;
}

.concern-field {
  margin: 0 0 16px;
  padding: 0;
  border: 0;
}

.concern-field legend {
  margin-bottom: 10px;
  font-weight: 900;
}

.concern-field legend span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.concern-chips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.concern-chips label {
  position: relative;
  margin: 0;
  cursor: pointer;
}

.concern-chips input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  cursor: pointer;
}

.concern-chips span {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #cddbd2;
  border-radius: 999px;
  background: var(--white);
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 900;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.concern-chips input:checked + span {
  border-color: var(--green-dark);
  background: var(--green-dark);
  color: var(--white);
}

.concern-chips input:focus-visible + span {
  outline: 3px solid rgba(246, 189, 96, 0.95);
  outline-offset: 3px;
}

.optional-group h3 span {
  margin-left: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.optional-group {
  background: var(--white);
  box-shadow: none;
  padding-bottom: 16px;
}

.optional-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}

.optional-grid .field {
  margin-bottom: 0;
}

.optional-grid .field:nth-child(3) {
  grid-column: 1 / -1;
}

.submit-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 16px;
}

.submit-note span {
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 900;
  cursor: default;
}

.thanks {
  display: none;
  padding: 26px;
  border-radius: var(--radius-lg);
  background: var(--green-soft);
  border: 1px solid #c8e4cf;
}

.form-submitted .form { display: none; }
.form-submitted .thanks { display: block; }

.next-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  list-style: none;
}

.next-flow li {
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--cream);
  color: #62400e;
  font-weight: 900;
  font-size: 14px;
}

.profile-modal {
  width: min(920px, calc(100% - 32px));
  max-height: min(760px, calc(100vh - 40px));
  margin: auto;
  padding: 0;
  border: 0;
  border-radius: var(--radius-lg);
  background: transparent;
  color: var(--text);
}

.profile-modal::backdrop {
  background: rgba(31, 61, 43, 0.48);
  backdrop-filter: blur(4px);
}

.profile-modal-panel {
  position: relative;
  max-height: min(760px, calc(100vh - 40px));
  overflow: auto;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, var(--white), var(--cream));
  box-shadow: 0 26px 70px rgba(31, 61, 43, 0.24);
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 44px;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--green-dark);
  font-size: 24px;
  font-weight: 900;
  cursor: pointer;
}

.profile-modal-header {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding-right: 54px;
}

.profile-modal-header img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 32%;
  border: 3px solid var(--green-soft);
  box-shadow: var(--shadow-soft);
}

.profile-modal-header h2 {
  margin-bottom: 8px;
  font-size: clamp(30px, 4vw, 44px);
}

.profile-modal-header p {
  margin: 0;
  color: var(--muted);
}

.modal-role {
  width: fit-content;
  margin: 0 0 8px !important;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green-dark) !important;
  font-weight: 900;
}

.profile-modal-body {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.career-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.career-list article {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.career-list span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 900;
}

.career-list strong {
  display: block;
  margin-bottom: 8px;
  color: var(--green-deep);
  line-height: 1.55;
}

.career-list p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.tech-details {
  border-color: #d8e7dd;
  background: rgba(255, 255, 255, 0.78);
}

.tech-details summary {
  color: var(--green-dark);
}

.tech-details p {
  padding: 0 18px 10px;
  color: var(--muted);
}

.tech-details ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0 18px 18px;
  list-style: none;
}

.tech-details li {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 10px;
  padding: 10px;
  border-radius: var(--radius);
  background: var(--white);
}

.tech-details li strong {
  color: var(--green-deep);
}

.tech-details li span {
  color: var(--muted);
}

.modal-cta-box {
  padding: 18px;
  border-radius: var(--radius);
  background: var(--green-deep);
  color: var(--white);
}

.modal-cta-box h3,
.modal-cta-box p {
  color: var(--white);
}

.modal-cta-box h3 {
  margin-bottom: 6px;
}

.modal-cta-box p {
  margin: 0;
}

.modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 0;
}

.modal-actions .btn-secondary::after {
  content: none;
}

.site-footer {
  padding: 44px 0 86px;
  background: #24362a;
  color: #e9f2ec;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.footer-logo {
  width: 190px;
  margin-bottom: 16px;
}

.site-footer a { color: #e9f2ec; }

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
}

.copyright {
  margin-top: 28px;
  text-align: right;
}

.mobile-fixed-cta {
  display: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.mobile-fixed-cta.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}

.legal-nav {
  position: static;
  display: flex;
  padding: 0;
  border: 0;
  box-shadow: none;
}

.legal-page {
  padding: 64px 0;
}

.legal-page article {
  max-width: 880px;
}

.legal-page h1 {
  margin-bottom: 26px;
  font-size: clamp(32px, 5vw, 48px);
}

.legal-page h2 {
  margin-top: 36px;
  font-size: 24px;
}

.table-like {
  display: grid;
  gap: 10px;
}

.table-like div {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 16px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.table-like dt { font-weight: 900; }

@media (max-width: 1120px) {
  .hero-shell,
  .diagnosis-layout,
  .trust-layout,
  .case-story,
  .support-layout,
  .faq-layout,
  .form-shell {
    grid-template-columns: 1fr;
  }

  .contact-box {
    position: static;
  }

  .hero-shell {
    gap: 32px;
  }

  .hero-title {
    font-size: clamp(40px, 5vw, 54px);
  }

  .hero-media {
    width: min(100%, 560px);
    justify-self: start;
  }
}

@media (max-width: 900px) {
  .menu-button { display: inline-flex; }

  .nav {
    position: absolute;
    inset: 74px 14px auto 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .nav.is-open { display: flex; }

  .nav a {
    min-height: 44px;
  }

  .hero-consults,
  .service-panels,
  .reassurance-grid,
  .benefit-cards,
  .plan-cards,
  .optional-grid,
  .included-wrap,
  .flow-brief,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .compare-table-wrap {
    display: none;
  }

  .compare-cards {
    display: grid;
    grid-template-columns: 1fr;
  }

  .compare-highlights {
    grid-template-columns: 1fr;
  }

  .ba-stage {
    grid-template-columns: 1fr;
  }

  .ba-arrow {
    justify-self: start;
  }

  .plan-recommend {
    transform: none;
  }

  .support-grid {
    grid-template-columns: 1fr;
  }

  .step-diagram {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-links,
  .copyright {
    justify-content: flex-start;
    text-align: left;
  }

  .legal-nav {
    display: flex;
    position: static;
  }

  .table-like div {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: calc(74px + env(safe-area-inset-bottom));
    font-size: 16px;
  }

  .container {
    width: min(100% - 24px, 1140px);
  }

  .section {
    padding: 62px 0;
  }

  .brand img {
    width: 126px;
  }

  .hero {
    padding: 28px 0 32px;
  }

  .hero-copy {
    display: flex;
    flex-direction: column;
  }

  .hero-title {
    order: 2;
    font-size: clamp(30px, 9vw, 38px);
    line-height: 1.22;
  }

  .hero-title-line {
    white-space: nowrap;
  }

  .hero-title-question {
    white-space: normal;
  }

  .hero-title-question span {
    display: block;
  }

  .hero-lead {
    order: 3;
    margin-top: 14px;
    font-size: 17px;
    line-height: 1.68;
  }

  .hero .btn-row {
    order: 4;
    display: grid;
    gap: 10px;
    margin-top: 20px;
  }

  .hero-cta-notes {
    order: 5;
    margin-top: 12px;
  }

  .hero-badges {
    order: 6;
    margin-top: 16px;
    gap: 8px;
  }

  .hero .btn {
    width: 100%;
    min-height: 54px;
    padding: 13px 18px;
  }

  .hero-badges,
  .diagnosis-list,
  .included-card ul,
  .after-cards,
  .concern-chips {
    grid-template-columns: 1fr;
  }

  .hero-media {
    width: 100%;
    margin-top: 22px;
  }

  .hero-media::before {
    inset: 14px -8px -10px 26px;
    border-radius: 22px;
  }

  .hero-photo-frame {
    max-height: 260px;
    border-radius: 20px;
  }

  .hero-photo-frame figcaption {
    right: 12px;
    bottom: 12px;
    padding: 8px 11px;
    font-size: 13px;
  }

  .hero-site-snapshot {
    display: none;
  }

  .hero-consults {
    display: none;
  }

  .case-copy p {
    font-size: 15px;
  }

  .ba-stage {
    gap: 12px;
  }

  .diagnosis-card,
  .service-panel,
  .case-story,
  .plan-card,
  .included-card,
  .form,
  .closing-card,
  .contact-box,
  .profile-block {
    padding: 18px;
  }

  .benefit-block,
  .plan-compare,
  .soft-cta,
  .included-card {
    padding: 16px;
  }

  .plan-card strong {
    font-size: 30px;
  }

  .form-group {
    padding: 14px;
  }

  .form-shell {
    gap: 16px;
  }

  .contact-box {
    border-radius: var(--radius);
    box-shadow: var(--shadow-soft);
  }

  .contact-box > img {
    display: none;
  }

  .contact-box .eyebrow {
    margin-bottom: 6px;
    font-size: 12px;
  }

  .contact-box h2 {
    margin-bottom: 8px;
    font-size: 24px;
  }

  .contact-box p {
    font-size: 15px;
    line-height: 1.65;
  }

  .contact-points {
    gap: 6px;
    margin-top: 10px;
  }

  .contact-points span {
    padding: 7px 9px;
    font-size: 13px;
  }

  .closing-card {
    display: none;
  }

  .form {
    border-radius: var(--radius);
    box-shadow: var(--shadow-soft);
  }

  .field {
    margin-bottom: 13px;
  }

  .form-group h3 {
    margin-bottom: 10px;
  }

  .concern-chips span {
    border-radius: var(--radius);
    line-height: 1.45;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .concern-chips {
    grid-template-columns: 1fr;
  }

  .reassurance-grid article,
  .profile-block {
    grid-template-columns: 1fr;
  }

  .worry,
  .answer {
    min-height: auto;
  }

  .profile-block h2 {
    font-size: 25px;
  }

  .profile-person {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
    margin: 14px 0;
    padding: 12px 0;
  }

  .profile-person h3 {
    font-size: 18px;
  }

  .profile-catch {
    font-size: 13px;
  }

  .profile-modal-open {
    justify-self: stretch;
    width: 100%;
  }

  .profile-photo,
  .profile-initial {
    width: 76px;
    height: 76px;
    font-size: 28px;
  }

  .policy-list article {
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: auto;
    padding: 16px;
  }

  .policy-list p {
    font-size: 13px;
  }

  .profile-modal {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    max-height: 90dvh;
  }

  .profile-modal-panel {
    max-height: 90dvh;
    padding: 16px;
    overflow-x: hidden;
  }

  .profile-modal-header {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 12px;
    padding-right: 46px;
  }

  .profile-modal-header img {
    width: 68px;
    height: 68px;
  }

  .modal-close {
    top: 10px;
    right: 10px;
  }

  .profile-modal-header h2 {
    font-size: 26px;
  }

  .profile-modal-header p {
    font-size: 14px;
  }

  .profile-modal-body {
    gap: 12px;
    margin-top: 16px;
  }

  .modal-cta-box {
    padding: 14px;
  }

  .modal-cta-box h3 {
    font-size: 18px;
  }

  .modal-cta-box p,
  .career-list p {
    font-size: 14px;
    line-height: 1.6;
  }

  .career-list article {
    padding: 12px;
  }

  .career-list {
    grid-template-columns: 1fr;
  }

  .tech-details li {
    grid-template-columns: 1fr;
  }

  .modal-actions {
    justify-content: stretch;
  }

  .modal-actions .btn {
    width: 100%;
  }

  .site-screen {
    min-height: 220px;
    padding: 12px;
  }

  .mock-nav {
    align-items: flex-start;
  }

  .before-columns {
    grid-template-columns: 1fr;
  }

  .after-screen {
    min-height: 248px;
  }

  .after-hero {
    min-height: 106px;
    padding: 16px;
  }

  .after-hero h4,
  .after-hero p {
    max-width: 100%;
  }

  .step-diagram {
    grid-template-columns: repeat(2, 1fr);
  }

  .btn,
  .soft-cta .btn,
  .form .btn {
    width: 100%;
  }

  .text-button {
    width: 100%;
  }

  .mobile-fixed-cta {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border-radius: var(--radius);
    background: var(--green-dark);
    color: var(--white);
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(36, 85, 54, 0.26);
  }
}

@media (max-width: 480px) {
  .header-inner {
    min-height: 64px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 112px;
  }

  .nav {
    inset: 66px 12px auto 12px;
  }

  .menu-button {
    min-height: 44px;
    padding: 8px 10px;
  }

  .hero-title {
    font-size: clamp(28px, 9.1vw, 34px);
    line-height: 1.2;
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-badges span {
    min-height: 36px;
    padding: 6px 10px;
    font-size: 13px;
  }

  .hero-photo-frame {
    max-height: 248px;
  }

  .hero-photo-frame figcaption {
    display: none;
  }

  .section {
    padding: 54px 0;
  }

  .section-heading {
    margin-bottom: 22px;
  }

  h2 {
    font-size: clamp(25px, 7.4vw, 32px);
  }

  .after-cards {
    grid-template-columns: 1fr;
  }

  .mock-nav small {
    white-space: normal;
  }
}

@media (max-width: 360px) {
  .container {
    width: min(100% - 20px, 100%);
  }

  .brand img {
    width: 104px;
  }

  .hero-title {
    font-size: 28px;
  }

  .hero-lead {
    font-size: 15px;
  }

  .hero-cta-notes {
    gap: 8px;
  }

  .hero-cta-notes span,
  .hero-badges span {
    font-size: 12px;
  }

  .diagnosis-card,
  .service-panel,
  .case-story,
  .plan-card,
  .included-card,
  .form,
  .closing-card,
  .contact-box,
  .profile-block {
    padding: 16px;
  }
}
