:root {
  --indigo: #16213e;
  --indigo-deep: #0f172d;
  --ivory: #f6f1e8;
  --ivory-deep: #ebe3d6;
  --coral: #b9473f;
  --coral-deep: #a43f38;
  --slate: #536078;
  --ink: #1d2939;
  --muted: #566274;
  --line: #d8d1c5;
  --white: #fffdf9;
  --shadow: 0 18px 50px rgba(22, 33, 62, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.container { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.narrow { width: min(840px, calc(100% - 48px)); }
.nw { display: inline-block; white-space: nowrap; }
.accent { color: var(--coral); }
.small-note, .notice, .microcopy { color: var(--muted); font-size: 12.5px; line-height: 1.8; }

#pbar { position: fixed; inset: 0 auto auto 0; z-index: 100; width: 0; height: 4px; background: var(--coral); transform-origin: left center; }
.site-header { position: sticky; top: 0; z-index: 80; border-bottom: 1px solid rgba(216, 209, 197, .9); background: rgba(246, 241, 232, .94); backdrop-filter: blur(14px); }
.header-inner { width: min(1120px, calc(100% - 48px)); height: 72px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 0; }
.brand-mark { color: var(--coral); font-family: "DM Mono", ui-monospace, monospace; font-size: 11px; letter-spacing: .06em; white-space: nowrap; }
.brand-name { color: var(--indigo); font-size: 14px; font-weight: 900; letter-spacing: .04em; white-space: nowrap; }
.brand-name-mobile { display: none; }
.header-cta { display: inline-flex; min-height: 44px; align-items: center; background: var(--indigo); color: var(--ivory); border-radius: 999px; padding: 9px 18px; font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap; transition: background .2s, transform .2s; }
.header-cta:hover { background: var(--coral); transform: translateY(-1px); }
.header-cta span { color: #f6b1a8; margin-left: 4px; }

.hero { padding: 88px 0 96px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr); gap: 68px; align-items: center; }
.eyebrow, .section-kicker, .sim-label, .panel-number, .security-tag, .photo-band-copy span { font-family: "DM Mono", ui-monospace, monospace; letter-spacing: .08em; }
.eyebrow { display: inline-block; margin: 0 0 25px; border: 1px solid var(--coral); border-radius: 999px; color: var(--coral-deep); padding: 4px 14px; font-size: 11px; font-weight: 500; }
h1, h2, h3, p { margin-top: 0; }
h1 { color: var(--indigo); font-size: clamp(29px, 4.2vw, 52px); line-height: 1.48; letter-spacing: -.03em; font-weight: 900; margin-bottom: 26px; }
.hero-lead { max-width: 650px; margin-bottom: 28px; color: var(--muted); font-size: 16px; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 650px; margin: 0 0 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-facts > div { padding: 16px 13px; text-align: center; border-right: 1px solid var(--line); }
.hero-facts > div:last-child { border-right: 0; }
.hero-facts strong { display: block; color: var(--indigo); font-size: clamp(23px, 3vw, 30px); font-weight: 900; line-height: 1.25; letter-spacing: -.03em; }
.hero-facts strong small { font-size: 12px; margin-left: 3px; letter-spacing: 0; }
.hero-facts span { display: block; color: var(--muted); font-size: 11px; }
.hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; padding: 13px 25px; border: 0; border-radius: 999px; text-align: center; font-weight: 700; text-decoration: none; cursor: pointer; transition: background .2s, transform .2s, box-shadow .2s; }
.button-primary { color: var(--ivory); background: var(--coral); box-shadow: 0 8px 24px rgba(229, 107, 93, .22); }
.button-primary:hover { background: var(--coral-deep); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(229, 107, 93, .28); }
.button span { font-size: 20px; line-height: 1; }
.text-link { color: var(--indigo); text-decoration: none; font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--indigo); }
.text-link:hover { color: var(--coral-deep); border-color: var(--coral-deep); }
.microcopy { margin: 14px 0 0; }
.notice { max-width: 660px; margin: 18px 0 0; font-size: 11px; }
.hero-visual { position: relative; margin: 0; }
.hero-visual img { width: 100%; border-radius: 2px; box-shadow: 22px 22px 0 var(--ivory-deep); object-fit: cover; }
.hero-visual figcaption { padding-top: 17px; color: var(--muted); font-size: 12px; }
.hero-visual figcaption span { color: var(--coral); font-family: "DM Mono", ui-monospace, monospace; font-size: 10px; margin-right: 12px; letter-spacing: .08em; }

.section { padding: 112px 0; }
.tint { background: var(--ivory-deep); }
.dark-section { padding: 112px 0; color: var(--ivory); background: var(--indigo); }
.section-kicker { margin-bottom: 15px; color: var(--coral); font-size: 11px; font-weight: 500; }
.dark-section .section-kicker { color: #f2a59a; }
h2 { color: var(--indigo); margin-bottom: 19px; font-size: clamp(29px, 4vw, 45px); line-height: 1.5; letter-spacing: -.03em; font-weight: 900; }
.dark-section h2 { color: var(--ivory); }
.section-lead { max-width: 720px; margin-bottom: 44px; color: var(--muted); }
.dark-section .section-lead { color: #c3ccda; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; }
.problem-grid article { padding: 27px 25px 25px; border: 1px solid rgba(246, 241, 232, .18); border-radius: 2px; background: rgba(255, 255, 255, .035); }
.index { display: block; color: #f2a59a; font-family: "DM Mono", ui-monospace, monospace; font-size: 13px; margin-bottom: 26px; }
.problem-grid h3 { color: #fff; font-size: 18px; line-height: 1.6; margin-bottom: 11px; }
.problem-grid p { color: #bdc7d5; font-size: 14px; line-height: 1.9; margin-bottom: 0; }
.pull-quote { max-width: 760px; margin-top: 48px; padding: 20px 0 18px 27px; border-left: 3px solid var(--coral); color: #f8f4ec; font-family: "Zen Old Mincho", serif; font-size: 20px; line-height: 1.9; }
.pull-quote strong { color: #f2a59a; }

.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 44px 0 26px; }
.compare-card { padding: 31px 30px; border: 1px solid var(--line); background: var(--white); }
.compare-card.featured { border-color: var(--indigo); color: var(--ivory); background: var(--indigo); }
.compare-label { margin-bottom: 18px; color: var(--coral-deep); font-family: "DM Mono", ui-monospace, monospace; font-size: 11px; letter-spacing: .08em; }
.featured .compare-label { color: #f2a59a; }
.compare-card h3 { color: var(--indigo); font-size: 22px; line-height: 1.65; }
.featured h3 { color: var(--ivory); }
.compare-card ul { padding: 0; margin: 22px 0 0; list-style: none; }
.compare-card li { position: relative; padding: 8px 0 8px 23px; border-top: 1px dashed var(--line); font-size: 14px; }
.featured li { border-color: rgba(246, 241, 232, .18); color: #d4dbe5; }
.compare-card li::before { position: absolute; left: 0; color: var(--coral); content: "—"; font-weight: 900; }
.callout, .flow-note { padding: 19px 22px; border-left: 3px solid var(--coral); background: rgba(255, 253, 249, .72); color: var(--muted); font-size: 13px; line-height: 1.9; }
.callout strong, .flow-note strong { color: var(--indigo); }
.callout a, .source-line a { color: var(--coral-deep); font-weight: 700; text-underline-offset: 3px; }

.tabbar { display: flex; gap: 9px; flex-wrap: wrap; margin: 35px 0 22px; }
.tab-button { min-height: 44px; padding: 8px 19px; border: 1px solid var(--indigo); border-radius: 999px; color: var(--indigo); background: transparent; font-weight: 700; cursor: pointer; transition: background .2s, color .2s; }
.tab-button:hover, .tab-button[aria-selected="true"] { color: var(--ivory); background: var(--indigo); }
.workflow-panel { display: grid; grid-template-columns: .82fr 1.18fr; gap: 38px; padding: 30px; border: 1px solid var(--line); background: var(--white); }
.workflow-panel[hidden] { display: none; }
.workflow-image { overflow: hidden; }
.workflow-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.panel-number { color: var(--coral-deep); font-size: 11px; }
.workflow-panel h3 { color: var(--indigo); margin: 15px 0 10px; font-size: 22px; line-height: 1.6; }
.workflow-panel p { color: var(--muted); font-size: 14px; }
.workflow-panel ol { padding-left: 22px; margin: 20px 0 0; color: var(--ink); }
.workflow-panel li { padding: 7px 0; border-top: 1px dashed var(--line); font-size: 14px; }
.workflow-panel li::marker { color: var(--coral-deep); font-family: "DM Mono", ui-monospace, monospace; }

.program-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 46px; align-items: start; }
.program-image { margin: 0; position: sticky; top: 100px; }
.program-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.program-image figcaption { padding-top: 11px; color: var(--muted); font-size: 11px; }
.sessions { display: grid; gap: 13px; }
.session { display: grid; grid-template-columns: 72px 1fr; gap: 17px; padding: 25px 24px; border: 1px solid var(--line); background: var(--white); }
.session-no { color: var(--coral-deep); font-family: "DM Mono", ui-monospace, monospace; font-size: 17px; line-height: 1.35; }
.session-no small { color: var(--slate); font-size: 9px; letter-spacing: .06em; }
.session h3 { color: var(--indigo); margin-bottom: 7px; font-size: 17px; }
.session p { color: var(--muted); margin-bottom: 0; font-size: 13.5px; line-height: 1.9; }
.outcome { margin-top: 2px; padding: 24px 26px; color: var(--ivory); background: var(--indigo); }
.outcome span { color: #f2a59a; font-family: "DM Mono", ui-monospace, monospace; font-size: 10px; letter-spacing: .09em; }
.outcome p { margin: 10px 0 0; font-size: 14px; line-height: 1.9; }
.outcome strong { color: #fff; }
.chips { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 28px; }
.chips span { padding: 6px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: rgba(255, 253, 249, .5); font-size: 12px; }

.photo-band { position: relative; min-height: 410px; overflow: hidden; background: var(--indigo); }
.photo-band > img { width: 100%; height: 410px; object-fit: cover; opacity: .72; }
.photo-band::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(15, 23, 45, .9), rgba(15, 23, 45, .18)); pointer-events: none; }
.photo-band-copy { position: absolute; z-index: 1; inset: 0; display: flex; width: min(1120px, calc(100% - 48px)); margin: auto; flex-direction: column; justify-content: center; color: var(--ivory); }
.photo-band-copy span { color: #f2a59a; font-size: 11px; }
.photo-band-copy p { margin: 17px 0 0; font-family: "Zen Old Mincho", serif; font-size: clamp(24px, 4vw, 43px); font-weight: 700; line-height: 1.65; }

.security-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.security-grid article { padding: 27px 25px; border-top: 2px solid var(--coral); background: var(--white); }
.security-tag { color: var(--coral-deep); font-size: 10px; }
.security-grid h3 { color: var(--indigo); margin: 16px 0 8px; font-size: 17px; }
.security-grid p { margin: 0; color: var(--muted); font-size: 13.5px; line-height: 1.9; }
.source-line { margin: 28px 0 0; color: var(--muted); font-size: 12px; }

.comparison-table-wrap { overflow-x: auto; margin-top: 38px; border: 1px solid var(--line); background: var(--white); }
.scroll-hint { display: none; }
.comparison-table { width: 100%; min-width: 720px; border-collapse: collapse; }
.comparison-table th, .comparison-table td { padding: 17px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 13.5px; }
.comparison-table tr:last-child th, .comparison-table tr:last-child td { border-bottom: 0; }
.comparison-table th:last-child, .comparison-table td:last-child { border-right: 0; }
.comparison-table thead th { color: var(--ivory); background: var(--indigo); font-size: 13px; }
.comparison-table tbody th { width: 18%; color: var(--indigo); font-weight: 700; background: #f0eae0; }
.comparison-table tbody td { color: var(--muted); }

.price-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 25px; align-items: start; }
.price-card { border: 1px solid var(--line); background: var(--white); }
.price-row { display: flex; justify-content: space-between; gap: 20px; padding: 14px 20px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.price-row:last-child { border-bottom: 0; }
.price-row strong { color: var(--indigo); white-space: nowrap; font-size: 15px; }
.price-row.total { color: var(--indigo); background: #eee7dc; }
.price-row.total strong { font-size: 19px; }
.price-row.subsidy strong { color: var(--coral-deep); }
.caveats { padding-left: 20px; margin: 18px 0 0; color: var(--muted); font-size: 12px; line-height: 1.85; }
.simulator, .time-simulator { color: var(--ivory); background: var(--indigo); }
.simulator { padding: 30px 28px; }
.sim-label { display: block; color: #f2a59a; font-size: 10px; }
.simulator h3, .time-simulator h3 { color: #fff; margin: 9px 0 3px; font-size: 21px; }
.simulator p, .time-simulator p { color: #c3ccda; margin-bottom: 22px; font-size: 12px; line-height: 1.8; }
.simulator label, .time-controls label { display: flex; justify-content: space-between; gap: 15px; margin-top: 15px; color: #fff; font-size: 13px; font-weight: 700; }
output { color: #f2a59a; font-weight: 500; }
input[type="range"] { width: 100%; height: 28px; accent-color: var(--coral); cursor: pointer; }
.sim-results { margin-top: 15px; border-top: 1px solid rgba(246, 241, 232, .2); }
.sim-results > div { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(246, 241, 232, .13); font-size: 12px; }
.sim-results > div:last-child { border-bottom: 0; }
.sim-results strong { color: #fff; font-size: 15px; white-space: nowrap; }
.sim-results .sim-emphasis strong { color: #f2a59a; font-size: 20px; }
.time-simulator { display: grid; grid-template-columns: 1fr .9fr .75fr; gap: 28px; margin-top: 24px; padding: 29px 28px; }
.time-simulator h3 { font-size: 18px; }
.time-controls { display: grid; align-content: start; }
.time-controls label { margin-top: 0; font-size: 12px; }
.time-controls input { margin-bottom: 5px; }
.time-result { display: grid; align-content: center; gap: 2px; padding-left: 24px; border-left: 1px solid rgba(246, 241, 232, .18); color: #c3ccda; font-size: 12px; }
.time-result strong { color: #f2a59a; font-size: 23px; line-height: 1.35; }
.time-result small { margin-bottom: 12px; color: #a8b5c5; font-size: 10px; }

.flow-list { display: grid; gap: 0; margin-top: 35px; }
.flow-list article { display: grid; grid-template-columns: 65px 1fr; gap: 22px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.flow-list article > span { color: var(--coral-deep); font-family: "DM Mono", ui-monospace, monospace; font-size: 18px; }
.flow-list h3 { color: var(--indigo); margin-bottom: 6px; font-size: 18px; }
.flow-list p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.flow-note { margin-top: 30px; }

.faq-list { margin-top: 34px; }
.faq-list details { margin-bottom: 11px; border: 1px solid var(--line); background: var(--white); }
.faq-list summary { position: relative; padding: 19px 52px 19px 21px; color: var(--indigo); font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: 21px; top: 50%; color: var(--coral-deep); content: "+"; font-size: 23px; font-weight: 400; transform: translateY(-53%); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 21px 21px; margin: 0; color: var(--muted); font-size: 13.5px; line-height: 1.95; }

.company { border-top: 1px solid var(--line); }
.company-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; }
.company-grid > div { color: var(--muted); font-size: 14px; }
.company-name { color: var(--indigo); font-size: 21px; font-weight: 900; }
.company-grid dl { display: grid; grid-template-columns: 100px 1fr; margin: 0; border-top: 1px solid var(--line); }
.company-grid dt, .company-grid dd { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.company-grid dt { color: var(--slate); }
.company-grid dd { margin: 0; color: var(--ink); }
.company-grid a { color: var(--coral-deep); font-weight: 700; }

.article-links { padding-top: 70px; }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-top: 30px; }
.guide-grid a { display: flex; min-height: 170px; flex-direction: column; justify-content: space-between; padding: 21px 20px; border: 1px solid var(--line); background: var(--white); text-decoration: none; transition: transform .2s, border-color .2s; }
.guide-grid a:hover { border-color: var(--coral); transform: translateY(-3px); }
.guide-grid span { color: var(--coral-deep); font-family: "DM Mono", ui-monospace, monospace; font-size: 10px; }
.guide-grid strong { color: var(--indigo); font-size: 15px; line-height: 1.7; }
.guide-grid small { color: var(--muted); font-size: 11px; }
.all-guides { margin: 25px 0 0; text-align: right; }
.all-guides a { color: var(--coral-deep); font-size: 13px; font-weight: 700; }

.contact { color: var(--ivory); background: var(--indigo); }
.contact h2 { color: var(--ivory); }
.contact .section-kicker { color: #f2a59a; }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: start; }
.contact-copy > p:not(.section-kicker) { color: #c3ccda; font-size: 15px; }
.contact-copy ul { padding: 0; margin: 29px 0 0; list-style: none; }
.contact-copy li { padding: 9px 0 9px 22px; border-top: 1px solid rgba(246, 241, 232, .15); color: #e2e6ec; font-size: 13px; position: relative; }
.contact-copy li::before { position: absolute; left: 0; color: #f2a59a; content: "✓"; }
.form-card { padding: 32px 30px; color: var(--ink); background: var(--white); }
.form-card h3 { color: var(--indigo); margin-bottom: 4px; font-size: 21px; }
.form-sub { color: var(--muted); font-size: 12px; }
.form-status { padding: 11px 13px; margin: 14px 0 2px; border-left: 3px solid var(--coral-deep); color: #7f1d1d; background: #fff1ef; font-size: 12px; font-weight: 700; line-height: 1.65; }
.form-field { margin-top: 15px; }
.form-field label { display: block; margin-bottom: 5px; color: var(--indigo); font-size: 13px; font-weight: 700; }
.form-field label span { margin-left: 5px; color: var(--coral-deep); font-size: 10px; }
.form-field label small { color: var(--slate); font-size: 10px; font-weight: 400; }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: 10px 12px; border: 1px solid var(--line); border-radius: 1px; color: var(--ink); background: #fff; font-size: 14px; }
.form-field textarea { resize: vertical; min-height: 100px; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #9aa3af; }
.consent { color: var(--muted); font-size: 11px; line-height: 1.75; }
.consent a { color: var(--coral-deep); font-weight: 700; }
.form-card .button { width: 100%; margin-top: 5px; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.site-footer { padding: 51px 0 25px; color: #c3ccda; background: var(--indigo-deep); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; }
.footer-brand { color: var(--ivory); font-weight: 900; }
.footer-grid p { margin-bottom: 0; font-size: 12px; line-height: 1.9; }
.footer-grid nav { display: flex; align-content: start; justify-content: flex-end; gap: 8px 18px; flex-wrap: wrap; }
.footer-grid nav a { color: #e2e6ec; font-size: 12px; text-decoration: none; }
.footer-grid nav a:hover { color: #f2a59a; }
.legal { padding-top: 28px; margin-top: 31px; border-top: 1px solid rgba(246, 241, 232, .16); }
.legal p { margin: 0 0 7px; color: #9eabbd; font-size: 10.5px; line-height: 1.75; }
.mobile-cta { display: none; }

.simple-main { min-height: calc(100vh - 170px); padding: 90px 0 110px; }
.simple-card, .document-card { width: min(820px, calc(100% - 48px)); margin: 0 auto; padding: 48px; border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); }
.simple-card h1, .document-card h1 { color: var(--indigo); margin-bottom: 20px; font-size: clamp(28px, 4vw, 42px); line-height: 1.5; }
.simple-card p { color: var(--muted); font-size: 15px; }
.simple-card .button { margin-top: 15px; }
.document-card h2 { margin-top: 39px; margin-bottom: 10px; font-size: 22px; }
.document-card p, .document-card li { color: var(--muted); font-size: 14px; line-height: 2; }
.document-card ul { padding-left: 1.4em; }
.document-card a { color: var(--coral-deep); font-weight: 700; text-underline-offset: 3px; }
.doc-updated { color: var(--slate) !important; font-family: "DM Mono", ui-monospace, monospace; font-size: 11px !important; }
.doc-contact { padding-top: 23px; margin-top: 31px; border-top: 1px solid var(--line); }
@media (max-width: 700px) {
  .simple-main { padding: 55px 0 75px; }
  .simple-card, .document-card { width: calc(100% - 34px); padding: 27px 20px; }
  .document-card h2 { font-size: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; }
}
@media (max-width: 900px) {
  .hero-grid, .program-layout, .price-layout, .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero { padding: 65px 0 78px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 760px; }
  .program-image { position: static; max-width: 620px; }
  .time-simulator { grid-template-columns: 1fr 1fr; }
  .time-result { grid-column: 1 / -1; grid-template-columns: repeat(2, 1fr); gap: 5px 20px; padding: 20px 0 0; border-top: 1px solid rgba(246, 241, 232, .18); border-left: 0; }
  .time-result small { grid-column: 1 / -1; }
  .contact-grid { gap: 28px; }
}
@media (max-width: 700px) {
  .container, .narrow, .header-inner { width: min(100% - 34px, 620px); }
  .brand-name { max-width: 190px; overflow: hidden; text-overflow: ellipsis; }
  .brand-name-desktop { display: none; }
  .brand-name-mobile { display: inline; }
  .header-inner { height: 64px; }
  .header-cta { padding: 8px 13px; font-size: 11px; }
  .header-cta span { display: none; }
  .section, .dark-section { padding: 78px 0; }
  .hero { padding: 52px 0 66px; }
  h1 { font-size: clamp(28px, 8vw, 39px); }
  h2 { font-size: clamp(27px, 7.5vw, 36px); }
  .hero-facts strong { font-size: 22px; }
  .hero-facts span { font-size: 10px; }
  .problem-grid, .security-grid, .guide-grid, .company-grid { grid-template-columns: 1fr; gap: 13px; }
  .problem-grid article { padding: 23px 21px; }
  .compare-grid { grid-template-columns: 1fr; }
  .workflow-panel { grid-template-columns: 1fr; gap: 24px; padding: 20px; }
  .workflow-panel h3 { font-size: 20px; }
  .program-layout { gap: 28px; }
  .session { grid-template-columns: 56px 1fr; padding: 21px 18px; gap: 11px; }
  .photo-band, .photo-band > img { min-height: 350px; height: 350px; }
  .photo-band-copy p { font-size: 27px; }
  .scroll-hint { display: block; margin: 26px 0 -28px; color: var(--coral-deep); font-size: 12px; font-weight: 700; }
  .comparison-table-wrap { margin-right: 0; margin-left: 0; scroll-snap-type: x proximity; }
  .comparison-table th, .comparison-table td { scroll-snap-align: start; }
  .price-row { align-items: flex-start; flex-direction: column; gap: 2px; }
  .price-row strong { font-size: 17px; }
  .time-simulator { grid-template-columns: 1fr; gap: 22px; padding: 24px 20px; }
  .time-result { grid-template-columns: 1fr 1fr; }
  .flow-list article { grid-template-columns: 48px 1fr; gap: 12px; }
  .footer-grid { grid-template-columns: 1fr; gap: 20px; }
  .footer-grid nav { justify-content: flex-start; }
  .contact { padding-bottom: 105px; }
  .mobile-cta { position: fixed; z-index: 70; right: 0; bottom: 0; left: 0; display: block; padding: 9px 17px calc(9px + env(safe-area-inset-bottom)); background: rgba(15, 23, 45, .95); box-shadow: 0 -6px 20px rgba(15, 23, 45, .14); transform: translateY(110%); transition: transform .25s ease; }
  .mobile-cta.is-visible { transform: translateY(0); }
  .mobile-cta a { display: flex; min-height: 48px; align-items: center; justify-content: center; padding: 10px 13px; border-radius: 999px; color: var(--ivory); background: var(--coral); text-align: center; text-decoration: none; font-size: 13px; font-weight: 700; }
}
@media (max-width: 390px) {
  .container, .narrow, .header-inner { width: calc(100% - 28px); }
  .brand-mark { display: none; }
  .brand-name { max-width: none; font-size: 12px; }
  .header-cta { font-size: 11px; padding: 8px 11px; }
  .hero-facts > div { padding: 13px 5px; }
  .hero-facts strong { font-size: 19px; }
  .hero-facts strong small { display: block; margin: 0; font-size: 10px; }
  .hero-facts span { line-height: 1.45; }
  .button { width: 100%; }
  .hero-actions { gap: 15px; }
  .text-link { margin: 0 auto; }
  .form-card { padding: 25px 19px; }
}
