:root{font-family:IBM Plex Sans,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}#root{min-height:100dvh;width:100%}.page-shell{min-height:100dvh;width:100%;color:#0f1e1b;background:radial-gradient(circle at 15% 12%,#49c9a438,#49c9a400 42%),radial-gradient(circle at 90% 5%,#16795c2e,#16795c00 32%),linear-gradient(180deg,#eef7f3,#f9fcfb 55%,#f4faf7)}.topbar{position:sticky;top:0;z-index:5;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.2rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#f5fcfad1;border-bottom:1px solid rgba(14,71,54,.14)}.brand-title{letter-spacing:.02em;font-weight:700}main{max-width:1160px;margin:0 auto;padding:2rem 1.2rem 3rem}.hero-section{margin-bottom:1.4rem}.hero-card{border-radius:24px;padding:2rem;box-shadow:0 15px 40px #1d473a1a;background:linear-gradient(170deg,#fffffff7,#f0faf6f2)}.hero-chip{width:fit-content}.hero-title{max-width:16ch;line-height:1.04;font-size:clamp(2rem,5.2vw,3.3rem)}.hero-subtitle{max-width:66ch;color:#172722d4}.value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:1.4rem 0 2.2rem}.process-section{padding:1.2rem;border-radius:20px;background-color:#ffffffc2;border:1px solid rgba(16,74,56,.13)}.section-title{margin-bottom:.7rem}.process-steps{margin-top:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.footer{max-width:1160px;margin:0 auto;padding:1rem 1.2rem 2rem;display:flex;align-items:center;justify-content:space-between;color:#142a22cc}.contact-modal{width:min(100%,640px)}@media(max-width:960px){.value-grid,.process-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.topbar{padding:.8rem}.hero-card{padding:1.3rem}.value-grid,.process-steps{grid-template-columns:1fr}.footer{flex-direction:column;gap:.6rem;align-items:flex-start}}
