:root{--bg: #f7f7f2;--surface: #ffffff;--surface-muted: #f5f7fb;--ink: #171a1f;--muted: #5c636e;--line: #d4dbe5;--accent: #295cb8;--accent-soft: #e8f0ff;--warm: #fcf2e5;--mint: #f7fafa;--footer: #0f1412;--radius: 8px;--header-sticky-height: 73px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-sticky-height) + 18px)}body{margin:0;color:var(--ink);background:var(--bg);line-height:1.55}body.modal-open{overflow:hidden}a{color:inherit}button,input,textarea{font:inherit}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:var(--header-sticky-height);padding:14px clamp(20px,7vw,120px);background:#f7f7f2e0;border-bottom:1px solid rgba(212,219,229,.75);backdrop-filter:blur(12px)}.brand{display:flex;flex-direction:column;text-decoration:none;font-weight:700;line-height:1.15}.main-nav{display:flex;align-items:center;gap:12px;flex-wrap:wrap;min-width:0}.nav-link,.button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 16px;border:1px solid var(--line);border-radius:var(--radius);text-decoration:none;background:var(--surface);color:var(--ink);cursor:pointer}.nav-link-primary,.button.primary{color:var(--accent);border-color:var(--accent);background:var(--accent-soft);font-weight:700}.button.secondary{color:var(--accent);border-color:var(--accent);background:var(--surface);font-weight:700}.section{width:min(1200px,calc(100% - 40px));margin:0 auto;padding:92px 0}.hero{min-height:calc(100vh - 84px);display:grid;place-items:center}.hero-inner{max-width:920px;text-align:center}.hero h1,.page-hero h1{margin:0;font-size:clamp(42px,7vw,76px);line-height:1.04;overflow-wrap:anywhere}.hero p{max-width:820px;margin:28px auto 36px;color:var(--muted);font-size:22px}.section-heading{margin-bottom:42px}.section-heading.centered{text-align:center}.section-heading h1,.section-heading h2,.about-copy h2{margin:0;font-size:clamp(32px,4vw,46px);line-height:1.14}.section-heading p{max-width:820px;margin:16px auto 0;color:var(--muted);font-size:19px}.benefits{display:grid;gap:28px}.benefits p{margin:0;padding:24px 28px;border:1px solid var(--line);border-radius:12px;background:var(--surface);font-size:clamp(30px,5vw,52px);font-weight:800;line-height:1.08}.benefits p:nth-child(2){margin-left:6%}.benefits p:nth-child(3){margin-left:12%}.grid{display:grid;gap:28px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.info-card,.case-card,.situation-card,.alternative-card,.time-card,.module-card,.intro-call,.toc,.download-box{border:1px solid var(--line);border-radius:10px;background:var(--surface)}.info-card,.case-card,.situation-card,.alternative-card,.time-card,.intro-call,.toc,.download-box{padding:28px}.info-card h3,.case-card h3,.situation-card h3,.alternative-card h3,.time-card h3,.module-card h2{margin:0 0 14px;line-height:1.2}.info-card ul,.alternative-card ul,.modal-scroll ul{margin:14px 0 0;padding-left:20px}.card-note,.strong,.case-result,.price-term{color:var(--ink);font-weight:700}.case-result,.price-term{color:var(--accent)}.situation-card{display:block;color:var(--ink);text-decoration:none;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.situation-card:hover,.situation-card:focus-visible,.module-card.highlighted{border-color:var(--accent);box-shadow:0 18px 40px #295cb81f;transform:translateY(-2px)}.center-action,.center-line{text-align:center;margin-top:36px}.about{display:grid;grid-template-columns:430px 1fr;gap:70px;align-items:center}.portrait-block{position:relative;min-height:540px}.portrait-block img{width:100%;height:520px;object-fit:cover;border-radius:10px;filter:grayscale(1);transition:filter .2s ease,transform .2s ease}.portrait-block:hover img,.portrait-block:focus img{filter:grayscale(0);transform:scale(1.015)}.metric-row{position:absolute;left:34px;right:34px;bottom:34px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.metric-row div{min-height:94px;padding:18px;border-radius:var(--radius);background:#ffffffe6}.metric-row strong{display:block;font-size:34px}.about-copy p{color:var(--muted);font-size:18px}.time-columns,.split{display:grid;grid-template-columns:1fr 1fr;gap:16px}.time-columns span{padding:10px;border-radius:var(--radius);background:var(--surface-muted);color:var(--muted);font-weight:700}.bar-set{display:grid;gap:12px;margin:24px 0}.bar-set span{display:block;height:26px;border-radius:4px;background:linear-gradient(90deg,#6b7d91 0 55%,#f5d8ad 55% 72%,transparent 72%)}.alternative-card .split>div{padding:18px;border-radius:var(--radius);background:var(--mint)}.alternative-card .split>div:nth-child(2){background:var(--warm)}.faq-list{max-width:960px;margin:0 auto}.faq-item{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:18px 22px;margin-bottom:14px}.faq-item summary{cursor:pointer;font-weight:700}.site-footer{background:var(--footer);color:#fff;padding:46px clamp(20px,7vw,120px)}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr 1fr;gap:48px;max-width:1200px;margin:0 auto}.site-footer h2,.site-footer h3{margin:0 0 16px}.site-footer p,.site-footer a{display:block;color:#c7d1cc;margin:8px 0}.footer-policy{color:#fff!important;text-decoration:underline}.page-hero{padding-top:72px}.module-list{display:grid;gap:22px}.module-card{display:grid;grid-template-columns:320px 1fr;gap:36px;padding:28px;scroll-margin-top:calc(var(--header-sticky-height) + 32px)}.module-card-copy p{margin-top:0;color:var(--muted)}.intro-call{margin-top:40px;text-align:center}.modal{width:min(1120px,calc(100% - 28px));max-height:min(880px,calc(100vh - 28px));padding:0;border:0;background:transparent}.modal::backdrop{background:#0f141294}.modal-panel{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:12px;box-shadow:0 30px 90px #0f14123d}.readable-modal{padding:34px}.lead-panel{width:min(760px,100%);margin:0 auto;padding:38px}.icon-close{position:absolute;top:18px;right:18px;width:42px;height:42px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);cursor:pointer;font-size:24px;line-height:1}.modal-kicker{margin:0 54px 6px 0;color:var(--accent);font-weight:700}.modal-panel h2{margin:0 54px 18px 0;font-size:clamp(28px,4vw,38px);line-height:1.15}.modal-scroll{max-height:min(620px,calc(100vh - 260px));overflow:auto;padding-right:14px}.modal-scroll h3{margin:28px 0 10px}.modal-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;padding-top:24px}.lead-form{display:grid;gap:18px}.lead-form label,.lead-form fieldset{display:grid;gap:8px;margin:0;border:0;padding:0}.lead-form label span,.lead-form legend{font-weight:700}.lead-form input,.lead-form textarea{width:100%;border:1px solid var(--line);border-radius:var(--radius);padding:12px 14px;background:#fff}.lead-form small{color:var(--muted)}.choice-row{display:flex;flex-wrap:wrap;gap:10px}.choice-row button{min-width:140px;min-height:38px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);cursor:pointer}.choice-row button.active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent);font-weight:700}.consent-row{grid-template-columns:20px 1fr;align-items:start}.consent-row a{color:var(--accent)}.hp-field{position:absolute;left:-9999px}.form-status{min-height:24px;color:#9b2f18;font-weight:700}.lead-success{text-align:center;padding:80px 20px}.report-sample-header{background:var(--surface);border-bottom:1px solid var(--line)}.report-sample-header-inner{width:min(1180px,calc(100% - 40px));min-height:104px;margin:0 auto;padding:20px 0;display:flex;align-items:center;justify-content:space-between;gap:28px}.report-sample-header-inner>*,.report-page-grid>*,.report-document-head,.report-prose,.report-table-wrap{min-width:0}.report-eyebrow,.report-download-panel p,.report-toc p,.report-document-head p{margin:0;color:#66706a;font-size:.76rem;font-weight:900;text-transform:uppercase}.report-sample-header h1{margin:6px 0 0;font-size:clamp(40px,5vw,58px);line-height:1.02}.report-download-panel{display:grid;justify-items:end;gap:8px}.report-download-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}.report-download-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 16px;border:1px solid #c9c3b7;background:var(--surface);color:var(--ink);text-decoration:none;font-weight:800}.report-download-button.primary{background:#174f43;border-color:#174f43;color:#fff}.report-download-button.return{color:var(--accent);border-color:var(--accent)}.report-page-grid{width:min(1480px,calc(100% - 40px));margin:0 auto;padding:30px 0 72px;display:grid;grid-template-columns:220px minmax(0,1fr) 250px;gap:30px;align-items:start}.report-toc,.report-file-nav{position:sticky;top:150px;padding:16px 0;background:transparent;border:1px solid var(--line);border-left:0;border-right:0}.report-file-nav{max-height:calc(100vh - 170px);overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;padding-top:0;border-top:0}.report-toc a,.report-file-nav a{display:block;padding:10px 0;border-top:1px solid var(--line);color:var(--ink);text-decoration:none;font-weight:750;line-height:1.25}.report-file-nav a.is-child{padding-left:14px;color:#66706a;font-size:.92rem;font-weight:650}.report-file-nav .report-file-title{margin:0 0 14px;border-top:0;font-size:.98rem;font-weight:850}.report-stack{display:grid;gap:26px;min-width:0}.report-document{min-width:0;border:1px solid var(--line);background:var(--surface);box-shadow:0 18px 44px #1f221e14}.report-document-head{padding:24px 30px 0;border-top:4px solid #174f43}.report-document:nth-of-type(2) .report-document-head,.report-document:nth-of-type(4) .report-document-head{border-top-color:#9a6a2f}.report-document h2{margin:8px 0 0;font-size:clamp(1.35rem,2.1vw,2rem);line-height:1.12}.report-prose{padding:24px 30px 34px;font-size:1.03rem;line-height:1.72}.report-prose h2{margin:34px 0 14px;padding-top:22px;border-top:1px solid var(--line);font-size:clamp(1.35rem,2vw,1.8rem)}.report-prose h3,.report-prose h4{margin:28px 0 10px;line-height:1.25}.report-prose p{margin:0 0 18px}.report-prose ul{margin:0 0 18px;padding-left:22px}.report-prose li+li{margin-top:8px}.report-table-wrap{width:100%;max-width:100%;margin:18px 0 26px;overflow-x:auto}.report-table-wrap table{width:100%;min-width:560px;border-collapse:collapse;font-size:.95rem}.report-table-wrap th,.report-table-wrap td{padding:10px 12px;border:1px solid var(--line);text-align:left;vertical-align:top}.report-table-wrap th{background:#edf4f1}.legal-text{border:1px solid var(--line);border-radius:10px;background:var(--surface);padding:34px}.legal-text h2{margin-top:0}.legal-page{max-width:1000px}@media(max-width:900px){:root{--header-sticky-height: 58px}.footer-grid,.about,.module-card,.report-page-grid{grid-template-columns:1fr}.site-header{align-items:center;gap:12px;padding:8px 14px}.brand{flex:0 0 auto}.brand span:first-child{font-size:.95rem;white-space:nowrap}.brand span:nth-child(2){display:none}.main-nav{flex:1 1 auto;justify-content:flex-end;flex-wrap:nowrap;gap:8px;overflow-x:auto;scrollbar-width:none}.main-nav::-webkit-scrollbar{display:none}.nav-link{flex:0 0 auto;min-height:34px;padding:7px 10px;background:#ffffffb8;font-size:.9rem;white-space:nowrap}.nav-link-primary{background:#e8f0ffc7}.grid.two,.grid.three{grid-template-columns:1fr}.benefits p,.benefits p:nth-child(2),.benefits p:nth-child(3){margin-left:0}.portrait-block{min-height:auto}.portrait-block img{height:auto;aspect-ratio:4 / 5}.metric-row{position:static;margin-top:14px}.report-sample-header-inner{align-items:flex-start;flex-direction:column}.report-download-panel{justify-items:start}.report-toc,.report-file-nav{position:static;max-height:none}}@media(max-width:560px){:root{--header-sticky-height: 54px}.section{width:min(100% - 28px,1200px);padding:64px 0}.hero h1,.page-hero h1{font-size:40px}.hero p{font-size:18px}.button{width:100%}.choice-row,.modal-actions,.split,.time-columns,.metric-row{grid-template-columns:1fr;width:100%}.site-header{padding:7px 10px}.brand span:first-child{max-width:118px;overflow:hidden;text-overflow:ellipsis}.main-nav{gap:6px}.nav-link{min-height:32px;padding:6px 9px;font-size:.84rem}.modal{width:100%;max-height:100vh}.modal-panel{min-height:100vh;border-radius:0}.readable-modal,.lead-panel,.report-prose,.legal-text{padding:24px}.report-sample-header-inner,.report-page-grid{width:min(100% - 28px,1480px)}.report-download-actions{width:100%}.report-download-actions{flex-wrap:nowrap;justify-content:flex-start;gap:8px;overflow-x:auto;scrollbar-width:none}.report-download-actions::-webkit-scrollbar{display:none}.report-download-button{flex:0 0 auto;min-height:34px;padding:7px 10px;font-size:.86rem;white-space:nowrap}.report-sample-header h1{font-size:38px;overflow-wrap:anywhere}.modal-scroll{max-height:calc(100vh - 230px)}}
