:root{--paper:#f4f1e8;--paper2:#fffdf7;--ink:#18211d;--muted:#68706c;--line:#d4d0c5;--green:#1f352c;--soft:#dce5d8;--red:#bd4a36;--amber:#a06a1d;font-family:Inter,"Segoe UI",Arial,sans-serif;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper)}body{margin:0;min-width:300px;background:var(--paper);color:var(--ink)}a{color:inherit}.site-head{display:flex;max-width:1240px;min-height:82px;align-items:center;justify-content:space-between;margin:auto;padding:0 28px;border-bottom:1px solid var(--line)}.public-brand{display:flex;align-items:center;gap:11px;text-decoration:none}.public-brand span{display:grid;width:38px;height:38px;place-items:center;border-radius:7px;background:var(--green);color:#fff;font-size:.75rem;font-weight:900}.public-brand strong{font-size:1.05rem;letter-spacing:-.03em}.site-head nav{display:flex;align-items:center;gap:26px;font-size:.78rem;font-weight:700}.site-head nav a{text-decoration:none}.head-action{padding:12px 15px;border:1px solid var(--ink);border-radius:4px}.hero{display:grid;max-width:1240px;grid-template-columns:minmax(0,1fr) minmax(380px,510px);gap:72px;align-items:center;margin:auto;padding:94px 28px 108px}.kicker{margin:0 0 13px;color:var(--muted);font-size:.7rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.hero h1,.result-section h2,.difference-section h2,.trust-section h2{margin:0;font-family:Georgia,"Times New Roman",serif;font-weight:500;letter-spacing:-.055em}.hero h1{max-width:760px;font-size:clamp(3.5rem,6.6vw,6.4rem);line-height:.9}.lead{max-width:650px;margin:28px 0 0;color:var(--muted);font-size:1.06rem;line-height:1.65}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:34px}.button{display:inline-flex;min-height:49px;align-items:center;justify-content:center;padding:0 19px;border:1px solid var(--green);border-radius:4px;font-size:.78rem;font-weight:850;text-decoration:none}.button.primary{background:var(--green);color:white}.button.secondary{background:transparent;color:var(--green)}.boundary{max-width:600px;margin:20px 0 0;color:var(--muted);font-size:.72rem;line-height:1.55}.close-sheet{position:relative;padding:28px;background:var(--paper2);border:1px solid var(--ink);box-shadow:18px 18px 0 var(--soft)}.close-sheet:before{position:absolute;top:-14px;right:28px;width:78px;height:28px;background:var(--green);content:""}.sheet-top{display:flex;justify-content:space-between;color:var(--muted);font-size:.68rem}.sheet-top strong{color:var(--ink)}.readiness{display:flex;align-items:end;justify-content:space-between;margin-top:38px}.readiness span{font-size:.78rem;font-weight:800}.readiness strong{font-family:Georgia,serif;font-size:4rem;font-weight:500;letter-spacing:-.08em}.rule{height:6px;background:#e1ded4}.rule i{display:block;width:78%;height:100%;background:var(--green)}.sheet-label{margin:28px 0 9px;font-size:.68rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.close-sheet ol{margin:0;padding:0;border-top:1px solid var(--ink);list-style:none}.close-sheet li{display:grid;grid-template-columns:12px 1fr;gap:14px;padding:17px 0;border-bottom:1px solid var(--line)}.close-sheet li>i{width:9px;height:9px;margin-top:5px;border-radius:50%;background:var(--red);box-shadow:0 0 0 5px #f3dcd6}.close-sheet li>i.warning{background:var(--amber);box-shadow:0 0 0 5px #f0e4c7}.close-sheet li strong,.close-sheet li span{display:block}.close-sheet li strong{font-size:.83rem}.close-sheet li span{margin-top:5px;color:var(--muted);font-size:.68rem}.sheet-foot{margin-top:18px;color:var(--muted);font-size:.66rem}.result-section,.difference-section,.trust-section{max-width:1240px;margin:auto;padding:100px 28px}.result-section{border-top:1px solid var(--line)}.result-section h2,.difference-section h2,.trust-section h2{max-width:780px;font-size:clamp(2.5rem,4.5vw,4.6rem);line-height:.98}.result-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:56px;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink)}.result-grid article{min-height:250px;padding:28px;border-right:1px solid var(--line)}.result-grid article:last-child{border-right:0}.result-grid article>span{color:var(--muted);font-size:.65rem}.result-grid h3{margin:55px 0 13px;font-size:1.05rem}.result-grid p{margin:0;color:var(--muted);font-size:.82rem;line-height:1.6}.difference-section{display:grid;grid-template-columns:1fr 1fr;gap:80px;background:var(--green);color:#fff}.difference-section .kicker,.difference-section dd{color:#d5ddd8}.difference-section dl{margin:0;border-top:1px solid #75837c}.difference-section dl>div{padding:21px 0;border-bottom:1px solid #75837c}.difference-section dt{font-weight:850}.difference-section dd{margin:8px 0 0;font-size:.8rem;line-height:1.55}.trust-section{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}.trust-section p:not(.kicker){margin:8px 0 0;color:var(--muted);line-height:1.7}.trust-section .button{grid-column:2;justify-self:start}footer{display:flex;max-width:1240px;min-height:90px;align-items:center;justify-content:space-between;margin:auto;padding:0 28px;border-top:1px solid var(--line);font-size:.72rem}footer a{font-weight:800;text-decoration:none}
@media(max-width:900px){.site-head nav>a:not(.head-action){display:none}.hero{grid-template-columns:1fr;gap:54px;padding-top:70px}.hero h1{font-size:clamp(4rem,10vw,5.3rem)}.close-sheet{max-width:620px}.result-grid{grid-template-columns:1fr}.result-grid article{min-height:0;border-right:0;border-bottom:1px solid var(--line)}.result-grid article:last-child{border-bottom:0}.result-grid h3{margin-top:28px}.difference-section{grid-template-columns:1fr;gap:48px}.trust-section{grid-template-columns:1fr}.trust-section .button{grid-column:1}}
@media(max-width:640px){.site-head{min-height:64px;padding:0 16px}.head-action{padding:10px 12px}.hero{gap:40px;padding:54px 16px 76px}.hero h1{font-size:clamp(2.9rem,14.2vw,4rem);line-height:.92}.lead{font-size:.94rem}.hero-actions{display:grid}.button{width:100%}.close-sheet{padding:21px;box-shadow:10px 10px 0 var(--soft)}.close-sheet:before{right:20px}.readiness{margin-top:30px}.readiness strong{font-size:3.3rem}.result-section,.difference-section,.trust-section{padding:76px 16px}.result-section h2,.difference-section h2,.trust-section h2{font-size:2.7rem}.result-grid{margin-top:38px}.result-grid article{padding:24px 2px}footer{display:grid;gap:12px;padding:24px 16px}}
@media(max-width:340px){.public-brand strong{font-size:.9rem}.head-action{font-size:.68rem}.hero h1{font-size:2.65rem}.close-sheet{padding:17px}.sheet-top{display:grid;gap:5px}.result-section h2,.difference-section h2,.trust-section h2{font-size:2.3rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.access-layout{display:grid;max-width:1100px;min-height:calc(100vh - 172px);grid-template-columns:1fr 460px;gap:90px;align-items:center;margin:auto;padding:70px 28px}.access-layout>section:first-child h1{max-width:590px;margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(3.2rem,6vw,5.8rem);font-weight:500;letter-spacing:-.06em;line-height:.92}.access-layout>section:first-child>p:not(.kicker){max-width:550px;color:var(--muted);line-height:1.65}.access-layout ul{margin:28px 0 0;padding:0;list-style:none}.access-layout li{padding:13px 0;border-bottom:1px solid var(--line);font-size:.82rem;font-weight:750}.access-layout li:before{margin-right:10px;color:var(--green);content:"✓"}.access-card{padding:32px;border:1px solid var(--ink);background:var(--paper2);box-shadow:14px 14px 0 var(--soft)}.access-tabs{display:grid;grid-template-columns:1fr 1fr;margin-bottom:30px;border-bottom:1px solid var(--line)}.access-tabs button{min-height:44px;border:0;background:transparent;color:var(--muted);font-size:.74rem;font-weight:800}.access-tabs button.is-active{border-bottom:3px solid var(--green);color:var(--ink)}.access-card h2{margin:0 0 23px;font-family:Georgia,serif;font-size:1.8rem;font-weight:500}.access-card label{display:grid;gap:7px;margin:14px 0;color:var(--muted);font-size:.7rem;font-weight:750}.access-card input{width:100%;height:48px;padding:0 12px;border:1px solid var(--ink);border-radius:3px;background:white;color:var(--ink);font:inherit}.access-card small{display:block;margin:-4px 0 18px;color:var(--muted);font-size:.65rem;line-height:1.45}.access-card .button{width:100%;margin-top:8px}.access-status{min-height:22px;margin:16px 0 0;color:var(--red);font-size:.72rem;line-height:1.45}
@media(max-width:900px){.access-layout{grid-template-columns:1fr;gap:46px}.access-layout>section:first-child h1{font-size:4.3rem}.access-card{max-width:600px;width:100%}}
@media(max-width:640px){.access-layout{min-height:auto;padding:50px 16px 76px}.access-layout>section:first-child h1{font-size:3rem}.access-card{padding:22px;box-shadow:8px 8px 0 var(--soft)}}
.link-button{background:transparent;color:var(--ink);font:inherit;font-size:.72rem;font-weight:800}.pending-layout{display:grid;min-height:calc(100vh - 172px);place-items:center;padding:60px 16px}.pending-layout .close-sheet{width:min(100%,620px)}.pending-layout h1{margin:0;font-family:Georgia,serif;font-size:clamp(2.7rem,7vw,4.6rem);font-weight:500;letter-spacing:-.06em;line-height:.95}.pending-layout>section>p:not(.kicker){color:var(--muted);line-height:1.65}.pending-line{display:flex;justify-content:space-between;gap:20px;padding:16px 0;border-top:1px solid var(--line);font-size:.75rem}.pending-line span{color:var(--muted)}.pending-layout .button{margin-top:20px}
.short-label{display:none}@media(max-width:640px){.wide-label{display:none}.short-label{display:inline}.site-head nav{gap:8px}}
