:root {
  --ink: #101513;
  --muted: #56645e;
  --line: #dfe5df;
  --paper: #fbfaf6;
  --soft: #edf4ef;
  --green: #064632;
  --orange: #e87817;
  --white: #fff;
  --shadow: 0 18px 42px rgba(16, 21, 19, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Yu Gothic", "Hiragino Sans", "Noto Sans JP", system-ui, sans-serif;
  line-height: 1.75;
  letter-spacing: 0;
}
a { color: inherit; }

.topbar {
  background: rgba(255, 255, 255, .98);
  border-bottom: 1px solid var(--line);
}
.topbar-inner {
  max-width: 1180px;
  margin: auto;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  font-size: 27px;
  font-weight: 900;
  text-decoration: none;
  color: var(--green);
  white-space: nowrap;
}
.nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 15px;
  font-weight: 900;
}
.nav a { text-decoration: none; }
.nav .nav-cta {
  background: var(--orange);
  color: white;
  padding: 10px 16px;
  border-radius: 5px;
}

.hero {
  border-bottom: 1px solid var(--line);
  background-image:
    linear-gradient(90deg, rgba(251, 250, 246, .99), rgba(251, 250, 246, .94) 45%, rgba(251, 250, 246, .62) 70%, rgba(251, 250, 246, .16)),
    url("/assets/service-heroes/hero-web.jpg");
  background-position: center right;
  background-size: cover;
}
.theme-web,
.theme-seo {
  background-image:
    linear-gradient(90deg, rgba(251, 250, 246, .99), rgba(251, 250, 246, .94) 45%, rgba(251, 250, 246, .62) 70%, rgba(251, 250, 246, .16)),
    url("/assets/service-heroes/hero-web.jpg");
}
.theme-meo {
  background-image:
    linear-gradient(90deg, rgba(251, 250, 246, .99), rgba(251, 250, 246, .94) 45%, rgba(251, 250, 246, .62) 70%, rgba(251, 250, 246, .16)),
    url("/assets/service-heroes/hero-meo.jpg");
}
.theme-ads,
.theme-sns,
.theme-line {
  background-image:
    linear-gradient(90deg, rgba(251, 250, 246, .99), rgba(251, 250, 246, .94) 45%, rgba(251, 250, 246, .62) 70%, rgba(251, 250, 246, .16)),
    url("/assets/service-heroes/hero-ads-sns.jpg");
}
.theme-ai,
.theme-automation,
.theme-office {
  background-image:
    linear-gradient(90deg, rgba(247, 251, 252, .99), rgba(247, 251, 252, .94) 45%, rgba(247, 251, 252, .62) 70%, rgba(247, 251, 252, .16)),
    url("/assets/service-heroes/hero-ai.jpg");
}
.theme-recruit {
  background-image:
    linear-gradient(90deg, rgba(251, 250, 246, .99), rgba(251, 250, 246, .94) 45%, rgba(251, 250, 246, .62) 70%, rgba(251, 250, 246, .16)),
    url("/assets/service-heroes/hero-recruit.jpg");
}
.theme-sales,
.theme-ec {
  background-image:
    linear-gradient(90deg, rgba(251, 250, 246, .99), rgba(251, 250, 246, .94) 45%, rgba(251, 250, 246, .62) 70%, rgba(251, 250, 246, .16)),
    url("/assets/service-heroes/hero-sales-ec.jpg");
}
.theme-photo {
  background-image:
    linear-gradient(90deg, rgba(251, 250, 246, .99), rgba(251, 250, 246, .94) 45%, rgba(251, 250, 246, .62) 70%, rgba(251, 250, 246, .16)),
    url("/assets/service-heroes/hero-photo-video.jpg");
}
.theme-inbound {
  background-image:
    linear-gradient(90deg, rgba(251, 250, 246, .99), rgba(251, 250, 246, .94) 45%, rgba(251, 250, 246, .62) 70%, rgba(251, 250, 246, .16)),
    url("/assets/service-heroes/hero-inbound.jpg");
}
.theme-review,
.theme-booking {
  background-image:
    linear-gradient(90deg, rgba(251, 250, 246, .99), rgba(251, 250, 246, .94) 45%, rgba(251, 250, 246, .62) 70%, rgba(251, 250, 246, .16)),
    url("/assets/service-heroes/hero-review-booking.jpg");
}
.theme-ma,
.theme-industry {
  background-image:
    linear-gradient(90deg, rgba(251, 250, 246, .99), rgba(251, 250, 246, .94) 45%, rgba(251, 250, 246, .62) 70%, rgba(251, 250, 246, .16)),
    url("/assets/service-heroes/hero-ma.jpg");
}
.service-sv096,
.service-sv097,
.service-sv099 {
  background-image:
    linear-gradient(90deg, rgba(251, 250, 246, .99), rgba(251, 250, 246, .94) 45%, rgba(251, 250, 246, .62) 70%, rgba(251, 250, 246, .16)),
    url("/assets/service-heroes/hero-review-booking.jpg");
}
.service-sv098 {
  background-image:
    linear-gradient(90deg, rgba(251, 250, 246, .99), rgba(251, 250, 246, .94) 45%, rgba(251, 250, 246, .62) 70%, rgba(251, 250, 246, .16)),
    url("/assets/service-heroes/hero-photo-video.jpg");
}
.service-sv100 {
  background-image:
    linear-gradient(90deg, rgba(251, 250, 246, .99), rgba(251, 250, 246, .94) 45%, rgba(251, 250, 246, .62) 70%, rgba(251, 250, 246, .16)),
    url("/assets/service-heroes/hero-inbound.jpg");
}

