@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600&family=Noto+Sans+SC:wght@300;400;500;700;900&display=swap");

:root {
  --red: #ED1C29;
  --blue: #005AA9;
  --black: #000000;
  --white: #FFFFFF;
  --navy: #003974;
  --navy-2: #005AA9;
  --s-dark-red: #C41920;
  --s-med-blue: #4978BC;
  --s-light-blue: #8AAAD9;
  --green: #1F8A4C;
  --orange: #C9821A;
  --paper: #F4F5F7;
  --ink: #10141C;
  --ink-2: #3A4250;
  --muted: #737B89;
  --line: #E4E6EA;
  --font: "Inter", "Noto Sans SC", Arial, sans-serif;
  --mono: "JetBrains Mono", monospace;
  --slash-skew: -18deg;
  --radius: 12px;
  --shadow: 0 12px 28px rgba(0, 57, 116, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body { margin: 0; font-family: var(--font); color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; }
::selection { color: white; background: var(--red); }
button, input, select { font: inherit; }
button { cursor: pointer; }
.page-shell { width: min(1440px, calc(100% - 40px)); margin: 0 auto; }

.hero { color: white; background: radial-gradient(circle at 76% 20%, rgba(17,103,177,.32), transparent 28%), linear-gradient(135deg, #06162c 0%, #0a2342 72%, #102f58 100%); padding-bottom: 64px; }
.topbar { min-height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.12); }
.brand-logo { width: 180px; height: auto; padding: 9px 12px; border-radius: 8px; background: white; }
.top-actions { display: flex; gap: 10px; }
.hero-content { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: center; padding-top: 58px; }
.eyebrow { margin: 0 0 16px; color: #74b5ed; letter-spacing: .16em; font-size: 13px; font-weight: 800; }
h1 { margin: 0; font-size: clamp(40px, 5.2vw, 72px); line-height: 1.08; letter-spacing: -.035em; }
h1 span { color: #ff3442; }
.hero-copy { max-width: 760px; color: #cbd8e8; font-size: 18px; line-height: 1.8; margin: 24px 0 0; }
.hero-proof { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 22px; padding: 28px; backdrop-filter: blur(10px); display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.hero-proof div { padding-right: 10px; border-right: 1px solid rgba(255,255,255,.16); }
.hero-proof div:nth-child(2) { border-right: 0; }
.hero-proof strong { display: block; color: white; font-size: 44px; line-height: 1; }
.hero-proof span { display: block; margin-top: 9px; color: #b9c9dc; font-size: 13px; }
.hero-proof p { grid-column: 1 / -1; margin: 4px 0 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.13); color: #dbe6f1; line-height: 1.6; }

.section-nav { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); box-shadow: 0 8px 25px rgba(7,26,51,.07); backdrop-filter: blur(14px); }
.section-nav-inner { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding-top: 10px; padding-bottom: 10px; }
.section-nav a { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; border-radius: 11px; color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 800; transition: .2s; }
.section-nav a span { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 8px; background: #edf1f6; color: var(--navy); font-size: 10px; }
.section-nav a:hover, .section-nav a.active { color: white; background: var(--navy); }
.section-nav a:hover span, .section-nav a.active span { color: white; background: var(--red); }

.content-section { padding: 90px 0; scroll-margin-top: 76px; }
.about-section { background: #f7f9fc; }
.policy-section { color: white; background: radial-gradient(circle at 85% 10%, rgba(17,103,177,.34), transparent 25%), var(--navy); }
.calculator-section { background: var(--paper); }
.block-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 60px; align-items: end; margin-bottom: 38px; }
.block-heading > div { display: flex; align-items: flex-start; gap: 16px; }
.block-heading p { margin: 4px 0 0; color: var(--muted); line-height: 1.7; }
.block-heading > div p { margin: 0 0 6px; color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.block-heading h2 { margin: 0; max-width: 850px; color: var(--navy); font-size: clamp(29px, 3.3vw, 46px); line-height: 1.18; letter-spacing: -.035em; }
.block-number { display: grid; place-items: center; flex: 0 0 auto; width: 48px; height: 48px; border-radius: 14px; color: white; background: var(--red); font-size: 13px; font-weight: 900; }
.light-heading h2 { color: white; }
.light-heading > p { color: #b8c8da; }
.light-heading > div p { color: #79bdf5; }

.about-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 20px; }
.about-statement { min-height: 390px; padding: 38px; border-radius: 24px; color: white; background: linear-gradient(145deg, #0d315a, #071a33); box-shadow: var(--shadow); }
.about-statement > span { color: #77bdf6; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.about-statement h3 { margin: 18px 0; font-size: 34px; line-height: 1.25; }
.about-statement p { color: #c8d5e4; line-height: 1.8; }
.trust-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.trust-pills span { padding: 8px 12px; border-radius: 20px; color: #dceafb; background: rgba(255,255,255,.1); font-size: 12px; }
.network-visual { position: relative; overflow: hidden; min-height: 390px; border: 1px solid #d9e2ed; border-radius: 24px; background: radial-gradient(circle at center, white 0 14%, #edf5fd 15% 33%, #f8fafc 34% 54%, #e8eef6 55%); }
.network-visual::before, .network-visual::after { content: ""; position: absolute; left: 50%; top: 50%; border: 1px dashed #afc8df; border-radius: 50%; transform: translate(-50%,-50%); }
.network-visual::before { width: 280px; height: 280px; }
.network-visual::after { width: 470px; height: 470px; }
.network-core { position: absolute; z-index: 2; left: 50%; top: 50%; width: 180px; padding: 20px; border-radius: 18px; text-align: center; background: white; box-shadow: 0 15px 40px rgba(7,26,51,.15); transform: translate(-50%,-50%); }
.network-core img { width: 140px; max-width: 100%; }
.network-core small { display: block; margin-top: 7px; color: var(--muted); }
.network-node { position: absolute; z-index: 3; width: 142px; padding: 16px; border-radius: 16px; color: white; background: var(--blue); box-shadow: 0 12px 30px rgba(17,103,177,.25); }
.network-node b { display: block; font-size: 25px; }
.network-node span { display: block; margin-top: 4px; font-size: 11px; opacity: .85; }
.node-owner { left: 7%; top: 11%; }
.node-workshop { right: 6%; top: 15%; background: var(--red); }
.node-state { right: 15%; bottom: 8%; background: var(--green); }
.company-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 20px; }
.company-stats article { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.company-stats strong { display: block; color: var(--navy); font-size: 32px; }
.company-stats span { display: block; margin-top: 5px; color: var(--blue); font-size: 12px; font-weight: 800; }
.company-stats p { margin: 15px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 38px; }
.value-grid article { padding: 26px; border-top: 3px solid var(--red); border-radius: 0 0 16px 16px; background: white; box-shadow: 0 10px 30px rgba(7,26,51,.06); }
.value-grid article:nth-child(even) { border-color: var(--blue); }
.value-grid span { color: var(--red); font-size: 10px; font-weight: 900; }
.value-grid article:nth-child(even) span { color: var(--blue); }
.value-grid h3 { margin: 13px 0 10px; }
.value-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.ecosystem-strip { display: grid; grid-template-columns: .7fr 1.3fr; gap: 30px; align-items: center; margin-top: 20px; padding: 28px 32px; border-radius: 18px; color: white; background: var(--navy); }
.ecosystem-strip span { color: #78bdf6; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.ecosystem-strip h3 { margin: 7px 0 0; font-size: 20px; }
.partner-list { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.partner-list b { padding: 10px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; font-size: 12px; background: rgba(255,255,255,.07); }
.source-note { color: #8994a4; font-size: 10px; text-align: right; }
.source-note a { color: var(--blue); }

.case-study {
  position: relative;
  overflow: hidden;
  border-color: #D3DFEC;
  background: linear-gradient(145deg, #FFFFFF 0%, #EEF4FA 100%);
}
.case-study::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -140px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(0,90,169,.08);
}
.case-study .section-title { position: relative; z-index: 2; }
.case-lead-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  gap: 18px;
  align-items: stretch;
}
.case-hero-photo,
.case-gallery figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: var(--radius);
  background: var(--navy);
  box-shadow: 0 14px 30px rgba(0,57,116,.12);
}
.case-hero-photo img,
.case-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-hero-photo { min-height: 430px; }
.case-hero-photo::after,
.case-gallery figure::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.68));
}
.case-hero-photo figcaption,
.case-gallery figcaption {
  position: absolute;
  z-index: 2;
  left: 18px;
  bottom: 14px;
  color: white;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .03em;
}
.case-story-card {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border-radius: var(--radius);
  color: white;
  background: linear-gradient(145deg, var(--navy), var(--blue));
  box-shadow: 0 14px 30px rgba(0,57,116,.16);
}
.case-story-card::before {
  content: "";
  position: absolute;
  right: 28px;
  top: -60px;
  width: 30px;
  height: 190px;
  background: rgba(237,28,41,.88);
  transform: skewX(var(--slash-skew));
}
.case-story-card span {
  position: relative;
  z-index: 2;
  color: #BFD7ED;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.case-story-card h3 {
  position: relative;
  z-index: 2;
  margin: 22px 0 16px;
  font-size: clamp(26px, 2.6vw, 38px);
  line-height: 1.18;
  letter-spacing: -.025em;
}
.case-story-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 15px;
  line-height: 1.75;
}
.case-metrics {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 24px;
}
.case-metrics b {
  display: grid;
  gap: 5px;
  min-height: 92px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px;
  background: rgba(255,255,255,.09);
  color: #D8E8F7;
  font-size: 12px;
  font-weight: 700;
}
.case-metrics strong {
  color: white;
  font-size: 29px;
  line-height: 1;
}
.case-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 14px;
}
.case-gallery figure { min-height: 230px; }
.case-gallery figure:nth-child(2) img { object-position: center 38%; }
.case-gallery figure:nth-child(4) img { object-position: center 42%; }
.case-gallery figure:nth-child(5) img { object-position: center 18%; }

.policy-modes { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.policy-card { position: relative; overflow: hidden; padding: 34px; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; background: rgba(255,255,255,.07); }
.policy-card::after { content: ""; position: absolute; width: 170px; height: 170px; right: -70px; top: -70px; border-radius: 50%; background: rgba(255,255,255,.05); }
.franchise-policy { border-color: rgba(245,27,43,.55); background: linear-gradient(145deg, rgba(245,27,43,.19), rgba(255,255,255,.06)); }
.policy-tag { display: inline-block; padding: 7px 10px; border-radius: 8px; color: #d9ebfb; background: rgba(17,103,177,.35); font-size: 10px; font-weight: 800; }
.franchise-policy .policy-tag { color: #ffd9dc; background: rgba(245,27,43,.3); }
.policy-card > p { margin: 24px 0 4px; color: #8fc8f5; font-size: 11px; letter-spacing: .08em; }
.policy-card h3 { margin: 0 0 24px; font-size: 34px; }
.policy-card > strong { display: block; color: white; font-size: 38px; }
.policy-card > strong small { margin-left: 7px; color: #b9c8da; font-size: 12px; }
.policy-card ul { display: grid; gap: 11px; margin: 24px 0; padding: 22px 0 0; border-top: 1px solid rgba(255,255,255,.12); list-style: none; }
.policy-card li { position: relative; padding-left: 20px; color: #d4deea; font-size: 13px; }
.policy-card li::before { content: "✓"; position: absolute; left: 0; color: #57d8ac; font-weight: 900; }
.policy-summary { display: block; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: white; font-weight: 800; }
.fee-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.fee-row span { padding: 14px; border-radius: 12px; background: rgba(255,255,255,.08); color: #cbd7e5; font-size: 10px; }
.fee-row b { display: block; margin-bottom: 4px; color: white; font-size: 19px; }
.support-heading { margin: 55px 0 20px; }
.support-heading p, .join-steps > div p { margin: 0; color: #7cc0f5; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.support-heading h3, .join-steps h3 { margin: 8px 0 0; font-size: 25px; }
.support-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.support-flow article { position: relative; padding: 26px; border-radius: 17px; color: var(--ink); background: white; }
.support-flow article:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; right: -13px; top: 48%; display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; color: white; background: var(--red); font-size: 12px; }
.support-flow b { color: var(--red); font-size: 11px; }
.support-flow span { display: block; margin-top: 18px; color: var(--navy); font-size: 19px; font-weight: 900; }
.support-flow p { margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.growth-system { display: grid; grid-template-columns: repeat(6, 1fr); gap: 9px; margin-top: 20px; }
.growth-system article { padding: 20px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; text-align: center; background: rgba(255,255,255,.05); }
.growth-system span { color: #ff5360; font-weight: 900; }
.growth-system p { margin: 8px 0 0; color: #b8c7d8; font-size: 10px; line-height: 1.45; }
.join-steps { display: grid; grid-template-columns: .55fr 1.45fr; gap: 30px; align-items: center; margin-top: 35px; padding: 28px; border-radius: 18px; background: rgba(255,255,255,.07); }
.join-steps ol { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; margin: 0; padding: 0; list-style: none; }
.join-steps li { padding: 14px 8px; border-radius: 11px; color: white; text-align: center; background: rgba(255,255,255,.08); font-size: 11px; }
.join-steps li b { display: block; margin-bottom: 6px; color: #ff5662; }
.calculator-intro { margin-bottom: 35px; }

.calculator-layout { display: block; margin-top: -28px; padding-bottom: 70px; }
.controls-column { display: grid; gap: 20px; }
.panel { background: var(--white); border: 1px solid rgba(208,218,230,.8); border-radius: 20px; padding: 26px; box-shadow: var(--shadow); }
.section-heading { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; margin-bottom: 22px; }
.section-heading > div { display: flex; align-items: center; gap: 12px; }
.section-heading h2, .breakdown-panel h2 { margin: 0; font-size: 21px; letter-spacing: -.02em; }
.section-heading p { margin: 2px 0 0; color: var(--muted); font-size: 13px; text-align: right; }
.step { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: white; background: var(--navy); font-size: 12px; font-weight: 800; }

.scenario-buttons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.scenario-buttons button { padding: 13px; color: var(--navy-2); background: #f3f6fa; border: 1px solid var(--line); border-radius: 12px; font-weight: 700; }
.scenario-buttons button.active { color: white; background: var(--blue); border-color: var(--blue); box-shadow: 0 8px 20px rgba(17,103,177,.22); }
.mode-row { display: grid; grid-template-columns: auto minmax(240px, 420px); align-items: center; justify-content: start; gap: 12px; margin-top: 18px; }
.mode-row label { color: var(--muted); font-size: 13px; font-weight: 700; }
select, input[type="number"] { width: 100%; height: 44px; border: 1px solid var(--line); border-radius: 10px; padding: 0 12px; color: var(--ink); background: white; outline: none; transition: .2s border, .2s box-shadow; }
select:focus, input[type="number"]:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(17,103,177,.1); }
.money-input { position: relative; }
.money-input span { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: var(--muted); font-size: 12px; font-weight: 800; pointer-events: none; }
.money-input input { padding-left: 40px; }
.field-note { margin: 10px 0 0; color: var(--muted); font-size: 12px; }

.business-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.business-card { border: 1px solid var(--line); border-radius: 16px; padding: 20px; transition: opacity .2s; }
.business-card.disabled { opacity: .45; }
.business-title, .business-title > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.business-title h3, .upsell-grid h3 { margin: 0; font-size: 17px; }
.business-title p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.business-title b { color: var(--blue); }
.business-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; color: white; font-weight: 900; }
.service-card .business-icon { background: var(--blue); }
.tint-card .business-icon { background: var(--red); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 20px; }
.field-grid label, .fixed-cost-grid label, .upsell-grid label { display: grid; gap: 7px; color: var(--muted); font-size: 12px; font-weight: 700; }
.required-field { position: relative; }
.required-field::after { content: "必填"; position: absolute; right: 0; top: 0; color: var(--red); font-size: 10px; }
.mini-result { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-top: 16px; margin-top: 16px; border-top: 1px dashed var(--line); color: var(--muted); font-size: 12px; }
.mini-result strong { color: var(--ink); font-size: 18px; }
.switch input { position: absolute; opacity: 0; }
.switch span { display: block; position: relative; width: 42px; height: 24px; border-radius: 20px; background: #bcc5d2; transition: .2s; }
.switch span::after { content: ""; position: absolute; width: 18px; height: 18px; left: 3px; top: 3px; border-radius: 50%; background: white; transition: .2s; }
.switch input:checked + span { background: var(--green); }
.switch input:checked + span::after { transform: translateX(18px); }

.upsell-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.upsell-grid section { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 18px; border-radius: 15px; background: #f7f9fc; }
.upsell-grid h3, .upsell-grid label:first-of-type { grid-column: 1 / -1; }
.upsell-grid output { float: right; color: var(--blue); }
input[type="range"] { width: 100%; accent-color: var(--blue); }
.fixed-cost-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }

.renovation-panel { border-color: rgba(245, 158, 11, .42); background: linear-gradient(135deg, #fffdf8, #ffffff); }
.renovation-input-row { display: grid; grid-template-columns: minmax(150px, 220px) minmax(240px, 420px); gap: 16px; align-items: center; }
.renovation-input-row label { color: var(--ink); font-size: 14px; font-weight: 800; }
.payback-composition { display: flex; align-items: stretch; flex-wrap: wrap; gap: 10px; margin-top: 17px; }
.payback-composition span { display: grid; gap: 3px; min-width: 160px; padding: 12px 15px; border-radius: 11px; color: var(--muted); background: #f4f6f9; font-size: 10px; }
.payback-composition b { color: var(--ink); font-size: 16px; }
.payback-composition i { align-self: center; color: #9aa5b4; font-style: normal; font-weight: 900; }
.payback-composition .payback-total { color: #816000; background: #fff2c7; }
.payback-composition .payback-total b { color: #6f5200; }
.results-section { margin-top: 8px; padding: 30px; border-radius: 24px; background: linear-gradient(145deg, #eaf2fb 0%, #f8fafc 44%, #eef3f8 100%); border: 1px solid #d4e0ed; box-shadow: var(--shadow); }
.results-heading { display: flex; justify-content: space-between; gap: 24px; align-items: center; margin-bottom: 22px; }
.results-heading > div { display: flex; align-items: center; gap: 13px; }
.results-heading p { margin: 0 0 3px; color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.results-heading h2 { margin: 0; font-size: 25px; }
.results-heading > span { color: var(--muted); font-size: 12px; }
.results-grid { display: grid; grid-template-columns: minmax(320px, .8fr) minmax(480px, 1.2fr); gap: 16px; align-items: stretch; }
.results-grid .result-hero { grid-column: 1; }
.results-grid .result-panel { grid-column: 2; grid-row: 1 / span 2; }
.results-grid .breakdown-panel { grid-column: 1; }
.results-grid .owner-message, .results-grid .disclaimer { grid-column: 1 / -1; }
.result-hero { padding: 30px; color: white; border-radius: 20px; background: linear-gradient(135deg, #0d63ad, #072b52); box-shadow: 0 18px 45px rgba(7,43,82,.24); }
.result-hero p { margin: 0 0 10px; color: #c8e6ff; font-size: 13px; }
.result-hero strong { display: block; font-size: clamp(38px, 4vw, 54px); letter-spacing: -.04em; }
.result-hero span { display: block; margin-top: 10px; color: #d7e8f7; font-size: 12px; }
.result-hero.loss { background: linear-gradient(135deg, #b51623, #6b0e16); }
.result-hero.incomplete { background: linear-gradient(135deg, #475569, #1e293b); }
.result-panel { padding: 22px; }
.comparison-row { display: grid; grid-template-columns: 1fr auto 1fr; gap: 12px; align-items: center; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.comparison-row > div:not(.arrow) { display: grid; gap: 5px; }
.comparison-row span { color: var(--muted); font-size: 12px; }
.comparison-row strong { font-size: 21px; }
.comparison-row small { color: var(--muted); font-size: 10px; }
.comparison-row .highlight strong { color: var(--green); }
.arrow { color: #a8b3c2; font-size: 20px; }
.metric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.metric-grid div { padding: 13px; border-radius: 12px; background: #f5f7fa; }
.metric-grid span { display: block; color: var(--muted); font-size: 10px; min-height: 26px; }
.metric-grid strong { display: block; margin-top: 4px; font-size: 17px; }
.breakdown-panel { padding: 22px; }
.breakdown-panel h2 { margin-bottom: 16px; }
.breakdown-row { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #edf0f4; color: var(--muted); font-size: 12px; }
.breakdown-row strong { color: var(--ink); }
.breakdown-row.positive strong { color: var(--green); }
.breakdown-row.negative strong { color: var(--red); }
.bar-chart { margin-top: 18px; display: grid; gap: 8px; }
.bar-chart div { display: grid; grid-template-columns: 52px 1fr; gap: 8px; align-items: center; font-size: 10px; color: var(--muted); }
.bar-chart i { display: block; min-width: 3px; width: 0; height: 8px; border-radius: 8px; background: var(--blue); transition: width .35s; }
.bar-chart div:nth-child(2) i { background: var(--red); }
.bar-chart div:nth-child(3) i { background: var(--green); }
.owner-message { padding: 22px; border-radius: 18px; background: #fff8e8; border: 1px solid #f5d888; }
.owner-message span { color: #9a6800; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.owner-message p { margin: 9px 0 0; color: #553d0c; line-height: 1.65; font-size: 14px; }
.disclaimer { margin: 0; color: #7a8493; text-align: center; font-size: 10px; line-height: 1.5; }

.primary-button, .ghost-button { min-height: 42px; padding: 0 17px; border-radius: 10px; border: 1px solid rgba(255,255,255,.22); font-weight: 800; }
.primary-button { border-color: var(--red); color: white; background: var(--red); }
.ghost-button { color: white; background: transparent; }
.compact { font-size: 13px; }
footer { padding: 25px 0; color: #8390a3; background: var(--navy); font-size: 12px; text-align: center; }

/* Standalone three-page experience */
.standalone-page { background: #f5f7fa; }
.site-header { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; min-height: 76px; padding: 10px max(24px, calc((100vw - 1440px) / 2)); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); box-shadow: 0 6px 24px rgba(7,26,51,.07); backdrop-filter: blur(14px); }
.site-brand { display: flex; align-items: center; flex: 0 0 auto; }
.site-brand img { display: block; width: 155px; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
.site-nav { display: flex; align-items: center; gap: 5px; }
.site-nav a { min-width: 105px; padding: 12px 15px; border-radius: 10px; color: #657184; text-align: center; text-decoration: none; font-size: 13px; font-weight: 800; transition: .18s; }
.site-nav a:hover { color: var(--navy); background: #eef3f8; }
.site-nav a.active { color: white; background: var(--navy); }
.language-switch { display: grid; place-items: center; min-width: 48px; min-height: 42px; padding: 0 10px; border: 1px solid #cfd8e4; border-radius: 10px; color: var(--blue); text-decoration: none; font-size: 12px; font-weight: 900; }
.language-switch:hover { color: white; border-color: var(--blue); background: var(--blue); }
.standalone-main { width: min(1440px, calc(100% - 40px)); margin: 0 auto; padding: 30px 0 55px; }
.page-hero { position: relative; overflow: hidden; min-height: 330px; padding: 58px 64px; border-radius: 26px; color: white; background: radial-gradient(circle at 85% 12%, rgba(17,103,177,.38), transparent 25%), linear-gradient(135deg,#06162c,#0b2a50); box-shadow: var(--shadow); }
.page-hero::after { content: ""; position: absolute; right: -90px; bottom: -170px; width: 480px; height: 480px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.page-hero h1 { max-width: 900px; font-size: clamp(44px,5vw,72px); }
.about-page-hero h1 { color: var(--red); }
.page-hero > p { position: relative; z-index: 2; max-width: 760px; margin: 24px 0 0; color: #c9d7e8; font-size: 17px; line-height: 1.75; }
.hero-kicker { margin-bottom: 14px; color: #78bdf5; font-size: 11px; font-weight: 900; letter-spacing: .17em; }
.hero-facts { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-facts span { display: flex; align-items: baseline; gap: 7px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; color: #c6d4e5; background: rgba(255,255,255,.07); font-size: 11px; }
.hero-facts b { color: white; font-size: 18px; }
.compact-section { margin-top: 22px; padding: 32px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 12px 35px rgba(7,26,51,.06); }
.section-title { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 24px; }
.section-title p { margin: 0 0 8px; color: var(--blue); font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.section-title h2 { margin: 0; color: var(--navy); font-size: clamp(32px,3vw,46px); line-height: 1.16; font-weight: 900; }
.story-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.story-grid article { padding: 27px; border-radius: 16px; background: #f3f6fa; }
.story-grid span { color: var(--red); font-size: 14px; font-weight: 900; }
.story-grid h3 { margin: 14px 0 12px; color: var(--navy); font-size: 24px; line-height: 1.3; }
.story-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.proof-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.proof-grid article { padding: 23px; border-radius: 15px; background: #f4f7fa; }
.proof-grid b { color: var(--red); font-size: 11px; }
.proof-grid h3 { margin: 14px 0 10px; color: var(--navy); font-size: 23px; font-weight: 900; }
.proof-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.evidence-feature { display: grid; grid-template-columns: .78fr 1.22fr; gap: 28px; align-items: center; color: white; border-color: var(--navy); background: var(--navy); }
.evidence-label { color: #73b9f2; font-size: 13px; font-weight: 900; letter-spacing: .13em; }
.evidence-copy h2 { margin: 15px 0 5px; font-size: clamp(38px,4vw,58px); line-height: 1.1; font-weight: 900; }
.evidence-copy h3 { margin: 0 0 20px; color: #ff4b58; font-size: clamp(25px,2.5vw,36px); }
.evidence-copy > p { color: #c5d2e1; font-size: 15px; line-height: 1.8; }
.evidence-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 22px; }
.evidence-metrics span { padding: 12px; border-radius: 10px; color: #bccddd; background: rgba(255,255,255,.08); font-size: 9px; }
.evidence-metrics b { display: block; margin-bottom: 4px; color: white; font-size: 19px; }
.source-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.source-links a, .evidence-card a { color: #77c4ff; font-size: 11px; font-weight: 800; }
.evidence-photo { margin: 0; overflow: hidden; border-radius: 16px; background: #142b48; }
.evidence-photo img { display: block; width: 100%; height: 390px; object-fit: cover; }
.evidence-photo figcaption { padding: 9px 12px; color: #9db0c4; font-size: 9px; }
.evidence-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; padding: 0; border: 0; background: transparent; box-shadow: none; }
.evidence-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 10px 30px rgba(7,26,51,.06); }
.evidence-card > img { display: block; width: 100%; height: 205px; object-fit: cover; }
.evidence-card.platform-recognition > img { object-position: center 12%; }
.evidence-card > div { padding: 22px; }
.evidence-card span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.evidence-card h3 { margin: 12px 0; color: var(--navy); font-size: 24px; line-height: 1.25; font-weight: 900; }
.evidence-card p { min-height: 58px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.ecosystem-proof { display: grid; grid-template-columns: .6fr 1.4fr; gap: 28px; align-items: center; }
.ecosystem-proof > div > p { margin: 0 0 6px; color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.ecosystem-proof h2 { margin: 0; color: var(--navy); font-size: 25px; }
.ecosystem-badges { display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; }
.ecosystem-badges span { padding: 13px 8px; border: 1px solid var(--line); border-radius: 10px; color: var(--navy); text-align: center; font-size: 11px; font-weight: 900; }
.ecosystem-badges small { display: block; margin-top: 5px; color: var(--muted); font-size: 8px; font-weight: 500; }
.page-next { display: flex; align-items: center; justify-content: flex-end; gap: 15px; margin-top: 24px; }
.page-next span { color: var(--muted); font-size: 11px; }
.page-next a { padding: 13px 18px; border-radius: 10px; color: white; text-decoration: none; background: var(--red); font-size: 13px; font-weight: 900; }
.policy-page { background: #071a33; }
.policy-page .site-header { background: rgba(255,255,255,.97); }
.policy-page .standalone-main { padding-bottom: 45px; }
.policy-page-hero { min-height: 285px; }
.standalone-policy { padding: 0; border: 0; background: transparent; box-shadow: none; }
.policy-page .policy-card { color: white; }
.policy-page .policy-card h3 { color: white; }
.policy-page .policy-card h3 { font-size: 42px; font-weight: 900; }
.policy-page .policy-card > p { font-size: 14px; }
.policy-page .policy-card li { font-size: 15px; line-height: 1.45; }
.policy-page .policy-summary { font-size: 18px; }
.policy-page .fee-row b { font-size: 23px; }
.support-board, .policy-system { border-color: rgba(255,255,255,.13); background: #0d2748; }
.support-board .section-title h2, .policy-system .section-title h2 { color: white; }
.support-board .section-title p, .policy-system .section-title p { color: #79c1f7; }
.policy-page .join-steps { border: 1px solid rgba(255,255,255,.13); background: #0d2748; }
.policy-page .join-steps h3 { color: white; }
.policy-page .support-flow span { font-size: 25px; }
.policy-page .support-flow p { font-size: 14px; }
.policy-page .growth-system span { font-size: 20px; }
.policy-page .growth-system p { font-size: 13px; }
.policy-page .join-steps h3 { font-size: 31px; font-weight: 900; }
.policy-page .join-steps li { font-size: 14px; font-weight: 800; }
.policy-page .page-next span { color: #a8b8ca; }
.calculator-page-hero { min-height: 260px; }
.calculator-case-showcase {
  position: relative;
  overflow: hidden;
  margin-top: 22px;
  padding: 38px;
  border: 1px solid #d4e1ef;
  border-radius: 28px;
  background: linear-gradient(145deg, #ffffff 0%, #eef5fb 55%, #ffffff 100%);
  box-shadow: 0 18px 48px rgba(7,26,51,.08);
}
.calculator-case-showcase::before {
  content: "";
  position: absolute;
  right: -170px;
  top: -230px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,90,169,.18), rgba(0,90,169,0) 66%);
}
.case-showcase-head,
.case-showcase-hero,
.case-photo-sequence {
  position: relative;
  z-index: 2;
}
.case-showcase-head {
  display: grid;
  grid-template-columns: minmax(420px, .85fr) minmax(360px, .7fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 26px;
}
.case-showcase-head span {
  color: var(--blue);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
}
.case-showcase-head h2 {
  grid-row: 2;
  margin: 10px 0 0;
  color: var(--navy);
  font-size: clamp(34px, 3.8vw, 58px);
  line-height: 1.08;
  letter-spacing: -.045em;
}
.case-showcase-head p {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0;
  color: #526073;
  font-size: 16px;
  line-height: 1.85;
}
.case-showcase-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  align-items: stretch;
}
.case-showcase-hero figure,
.case-photo-sequence figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(0,57,116,.12);
  border-radius: 22px;
  background: var(--navy);
  box-shadow: 0 16px 38px rgba(0,57,116,.14);
}
.case-showcase-hero figure { min-height: 520px; }
.case-showcase-hero img,
.case-photo-sequence img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-showcase-hero figure::after,
.case-photo-sequence figure::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.68));
}
.case-showcase-hero figcaption {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 20px;
  color: white;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 800;
}
.case-showcase-hero aside {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: stretch;
  gap: 12px;
  padding: 24px;
  border-radius: 22px;
  color: white;
  background: linear-gradient(160deg, #06162c 0%, #003974 58%, #005aa9 100%);
  box-shadow: 0 16px 38px rgba(0,57,116,.18);
}
.case-showcase-hero aside::after {
  content: "";
  position: absolute;
  right: 28px;
  top: -84px;
  width: 28px;
  height: 230px;
  background: rgba(237,28,41,.9);
  transform: skewX(var(--slash-skew));
}
.case-showcase-hero aside > span {
  position: relative;
  z-index: 2;
  color: #8cc8f8;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
}
.showcase-metric {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  min-height: 92px;
  padding: 17px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 15px;
  background: rgba(255,255,255,.08);
}
.showcase-metric strong {
  color: white;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -.035em;
}
.showcase-metric small {
  display: block;
  margin-top: 8px;
  color: #c6d8e9;
  font-size: 12px;
  font-weight: 700;
}
.showcase-metric.highlight {
  border-color: rgba(237,28,41,.38);
  background: rgba(237,28,41,.16);
}
.case-data-note {
  position: relative;
  z-index: 2;
  margin: 2px 0 0;
  color: rgba(255,255,255,.68);
  font-size: 11px;
  line-height: 1.5;
}
.case-photo-sequence {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}
.case-photo-sequence figure {
  height: clamp(430px, 46vw, 660px);
}
.case-photo-sequence figure:nth-child(2) {
  height: clamp(520px, 58vw, 760px);
  background: linear-gradient(135deg, #06162c, #0b2a50);
}
.case-photo-sequence figure:nth-child(2) img {
  object-fit: contain;
  object-position: center;
}
.case-photo-sequence figure:nth-child(4) img { object-position: center 42%; }
.case-photo-sequence figure:nth-child(5) img { object-position: center 18%; }
.case-photo-sequence figcaption {
  position: absolute;
  z-index: 2;
  left: 26px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: white;
}
.case-photo-sequence figcaption b {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  color: white;
  background: var(--red);
  font-size: 14px;
}
.case-photo-sequence figcaption span {
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -.02em;
}
.calculator-standalone .calculator-layout { margin-top: 22px; }
.calculator-page .panel { box-shadow: 0 10px 30px rgba(7,26,51,.06); }

@media (max-width: 1024px) {
  .site-header { min-height: 68px; padding: 8px 18px; }
  .site-brand img { width: 125px; }
  .site-nav a { min-width: 88px; padding: 11px 10px; font-size: 11px; }
  .standalone-main { width: calc(100% - 28px); padding-top: 20px; }
  .page-hero { min-height: 285px; padding: 45px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .story-grid { grid-template-columns: 1fr 1fr 1fr; }
  .evidence-feature { grid-template-columns: 1fr 1fr; }
  .evidence-photo img { height: 330px; }
  .case-lead-grid { grid-template-columns: 1fr; }
  .case-hero-photo { min-height: 360px; }
  .case-gallery { grid-template-columns: repeat(3, 1fr); }
  .case-gallery figure { min-height: 210px; }
  .case-showcase-head { grid-template-columns: 1fr; gap: 16px; }
  .case-showcase-head p { grid-column: auto; grid-row: auto; max-width: 820px; }
  .case-showcase-hero { grid-template-columns: 1fr; }
  .case-showcase-hero aside { grid-template-columns: repeat(4, 1fr); }
  .case-showcase-hero aside > span { grid-column: 1 / -1; }
  .showcase-metric strong { font-size: 30px; }
  .ecosystem-proof { grid-template-columns: 1fr; }
  .ecosystem-badges { grid-template-columns: repeat(5,1fr); }
}

@media (max-width: 900px) {
  .standalone-policy { grid-template-columns: 1fr; }
  .standalone-policy .policy-card { min-height: 0; }
  .fee-row { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 720px) {
  .site-header { align-items: flex-start; gap: 8px; min-height: 106px; }
  .site-brand { padding-top: 8px; }
  .site-brand img { width: 108px; }
  .header-actions { gap: 5px; }
  .site-nav { display: grid; grid-template-columns: repeat(3,auto); gap: 2px; }
  .site-nav a { min-width: 0; padding: 10px 7px; font-size: 9px; }
  .language-switch { min-width: 38px; min-height: 36px; font-size: 9px; }
  .standalone-main { width: calc(100% - 20px); padding-top: 12px; }
  .page-hero { min-height: 0; padding: 34px 24px; border-radius: 18px; }
  .page-hero h1 { font-size: 38px; }
  .page-hero > p { font-size: 14px; }
  .compact-section { padding: 22px; border-radius: 17px; }
  .proof-grid, .evidence-feature, .evidence-cards, .ecosystem-proof { grid-template-columns: 1fr; }
  .story-grid { grid-template-columns: 1fr; }
  .case-story-card { padding: 24px; }
  .case-metrics { grid-template-columns: 1fr 1fr; }
  .case-gallery { grid-template-columns: 1fr 1fr; }
  .case-gallery figure { min-height: 190px; }
  .calculator-case-showcase { padding: 24px; border-radius: 20px; }
  .case-showcase-head h2 { font-size: 34px; }
  .case-showcase-head p { font-size: 14px; }
  .case-showcase-hero figure { min-height: 340px; }
  .case-showcase-hero aside { grid-template-columns: 1fr 1fr; padding: 20px; }
  .case-photo-sequence figure,
  .case-photo-sequence figure:nth-child(2) { height: 360px; }
  .case-photo-sequence figcaption { left: 18px; bottom: 16px; }
  .case-photo-sequence figcaption span { font-size: 18px; }
  .evidence-photo img { height: 245px; }
  .evidence-metrics { grid-template-columns: 1fr 1fr 1fr; }
  .evidence-card { display: grid; grid-template-columns: 115px 1fr; }
  .evidence-card > img { height: 100%; min-height: 190px; }
  .evidence-card > div { padding: 17px; }
  .evidence-card p { min-height: 0; }
  .ecosystem-badges { grid-template-columns: 1fr 1fr; }
  .page-next { justify-content: space-between; }
  .calculator-page-hero { padding-bottom: 32px; }
}

@media (max-width: 430px) {
  .site-header { padding-left: 10px; padding-right: 10px; }
  .site-brand img { width: 96px; }
  .site-nav a { padding-left: 5px; padding-right: 5px; font-size: 8px; }
  .page-hero h1 { font-size: 34px; }
  .hero-facts { display: grid; grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: 1fr; }
  .case-metrics, .case-gallery { grid-template-columns: 1fr; }
  .case-hero-photo { min-height: 260px; }
  .calculator-case-showcase { padding: 18px; }
  .case-showcase-hero aside { grid-template-columns: 1fr; }
  .case-showcase-hero figure { min-height: 280px; }
  .case-photo-sequence figure,
  .case-photo-sequence figure:nth-child(2) { height: 300px; }
  .case-photo-sequence figcaption b { width: 38px; height: 38px; }
  .evidence-card { grid-template-columns: 1fr; }
  .evidence-card > img { height: 190px; }
  .evidence-metrics { grid-template-columns: 1fr; }
  .ecosystem-badges { grid-template-columns: 1fr; }
}

@media (max-width: 1080px) {
  .hero-content { grid-template-columns: 1fr; }
  .hero-proof { max-width: 620px; }
  .results-grid { grid-template-columns: 1fr 1fr; }
  .results-grid .result-hero, .results-grid .breakdown-panel { grid-column: 1; }
  .results-grid .result-panel { grid-column: 2; grid-row: 1 / span 2; }
  .company-stats, .value-grid { grid-template-columns: 1fr 1fr; }
  .growth-system { grid-template-columns: repeat(3, 1fr); }
  .join-steps { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .page-shell { width: min(100% - 24px, 1440px); }
  .hero { padding-bottom: 45px; }
  .topbar { min-height: 72px; }
  .brand-logo { width: 138px; }
  .ghost-button { display: none; }
  .hero-content { padding-top: 38px; gap: 32px; }
  h1 { font-size: 40px; }
  .hero-copy { font-size: 15px; }
  .calculator-layout { margin-top: -20px; }
  .business-grid, .upsell-grid, .results-grid { grid-template-columns: 1fr; }
  .results-grid .result-hero, .results-grid .result-panel, .results-grid .breakdown-panel { grid-column: 1; grid-row: auto; }
  .results-section { padding: 18px; border-radius: 18px; }
  .results-heading { align-items: flex-start; }
  .content-section { padding: 65px 0; }
  .block-heading { grid-template-columns: 1fr; gap: 17px; }
  .about-hero-grid, .policy-modes { grid-template-columns: 1fr; }
  .network-visual { min-height: 360px; }
  .support-flow { grid-template-columns: 1fr 1fr; }
  .support-flow article::after { display: none !important; }
  .ecosystem-strip { grid-template-columns: 1fr; }
  .partner-list { justify-content: flex-start; }
  .join-steps ol { grid-template-columns: repeat(5, minmax(105px, 1fr)); overflow-x: auto; padding-bottom: 7px; }
  .section-heading { display: block; }
  .section-heading p { margin: 10px 0 0 46px; text-align: left; }
  .mode-row { grid-template-columns: 1fr 1fr; }
  .mode-row label { align-self: end; }
  .fixed-cost-grid { grid-template-columns: 1fr 1fr; }
  .renovation-input-row { grid-template-columns: 1fr 1fr; }
  .panel { padding: 18px; border-radius: 16px; }
  .business-card { padding: 16px; }
}

@media (max-width: 430px) {
  .top-actions .compact { padding: 0 10px; font-size: 11px; }
  .scenario-buttons { grid-template-columns: 1fr; }
  .field-grid, .fixed-cost-grid, .upsell-grid section { grid-template-columns: 1fr; }
  .upsell-grid section > * { grid-column: 1 / -1; }
  .mode-row { grid-template-columns: 1fr; }
  .renovation-input-row { grid-template-columns: 1fr; }
  .results-heading { display: block; }
  .results-heading > span { display: block; margin: 10px 0 0 47px; }
  .hero-proof strong { font-size: 36px; }
  .comparison-row { grid-template-columns: 1fr; }
  .comparison-row .arrow { transform: rotate(90deg); justify-self: start; }
  .section-nav-inner { width: 100%; gap: 4px; padding-left: 6px; padding-right: 6px; }
  .section-nav a { min-height: 42px; gap: 4px; font-size: 11px; }
  .section-nav a span { width: 21px; height: 21px; }
  .content-section { padding: 52px 0; }
  .block-heading h2 { font-size: 30px; }
  .block-number { width: 42px; height: 42px; }
  .about-statement { min-height: auto; padding: 25px; }
  .about-statement h3 { font-size: 27px; }
  .company-stats, .value-grid, .support-flow, .growth-system { grid-template-columns: 1fr; }
  .network-visual { min-height: 350px; }
  .network-node { width: 118px; padding: 12px; }
  .network-node b { font-size: 20px; }
  .network-core { width: 145px; }
  .node-owner { left: 4%; top: 8%; }
  .node-workshop { right: 3%; top: 11%; }
  .node-state { right: 8%; bottom: 7%; }
  .policy-card { padding: 25px; }
  .fee-row { grid-template-columns: 1fr; }
  .join-steps { padding: 20px; }
  .payback-composition span { flex: 1 1 130px; min-width: 0; }
}

/* ServAuto Brand Kit v2.0 — canonical digital surface */
h1, h2, h3, h4, strong, b { letter-spacing: -.02em; }
.hero-kicker, .section-title > p, .results-heading p, .evidence-label,
.policy-tag, .step, .proof-grid > article > b, .evidence-card span,
.ecosystem-proof > div > p, .owner-message span {
  font-family: var(--mono);
  text-transform: uppercase;
}

.standalone-page { background: var(--paper); }
.site-header {
  min-height: 76px;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.97);
  box-shadow: 0 5px 18px rgba(0,57,116,.06);
}
.site-header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: linear-gradient(105deg, var(--blue) 0 48%, var(--red) 48% 65%, transparent 65%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 2px) 100%, 2px 100%);
}
.site-brand { padding: 8px 0; }
.site-brand img { width: 166px; height: auto; }
.site-nav a {
  min-width: 98px;
  border-radius: 8px;
  color: var(--ink-2);
  font-weight: 600;
}
.site-nav a:hover { color: var(--blue); background: #EEF4FA; }
.site-nav a.active { color: white; background: var(--blue); box-shadow: none; }
.language-switch {
  min-width: 50px;
  min-height: 40px;
  border: 1.5px solid var(--red);
  border-radius: 20px;
  color: var(--red);
  font-family: var(--mono);
}
.language-switch:hover { border-color: var(--red); background: var(--red); }
.standalone-main { width: min(1380px, calc(100% - 40px)); }

.page-hero {
  isolation: isolate;
  min-height: 310px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 72%, #0067C4 100%);
  box-shadow: 0 14px 34px rgba(0,57,116,.16);
}
.page-hero::before,
.page-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -18%;
  bottom: -18%;
  border: 0;
  border-radius: 0;
  transform: skewX(var(--slash-skew));
}
.page-hero::before { right: 15%; width: 46px; background: rgba(255,255,255,.16); }
.page-hero::after { right: 7%; width: 62px; background: rgba(237,28,41,.82); }
.page-hero h1 { position: relative; z-index: 2; font-weight: 900; letter-spacing: -.035em; line-height: .98; }
.about-page-hero h1 {
  color: #F2F6FA;
  text-shadow: 0 2px 12px rgba(0, 32, 70, .18);
}
.policy-page-hero h1 {
  line-height: 1.12;
  letter-spacing: -.022em;
}
.page-hero > p { color: rgba(255,255,255,.9); font-weight: 400; }
.hero-kicker { color: white; opacity: .82; font-size: 10.5px; font-weight: 600; letter-spacing: .2em; }
.hero-facts span {
  border-color: rgba(255,255,255,.28);
  border-radius: 20px;
  color: rgba(255,255,255,.86);
  background: rgba(0,57,116,.24);
}
.hero-facts b { color: white; }

.compact-section,
.panel,
.results-section {
  border-color: var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.section-title { position: relative; padding-left: 20px; }
.section-title::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 2px;
  width: 6px;
  height: 46px;
  background: var(--blue);
  box-shadow: 9px 0 0 var(--red);
  transform: skewX(var(--slash-skew));
}
.section-title > p { color: var(--red); font-size: 10.5px; font-weight: 600; }
.section-title h2 { color: var(--ink); font-weight: 800; }

.story-grid article,
.proof-grid article {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}
.story-grid article::before,
.proof-grid article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(105deg, var(--blue) 0 64%, var(--red) 64%);
}
.story-grid span, .proof-grid b { font-family: var(--mono); color: var(--red); }
.story-grid h3, .proof-grid h3, .evidence-card h3, .ecosystem-proof h2 { color: var(--ink); }

.evidence-feature {
  position: relative;
  overflow: hidden;
  border-color: var(--navy);
  border-radius: var(--radius);
  background: var(--navy);
}
.evidence-feature::before { content: none; }
.evidence-label { color: var(--s-light-blue); font-weight: 600; }
.evidence-copy h3 { color: var(--red); }
.evidence-photo, .evidence-card { border-radius: var(--radius); }
.evidence-card { box-shadow: 0 8px 20px rgba(0,57,116,.06); }
.evidence-card > img { border-bottom: 4px solid var(--blue); }
.evidence-card.platform-recognition > img { border-bottom-color: var(--red); }
.ecosystem-badges span {
  border-color: var(--blue);
  border-radius: 24px;
  color: var(--blue);
  background: white;
}
.page-next a {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: var(--red);
}
.page-next a::before {
  content: "";
  position: absolute;
  top: -12px;
  bottom: -12px;
  left: 12px;
  width: 5px;
  background: rgba(255,255,255,.25);
  transform: skewX(var(--slash-skew));
}

.policy-page { background: var(--paper); }
.policy-page .policy-card {
  border-radius: var(--radius);
  background: var(--navy);
  box-shadow: 0 12px 26px rgba(0,57,116,.14);
}
.policy-page .authorized-policy {
  color: var(--ink);
  border: 1px solid #D3DFEC;
  border-top: 5px solid var(--blue);
  background:
    radial-gradient(circle at 92% 8%, rgba(138,170,217,.2), transparent 30%),
    linear-gradient(145deg, #FFFFFF 0%, #EEF4FA 100%);
  box-shadow: 0 12px 26px rgba(0,57,116,.09);
}
.policy-page .authorized-policy h3,
.policy-page .authorized-policy > strong,
.policy-page .authorized-policy .fee-row b { color: var(--navy); }
.policy-page .authorized-policy > strong small,
.policy-page .authorized-policy li { color: var(--ink-2); }
.policy-page .authorized-policy > p { color: var(--blue); }
.policy-page .authorized-policy .policy-tag { color: white; background: var(--blue); }
.policy-page .authorized-policy ul,
.policy-page .authorized-policy .policy-summary { border-color: #CBD8E6; }
.policy-page .authorized-policy .policy-summary { color: var(--navy); }
.policy-page .authorized-policy::after { background: rgba(0,90,169,.06); }
.policy-page .franchise-policy {
  border-color: rgba(237,28,41,.55);
  border-top: 5px solid var(--red);
  background:
    radial-gradient(circle at 92% 8%, rgba(73,120,188,.3), transparent 30%),
    linear-gradient(145deg, #003974 0%, #064F8C 100%);
}
.policy-page .policy-tag { border-radius: 20px; background: rgba(255,255,255,.14); }
.policy-page .franchise-policy .policy-tag { color: white; background: var(--red); }
.policy-page .policy-card > p { color: var(--s-light-blue); }
.policy-page .franchise-policy > p { color: var(--s-light-blue); opacity: 1; }
.policy-page .franchise-policy .fee-row span { background: rgba(255,255,255,.1); }
.policy-page .franchise-policy .policy-summary { border-top-color: rgba(255,255,255,.18); }
.calculator-page-hero h1 {
  letter-spacing: .012em;
  line-height: 1.08;
}
.case-page-hero h1 {
  line-height: 1.08;
  letter-spacing: -.018em;
}
.support-board, .policy-system, .policy-page .join-steps {
  border-color: var(--navy);
  border-radius: var(--radius);
  background: var(--navy);
}
.support-flow article, .growth-system article, .join-steps li { border-radius: var(--radius); }
.support-flow article:not(:last-child)::after {
  border-radius: 0;
  background: var(--red);
  clip-path: polygon(18% 0,100% 0,82% 100%,0 100%);
}
.growth-system span, .join-steps li b { color: var(--red); }

.calculator-page .panel { box-shadow: 0 8px 20px rgba(0,57,116,.06); }
.step, .business-icon {
  border-radius: 0;
  clip-path: polygon(18% 0,100% 0,82% 100%,0 100%);
}
.step { background: var(--blue); }
.scenario-buttons button {
  border-radius: 8px;
  color: var(--ink-2);
  background: white;
}
.scenario-buttons button:hover { border-color: var(--s-light-blue); color: var(--blue); }
.scenario-buttons button.active { border-color: var(--blue); background: var(--blue); box-shadow: none; }
.mode-row label, .field-grid label, .fixed-cost-grid label, .upsell-grid label { color: var(--ink-2); }
select, input[type="number"] { border-radius: 8px; border-color: var(--line); }
select:focus, input[type="number"]:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,90,169,.12); }
.business-card {
  border-radius: var(--radius);
  border-top: 4px solid var(--blue);
  background: white;
}
.tint-card { border-top-color: var(--red); }
.service-card .business-icon { background: var(--blue); }
.tint-card .business-icon { background: var(--red); }
.switch input:checked + span { background: var(--blue); }
.upsell-grid section { border: 1px solid var(--line); border-radius: var(--radius); background: #FAFBFC; }
.renovation-panel { border-color: rgba(237,28,41,.32); border-left: 4px solid var(--red); background: white; }
.payback-composition span { border: 1px solid var(--line); border-radius: 8px; background: white; }
.payback-composition .payback-total { color: var(--navy); border-color: var(--s-light-blue); background: #EEF4FA; }
.payback-composition .payback-total b { color: var(--blue); }
.results-section { border-top: 5px solid var(--blue); background: white; }
.result-hero { border-radius: var(--radius); background: linear-gradient(135deg, var(--navy), var(--blue)); box-shadow: 0 14px 30px rgba(0,57,116,.18); }
.result-hero.loss { background: linear-gradient(135deg, var(--s-dark-red), var(--red)); }
.result-hero.incomplete { background: linear-gradient(135deg, var(--ink-2), var(--navy)); }
.metric-grid div { border: 1px solid var(--line); border-radius: 8px; background: #FAFBFC; }
.owner-message { border: 1px solid var(--line); border-left: 4px solid var(--blue); border-radius: 8px; background: white; }
.owner-message span { color: var(--blue); }
.owner-message p { color: var(--ink-2); }

footer {
  position: relative;
  overflow: hidden;
  color: white;
  background: var(--navy);
  font-family: var(--mono);
  letter-spacing: .02em;
}
footer::before {
  content: "";
  position: absolute;
  left: 8%;
  top: -20px;
  width: 8px;
  height: 80px;
  background: var(--blue);
  box-shadow: 12px 0 0 var(--red);
  transform: skewX(var(--slash-skew));
}

@media (max-width: 720px) {
  .site-brand img { width: 112px; }
  .site-nav { grid-template-columns: repeat(4, auto); }
  .site-nav a { min-width: 0; padding: 10px 6px; font-size: 8.5px; }
  .site-header::after { height: 2px; }
  .page-hero { border-radius: var(--radius); }
  .page-hero::before { right: 10%; width: 24px; }
  .page-hero::after { right: 3%; width: 34px; opacity: .68; }
  .compact-section, .panel, .results-section { border-radius: var(--radius); }
  .section-title { display: block; padding-left: 18px; }
  .section-title::before { height: 38px; }
}

@media print {
  body { background: white; }
  .hero { padding-bottom: 24px; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .top-actions, .section-nav, .about-section, .policy-section, .controls-column, .calculator-intro, footer { display: none !important; }
  .hero-content { padding-top: 24px; grid-template-columns: 1fr 1fr; }
  .hero-copy { font-size: 13px; }
  .calculator-layout { display: block; margin-top: 20px; }
  .results-section { box-shadow: none; }
  .results-grid { display: grid; grid-template-columns: 1fr 1fr; }
  .results-grid .result-hero, .results-grid .breakdown-panel { grid-column: 1; }
  .results-grid .result-panel { grid-column: 2; grid-row: 1 / span 2; }
  .results-grid .owner-message, .results-grid .disclaimer { grid-column: 1 / -1; }
  .panel, .result-hero { box-shadow: none; break-inside: avoid; }
}
