:root {
  --ink: #101111;
  --muted: #526071;
  --line: #cbd5e5;
  --paper: #f9f7f7;
  --soft: #dbe2ef;
  --navy: #112d4e;
  --blue: #3f72af;
  --blue-soft: rgba(219, 226, 239, 0.62);
  --charcoal: #18212c;
  --shadow: 0 22px 55px rgba(17, 45, 78, 0.13);
  --serif: "Libre Baskerville", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 84px;
  padding: 0 52px;
  border-bottom: 1px solid var(--line);
  background: rgba(249, 247, 247, 0.92);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-family: var(--serif);
  line-height: 1;
}

.brand-word {
  position: relative;
  display: inline-block;
  font-size: clamp(2.05rem, 4vw, 3.15rem);
  letter-spacing: -0.03em;
}

.brand-word::after {
  display: inline-block;
  width: 0.16em;
  height: 0.16em;
  margin-left: 0.08em;
  background: var(--blue);
  content: "";
  transform: translateY(-0.03em);
}

.brand-descriptor {
  display: block;
  color: var(--navy);
  font-family: var(--sans);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.5em;
  line-height: 1;
  padding-left: 0.5em;
  text-align: center;
  text-transform: uppercase;
}

.brand-descriptor::before,
.brand-descriptor::after {
  display: none;
}

.site-nav {
  display: flex;
  grid-column: 2;
  gap: 56px;
  align-items: center;
  justify-content: center;
  font-size: 0.98rem;
  font-weight: 700;
}

.site-nav a,
.header-cta,
.button {
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.site-nav a:hover {
  color: var(--blue);
}

.header-cta {
  justify-self: end;
  border-radius: 5px;
  background: var(--navy);
  color: #fff;
  font-weight: 700;
  padding: 17px 36px;
  box-shadow: 0 8px 18px rgba(17, 45, 78, 0.18);
}

.header-cta:hover,
.button-primary:hover {
  background: #0b2039;
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(570px, 0.95fr) minmax(600px, 1.05fr);
  gap: 38px;
  align-items: start;
  min-height: 560px;
  padding: 38px 52px 34px;
  overflow: hidden;
}

.hero-copy {
  align-self: start;
  max-width: 690px;
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 0 24px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--navy);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 690px;
  margin-bottom: 22px;
  font-family: var(--serif);
  font-size: clamp(3rem, 4.2vw, 4.45rem);
  font-weight: 700;
  line-height: 1.12;
}

.hero-lead {
  max-width: 690px;
  margin-bottom: 28px;
  color: #3f4544;
  font-size: clamp(1.08rem, 1.55vw, 1.34rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 26px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border-radius: 5px;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.1;
  padding: 0 34px;
}

.button-primary {
  gap: 18px;
  border: 1px solid var(--navy);
  background: var(--navy);
  color: #fff;
  box-shadow: 0 12px 28px rgba(17, 45, 78, 0.22);
}

.button-primary span {
  font-size: 1.7rem;
  line-height: 1;
}

.button-secondary {
  min-width: 204px;
  border: 1px solid #1b1d1d;
  background: transparent;
  color: var(--ink);
}

.button-secondary:hover {
  background: #fff;
  transform: translateY(-1px);
}

.business-tags > span {
  display: block;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 0.88rem;
}

.business-tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.business-tags li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #c9c6bf;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.45);
  font-size: 0.88rem;
}

.business-tags svg {
  width: 21px;
  height: 21px;
}

.hero-copy .process-rail {
  margin-top: 62px;
}

.hero-visual {
  position: relative;
  display: grid;
  gap: 34px;
  align-self: start;
  min-width: 0;
  min-height: 0;
  padding-top: 2px;
}

.process-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  position: relative;
  gap: 18px;
  margin: 0 auto;
  width: 100%;
  max-width: 780px;
  padding-top: 2px;
}

.process-rail::before {
  position: absolute;
  top: 20px;
  right: calc(12.5% + 12px);
  left: calc(12.5% + 12px);
  height: 1px;
  background: var(--line);
  content: "";
}

.process-rail article {
  position: relative;
  text-align: center;
}

.process-rail article:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: -18px;
  width: 18px;
  height: 18px;
  color: var(--blue);
  content: "›";
  font-family: Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 18px;
  background: var(--paper);
}

