:root{--mh-primary:hsl(var(--primary));--mh-hero:#195748;--mh-text:hsl(var(--foreground));--mh-muted:hsl(var(--muted-foreground));--mh-border:hsl(var(--border));--mh-soft:hsl(var(--muted));--mh-white:hsl(var(--background))}*{box-sizing:border-box}.mh-page{font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--mh-text);background:#fff}.mh-container{width:min(1160px,calc(100% - 48px));margin:0 auto}.mh-nav{position:sticky;top:0;z-index:50;background:hsla(0,0%,100%,.96);border-bottom:1px solid var(--mh-border);backdrop-filter:blur(8px)}.mh-nav-inner{min-height:96px;justify-content:space-between;gap:16px}.mh-brand,.mh-nav-inner{display:flex;align-items:center}.mh-brand{gap:12px;color:var(--mh-text);text-decoration:none;overflow:visible}.mh-brand-mark{width:32px;height:32px;border-radius:999px;background:radial-gradient(circle at 30% 35%,#6bddb0 10%,#2f8c71 55%,#145a49 100%)}.mh-brand-logo{height:56px!important;width:auto!important;-o-object-fit:contain;object-fit:contain;display:block;max-height:none!important}.mh-nav-cta{flex-shrink:0}.mh-mobile-links{display:none;border-top:1px solid var(--mh-border);background:#fff;padding:10px 15px 12px;gap:12px;overflow-x:auto;white-space:nowrap}.mh-mobile-links a{color:#0b1d2f;text-decoration:none;font-size:14px;font-weight:600}.mh-nav-links{display:inline-flex;align-items:center;gap:32px;font-size:16px;font-weight:500}.mh-nav-links a,.mh-nav-links button{color:#0b1d2f;text-decoration:none;background:transparent;border:0;font-size:inherit;font-weight:inherit;cursor:pointer}.mh-dropdown{position:relative}.mh-dropdown-menu{position:absolute;left:0;top:calc(100% + 10px);min-width:250px;border:1px solid var(--mh-border);border-radius:14px;background:#fff;box-shadow:0 20px 34px rgba(2,8,23,.1);opacity:0;visibility:hidden;transform:translateY(6px);transition:.18s ease;overflow:hidden}.mh-dropdown:focus-within .mh-dropdown-menu,.mh-dropdown:hover .mh-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.mh-dropdown-menu a{display:block;padding:12px 14px;color:var(--mh-text);text-decoration:none}.mh-dropdown-menu a:hover{background:#f8fafc}.mh-btn,.mh-btn-outline,.mh-btn-soft{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:0 26px;min-height:50px;font-weight:700;font-size:14px;border:1px solid transparent;text-decoration:none}.mh-btn{background:var(--mh-primary);color:#fff;box-shadow:0 10px 24px rgba(31,107,87,.24)}.mh-btn-outline{border-color:hsla(0,0%,100%,.46);color:#fff}.mh-btn-soft{background:#e2e8f0;color:#111827}.mh-hero{background:var(--mh-hero);color:#fff;padding:70px 0 56px;position:relative;z-index:1}.mh-hero-wrap{min-height:560px;display:flex;flex-direction:column;justify-content:center;text-align:center}.mh-hero h1{margin:0;font-size:clamp(50px,7.2vw,72px);line-height:1;letter-spacing:-.03em;font-weight:900}.mh-hero p{margin:16px auto 0;max-width:900px;color:hsla(0,0%,100%,.95);font-size:clamp(18px,2.4vw,22px);line-height:1.55}.mh-hero-small{margin-top:14px;font-size:15px;opacity:.88;letter-spacing:.02em}.mh-hero-cta{margin-top:28px;display:inline-flex;flex-wrap:wrap;justify-content:center;gap:14px}.mh-section{padding:84px 0}.mh-soft{background:var(--mh-soft)}.mh-center{text-align:center}.mh-pill{display:inline-flex;border:1px solid var(--mh-border);border-radius:999px;padding:8px 15px;font-size:13px;font-weight:600;color:var(--mh-muted);background:#fff}.mh-title{margin:18px 0 12px;font-size:clamp(32px,4.6vw,44px);line-height:1.12;font-weight:800;letter-spacing:-.02em}.mh-subtitle{margin:0 auto;max-width:840px;font-size:19px;line-height:1.62;color:var(--mh-muted)}.mh-logos{margin-top:26px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.mh-logo-box{background:#fff;border:1px solid var(--mh-border);border-radius:14px;min-height:64px;display:flex;align-items:center;justify-content:center;padding:10px}.mh-logo-box img{max-width:100%;max-height:30px}.mh-grid-3{margin-top:42px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.mh-card{border:1px solid var(--mh-border);border-radius:22px;background:#fff;padding:26px}.mh-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#d6f3e9;color:#115642;font-weight:700}.mh-card h3{margin:16px 0 10px;font-size:24px}.mh-card p,.mh-copy p{margin:0;color:var(--mh-muted);font-size:18px;line-height:1.66}.mh-stripe{border-top:1px solid var(--mh-border);border-bottom:1px solid var(--mh-border);background:var(--mh-soft)}.mh-stripe-row{min-height:92px;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;text-align:center;font-size:20px;font-weight:700}.mh-split,.mh-stripe-row{display:grid;align-items:center}.mh-split{grid-template-columns:1fr 1fr;gap:42px}.mh-media{border:1px solid var(--mh-border);border-radius:24px;overflow:hidden;background:#edf2f7;min-height:320px}.mh-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.mh-list{margin-top:18px;display:grid;gap:14px}.mh-list-item{display:grid;grid-template-columns:46px 1fr;gap:14px;padding:16px;border:1px solid var(--mh-border);border-radius:16px;background:#fff}.mh-circle{width:46px;height:46px;border-radius:999px;background:#d5efe7;display:flex;align-items:center;justify-content:center;font-weight:700;color:#155743}.mh-list-item h4{margin:3px 0 6px;font-size:20px}.mh-list-item p{margin:0;color:var(--mh-muted);font-size:16px;line-height:1.55}.mh-contact{background-image:linear-gradient(rgba(15,31,25,.62),rgba(15,31,25,.62)),url(/landing/contact-bg.jpg);background-size:cover;background-position:50%;padding:96px 0}.mh-glass{max-width:820px;margin:0 auto;border-radius:24px;border:1px solid hsla(0,0%,100%,.38);background:hsla(0,0%,100%,.16);backdrop-filter:blur(9px);color:#fff;padding:34px}.mh-glass h2{margin:0;font-size:42px}.mh-glass p{margin:12px 0 16px;color:hsla(0,0%,100%,.9)}.mh-map{border-radius:16px;border:1px solid hsla(0,0%,100%,.42);overflow:hidden;margin-bottom:14px}.mh-map img{display:block;width:100%}.mh-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mh-full{grid-column:1/-1}.mh-input,.mh-textarea{width:100%;border-radius:12px;border:1px solid hsla(0,0%,100%,.48);background:hsla(0,0%,100%,.13);color:#fff;padding:12px 14px}.mh-input::-moz-placeholder,.mh-textarea::-moz-placeholder{color:hsla(0,0%,100%,.85)}.mh-input::placeholder,.mh-textarea::placeholder{color:hsla(0,0%,100%,.85)}.mh-textarea{min-height:120px;resize:vertical}.mh-footer{border-top:1px solid var(--mh-border);background:#fff}.mh-footer-top{display:grid;grid-template-columns:1.2fr 1.6fr 1fr 1.2fr;gap:26px;padding:64px 0 30px}.mh-footer h5{margin:0 0 12px;font-size:18px}.mh-footer a,.mh-footer li,.mh-footer p{color:var(--mh-muted);font-size:16px;line-height:1.65;text-decoration:none;margin:0}.mh-footer ul{list-style:none;margin:0;padding:0}.mh-subscribe{display:grid;grid-template-columns:1fr 46px;gap:8px}.mh-subscribe input{border:1px solid var(--mh-border);border-radius:10px;padding:11px 12px}.mh-subscribe button{border:0;border-radius:10px;background:var(--mh-primary);color:#fff}.mh-footer-bottom{border-top:1px solid var(--mh-border);padding:16px 0 22px;display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:14px;color:var(--mh-muted)}.mh-inline-links{display:inline-flex;gap:16px}.mh-social{display:inline-flex;gap:8px}.mh-social span{width:30px;height:30px;border:1px solid var(--mh-border);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:12px}.mh-module-grid{margin-top:30px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.mh-module-pill{border:1px solid var(--mh-border);border-radius:999px;padding:10px 14px;background:#fff;display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600}.mh-step-grid{margin-top:34px;display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width:900px){.mh-container{width:min(1160px,calc(100% - 30px))}.mh-nav-inner{min-height:78px}.mh-brand-logo{height:44px!important}.mh-nav-links{display:none}.mh-mobile-links{display:flex}.mh-hero{padding:44px 0 34px}.mh-hero-wrap{min-height:430px}.mh-footer-top,.mh-form,.mh-grid-3,.mh-logos,.mh-module-grid,.mh-split,.mh-step-grid,.mh-stripe-row{grid-template-columns:1fr}.mh-footer-bottom{flex-direction:column;align-items:flex-start}}