.hero-inner {
  max-width: 1180px;
  margin: auto;
  padding: 76px 22px 0;
}
.hero-copy {
  max-width: 760px;
  padding-bottom: 58px;
}
.eyebrow {
  margin: 0 0 10px;
  color: var(--orange);
  font-weight: 900;
  font-size: 15px;
}
.hero h1 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 58px;
  line-height: 1.18;
  letter-spacing: 0;
  color: var(--green);
  text-wrap: balance;
}
.lead {
  margin: 20px 0 28px;
  font-size: 23px;
  font-weight: 900;
  color: #17211d;
}
.price-row {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.price {
  font-size: 34px;
  font-weight: 900;
  color: var(--green);
  text-wrap: balance;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 13px 24px;
  border: 2px solid var(--orange);
  border-radius: 5px;
  background: var(--orange);
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(232, 120, 23, .18);
}
.button.secondary {
  background: #fff;
  color: var(--green);
  border-color: var(--green);
  box-shadow: none;
}
.proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--green);
  color: #fff;
  margin: 0 -22px;
}
.proof div {
  padding: 20px 22px;
  border-left: 1px solid rgba(255, 255, 255, .35);
  font-size: 18px;
  font-weight: 900;
}
.proof div:first-child { border-left: 0; }

.section { border-bottom: 1px solid var(--line); }
.inner {
  max-width: 1180px;
  margin: auto;
  padding: 58px 22px;
}
.section-title {
  margin: 0 0 12px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 38px;
  line-height: 1.25;
  color: var(--green);
}
.section-note {
  margin: 0 0 26px;
  color: var(--muted);
  font-size: 18px;
  font-weight: 800;
}
.grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 24px;
  box-shadow: var(--shadow);
}
.panel h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.35;
}
.panel p {
  margin: 0;
  font-size: 17px;
  color: var(--muted);
  font-weight: 700;
}
.num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--green);
  font-weight: 900;
  margin-bottom: 14px;
}
.wide {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 22px;
  align-items: start;
}
.list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.list li {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 16px 18px;
  font-size: 18px;
  font-weight: 900;
}
.salesbox {
  background: var(--green);
  color: #fff;
  border-radius: 6px;
  padding: 26px;
}
.salesbox h3 {
  font-size: 27px;
  margin: 0 0 10px;
}
.salesbox p {
  font-size: 18px;
  margin: 0 0 16px;
}
.salesbox strong {
  font-size: 34px;
  color: #fff;
}