.process-marker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(63, 114, 175, 0.28);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 10px 26px rgba(17, 45, 78, 0.08);
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 800;
}

.reason-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--soft);
  color: var(--navy);
}

.reason-icon svg {
  width: 31px;
  height: 31px;
}

.process-rail strong {
  display: block;
  margin: 14px 0 7px;
  color: var(--ink);
  font-size: 0.82rem;
  letter-spacing: 0;
}

.process-rail p {
  margin: 0 auto;
  max-width: 138px;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.45;
}

.valuation-showcase {
  padding: 6px 0 0;
  color: var(--navy);
}

.showcase-kicker {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-align: center;
  text-transform: uppercase;
}

.showcase-value {
  display: block;
  margin-bottom: 6px;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 3.65vw, 3.35rem);
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.showcase-subtitle {
  margin-bottom: 18px;
  color: #3f4544;
  font-size: 1.02rem;
  text-align: center;
}

.value-scale {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0 auto 28px;
  max-width: 680px;
  padding-top: 21px;
  color: var(--charcoal);
  font-size: 0.9rem;
  text-align: center;
}

.scale-line {
  position: absolute;
  top: 7px;
  left: 4%;
  right: 4%;
  height: 1px;
  background: #a7afbb;
}

.scale-line::before,
.scale-line::after {
  position: absolute;
  top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--navy);
  box-shadow: 0 0 0 5px var(--paper);
  content: "";
}

.scale-line::before {
  left: 24%;
}

.scale-line::after {
  right: 24%;
}

.value-scale::after {
  position: absolute;
  top: 5px;
  left: 28%;
  right: 28%;
  height: 5px;
  border-radius: 999px;
  background: var(--blue);
  content: "";
}

.value-drivers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.value-drivers article {
  min-width: 0;
  padding: 13px 14px 12px;
  border-right: 1px solid var(--line);
  text-align: center;
}

.value-drivers article:last-child {
  border-right: 0;
}

.driver-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: var(--soft);
  color: var(--navy);
}

.driver-icon svg {
  width: 21px;
  height: 21px;
}

.value-drivers h3 {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.value-drivers p {
  min-height: 42px;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.driver-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
}

.driver-dots span,
.driver-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.driver-dots span {
  background: var(--blue);
}

.driver-dots i {
  border: 1px solid var(--blue);
}

.report-offer {
  display: grid;
  grid-template-columns: minmax(170px, 0.64fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  min-height: 150px;
  padding: 14px 30px 14px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
  overflow: visible;
}

.report-illustration {
  display: block;
  width: 100%;
  max-width: 214px;
  height: auto;
  filter: drop-shadow(0 14px 18px rgba(17, 45, 78, 0.11));
}

.mini-report {
  position: relative;
  z-index: 1;
  width: 142px;
  min-height: 174px;
  margin-left: 28px;
  padding: 18px 16px 0;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 36px rgba(17, 45, 78, 0.18);
  transform: rotate(-3deg);
}

.mini-report::before {
  position: absolute;
  z-index: -1;
  top: 18px;
  right: -78px;
  width: 116px;
  height: 142px;
  border: 1px solid var(--line);
  background:
    linear-gradient(170deg, transparent 0 50%, rgba(219, 226, 239, 0.58) 50% 78%, transparent 78%),
    linear-gradient(150deg, transparent 0 58%, var(--blue) 58% 59%, transparent 60%),
    repeating-linear-gradient(180deg, transparent 0 12px, rgba(17, 45, 78, 0.08) 12px 13px),
    #fff;
  box-shadow: 0 14px 28px rgba(17, 45, 78, 0.12);
  content: "";
  transform: rotate(7deg);
}

.mini-report::after {
  position: absolute;
  z-index: -2;
  right: -88px;
  bottom: -8px;
  width: 150px;
  height: 20px;
  border-radius: 50%;
  background: rgba(17, 45, 78, 0.12);
  filter: blur(10px);
  content: "";
}

.mini-report .doc-logo {
  margin-bottom: 32px;
  font-size: 1rem;
}

.mini-report h3 {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: 0.57rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mini-report p:not(.doc-logo) {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.52rem;
}

.mini-report-cover {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 67px;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,0.22) 0 1px, transparent 1px 14px),
    linear-gradient(90deg, var(--soft) 0 48%, var(--navy) 48%);
}

.offer-list {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding-left: 0;
}

.offer-list h3 {
  margin-bottom: 10px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(1.08rem, 1.45vw, 1.34rem);
  font-style: normal;
  line-height: 1.12;
}

.offer-list p {
  max-width: 430px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.sample-report-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(249, 247, 247, 0.62);
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 800;
}

.sample-report-link::after {
  margin-left: 10px;
  content: "↓";
}

.report-stack {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
  min-height: 0;
}

.valuation-card,
.chart-card,
.document-card {
  position: relative;
  border: 1px solid #dfddd6;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.valuation-card {
  z-index: 1;
  width: 100%;
  border-radius: 8px;
  padding: 20px;
}

.valuation-card p {
  margin-bottom: 16px;
  font-size: 0.9rem;
}

.valuation-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(1.9rem, 2.5vw, 2.25rem);
  line-height: 1;
}

