:root{--teal:#00b0a1;--teal-soft:#c8ebe6;--surface:#f8fafc;--ink:#06172c;--ink-soft:#3d4854;--forest:#2a3340;--growth:#00b0a1;--growth-bright:#00b0a1;--mint:#c8ebe6;--gold:#00b0a1;--gold-deep:#009688;--surface-2:#c8ebe6;--white:#fff;--text:#2a3340;--text-muted:#5a6570;--line:#2a33401f;--shadow:0 24px 60px #2a33401f;--radius:18px;--nav-h:76px;--font-body:"Heebo", sans-serif;--ease:cubic-bezier(.22, 1, .36, 1)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--nav-h) + 12px)}body{font-family:var(--font-body);color:var(--text);background:var(--surface);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;line-height:1.65}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;background:0 0;border:none}ul{margin:0;padding:0;list-style:none}h1,h2,h3,h4{font-family:var(--font-body);margin:0;font-weight:700;line-height:1.2}p{margin:0}::selection{background:#00b0a147}.page{overflow-x:clip}.container{width:min(1120px,100% - 2.5rem);margin-inline:auto}.btn{transition:transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:.4rem;padding:.7rem 1.15rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn--lg{padding:.9rem 1.45rem;font-size:1rem}.btn--solid{background:var(--teal);color:var(--white);box-shadow:0 10px 28px #00b0a147}.btn--solid:hover{background:#00c4b3}.btn--outline{color:var(--white);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f;border:1.5px solid #ffffff8c}.btn--outline:hover{background:#ffffff24}.btn--ghost{color:var(--ink);border:1.5px solid var(--line);background:0 0}.nav .btn--ghost:hover{color:var(--growth);border-color:#00b0a173}.nav .btn--ghost,.nav__drawer .btn--ghost{color:var(--ink);border-color:var(--line)}.hero .btn--ghost{color:#ffffffeb;border-color:#ffffff59}.hero .btn--ghost:hover{background:#ffffff1a}.contact .btn--outline{color:var(--ink);background:0 0;border-color:#2a334038}.contact .btn--ghost{border-color:var(--line)}.logo{color:var(--ink);align-items:center;gap:.7rem;display:inline-flex}.logo img,.logo__img{width:auto;height:50px;display:block}.logo__mark{background:linear-gradient(145deg, var(--ink) 0%, #1a6e66 100%);width:40px;height:40px;color:var(--teal-soft);border-radius:12px;flex-shrink:0;place-items:center;display:grid}.logo__mark svg{width:24px;height:24px}.logo__text{flex-direction:column;line-height:1.15;display:flex}.logo__name{font-family:var(--font-body);font-size:1.15rem;font-weight:700}.logo__tag{letter-spacing:.04em;color:var(--text-muted);font-size:.72rem;font-weight:500}.nav{z-index:50;height:var(--nav-h);transition:box-shadow .3s var(--ease);justify-content:center;align-items:center;display:flex;position:sticky;top:0}.nav--scrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 1px 0 var(--line);transition:background .3s var(--ease), box-shadow .3s var(--ease), backdrop-filter .3s var(--ease);background:#f8fafce0}.nav--open{background:var(--surface);-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:0 1px 0 var(--line);transition:none}.nav__inner{justify-content:space-between;align-items:center;gap:1.5rem;width:min(1200px,100% - 2rem);height:100%;margin-inline:auto;display:flex}.nav__links{color:var(--text-muted);gap:1.35rem;font-size:.95rem;font-weight:500;display:none}.nav__links a:hover{color:var(--ink)}.nav__actions{align-items:center;gap:.55rem;display:none}.nav__mobile-tools{flex-shrink:0;align-items:center;gap:.45rem;display:flex}.lang-switch{background:var(--surface);min-width:44px;height:40px;color:var(--ink);letter-spacing:.02em;transition:background .2s var(--ease), border-color .2s var(--ease), color .2s var(--ease);border-radius:12px;padding:0 .7rem;font-size:.85rem;font-weight:700}.nav--open .lang-switch,.nav--scrolled .lang-switch{background:var(--white)}.nav__burger{background:var(--surface);border:1px solid var(--line);border-radius:12px;flex-shrink:0;place-content:center;gap:6px;width:44px;height:44px;display:grid}.nav--open .nav__burger,.nav--scrolled .nav__burger{background:var(--white)}.nav__burger span{background:var(--ink);width:22px;height:2px;transition:transform .3s var(--ease), opacity .3s var(--ease);display:block}.nav__burger.is-open span:first-child{transform:translateY(4px)rotate(45deg)}.nav__burger.is-open span:last-child{transform:translateY(-4px)rotate(-45deg)}.nav__drawer{inset:var(--nav-h) 0 0;background:var(--surface);z-index:49;flex-direction:column;gap:1rem;padding:1.5rem;font-size:1.15rem;font-weight:600;display:none;position:fixed}.nav__drawer.is-open{display:flex}html[dir=rtl] .nav__drawer{text-align:right;direction:rtl}.nav__drawer .btn{width:100%}@media (width>=960px){.nav__inner{align-items:center;gap:1rem;justify-content:unset;grid-template-columns:1fr auto 1fr;display:grid}.nav__inner>.logo{justify-self:start}.nav__links{justify-self:center;display:flex}.nav__actions{justify-self:end;display:flex}.nav__mobile-tools{display:none}.nav__burger,.nav__drawer{display:none!important}}.hero{min-height:calc(100svh - var(--nav-h));color:var(--white);isolation:isolate;align-items:center;padding:2.5rem 0 4rem;display:flex;position:relative}.hero__bg{z-index:-1;background:radial-gradient(80% 60% at 85% 20%,#00b0a159,#0000 55%),radial-gradient(50% 40% at 10% 80%,#c8ebe62e,#0000 50%),linear-gradient(155deg,#1a222c 0%,#2a3340 48%,#1f6f68 100%);position:absolute;inset:0}.hero__bg:after{content:"";opacity:.35;mix-blend-mode:soft-light;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");position:absolute;inset:0}.hero__grid{align-items:center;gap:2.5rem;width:min(1200px,100% - 2.5rem);margin-inline:auto;display:grid}.hero__text{text-align:center}.hero__text .brand-signal,.hero__text .hero__title,.hero__text .hero__tagline,.hero__text .hero__lead{width:100%;max-width:none;margin-inline:auto}.hero__text .hero__cta{justify-content:center}.brand-signal{font-family:var(--font-body);color:var(--teal-soft);letter-spacing:.04em;text-transform:uppercase;margin-bottom:1rem;font-size:clamp(1.05rem,1.8vw,1.2rem);font-weight:600}.hero__title{letter-spacing:-.02em;color:var(--white);text-transform:uppercase;flex-direction:column;gap:.08em;margin:0 0 .55rem;font-size:clamp(2.15rem,6.2vw,4.25rem);font-weight:800;line-height:.95;display:flex}html[dir=rtl] .hero__title{text-transform:none;letter-spacing:0}.hero__title-line{font-size:3.25rem;display:block}.hero__title-line--accent{color:#5eb8ab}.hero__tagline{color:#5eb8ab;margin:0 0 1.15rem;font-size:clamp(1.15rem,2.4vw,1.75rem);font-weight:700;line-height:1.2}.hero__lead{color:#ffffffd1;margin-bottom:1.75rem;font-size:clamp(1.02rem,1.5vw,1.15rem);font-weight:300}.hero__cta{flex-wrap:wrap;gap:.7rem;display:flex}@media (width>=960px){.hero__grid{grid-template-columns:1.05fr .95fr;gap:3rem}.hero__text{text-align:start}.hero__text .brand-signal,.hero__text .hero__title,.hero__text .hero__tagline,.hero__text .hero__lead{width:auto;margin-inline:0}.hero__text .hero__title{max-width:12ch}html[dir=rtl] .hero__text .hero__title{max-width:14ch}.hero__text .hero__lead{max-width:42ch}.hero__text .hero__cta{justify-content:flex-start}}.hero__visual{min-height:320px;position:relative}.hero__orb{filter:blur(40px);border-radius:50%;animation:12s ease-in-out infinite drift;position:absolute}.hero__orb--1{background:#00b0a173;width:220px;height:220px;top:10%;left:5%}.hero__orb--2{background:#c8ebe64d;width:160px;height:160px;animation-delay:-4s;bottom:8%;right:8%}@keyframes drift{0%,to{transform:translate(0)}50%{transform:translate(12px,-18px)}}.hero__product-img{object-fit:cover;object-position:50% 50%;transform-origin:50%;border-radius:24px;width:100%;height:100%;transform:scale(1.18)}.hero__visual{overflow:hidden}.hero__panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(160deg,#ffffff1a,#ffffff08);border:1px solid #ffffff24;border-radius:28px;padding:1.25rem 1rem 1.5rem;position:relative;overflow:hidden}.hero__panel-glow{pointer-events:none;background:radial-gradient(circle,#00b0a159,#0000 70%);height:60%;position:absolute;inset:auto -20% -40% 20%}.hero__chart{width:100%;height:auto;display:block}.hero__path{stroke-dasharray:900;stroke-dashoffset:900px;animation:draw 2.2s var(--ease) .4s forwards}.hero__area{opacity:0;animation:1.2s 1.2s forwards fadeIn}.hero__dot{opacity:0;animation:.5s 1.6s forwards fadeIn}.hero__dot--late{animation-delay:1.9s}@keyframes draw{to{stroke-dashoffset:0}}@keyframes fadeIn{to{opacity:1}}.hero__chips{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;padding-inline:.5rem;display:flex}.hero__chips span{color:#ffffffe6;background:#2a334073;border:1px solid #ffffff1f;border-radius:999px;padding:.35rem .75rem;font-size:.82rem;font-weight:500}@keyframes scrollDot{0%,to{opacity:1;transform:translateY(0)}55%{opacity:.2;transform:translateY(14px)}}@media (prefers-reduced-motion:reduce){.hero__path,.hero__area,.hero__dot,.hero__orb,.hero__path{stroke-dashoffset:0}.hero__area,.hero__dot{opacity:1}}.section{padding:5.5rem 0}.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--growth);margin-bottom:.75rem;font-size:.8rem;font-weight:700;display:inline-block}.section h2{color:var(--ink);margin-bottom:.85rem;font-size:clamp(1.7rem,3.2vw,2.55rem)}.section__sub{color:var(--text-muted);white-space:pre-line;max-width:40rem;margin-bottom:2rem;font-size:1.05rem}.note{background:var(--teal-soft);color:var(--ink);border:1px dashed #00b0a173;border-radius:12px;margin-top:1.5rem;padding:.9rem 1.1rem;font-size:.88rem;line-height:1.55}.results{background:linear-gradient(180deg, var(--surface) 0%, var(--surface-2) 100%);position:relative}.results:before{content:"";pointer-events:none;background:radial-gradient(60% 50% at 50% 0,#00b0a11f,#0000 60%);position:absolute;inset:0}.results__grid{grid-template-columns:1fr;align-items:stretch;gap:.75rem;margin-bottom:2rem;display:grid}@media (width>=640px){.results__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}}@media (width>=960px){.results__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem}}.stat{border-radius:var(--radius);border:1px solid var(--line);transition:transform .35s var(--ease), box-shadow .35s var(--ease);text-align:center;box-sizing:border-box;background:#fffc;flex-direction:column;justify-content:center;align-items:center;min-width:0;height:100%;min-height:8.25rem;padding:1.15rem 1rem;display:flex}@media (width>=640px){.stat{min-height:9rem}}@media (width>=960px){.stat{min-height:10rem;padding:1.5rem 1.1rem}}.stat:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.stat__value{font-family:var(--font-body);color:var(--teal);margin-bottom:.55rem;font-size:clamp(1.65rem,5vw,2.75rem);font-weight:700;line-height:1}.stat__label{text-wrap:balance;margin-bottom:0;font-size:clamp(.82rem,2.2vw,.98rem);font-weight:600;line-height:1.35}.stat__meta{color:var(--text-muted);font-size:.78rem;line-height:1.4}.trust{color:var(--ink);background:#fffc}.trust .section h2{color:var(--ink)}.trust .section__sub{color:var(--text-muted)}.trust .eyebrow{color:var(--teal)}.trust .note{color:var(--ink);background:#00b0a114;border-color:#00b0a159}.trust__logos{background-color:#0000;grid-template-columns:repeat(2,1fr);align-items:stretch;gap:1rem;display:grid}@media (width>=700px){.trust__logos{grid-template-columns:repeat(4,1fr);gap:1.25rem}}.trust__logo{object-fit:contain;object-position:center;box-sizing:border-box;border-radius:14px;width:100%;height:88px;padding:.85rem 1rem;display:block}.trust__grid{gap:1.25rem;display:grid}@media (width>=800px){.trust__grid{grid-template-columns:repeat(3,1fr)}}.trust__block{border-radius:var(--radius);background:#ffffff0d;border:1px solid #ffffff1a;padding:1.6rem 1.4rem}.trust__block h3{color:var(--teal-soft);margin-bottom:.9rem;font-size:1.25rem}.trust__block ul{gap:.55rem;display:grid}.trust__block li{color:#ffffffd9;padding-inline-start:1rem;position:relative}.trust__block li:before{content:"";background:var(--growth-bright);border-radius:50%;width:6px;height:6px;position:absolute;top:.65em;right:0}.trust__block p,.trust__block a{color:#fffc}.trust__block a{text-underline-offset:3px;text-decoration:underline}.product{background:linear-gradient(180deg, #fff 0%, var(--surface) 100%)}.product__story{gap:1.25rem;margin-bottom:2.5rem;display:grid}@media (width>=800px){.product__story{grid-template-columns:1fr 1fr}}.product__col{border-radius:var(--radius);background:var(--surface-2);border:1px solid var(--line);padding:1.75rem 1.5rem}.product__col--accent{color:var(--white);background:linear-gradient(160deg,#2a3340 0%,#1a6e66 100%);border-color:#0000}.product__col h3{color:var(--ink);margin-bottom:.85rem;font-size:1.35rem}.product__col--accent h3{color:var(--teal-soft)}.product__col p{color:var(--text-muted)}.product__col--accent p{color:#ffffffdb}.advantages-wrap{margin-top:2.5rem}.advantages__title{color:var(--ink);margin-bottom:1.15rem;font-size:1.35rem}.advantages{gap:1rem;display:grid}@media (width>=800px){.advantages{grid-template-columns:repeat(3,1fr)}}.advantage{border-top:3px solid var(--growth-bright);background:var(--white);border-inline:1px solid var(--line);border-bottom:1px solid var(--line);border-radius:0 0 14px 14px;padding:1.5rem 1.25rem 1.75rem}.advantage__n{font-family:var(--font-body);color:var(--growth);margin-bottom:.6rem;font-size:1.5rem;display:block}.advantage h4{color:var(--ink);margin-bottom:.55rem;font-size:1.25rem}.advantage p{color:var(--text-muted);margin:0;font-size:.92rem;line-height:1.45}.how{background:radial-gradient(ellipse 70% 40% at 100% 0%, #00b0a11a, transparent 50%), var(--surface-2)}.steps{gap:.85rem;margin-bottom:3rem;display:grid}.step article{border-radius:var(--radius);border:1px solid var(--line);background:#ffffffd9;grid-template-columns:auto 1fr;align-items:start;gap:1.1rem;padding:1.25rem 1.35rem;display:grid}.step__n{font-family:var(--font-body);color:var(--growth);padding-top:.15rem;font-size:1.35rem;font-weight:700;line-height:1}.step h3{color:var(--ink);margin-bottom:.35rem;font-size:1.15rem}.step p{color:var(--text-muted);font-size:.98rem}.levers{margin:2.5rem 0 0}.levers__title{color:var(--ink);margin-bottom:1rem;font-size:1.35rem}.levers__list{gap:.75rem;margin:0;padding:0;list-style:none;display:grid}@media (width>=800px){.levers__list{grid-template-columns:repeat(3,1fr)}}.levers__item{border-radius:var(--radius);border:1px solid var(--line);background:var(--white);color:var(--ink);padding:1.1rem 1.2rem;font-size:1rem;font-weight:600;line-height:1.35}.value-block{margin:2.75rem 0 0}.value-block__title{color:var(--ink);margin-bottom:1.15rem;font-size:1.35rem}.value-block__grid{gap:1rem;display:grid}@media (width>=800px){.value-block__grid{grid-template-columns:repeat(3,1fr)}}.value-card{border-radius:var(--radius);background:var(--surface);border:1px solid var(--line);padding:1.4rem 1.25rem}.value-card h4{color:var(--growth);margin-bottom:.55rem;font-size:1.1rem}.value-card p{color:var(--text-muted);font-size:.95rem}.patent{margin:2rem 0 0}.patent__text{border-radius:var(--radius);color:var(--ink-soft);background:#00b0a114;border:1px solid #00b0a138;margin:0;padding:1.15rem 1.35rem;font-size:.98rem;line-height:1.55}.audiences{margin-top:2.75rem}.audiences__title{color:var(--ink);margin-bottom:1.15rem;font-size:1.35rem}.audiences__grid{gap:1rem;display:grid}@media (width>=800px){.audiences__grid{grid-template-columns:repeat(3,1fr)}}.audience{border-radius:var(--radius);background:var(--ink);color:var(--white);padding:1.4rem 1.25rem}.audience h4{color:var(--teal-soft);margin-bottom:.55rem;font-size:1.1rem}.audience p{color:#fffc;font-size:.95rem}.stories{background:linear-gradient(180deg, var(--white), var(--surface))}.quotes{gap:1rem;display:grid}@media (width>=800px){.quotes{grid-template-columns:repeat(3,1fr)}}.quote{height:100%}.quote blockquote{border-radius:var(--radius);background:var(--surface-2);border:1px solid var(--line);flex-direction:column;gap:1rem;height:100%;margin:0;padding:1.6rem 1.4rem;display:flex}.quote p{font-family:var(--font-body);color:var(--ink);flex:1;font-size:1.15rem;line-height:1.45}.quote footer{color:var(--growth);font-size:.9rem;font-weight:600}.about{background:linear-gradient(180deg, var(--surface-2), #fff)}.about__subtitle{color:var(--ink);margin:0 0 1.25rem;font-size:1.35rem}.team-block{margin-top:0}.team{grid-template-columns:repeat(2,1fr);gap:1rem;margin:0;display:grid}@media (width>=900px){.team{grid-template-columns:repeat(3,1fr)}}.person{border-radius:var(--radius);background:var(--white);border:1px solid var(--line);padding:1.35rem 1.15rem}.person__avatar{border-radius:20px;width:88px;height:88px;margin-bottom:.9rem;overflow:hidden}.person__avatar img{object-fit:cover;object-position:center top;border-radius:50%;width:100%;height:100%;display:block}.person h4{color:var(--ink);margin-bottom:.25rem;font-size:1.1rem}.person__role{color:var(--growth);margin-bottom:.55rem;font-size:.88rem;font-weight:600}.person__bio{color:var(--text-muted);font-size:.9rem}.investors{margin-top:2.5rem}.investors__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.15rem .85rem;margin-bottom:.25rem;padding:0;list-style:none;display:grid}.investors__list .investor:last-child:nth-child(odd){grid-column:1/-1;justify-self:center;max-width:11rem}@media (width>=700px){.investors__list{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem 1rem}.investors__list .investor:last-child:nth-child(odd){grid-column:auto;justify-self:stretch;max-width:none}}@media (width>=960px){.investors__list{grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem}}.investor{text-align:center;background:0 0;border:none;flex-direction:column;align-items:center;gap:.55rem;min-width:0;padding:0;display:flex}.investor__img{object-fit:cover;object-position:center;background:var(--white);border-radius:50%;flex-shrink:0;width:72px;height:72px}@media (width>=960px){.investor__img{width:70px;height:70px}}.investor__text{width:100%;min-width:0}.investor__name{font-family:var(--font-body);color:var(--ink);text-wrap:balance;margin:0 0 .2rem;font-size:.92rem;font-weight:700;line-height:1.25}.investor__bio{color:var(--text-muted);text-wrap:balance;margin:0;font-size:.8rem;line-height:1.4}.partners{margin-top:2.5rem}.partners__logos{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}@media (width>=800px){.partners__logos{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}}.partners__item{border-radius:var(--radius);background:var(--white);border:1px solid var(--line);justify-content:center;align-items:center;min-height:88px;padding:1rem 1.15rem;display:flex}.partners__item img{object-fit:contain;object-position:center;width:100%;max-width:140px;max-height:56px;display:block}.about__extra{gap:1rem;margin-top:2.5rem;display:grid}@media (width>=800px){.about__extra{grid-template-columns:1fr 1fr}}.about__box{border-radius:var(--radius);background:#c8ebe659;border:1px dashed #2a334040;padding:1.5rem 1.35rem}.about__box h3{color:var(--ink);margin-bottom:.55rem;font-size:1.15rem}.about__box p{color:var(--text-muted);font-size:.95rem}.media{margin-top:2.5rem}.media__intro{color:var(--text-muted);max-width:40rem;margin:-.5rem 0 1.25rem;font-size:.98rem}.media__grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=800px){.media__grid{grid-template-columns:repeat(3,1fr)}}.media__card{border-radius:var(--radius);background:var(--white);border:1px solid var(--line);flex-direction:column;gap:.65rem;padding:.75rem;display:flex}.media__frame{aspect-ratio:16/9;background:var(--ink);border-radius:12px;width:100%;position:relative;overflow:hidden}.media__frame iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.media__caption{color:var(--ink);padding:0 .25rem .25rem;font-size:.88rem;font-weight:600;line-height:1.4}.contact{background:radial-gradient(ellipse 80% 70% at 50% 100%, #00b0a11f, transparent 55%), linear-gradient(180deg, #fff, var(--surface));color:var(--ink);padding-top:0;position:relative}.contact--page{min-height:calc(100svh - var(--nav-h) - 8rem);align-items:center;padding-top:5.5rem;display:flex}.contact .eyebrow{color:var(--teal);margin-bottom:.45rem}.contact h2,.contact__title{color:var(--surface);margin-bottom:.45rem;font-size:clamp(1.35rem,2.4vw,1.75rem)}.contact__inner{text-align:center;max-width:28rem}.contact__card{background:var(--ink);border:1px solid var(--line);border-radius:16px;padding:1.35rem 1.25rem 1.5rem;box-shadow:0 12px 36px #2a33400f}.contact__inner .section__sub{color:var(--surface);max-width:none;margin-inline:auto;font-size:.92rem}.contact__form{text-align:start;gap:.75rem;margin-top:1.15rem;display:grid}.contact__row{gap:.75rem;display:grid}@media (width>=640px){.contact__row{grid-template-columns:1fr 1fr}}.contact__field{color:var(--ink);gap:.3rem;font-size:.82rem;font-weight:600;display:grid}.contact__field span{color:var(--surface)}.contact__optional{color:var(--text-muted);font-style:normal;font-weight:400}.contact__field input,.contact__field textarea{width:100%;font:inherit;color:var(--ink);background:var(--surface);border:1.5px solid var(--line);transition:border-color .2s var(--ease), box-shadow .2s var(--ease);resize:none;border-radius:10px;padding:.65rem .85rem;font-size:.92rem;font-weight:400}.contact__field input:focus,.contact__field textarea:focus{border-color:var(--teal);outline:none;box-shadow:0 0 0 3px #00b0a126}.contact__form-actions{justify-content:center;margin-top:.15rem;display:flex}.contact__form-actions .btn{min-width:8rem}.contact__form-actions .btn:disabled{opacity:.7;cursor:wait}.contact__honeypot{clip:rect(0, 0, 0, 0);white-space:nowrap;opacity:0;pointer-events:none;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.contact__status{text-align:center;margin:.15rem 0 0;font-size:.9rem;font-weight:500;line-height:1.45}.contact__status--success{color:var(--teal)}.contact__status--error{color:#b42318}.contact .note{text-align:start}.footer{color:var(--text-muted);background:#f8fafce0;padding:1rem 0}.footer .logo{color:var(--white);margin-bottom:0}.footer .logo__tag{color:#ffffff8c}.footer__grid{flex-direction:column;align-items:center;gap:0;display:flex}.footer__brand{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;display:flex}.footer__brand-text,.footer__col{display:none}.footer__bottom{text-align:center;color:var(--text-muted);direction:ltr;flex-direction:column;align-items:center;gap:.75rem;padding-top:1.15rem;font-size:.88rem;display:flex}.footer__socials{align-items:center;gap:.55rem;display:flex}.footer__social{width:40px;height:40px;color:var(--ink);background:var(--surface-2);border:1px solid var(--line);transition:background .2s var(--ease), color .2s var(--ease), transform .2s var(--ease);border-radius:50%;place-items:center;display:grid}.footer__social svg{width:18px;height:18px}.footer__social:hover{background:var(--teal);color:var(--white);border-color:var(--teal);transform:translateY(-1px)}@media (width>=960px){.footer__grid{justify-content:center;align-items:center;display:flex}.footer__brand{text-align:center;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:.85rem;width:100%;display:flex}.footer__brand-text{color:var(--text-muted);white-space:pre-line;max-width:20rem;margin:0;font-size:.95rem;font-weight:700;line-height:1.6;display:block}.footer__col{display:none}.footer__bottom{text-align:center;direction:ltr;flex-direction:column;align-items:center;gap:.75rem;padding-top:1.35rem;display:flex}.footer__copy{margin:0}.footer__socials{justify-content:center}}
