@charset "UTF-8";

:root {
  --navy: #102c38;
  --navy-deep: #081f2a;
  --green: #174b40;
  --green-light: #dfece7;
  --gold: #b69757;
  --gold-light: #efe5cc;
  --ink: #1a2a30;
  --text: #3d4b50;
  --muted: #6a777b;
  --line: #dbe1df;
  --bg: #f5f7f6;
  --warm: #f7f3eb;
  --white: #fff;
  --serif: "Noto Serif JP", serif;
  --sans: "Noto Sans JP", sans-serif;
  --shadow: 0 18px 50px rgba(12, 38, 47, .12);
  --radius: 6px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--text); background: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.9; letter-spacing: .035em; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 8px 16px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.container.narrow { width: min(880px, calc(100% - 48px)); }
.section { padding: 92px 0; }
.section-muted { background: var(--bg); }
.section-warm { background: var(--warm); }
.section-navy { color: #fff; background: var(--navy-deep); }
.centered { text-align: center; }
.sp-only { display: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 78px; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(15, 44, 56, .1); backdrop-filter: blur(12px); }
.header-inner { width: min(1240px, calc(100% - 48px)); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img, .footer-brand img { width: 220px; height: auto; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 56px; padding: 12px 28px; border: 1px solid transparent; text-decoration: none; font-weight: 700; letter-spacing: .04em; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-header { min-height: 46px; padding: 8px 22px; color: #fff; background: var(--green); font-size: 14px; }
.button-header:hover { background: #0d3b32; }
.button-primary { min-width: 350px; color: #fff; background: var(--green); box-shadow: 0 12px 28px rgba(15, 72, 60, .24); }
.button-primary:hover { background: #0e3e34; box-shadow: 0 16px 34px rgba(15, 72, 60, .28); }
.button-large { min-width: 420px; min-height: 64px; }

.hero { position: relative; min-height: 780px; padding-top: 78px; color: #fff; isolation: isolate; background: var(--navy-deep); }
.hero-media, .hero-overlay { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero-overlay { z-index: -1; background: linear-gradient(90deg, rgba(5,24,31,.96) 0%, rgba(5,24,31,.89) 42%, rgba(5,24,31,.4) 72%, rgba(5,24,31,.12) 100%); }
.hero-inner { min-height: 702px; display: flex; align-items: center; padding-block: 64px; }
.hero-content { width: min(690px, 66%); }
.eyebrow, .section-number { margin: 0 0 18px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .18em; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(37px, 4.2vw, 60px); line-height: 1.42; letter-spacing: .04em; }
.hero-lead { max-width: 660px; margin: 26px 0 0; font-size: 20px; font-weight: 700; line-height: 1.75; }
.hero-copy { max-width: 630px; margin: 16px 0 0; color: rgba(255,255,255,.8); font-size: 15px; line-height: 1.9; }
.hero-key { margin: 24px 0 0; padding-left: 18px; border-left: 3px solid var(--gold); font-family: var(--serif); font-size: 23px; font-weight: 700; line-height: 1.65; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; padding: 0; list-style: none; }
.tag-list li { padding: 4px 11px; border: 1px solid rgba(255,255,255,.32); background: rgba(255,255,255,.08); font-size: 12px; }
.cta-set { margin-top: 32px; text-align: center; }
.cta-set-left { text-align: left; }
.cta-notes { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 16px; margin: 12px 0 0; font-size: 11px; font-weight: 500; }
.cta-set-left .cta-notes { justify-content: flex-start; }
.cta-notes span::before { content: "✓"; margin-right: 4px; color: var(--gold); }

.section-heading { margin-bottom: 48px; }
.section-heading h2, .final-cta h2 { margin: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(30px, 3.3vw, 44px); line-height: 1.55; letter-spacing: .04em; }
.section-heading > p:last-child { max-width: 760px; margin: 22px auto 0; }
.section-heading:not(.centered) > p:last-child { margin-inline: 0; }
.section-heading.light h2 { color: #fff; }
.section-heading.light > p:last-child { color: rgba(255,255,255,.74); }

.intro-section { background: linear-gradient(#fff, #f8faf9); }
.flow-compare { display: grid; grid-template-columns: 1fr 48px 1fr; align-items: stretch; gap: 16px; }
.flow-lane { padding: 30px; border: 1px solid var(--line); background: #fff; }
.flow-lane h3 { margin: 0 0 24px; color: var(--ink); font-size: 18px; line-height: 1.6; }
.flow-lane h3 span { display: block; margin-bottom: 4px; color: var(--muted); font-size: 11px; letter-spacing: .12em; }
.flow-lane-good { border-top: 4px solid var(--green); box-shadow: var(--shadow); }
.flow-lane-bad { border-top: 4px solid #8b969a; }
.flow-steps { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 22px; margin: 0; padding: 0; list-style: none; counter-reset: flow; }
.flow-steps li { position: relative; padding: 7px 10px; background: var(--bg); color: #536166; font-size: 13px; white-space: nowrap; }
.flow-steps li:not(:last-child)::after { content: "→"; position: absolute; right: -18px; color: #a1aaad; }
.flow-lane-good .flow-focus { color: #fff; background: var(--green); font-weight: 700; }
.flow-steps .flow-end { color: var(--ink); border: 1px solid var(--gold); background: var(--gold-light); font-weight: 700; }
.compare-mark { align-self: center; color: var(--gold); font-size: 13px; font-weight: 700; text-align: center; }
.conclusion-box { display: flex; justify-content: center; align-items: center; gap: 28px; margin-top: 40px; padding: 26px 32px; color: #fff; background: var(--navy); }
.conclusion-box strong { font-family: var(--serif); font-size: 20px; }
.conclusion-box span { font-size: 14px; opacity: .8; }

.concern-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.concern-list li { display: flex; align-items: center; gap: 18px; min-height: 76px; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 500; }
.concern-list span { color: var(--gold); font-family: var(--serif); font-size: 13px; }
.center-note { margin: 32px 0 0; color: var(--green); font-family: var(--serif); font-size: 21px; font-weight: 700; text-align: center; }

.split-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 72px; }
.split-layout-reverse { grid-template-columns: .9fr 1.1fr; }
.split-copy > p { margin: 0 0 24px; }
.photo-frame { position: relative; margin: 0; box-shadow: var(--shadow); }
.photo-frame::before { content: ""; position: absolute; inset: 16px -16px -16px 16px; z-index: -1; border: 1px solid var(--gold); }
.photo-frame img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.photo-wide img { aspect-ratio: 3 / 2; }
.photo-tall img { aspect-ratio: 4 / 4.2; }
.photo-frame figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 14px 18px; color: #fff; background: rgba(8,31,42,.86); font-size: 12px; line-height: 1.6; }
.keyword-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 28px 0; padding: 0; list-style: none; }
.keyword-grid li { padding: 8px 4px; border-bottom: 1px solid var(--gold); color: var(--ink); font-size: 12px; font-weight: 700; text-align: center; }
.key-message { padding: 20px 22px; border-left: 3px solid var(--green); color: var(--ink); background: var(--bg); font-family: var(--serif); font-size: 18px; font-weight: 700; }

.matching-diagram { display: grid; grid-template-columns: 1.4fr .55fr .3fr .55fr .8fr; align-items: center; gap: 18px; max-width: 1000px; margin: 0 auto; }
.match-source { padding: 28px; color: var(--ink); background: #fff; }
.match-source h3 { margin: 0 0 18px; font-size: 16px; }
.match-source ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.match-source li { padding: 4px 9px; background: var(--bg); font-size: 11px; }
.diagram-arrow { color: rgba(255,255,255,.65); text-align: center; }
.diagram-arrow span { display: block; font-size: 10px; }
.diagram-arrow b { display: block; color: var(--gold); font-size: 34px; line-height: 1; }
.match-filter { display: flex; flex-direction: column; gap: 7px; }
.match-filter span { display: block; height: 5px; background: var(--gold); transform: scaleX(var(--scale, 1)); }
.match-filter span:nth-child(2) { --scale: .7; }
.match-filter span:nth-child(3) { --scale: .4; }
.match-result { display: flex; flex-direction: column; justify-content: center; min-height: 170px; padding: 22px; border: 1px solid var(--gold); text-align: center; }
.match-result span, .match-result small { color: rgba(255,255,255,.65); font-size: 11px; }
.match-result strong { margin: 5px 0; color: #fff; font-family: var(--serif); font-size: 22px; }
.diagram-caption { margin: 32px 0 0; color: rgba(255,255,255,.72); font-size: 13px; text-align: center; }

.option-branch { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 34px; max-width: 940px; margin: 0 auto 72px; padding-top: 88px; }
.branch-origin { position: absolute; top: 0; left: 50%; z-index: 2; width: 190px; padding: 10px; color: #fff; background: var(--navy); font-family: var(--serif); font-weight: 700; text-align: center; transform: translateX(-50%); }
.branch-lines { position: absolute; top: 43px; left: 25%; width: 50%; height: 44px; border-top: 2px solid var(--gold); border-right: 2px solid var(--gold); border-left: 2px solid var(--gold); }
.branch-lines i { position: absolute; bottom: -7px; width: 12px; height: 12px; border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: rotate(45deg); }
.branch-lines i:first-child { left: -7px; }.branch-lines i:last-child { right: -7px; }
.option-panel { padding: 32px; border: 1px solid var(--line); background: #fff; box-shadow: 0 12px 32px rgba(15,42,51,.07); }
.option-panel > span { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.option-panel h3 { margin: 8px 0 12px; color: var(--ink); font-family: var(--serif); font-size: 25px; }
.option-panel p { margin: 0 0 18px; font-size: 14px; }
.option-panel a { color: var(--green); font-size: 13px; font-weight: 700; }
.lease-diagram { max-width: 900px; margin: 0 auto; padding: 42px; background: var(--bg); }
.lease-diagram header { text-align: center; }
.lease-diagram header h3 { margin: 0; color: var(--ink); font-family: var(--serif); font-size: 24px; }
.lease-diagram header p { margin: 8px 0 0; font-size: 13px; }
.triangle-map { position: relative; max-width: 650px; height: 340px; margin: 28px auto 0; }
.triangle-map svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.triangle-map path { fill: none; stroke: var(--gold); stroke-width: 2; marker-end: url(#arrowhead); }
.triangle-map polygon { fill: var(--gold); }
.party { position: absolute; z-index: 2; width: 160px; padding: 14px; border: 1px solid var(--line); background: #fff; text-align: center; }
.party strong { display: block; color: var(--ink); }.party small { font-size: 10px; }
.party-seller { top: 18px; left: 0; }.party-buyer { top: 18px; right: 0; }.party-landlord { bottom: 0; left: 50%; transform: translateX(-50%); }
.relation { position: absolute; z-index: 2; padding: 2px 8px; color: var(--muted); background: var(--bg); font-size: 10px; }
.relation-top { top: 38px; left: 50%; transform: translateX(-50%); }
.relation-left { bottom: 115px; left: 65px; transform: rotate(52deg); }
.relation-right { right: 30px; bottom: 112px; transform: rotate(-52deg); }
.fine-note { margin: 18px 0 0; color: var(--muted); font-size: 11px; }
.centered-note { text-align: center; }

.balance-diagram { display: grid; grid-template-columns: 1fr 180px 1fr; align-items: center; max-width: 960px; margin: 72px auto 0; }
.balance-side { min-height: 270px; padding: 28px; border: 1px solid var(--line); background: #fff; }
.balance-side h3 { margin: 0 0 18px; color: var(--ink); font-family: var(--serif); font-size: 20px; }
.balance-side ul { margin: 0; padding-left: 1.2em; columns: 2; font-size: 13px; }
.balance-center { position: relative; height: 140px; text-align: center; }
.balance-center .beam { position: absolute; top: 35px; left: -15px; width: calc(100% + 30px); height: 4px; background: var(--gold); transform: rotate(-4deg); }
.balance-center .beam::before, .balance-center .beam::after { content: ""; position: absolute; top: -14px; width: 2px; height: 32px; background: var(--gold); }
.balance-center .beam::before { left: 0; }.balance-center .beam::after { right: 0; }
.balance-center .pivot { position: absolute; top: 40px; left: 50%; width: 0; height: 0; border-right: 30px solid transparent; border-bottom: 70px solid var(--navy); border-left: 30px solid transparent; transform: translateX(-50%); }
.balance-center strong { position: absolute; right: 0; bottom: 0; left: 0; color: var(--ink); font-size: 13px; }

.value-orbit { position: relative; width: 760px; height: 520px; max-width: 100%; margin: 0 auto; }
.value-orbit svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.value-orbit svg g { fill: none; stroke: #d6dedb; stroke-width: 1; stroke-dasharray: 4 6; }
.orbit-center { position: absolute; top: 50%; left: 50%; z-index: 2; display: flex; flex-direction: column; justify-content: center; width: 230px; height: 230px; border-radius: 50%; color: #fff; background: var(--green); text-align: center; transform: translate(-50%, -50%); box-shadow: var(--shadow); }
.orbit-center small { font-size: 11px; }.orbit-center strong { font-family: var(--serif); font-size: 22px; }
.value-node { position: absolute; z-index: 2; min-width: 94px; padding: 8px 12px; border: 1px solid var(--gold); border-radius: 30px; color: var(--ink); background: #fff; font-size: 12px; font-weight: 700; text-align: center; transform: translate(-50%, -50%); }
.n1 { top: 8%; left: 50%; }.n2 { top: 17%; left: 77%; }.n3 { top: 40%; left: 91%; }.n4 { top: 76%; left: 84%; }.n5 { top: 92%; left: 64%; }.n6 { top: 92%; left: 36%; }.n7 { top: 76%; left: 16%; }.n8 { top: 40%; left: 9%; }.n9 { top: 17%; left: 23%; }.n10 { top: 58%; left: 93%; }

.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; margin: 26px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 23px; color: var(--ink); font-size: 14px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.support-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 72px; }
.support-steps { margin: 0; padding: 0; list-style: none; }
.support-steps li { display: flex; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.support-steps li > span { color: var(--gold); font-family: var(--serif); font-weight: 700; }
.support-steps h3 { margin: 0; color: var(--ink); font-size: 17px; }.support-steps p { margin: 4px 0 0; font-size: 13px; }
.excluded-box { display: flex; align-items: center; gap: 32px; margin-top: 56px; padding: 24px 30px; border: 1px solid var(--line); background: var(--bg); }
.excluded-box strong { flex: 0 0 230px; color: var(--ink); font-family: var(--serif); font-size: 18px; }.excluded-box p { margin: 0; font-size: 13px; }

.section-faq { color: #fff; background: var(--navy); }
.faq-list { border-top: 1px solid rgba(255,255,255,.2); }
.faq-list details { border-bottom: 1px solid rgba(255,255,255,.2); }
.faq-list summary { position: relative; padding: 22px 52px 22px 42px; font-weight: 500; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before { content: "Q"; position: absolute; left: 8px; color: var(--gold); font-family: var(--serif); font-size: 18px; }
.faq-list summary::after { content: "+"; position: absolute; right: 12px; top: 50%; color: var(--gold); font-size: 24px; transform: translateY(-50%); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details > div { position: relative; padding: 0 44px 24px 42px; color: rgba(255,255,255,.72); font-size: 14px; }
.faq-list details > div::before { content: "A"; position: absolute; left: 8px; color: #fff; font-family: var(--serif); }

.final-cta { position: relative; padding: 96px 0; text-align: center; background: var(--warm); }
.final-cta::before { content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 40px; background: var(--gold); }
.final-cta h2 { font-size: clamp(32px, 4vw, 48px); }
.final-cta-inner > p:not(.section-number) { margin: 22px auto 0; }
.site-footer { padding: 56px 0 100px; color: rgba(255,255,255,.72); background: var(--navy-deep); }
.footer-inner { display: grid; grid-template-columns: 240px 1fr; gap: 36px 60px; align-items: start; }
.footer-inner nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 28px; }
.footer-inner nav a { font-size: 12px; text-decoration: none; }.footer-inner nav a:hover { color: #fff; }
.copyright { grid-column: 1 / -1; margin: 0; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.15); font-size: 10px; text-align: center; }
.mobile-cta { display: none; }

@media (max-width: 900px) {
  .section { padding: 76px 0; }
  .hero-content { width: 82%; }
  .split-layout, .split-layout-reverse, .support-layout { grid-template-columns: 1fr; gap: 48px; }
  .photo-frame { max-width: 680px; margin-inline: auto; }
  .matching-diagram { grid-template-columns: 1fr 60px .3fr 60px .8fr; gap: 10px; }
  .balance-diagram { grid-template-columns: 1fr 130px 1fr; }
}

@media (max-width: 640px) {
  body { padding-bottom: 72px; font-size: 15px; line-height: 1.85; }
  .container, .container.narrow { width: min(100% - 36px, 560px); }
  .section { padding: 64px 0; }
  .pc-only { display: none; }.sp-only { display: block; }
  .site-header { height: 64px; }
  .header-inner { width: calc(100% - 28px); }
  .brand img { width: 150px; }
  .button-header { min-height: 38px; padding: 6px 12px; font-size: 11px; }
  .hero { min-height: auto; padding-top: 64px; }
  .hero-media img { object-position: 64% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(5,24,31,.96) 0%, rgba(5,24,31,.84) 100%); }
  .hero-inner { min-height: 700px; padding-block: 54px; }
  .hero-content { width: 100%; }
  .eyebrow, .section-number { margin-bottom: 14px; font-size: 10px; }
  .hero h1 { font-size: clamp(31px, 9.2vw, 38px); line-height: 1.45; }
  .hero-lead { margin-top: 22px; font-size: 17px; line-height: 1.75; }
  .hero-copy { font-size: 13px; }
  .hero-key { margin-top: 20px; font-size: 19px; }
  .tag-list { margin-top: 20px; gap: 6px; }
  .tag-list li { padding: 3px 8px; font-size: 10px; }
  .button-primary, .button-large { width: 100%; min-width: 0; min-height: 58px; padding: 10px 16px; gap: 12px; font-size: 14px; }
  .cta-notes, .cta-set-left .cta-notes { justify-content: center; gap: 2px 10px; font-size: 9px; text-align: center; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2, .final-cta h2 { font-size: clamp(27px, 7.6vw, 33px); line-height: 1.55; }
  .section-heading > p:last-child { margin-top: 16px; font-size: 13px; }
  .flow-compare { grid-template-columns: 1fr; gap: 14px; }
  .flow-lane { padding: 22px 18px; }
  .flow-lane h3 { margin-bottom: 18px; font-size: 16px; }
  .flow-steps { gap: 7px 19px; }
  .flow-steps li { padding: 5px 7px; font-size: 10px; }
  .flow-steps li:not(:last-child)::after { right: -16px; }
  .compare-mark { padding: 0; }
  .conclusion-box { flex-direction: column; gap: 8px; margin-top: 28px; padding: 22px 20px; text-align: center; }
  .conclusion-box strong { font-size: 17px; }.conclusion-box span { font-size: 12px; }
  .concern-list { grid-template-columns: 1fr; }
  .concern-list li { min-height: 64px; font-size: 13px; }
  .center-note { margin-top: 26px; font-size: 18px; }
  .split-layout, .split-layout-reverse, .support-layout { gap: 38px; }
  .split-copy { min-width: 0; }
  .photo-frame::before { inset: 10px -10px -10px 10px; }
  .photo-tall img { aspect-ratio: 4 / 3.4; }
  .photo-frame figcaption { position: static; padding: 12px 14px; font-size: 10px; }
  .keyword-grid { grid-template-columns: repeat(4, 1fr); gap: 5px; }
  .keyword-grid li { font-size: 10px; }
  .key-message { padding: 16px 17px; font-size: 16px; }
  .matching-diagram { grid-template-columns: 1fr; gap: 10px; }
  .match-source { padding: 20px; }.match-source li { font-size: 10px; }
  .diagram-arrow { display: flex; align-items: center; justify-content: center; gap: 10px; }
  .diagram-arrow b { transform: rotate(90deg); font-size: 26px; }
  .match-filter { width: 70px; margin: 0 auto; }
  .match-result { min-height: 120px; }
  .diagram-caption { margin-top: 24px; font-size: 11px; }
  .option-branch { grid-template-columns: 1fr; gap: 20px; margin-bottom: 48px; padding-top: 74px; }
  .branch-lines { top: 41px; left: 50%; width: 2px; height: 33px; border: 0; border-left: 2px solid var(--gold); }
  .branch-lines i { display: none; }
  .option-panel { padding: 24px 22px; }.option-panel h3 { font-size: 21px; }
  .lease-diagram { padding: 28px 14px; }
  .lease-diagram header h3 { font-size: 19px; }
  .triangle-map { height: 300px; }
  .party { width: 118px; padding: 10px 5px; font-size: 12px; }
  .party small { display: block; font-size: 8px; }
  .party-seller { top: 15px; left: 0; }.party-buyer { top: 15px; right: 0; }.party-landlord { bottom: 8px; }
  .triangle-map svg { height: 290px; transform: scale(.87); }
  .relation { max-width: 110px; padding: 1px 4px; font-size: 8px; line-height: 1.45; text-align: center; }
  .relation-top { top: 70px; }.relation-left { left: 10px; bottom: 103px; transform: rotate(54deg); }.relation-right { right: -2px; bottom: 101px; transform: rotate(-54deg); }
  .balance-diagram { grid-template-columns: 1fr; margin-top: 48px; }
  .balance-side { min-height: 0; padding: 22px; }
  .balance-side h3 { font-size: 18px; }.balance-side ul { columns: 1; font-size: 12px; }
  .balance-center { height: 118px; transform: none; }
  .balance-center .beam { top: 28px; left: 12%; width: 76%; transform: rotate(-3deg); }
  .balance-center .pivot { top: 34px; border-right-width: 24px; border-bottom-width: 55px; border-left-width: 24px; }
  .balance-center strong { right: 0; bottom: 2px; left: 0; width: auto; transform: none; }
  .value-orbit { width: 354px; height: 430px; }
  .value-orbit svg { display: none; }
  .orbit-center { width: 168px; height: 168px; }
  .orbit-center strong { font-size: 16px; }.orbit-center small { font-size: 9px; }
  .value-node { min-width: 71px; padding: 6px 7px; font-size: 9px; }
  .n1 { top: 6%; }.n2 { top: 15%; left: 77%; }.n3 { top: 36%; left: 85%; }.n4 { top: 68%; left: 83%; }.n5 { top: 88%; left: 65%; }.n6 { top: 88%; left: 35%; }.n7 { top: 68%; left: 17%; }.n8 { top: 36%; left: 15%; }.n9 { top: 15%; left: 23%; }.n10 { top: 53%; left: 89%; }
  .check-list { grid-template-columns: 1fr; gap: 5px; }
  .support-steps li { padding: 16px 0; }
  .excluded-box { flex-direction: column; align-items: flex-start; gap: 8px; margin-top: 40px; padding: 22px; }
  .excluded-box strong { flex-basis: auto; font-size: 17px; }.excluded-box p { font-size: 12px; }
  .faq-list summary { padding: 18px 38px 18px 32px; font-size: 13px; line-height: 1.65; }
  .faq-list summary::before { left: 2px; }.faq-list summary::after { right: 4px; }
  .faq-list details > div { padding: 0 8px 20px 32px; font-size: 12px; }.faq-list details > div::before { left: 2px; }
  .final-cta { padding: 72px 0; }.final-cta-inner > p:not(.section-number) { font-size: 13px; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; text-align: center; }
  .footer-brand img { width: 190px; margin: 0 auto; }
  .footer-inner nav { flex-direction: column; justify-content: center; gap: 8px; }
  .mobile-cta { position: fixed; right: 0; bottom: 0; left: 0; z-index: 90; display: block; padding: 8px 12px calc(8px + env(safe-area-inset-bottom)); background: rgba(8,31,42,.96); box-shadow: 0 -4px 20px rgba(0,0,0,.15); transition: transform .25s; }
  .mobile-cta.is-hidden { transform: translateY(110%); }
  .mobile-cta a { display: flex; align-items: center; justify-content: center; gap: 18px; min-height: 48px; color: #fff; background: var(--green); font-size: 14px; font-weight: 700; text-decoration: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