.form-wrap { max-width: 880px; margin: auto; }
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
label {
  font-size: 16px;
  font-weight: 900;
  color: var(--green);
}
input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 13px 14px;
  font: inherit;
  font-size: 17px;
  background: #fff;
  color: var(--ink);
}
textarea { min-height: 150px; }
.privacy {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 800;
}
.privacy input {
  width: auto;
  margin-top: 8px;
}

.footer {
  background: #101513;
  color: #fff;
}
.footer-inner {
  max-width: 1180px;
  margin: auto;
  padding: 28px 22px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  font-weight: 800;
}
.hidden {
  position: absolute;
  left: -9999px;
}

.directory-page {
  background: #fbfaf6;
}
.directory-hero {
  min-height: 520px;
  border-bottom: 1px solid var(--line);
  background-image:
    linear-gradient(90deg, rgba(251, 250, 246, .99), rgba(251, 250, 246, .93) 44%, rgba(251, 250, 246, .58) 72%, rgba(251, 250, 246, .10)),
    url("/assets/service-heroes/hero-web.jpg");
  background-size: cover;
  background-position: center right;
}
.directory-hero__copy {
  max-width: 1180px;
  margin: auto;
  padding: 84px 22px 76px;
}
.directory-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 58px;
  line-height: 1.18;
}
.directory-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 22px 0 0;
  color: #1d2824;
  font-size: 22px;
  font-weight: 900;
}
.directory-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.directory-search {
  max-width: 1180px;
  margin: -34px auto 0;
  padding: 18px 22px;
  position: relative;
}
.directory-search label {
  display: block;
  margin-bottom: 8px;
  color: var(--green);
}
.directory-search input {
  min-height: 66px;
  border: 1px solid #ccd6cf;
  box-shadow: var(--shadow);
  font-size: 19px;
}
.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.choice-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 24px;
}
.choice-panel h2 {
  margin: 0 0 8px;
  color: var(--green);
  font-size: 28px;
  line-height: 1.28;
}
.choice-panel p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 800;
}
.choice-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.choice-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 13px;
  border: 1px solid #bfd0c6;
  border-radius: 5px;
  color: var(--green);
  text-decoration: none;
  font-weight: 900;
}
.directory-list {
  display: block;
}
.directory-category {
  padding-top: 30px;
  margin-top: 10px;
  border-top: 1px solid var(--line);
}
.directory-category__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}
.directory-category__head h2 {
  margin: 0;
  color: var(--green);
  font-size: 31px;
  line-height: 1.28;
}
.directory-category__head a {
  color: var(--muted);
  font-weight: 900;
  text-decoration: none;
}
.directory-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.featured-grid {
  grid-template-columns: repeat(2, 1fr);
}
.directory-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(16, 21, 19, .07);
}
.directory-card[hidden] {
  display: none;
}
.directory-card__top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--orange);
  font-size: 14px;
  font-weight: 900;
}
.directory-card h3 {
  margin: 12px 0 10px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.32;
}
.directory-card p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 750;
}
.directory-card a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: var(--green);
  font-size: 17px;
  font-weight: 900;
  text-decoration: none;
}
.directory-card a::after {
  content: ">";
  margin-left: 10px;
  color: var(--orange);
}

