:root{--ohaz-primary:#00855a;--ohaz-primary-hover:#064;--ohaz-mint-bg:#e6f4ea;--ohaz-accent:#35a273;--ohaz-text-dark:#2c3e50;--ohaz-bg-offwhite:#f8faf9;--ohaz-card-white:#fff;--font-family:"Inter",system-ui,-apple-system,sans-serif;--container-max:1200px;--border-radius:12px;--transition-smooth:all 0.3s cubic-bezier(0.4,0,0.2,1)}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8faf9;background-color:var(--ohaz-bg-offwhite);color:#2c3e50;color:var(--ohaz-text-dark);font-family:Inter,system-ui,-apple-system,sans-serif;font-family:var(--font-family);margin:0;padding:0}button,input,select,textarea{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.navbar{background:var(--ohaz-card-white);border-bottom:1px solid #00855a1a;box-shadow:0 2px 12px #2c3e500f;position:sticky;top:0;width:100%;z-index:1000}.navbar-container{align-items:center;display:flex;gap:2rem;justify-content:space-between;margin:0 auto;min-height:76px;width:min(var(--container-max),calc(100% - 2rem))}.navbar-brand{align-items:center;background:#0000;border:0;cursor:pointer;display:flex;gap:.75rem;min-width:0;padding:0;text-align:left}.navbar-logo{display:grid;flex-shrink:0;height:48px;overflow:hidden;place-items:center;transition:var(--transition-smooth);width:48px}.navbar-logo img{display:block;height:100%;object-fit:cover;width:100%}.navbar-brand:hover .navbar-logo{transform:scale(1.04)}.navbar-brand:focus-visible{border-radius:8px;outline:2px solid var(--ohaz-accent);outline-offset:5px}.navbar-brand-text{display:flex;flex-direction:column;gap:.15rem}.navbar-title{color:var(--ohaz-text-dark);font-size:.95rem;font-weight:700;line-height:1.2}.navbar-tagline{color:var(--ohaz-primary);font-size:.72rem;font-weight:600;line-height:1.2}.navbar-links{align-items:center;display:flex;gap:1.5rem}.navbar-link{align-items:center;color:var(--ohaz-text-dark);display:inline-flex;font-size:.95rem;font-weight:600;padding:.5rem 0;position:relative;transition:var(--transition-smooth)}.navbar-link:hover{color:var(--ohaz-primary)}.navbar-link:focus-visible{border-radius:4px;outline:2px solid var(--ohaz-accent);outline-offset:5px}.navbar-link:after{background:var(--ohaz-primary);border-radius:999px;bottom:0;content:"";height:2px;left:0;position:absolute;transition:var(--transition-smooth);width:0}.navbar-link.active{color:var(--ohaz-primary)}.navbar-link.active:after{width:100%}.navbar-cta{align-items:center;background:var(--ohaz-primary);border-radius:var(--border-radius);color:var(--ohaz-card-white);display:inline-flex;font-size:.9rem;font-weight:700;justify-content:center;padding:.7rem 1.15rem;transition:var(--transition-smooth)}.navbar-cta:hover{background:var(--ohaz-primary-hover);color:var(--ohaz-card-white);transform:translateY(-1px)}.navbar-cta:focus-visible{outline:2px solid var(--ohaz-accent);outline-offset:3px}.navbar-menu-button{align-items:center;background:var(--ohaz-mint-bg);border:0;border-radius:10px;color:var(--ohaz-primary);display:none;height:44px;justify-content:center;transition:var(--transition-smooth);width:44px}.navbar-menu-button:hover{background:#00855a26}.navbar-menu-button:focus-visible{outline:2px solid var(--ohaz-accent);outline-offset:3px}.navbar-mobile-menu{display:none}@media (max-width:768px){.navbar-container{min-height:68px}.navbar-links{display:none}.navbar-menu-button{display:flex}.navbar-mobile-menu{border-top:1px solid #0000;display:flex;flex-direction:column;gap:.35rem;max-height:0;opacity:0;overflow:hidden;padding:0 1rem;transition:max-height .3s ease,opacity .25s ease,padding .3s ease,border-color .3s ease}.navbar-mobile-menu.open{border-top-color:#00855a1a;max-height:400px;opacity:1;padding-bottom:1rem;padding-top:.75rem}.navbar-mobile-link{border-radius:8px;color:var(--ohaz-text-dark);font-weight:600;padding:.85rem .75rem;position:relative;transition:var(--transition-smooth)}.navbar-mobile-link.active,.navbar-mobile-link:hover{background:var(--ohaz-mint-bg);color:var(--ohaz-primary)}.navbar-mobile-link:focus-visible{outline:2px solid var(--ohaz-accent);outline-offset:2px}.navbar-mobile-cta{background:var(--ohaz-primary);border-radius:var(--border-radius);color:var(--ohaz-card-white);font-weight:700;margin-top:.5rem;padding:.85rem;text-align:center;transition:var(--transition-smooth)}.navbar-mobile-cta:hover{background:var(--ohaz-primary-hover);color:var(--ohaz-card-white)}}@media (max-width:480px){.navbar-container{width:min(var(--container-max),calc(100% - 1.25rem))}.navbar-logo{height:40px;width:40px}.navbar-title{font-size:.82rem;line-height:1.2;max-width:190px}.navbar-tagline{font-size:.65rem}}.footer{background:radial-gradient(circle at 10% 20%,#35a27314,#0000 28%),linear-gradient(135deg,#243746 0,var(--ohaz-text-dark) 55%,#203542 100%);color:var(--ohaz-card-white);margin-top:5rem;overflow:hidden;position:relative}.footer:before{background:linear-gradient(90deg,var(--ohaz-primary),var(--ohaz-accent),var(--ohaz-primary));content:"";height:3px;left:0;position:absolute;top:0;width:100%}.footer-container{grid-gap:3.5rem;display:grid;gap:3.5rem;grid-template-columns:2fr 1fr 1.25fr 1.15fr;margin:0 auto;padding:5rem 0 4rem;position:relative;width:min(var(--container-max),calc(100% - 2rem));z-index:1}.footer-about{min-width:0}.footer-brand{align-items:center;background:#0000;border:0;color:inherit;cursor:pointer;display:flex;font:inherit;gap:.85rem;margin:0 0 1.35rem;padding:0;text-align:left;width:fit-content}.footer-logo{box-shadow:0 8px 25px #00000029;display:grid;flex-shrink:0;height:52px;overflow:hidden;place-items:center;transition:var(--transition-smooth);width:52px}.footer-logo img{display:block;height:100%;object-fit:cover;width:100%}.footer-brand:hover .footer-logo{box-shadow:0 12px 30px #0003;transform:translateY(-2px)}.footer-brand-text,.footer-brand-text span,.footer-brand-text strong{display:block}.footer-brand-text strong{color:var(--ohaz-card-white);font-size:.98rem;font-weight:750;line-height:1.25}.footer-brand-text span{color:var(--ohaz-accent);font-size:.75rem;font-weight:650;margin-top:.25rem}.footer-description{color:#ffffffab;font-size:.88rem;line-height:1.8;margin:0;max-width:400px}.footer-motto{align-items:center;color:#ffffff7a;display:flex;font-size:.72rem;gap:.65rem;line-height:1.5;margin-top:1.45rem}.footer-motto-line{background:var(--ohaz-accent);flex-shrink:0;height:1px;width:22px}.footer-column h3{color:var(--ohaz-card-white);font-size:.9rem;font-weight:750;letter-spacing:.01em;margin:0 0 1.35rem;padding-bottom:.7rem;position:relative}.footer-column h3:after{background:var(--ohaz-accent);border-radius:999px;bottom:0;content:"";height:2px;left:0;position:absolute;width:25px}.footer-links{display:flex;flex-direction:column;gap:.3rem}.footer-link{align-items:center;color:#ffffffa3;display:flex;font-size:.84rem;font-weight:550;gap:1rem;justify-content:space-between;max-width:175px;padding:.55rem 0;position:relative;text-decoration:none;width:100%}.footer-link,.footer-link svg{transition:var(--transition-smooth)}.footer-link svg{opacity:0;transform:translate(-4px,3px)}.footer-link:hover{color:var(--ohaz-card-white);transform:translateX(3px)}.footer-link:hover svg{opacity:1;transform:translate(0)}.footer-link.active{color:var(--ohaz-accent);font-weight:700}.footer-link.active svg{color:var(--ohaz-accent);opacity:1;transform:translate(0)}.footer-contact{display:flex;flex-direction:column;gap:1rem}.footer-contact-item{align-items:flex-start;color:#ffffffa3;display:flex;font-size:.82rem;gap:.7rem;line-height:1.55;text-decoration:none;transition:var(--transition-smooth)}.footer-contact-item:hover{color:var(--ohaz-card-white)}.footer-contact-icon{background:#35a27314;border:1px solid #35a27338;border-radius:9px;color:var(--ohaz-accent);display:grid;flex-shrink:0;height:32px;place-items:center;width:32px}.footer-social-description{color:#ffffff91;font-size:.78rem;line-height:1.65;margin:-.35rem 0 1.1rem;max-width:220px}.footer-social{display:flex;gap:.65rem}.footer-social a{background:hsla(0,0%,100%,.035);border:1px solid #ffffff24;border-radius:11px;color:#ffffffb8;display:grid;height:40px;place-items:center;text-decoration:none;transition:var(--transition-smooth);width:40px}.footer-social a:hover{background:var(--ohaz-primary);border-color:var(--ohaz-primary);box-shadow:0 8px 20px #00855a33;color:var(--ohaz-card-white);transform:translateY(-3px)}.footer-brand:focus-visible,.footer-contact-item:focus-visible,.footer-link:focus-visible,.footer-social a:focus-visible,.footer-top-button:focus-visible{outline:2px solid var(--ohaz-accent);outline-offset:4px}.footer-bottom{background:#00000014;border-top:1px solid #ffffff17;position:relative;z-index:1}.footer-bottom-container{grid-gap:1.5rem;align-items:center;display:grid;gap:1.5rem;grid-template-columns:1fr auto 1fr;margin:0 auto;min-height:72px;width:min(var(--container-max),calc(100% - 2rem))}.footer-bottom p{color:#ffffff7a;font-size:.72rem;line-height:1.5;margin:0}.footer-bottom-tagline{color:#ffffff9e!important;font-weight:600;text-align:center}.footer-top-button{align-items:center;background:#0000;border:1px solid #ffffff21;border-radius:9px;color:#ffffff94;cursor:pointer;display:inline-flex;font:inherit;font-size:.7rem;font-weight:650;gap:.45rem;justify-content:center;justify-self:end;min-height:34px;padding:.45rem .7rem;transition:var(--transition-smooth)}.footer-top-button:hover{background:#35a27314;border-color:#35a27373;color:var(--ohaz-card-white);transform:translateY(-2px)}@media (max-width:1000px){.footer-container{gap:3rem;grid-template-columns:1.5fr 1fr 1fr}.footer-about{grid-column:1/-1}.footer-description{max-width:600px}}@media (max-width:650px){.footer-container{gap:2.5rem;grid-template-columns:1fr;padding:3.5rem 0 3rem;width:min(var(--container-max),calc(100% - 1.5rem))}.footer-about{grid-column:auto}.footer-brand{margin-bottom:1.15rem}.footer-logo{height:48px;width:48px}.footer-brand-text strong{font-size:.9rem}.footer-brand-text span{font-size:.7rem}.footer-description{font-size:.84rem;max-width:100%}.footer-column h3{margin-bottom:1rem}.footer-links{gap:.15rem}.footer-link{max-width:220px}.footer-social-description{max-width:300px}.footer-bottom-container{align-items:flex-start;display:flex;flex-direction:column;gap:.8rem;min-height:auto;padding:1.35rem 0;width:min(var(--container-max),calc(100% - 1.5rem))}.footer-bottom-tagline{order:-1;text-align:left}.footer-top-button{justify-self:auto;margin-top:.25rem}}@media (max-width:380px){.footer-brand{align-items:flex-start}.footer-brand-text strong{line-height:1.35;max-width:190px}.footer-motto{align-items:flex-start}}@media (prefers-reduced-motion:reduce){.footer *,.footer :after,.footer :before{scroll-behavior:auto!important;transition:none!important}}.hero{align-items:center;background:radial-gradient(circle at 75% 20%,#35a27329,#0000 32%),radial-gradient(circle at 5% 85%,#00855a14,#0000 28%),linear-gradient(135deg,var(--ohaz-mint-bg) 0,var(--ohaz-bg-offwhite) 65%,#fff 100%);display:flex;min-height:680px;overflow:hidden;position:relative}.hero:before{background-image:linear-gradient(rgba(0,133,90,.035) 1px,#0000 0),linear-gradient(90deg,rgba(0,133,90,.035) 1px,#0000 0);background-size:45px 45px;content:"";inset:0;opacity:.35;pointer-events:none;position:absolute}.hero-container{grid-gap:4.5rem;align-items:center;display:grid;gap:4.5rem;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);margin:0 auto;padding:6rem 0 7rem;position:relative;width:min(var(--container-max),calc(100% - 2rem));z-index:2}.hero-content{animation:heroFadeUp .8s ease both;max-width:670px;position:relative;z-index:3}.hero-eyebrow{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb8;border:1px solid #00855a1f;border-radius:999px;box-shadow:0 5px 18px #2c3e500d;color:var(--ohaz-primary);display:inline-flex;font-size:.76rem;font-weight:800;gap:.55rem;letter-spacing:.055em;margin-bottom:1.25rem;padding:.5rem .85rem;text-transform:uppercase}.hero-eyebrow-dot{background:var(--ohaz-primary);border-radius:50%;box-shadow:0 0 0 4px #00855a1a;flex-shrink:0;height:7px;width:7px}.hero h1{color:var(--ohaz-text-dark);font-size:clamp(3.4rem,6.2vw,6rem);font-weight:800;letter-spacing:-.055em;line-height:.96;margin:0}.hero h1 span{color:var(--ohaz-primary);display:block;margin-top:.12em}.hero-tagline{color:var(--ohaz-text-dark);font-size:clamp(1.15rem,2vw,1.42rem);font-weight:700;line-height:1.45;margin:1.6rem 0 0;max-width:650px}.hero-description{color:#2c3e50c2;font-size:1rem;line-height:1.85;margin:1.15rem 0 0;max-width:610px}.hero-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.85rem;margin-top:2rem}.hero-primary-button,.hero-secondary-button{align-items:center;border-radius:var(--border-radius);display:inline-flex;font-size:.9rem;font-weight:750;gap:.55rem;justify-content:center;min-height:50px;padding:.8rem 1.25rem;text-decoration:none;transition:var(--transition-smooth)}.hero-primary-button{background:var(--ohaz-primary);box-shadow:0 10px 25px #00855a33;color:var(--ohaz-card-white)}.hero-primary-button:hover{background:var(--ohaz-primary-hover);box-shadow:0 14px 30px #00855a45;color:var(--ohaz-card-white);transform:translateY(-3px)}.hero-secondary-button{background:#ffffffc7;border:1px solid #00855a29;box-shadow:0 5px 18px #2c3e500a;color:var(--ohaz-primary)}.hero-secondary-button:hover{background:var(--ohaz-card-white);border-color:var(--ohaz-primary);box-shadow:0 10px 24px #2c3e5014;color:var(--ohaz-primary);transform:translateY(-3px)}.hero-primary-button:focus-visible,.hero-secondary-button:focus-visible{outline:3px solid #00855a40;outline-offset:3px}.hero-support{align-items:center;display:flex;gap:.75rem;margin-top:2rem;max-width:440px}.hero-support-icon{background:#00855a1a;border-radius:10px;color:var(--ohaz-primary);display:grid;flex-shrink:0;height:36px;place-items:center;width:36px}.hero-support span,.hero-support strong{display:block}.hero-support strong{color:var(--ohaz-text-dark);font-size:.82rem;font-weight:750}.hero-support span{color:#2c3e509e;font-size:.76rem;line-height:1.45;margin-top:.2rem}.hero-visual{align-items:center;animation:heroVisualReveal .9s ease .15s both;aspect-ratio:.94;display:flex;justify-content:center;margin:0 auto;position:relative;width:min(100%,510px)}.hero-visual-glow{background:radial-gradient(circle,#35a27333,#35a2730d 45%,#0000 72%);border-radius:50%;filter:blur(8px);height:90%;position:absolute;transform:translate(5%,4%);width:90%}.hero-image-wrapper{background:var(--ohaz-card-white);border:8px solid #ffffffe0;border-radius:30px;box-shadow:0 30px 70px #2c3e502e,0 10px 25px #00855a14;height:82%;overflow:hidden;position:relative;transform:rotate(1.5deg);transition:transform .45s ease,box-shadow .45s ease;width:82%;z-index:2}.hero-image-wrapper:hover{box-shadow:0 38px 80px #2c3e5036,0 14px 30px #00855a1a;transform:rotate(0deg) translateY(-5px)}.hero-image{display:block;height:100%;object-fit:cover;object-position:center;transform:scale(1.015);transition:transform .7s ease;width:100%}.hero-image-wrapper:hover .hero-image{transform:scale(1.05)}.hero-image-overlay{background:linear-gradient(180deg,#00000005 30%,#00463061);inset:0;pointer-events:none;position:absolute}.hero-image-label{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff24;border:1px solid #ffffff40;border-radius:999px;bottom:1.25rem;color:var(--ohaz-card-white);display:inline-flex;font-size:.7rem;font-weight:750;gap:.5rem;left:1.25rem;padding:.6rem .8rem;position:absolute}.hero-label-dot{background:#fff;border-radius:50%;box-shadow:0 0 0 4px #ffffff29;height:7px;width:7px}.hero-floating-card{align-items:center;animation:floatingCard 4.5s ease-in-out infinite;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border:1px solid #ffffffd9;border-radius:14px;box-shadow:0 14px 35px #2c3e5021;display:flex;gap:.65rem;padding:.7rem .85rem;position:absolute;z-index:4}.hero-floating-card span,.hero-floating-card strong{display:block}.hero-floating-card strong{color:var(--ohaz-text-dark);font-size:.78rem;line-height:1.2}.hero-floating-card span{color:#2c3e5094;font-size:.66rem;line-height:1.2;margin-top:.18rem}.hero-floating-card-top{right:1%;top:8%}.hero-floating-card-bottom{animation-delay:-2s;bottom:10%;left:1%}.hero-floating-icon,.hero-impact-icon{background:var(--ohaz-mint-bg);border-radius:10px;color:var(--ohaz-primary);display:grid;flex-shrink:0;height:34px;place-items:center;width:34px}.hero-floating-icon span{color:var(--ohaz-primary);font-size:.9rem;font-weight:850;margin:0}.hero-impact-icon{background:#00855a1a}.hero-decoration{border:1px solid #00855a29;border-radius:50%;pointer-events:none;position:absolute}.hero-decoration-one{height:94%;transform:rotate(18deg);width:94%}.hero-decoration-two{border-style:dashed;height:76%;opacity:.65;transform:rotate(-18deg);width:76%}.hero-bottom-shape{background:var(--ohaz-card-white);border-radius:50% 50% 0 0;bottom:-45px;height:90px;left:-5%;position:absolute;width:110%;z-index:3}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@keyframes heroVisualReveal{0%{opacity:0;transform:translateX(35px) scale(.96)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes floatingCard{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@media (prefers-reduced-motion:reduce){.hero-content,.hero-floating-card,.hero-visual{animation:none}.hero-image,.hero-image-wrapper{transition:none}}@media (max-width:1000px){.hero-container{gap:4rem;grid-template-columns:1fr;padding:5rem 0 6rem}.hero-content{margin:0 auto;max-width:760px;text-align:center}.hero-description{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-support{margin-left:auto;margin-right:auto;text-align:left}.hero-visual{width:min(100%,480px)}}@media (max-width:600px){.hero{min-height:auto}.hero-container{gap:3rem;padding:4rem 0 5rem;width:min(var(--container-max),calc(100% - 1.25rem))}.hero-eyebrow{font-size:.68rem;margin-bottom:1rem}.hero h1{font-size:clamp(2.75rem,14vw,4.2rem);letter-spacing:-.06em}.hero-tagline{font-size:1.02rem;margin-top:1.25rem}.hero-description{font-size:.9rem;line-height:1.75;margin-top:1rem}.hero-actions{flex-direction:column;margin-top:1.75rem;width:100%}.hero-primary-button,.hero-secondary-button{min-height:50px;width:100%}.hero-support{justify-content:center;margin-top:1.75rem;max-width:360px;text-align:left}.hero-support strong{font-size:.76rem}.hero-support span{font-size:.7rem}.hero-visual{aspect-ratio:.9;width:min(100%,360px)}.hero-image-wrapper{border-radius:24px;border-width:6px;height:84%;width:84%}.hero-floating-card{border-radius:12px;padding:.6rem .7rem}.hero-floating-card-top{right:0;top:7%}.hero-floating-card-bottom{bottom:8%;left:0}.hero-floating-icon,.hero-impact-icon{border-radius:8px;height:30px;width:30px}.hero-floating-card strong{font-size:.7rem}.hero-floating-card span{font-size:.6rem}.hero-image-label{bottom:.9rem;font-size:.62rem;left:.9rem;padding:.5rem .65rem}.hero-bottom-shape{bottom:-30px;height:60px}}@media (max-width:380px){.hero-container{padding-top:3.25rem}.hero h1{font-size:2.65rem}.hero-visual{width:min(100%,320px)}.hero-floating-card{transform:scale(.92)}.hero-floating-card-top{right:-3%}.hero-floating-card-bottom{left:-3%}}.introduction{background:var(--ohaz-card-white);padding:6rem 0}.introduction-container{grid-gap:5rem;align-items:center;display:grid;gap:5rem;grid-template-columns:1fr 1fr;margin:0 auto;width:min(var(--container-max),calc(100% - 2rem))}.introduction-content{max-width:600px}.introduction-eyebrow{color:var(--ohaz-primary);display:inline-block;font-size:.78rem;font-weight:800;letter-spacing:.08em;margin-bottom:.9rem;text-transform:uppercase}.introduction-content h2{color:var(--ohaz-text-dark);font-size:clamp(2rem,4vw,3rem);letter-spacing:-.03em;line-height:1.15;margin:0}.introduction-lead{color:var(--ohaz-text-dark);font-size:1.15rem;font-weight:600;line-height:1.7;margin:1.25rem 0 0}.introduction-text{color:#2c3e50b8;font-size:.98rem;line-height:1.8;margin:1rem 0 0}.introduction-link{align-items:center;color:var(--ohaz-primary);display:inline-flex;font-size:.9rem;font-weight:800;gap:.5rem;margin-top:1.5rem;transition:var(--transition-smooth)}.introduction-link:hover{color:var(--ohaz-primary-hover);gap:.75rem}.introduction-visual{display:flex;flex-direction:column;gap:1rem;position:relative}.introduction-card{align-items:center;background:var(--ohaz-bg-offwhite);border:1px solid #00855a1a;border-radius:var(--border-radius);box-shadow:0 10px 30px #2c3e500d;display:flex;gap:1rem;padding:1.25rem;transition:var(--transition-smooth)}.introduction-card:hover{border-color:#00855a38;box-shadow:0 14px 35px #2c3e5014;transform:translateX(6px)}.introduction-icon{background:var(--ohaz-mint-bg);border-radius:12px;color:var(--ohaz-primary);display:grid;flex-shrink:0;height:52px;place-items:center;width:52px}.introduction-card h3{color:var(--ohaz-text-dark);font-size:1rem;margin:0}.introduction-card p{color:#2c3e50a6;font-size:.82rem;line-height:1.5;margin:.35rem 0 0}@media (max-width:900px){.introduction-container{gap:3rem;grid-template-columns:1fr}.introduction-content{max-width:700px}}@media (max-width:600px){.introduction{padding:4.5rem 0}.introduction-container{width:min(var(--container-max),calc(100% - 1.25rem))}.introduction-lead{font-size:1rem}.introduction-text{font-size:.9rem}.introduction-card{padding:1rem}.introduction-icon{height:46px;width:46px}}.why-one-health{background:var(--ohaz-mint-bg);padding:6rem 0}.why-one-health-container{margin:0 auto;width:min(var(--container-max),calc(100% - 2rem))}.why-one-health-heading{margin:0 auto 3rem;max-width:700px;text-align:center}.why-one-health-eyebrow{color:var(--ohaz-primary);display:inline-block;font-size:.78rem;font-weight:800;letter-spacing:.08em;margin-bottom:.75rem;text-transform:uppercase}.why-one-health-heading h2{color:var(--ohaz-text-dark);font-size:clamp(2rem,4vw,3rem);letter-spacing:-.03em;line-height:1.15;margin:0}.why-one-health-heading p{color:#2c3e50b3;font-size:1rem;line-height:1.7;margin:1rem 0 0}.why-one-health-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}.why-one-health-card{background:var(--ohaz-card-white);border:1px solid #00855a1a;border-radius:var(--border-radius);box-shadow:0 10px 30px #2c3e500f;min-height:330px;overflow:hidden;padding:1.5rem;position:relative;transition:var(--transition-smooth)}.why-one-health-card:hover{border-color:#00855a40;box-shadow:0 18px 40px #2c3e501a;transform:translateY(-8px)}.why-one-health-card-number{color:#00855a1f;font-size:2rem;font-weight:900;position:absolute;right:1rem;top:1rem}.why-one-health-icon{background:var(--ohaz-mint-bg);border-radius:14px;color:var(--ohaz-primary);display:grid;height:56px;margin-bottom:1.5rem;place-items:center;transition:var(--transition-smooth);width:56px}.why-one-health-card:hover .why-one-health-icon{background:var(--ohaz-primary);color:var(--ohaz-card-white);transform:scale(1.05)}.why-one-health-card h3{color:var(--ohaz-text-dark);font-size:1.05rem;margin:0}.why-one-health-description{color:#2c3e50ad;font-size:.86rem;line-height:1.65;margin:.75rem 0 0}.why-one-health-detail{border-top:1px solid #00855a1a;margin-top:1.25rem;padding-top:1rem}.why-one-health-detail p{color:#2c3e509e;font-size:.78rem;line-height:1.6;margin:0}@media (max-width:1000px){.why-one-health-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.why-one-health{padding:4.5rem 0}.why-one-health-container{width:min(var(--container-max),calc(100% - 1.25rem))}.why-one-health-heading{margin-bottom:2rem}.why-one-health-heading p{font-size:.9rem}.why-one-health-grid{grid-template-columns:1fr}.why-one-health-card{min-height:auto;padding:1.25rem}}.four-pillars{background-color:var(--ohaz-card-white);padding:6rem 1.5rem}.four-pillars-container{margin:0 auto;width:min(100%,var(--container-max))}.four-pillars-heading{margin:0 auto 3.5rem;max-width:720px;text-align:center}.four-pillars-eyebrow{color:var(--ohaz-primary);display:inline-block;font-size:.85rem;font-weight:700;letter-spacing:.12em;margin-bottom:.75rem;text-transform:uppercase}.four-pillars-heading h2{color:var(--ohaz-text-dark);font-size:clamp(2rem,4vw,3rem);line-height:1.15;margin:0 0 1rem}.four-pillars-heading p{color:#5f6f7a;font-size:1.05rem;line-height:1.8;margin:0}.pillars-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(4,1fr)}.pillar-card{background-color:var(--ohaz-bg-offwhite);border:1px solid #00855a1a;border-radius:var(--border-radius);display:flex;flex-direction:column;min-height:300px;overflow:hidden;padding:1.75rem;position:relative;transition:var(--transition-smooth)}.pillar-card:hover{border-color:#00855a40;box-shadow:0 18px 40px #2c3e501a;transform:translateY(-7px)}.pillar-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.pillar-number{color:#2c3e5040;font-size:.85rem;font-weight:800;letter-spacing:.08em}.pillar-icon{align-items:center;background-color:var(--ohaz-mint-bg);border-radius:50%;color:var(--ohaz-primary);display:flex;height:58px;justify-content:center;transition:var(--transition-smooth);width:58px}.pillar-card:hover .pillar-icon{background-color:var(--ohaz-primary);color:var(--ohaz-card-white);transform:rotate(-5deg) scale(1.05)}.pillar-content{flex:1 1}.pillar-content h3{color:var(--ohaz-text-dark);font-size:1.15rem;line-height:1.35;margin:0 0 .85rem}.pillar-content p{color:#657580;font-size:.95rem;line-height:1.7;margin:0}.pillar-line{background-color:var(--ohaz-accent);border-radius:999px;height:3px;margin-top:1.5rem;transition:var(--transition-smooth);width:45px}.pillar-card:hover .pillar-line{width:80px}@media (max-width:1050px){.pillars-grid{grid-template-columns:repeat(2,1fr)}.pillar-card{min-height:280px}}@media (max-width:600px){.four-pillars{padding:4.5rem 1rem}.four-pillars-heading{margin-bottom:2.5rem}.four-pillars-heading p{font-size:.98rem}.pillars-grid{gap:1rem;grid-template-columns:1fr}.pillar-card{min-height:auto;padding:1.5rem}}@media (prefers-reduced-motion:reduce){.pillar-card,.pillar-icon,.pillar-line{transition:none}.pillar-card:hover,.pillar-card:hover .pillar-icon{transform:none}}.home-cta{background-color:var(--ohaz-mint-bg);padding:6rem 1.5rem}.home-cta-container{align-items:center;background-color:var(--ohaz-primary);border-radius:var(--border-radius);display:flex;gap:2rem;margin:0 auto;overflow:hidden;padding:3.5rem;position:relative;width:min(100%,var(--container-max))}.home-cta-container:after{border:1px solid #ffffff26;border-radius:50%;bottom:-150px;content:"";height:280px;position:absolute;right:-100px;width:280px}.home-cta-icon{align-items:center;background-color:var(--ohaz-card-white);border-radius:50%;color:var(--ohaz-primary);display:flex;flex-shrink:0;height:70px;justify-content:center;position:relative;width:70px;z-index:1}.home-cta-content{max-width:760px;position:relative;z-index:1}.home-cta-eyebrow{color:#d9f3e7;display:inline-block;font-size:.82rem;font-weight:700;letter-spacing:.12em;margin-bottom:.7rem;text-transform:uppercase}.home-cta-content h2{color:var(--ohaz-card-white);font-size:clamp(2rem,4vw,3rem);line-height:1.15;margin:0 0 1rem}.home-cta-content p{color:#ffffffe0;font-size:1.02rem;line-height:1.8;margin:0;max-width:680px}.home-cta-actions{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.home-cta-button,.home-cta-secondary{align-items:center;border-radius:8px;display:inline-flex;font-size:.95rem;font-weight:700;gap:.6rem;justify-content:center;min-height:48px;padding:.75rem 1.25rem;transition:var(--transition-smooth)}.home-cta-button{background-color:var(--ohaz-card-white);color:var(--ohaz-primary)}.home-cta-button:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-2px)}.home-cta-secondary{border:1px solid #fff6;color:var(--ohaz-card-white)}.home-cta-secondary:hover{background-color:#ffffff1a;border-color:var(--ohaz-card-white)}@media (max-width:700px){.home-cta{padding:4.5rem 1rem}.home-cta-container{align-items:flex-start;flex-direction:column;padding:2.25rem 1.5rem}.home-cta-content p{font-size:.96rem}.home-cta-actions{align-items:stretch;flex-direction:column}.home-cta-button,.home-cta-secondary{width:100%}}@media (prefers-reduced-motion:reduce){.home-cta-button,.home-cta-secondary{transition:none}.home-cta-button:hover{transform:none}}.home-page{overflow:hidden;width:100%}.home-section{margin:0 auto;width:min(var(--container-max),calc(100% - 2rem))}.home-section-title{color:var(--ohaz-text-dark);font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.2;margin:0}.home-section-description{color:#2c3e50bf;font-size:1rem;line-height:1.7;margin:1rem auto 0;max-width:700px}@media (max-width:600px){.home-section{width:min(var(--container-max),calc(100% - 1.25rem))}}.home-one-health{background:var(--ohaz-mint-bg);max-width:none;width:100%}.home-one-health,.home-pillars{padding:6rem 0;text-align:center}.about-intro{background-color:var(--ohaz-bg-offwhite);padding:6rem 1.5rem}.about-intro-container{grid-gap:5rem;align-items:center;display:grid;gap:5rem;grid-template-columns:.85fr 1.15fr;margin:0 auto;width:min(100%,var(--container-max))}.about-intro-visual{min-height:430px;position:relative}.about-intro-circle,.about-intro-visual{align-items:center;display:flex;justify-content:center}.about-intro-circle{background-color:var(--ohaz-mint-bg);border:1px solid #00855a26;border-radius:50%;box-shadow:0 0 0 35px rgba(0,133,90,.035),0 0 0 70px #00855a05;color:var(--ohaz-primary);height:220px;width:220px}.about-intro-badge{align-items:center;background-color:var(--ohaz-card-white);border:1px solid #00855a1f;border-radius:999px;box-shadow:0 10px 25px #2c3e5014;color:var(--ohaz-text-dark);display:flex;font-size:.85rem;font-weight:700;justify-content:center;padding:.65rem 1rem;position:absolute}.about-intro-badge-one{left:20px;top:65px}.about-intro-badge-two{right:10px;top:165px}.about-intro-badge-three{bottom:70px;left:55px}.about-intro-content{max-width:680px}.about-intro-eyebrow{color:var(--ohaz-primary);display:inline-block;font-size:.85rem;font-weight:800;letter-spacing:.12em;margin-bottom:.8rem;text-transform:uppercase}.about-intro-content h1{color:var(--ohaz-text-dark);font-size:clamp(2.3rem,5vw,4rem);letter-spacing:-.03em;line-height:1.08;margin:0 0 1.5rem}.about-intro-content h1 span{color:var(--ohaz-primary);display:block}.about-intro-content p{color:#5f6f7a;font-size:1.03rem;line-height:1.85;margin:0 0 1.15rem}.about-intro-motto{background-color:var(--ohaz-card-white);border-left:4px solid var(--ohaz-primary);border-radius:0 var(--border-radius) var(--border-radius) 0;box-shadow:0 8px 25px #2c3e500d;display:flex;flex-direction:column;gap:.35rem;margin-top:2rem;padding:1.25rem 1.4rem}.about-intro-motto strong{color:var(--ohaz-text-dark);font-size:1rem}.about-intro-motto span{color:#6b7b84;font-size:.9rem}@media (max-width:900px){.about-intro-container{gap:2rem;grid-template-columns:1fr}.about-intro-visual{min-height:350px}.about-intro-content{max-width:none}}@media (max-width:600px){.about-intro{padding:4.5rem 1rem}.about-intro-visual{min-height:290px}.about-intro-circle{height:165px;width:165px}.about-intro-circle svg{height:40px;width:40px}.about-intro-badge{font-size:.75rem;padding:.5rem .8rem}.about-intro-badge-one{left:5px;top:25px}.about-intro-badge-two{right:0;top:115px}.about-intro-badge-three{bottom:25px;left:20px}.about-intro-content h1{font-size:clamp(2.2rem,11vw,3rem)}.about-intro-content p{font-size:.96rem}}@media (prefers-reduced-motion:reduce){.about-intro-badge,.about-intro-circle{transition:none}}.vision-mission{background-color:var(--ohaz-card-white);padding:6rem 1.5rem}.vision-mission-container{margin:0 auto;width:min(100%,var(--container-max))}.vision-mission-heading{margin:0 auto 3rem;max-width:700px;text-align:center}.vision-mission-eyebrow{color:var(--ohaz-primary);display:inline-block;font-size:.85rem;font-weight:800;letter-spacing:.12em;margin-bottom:.75rem;text-transform:uppercase}.vision-mission-heading h2{color:var(--ohaz-text-dark);font-size:clamp(2rem,4vw,3rem);line-height:1.15;margin:0 0 1rem}.vision-mission-heading p{color:#657580;font-size:1rem;line-height:1.8;margin:0}.vision-mission-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.vision-mission-card{background-color:var(--ohaz-bg-offwhite);border:1px solid #00855a1a;border-radius:var(--border-radius);display:flex;gap:1.5rem;padding:2rem;transition:var(--transition-smooth)}.vision-mission-card:hover{border-color:#00855a40;box-shadow:0 15px 35px #2c3e5014;transform:translateY(-5px)}.vision-mission-icon{align-items:center;background-color:var(--ohaz-mint-bg);border-radius:50%;color:var(--ohaz-primary);display:flex;flex-shrink:0;height:58px;justify-content:center;width:58px}.vision-mission-card-content>span{color:var(--ohaz-primary);display:block;font-size:.8rem;font-weight:800;letter-spacing:.08em;margin-bottom:.5rem;text-transform:uppercase}.vision-mission-card-content h3{color:var(--ohaz-text-dark);font-size:1.35rem;line-height:1.3;margin:0 0 .85rem}.vision-mission-card-content p{color:#657580;font-size:.95rem;line-height:1.75;margin:0}@media (max-width:750px){.vision-mission{padding:4.5rem 1rem}.vision-mission-grid{grid-template-columns:1fr}.vision-mission-card{padding:1.5rem}}@media (max-width:500px){.vision-mission-card{flex-direction:column}.vision-mission-icon{height:52px;width:52px}}@media (prefers-reduced-motion:reduce){.vision-mission-card{transition:none}.vision-mission-card:hover{transform:none}}.objectives{background-color:var(--ohaz-mint-bg);padding:6rem 1.5rem}.objectives-container{margin:0 auto;width:min(100%,var(--container-max))}.objectives-heading{margin:0 auto 3.5rem;max-width:720px;text-align:center}.objectives-eyebrow{color:var(--ohaz-primary);display:inline-block;font-size:.85rem;font-weight:800;letter-spacing:.12em;margin-bottom:.75rem;text-transform:uppercase}.objectives-heading h2{color:var(--ohaz-text-dark);font-size:clamp(2rem,4vw,3rem);line-height:1.15;margin:0 0 1rem}.objectives-heading p{color:#5f6f7a;font-size:1rem;line-height:1.8;margin:0}.objectives-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(4,1fr)}.objective-card{background-color:var(--ohaz-card-white);border:1px solid #00855a14;border-radius:var(--border-radius);display:flex;flex-direction:column;min-height:275px;overflow:hidden;padding:1.5rem;position:relative;transition:var(--transition-smooth)}.objective-card:hover{border-color:#00855a38;box-shadow:0 16px 35px #2c3e501a;transform:translateY(-6px)}.objective-card-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.objective-number{color:#2c3e5040;font-size:.82rem;font-weight:800;letter-spacing:.08em}.objective-icon{align-items:center;background-color:var(--ohaz-mint-bg);border-radius:50%;color:var(--ohaz-primary);display:flex;height:52px;justify-content:center;transition:var(--transition-smooth);width:52px}.objective-card:hover .objective-icon{background-color:var(--ohaz-primary);color:var(--ohaz-card-white);transform:scale(1.05)}.objective-card h3{color:var(--ohaz-text-dark);font-size:1.08rem;line-height:1.4;margin:0 0 .75rem}.objective-card p{color:#657580;font-size:.91rem;line-height:1.7;margin:0}.objective-progress{background-color:var(--ohaz-accent);border-radius:999px;height:3px;margin-top:auto;padding-top:1.5rem;transition:var(--transition-smooth);width:38px}.objective-card:hover .objective-progress{width:70px}@media (max-width:1050px){.objectives-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.objectives{padding:4.5rem 1rem}.objectives-heading{margin-bottom:2.5rem}.objectives-grid{gap:1rem;grid-template-columns:1fr}.objective-card{min-height:245px}}@media (prefers-reduced-motion:reduce){.objective-card,.objective-icon,.objective-progress{transition:none}.objective-card:hover,.objective-card:hover .objective-icon{transform:none}}.leadership{background-color:var(--ohaz-bg-offwhite);padding:6rem 1.5rem}.leadership-container{margin:0 auto;width:min(100%,var(--container-max))}.leadership-heading{margin:0 auto 3.5rem;max-width:720px;text-align:center}.leadership-eyebrow{color:var(--ohaz-primary);display:inline-block;font-size:.85rem;font-weight:800;letter-spacing:.12em;margin-bottom:.75rem;text-transform:uppercase}.leadership-heading h2{color:var(--ohaz-text-dark);font-size:clamp(2rem,4vw,3rem);line-height:1.15;margin:0 0 1rem}.leadership-heading p{color:#657580;font-size:1rem;line-height:1.8;margin:0}.leader-card{background-color:var(--ohaz-card-white);border:1px solid #00855a1a;border-radius:var(--border-radius);overflow:hidden;transition:var(--transition-smooth)}.leader-card:hover{border-color:#00855a40;box-shadow:0 18px 40px #2c3e501a;transform:translateY(-5px)}.leader-card-founder{display:grid;grid-template-columns:.8fr 1.2fr;margin-bottom:1.5rem}.leader-image-wrapper{background-color:var(--ohaz-mint-bg);min-height:390px;overflow:hidden;position:relative}.leader-image{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.leader-card:hover .leader-image{transform:scale(1.03)}.leader-image-placeholder{align-items:center;background:linear-gradient(135deg,var(--ohaz-mint-bg),#d4ecdf);color:var(--ohaz-primary);display:flex;font-size:.9rem;font-weight:800;height:100%;justify-content:center;letter-spacing:.08em;min-height:inherit;position:relative;text-transform:uppercase;width:100%}.leader-image-placeholder:before{border:2px solid #00855a26;border-radius:50%;content:"";height:150px;position:absolute;width:150px}.leader-content{display:flex;flex-direction:column;justify-content:center;padding:3rem}.leader-role{color:var(--ohaz-primary);display:inline-block;font-size:.8rem;font-weight:800;letter-spacing:.08em;margin-bottom:.7rem;text-transform:uppercase}.leader-content h3{color:var(--ohaz-text-dark);font-size:clamp(1.7rem,3vw,2.3rem);line-height:1.2;margin:0}.leader-divider{background-color:var(--ohaz-accent);border-radius:999px;height:3px;margin:1.25rem 0 1.4rem;width:48px}.leader-content p{color:#657580;font-size:.98rem;line-height:1.85;margin:0;max-width:620px}.cofounders-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.leader-card-cofounder .leader-image-wrapper{min-height:340px}.leader-card-cofounder .leader-content{padding:2rem}.leader-card-cofounder .leader-content h3{font-size:1.45rem}.leader-card-cofounder .leader-content p{font-size:.93rem}@media (max-width:850px){.leader-card-founder{grid-template-columns:1fr}.leader-card-founder .leader-image-wrapper{min-height:400px}}@media (max-width:650px){.leadership{padding:4.5rem 1rem}.leadership-heading{margin-bottom:2.5rem}.cofounders-grid{grid-template-columns:1fr}.leader-card-cofounder .leader-image-wrapper,.leader-card-founder .leader-image-wrapper{min-height:330px}.leader-card-cofounder .leader-content,.leader-content{padding:1.5rem}}@media (prefers-reduced-motion:reduce){.leader-card,.leader-image{transition:none}.leader-card:hover,.leader-card:hover .leader-image{transform:none}}.institutional-authority{background-color:var(--ohaz-card-white);border-top:1px solid #00855a14;padding:6rem 1.5rem}.institutional-authority-container{margin:0 auto;width:min(100%,var(--container-max))}.authority-heading{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.authority-heading-icon{align-items:center;background-color:var(--ohaz-mint-bg);border-radius:50%;color:var(--ohaz-primary);display:flex;flex-shrink:0;height:58px;justify-content:center;width:58px}.authority-eyebrow{color:var(--ohaz-primary);display:block;font-size:.8rem;font-weight:800;letter-spacing:.1em;margin-bottom:.35rem;text-transform:uppercase}.authority-heading h2{color:var(--ohaz-text-dark);font-size:clamp(2rem,4vw,2.8rem);line-height:1.15;margin:0}.authority-introduction{color:#657580;font-size:1rem;line-height:1.8;margin:0 0 3rem;max-width:760px}.authority-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(3,1fr)}.authority-card{background-color:var(--ohaz-bg-offwhite);border:1px solid #00855a1a;border-radius:var(--border-radius);display:flex;gap:1.15rem;padding:1.5rem;transition:var(--transition-smooth)}.authority-card:hover{border-color:#00855a40;box-shadow:0 15px 30px #2c3e5014;transform:translateY(-5px)}.authority-card-icon{align-items:center;background-color:var(--ohaz-card-white);border:1px solid #00855a1a;border-radius:10px;color:var(--ohaz-primary);display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.authority-card-content{min-width:0}.authority-card-label{color:#71808a;display:block;font-size:.72rem;font-weight:800;letter-spacing:.08em;margin-bottom:.35rem;text-transform:uppercase}.authority-card h3{color:var(--ohaz-text-dark);font-size:1.05rem;line-height:1.4;margin:0 0 .5rem}.authority-card-value{color:var(--ohaz-primary);display:inline-block;font-size:.9rem;margin-bottom:.7rem}.authority-card p{color:#657580;font-size:.88rem;line-height:1.65;margin:0}.authority-note{align-items:flex-start;background-color:var(--ohaz-mint-bg);border:1px solid #00855a14;border-radius:10px;color:#5f6f7a;display:flex;gap:.8rem;margin-top:1.5rem;padding:1rem 1.2rem}.authority-note svg{color:var(--ohaz-primary);flex-shrink:0;margin-top:2px}.authority-note p{font-size:.88rem;line-height:1.65;margin:0}.authority-note strong{color:var(--ohaz-text-dark)}@media (max-width:900px){.authority-grid{grid-template-columns:1fr}.authority-card{max-width:700px}}@media (max-width:600px){.institutional-authority{padding:4.5rem 1rem}.authority-heading{align-items:flex-start}.authority-heading-icon{height:50px;width:50px}.authority-heading-icon svg{height:23px;width:23px}.authority-introduction{font-size:.95rem}.authority-card{padding:1.25rem}.authority-note{padding:.9rem}}@media (prefers-reduced-motion:reduce){.authority-card{transition:none}.authority-card:hover{transform:none}}.about-page{min-height:100vh}.eligibility-section{background-color:var(--ohaz-card-white);padding:5rem 1.5rem}.eligibility-container{margin:0 auto;width:min(100%,var(--container-max))}.eligibility-heading{margin:0 auto 3rem;max-width:760px;text-align:center}.eligibility-eyebrow{align-items:center;color:var(--ohaz-primary);display:inline-flex;font-size:.9rem;font-weight:700;gap:.5rem;letter-spacing:.05em;margin-bottom:1rem;text-transform:uppercase}.eligibility-heading h1{color:var(--ohaz-text-dark);font-size:clamp(2rem,4vw,2.8rem);line-height:1.15;margin:0 0 1rem}.eligibility-heading p{color:#5f6f7a;font-size:1.05rem;line-height:1.7;margin:0}.eligibility-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.eligibility-card{background-color:var(--ohaz-bg-offwhite);border:1px solid #00855a1a;border-radius:var(--border-radius);padding:2rem;transition:var(--transition-smooth)}.eligibility-card:hover{border-color:#00855a40;box-shadow:0 12px 30px #2c3e5014;transform:translateY(-5px)}.eligibility-icon{align-items:center;background-color:var(--ohaz-mint-bg);border-radius:50%;color:var(--ohaz-primary);display:flex;height:58px;justify-content:center;margin-bottom:1.5rem;width:58px}.eligibility-card h2{color:var(--ohaz-text-dark);font-size:1.25rem;margin:0 0 .75rem}.eligibility-card p{color:#5f6f7a;line-height:1.7;margin:0}@media (max-width:900px){.eligibility-grid{grid-template-columns:1fr;margin:0 auto;max-width:650px}}@media (max-width:600px){.eligibility-section{padding:4rem 1rem}.eligibility-card{padding:1.5rem}.eligibility-heading{margin-bottom:2rem}}.contact-form-section{background-color:var(--ohaz-bg-offwhite);padding:5rem 1.5rem}.contact-form-container{margin:0 auto;width:min(100%,var(--container-max))}.contact-form-intro{margin:0 auto 3rem;max-width:720px;text-align:center}.contact-form-eyebrow{align-items:center;color:var(--ohaz-primary);display:inline-flex;font-size:.9rem;font-weight:700;gap:.5rem;letter-spacing:.05em;margin-bottom:1rem;text-transform:uppercase}.contact-form-intro h1{color:var(--ohaz-text-dark);font-size:clamp(2rem,4vw,2.8rem);line-height:1.15;margin:0 0 1rem}.contact-form-intro p{color:#5f6f7a;line-height:1.7;margin:0}.contact-form-layout{grid-gap:3rem;background-color:var(--ohaz-card-white);border:1px solid #00855a1a;border-radius:var(--border-radius);box-shadow:0 10px 30px #2c3e500f;display:grid;gap:3rem;grid-template-columns:.8fr 1.2fr;padding:2.5rem}.contact-form-info{padding:1rem 0}.contact-form-info h2{color:var(--ohaz-text-dark);font-size:1.7rem;margin:0 0 1rem}.contact-form-info>p{color:#5f6f7a;line-height:1.7;margin:0 0 2rem}.contact-info-item{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1.5rem}.contact-info-icon{align-items:center;background-color:var(--ohaz-mint-bg);border-radius:10px;color:var(--ohaz-primary);display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.contact-info-item span{color:var(--ohaz-text-dark);display:block;font-weight:700;margin-bottom:.25rem}.contact-info-item p{color:#5f6f7a;margin:0}.contact-form{gap:1.25rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{align-items:center;color:var(--ohaz-text-dark);display:flex;font-size:.9rem;font-weight:700;gap:.4rem}.form-group input,.form-group textarea{background-color:var(--ohaz-bg-offwhite);border:1px solid #dce5e1;border-radius:8px;color:var(--ohaz-text-dark);outline:none;padding:.9rem 1rem;transition:var(--transition-smooth);width:100%}.form-group textarea{min-height:140px;resize:vertical}.form-group input:focus,.form-group textarea:focus{border-color:var(--ohaz-primary);box-shadow:0 0 0 3px #00855a1a}.form-success{background-color:var(--ohaz-mint-bg);border-radius:8px;color:var(--ohaz-primary);font-size:.9rem;font-weight:600;padding:.9rem 1rem}.contact-form-actions{display:flex;gap:1rem;margin-top:.5rem}.contact-submit-button,.whatsapp-button{align-items:center;border-radius:8px;display:inline-flex;font-weight:700;gap:.5rem;justify-content:center;min-height:48px;padding:.8rem 1.2rem;transition:var(--transition-smooth)}.contact-submit-button{background-color:var(--ohaz-primary);border:1px solid var(--ohaz-primary);color:#fff;flex:1 1}.contact-submit-button:hover{background-color:var(--ohaz-primary-hover);border-color:var(--ohaz-primary-hover)}.whatsapp-button{background-color:var(--ohaz-mint-bg);border:1px solid #00855a33;color:var(--ohaz-primary);flex:1 1}.whatsapp-button:hover{background-color:#d8eee0;transform:translateY(-2px)}@media (max-width:800px){.contact-form-layout{gap:2rem;grid-template-columns:1fr;padding:1.5rem}}@media (max-width:600px){.contact-form-section{padding:4rem 1rem}.contact-form-actions{flex-direction:column}.contact-submit-button,.whatsapp-button{width:100%}}.direct-contact-section{background-color:var(--ohaz-card-white);padding:5rem 1.5rem}.direct-contact-container{margin:0 auto;width:min(100%,var(--container-max))}.direct-contact-heading{margin:0 auto 3rem;max-width:720px;text-align:center}.direct-contact-eyebrow{color:var(--ohaz-primary);display:inline-block;font-size:.9rem;font-weight:700;letter-spacing:.05em;margin-bottom:.75rem;text-transform:uppercase}.direct-contact-heading h1{color:var(--ohaz-text-dark);font-size:clamp(2rem,4vw,2.8rem);line-height:1.15;margin:0 0 1rem}.direct-contact-heading p{color:#5f6f7a;line-height:1.7;margin:0}.direct-contact-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.direct-contact-card{align-items:flex-start;background-color:var(--ohaz-bg-offwhite);border:1px solid #00855a1a;border-radius:var(--border-radius);display:flex;gap:1.25rem;padding:1.75rem;transition:var(--transition-smooth)}.direct-contact-card:hover{border-color:#00855a40;box-shadow:0 12px 30px #2c3e5014;transform:translateY(-5px)}.direct-contact-icon{align-items:center;background-color:var(--ohaz-mint-bg);border-radius:12px;color:var(--ohaz-primary);display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.direct-contact-content{min-width:0}.direct-contact-content>span:first-child{color:var(--ohaz-primary);display:block;font-size:.8rem;font-weight:700;letter-spacing:.04em;margin-bottom:.4rem;text-transform:uppercase}.direct-contact-content h2{color:var(--ohaz-text-dark);font-size:1.15rem;margin:0 0 .65rem;overflow-wrap:anywhere}.direct-contact-content p{color:#5f6f7a;font-size:.92rem;line-height:1.65;margin:0 0 1rem}.direct-contact-content a,.direct-contact-content button{align-items:center;background:none;border:none;color:var(--ohaz-primary);display:inline-flex;font-size:.9rem;font-weight:700;gap:.35rem;padding:0;transition:var(--transition-smooth)}.direct-contact-content a:hover,.direct-contact-content button:hover{color:var(--ohaz-primary-hover);gap:.55rem}.direct-contact-note{color:#7a8790;display:block;font-size:.82rem;font-style:italic;line-height:1.5}@media (max-width:950px){.direct-contact-grid{grid-template-columns:1fr;margin:0 auto;max-width:700px}}@media (max-width:600px){.direct-contact-section{padding:4rem 1rem}.direct-contact-card{padding:1.5rem}}.contact-header{background:linear-gradient(135deg,var(--ohaz-primary) 0,var(--ohaz-primary-hover) 100%);color:#fff;overflow:hidden;padding:6rem 1.5rem;position:relative}.contact-header:after{border:1px solid #ffffff1f;border-radius:50%;bottom:-140px;content:"";height:320px;pointer-events:none;position:absolute;right:-100px;width:320px}.contact-header-container{margin:0 auto;position:relative;width:min(100%,var(--container-max));z-index:1}.contact-header-content{margin:0 auto;max-width:760px;text-align:center}.contact-header-eyebrow{align-items:center;color:#ffffffe6;display:inline-flex;font-size:.9rem;font-weight:700;gap:.5rem;letter-spacing:.06em;margin-bottom:1.25rem;text-transform:uppercase}.contact-header h1{color:#fff;font-size:clamp(2.3rem,5vw,4rem);letter-spacing:-.02em;line-height:1.1;margin:0 0 1.25rem}.contact-header p{color:#ffffffe0;font-size:1.05rem;line-height:1.8;margin:0 auto;max-width:680px}@media (max-width:600px){.contact-header{padding:4.5rem 1rem}.contact-header h1{font-size:clamp(2rem,10vw,2.7rem)}.contact-header p{font-size:.98rem}}
/*# sourceMappingURL=main.4455d4a0.css.map*/