:root{color-scheme:light;--ink:#15302b;--muted:#526962;--line:#ccd9d1;--paper:#f5f6ef;--accent:#d8fa85}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Verdana,Geneva,sans-serif;line-height:1.55}
a{color:inherit}a:focus-visible{outline:3px solid #538b26;outline-offset:4px;border-radius:3px}.shell{width:min(1160px,calc(100% - 48px));margin-inline:auto}
.site-header{border-bottom:1px solid var(--line)}.header-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.wordmark{text-decoration:none;font-weight:800;letter-spacing:-.06em;font-size:1.45rem}.wordmark-mark{display:inline-grid;place-items:center;width:36px;height:36px;margin-right:10px;background:var(--ink);color:var(--accent);font-size:.82rem;letter-spacing:-.08em;border-radius:8px;vertical-align:middle}
.header-note,.eyebrow,.section-label,.panel-kicker,.meta-label{font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.header-note{color:var(--muted)}
.hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:clamp(32px,6vw,90px);align-items:center;padding:clamp(70px,10vw,132px) 0 92px}
.eyebrow{display:flex;align-items:center;gap:10px;color:#386a4d;margin:0 0 25px}.eyebrow::before{content:"";width:9px;height:9px;border-radius:50%;background:#62a257;box-shadow:0 0 0 5px #dcecd6}
h1,h2,h3,p{margin-top:0}h1,h2,.step-number{font-family:Georgia,'Times New Roman',serif}h1{font-size:clamp(3.4rem,6.2vw,6.4rem);line-height:1.02;letter-spacing:-.055em;margin-bottom:31px;font-weight:500}h1 em{font-style:normal;color:#51815b}
.lede{max-width:580px;font-size:clamp(1.06rem,1.5vw,1.24rem);line-height:1.72;color:var(--muted);margin-bottom:0}
.panel{position:relative;overflow:hidden;border-radius:24px;background:#17322e;color:#f3faee;padding:34px;min-height:400px;box-shadow:0 25px 55px #17322e26}
.panel::after{content:"";position:absolute;width:330px;height:330px;border:1px solid #ffffff24;border-radius:50%;right:-130px;bottom:-175px;box-shadow:0 0 0 42px #ffffff08,0 0 0 85px #ffffff06;pointer-events:none}
.panel-kicker{color:#c8f286;margin-bottom:64px}.panel h2{font-size:clamp(1.85rem,3vw,2.5rem);line-height:1.18;letter-spacing:-.035em;max-width:350px;margin-bottom:20px;font-weight:500}.panel p:not(.panel-kicker){color:#d6e3d9;max-width:340px;margin-bottom:32px}
.panel-link{position:relative;z-index:1;display:inline-flex;align-items:center;gap:9px;padding:12px 18px;border:1px solid #adcf9b;border-radius:999px;text-decoration:none;font-size:.86rem;font-weight:700}.panel-link:hover{background:#d8fa85;color:#17322e}
.steps-section{border-top:1px solid var(--line);padding:44px 0 90px}.section-top{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:42px}.section-label{color:#568063;margin:0 0 10px}.section-top h2{font-size:clamp(2rem,3vw,3.1rem);font-weight:500;letter-spacing:-.04em;line-height:1.1;margin:0}.section-note{max-width:300px;color:var(--muted);font-size:.88rem;margin:0}
.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;list-style:none;margin:0;padding:0}.step{border-top:2px solid var(--ink);padding:22px 5px 0 0}.step-number{display:block;color:#7e9a88;font-size:2.15rem;line-height:1;margin-bottom:27px}.step h3{font-size:1.08rem;margin-bottom:10px}.step p{font-size:.9rem;color:var(--muted);max-width:315px;margin-bottom:0}
.action{display:inline-block;margin-top:18px;color:#1c6144;text-decoration-thickness:1px;text-underline-offset:4px;font-weight:700;font-size:.85rem}.action:hover{color:#0d3927}
.notice{display:flex;align-items:flex-start;gap:22px;background:#e7ecdf;border:1px solid #cedac9;border-radius:18px;padding:27px 31px;margin-bottom:72px}.notice-icon{display:grid;place-items:center;flex:none;width:36px;height:36px;border-radius:10px;background:#cce3b4;font-weight:700}.notice strong{display:block;margin-bottom:5px}.notice p{margin:0;color:var(--muted);font-size:.88rem}
.site-footer{border-top:1px solid var(--line);padding:28px 0 38px}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--muted);font-size:.78rem}.footer-inner p{margin:0}.footer-inner a{text-underline-offset:3px}
@media(max-width:800px){.hero{grid-template-columns:1fr;padding:62px 0 72px}.panel{min-height:330px}.panel-kicker{margin-bottom:45px}.section-top{display:block}.section-note{margin-top:16px}.steps{grid-template-columns:1fr;gap:30px}.step-number{margin-bottom:14px}.notice{margin-bottom:55px}}
@media(max-width:540px){.shell{width:min(100% - 36px,1160px)}.header-inner{min-height:70px}.header-note{display:none}.hero{padding-top:52px}.panel{padding:28px;min-height:350px}.steps-section{padding-bottom:62px}.notice{padding:22px;gap:15px}.footer-inner{align-items:flex-start;flex-direction:column}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}