:root{--aha-font-sans: "Inter", system-ui, sans-serif;--aha-green: #006838;--aha-green-dark: #005a31;--aha-green-soft: rgba(20, 164, 64, .4);--aha-text-main: #222f20;--aha-text-soft: #6a7466;--aha-text-muted: #949b90;--aha-bg: #f7f8f6;--aha-surface: #ffffff;--aha-surface-soft: #f1f4ef;--aha-border-subtle: #dfe5dd;--aha-page-max: 1220px;--aha-radius-l: 16px;--aha-shadow-pill: 0 6px 22px rgba(0, 0, 0, .18)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}body.page-body{font-family:var(--aha-font-sans);background:var(--aha-bg);color:var(--aha-text-main);overflow-x:hidden;min-height:100vh;display:flex;flex-direction:column}.container-site{width:100%;max-width:var(--aha-page-max);margin:0 auto;padding:0 1.5rem}.page-main{padding-top:76px;flex:1}.nav{position:fixed;top:0;left:0;right:0;width:100%;background:#fffffff5;backdrop-filter:blur(12px);z-index:1000;border-bottom:1px solid rgba(210,210,210,.5)}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:76px;padding:0 1.5rem}.nav-logo-wrap{display:flex;align-items:center;min-width:64px}.nav-logo{display:block;height:72px;width:auto;max-height:80px;max-width:140px}.nav-links{display:flex;gap:1.6rem;list-style:none;align-items:center;font-size:.95rem;white-space:nowrap;margin:0;padding:0}.nav-links li a{text-decoration:none;color:#1a1a1a;padding:.25rem 0;position:relative}.nav-links li a:hover{color:#0b3d2e}.nav-links li a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#14a440b3;transition:width .2s ease}.nav-links li a:hover:after{width:100%}.burger{display:none;flex-direction:column;gap:6px;background:none;border:none;cursor:pointer}.burger span{width:24px;height:3px;background:#1a1a1a;border-radius:2px}.mobile-nav{display:none;position:absolute;top:76px;left:0;right:0;background:var(--aha-text-main);border-bottom:3px solid rgba(20,164,64,.5);padding:1.8rem 1.6rem}.mobile-nav.open{display:block}.mobile-nav li{list-style:none;margin-bottom:0;border-bottom:1px solid rgba(255,255,255,.08)}.mobile-nav li:last-child{border-bottom:none}.mobile-nav a{text-decoration:none;color:#ffffffe0;font-size:1rem;display:block;padding:.85rem 0;transition:color .15s ease}.mobile-nav a:hover{color:#fff}@media(max-width:880px){.nav-links{display:none}.burger{display:flex}}.btn-primary,.btn-secondary,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.7rem;border-radius:999px;font-weight:600;text-decoration:none;cursor:pointer;font-size:.96rem}.btn-primary{background:var(--aha-green);color:#fff;box-shadow:0 10px 24px #14a44038}.btn-primary:hover{background:var(--aha-green-dark)}.btn-secondary{background:transparent;border:1px solid rgba(20,164,64,.35);color:var(--aha-green)}.btn-secondary:hover{background:#14a44014}.btn-secondaryDark{border:1px solid rgba(0,0,0,.14);color:#000000c7}.btn-secondaryDark:hover{background:#0000000a}.btn-ghost{background:transparent;border:1px solid var(--aha-green);color:var(--aha-green)}.btn-ghost:hover{background:var(--aha-green);color:#fff}.heroA{background:#fff;padding:5rem 0 3rem}.heroA-inner{display:grid;grid-template-columns:1.35fr .95fr;gap:3rem;align-items:start}.heroA-copy{padding-top:.25rem}.heroA-kicker{margin:0 0 .9rem;text-transform:uppercase;letter-spacing:.14em;font-size:.75rem;color:#0009}.heroA-title{font-size:2.8rem;line-height:1.15;font-weight:600;letter-spacing:-.015em;margin:0 0 1.4rem;color:var(--aha-text-main)}.heroA-titleSub{display:block;color:#0000009e;font-weight:500;margin-top:.35rem}.heroA-lede{margin:0 0 1.8rem;font-size:1.1rem;line-height:1.65;color:var(--aha-text-soft);max-width:56ch}.heroA-actions{display:flex;gap:.9rem;flex-wrap:wrap;margin-bottom:1.5rem}.heroA-trust{display:flex;flex-wrap:wrap;gap:.6rem}.heroA-pill{font-size:.9rem;padding:.45rem .8rem;border-radius:999px;background:#14a44014;color:#000000b8;border:1px solid rgba(20,164,64,.14)}.heroA-media{display:flex;flex-direction:column;gap:.9rem;padding-top:.25rem}.heroA-mediaFrame{border-radius:18px;overflow:hidden;border:1px solid rgba(0,0,0,.08);box-shadow:0 18px 48px #00000017;background:#f6f6f6}.heroA-mediaImg{display:block;width:100%;height:360px;-o-object-fit:cover;object-fit:cover}.heroA-mediaCaption{font-size:.95rem;color:#0009;line-height:1.55}.sectionA{background:var(--aha-surface-soft);padding:4.2rem 0;border-top:1px solid rgba(0,0,0,.06)}.sectionA-kicker{margin:0 0 .7rem;text-transform:uppercase;letter-spacing:.14em;font-size:.75rem;color:#0009}.sectionA-title{margin:0 0 1.6rem;font-size:2.2rem;line-height:1.2;letter-spacing:-.01em;color:var(--aha-text-main);max-width:26ch}.sectionA-ledeGrid{display:grid;grid-template-columns:1fr 1fr;gap:1.8rem;max-width:980px}.sectionA-lede{margin:0;font-size:1.05rem;line-height:1.7;color:var(--aha-text-soft)}.editorialCards{margin-top:2.6rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem}.editorialCard{text-decoration:none;color:inherit;background:var(--aha-surface);border:1px solid var(--aha-border-subtle);border-radius:var(--aha-radius-l);padding:1.8rem 1.7rem;box-shadow:0 10px 26px #0000000f;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.editorialCard:hover{transform:translateY(-4px);box-shadow:0 18px 42px #0000001c;border-color:#14a44038}.editorialCard-top{display:flex;gap:.9rem;align-items:baseline;margin-bottom:.7rem}.editorialCard-kicker{display:inline-flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;border-radius:999px;background:#14a4401a;border:1px solid rgba(20,164,64,.18);color:#000000b8;font-weight:700;font-size:.9rem}.editorialCard-title{margin:0;font-size:1.25rem;letter-spacing:-.01em;color:var(--aha-text-main)}.editorialCard-text{margin:0 0 1.1rem;color:var(--aha-text-soft);line-height:1.6;font-size:1rem}.editorialCard-link{color:var(--aha-green);font-weight:700;font-size:.95rem}.ctaA{background:#11703a;color:#fff;padding:3.4rem 0}.ctaA-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.ctaA-title{margin:0 0 .5rem;font-size:1.55rem;line-height:1.25}.ctaA-text{margin:0;color:#ffffffd1;line-height:1.6;max-width:62ch}.ctaA-actions{flex-shrink:0}@media(max-width:980px){.heroA-inner{grid-template-columns:1fr}.heroA-mediaImg{height:300px}.sectionA-ledeGrid,.editorialCards{grid-template-columns:1fr}.ctaA-inner{flex-direction:column;align-items:flex-start}}@media(max-width:640px){.heroA{padding:3.8rem 0 2.6rem}.heroA-title{font-size:2.35rem}.heroA-actions{flex-direction:column;align-items:stretch}}.hero-editorial{position:relative;padding:6rem 0 4rem;background:#fff}.hero-editorial-inner{max-width:820px;margin:0 auto;padding:0 2rem}.hero-editorial:after{content:"";position:absolute;left:50%;bottom:0;width:120px;height:2px;background:var(--aha-green);transform:translate(-50%);opacity:.35}.hero-kicker{text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;color:var(--aha-text-soft);margin-bottom:1.2rem}.hero-title{font-size:3.1rem;line-height:1.15;font-weight:700;color:var(--aha-text-main);margin:0 0 1.4rem}.hero-title span{display:block;font-weight:400;color:var(--aha-text-soft)}.hero-intro{font-size:1.15rem;line-height:1.6;color:var(--aha-text-soft);max-width:620px;margin-bottom:2.4rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}@media(max-width:640px){.hero-editorial{padding:4.5rem 0 3rem}.hero-title{font-size:2.3rem}.hero-actions{flex-direction:column;align-items:stretch}}.heroEditorial{background:#fff;padding:3.5rem 0 2.5rem;border-bottom:1px solid rgba(0,0,0,.08)}.heroEditorial-inner{max-width:1200px;margin:0 auto}.heroEditorial-kicker{text-transform:uppercase;letter-spacing:.14em;font-size:.85rem;font-weight:600;color:#14a440b3;margin:0 0 1rem}.heroEditorial-title{font-size:2.8rem;line-height:1.15;font-weight:600;letter-spacing:-.015em;margin:0 0 1.4rem;color:var(--aha-text-main);max-width:22ch}.heroEditorial-lede{font-size:1.05rem;line-height:1.7;color:var(--aha-text-soft);margin:0;max-width:68ch}.whatSection{background:#fff;padding:4.5rem 0}.workSection{background:#fff;padding:3.5rem 0}.workSection--alt{background:var(--aha-surface-soft);border-top:1px solid rgba(0,0,0,.06)}.workSection-inner{max-width:1200px;margin:0 auto}.workSection-title{font-size:2.2rem;line-height:1.15;font-weight:600;letter-spacing:-.015em;margin:0 0 3.5rem;color:var(--aha-text-main);padding-bottom:1.5rem;border-bottom:2px solid rgba(20,164,64,.5);position:relative}.workSection-title:after{display:none}.workList{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem 4rem}.workItem{display:flex;gap:1rem;align-items:flex-start}.workItem-icon{flex-shrink:0;width:24px;height:24px;color:#14a440b3;margin-top:2px}.workItem-content{flex:1}.workItem--senior:before{content:"";left:5px;top:2px;width:10px;height:12px;background:#14a44099;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}.workItem--senior:after{content:"";left:8px;top:6px;width:4px;height:6px;background:#fff;clip-path:polygon(0% 40%,40% 100%,100% 0%,80% 0%,40% 60%,20% 40%)}.workItem--systems:before{content:"";left:4px;top:4px;width:6px;height:6px;background:transparent;border:2px solid rgba(20,164,64,.6);transform:rotate(45deg);box-shadow:8px 0 0 0 transparent,8px 0 0 2px #14a44099}.workItem--systems:after{content:"";left:7px;top:7px;width:6px;height:1.5px;background:#14a44080}.workItem--delivery:before{content:"";left:0;top:2px;width:16px;height:14px;background:transparent;border:2.5px solid rgba(20,164,64,.5);border-radius:2px}.workItem--delivery:after{content:"";left:5px;top:7px;width:3px;height:6px;background:transparent;border-right:2.5px solid rgba(20,164,64,.7);border-bottom:2.5px solid rgba(20,164,64,.7);transform:rotate(45deg)}.workItem--tradeoffs:before{content:"";left:8px;top:2px;width:2px;height:8px;background:#14a44099;border-radius:1px}.workItem--tradeoffs:after{content:"";left:1px;top:10px;width:16px;height:2px;background:#14a44099;border-radius:1px;box-shadow:0 -6px #14a44066}.workItem--collaborate:before{content:"";left:1px;top:4px;width:7px;height:10px;background:#14a44080;border-radius:3px 0 0 3px}.workItem--collaborate:after{content:"";left:10px;top:4px;width:7px;height:10px;background:#14a440b3;border-radius:0 3px 3px 0}.workItem--impact:before{content:"";left:4px;top:4px;width:12px;height:12px;border:2.5px solid rgba(20,164,64,.5);border-radius:50%;background:transparent}.workItem--impact:after{content:"";left:9px;top:2px;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:8px solid rgba(20,164,64,.7);transform:rotate(-45deg)}.workItem-title{font-size:1.15rem;line-height:1.3;font-weight:650;letter-spacing:-.01em;margin:0 0 .65rem;color:var(--aha-text-main)}.workItem-text{font-size:.96rem;line-height:1.7;color:var(--aha-text-soft);margin:0}@media(max-width:980px){.heroEditorial{padding:4rem 0 3rem}.heroEditorial-title{font-size:2.3rem}.workSection{padding:4rem 0}.workSection-title{font-size:1.95rem;margin-bottom:3rem}.workList{grid-template-columns:1fr;gap:2.5rem}}@media(max-width:640px){.heroEditorial{padding:3rem 0 2.5rem}.heroEditorial-title{font-size:1.95rem}.workSection{padding:3rem 0}.workSection-title{font-size:1.75rem}.workList{gap:2.25rem}.workItem{padding-left:0}}.heroB{background:linear-gradient(135deg,#fff,#fffef9 60%,#fffcf5);padding:6.5rem 0 5rem;position:relative;border-bottom:1px solid rgba(0,0,0,.06);overflow:hidden}.heroB:after{content:"";position:absolute;top:-50%;right:-20%;width:60%;height:150%;background:radial-gradient(circle at center,rgba(242,169,0,.03) 0%,transparent 70%);pointer-events:none;z-index:0}.heroB-canvas{display:none}.heroB:before{display:none}.heroB-pattern{display:none}.heroB-pattern:after{display:none}.heroB-inner{max-width:760px;margin:0 auto;position:relative;z-index:1}.heroB-kicker{text-transform:uppercase;letter-spacing:.16em;font-size:.85rem;font-weight:600;color:#14a440b3;margin:0 0 1.2rem}.heroB-title{font-size:3rem;line-height:1.15;font-weight:600;letter-spacing:-.015em;margin:0 0 1.8rem;color:var(--aha-text-main)}.heroB-lede{font-size:1.08rem;line-height:1.7;color:var(--aha-text-soft);margin:0 0 2.2rem}.heroB-action{display:flex;gap:1rem}.sectionB{background:var(--aha-surface-soft);padding:5.5rem 0;border-top:1px solid rgba(0,0,0,.06)}.sectionB-inner{max-width:860px;margin:0 auto}.sectionB-title{font-size:2.4rem;line-height:1.2;font-weight:600;letter-spacing:-.012em;margin:0 0 2.5rem;color:var(--aha-text-main)}.sectionB-content{display:grid;gap:2.5rem}.sectionB-text{font-size:1.05rem;line-height:1.75;color:var(--aha-text-soft);margin:0}.sectionB-textHighlight{padding:2.5rem 2.75rem;background:#fff;border-left:3px solid var(--aha-green);border-radius:0 8px 8px 0;box-shadow:0 2px 8px #0000000a;color:var(--aha-text-main);transition:box-shadow .2s ease}.sectionB-textHighlight:hover{box-shadow:0 8px 24px #00000014}@media(max-width:980px){.heroB{padding:5rem 0 4rem}.heroB-title{font-size:2.4rem}.sectionB{padding:4.5rem 0}.sectionB-title{font-size:2rem}.sectionB-textHighlight{padding:2rem}}@media(max-width:640px){.heroB{padding:4rem 0 3rem}.heroB-title{font-size:2rem}.heroB-lede{font-size:1rem}.sectionB-title{font-size:1.75rem}.sectionB-text{font-size:.98rem}.sectionB-textHighlight{padding:1.75rem 1.5rem}}.aboutHero{padding:3.5rem 0 2.5rem;background:linear-gradient(to bottom,#fff,#fafafa);position:relative}.aboutHero:after{display:none}.aboutSection{padding:3rem 0 4rem;background:var(--aha-surface-soft);border-top:1px solid rgba(0,0,0,.06)}.aboutKicker{text-transform:uppercase;letter-spacing:.18em;font-size:.85rem;font-weight:700;color:#14a440b3;margin:0 0 1.1rem;display:inline-block}.aboutTitle{font-size:2.8rem;line-height:1.12;font-weight:600;letter-spacing:-.015em;margin:0 0 2rem;color:var(--aha-text-main);max-width:24ch}.aboutIntroGrid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start;margin-bottom:2rem;padding-bottom:2.5rem;position:relative}.aboutIntroGrid:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#14a44080;border-radius:2px}.aboutIntro,.aboutIntroFull,.aboutBody{font-size:1.05rem;line-height:1.75;color:var(--aha-text-soft);margin:0}.aboutIntroFull{max-width:90ch;margin-top:0;padding-top:0;position:relative}.aboutIntroFull:before{display:none}.aboutPartnerIntro{margin-top:0;margin-bottom:3.5rem}.aboutH2{font-size:1.7rem;line-height:1.25;font-weight:650;letter-spacing:-.012em;margin:0 0 2rem;color:var(--aha-text-main)}.aboutPartnerIntroRight{display:grid;gap:1.5rem;max-width:90ch}.aboutBody{color:#0b1f33b8}.partnerGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2.5rem;margin-top:0}.partnerCard{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:24px;padding:2.5rem 2rem 2rem;box-shadow:0 2px 12px #0000000a;display:flex;flex-direction:column;height:100%;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.partnerCard:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(to right,#14a44099,#14a4404d);opacity:0;transition:opacity .3s ease}.partnerCard:hover{box-shadow:0 16px 48px #0000001a;transform:translateY(-4px);border-color:#14a44026}.partnerCard:hover:before{opacity:1}.partnerHeader{display:flex;align-items:center;gap:1.1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(0,0,0,.05);position:relative}.partnerHeader:after{content:"";position:absolute;bottom:-1px;left:0;width:60px;height:1px;background:#14a44040}.partnerAvatar{width:68px;height:68px;border-radius:999px;-o-object-fit:cover;object-fit:cover;flex-shrink:0;border:3px solid rgba(20,164,64,.08);box-shadow:0 4px 12px #00000014;transition:all .3s ease}.partnerCard:hover .partnerAvatar{border-color:#14a44033;box-shadow:0 6px 18px #14a44026}.partnerName{margin:0;font-size:1.15rem;font-weight:650;letter-spacing:-.012em;color:var(--aha-text-main);line-height:1.3}.partnerBio{margin:0;font-size:.98rem;line-height:1.7;color:#0b1f33ad;flex:1;margin-bottom:2rem}.partnerLinkedIn{margin-top:auto;margin-left:auto;margin-right:auto;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.3rem;border-radius:999px;border:1.5px solid rgba(20,164,64,.25);text-decoration:none;color:#14a440e6;font-weight:600;font-size:.9rem;background:#14a44008;line-height:1;transition:all .25s cubic-bezier(.4,0,.2,1)}.partnerLinkedIn img{display:block;opacity:.75;transition:all .25s ease;filter:grayscale(.3)}.partnerLinkedIn:hover{border-color:#14a44080;background:#14a44014;color:#14a440;transform:translateY(-1px);box-shadow:0 4px 12px #14a44026}.partnerLinkedIn:hover img{opacity:1;filter:grayscale(0)}@media(max-width:980px){.aboutIntroGrid{grid-template-columns:1fr;gap:1.75rem}.partnerGrid{grid-template-columns:1fr;gap:2rem}.aboutTitle{font-size:2.4rem}.aboutHero{padding:4rem 0 3rem}.aboutSection{padding:3.5rem 0 4.5rem}}.principlesSection{background:#fff;padding:5rem 0}.principlesSection-inner{max-width:1200px;margin:0 auto}.principlesList{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.principle{background:var(--aha-surface-soft);padding:2.75rem 2.5rem;border-radius:4px;border-top:3px solid var(--aha-green);transition:all .22s ease;position:relative;display:flex;flex-direction:column;gap:.5rem}.principle:hover{transform:translateY(-3px);box-shadow:0 12px 32px #00000014;background:#fff}.principle-number{display:block;font-size:.72rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--aha-green);margin-bottom:.5rem}.principle-content{flex:1}.principle-title{font-size:1.25rem;line-height:1.3;font-weight:650;letter-spacing:-.012em;margin:0 0 .75rem;color:var(--aha-text-main)}.principle-text{font-size:.97rem;line-height:1.75;color:var(--aha-text-soft);margin:0}@media(max-width:980px){.principlesSection{padding:4rem 0}.principlesList{grid-template-columns:1fr}.principle{padding:2.25rem 2rem}.principle-title{font-size:1.2rem}}@media(max-width:640px){.principlesSection{padding:3rem 0}.principle{padding:1.75rem 1.5rem}.principle-title{font-size:1.1rem}.principle-text{font-size:.95rem}}.lifecycleIntro{background:#fff;padding:3rem 0;border-bottom:1px solid rgba(0,0,0,.06)}.lifecycleIntro-inner{max-width:800px;margin:0 auto}.lifecycleIntro-text{font-size:1.05rem;line-height:1.75;color:var(--aha-text-soft);margin:0}.lifecycleStages{background:var(--aha-surface-soft);padding:4rem 0}.lifecycleStages-inner{max-width:960px;margin:0 auto}.lifecycleStage{display:grid;grid-template-columns:1fr 1fr;gap:0;background:#fff;border-radius:8px;margin-bottom:1rem;padding:2.5rem 2.75rem;align-items:center;box-shadow:0 2px 8px #0000000a;transition:box-shadow .2s ease,transform .2s ease}.lifecycleStage:last-child{margin-bottom:0}.lifecycleStage:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-2px)}.lifecycleStage-header{padding-right:3rem;border-right:2px solid rgba(20,164,64,.5)}.lifecycleStage-label{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--aha-green);background:#00683812;padding:.3rem .75rem;border-radius:999px;margin-bottom:.85rem}.lifecycleStage-title{font-size:1.6rem;line-height:1.2;font-weight:650;letter-spacing:-.015em;margin:0;color:var(--aha-text-main)}.lifecycleStage-text{font-size:1rem;line-height:1.8;color:var(--aha-text-soft);margin:0;padding-left:2.75rem}.lifecycleClosing{background:#fff;padding:4rem 0;border-top:1px solid rgba(0,0,0,.06)}.lifecycleClosing-inner{max-width:800px;margin:0 auto}.lifecycleClosing-text{font-size:1.05rem;line-height:1.75;color:var(--aha-text-soft);margin:0}@media(max-width:980px){.lifecycleIntro,.lifecycleStages{padding:3rem 0}.lifecycleStage{grid-template-columns:1fr;padding:2rem}.lifecycleStage-header{padding-right:0;border-right:none;border-bottom:2px solid rgba(20,164,64,.5);padding-bottom:1.25rem;margin-bottom:1.25rem}.lifecycleStage-text{padding-left:0}.lifecycleStage-title{font-size:1.4rem}.lifecycleClosing{padding:3rem 0}}@media(max-width:640px){.lifecycleStage{padding:1.75rem 1.5rem}.lifecycleStage-title{font-size:1.25rem}.lifecycleClosing{padding:2.5rem 0}}.sectorsSection{background:#fff;padding:3rem 0}.sectorsSection-inner{max-width:1200px;margin:0 auto}.sector{margin-bottom:3rem;padding-bottom:3rem;border-bottom:2px solid rgba(20,164,64,.5)}.sector:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.sector-title{font-size:2rem;line-height:1.2;font-weight:650;letter-spacing:-.015em;margin:0 0 1.25rem;color:var(--aha-text-main)}.sector-intro{font-size:1.05rem;line-height:1.7;color:var(--aha-text-soft);margin:0 0 2.5rem;max-width:85ch}.sector-examples{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.75rem}.example{background:var(--aha-surface-soft);padding:1.75rem;border-left:3px solid var(--aha-green);border-radius:0 8px 8px 0;box-shadow:0 2px 8px #0000000a;transition:box-shadow .2s ease,transform .2s ease}.example:hover{background:#fff;box-shadow:0 8px 24px #00000014;transform:translateY(-2px)}.example-title{font-size:1.08rem;line-height:1.3;font-weight:650;letter-spacing:-.008em;margin:0 0 .35rem;color:var(--aha-text-main)}.example-location{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#14a440b3;margin:0 0 .75rem}.example-text{font-size:.96rem;line-height:1.65;color:var(--aha-text-soft);margin:0}@media(max-width:980px){.sectorsSection{padding:4rem 0}.sector{margin-bottom:3.5rem;padding-bottom:3.5rem}.sector-title{font-size:1.8rem}.sector-examples{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:640px){.sectorsSection{padding:3rem 0}.sector{margin-bottom:3rem;padding-bottom:3rem}.sector-title{font-size:1.6rem}.sector-intro{font-size:1rem;margin-bottom:2rem}.example{padding:1.5rem}.example-title{font-size:1.05rem}}.productFeatures{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1.5rem}.featureList{list-style:none;padding:1.75rem 2rem;margin:0;display:grid;gap:.85rem;background:var(--aha-surface-soft);border-left:3px solid var(--aha-green);border-radius:0 8px 8px 0;box-shadow:0 2px 8px #0000000a;transition:box-shadow .2s ease,transform .2s ease}.featureList:hover{background:#fff;box-shadow:0 8px 24px #00000014;transform:translateY(-2px)}.featureList li{position:relative;padding-left:1.75rem;font-size:1rem;line-height:1.65;color:var(--aha-text-soft)}.featureList li:before{content:"";position:absolute;left:0;top:.5em;width:6px;height:6px;background:#14a44099;border-radius:50%}.productOutcomes{background:var(--aha-surface-soft);padding:2rem;border-left:3px solid var(--aha-green);border-radius:0 8px 8px 0;box-shadow:0 2px 8px #0000000a;transition:box-shadow .2s ease,transform .2s ease;margin-top:0}.productOutcomes:hover{background:#fff;box-shadow:0 8px 24px #00000014;transform:translateY(-2px)}.outcomes-title{font-size:1.15rem;line-height:1.3;font-weight:650;letter-spacing:-.008em;margin:0 0 1rem;color:var(--aha-text-main)}.outcomesList{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.outcomesList li{position:relative;padding-left:1.75rem;font-size:.98rem;line-height:1.65;color:var(--aha-text-soft)}.outcomesList li:before{content:"✓";position:absolute;left:0;top:0;font-size:1rem;font-weight:700;color:#14a440b3}@media(max-width:768px){.productFeatures{grid-template-columns:1fr}}@media(max-width:640px){.productOutcomes,.featureList{padding:1.5rem}.featureList li,.outcomesList li{font-size:.96rem}}.heroB--landing{padding:7.25rem 0 5.75rem}.heroB--landing:after{top:-55%;right:-25%;width:70%;height:170%;background:radial-gradient(circle at center,rgba(242,169,0,.04) 0%,transparent 68%)}.heroB-inner{max-width:880px}.heroB-title{font-size:3.2rem;max-width:22ch}.heroB-lede{max-width:78ch}.heroB-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.2rem}.heroB-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding-top:1.4rem;border-top:1px solid rgba(0,0,0,.07)}.heroB-proofItem{background:#ffffffb3;border:1px solid rgba(0,0,0,.06);border-radius:18px;padding:1.05rem 1.1rem;box-shadow:0 10px 26px #0000000d}.heroB-proofTitle{margin:0 0 .35rem;font-weight:700;letter-spacing:-.01em;color:#0b1f33e6;font-size:.98rem}.heroB-proofText{margin:0;color:#0b1f33ad;line-height:1.55;font-size:.95rem}.heroB{background:radial-gradient(circle at 85% 25%,rgba(20,164,64,.06) 0%,transparent 55%),radial-gradient(circle at 75% 15%,rgba(242,169,0,.07) 0%,transparent 60%),linear-gradient(180deg,#fbfbf7,#fff 65% 100%)}.heroB:after{opacity:1;background:radial-gradient(circle at 80% 30%,rgba(242,169,0,.08) 0%,transparent 65%)}.heroB-inner{padding-bottom:1.25rem}.heroB-proof{background:#0b3d2e09;border:1px solid rgba(0,0,0,.06);border-radius:24px;padding:1.15rem;margin-top:.25rem}.heroB-proofItem{background:#ffffffd1;border:1px solid rgba(0,0,0,.07);box-shadow:0 14px 36px #0000000f}.heroB-kicker{color:#14a440d9}.heroB-lede{color:#0b1f33b8}.heroB:before{content:"";position:absolute;right:-8%;top:50%;transform:translateY(-50%);width:520px;height:520px;background-image:url(/ah-logo.png);background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.045;pointer-events:none;z-index:0;filter:saturate(.9)}.heroB-inner{position:relative;z-index:1}.homePillars{background:#fff;padding:5rem 0 4.75rem;border-top:1px solid rgba(0,0,0,.06)}.homePillars-inner{max-width:1100px;margin:0 auto}.homeKicker{text-transform:uppercase;letter-spacing:.16em;font-size:.82rem;font-weight:700;color:#14a440b3;margin:0 0 1rem}.homeTitle{font-size:2.35rem;line-height:1.18;font-weight:600;letter-spacing:-.012em;margin:0 0 2.3rem;color:var(--aha-text-main);max-width:30ch}.homePillars-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem}.homePillar{background:var(--aha-surface-soft);border-top:3px solid var(--aha-green);border-radius:4px;padding:1.9rem 1.75rem;box-shadow:0 2px 8px #0000000a;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.homePillar:hover{transform:translateY(-3px);box-shadow:0 12px 32px #00000014;background:#fff}.homePillar-title{margin:0 0 .8rem;font-size:1.2rem;line-height:1.25;font-weight:650;letter-spacing:-.01em;color:var(--aha-text-main)}.homePillar-text{margin:0;font-size:.98rem;line-height:1.7;color:var(--aha-text-soft);max-width:50ch}.homePillars-actions{margin-top:2.2rem}.homeCta{background:var(--aha-text-main);padding:5rem 0}.homeCta-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.homeCta-title{margin:0 0 .6rem;font-size:1.7rem;line-height:1.2;letter-spacing:-.01em;color:#fff}.homeCta-text{margin:0;color:#ffffffa6;line-height:1.7;max-width:62ch}.homeCta-actions{flex-shrink:0}@media(max-width:980px){.heroB--landing{padding:5.75rem 0 4.5rem}.heroB-title{font-size:2.55rem}.heroB-proof,.homePillars-grid{grid-template-columns:1fr}.homeTitle{font-size:2.05rem}.homeCta-inner{flex-direction:column;align-items:flex-start}}@media(max-width:640px){.heroB-title{font-size:2.1rem}.homeTitle{font-size:1.8rem}.homeCta-inner{padding:2rem 1.6rem}}.heroB--cityBg{background:none;border-bottom:none;overflow:hidden}.heroB-cityImg{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 35%;object-position:center 35%;z-index:0;display:block;max-width:none}.heroB--cityBg:before,.heroB--cityBg:after{display:none}.heroB--cityBg .heroB-inner{position:relative;z-index:2}.heroB--cityBg .cityOverlay{position:absolute;inset:0;background:#000000a3;z-index:1;pointer-events:none}.heroB--cityBg .heroB-kicker{color:#78dc96e6}.heroB--cityBg .heroB-title,.heroB--cityBg .heroB-proofTitle{color:#fff}.heroB--cityBg .heroB-lede{color:#ffffffd1}.heroB--cityBg .heroB-proof{background:#ffffff14;border-color:#ffffff24;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.heroB--cityBg .heroB-proofItem{background:#ffffff1a;border-color:#ffffff24}.heroB--cityBg .heroB-proofText{color:#ffffffb8}.heroB--cityBg .btn-secondaryDark{border-color:#ffffff59;color:#ffffffe0}.heroB--cityBg .btn-secondaryDark:hover{background:#ffffff1a}.cityBanner{position:relative;width:100%;height:320px;overflow:hidden}.cityBanner-img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 55%;object-position:center 55%}.cityBanner-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(7,28,18,.72) 0%,rgba(7,28,18,.15) 60%,transparent 100%);display:flex;align-items:flex-end;padding:1.75rem 2rem}.cityBanner-label{font-size:.82rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#ffffffb8}@media(max-width:640px){.cityBanner{height:220px}}.cityStrip{display:grid;grid-template-columns:1fr 1fr;gap:0;width:100%;height:280px;overflow:hidden}.cityStrip-item{position:relative;overflow:hidden}.cityStrip-item img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .5s ease}.cityStrip-item:hover img{transform:scale(1.03)}.cityStrip-item:first-child{border-right:2px solid #ffffff}.cityStrip-label{position:absolute;bottom:1.1rem;left:1.4rem;font-size:.78rem;font-weight:600;letter-spacing:.13em;text-transform:uppercase;color:#ffffffc7;text-shadow:0 1px 6px rgba(0,0,0,.5);z-index:2}.cityStrip-item:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(7,28,18,.55) 0%,transparent 55%);pointer-events:none}@media(max-width:640px){.cityStrip{grid-template-columns:1fr;height:auto}.cityStrip-item{height:200px}.cityStrip-item:first-child{border-right:none;border-bottom:2px solid #ffffff}}.heroEditorial--cityBg{position:relative;overflow:hidden;min-height:480px;display:flex;align-items:center;padding:calc(76px + 4rem) 0 4rem;background:none;border-bottom:none}.heroEditorial--cityBg .heroEditorial-cityImg{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 40%;object-position:center 40%;z-index:0;display:block;max-width:none}.heroEditorial--cityBg .heroEditorial-overlay{position:absolute;inset:0;background:#0000009e;z-index:1;pointer-events:none}.heroEditorial--cityBg .heroEditorial-inner{position:relative;z-index:2}.heroEditorial--cityBg .heroEditorial-kicker{color:#8cffaa;text-shadow:0 1px 6px rgba(0,0,0,.4)}.heroEditorial--cityBg .heroEditorial-title{color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.5)}.heroEditorial--cityBg .heroEditorial-lede{color:#ffffffeb;text-shadow:0 1px 8px rgba(0,0,0,.4)}@media(max-width:768px){.heroEditorial--cityBg{min-height:360px;padding:calc(76px + 2.5rem) 0 2.5rem}}