.valuation-card > span {
  display: block;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 0.72rem;
}

.valuation-card dl {
  display: grid;
  gap: 17px;
  margin: 0;
}

.valuation-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: 0.79rem;
}

.valuation-card dd {
  margin: 0;
  color: #292d2c;
  font-weight: 600;
  white-space: nowrap;
}

.valuation-card b {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 4px;
  border-radius: 50%;
  background: var(--blue);
  vertical-align: middle;
}

.chart-card {
  grid-column: 1 / -1;
  order: 3;
  z-index: 1;
  width: 100%;
  min-height: 210px;
  border-radius: 5px;
  padding: 16px 18px 12px;
}

.chart-title,
.legend {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: #4d5352;
  font-size: 0.72rem;
}

.chart-title p {
  margin: 0;
}

.chart-grid {
  height: 164px;
}

.chart-grid svg {
  width: 100%;
  height: 100%;
}

.grid-line {
  stroke: #dedbd4;
  stroke-width: 1;
}

.line-blue,
.line-green {
  fill: none;
  stroke-width: 3;
}

.line-blue {
  stroke: var(--blue);
}

.line-green {
  stroke: var(--navy);
}

.area-blue {
  fill: rgba(63, 114, 175, 0.16);
  stroke: none;
}

.area-green {
  fill: rgba(17, 45, 78, 0.11);
  stroke: none;
}

.legend {
  justify-content: center;
  gap: 24px;
}

.legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.legend i {
  width: 12px;
  height: 2px;
  background: var(--blue);
}

.legend span:last-child i {
  background: var(--navy);
}

.document-card {
  order: 2;
  z-index: 1;
  width: 100%;
  min-height: 300px;
  padding: 24px 22px 0;
  overflow: visible;
}

.price-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 20%, var(--blue), var(--navy));
  color: #fff;
  text-align: center;
  box-shadow: 0 16px 34px rgba(17, 45, 78, 0.27);
}

.price-badge span {
  padding: 0 12px;
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1.25;
}

.price-badge strong {
  margin-top: 8px;
  font-size: 1.28rem;
}

.doc-logo {
  margin-bottom: 58px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.55rem;
  letter-spacing: -0.03em;
}

.doc-logo span {
  color: var(--blue);
}

.document-card h2 {
  margin-bottom: 18px;
  font-family: var(--serif);
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.document-card p:not(.doc-logo) {
  margin-bottom: 9px;
  color: #4c514f;
  font-size: 0.76rem;
}

.doc-image {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 108px;
  background:
    linear-gradient(120deg, rgba(255,255,255,0.72), rgba(255,255,255,0) 45%),
    repeating-linear-gradient(135deg, rgba(255,255,255,0.16) 0 1px, transparent 1px 18px),
    linear-gradient(90deg, var(--soft) 0 34%, var(--navy) 34% 100%);
}

.reasons {
  padding: 26px 52px 42px;
  background: linear-gradient(180deg, var(--soft), #eef2f8);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.reasons h2 {
  margin-bottom: 28px;
  text-align: center;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1040px;
  margin: 0 auto;
}

.reason-grid article {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 20px;
  align-items: center;
  padding-right: 24px;
  border-right: 1px solid #cbc7bf;
}

.reason-grid article:last-child {
  border-right: 0;
}

.reason-grid h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
}

.reason-grid p {
  margin: 0;
  color: #4a504f;
  font-size: 0.86rem;
  line-height: 1.55;
}

.methods-section {
  padding: 54px 5vw 96px;
  border-bottom: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(249, 247, 247, 0.92) 72%, rgba(249, 247, 247, 1)),
    var(--paper);
}

