:root{--ink:#173d35;--cream:#f7f4ec;--yellow:#f5d66f;--mint:#dcefe7;--line:#cdd9d3}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:"Malgun Gothic","Apple SD Gothic Neo",sans-serif}button,a{font:inherit}.hero{min-height:660px;padding:28px max(24px,calc((100vw - 1180px)/2)) 72px;background:var(--ink);color:white}nav{display:flex;justify-content:space-between;padding-bottom:76px;color:#b9d7cc}.brand{color:white;font-size:22px;font-weight:900}.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:76px;align-items:center}.eyebrow{margin:0 0 18px;color:#d4b94e;font-size:13px;font-weight:800;letter-spacing:.08em}h1{margin:0;font-size:clamp(42px,6vw,72px);line-height:1.12;letter-spacing:-.06em}h1 em{color:var(--yellow);font-style:normal}.lead{max-width:630px;margin:28px 0 36px;color:#cfe0da;font-size:18px;line-height:1.75}.primary{display:inline-block;padding:16px 20px;border-radius:8px;background:var(--yellow);color:var(--ink);font-weight:900;text-decoration:none}.preview{margin-left:20px;color:#d9e8e2;font-weight:700;text-underline-offset:5px}.paper{padding:44px 38px;background:#fdfcf7;color:var(--ink);box-shadow:22px 24px 0 #2b6255;transform:rotate(1.5deg)}.paper span,.badge{display:inline-block;padding:7px 10px;border-radius:999px;background:var(--yellow);font-size:12px;font-weight:800}.paper h2{margin:50px 0 20px;font-size:30px}.paper p{color:#527068;line-height:1.65}.paper small{color:#789088}main{padding:86px max(24px,calc((100vw - 1180px)/2)) 110px}.heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:34px}.heading h2{margin:0;font-size:38px}.heading>p{color:#667b75}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.grid article{display:flex;min-height:450px;flex-direction:column;padding:26px;border:1px solid var(--line);border-radius:14px;background:white}.grid article.featured{border:2px solid var(--ink);background:var(--mint)}h3{margin:24px 0 8px;font-size:23px;letter-spacing:-.04em}.grid article>p{min-height:86px;margin:28px 0 18px;color:#516b63;line-height:1.6}.grid ul{margin:0 0 28px;padding:0;list-style:none}.grid li{padding:9px 0;border-bottom:1px solid #e3e9e6;font-size:14px}.grid li:before{content:"✓";margin-right:8px;color:#2f7b66;font-weight:900}.grid button{margin-top:auto;padding:14px;border:0;border-radius:8px;background:var(--ink);color:white;font-weight:800;cursor:pointer}.grid button:disabled{opacity:.7}.notice{margin-top:26px;padding:18px 20px;border-radius:10px;background:var(--ink);color:white;font-weight:700}@media(max-width:900px){.hero-grid{grid-template-columns:1fr}.paper{display:none}.grid{grid-template-columns:repeat(2,1fr)}.heading{align-items:start;flex-direction:column}}@media(max-width:560px){.hero{min-height:auto;padding-bottom:58px}nav{padding-bottom:54px}h1{font-size:42px}.lead{font-size:16px}.preview{display:block;margin:22px 0 0}.grid{grid-template-columns:1fr}.grid article{min-height:auto}.heading h2{font-size:32px}}
