body,html{margin:0}.landing-page{--mint:#01e3a4;--forest:#15724e;--green:#20a979;--mist:#f5faf8;--ink:#0b3226;--ink-soft:#365f52;--white:#fff;--line:#cde2da;--radius-sm:8px;--radius-md:14px;min-height:100vh;background:var(--mist);color:var(--ink);font-family:var(--font-inter),"Exo 2",Arial,sans-serif;font-size:16px;line-height:1.65;overflow:hidden}.landing-page *,.landing-page :after,.landing-page :before{box-sizing:border-box}.landing-page h1,.landing-page h2,.landing-page h3,.landing-page p{margin-top:0}.landing-page h1,.landing-page h2,.landing-page h3{font-family:"Brice SemiExpanded",var(--font-inter),Arial,sans-serif;font-weight:700;line-height:.98;letter-spacing:-.03em;text-wrap:balance}.landing-page a{color:inherit;text-decoration:none}.landing-page img{display:block;max-width:100%}.landing-page button{font:inherit}.landing-page :focus-visible{outline:3px solid var(--mint);outline-offset:4px}.landing-page .container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.landing-page .section{padding:clamp(76px,9vw,132px) 0}.landing-page section[id]{scroll-margin-top:96px}.landing-page .section-title{max-width:850px;margin-bottom:clamp(42px,6vw,76px);font-size:clamp(2.45rem,5.4vw,5rem)}.landing-page .section-title em{color:var(--green);font-style:normal}.landing-page .section-intro{max-width:65ch;margin-bottom:48px;color:var(--ink-soft);font-size:1.08rem}.landing-page .highlight{display:inline;padding:0 .04em .02em;color:var(--forest);background:linear-gradient(180deg,transparent 54%,var(--mint) 54%);-webkit-box-decoration-break:clone;box-decoration-break:clone}.landing-page .skip-link{position:fixed;top:8px;left:8px;z-index:100;padding:10px 14px;background:var(--white);color:var(--ink);transform:translateY(-150%)}.landing-page .skip-link:focus{transform:none}.landing-page .site-header{position:fixed;inset:0 0 auto;z-index:20;background:var(--forest);color:var(--white);transition:box-shadow .25s ease}.landing-page .site-header.scrolled{box-shadow:0 6px 0 rgb(1 227 164/.22)}.landing-page .header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.landing-page .brand-logo{width:clamp(184px,18vw,232px);flex:0 0 auto}.landing-page .brand-logo img{width:100%;height:auto}.landing-page .nav-links{display:flex;align-items:center;gap:clamp(16px,2vw,30px)}.landing-page .nav-links a{min-height:44px;display:inline-flex;align-items:center;color:rgb(255 255 255/.82);font-size:.9rem;font-weight:600;transition:color .2s ease}.landing-page .nav-links a.active,.landing-page .nav-links a:hover{color:var(--mint)}.landing-page .nav-links .nav-portal{min-height:42px;padding:0 16px;border:1px solid rgb(255 255 255/.5);border-radius:var(--radius-sm);color:var(--white)}.landing-page .nav-links .nav-portal:hover{border-color:var(--mint);color:var(--mint)}.landing-page .menu-toggle{width:44px;height:44px;display:none;align-items:center;justify-content:center;border:0;background:transparent;color:var(--white);cursor:pointer}.landing-page .menu-toggle.open{position:relative;z-index:40}.landing-page .menu-toggle span,.landing-page .menu-toggle:after,.landing-page .menu-toggle:before{width:24px;height:2px;display:block;background:currentColor;content:"";transition:transform .25s ease,opacity .2s}.landing-page .menu-toggle span{margin:5px 0}.landing-page .menu-toggle.open span{opacity:0}.landing-page .menu-toggle.open:before{transform:translateY(7px) rotate(45deg)}.landing-page .menu-toggle.open:after{transform:translateY(-7px) rotate(-45deg)}.landing-page .hero{min-height:min(920px,100svh);padding:150px 0 68px;display:flex;align-items:flex-end;position:relative;overflow:hidden;isolation:isolate;background:var(--mist)}.landing-page .hero-media{position:absolute;inset:76px 0 0;z-index:-2}.landing-page .hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}.landing-page .hero:after{position:absolute;inset:76px 0 0;z-index:-1;content:"";background:linear-gradient(90deg,var(--mist) 0,rgb(245 250 248/.98) 31%,rgb(245 250 248/.76) 50%,rgb(245 250 248/.05) 72%),linear-gradient(0deg,rgb(245 250 248/.92),transparent 30%)}.landing-page .hero-copy{width:min(690px,58%);min-width:0;animation:landing-copy-in .7s cubic-bezier(.2,.8,.2,1) both}.landing-page .hero-kicker{margin-bottom:20px;color:var(--forest);font-size:.95rem;font-weight:700}.landing-page .hero h1{max-width:680px;margin-bottom:clamp(32px,4vw,44px);font-size:clamp(3.5rem,7.8vw,6rem)}.landing-page .hero-title-line{display:block;max-width:100%}.landing-page .hero-title-line+.hero-title-line{margin-top:.08em}.landing-page .hero-lead{width:min(100%,56ch);margin-bottom:34px;color:var(--ink-soft);font-size:clamp(1.05rem,1.6vw,1.25rem)}.landing-page .actions{display:flex;flex-wrap:wrap;gap:12px}.landing-page .btn{min-height:52px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid transparent;border-radius:var(--radius-sm);cursor:pointer;font-weight:700;line-height:1;transition:transform .22s ease,background .22s,border-color .22s,color .22s}.landing-page .btn:hover{transform:translateY(-2px)}.landing-page .btn-primary{background:var(--forest);color:var(--white)}.landing-page .btn-primary:hover{background:var(--green)}.landing-page .btn-accent{background:var(--mint);color:var(--ink)}.landing-page .btn-accent:hover{background:var(--white)}.landing-page .btn-outline{border-color:var(--forest);color:var(--forest)}.landing-page .btn-outline:hover{background:var(--forest);color:var(--white)}.landing-page .btn-ghost{border-color:rgb(255 255 255/.35);color:var(--white)}.landing-page .btn-ghost:hover{border-color:var(--mint);color:var(--mint)}.landing-page .hero-note{margin:24px 0 0;color:var(--forest);font-size:.9rem;font-weight:600}@keyframes landing-copy-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.landing-page .proof-bar{background:var(--forest);color:var(--white)}.landing-page .proof-inner{min-height:126px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center}.landing-page .proof-item{padding:20px clamp(20px,4vw,52px)}.landing-page .proof-item+.proof-item{border-left:1px solid rgb(255 255 255/.2)}.landing-page .proof-item strong{display:block;color:var(--mint);font-size:1.2rem}.landing-page .proof-item span{color:rgb(255 255 255/.72);font-size:.9rem}.landing-page .contact-grid,.landing-page .manifesto-grid,.landing-page .platform-intro,.landing-page .story-grid{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:clamp(40px,8vw,120px);gap:clamp(40px,8vw,120px);align-items:start}.landing-page .manifesto-title{max-width:580px;margin:0;font-size:clamp(2.6rem,5vw,5rem)}.landing-page .manifesto-side{max-width:50ch;padding-top:18px;border-top:3px solid var(--green)}.landing-page .manifesto-side strong{display:block;margin-bottom:16px;color:var(--forest);font-size:1.4rem}.landing-page .manifesto-side p{margin:0;color:var(--ink-soft)}.landing-page .platform{background:var(--white)}.landing-page .platform-copy h2{max-width:15ch;margin-bottom:24px;color:var(--forest);font-size:clamp(2.5rem,5vw,4.8rem)}.landing-page .platform-copy>p:not(.product-kicker){max-width:58ch;color:var(--ink-soft)}.landing-page .feature-label,.landing-page .product-kicker{color:var(--green);font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.landing-page .platform-actions{margin-top:34px}.landing-page .product-console{overflow:hidden;border:1px solid rgb(1 227 164/.28);border-radius:var(--radius-md);background:var(--ink);color:var(--white);box-shadow:18px 18px 0 rgb(32 169 121/.18)}.landing-page .console-top{min-height:52px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgb(255 255 255/.12);color:rgb(255 255 255/.62);font-size:.78rem}.landing-page .console-dots{display:flex;gap:6px}.landing-page .console-dots span{width:8px;height:8px;border-radius:50%;background:var(--green)}.landing-page .console-dots span:first-child{background:var(--mint)}.landing-page .console-body{min-height:420px;display:grid;grid-template-columns:150px 1fr}.landing-page .console-sidebar{padding:24px 16px;border-right:1px solid rgb(255 255 255/.12);background:rgb(21 114 78/.26)}.landing-page .console-brand{margin-bottom:28px;color:var(--mint);font-size:1.05rem;font-weight:700}.landing-page .console-nav{display:grid;grid-gap:7px;gap:7px}.landing-page .console-nav span{padding:8px 10px;border-radius:6px;color:rgb(255 255 255/.6);font-size:.78rem}.landing-page .console-nav .active{background:var(--forest);color:var(--white)}.landing-page .console-main{min-width:0;padding:clamp(22px,4vw,34px)}.landing-page .console-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.landing-page .console-heading h3{margin-bottom:8px;font-size:1.7rem}.landing-page .console-heading p{margin:0;color:rgb(255 255 255/.56);font-size:.82rem}.landing-page .console-status{flex:0 0 auto;padding:6px 10px;border:1px solid rgb(1 227 164/.35);border-radius:999px;color:var(--mint);font-size:.72rem;font-weight:700}.landing-page .console-cards{margin-top:28px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.landing-page .console-card{min-height:112px;padding:16px;border:1px solid rgb(255 255 255/.12);border-radius:8px;background:rgb(255 255 255/.04)}.landing-page .console-card strong{display:block;margin-bottom:18px;color:var(--mint);font-size:1rem}.landing-page .console-card span{display:block;color:rgb(255 255 255/.64);font-size:.72rem;line-height:1.4}.landing-page .console-list{margin-top:12px;border-top:1px solid rgb(255 255 255/.12)}.landing-page .console-row{padding:13px 2px;display:grid;grid-template-columns:1fr auto;grid-gap:20px;gap:20px;border-bottom:1px solid rgb(255 255 255/.1);font-size:.78rem}.landing-page .console-row span:last-child{color:var(--mint)}.landing-page .feature-ledger{margin-top:clamp(60px,8vw,100px);display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.landing-page .feature-item{min-height:218px;padding:clamp(24px,3vw,36px);border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.landing-page .feature-label{display:block;margin-bottom:32px}.landing-page .feature-item h3{margin-bottom:14px;color:var(--forest);font-size:clamp(1.35rem,2vw,1.8rem)}.landing-page .feature-item p{margin:0;color:var(--ink-soft);font-size:.94rem}.landing-page .services{background:var(--white)}.landing-page .service-list{border-top:1px solid var(--line)}.landing-page .service-row{min-height:188px;padding:34px 0;display:grid;grid-template-columns:minmax(210px,.65fr) 1.35fr auto;align-items:center;grid-gap:clamp(28px,5vw,72px);gap:clamp(28px,5vw,72px);border-bottom:1px solid var(--line);transition:background .24s ease}.landing-page .service-row:hover{background:var(--mist)}.landing-page .service-row h3{margin:0;color:var(--forest);font-size:clamp(1.65rem,3vw,2.65rem)}.landing-page .service-row p{max-width:62ch;margin:0;color:var(--ink-soft)}.landing-page .service-arrow{width:48px;height:48px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;color:var(--forest);font-size:1.35rem;transition:background .2s,color .2s,transform .2s ease}.landing-page .service-row:hover .service-arrow{background:var(--mint);color:var(--ink);transform:translateX(4px)}.landing-page .story{position:relative;overflow:hidden;background:var(--forest);color:var(--white)}.landing-page .story:after{position:absolute;right:-6vw;bottom:-20vw;content:"n";color:rgb(1 227 164/.09);font-size:min(60vw,780px);font-weight:800;line-height:.8;pointer-events:none}.landing-page .story .section-title{position:relative;z-index:1;color:var(--white)}.landing-page .story .section-title em{color:var(--mint)}.landing-page .story-grid{position:relative;z-index:1;grid-template-columns:.8fr 1.2fr}.landing-page .story-mark img{width:min(430px,100%);margin-bottom:40px}.landing-page .story-since{padding-top:22px;border-top:1px solid rgb(255 255 255/.25);color:rgb(255 255 255/.72)}.landing-page .story-since strong{display:block;color:var(--mint);font-size:clamp(2.7rem,5vw,4.7rem);line-height:1}.landing-page .story-copy p{color:rgb(255 255 255/.79);font-size:1.05rem}.landing-page .story-quote{margin:44px 0 0;color:var(--white);font-size:clamp(1.6rem,3vw,2.8rem);line-height:1.12}.landing-page .steps-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:clamp(26px,4vw,58px);gap:clamp(26px,4vw,58px)}.landing-page .step{padding-top:24px;border-top:3px solid var(--green)}.landing-page .step-index{display:block;margin-bottom:30px;color:var(--green);font-size:1.15rem}.landing-page .step h3{margin-bottom:16px;font-size:clamp(1.55rem,2.6vw,2.25rem)}.landing-page .step p{margin:0;color:var(--ink-soft)}.landing-page .content{background:var(--white)}.landing-page .editorial-grid{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:20px;gap:20px}.landing-page .article{min-height:420px;display:flex;align-items:flex-end;position:relative;overflow:hidden;border-radius:var(--radius-md);background:var(--forest);color:var(--white)}.landing-page .article-copy{padding:clamp(24px,4vw,44px)}.landing-page .article-tag{color:var(--mint);font-size:.88rem;font-weight:700}.landing-page .article h3{max-width:18ch;margin:10px 0 12px;font-size:clamp(1.65rem,3.2vw,3rem)}.landing-page .article p{max-width:52ch;margin:0;color:rgb(255 255 255/.78)}.landing-page .article-mint{background:var(--mint);color:var(--ink)}.landing-page .article-mint .article-tag{color:var(--forest)}.landing-page .article-mint p{color:var(--ink-soft)}.landing-page .links-strip{padding:34px 0;background:var(--mint);color:var(--ink)}.landing-page .links-inner{display:flex;align-items:center;gap:26px;overflow-x:auto;scrollbar-width:none}.landing-page .links-inner::-webkit-scrollbar{display:none}.landing-page .links-label{flex:0 0 auto;font-size:1.2rem}.landing-page .quick-link{min-height:42px;flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;border-bottom:1px solid var(--ink);font-weight:700}.landing-page .quick-link:hover{border-bottom-width:3px}.landing-page .contact{background:var(--forest);color:var(--white)}.landing-page .contact-grid{grid-template-columns:1fr minmax(340px,.8fr)}.landing-page .contact h2{margin-bottom:28px;color:var(--white);font-size:clamp(3rem,6.5vw,5.8rem)}.landing-page .contact h2 em{color:var(--mint);font-style:normal}.landing-page .contact-copy>p{max-width:54ch;color:rgb(255 255 255/.75);font-size:1.1rem}.landing-page .contact-actions{margin-top:34px}.landing-page .contact-promise{padding:clamp(26px,4vw,42px);background:var(--white);color:var(--ink);border-radius:var(--radius-md)}.landing-page .contact-promise .hero-kicker{color:var(--green)}.landing-page .contact-promise h3{margin:12px 0 24px;color:var(--forest);font-size:2rem}.landing-page .contact-promise ul{margin:0;padding:0;list-style:none}.landing-page .contact-promise li{padding:14px 0 14px 28px;position:relative;border-top:1px solid #d9e8e2}.landing-page .contact-promise li:before{position:absolute;left:0;color:var(--green);content:"✓";font-weight:800}.landing-page .landing-footer{padding:50px 0 28px;background:var(--ink);color:var(--white)}.landing-page .footer-main{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:44px;gap:44px;align-items:end;padding-bottom:34px;border-bottom:1px solid rgb(255 255 255/.16)}.landing-page .footer-logo{width:min(300px,100%)}.landing-page .footer-nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px 24px}.landing-page .footer-nav a{color:rgb(255 255 255/.72)}.landing-page .footer-nav a:hover{color:var(--mint)}.landing-page .footer-bottom{padding-top:24px;display:flex;justify-content:space-between;gap:20px;color:rgb(255 255 255/.58);font-size:.82rem}@media (max-width:980px){.landing-page .menu-toggle{display:flex}.landing-page .nav-links{position:fixed;inset:0;z-index:30;padding:110px 28px 40px;display:none;flex-direction:column;align-items:stretch;background:var(--forest)}.landing-page .nav-links.mobile-open{display:flex}.landing-page .nav-links a{min-height:54px;justify-content:center;font-size:1.15rem}.landing-page .contact-grid,.landing-page .manifesto-grid,.landing-page .platform-intro,.landing-page .story-grid{grid-template-columns:1fr}.landing-page .platform-copy h2{max-width:14ch}.landing-page .product-console{max-width:720px}.landing-page .feature-ledger{grid-template-columns:repeat(2,1fr)}.landing-page .editorial-grid{grid-template-columns:1fr}}@media (max-width:720px){.landing-page .container{width:min(100% - 28px,1180px)}.landing-page .brand-logo{width:188px}.landing-page .hero{min-height:900px;padding:116px 0 48px;align-items:flex-start}.landing-page .hero-media img{object-position:66% center}.landing-page .hero:after{background:linear-gradient(180deg,var(--mist) 0,rgb(245 250 248/.94) 49%,rgb(245 250 248/.18) 75%),linear-gradient(90deg,rgb(245 250 248/.72),transparent)}.landing-page .hero-copy{width:100%}.landing-page .hero h1{max-width:620px;font-size:clamp(3.15rem,15vw,5rem)}.landing-page .hero-note{display:none}.landing-page .proof-inner{grid-template-columns:1fr;padding:18px 0}.landing-page .proof-item{padding:18px 0}.landing-page .proof-item+.proof-item{border-left:0;border-top:1px solid rgb(255 255 255/.2)}.landing-page .service-row{grid-template-columns:1fr auto;gap:16px}.landing-page .service-row p{grid-column:1/-1;grid-row:2}.landing-page .service-arrow{grid-column:2;grid-row:1}.landing-page .contact-grid,.landing-page .feature-ledger,.landing-page .steps-grid{grid-template-columns:1fr}.landing-page .step-index{margin-bottom:12px}.landing-page .footer-main{grid-template-columns:1fr}.landing-page .footer-nav{justify-content:flex-start}.landing-page .footer-bottom{flex-direction:column}}@media (max-width:480px){.landing-page .actions{flex-direction:column}.landing-page .actions .btn{width:100%}.landing-page .hero{min-height:850px}.landing-page .hero h1{font-size:3.25rem}.landing-page .product-console{box-shadow:10px 10px 0 rgb(32 169 121/.18)}.landing-page .console-body{min-height:0;grid-template-columns:1fr}.landing-page .console-sidebar{display:none}.landing-page .console-cards{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.landing-page *,.landing-page :after,.landing-page :before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.CookieConsent_banner__Kf40a{position:fixed;inset:auto 0 0;z-index:9999;padding:16px;animation:CookieConsent_slide-up__hXSti .4s ease-out}.CookieConsent_card__cq0og{max-width:896px;margin:0 auto;padding:24px;display:flex;align-items:center;gap:16px;border:1px solid #e5e7eb;border-radius:16px;background:#fff;box-shadow:0 20px 25px -5px rgb(0 0 0/.1),0 8px 10px -6px rgb(0 0 0/.1)}.CookieConsent_icon__hMd_u{width:48px;height:48px;flex:0 0 auto;display:grid;place-items:center;border-radius:12px;background:rgb(26 122 76/.1);color:#1a7a4c}.CookieConsent_copy__ingCE{flex:1 1}.CookieConsent_copy__ingCE h3{margin:0 0 4px;color:#111827;font-size:1.125rem;line-height:1.5}.CookieConsent_copy__ingCE p{margin:0;color:#4b5563;font-size:.875rem;line-height:1.5}.CookieConsent_copy__ingCE a{color:#1a7a4c;font-weight:500}.CookieConsent_copy__ingCE a:hover{text-decoration:underline}.CookieConsent_actions__qKujs{display:flex;flex:0 0 auto;gap:12px}.CookieConsent_actions__qKujs button{padding:10px 16px;border-radius:8px;font:500 .875rem/1.25rem inherit;cursor:pointer}.CookieConsent_reject___jYxK{border:1px solid #d1d5db;background:transparent;color:#374151}.CookieConsent_reject___jYxK:hover{background:#f3f4f6}.CookieConsent_accept__IMiih{border:1px solid #1a7a4c;background:#1a7a4c;color:#fff}.CookieConsent_accept__IMiih:hover{background:#145c3a}@keyframes CookieConsent_slide-up__hXSti{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media (max-width:767px){.CookieConsent_card__cq0og{align-items:flex-start;flex-wrap:wrap}.CookieConsent_copy__ingCE{min-width:calc(100% - 64px)}.CookieConsent_actions__qKujs{width:100%}.CookieConsent_actions__qKujs button{flex:1 1}}.dark .CookieConsent_card__cq0og{border-color:#374151;background:#1f2937}.dark .CookieConsent_copy__ingCE h3{color:#fff}.dark .CookieConsent_copy__ingCE p{color:#d1d5db}.dark .CookieConsent_reject___jYxK{border-color:#4b5563;color:#d1d5db}.dark .CookieConsent_reject___jYxK:hover{background:#374151}