.methods-heading {
  max-width: 920px;
  margin: 0 auto 34px;
  text-align: center;
}

.methods-heading h2 {
  margin-bottom: 18px;
  font-family: var(--serif);
  font-size: clamp(2.25rem, 4vw, 4rem);
  line-height: 1.12;
}

.methods-heading p:not(.eyebrow) {
  margin: 0 auto;
  max-width: 840px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.methods-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr)) 56px minmax(360px, 1.25fr);
  gap: 18px;
  align-items: stretch;
  max-width: 1420px;
  margin: 0 auto;
}

.method-card,
.method-result {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 44px rgba(17, 45, 78, 0.08);
}

.method-card {
  min-height: 430px;
  padding: 22px 22px 18px;
  text-align: center;
}

.method-card::after {
  display: none;
}

.method-card:nth-of-type(3)::before {
  display: none;
}

.method-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--soft);
  color: var(--navy);
}

.method-icon svg {
  width: 27px;
  height: 27px;
}

.method-card h3 {
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 1.15rem;
}

.method-subtitle {
  margin: 0 0 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.84rem;
}

.method-body {
  min-height: 66px;
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

.method-chart {
  margin-bottom: 14px;
  color: var(--navy);
  font-size: 0.72rem;
}

.chart-labels,
.chart-scale,
.chart-years {
  display: flex;
  justify-content: space-between;
  color: #33435a;
  font-size: 0.72rem;
}

.chart-scale {
  margin-top: 8px;
}

.chart-scale strong {
  color: var(--navy);
}

.multiple-plot {
  position: relative;
  height: 52px;
  margin-top: 10px;
  background: rgba(219, 226, 239, 0.55);
}

.multiple-plot span,
.multiple-plot i {
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
}

.multiple-plot span:nth-child(1) { left: 16%; }
.multiple-plot span:nth-child(2) { left: 38%; }
.multiple-plot span:nth-child(3) { left: 68%; }
.multiple-plot span:nth-child(4) { left: 82%; }
.multiple-plot span:nth-child(5) { left: 93%; }

.multiple-plot i {
  left: 55%;
  height: 10px;
  width: 10px;
  background: var(--navy);
  transform: translate(-50%, -1px);
}

.multiple-plot::before {
  position: absolute;
  top: -12px;
  bottom: -12px;
  left: 55%;
  border-left: 1px dashed #8090a6;
  content: "";
}

.dcf-bars {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 9px;
  align-items: end;
  height: 78px;
  padding: 0 8px;
}

.dcf-bars span,
.dcf-bars i {
  display: block;
  background: linear-gradient(180deg, rgba(63, 114, 175, 0.65), rgba(219, 226, 239, 0.78));
}

.dcf-bars span:nth-child(1) { height: 24px; }
.dcf-bars span:nth-child(2) { height: 34px; }
.dcf-bars span:nth-child(3) { height: 44px; }
.dcf-bars span:nth-child(4) { height: 53px; }
.dcf-bars span:nth-child(5) { height: 64px; background: var(--blue); }

.dcf-bars i {
  height: 72px;
  border: 1px solid var(--line);
  border-style: dashed;
  background: transparent;
}

.chart-years {
  gap: 4px;
  margin-top: 4px;
}

.method-lbo svg {
  width: 100%;
  height: 104px;
  margin-top: 8px;
}

.method-lbo .grid {
  stroke: #9caabe;
  stroke-dasharray: 4 4;
}

.method-lbo .area {
  fill: rgba(219, 226, 239, 0.72);
}

.method-lbo .line {
  fill: none;
  stroke: var(--blue);
  stroke-width: 2.5;
}

.method-lbo circle {
  fill: var(--blue);
  stroke: #fff;
  stroke-width: 2;
}

.method-points {
  display: grid;
  gap: 0;
  margin: 14px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
  text-align: left;
}

.method-points li {
  position: relative;
  padding: 12px 0 12px 32px;
  border-bottom: 1px solid var(--line);
  color: #33435a;
  font-size: 0.78rem;
}

.method-points li::before {
  position: absolute;
  left: 2px;
  color: var(--blue);
  content: "✓";
  font-size: 1rem;
  font-weight: 800;
}

.method-merge {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  border: 0;
}

.method-merge::before {
  position: absolute;
  top: 50%;
  right: -18px;
  left: -18px;
  height: 1px;
  background: var(--line);
  content: "";
  transform: translateY(-50%);
}

.method-merge span {
  position: relative;
  z-index: 2;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 6px var(--paper);
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
}

.method-merge span::after {
  position: absolute;
  top: 50%;
  right: -50px;
  color: var(--blue);
  content: "→";
  font-size: 1.35rem;
  line-height: 1;
  transform: translateY(-50%);
}

.method-result {
  align-self: center;
  display: block;
  overflow: hidden;
  min-height: 0;
  padding: 22px 30px 0;
  text-align: center;
}

.result-icon {
  margin-bottom: 18px;
}

.result-kicker {
  margin: 0 0 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-size: 1.05rem;
  font-weight: 800;
}

.method-result strong {
  display: block;
  margin-bottom: 10px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(2.15rem, 2.8vw, 3.15rem);
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.result-subtitle {
  display: block;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 0.84rem;
}

.result-scale {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  gap: 28px;
  margin-bottom: 22px;
}

.result-scale div {
  text-align: left;
}

.result-scale div:nth-child(2) {
  text-align: right;
}

.result-scale span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.7rem;
}

.result-scale strong {
  font-family: var(--sans);
  font-size: 0.88rem;
  font-weight: 800;
}

.result-scale i {
  position: absolute;
  right: 12%;
  bottom: -12px;
  left: 12%;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--line), var(--blue), var(--line));
}

