:root{--ink:#08110e;--forest:#063c2a;--deep:#052f23;--mint:#00e995;--paper:#f2f5ee;--line:rgba(8,17,14,.15);--muted:#66706b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}.site-header{height:84px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,5vw,76px);background:#050806;color:white;border-bottom:1px solid rgba(255,255,255,.12);position:relative;z-index:3}.brand img{width:150px;height:58px;object-fit:cover;object-position:center}.site-header nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:600}.nav-pill{border:1px solid rgba(255,255,255,.32);padding:10px 17px;border-radius:999px}.hero{min-height:650px;background:var(--deep);color:white;padding:clamp(80px,10vw,145px) clamp(24px,7vw,110px);display:grid;grid-template-columns:minmax(0,900px) 180px;align-items:end;justify-content:space-between;gap:50px;position:relative;overflow:hidden}.hero-grid{position:absolute;inset:0;opacity:.15;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to left,#000,transparent 75%)}.hero-copy,.hero-note{position:relative}.eyebrow{margin:0 0 30px;text-transform:uppercase;letter-spacing:.17em;font-size:12px;font-weight:700;display:flex;align-items:center;gap:10px}.eyebrow span{display:inline-block;width:28px;height:2px;background:var(--mint)}h1,h2,h3{font-family:Manrope,sans-serif}h1{font-size:clamp(56px,8vw,112px);line-height:.9;letter-spacing:-.065em;margin:0;max-width:1000px}h1 em{color:var(--mint);font-style:normal}.hero-text{font-size:clamp(16px,2vw,20px);line-height:1.65;color:#bed0c8;max-width:650px;margin:34px 0}.hero-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;gap:30px;padding:16px 20px;font-weight:700;font-size:14px;border:none;cursor:pointer}.button-primary{background:var(--mint);color:#002d20}.text-button{background:none;color:white;border:0;border-bottom:1px solid rgba(255,255,255,.45);padding:12px 0;cursor:pointer}.hero-note{align-self:end;border-top:1px solid rgba(255,255,255,.3);padding-top:16px}.note-number{color:var(--mint);font:700 34px Manrope}.hero-note p{color:#a9bcb4;line-height:1.45}.library{padding:clamp(78px,9vw,130px) clamp(24px,7vw,110px)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:64px}.eyebrow.dark{color:#486057;margin-bottom:18px}.section-heading h2,.cta h2{font-size:clamp(42px,6vw,80px);letter-spacing:-.055em;line-height:.98;margin:0}.section-heading>p{max-width:410px;color:var(--muted);line-height:1.65;margin:0 0 8px}.guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.guide-card{background:white;border:1px solid var(--line);transition:transform .25s ease,box-shadow .25s ease}.guide-card:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(0,32,22,.09)}.cover{aspect-ratio:1.35;background:#075b3f;color:white;padding:26px;position:relative;overflow:hidden;display:flex;flex-direction:column}.cover:after{content:"";position:absolute;width:190px;height:190px;border:1px solid rgba(0,233,149,.25);border-radius:50%;right:-70px;top:-70px}.cover-mark i{display:block;height:4px;background:var(--mint);width:62px;margin-bottom:8px}.cover-mark i+ i{width:86px}.cover strong{font:700 clamp(30px,3vw,48px)/.92 Manrope;margin-top:30px;letter-spacing:-.04em}.cover small{color:#b9d1c8;margin-top:11px}.cover b{position:absolute;bottom:25px;right:26px;color:var(--mint);font-size:13px}.cover-brand{position:absolute;bottom:25px;left:26px;font-size:10px;font-weight:700;letter-spacing:.12em}.card-body{padding:25px}.card-meta{display:flex;justify-content:space-between;color:#537064;font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:700}.card-body h3{font-size:23px;letter-spacing:-.035em;margin:15px 0 8px}.card-body>p{color:var(--muted);line-height:1.55;font-size:14px;min-height:44px}.card-actions{display:grid;grid-template-columns:1fr 1fr;margin:24px -25px -25px;border-top:1px solid var(--line)}.card-actions>*{padding:16px;border:0;background:white;text-align:center;font-weight:700;font-size:13px;cursor:pointer}.card-actions>*+*{border-left:1px solid var(--line)}.download-link{background:var(--ink);color:white}.preview-link:hover{background:#e8eee9}.download-link:hover{background:var(--forest)}.cta{margin:0 clamp(18px,3vw,48px) 48px;background:var(--ink);color:white;padding:clamp(65px,9vw,120px);position:relative;overflow:hidden}.cta:after{content:"N";position:absolute;right:-20px;bottom:-140px;color:rgba(0,233,149,.06);font:800 450px/1 Manrope}.cta h2{position:relative;z-index:1}.button-light{background:white;color:var(--ink);margin-top:42px;position:relative;z-index:1}footer{padding:40px clamp(24px,5vw,76px);display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;color:#66706b;font-size:12px}footer img{width:145px;height:50px;object-fit:cover}footer p{text-align:center}footer span{text-align:right}.preview-modal{width:min(1120px,94vw);height:92vh;padding:0;border:0;background:#202522;box-shadow:0 30px 100px rgba(0,0,0,.4)}.preview-modal::backdrop{background:rgba(0,10,6,.82);backdrop-filter:blur(5px)}.modal-bar{height:70px;background:white;display:flex;justify-content:space-between;align-items:center;padding:0 22px}.modal-bar>div:first-child{display:flex;flex-direction:column}.modal-bar span{color:#718079;font-size:10px;text-transform:uppercase;letter-spacing:.12em}.modal-bar strong{font-size:14px}.modal-actions{display:flex;align-items:center;gap:18px}.modal-actions a{font-weight:700;font-size:13px;color:var(--forest)}.modal-actions button{border:0;background:#edf1ed;border-radius:50%;width:36px;height:36px;font-size:22px;cursor:pointer}.preview-modal iframe{width:100%;height:calc(100% - 70px);border:0;background:#4b4f4d}.empty-state{padding:70px;border:1px solid var(--line);text-align:center}@media(max-width:900px){.hero{grid-template-columns:1fr}.hero-note{display:none}.guide-grid{grid-template-columns:repeat(2,1fr)}.section-heading{align-items:start;flex-direction:column}.section-heading>p{max-width:600px}}@media(max-width:620px){.site-header{height:72px;padding:0 18px}.brand img{width:120px;height:48px}.site-header nav>a:first-child{display:none}.hero{padding:80px 22px 90px;min-height:600px}.hero-text{font-size:16px}.guide-grid{grid-template-columns:1fr}.library{padding-left:18px;padding-right:18px}.cta{margin:0 10px 22px;padding:62px 24px}.section-heading{margin-bottom:38px}footer{grid-template-columns:1fr;text-align:center;gap:14px}footer img{margin:auto}footer p,footer span{text-align:center;margin:0}.preview-modal{width:100vw;height:100vh;max-width:none;max-height:none}.modal-bar{padding:0 12px}.modal-actions a{display:none}}
