*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:1rem;line-height:1.6;color:#1a1a2e;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700;color:#1a1a2e}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.25rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}a{color:#1a5c3a;text-decoration:underline;text-underline-offset:2px;transition:color 150ms ease}a:hover{color:#237b4e}a:focus-visible{outline:2px solid #3b82f6;outline-offset:2px;border-radius:4px}img{max-width:100%;height:auto;display:block}ul,ol{padding-left:1.5rem;margin-bottom:1rem}li{margin-bottom:.5rem}small{font-size:.875rem}::selection{background-color:#1a5c3a;color:#fff}.skip-link{position:absolute;top:-100%;left:1rem;background:#1a5c3a;color:#fff;padding:.5rem 1rem;border-radius:4px;z-index:1000;text-decoration:none}.skip-link:focus{top:1rem}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.grid{display:grid;gap:2rem}.grid--2{grid-template-columns:1fr}.grid--3{grid-template-columns:1fr}.grid--4{grid-template-columns:1fr}@media(min-width:640px){.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(2,1fr)}.grid--4{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}}.section{padding:4rem 0}@media(min-width:768px){.section{padding:6rem 0}}.section__title{margin-bottom:1.5rem}.section--problem .section__title,.section--cta .section__title{text-align:center}.section__text{font-size:1.125rem;color:#4a4a5a;max-width:720px;line-height:1.6}.section--problem .section__text,.section--cta .section__text{margin:0 auto 2rem;text-align:center}.section--problem{background-color:#f4f7f5}.section--solution{background-color:#fff}.section--focus{background-color:#f4f7f5}.section--pilot{background-color:#fff}.section--principles{background-color:#0f2a1d;color:#fff}.section--principles .section__title{color:#fff}.section--principles .card__title{color:#fff}.section--principles .card__text{color:rgba(255,255,255,.85)}.section--partners{background-color:#f4f7f5}.section--cta{background-color:#1a5c3a;color:#fff}.section--cta .section__title{color:#fff}.section--cta .section__text{color:rgba(255,255,255,.9)}.legal-page{padding:4rem 0;max-width:800px}.legal-page h1{margin-bottom:2rem}.legal-page h2{margin-top:3rem;margin-bottom:1rem}.legal-page h3{margin-top:2rem;margin-bottom:.5rem}.legal-page p{margin-bottom:1rem}.legal-page ul,.legal-page ol{margin-bottom:1rem}.legal-page hr{margin:3rem 0;border:none;border-top:1px solid #dce3df}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 2rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:1rem;font-weight:600;line-height:1.6;text-decoration:none;border:2px solid transparent;border-radius:8px;cursor:pointer;transition:all 150ms ease;white-space:nowrap}.btn:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.btn--primary{background-color:#1a5c3a;color:#fff;border-color:#1a5c3a}.btn--primary:hover{background-color:#237b4e;border-color:#237b4e;color:#fff}.btn--secondary{background-color:initial;color:#1a5c3a;border-color:#1a5c3a}.btn--secondary:hover{background-color:#1a5c3a;color:#fff}.btn--lg{padding:1rem 3rem;font-size:1.125rem}.header{position:sticky;top:0;z-index:100;background-color:#fff;border-bottom:1px solid #dce3df}.header__inner{display:flex;align-items:center;justify-content:space-between;height:64px}.header__logo{text-decoration:none;display:flex;align-items:center;gap:.5rem;color:#1a5c3a}.header__logo svg{width:24px;height:24px}.header__logo:hover{text-decoration:none}.header__logo-text{font-size:1.25rem;font-weight:700}.header__right{display:flex;align-items:center;gap:.5rem}.header__menu-toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:0 0;border:none;cursor:pointer;padding:.5rem;z-index:101}.header__menu-toggle:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.header__menu-icon,.header__menu-icon::before,.header__menu-icon::after{display:block;width:24px;height:2px;background-color:#1a1a2e;border-radius:1px;transition:transform 250ms ease,opacity 250ms ease;position:relative}.header__menu-icon::before,.header__menu-icon::after{content:"";position:absolute;left:0}.header__menu-icon::before{top:-7px}.header__menu-icon::after{top:7px}.header__nav{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fff;flex-direction:column;align-items:center;justify-content:center;gap:2rem;z-index:100}.header__nav[data-visible=true]{display:flex}.header__nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.header__nav-item{margin:0}.header__nav-link{font-size:1.125rem;font-weight:500;color:#1a1a2e;text-decoration:none;padding:.5rem;transition:color 150ms ease}.header__nav-link:hover{color:#1a5c3a;text-decoration:none}.header__cta{display:none}.header__lang{position:relative;z-index:102}.header__lang-toggle{display:flex;align-items:center;gap:4px;background:0 0;border:1px solid #dce3df;border-radius:8px;padding:.25rem .5rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:.875rem;font-weight:500;color:#1a1a2e;cursor:pointer;transition:border-color 150ms ease;line-height:1}.header__lang-toggle:hover{border-color:#1a5c3a}.header__lang-toggle:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.header__lang-arrow{transition:transform 150ms ease}.header__lang[data-open=true] .header__lang-arrow{transform:rotate(180deg)}.header__lang-menu{display:none;position:absolute;top:calc(100% + 4px);right:0;min-width:140px;background:#fff;border:1px solid #dce3df;border-radius:8px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);padding:.25rem;list-style:none;margin:0}[data-open=true] .header__lang-menu{display:block}.header__lang-menu li{margin:0}.header__lang-link{display:block;padding:.5rem 1rem;font-size:.875rem;color:#1a1a2e;text-decoration:none;border-radius:4px;transition:background-color 150ms ease}.header__lang-link:hover{background-color:#f4f7f5;text-decoration:none}.header__lang-link--current{color:#1a5c3a;font-weight:600;cursor:default}.header__lang-link--current:hover{background-color:initial}@media(min-width:768px){.header__menu-toggle{display:none}.header__nav{display:flex;position:static;flex-direction:row;background:0 0;gap:1.5rem}.header__nav-list{flex-direction:row;gap:1.5rem}.header__nav-link{font-size:1rem}.header__cta{display:inline-flex}}.hero{position:relative;overflow:hidden;padding:6rem 0 4rem;background:linear-gradient(180deg,#f4f7f5 0%,#ffffff 100%)}@media(min-width:768px){.hero{padding:9rem 0 6rem}}.hero__bg{position:absolute;top:50%;right:0;width:55%;max-width:460px;color:#1a5c3a;pointer-events:none;opacity:.07;transform:translate(35%,-50%)}.hero__bg svg{width:100%;height:auto;display:block}.hero__inner{position:relative;text-align:center;max-width:800px;margin:0 auto}.hero__eyebrow{display:inline-block;font-size:.875rem;font-weight:600;color:#1a5c3a;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}.hero__title{font-size:2rem;margin-bottom:1.5rem;color:#1a1a2e}@media(min-width:768px){.hero__title{font-size:2.75rem}}.hero__description{font-size:1.125rem;color:#4a4a5a;line-height:1.6;margin-bottom:3rem;max-width:680px;margin-left:auto;margin-right:auto}.hero__actions{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center}@media(min-width:640px){.hero__actions{flex-direction:row}}.card{background-color:#fff;border:1px solid #dce3df;border-radius:12px;padding:2rem;transition:box-shadow 250ms ease}.card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.card__title{font-size:1.125rem;margin-bottom:.5rem}.card__text{font-size:1rem;color:#4a4a5a;line-height:1.6;margin:0}.card--principle{background-color:rgba(255,255,255,6%);border-color:rgba(255,255,255,.15)}.card--principle:hover{background-color:rgba(255,255,255,.1);box-shadow:none}.card--partner{background-color:#fff}.card--partner .card__title{color:#1a1a2e}.pilot-channels{list-style:none;padding:0;display:flex;gap:1rem;flex-wrap:wrap;margin:2rem 0}.pilot-channels__item{background-color:#f4f7f5;border:1px solid #dce3df;border-radius:9999px;padding:.5rem 1.5rem;font-size:1rem;font-weight:500;color:#1a1a2e;margin:0}.notice{background-color:#fef3c7;border:1px solid #f59e0b;border-radius:8px;padding:1rem 1.5rem;margin-top:2rem}.notice p{font-size:.875rem;color:#92400e;margin:0}.footer{background-color:#0f2a1d;color:rgba(255,255,255,.85);padding:4rem 0}.footer__inner{display:flex;flex-direction:column;gap:2rem}@media(min-width:768px){.footer__inner{flex-direction:row;justify-content:space-between;align-items:flex-start}}.footer__brand{flex:1}.footer__logo{text-decoration:none;display:flex;align-items:center;gap:.5rem;color:#fff}.footer__logo svg{width:24px;height:24px}.footer__logo:hover{text-decoration:none}.footer__name{font-size:1.125rem;font-weight:700;color:#fff}.footer__desc{font-size:.875rem;color:rgba(255,255,255,.7);margin-top:.25rem}.footer__links{display:flex;flex-direction:column;gap:.5rem}@media(min-width:768px){.footer__links{align-items:flex-end}}.footer__link{color:rgba(255,255,255,.8);text-decoration:none;font-size:.875rem;transition:color 150ms ease}.footer__link:hover{color:#fff;text-decoration:none}.footer__copy{color:rgba(255,255,255,.5);font-size:.875rem}@media(min-width:768px){.footer__copy{text-align:right}}.modal{position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center}.modal[aria-hidden=false]{display:flex}.modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.5)}.modal__content{position:relative;background:#fff;border-radius:12px;padding:3rem;max-width:420px;width:90%;z-index:1}.modal__close{position:absolute;top:1rem;right:1rem;background:0 0;border:none;font-size:24px;cursor:pointer;color:#4a4a5a}.modal__title{font-size:1.25rem;margin-bottom:.5rem}.modal__text{color:#4a4a5a;margin-bottom:2rem}.modal__submit{width:100%;margin-top:1rem}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.25rem}.form-input{width:100%;padding:.5rem 1rem;font-size:1rem;border:1px solid #dce3df;border-radius:8px;font-family:system-ui,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif}.form-input:focus{outline:none;border-color:#1a5c3a}.form-result{margin-top:1rem;padding:1rem;border-radius:8px;font-size:.875rem}.form-result--success{background:#d1fae5;color:#065f46;border:1px solid #10b981}.form-result--error{background:#fee2e2;color:#991b1b;border:1px solid #ef4444}.form-textarea{resize:vertical;min-height:120px}.contact-page,.legal-page{padding:4rem 0}.contact-page .section__title,.legal-page .section__title{margin-bottom:1rem}.contact-page .section__text,.legal-page .section__text{color:#4a4a5a;margin-bottom:2rem}.text-center{text-align:center}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}