.result-scale i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border: 4px solid var(--paper);
  border-radius: 50%;
  background: var(--navy);
  content: "";
  transform: translate(-50%, -50%);
}

.result-note {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: center;
  margin: 28px -30px 0;
  padding: 16px 28px;
  border-top: 1px solid var(--line);
  background: rgba(219, 226, 239, 0.58);
  text-align: left;
}

.result-note svg {
  width: 26px;
  height: 26px;
  color: var(--navy);
}

.result-note p {
  margin: 0;
  color: #33435a;
  font-size: 0.74rem;
  line-height: 1.42;
}

.methods-note {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  align-items: center;
  max-width: 860px;
  margin: 42px auto 0;
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
}

.methods-note svg {
  width: 30px;
  height: 30px;
  color: var(--blue);
}

.methods-note p {
  margin: 0;
  color: #33435a;
  font-size: 0.82rem;
  line-height: 1.55;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 48px;
  align-items: start;
  padding: 64px 8%;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.contact-section h2 {
  margin-bottom: 18px;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.15;
}

.contact-section p {
  color: #4a504f;
  font-size: 1.08rem;
  line-height: 1.65;
}

.contact-section {
  margin: 0 52px 52px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 60px rgba(17, 45, 78, 0.08);
  transform: translateY(-24px);
}

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

form .button {
  grid-column: 1 / -1;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 22px;
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.form-status.is-success {
  color: var(--navy);
  font-weight: 700;
}

.form-status.is-error {
  color: #9f2d2d;
  font-weight: 700;
}

label {
  display: grid;
  gap: 8px;
  color: #303534;
  font-size: 0.9rem;
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  border: 1px solid #c8c5bd;
  border-radius: 5px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  padding: 0 16px;
}

input {
  min-height: 50px;
}

textarea {
  min-height: 108px;
  padding-top: 14px;
  resize: vertical;
}

.message-field {
  grid-column: 1 / -1;
}

input:focus,
textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(63, 114, 175, 0.16);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 34px 52px;
  color: var(--muted);
}

.site-footer .brand {
  font-size: 1rem;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 1180px) {
  .site-header {
    padding: 0 28px;
  }

  .site-nav {
    gap: 34px;
  }

  .hero {
    grid-template-columns: 1fr;
    padding: 28px 28px 42px;
  }

  .hero-copy {
    max-width: 820px;
  }

  .hero-visual {
    min-height: 0;
  }

  .process-rail {
    max-width: 100%;
  }

  .value-drivers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .value-drivers article:nth-child(2) {
    border-right: 0;
  }

  .value-drivers article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .report-offer {
    grid-template-columns: minmax(160px, 0.7fr) 1fr;
  }

  .report-stack {
    grid-template-columns: minmax(280px, 1fr) minmax(320px, 1fr);
  }

  .document-card {
    grid-column: 1 / -1;
    min-height: 330px;
  }

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

  .reason-grid article:nth-child(2) {
    border-right: 0;
  }

  .methods-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .method-card::after,
  .method-card:nth-of-type(3)::before,
  .method-merge {
    display: none;
  }

  .method-result {
    grid-column: 1 / -1;
    max-width: 560px;
    min-height: 0;
    margin: 0 auto;
    text-align: center;
  }

}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 74px;
    padding: 0 20px;
  }

  .brand {
    font-size: 2.25rem;
  }

  .nav-toggle {
    display: inline-grid;
    gap: 6px;
    width: 44px;
    height: 44px;
    place-content: center;
    border: 1px solid var(--line);
    border-radius: 5px;
    background: transparent;
    color: var(--ink);
  }

  .nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .site-header.is-open {
    align-items: start;
    padding-bottom: 18px;
  }

  .site-header.is-open .site-nav,
  .site-header.is-open .header-cta {
    display: flex;
    grid-column: 1 / -1;
    width: 100%;
  }

  .site-header.is-open .site-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-top: 16px;
    border-top: 1px solid var(--line);
  }

  .site-header.is-open .site-nav a {
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
  }

  .site-header.is-open .header-cta {
    justify-content: center;
    margin-top: 14px;
  }

  .hero {
    padding: 24px 20px;
  }

  h1 {
    font-size: clamp(2.55rem, 12vw, 4.2rem);
    hyphens: auto;
    overflow-wrap: anywhere;
  }

  h2 {
    hyphens: auto;
    overflow-wrap: anywhere;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .hero-visual {
    min-height: auto;
  }

  .process-rail {
    grid-template-columns: 1fr 1fr;
  }

  .process-rail::before {
    display: none;
  }

  .process-rail article:not(:last-child)::after {
    display: none;
  }

  .valuation-showcase {
    padding-top: 18px;
  }

  .showcase-value {
    font-size: clamp(2.35rem, 11vw, 3.25rem);
  }

  .showcase-subtitle {
    font-size: 0.96rem;
  }

  .value-scale {
    margin-bottom: 30px;
    font-size: 0.78rem;
  }

  .value-drivers {
    grid-template-columns: 1fr;
  }

  .value-drivers article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .value-drivers article:last-child {
    border-bottom: 0;
  }

  .value-drivers p {
    min-height: 0;
  }

  .report-offer {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .report-illustration {
    max-width: 220px;
  }

  .report-stack {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .valuation-card,
  .chart-card,
  .document-card {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .document-card {
    grid-column: auto;
    min-height: 330px;
  }

  .price-badge {
    top: 14px;
    right: 14px;
    width: 112px;
    height: 112px;
  }

  .price-badge span {
    padding: 0 14px;
    font-size: 0.7rem;
  }

  .price-badge strong {
    font-size: 1.28rem;
  }

  .reasons {
    padding: 34px 20px;
  }

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

  .reason-grid article {
    border-right: 0;
    border-bottom: 1px solid #cbc7bf;
    padding: 0 0 22px;
  }

  .reason-grid article:last-child {
    border-bottom: 0;
  }

  .methods-section {
    padding: 56px 20px;
  }

  .methods-heading {
    margin-bottom: 30px;
    text-align: left;
  }

  .methods-flow {
    grid-template-columns: 1fr;
  }

  .method-card,
  .method-result {
    min-height: 0;
  }

  .method-card {
    padding: 22px 20px;
  }

  .method-card::after,
  .method-card:nth-of-type(3)::before,
  .method-merge {
    display: none;
  }

  .method-body {
    min-height: 0;
  }

  .method-result {
    grid-column: auto;
    max-width: none;
    text-align: left;
  }

  .contact-section {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 42px 20px;
  }

  form {
    grid-template-columns: 1fr;
  }

  .contact-section {
    margin: 0 20px 36px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 20px;
  }
}

@media (max-width: 440px) {
  .business-tags ul {
    display: grid;
    grid-template-columns: 1fr;
  }

  .process-rail {
    grid-template-columns: 1fr;
  }

  .reason-grid article {
    grid-template-columns: 54px 1fr;
  }

  .reason-icon {
    width: 54px;
    height: 54px;
  }

  .reason-icon svg {
    width: 25px;
    height: 25px;
  }
}