.diagnosis-page {
  background: #fbfaf6;
}
.diagnosis-hero {
  min-height: calc(100vh - 82px);
  padding: 44px 24px 58px;
  background:
    linear-gradient(90deg, rgba(251, 250, 246, .98), rgba(251, 250, 246, .96) 54%, rgba(234, 241, 236, .8)),
    url("/assets/service-heroes/hero-web.jpg") center right / cover;
}
.diagnosis-shell {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .86fr);
  gap: 46px;
  align-items: start;
}
.diagnosis-copy h1 {
  margin: 12px 0 18px;
  max-width: 760px;
  color: var(--ink);
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1.1;
}
.diagnosis-lead {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.8;
  font-weight: 800;
}
.diagnosis-steps {
  margin: 34px 0 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 560px;
  position: relative;
}
.diagnosis-steps::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 34px;
  right: 34px;
  height: 2px;
  background: var(--line);
}
.diagnosis-steps span {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e3e6e2;
  color: #6f7772;
  font-size: 18px;
  font-weight: 900;
}
.diagnosis-steps .is-current {
  background: var(--green);
  color: #fff;
}
.diagnosis-tool fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.diagnosis-tool legend {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 27px;
  line-height: 1.45;
  font-weight: 900;
}
.diagnosis-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  max-width: 660px;
}
.diagnosis-options label,
.diagnosis-selects label {
  cursor: pointer;
}
.diagnosis-options input,
.diagnosis-selects input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
  margin: 0;
}
.diagnosis-options span,
.diagnosis-selects span {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, .92);
  color: var(--ink);
  box-shadow: 0 16px 34px rgba(16, 21, 19, .08);
  font-size: 26px;
  font-weight: 900;
  padding: 22px;
  transition: .18s ease;
}
.diagnosis-options span::after,
.diagnosis-selects span::after {
  content: ">";
  color: var(--orange);
  font-size: 28px;
}
.diagnosis-options input:checked + span,
.diagnosis-selects input:checked + span {
  border-color: rgba(7, 84, 52, .55);
  background: #f0f7f2;
  box-shadow: 0 18px 36px rgba(7, 84, 52, .16);
}
.diagnosis-row {
  margin-top: 24px !important;
}
.diagnosis-selects {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  max-width: 610px;
}
.diagnosis-selects span {
  min-height: 70px;
  font-size: 20px;
  padding: 18px 20px;
}
.diagnosis-tip {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 800;
}
.diagnosis-tip strong {
  flex: 0 0 auto;
  border-radius: 6px;
  background: #e6f1eb;
  color: var(--green);
  padding: 14px 18px;
}
.diagnosis-result {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 24px 60px rgba(16, 21, 19, .14);
  overflow: hidden;
}
.diagnosis-result__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 26px 30px;
  background: var(--green);
  color: #fff;
  font-size: 26px;
  font-weight: 900;
}
.diagnosis-result__head strong {
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 15px;
}
.diagnosis-device {
  width: min(74%, 360px);
  aspect-ratio: 16 / 10;
  margin: 42px auto 28px;
  border: 12px solid #202b32;
  border-bottom-width: 24px;
  border-radius: 8px;
  background:
    linear-gradient(#dfe8df 0 0) 22% 38% / 38% 30% no-repeat,
    linear-gradient(#d8ddd8 0 0) 72% 38% / 30% 8% no-repeat,
    linear-gradient(#d8ddd8 0 0) 72% 54% / 38% 8% no-repeat,
    #f8faf7;
  position: relative;
}
.diagnosis-device::after {
  content: "";
  position: absolute;
  left: 37%;
  right: 37%;
  bottom: -46px;
  height: 18px;
  border-radius: 50%;
  background: rgba(16, 21, 19, .12);
}
.diagnosis-device span {
  position: absolute;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9ca9a0;
}
.diagnosis-device span:nth-child(1) { left: 14px; background: var(--green); }
.diagnosis-device span:nth-child(2) { left: 30px; }
.diagnosis-device span:nth-child(3) { left: 46px; }
.diagnosis-result h2 {
  margin: 56px 30px 14px;
  color: var(--ink);
  font-size: 34px;
  line-height: 1.28;
}
.diagnosis-result p {
  margin: 0 30px 22px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.75;
  font-weight: 800;
}
.diagnosis-points {
  list-style: none;
  margin: 0 30px 26px;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
}
.diagnosis-points li {
  position: relative;
  margin: 0 0 14px;
  padding-left: 32px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 850;
}
.diagnosis-points li::before {
  content: "";
  position: absolute;
  top: .42em;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--green);
}
.diagnosis-result__actions {
  display: grid;
  gap: 12px;
  margin: 0 30px 30px;
}

.high-value-page {
  background: #fbfaf6;
}
.high-hero {
  max-width: 1440px;
  margin: 0 auto;
  min-height: 720px;
  padding: 70px 48px 46px;
  display: grid;
  grid-template-columns: minmax(340px, .78fr) minmax(680px, 1.22fr);
  gap: 42px;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(251, 250, 246, .98), rgba(251, 250, 246, .94) 52%, rgba(255, 255, 255, .82)),
    url("/assets/service-heroes/hero-web.jpg") left center / cover;
  border-bottom: 1px solid var(--line);
}
.high-hero__copy h1 {
  margin: 12px 0 18px;
  color: var(--ink);
  font-size: clamp(42px, 3.8vw, 60px);
  line-height: 1.08;
}
.high-hero__copy h1 span {
  display: block;
}
.high-lead {
  margin: 0;
  max-width: 650px;
  color: #26322c;
  font-size: 22px;
  line-height: 1.8;
  font-weight: 850;
}
.high-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.high-package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.high-package {
  background: rgba(255, 255, 255, .96);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px 22px 22px;
  box-shadow: 0 22px 52px rgba(16, 21, 19, .12);
}
.high-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e9f2ed;
  color: var(--green);
  font-size: 25px;
  font-weight: 950;
}
.high-package h2 {
  margin: 20px 0 14px;
  min-height: 70px;
  color: var(--ink);
  font-size: 23px;
  line-height: 1.35;
}
.high-price {
  margin: 0 0 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--green);
  font-size: 34px;
  line-height: 1.1;
  font-weight: 950;
}
.high-price span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 17px;
}
.high-package ul {
  min-height: 132px;
  margin: 0 0 18px;
  padding: 18px;
  list-style: none;
  background: #f2f6f3;
  border-radius: 8px;
}
.high-package li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 22px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 850;
}
.high-package li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .58em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
}
.high-package .button {
  width: 100%;
}
.high-proof {
  max-width: 1320px;
  margin: -28px auto 0;
  padding: 0 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  position: relative;
  z-index: 1;
}
.high-proof div {
  min-height: 110px;
  padding: 24px 26px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 36px rgba(16, 21, 19, .09);
}
.high-proof div + div {
  border-left: 0;
}
.high-proof strong {
  display: block;
  color: var(--green);
  font-size: 23px;
  line-height: 1.35;
}
.high-proof span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
}
.estimate-section {
  max-width: 1180px;
  margin: 54px auto 0;
  padding: 0 22px 20px;
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(360px, 1.1fr);
  gap: 28px;
  align-items: start;
}
.estimate-copy h2 {
  margin: 10px 0 14px;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.15;
}
.estimate-copy p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.75;
  font-weight: 850;
}
.estimate-tabs {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}
.estimate-tabs button {
  min-height: 64px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 19px;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
  padding: 15px 18px;
}
.estimate-tabs button.is-active {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}
.estimate-result {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 22px 52px rgba(16, 21, 19, .12);
  overflow: hidden;
}
.estimate-result__head {
  padding: 28px 30px;
  background: var(--green);
  color: #fff;
}
.estimate-result__head span {
  display: block;
  font-size: 17px;
  font-weight: 900;
}
.estimate-result__head strong {
  display: block;
  margin-top: 6px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.1;
}
.estimate-result h3 {
  margin: 24px 30px 0;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.3;
}
.estimate-result__body {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 24px;
  padding: 22px 30px 24px;
}
.estimate-label {
  display: block;
  color: var(--muted);
  font-size: 15px;
  font-weight: 900;
}
.estimate-result ul {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}
.estimate-result li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 24px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 850;
}
.estimate-result li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .52em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
}
.estimate-days {
  border-left: 1px solid var(--line);
  padding-left: 22px;
}
.estimate-days strong {
  display: block;
  margin-top: 10px;
  color: var(--green);
  font-size: 42px;
  line-height: 1;
}
.estimate-result > .button {
  margin: 0 30px 30px;
  width: calc(100% - 60px);
}

