@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--forest:#173e2d;--green:#84be3f;--peach:#ff9e7e;--ink:#202b24;--muted:#68736b;--paper:#f7f8f3;--line:#dfe5da}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}.topline{height:5px;background:var(--green)}.site-header{max-width:1600px;margin:auto;height:108px;display:flex;align-items:center;justify-content:space-between;padding:18px 5%;gap:30px;background:var(--paper)}.brand{display:flex;align-items:center;gap:26px}.brand img{width:180px;height:74px;object-fit:contain;mix-blend-mode:multiply}.brand span{font-size:11px;letter-spacing:1.8px;border-left:1px solid var(--line);padding-left:25px;white-space:nowrap}.brand b{font-weight:800;color:#569222}nav{display:flex;gap:28px;font-size:13px;color:#556159}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;padding:17px 24px;border-radius:5px;font-size:13px;font-weight:700;transition:transform .2s,filter .2s}.button:hover{transform:translateY(-2px);filter:brightness(1.04)}.button span{font-size:21px;font-weight:400}.dark{background:var(--forest);color:white}.lime{background:var(--green);color:#142d1b}.hero{margin:0 24px;min-height:630px;border-radius:10px;position:relative;overflow:hidden;color:#fff;display:flex;align-items:center}.hero-image{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,31,22,.78),rgba(8,34,22,.23) 64%,rgba(9,37,26,.06)),url('/cpa_lims/static/src/img/environment-hero.png') center 55%/cover}.hero-content{position:relative;z-index:1;padding:65px 6%;width:75%}.eyebrow{font-size:10px;font-weight:700;letter-spacing:2px;line-height:1.8;display:flex;align-items:center;gap:10px}.eyebrow span,.live-dot{width:7px;height:7px;background:#a2d965;border-radius:50%;display:inline-block}.green{color:#608d32}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:'Manrope',Arial,sans-serif}h1{font-size:clamp(48px,5.2vw,82px);letter-spacing:-4px;line-height:1.12;font-weight:500;margin:26px 0}h1 em,h2 em{font-style:normal;color:#a7d872}h2{font-size:clamp(32px,3vw,48px);line-height:1.18;font-weight:500;letter-spacing:-1.8px}h3{font-weight:600;letter-spacing:-.7px}.hero p{font-size:16px;line-height:1.8;color:#e1e9df}.hero-actions{display:flex;gap:28px;align-items:center;margin-top:35px}.text-link{font-size:12px;border-bottom:1px solid #aebbaa;padding:10px 0}.text-link span{margin-left:15px}.hero-foot{display:flex;align-items:center;gap:18px;margin-top:64px;font-size:9px;letter-spacing:1.6px;color:#d4decf}.line{width:44px;height:1px;background:#d4decf70}.floating-card{position:absolute;right:5%;bottom:60px;width:280px;background:rgba(248,250,245,.94);color:var(--forest);padding:27px;border-radius:8px;backdrop-filter:blur(15px)}.floating-card small{font-size:8px;letter-spacing:1.1px;margin-left:8px}.floating-card h3{font-size:23px;line-height:1.3;margin:19px 0}.mini-steps{display:flex;justify-content:space-between;align-items:center;font-size:10px}.mini-steps b{font-weight:400;color:#a0b199}.card-note{font-size:9px;color:var(--muted);border-top:1px solid #d7e0d2;padding-top:16px;margin-top:17px}.image-caption{position:absolute;bottom:12px;right:18px;font-size:8px;color:#fff9}.trust-strip{display:flex;align-items:center;justify-content:center;gap:20px;padding:25px;border-bottom:1px solid var(--line);font-size:10px;color:var(--muted);letter-spacing:.2px}.trust-strip span:first-child{font-size:9px;letter-spacing:1.4px;color:var(--forest);margin-right:35px}.trust-strip i{font-style:normal;color:#9cad96}.section{max-width:1360px;margin:0 auto;padding-left:6%;padding-right:6%}.intro{display:flex;align-items:end;justify-content:space-between;gap:65px;padding-top:82px;padding-bottom:40px}.intro h2{margin-top:19px}.intro h2 em{color:#659b32}.intro p{font-size:14px;line-height:1.9;color:var(--muted);max-width:370px}.module-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-bottom:90px}.module{background:#fff;border:1px solid var(--line);border-radius:8px;padding:30px;min-height:330px;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;align-items:start}.module:hover{transform:translateY(-4px);box-shadow:0 12px 28px #173e2d0a}.module.feature{background:var(--forest);color:#fff;border-color:var(--forest)}.module.peach{background:#ffe4d8;border-color:#f3d4c4}.module-number{font-size:9px;letter-spacing:1.5px;opacity:.7}.module-icon{font-size:33px;color:#6c9e40;margin:17px 0 14px;font-family:Arial,sans-serif}.feature .module-icon{color:#aad97f}.module h3{font-size:24px;line-height:1.22;margin-bottom:16px}.module p{font-size:12px;line-height:1.8;color:var(--muted);max-width:280px}.feature p{color:#bccdc0}.module-link{display:block;font-size:10px;font-weight:600;margin-top:auto;padding-top:22px}.journey{display:grid;grid-template-columns:1fr 1.1fr;gap:80px;padding-top:20px;padding-bottom:90px}.journey h2{margin:18px 0 30px}.timeline article{display:flex;gap:24px;padding:0 0 26px;margin-bottom:25px;border-bottom:1px solid var(--line)}.timeline article:last-child{margin-bottom:0}.timeline b{font-size:11px;color:#6e9a40;border:1px solid #d3dec9;border-radius:50%;width:33px;height:33px;display:grid;place-items:center;flex-shrink:0}.timeline h3{font-size:17px;margin:3px 0 8px}.timeline p{font-size:12px;color:var(--muted);line-height:1.8}.closing{max-width:1200px;background:var(--forest);border-radius:9px;padding:50px 5%;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:35px;margin-bottom:60px}.closing h2{font-size:36px;margin-top:18px}.closing .eyebrow{color:#abc197}footer{padding-top:10px;padding-bottom:24px}.footer-brand{display:flex;gap:34px;align-items:center;margin-bottom:25px}.footer-brand img{width:150px;mix-blend-mode:multiply}.footer-brand span{font-size:11px;color:var(--muted)}.footer-brand a{color:var(--forest);font-weight:700}footer p{font-size:10px;line-height:1.8;color:#8a9288;max-width:820px}.footer-bottom{border-top:1px solid var(--line);margin-top:28px;padding-top:20px;display:flex;justify-content:space-between;font-size:9px;letter-spacing:1px;color:#6e7a6c}.guide{padding-top:60px;padding-bottom:80px}.guide h1{font-size:54px}.guide h1 em{color:#6c9f3b}.lead{font-size:16px;line-height:1.8;color:var(--muted);max-width:760px}.guide-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:45px}.guide-grid article,.guide-note{padding:30px;background:#fff;border:1px solid var(--line);border-radius:8px}.guide-grid b{font-size:11px;color:#6b993d}.guide-grid h2{font-size:25px;margin:15px 0}.guide-grid p,.guide-note p{font-size:14px;line-height:1.9;color:var(--muted)}.guide-grid a{display:inline-block;margin-top:20px;font-size:12px;color:#3e712c;font-weight:700}.guide-note{margin-top:25px}.guide-note h2{font-size:28px;margin-bottom:18px}.guide-note p+p{margin-top:16px}
@media(min-width:1700px){.hero{max-width:1600px;margin:auto}}@media(max-width:1100px){nav{display:none}.brand span{display:none}.floating-card{width:230px;right:3%;bottom:40px}.hero-content{width:85%;padding-left:5%}.hero h1{font-size:65px}.hero-foot{margin-top:45px}.section{padding-left:5%;padding-right:5%}.module{padding:24px}.intro{gap:25px}.closing{margin-left:24px;margin-right:24px}.trust-strip span:first-child{margin-right:0}}@media(max-width:760px){.site-header{height:90px;padding:10px 20px;gap:14px}.brand img{width:130px;height:60px}.site-header .button{font-size:10px;padding:12px;gap:10px}.hero{margin:0 12px;min-height:680px;align-items:start}.hero-content{padding:44px 25px;width:100%}.hero .eyebrow{font-size:8px;letter-spacing:1.2px}.hero h1{font-size:51px;letter-spacing:-2.6px;margin:24px 0}.hero p{font-size:13px}.desktop{display:none}.hero-actions{flex-wrap:wrap;gap:10px;margin-top:25px}.hero-foot{font-size:8px;gap:8px;margin-top:30px}.floating-card{right:25px;left:25px;bottom:30px;width:auto;padding:20px}.floating-card h3{font-size:18px;margin:12px 0}.floating-card h3 br{display:none}.card-note{padding-top:12px;margin-top:12px}.mini-steps{justify-content:start;gap:24px}.trust-strip{padding:20px;gap:12px;flex-wrap:wrap;font-size:9px}.trust-strip span:first-child{width:100%;text-align:center;font-size:8px}.intro{display:block;padding-top:48px;padding-bottom:28px}.intro p{margin-top:24px;font-size:13px;max-width:100%}.module-grid{grid-template-columns:1fr;gap:12px;padding-bottom:50px}.module{min-height:260px;padding:25px}.module h3 br{display:none}.module h3{font-size:24px}.module-icon{margin:12px 0}.module p{max-width:100%}.journey{grid-template-columns:1fr;gap:36px;padding-bottom:40px}.closing{margin:0 12px 40px;padding:32px 25px;display:block}.closing h2{font-size:30px}.closing .button{margin-top:28px}.footer-brand{display:block}.footer-brand span{display:block;margin-top:15px}.footer-bottom{font-size:8px;gap:15px;line-height:1.8}.guide h1{font-size:37px;letter-spacing:-2px}.guide-grid{grid-template-columns:1fr}.guide{padding-top:35px}}
@media(max-width:760px){.hero{display:block;min-height:0;padding-bottom:1px}.hero-content{padding-bottom:25px}.floating-card{position:relative;left:auto;right:auto;bottom:auto;margin:0 25px 35px;width:auto}.hero-foot{flex-wrap:wrap}}