.audit-hero {
  max-width: 1320px;
  margin: 0 auto;
  padding: 56px 32px 54px;
  display: grid;
  grid-template-columns: minmax(560px, 1fr) minmax(360px, .78fr);
  gap: 40px;
  align-items: center;
}
.audit-hero__copy h1 {
  margin: 10px 0 22px;
  color: var(--ink);
  font-size: clamp(46px, 5.2vw, 72px);
  line-height: 1.07;
  font-weight: 950;
}
.audit-hero__copy h1 span {
  display: inline;
}
.audit-hero__copy p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.8;
  font-weight: 850;
}
.audit-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.audit-tags span {
  border: 1px solid var(--green);
  border-radius: 8px;
  padding: 9px 14px;
  color: var(--green);
  background: #fff;
  font-size: 17px;
  font-weight: 950;
}
.audit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}
.audit-preview {
  min-height: 430px;
  padding: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(6, 70, 50, .08), rgba(232, 120, 23, .10)),
    #fff;
  border: 1px solid var(--line);
  box-shadow: 0 26px 68px rgba(16, 21, 19, .14);
}
.audit-preview__paper {
  width: min(520px, 100%);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 34px;
  box-shadow: 0 18px 44px rgba(16, 21, 19, .12);
}
.audit-preview__paper p {
  margin: 0 0 22px;
  color: var(--ink);
  font-size: 26px;
  font-weight: 950;
}
.audit-preview__paper ol {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: audit-step;
}
.audit-preview__paper li {
  counter-increment: audit-step;
  position: relative;
  padding-left: 54px;
}
.audit-preview__paper li::before {
  content: counter(audit-step);
  position: absolute;
  left: 0;
  top: 1px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-weight: 950;
}
.audit-preview__paper strong {
  display: block;
  color: var(--green);
  font-size: 20px;
  line-height: 1.3;
}
.audit-preview__paper span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
}
.audit-benefits {
  max-width: 1180px;
  margin: 0 auto 54px;
  padding: 0 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.audit-benefits div {
  min-height: 118px;
  padding: 25px 28px;
  background: #fff;
  border: 1px solid var(--line);
}
.audit-benefits div + div {
  border-left: 0;
}
.audit-benefits strong {
  display: block;
  color: var(--green);
  font-size: 24px;
  line-height: 1.35;
}
.audit-benefits span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 850;
}
.audit-problems {
  padding: 62px 0;
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.audit-problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.audit-problem-grid article {
  min-height: 210px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}
.audit-problem-grid span {
  color: var(--green);
  font-size: 16px;
  font-weight: 950;
}
.audit-problem-grid h3 {
  margin: 18px 0 10px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.35;
}
.audit-problem-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 800;
}
.audit-form-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 32px;
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(420px, 1.2fr);
  gap: 42px;
  align-items: start;
}
.audit-form-copy h2 {
  margin: 10px 0 14px;
  color: var(--ink);
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.12;
}
.audit-form-copy p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.8;
  font-weight: 850;
}
.audit-form {
  margin: 0;
  border: 1px solid var(--line);
  box-shadow: 0 24px 60px rgba(16, 21, 19, .12);
}

.sample-hero {
  max-width: 1320px;
  margin: 0 auto;
  padding: 62px 32px 54px;
  display: grid;
  grid-template-columns: minmax(430px, .86fr) minmax(500px, 1.14fr);
  gap: 48px;
  align-items: center;
}
.sample-hero__copy h1 {
  margin: 10px 0 22px;
  color: var(--ink);
  font-size: clamp(46px, 5.3vw, 78px);
  line-height: 1.08;
  font-weight: 950;
}
.sample-hero__copy p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 21px;
  line-height: 1.85;
  font-weight: 850;
}
.sample-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}
.sample-document {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 66px rgba(16, 21, 19, .14);
  overflow: hidden;
}
.sample-document__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 28px;
  background: var(--green);
  color: #fff;
}
.sample-document__head strong {
  font-size: 25px;
  line-height: 1.25;
}
.sample-document__head span {
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 900;
}
.sample-document section {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 18px;
  padding: 24px 28px;
  border-top: 1px solid var(--line);
}
.sample-document h2 {
  margin: 0;
  color: var(--green);
  font-size: 25px;
  line-height: 1.3;
}
.sample-document ul {
  margin: 0;
  padding-left: 20px;
}
.sample-document li {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 850;
}
.sample-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.sample-mini-grid span {
  min-height: 72px;
  display: grid;
  place-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--green);
  font-size: 15px;
  line-height: 1.35;
  text-align: center;
  font-weight: 950;
}
.sample-flow {
  padding: 62px 0;
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.sample-before-after {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 80px minmax(280px, 1fr);
  gap: 20px;
  align-items: stretch;
}
.sample-before-after article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}
.sample-before-after p {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 18px;
  font-weight: 950;
  text-transform: uppercase;
}
.sample-before-after h3 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 27px;
  line-height: 1.35;
}
.sample-before-after ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 850;
}
.sample-arrow {
  display: grid;
  place-items: center;
  color: var(--orange);
  font-size: 58px;
  font-weight: 950;
}
.sample-week {
  max-width: 1180px;
  margin: 0 auto;
  padding: 68px 32px;
  display: grid;
  grid-template-columns: minmax(300px, .75fr) minmax(520px, 1.25fr);
  gap: 38px;
}
.sample-week__copy h2 {
  margin: 10px 0 14px;
  color: var(--ink);
  font-size: clamp(38px, 4.6vw, 58px);
  line-height: 1.15;
}
.sample-week__copy p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  font-weight: 850;
}
.sample-week__steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.sample-week__steps div {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.sample-week__steps span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--soft);
  color: var(--green);
  font-weight: 950;
}
.sample-week__steps strong {
  display: block;
  margin-top: 16px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.35;
}
.sample-week__steps p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 850;
}
.sample-cta {
  max-width: 1180px;
  margin: 0 auto 70px;
  padding: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: var(--green);
  color: #fff;
  border-radius: 8px;
}
.sample-cta h2 {
  margin: 8px 0 8px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.18;
}
.sample-cta p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 18px;
  font-weight: 850;
}
.sample-cta .eyebrow {
  color: #ffd7b0;
}
.sample-cta .button {
  flex: 0 0 auto;
  background: var(--orange);
}

@media (max-width: 820px) {
  .topbar-inner { align-items: flex-start; }
  .nav { display: none; }
  .hero {
    background-position: center bottom;
    background-size: cover;
  }
  .hero-inner { padding-top: 46px; }
  .hero-copy { max-width: 100%; }
  .hero h1 { font-size: 36px; }
  .lead { font-size: 20px; }
  .proof,
  .grid3,
  .choice-grid,
  .directory-grid,
  .featured-grid,
  .wide,
  .form-grid { grid-template-columns: 1fr; }
  .directory-hero {
    min-height: auto;
    background-position: center bottom;
  }
  .directory-hero__copy {
    padding-top: 52px;
    padding-bottom: 50px;
  }
  .directory-hero h1 { font-size: 36px; }
  .directory-hero p:not(.eyebrow) { font-size: 19px; }
  .directory-search { margin-top: 0; }
  .directory-category__head { align-items: start; }
  .directory-card h3 { font-size: 22px; }
  .diagnosis-hero { padding: 34px 18px 44px; }
  .diagnosis-shell { grid-template-columns: 1fr; gap: 26px; }
  .diagnosis-copy h1 { font-size: 38px; }
  .diagnosis-lead { font-size: 19px; }
  .diagnosis-steps { margin-top: 26px; }
  .diagnosis-options { grid-template-columns: 1fr; }
  .diagnosis-options span { min-height: 72px; font-size: 23px; }
  .diagnosis-selects { grid-template-columns: 1fr; }
  .diagnosis-tool legend { font-size: 23px; }
  .diagnosis-tip { display: block; font-size: 16px; }
  .diagnosis-tip strong { display: inline-block; margin-bottom: 10px; }
  .diagnosis-result__head { align-items: flex-start; flex-direction: column; font-size: 23px; }
  .diagnosis-result h2 { font-size: 29px; }
  .diagnosis-result p { font-size: 18px; }
  .high-hero {
    min-height: auto;
    padding: 46px 18px 38px;
    grid-template-columns: 1fr;
  }
  .high-hero__copy h1 { font-size: 40px; }
  .high-lead { font-size: 19px; }
  .high-package-grid,
  .high-proof {
    grid-template-columns: 1fr;
  }
  .high-proof {
    margin-top: 0;
    padding: 0 18px;
  }
  .high-proof div + div { border-left: 1px solid var(--line); border-top: 0; }
  .high-package h2 { min-height: auto; }
  .high-package ul { min-height: auto; }
  .estimate-section {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }
  .estimate-copy h2 { font-size: 34px; }
  .estimate-copy p:not(.eyebrow) { font-size: 18px; }
  .estimate-result__body {
    grid-template-columns: 1fr;
  }
  .estimate-days {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 18px;
  }
  .audit-hero {
    grid-template-columns: 1fr;
    padding: 44px 22px 42px;
    gap: 32px;
  }
  .audit-hero__copy h1 { font-size: 44px; }
  .audit-hero__copy p:not(.eyebrow) { font-size: 19px; }
  .audit-preview {
    min-height: auto;
    padding: 18px;
  }
  .audit-benefits {
    grid-template-columns: 1fr;
    padding: 0 22px;
    margin-bottom: 38px;
  }
  .audit-benefits div + div {
    border-left: 1px solid var(--line);
    border-top: 0;
  }
  .audit-problem-grid {
    grid-template-columns: 1fr;
  }
  .audit-form-section {
    grid-template-columns: 1fr;
    padding: 48px 22px;
  }
  .audit-form-copy h2 { font-size: 38px; }
  .sample-hero {
    grid-template-columns: 1fr;
    padding: 44px 22px;
    gap: 30px;
  }
  .sample-hero__copy h1 { font-size: 42px; }
  .sample-hero__copy p:not(.eyebrow) { font-size: 18px; }
  .sample-document section {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .sample-mini-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sample-before-after {
    grid-template-columns: 1fr;
  }
  .sample-arrow {
    transform: rotate(90deg);
    min-height: 44px;
    font-size: 42px;
  }
  .sample-week {
    grid-template-columns: 1fr;
    padding: 48px 22px;
  }
  .sample-week__steps {
    grid-template-columns: 1fr;
  }
  .sample-cta {
    margin: 0 22px 48px;
    padding: 26px;
    align-items: stretch;
    flex-direction: column;
  }
  .sample-cta .button {
    width: 100%;
  }
  .proof { margin: 0 -22px; }
  .proof div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .35);
  }
  .proof div:first-child { border-top: 0; }
  .section-title { font-size: 32px; }
  .price { font-size: 28px; }
  .button { width: 100%; }
  .footer-inner { display: block; }
}
