:root{--primary-color:#1b4f3e;--secondary-color:#d5f7e3;--accent-color:#e6f4f1;--text-color:#1a1a1a;--white:#fff;--font-primary:"tt-commons-pro",sans-serif;--dark-green:#003329;--lime-green:#d8f283}body,html{height:auto;overflow-y:visible}.container{overflow-x:clip!important;overflow-y:visible!important;height:auto!important}.description,a,button,input,li,p,select,textarea,ul{font-family:var(--font-primary)}.refonte-header{position:fixed;top:0;left:0;width:100%;z-index:100;padding:12px 64px;box-sizing:border-box;background-color:var(--dark-green)}.header-content{max-width:1600px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header-logo img{height:32px;width:auto;display:block}.header-nav{display:flex;align-items:center;gap:32px}.nav-item{display:flex;align-items:center;gap:8px;cursor:pointer;position:relative}.nav-item,.nav-link{color:#fff;font-size:16px;font-weight:400;padding:10px 0}.nav-link{text-decoration:none;transition:opacity .2s}.nav-item:hover,.nav-link:hover{opacity:1}.nav-item>span:hover,.nav-link:hover{opacity:.8}.arrow-icon{width:12px;height:12px;transition:transform .2s ease}.nav-item:hover .arrow-icon{transform:rotate(180deg)}.mega-menu-container{position:absolute;top:100%;left:-200px;transform:none;background-color:var(--mega-menu-bg,#1a473e);border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.15);padding:24px 32px;display:none;grid-template-columns:repeat(3,320px);gap:0;width:max-content;z-index:1000;margin-top:0;cursor:default;border:1px solid hsla(0,0%,100%,.1)}.header-nav>:last-child .mega-menu-container{left:auto;right:0}.nav-item:hover .mega-menu-container{display:grid;animation:fadeInDown .2s ease-out forwards}.mega-menu-container.single-column{grid-template-columns:1fr;width:auto;min-width:220px;gap:0;left:0}.header-nav>:last-child .mega-menu-container.single-column{left:auto;right:0}@keyframes fadeInDown{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.mega-menu-column{display:flex;flex-direction:column;gap:16px;box-sizing:border-box;padding:0 32px}.mega-menu-column:first-child{padding-left:0}.mega-menu-column:last-child{padding-right:0}.mega-menu-borders{border-left:1px solid hsla(0,0%,100%,.1);border-right:1px solid hsla(0,0%,100%,.1)}.mega-menu-container.mega-menu-4col{grid-template-columns:repeat(4,240px);padding:24px}.mega-menu-container.mega-menu-4col .mega-menu-column{padding:0 20px}.mega-menu-container.mega-menu-4col .mega-menu-column:first-child{padding-left:0}.mega-menu-container.mega-menu-4col .mega-menu-column:last-child{padding-right:0}.mega-menu-container.mega-menu-4col .mega-menu-column+.mega-menu-column{border-left:1px solid hsla(0,0%,100%,.1)}@media (max-width:1240px){.mega-menu-container{grid-template-columns:repeat(3,280px)}.mega-menu-container.mega-menu-4col{grid-template-columns:repeat(4,205px);left:-140px}.mega-menu-container.mega-menu-4col .mega-menu-column{padding:0 14px}}.mega-menu-intl .mega-menu-title{align-items:flex-start;min-height:40px}.mega-menu-intl .mega-menu-title img{flex-shrink:0}.mega-menu-intl .mega-link-title{align-items:flex-start;gap:8px}.mega-menu-intl .mega-link-title .link-arrow{flex-shrink:0;margin-top:4px}.mega-menu-title{display:flex;align-items:center;gap:8px;margin-bottom:8px}.mega-menu-title img{width:20px;height:20px}.mega-menu-title span{font-family:var(--font-primary);font-size:14px;font-weight:500;color:#fff;text-transform:uppercase}.mega-menu-link{display:flex;flex-direction:column;gap:4px;text-decoration:none;transition:opacity .2s;padding:4px 0}.mega-menu-link:hover{opacity:.8}.mega-link-title{display:flex;justify-content:space-between;align-items:center;color:#fff;font-family:var(--font-primary);font-size:16px;font-weight:500}.mega-link-title .link-arrow{width:12px;height:12px;opacity:1;transition:transform .2s;filter:brightness(0) invert(1);transform:rotate(-90deg)}.mega-menu-link:hover .link-arrow{transform:translateX(4px) rotate(-90deg)}.mega-link-desc{font-family:var(--font-primary);font-size:14px;color:hsla(0,0%,100%,.7);line-height:1.4;font-weight:400}a.mega-menu-link:not(:has(.mega-link-title)){color:#fff;font-size:16px}a.mega-menu-link:not(:has(.mega-link-title)):hover{color:#e6ffa3}.header-ctas{display:flex;align-items:center;gap:12px}.btn-header-login{font-family:var(--font-primary);font-size:16px;font-weight:500;color:#fff;text-decoration:none;transition:opacity .2s ease;opacity:.8}.btn-header-login:hover{opacity:1}.header-light .btn-header-login{color:var(--dark-green)}.btn-header-demo{display:inline-flex;align-items:center;gap:12px;background-color:#e6ffa3;padding:6px 6px 6px 20px;border-radius:100px;height:44px;text-decoration:none;transition:background-color .2s ease;box-sizing:border-box}.btn-header-demo:hover{background-color:#d2f073}.btn-header-demo span{font-family:var(--font-primary);font-size:16px;font-weight:400;color:#003329;line-height:1}.btn-header-demo .btn-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.btn-header-demo .btn-icon img{width:100%;height:100%}.refonte-header.header-light{background-color:#fff}.refonte-header.header-light .nav-item,.refonte-header.header-light .nav-item>span,.refonte-header.header-light .nav-link{color:var(--dark-green)}.refonte-header.header-light .arrow-icon{filter:brightness(0)}.refonte-header.header-light .btn-header-demo{background-color:var(--dark-green)}.refonte-header.header-light .btn-header-demo span{color:var(--lime-green)}.refonte-header.header-light .btn-header-demo .btn-icon{background-color:var(--lime-green);border-radius:50%}.refonte-header.header-light #burgerMenuToggle span{background-color:var(--dark-green)!important}.refonte-header.header-light #burgerMenuToggle img{filter:brightness(0)}@media (max-width:1024px){.refonte-header{padding:24px}.hideSmall{display:none!important}}body{font-family:var(--font-primary);margin:0}.refonte-hero{background-color:var(--dark-green);background-image:url(/img/refonte/background-lines-white.png);background-size:cover;background-position:50%;background-repeat:no-repeat;color:var(--white);padding:160px 64px 0;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden}.hero-tag{display:inline-block;padding:8px 16px;border-radius:var(--Radius-radius-16,16px);background:linear-gradient(180deg,rgba(101,120,49,.8),rgba(101,120,49,.2));backdrop-filter:blur(10px);font-size:14px;font-weight:400;color:#e6ffa3;margin-bottom:24px}.refonte-title{font-family:var(--font-primary);font-size:64px;font-weight:500;line-height:1.1;margin:0 0 24px;max-width:900px}.refonte-subtitle{font-family:var(--font-primary);font-size:20px;line-height:1.5;color:#fff;opacity:.9;max-width:600px;margin:0 0 48px;text-align:center}.hero-cta{margin-bottom:64px}.showSmall{display:none}.mobile-header-phone{display:none;align-items:center;gap:8px;color:#fff;text-decoration:none;font-family:var(--font-primary);font-size:15px;font-weight:500}.mobile-header-phone svg{stroke:currentColor;background:transparent}.refonte-header.header-light .mobile-header-phone{color:var(--dark-green)}#burgerMenuToggle{background:none;border:none;cursor:pointer;padding:0;width:24px;height:24px;position:relative;z-index:101;display:none;flex-direction:column;justify-content:space-between}#burgerMenuToggle span{display:block;width:100%;height:2px;background-color:#fff;transition:all .3s}#burgerMenuToggle img{display:none;filter:brightness(0) invert(1)}#burgerMenuToggle.active span{display:none}#burgerMenuToggle.active img{display:block}@media (max-width:1024px){.showSmall{display:flex!important}.header-logo img{height:24px}#burgerMenuToggle,.mobile-header-phone{display:flex}.header-content{justify-content:space-between}}#burgerMenu{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#fff;z-index:99;padding-top:100px;padding-bottom:40px;transform:translateX(100%);transition:transform .3s ease-in-out;display:flex;flex-direction:column;overflow-y:auto}#burgerMenu.active{transform:translateX(0)}.burger-nav-link{font-family:var(--font-primary);font-size:18px;text-decoration:none;display:block;font-weight:400}.burger-nav-group,.burger-nav-link{padding:16px 32px;border-bottom:1px solid #e6e6e6;color:#1a1a1a}.burger-nav-group{cursor:pointer}.burger-group-header{display:flex;justify-content:space-between;align-items:center;font-family:var(--font-primary);font-size:18px;font-weight:400}.burger-group-header .arrow-icon{transition:transform .2s;filter:invert(1) brightness(0)}.burger-nav-group.active .burger-group-header .arrow-icon{transform:rotate(180deg)}.burger-sub-menu{display:none;margin-top:16px;padding-left:0;flex-direction:column}.burger-sub-menu.active{display:flex}.burger-category-title{font-size:12px;color:#8d8d8d;text-transform:uppercase;margin:16px 0 8px;font-weight:500}.burger-sub-link{display:block;padding:8px 0;color:#4a4a4a;text-decoration:none;font-size:16px}.burger-cta-container{padding:32px;margin-top:auto;display:flex;flex-direction:column;align-items:center;gap:16px}.burger-cta-login{font-family:var(--font-primary);font-size:16px;font-weight:500;color:#fff;text-decoration:none;opacity:.8}.burger-cta-button{display:flex;justify-content:center;width:100%;color:var(--dark-green);padding:12px;font-weight:500;font-size:16px}.btn-hero,.burger-cta-button{align-items:center;background-color:var(--lime-green);border-radius:100px;text-decoration:none}.btn-hero{display:inline-flex;gap:12px;padding:6px 6px 6px 20px;transition:background-color .2s ease;height:44px;box-sizing:border-box}.btn-hero:hover{background-color:#d2f073}.btn-hero span{color:var(--dark-green);font-weight:400;font-size:16px}.btn-hero .btn-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.btn-hero .btn-icon img{width:100%;height:100%}.btn-hero-secondary{display:inline-flex;align-items:center;gap:10px;background-color:transparent;border:1px solid hsla(0,0%,100%,.45);padding:6px 22px;border-radius:100px;text-decoration:none;transition:background-color .2s ease,border-color .2s ease;height:44px;box-sizing:border-box}.btn-hero-secondary:hover{background-color:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.75)}.btn-hero-secondary span{font-weight:400;font-size:16px}.btn-hero-secondary span,.hero-urgency{color:#fff;font-family:var(--font-primary)}.hero-urgency{display:inline-flex;align-items:center;gap:8px;margin-bottom:20px;padding:6px 14px;border-radius:100px;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.22);font-size:14px;line-height:1.35}.hero-urgency strong{font-weight:600;color:var(--lime-green)}.hero-image-container{max-width:412px;width:100%;display:flex;justify-content:center;margin-bottom:-100px}.hero-image-container img{width:100%;height:auto;display:block;aspect-ratio:1.4;object-fit:contain}@media (max-width:1024px){.refonte-hero{padding:120px 24px 48px}.refonte-title{font-size:40px}}@media (max-width:480px){.refonte-hero{padding:100px 12px 32px}.refonte-title{font-size:30px;margin-bottom:16px}.refonte-subtitle{font-size:16px;margin-bottom:32px}.btn-hero{height:48px;padding:8px 8px 8px 16px;width:100%;justify-content:space-between;margin-bottom:32px}.hero-cta,.hero-trustpilot{justify-content:center!important}.hero-trustpilot{width:100%}}@media (max-width:768px){.about-checklist-image,.about-story-image,.benefit-image-wrapper,.card-image,.card-image-container:not(.diff-card .card-image-container),.hero-image-container,.home-hero-image,.home-hero-image-container,.home-solutions-images,.platform-image,.step-image{display:none!important}.diff-card .card-image-container{display:flex!important}}:root{--ev-banner-h:42px}.ev-banner{position:fixed;top:0;left:0;width:100%;z-index:101;box-sizing:border-box;padding:9px 64px;background:var(--lime-green);color:var(--dark-green);display:flex;align-items:center;justify-content:center;gap:16px}.ev-banner p{font-weight:400;margin:0}.ev-banner a,.ev-banner p{font-family:var(--font-primary);font-size:15px;color:var(--dark-green)}.ev-banner a{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;font-weight:500;text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}.ev-banner a:hover{color:#ec674e}body.has-ev-banner .container{padding-top:var(--ev-banner-h)}body.has-ev-banner .refonte-header{top:var(--ev-banner-h)}body.has-ev-banner #burgerMenu{padding-top:calc(100px + var(--ev-banner-h))}@media (max-width:1024px){:root{--ev-banner-h:66px}.ev-banner{padding-left:24px;padding-right:24px}}@media (max-width:768px){:root{--ev-banner-h:87px}.ev-banner{flex-direction:column;gap:4px;text-align:center}}@media (max-width:480px){:root{--ev-banner-h:111px}.ev-banner{padding-left:16px;padding-right:16px}}.refonte-footer{width:100%;position:relative;background:#fff;background-image:url(/img/refonte/background-lines-dark.png);background-size:cover;background-position:50%;background-repeat:no-repeat;overflow:hidden;padding:64px;color:#4a1625;font-family:var(--font-primary);box-sizing:border-box}.footer-bg-lines{position:absolute;top:0;left:0;width:1440px;height:656px;pointer-events:none;opacity:1;z-index:0}.footer-bg-lines img{width:100%;height:100%;object-fit:cover;opacity:.1}.footer-content{position:relative;z-index:1;max-width:1600px;margin:0 auto;flex-direction:column;align-items:center}.footer-content,.footer-grid{width:100%;display:flex;gap:48px}.footer-grid{flex-wrap:wrap}.footer-col,.footer-grid{justify-content:flex-start;align-items:flex-start}.footer-col{flex:1 1 0;min-width:300px;display:flex;flex-direction:column;gap:24px}.col-header{display:flex;align-items:center;gap:8px;width:100%}.col-header img{width:12px;height:12px}.col-header span{color:#ec674e;font-size:16px;font-weight:400;text-transform:uppercase;line-height:20.8px;letter-spacing:.8px;word-wrap:break-word}.footer-col .address-row span,.footer-col .address-sub,.footer-col a{color:#4a1625;font-size:14px;font-weight:400;line-height:16px;text-decoration:none;transition:color .2s}.footer-col a:hover{color:#ec674e}.contact-links{flex-direction:column;justify-content:flex-start;align-items:flex-start}.contact-item,.contact-links{display:flex;gap:16px;width:100%}.contact-item,.icon-box{align-items:center}.icon-box{width:24px;height:24px;position:relative;display:flex;justify-content:center}.address-block{flex-direction:column;align-items:flex-start;gap:8px}.address-row{display:flex;align-items:center;gap:16px}.address-sub{padding-left:40px}.linkedin-icon-container{width:24px;height:24px;position:relative}.linkedin-icon{width:24px;height:24px}.contact-item .underline{text-decoration:underline}.footer-ctas{display:flex;flex-direction:column;gap:16px;margin-top:16px;align-items:flex-start}.btn-team{height:44px;padding:6px 20px;background:#003329;border-radius:100px;display:inline-flex;justify-content:center;align-items:center;gap:12px;text-decoration:none;color:#e6ffa3!important;font-size:16px!important;font-weight:400;line-height:22px;transition:background-color .2s ease}.btn-team:hover{background-color:#004437}.avatars-container{display:flex;align-items:center}.avatars-container img{height:32px;width:auto;border-radius:400px}.btn-login{height:44px;padding:6px 6px 6px 20px;background:#003329;border-radius:100px;display:inline-flex;justify-content:center;align-items:center;gap:12px;text-decoration:none;color:#e6ffa3!important;font-size:16px!important;font-weight:400;line-height:22px;transition:background-color .2s ease}.btn-login:hover{background-color:#004437}.arrow-circle{width:32px;height:32px;display:block}.service-group{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:16px;width:100%}.group-title{opacity:.5;color:#4a1625;font-size:14px;font-weight:400;text-transform:uppercase;line-height:18.2px;letter-spacing:.7px;margin-bottom:0;word-wrap:break-word}.about-links{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;width:100%}.footer-logo{margin-top:32px}.footer-logo img{height:auto;width:180px}@media (max-width:900px){.footer-grid{flex-direction:column;gap:60px}.footer-col{width:100%;min-width:auto}}@media (max-width:480px){.refonte-footer{padding:48px 16px}.footer-grid{gap:48px}.footer-col{gap:16px}.footer-logo img{width:100%;max-width:300px}.btn-login,.btn-team{width:100%;box-sizing:border-box}}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.ev-hero{padding-bottom:112px}.ev-hero .refonte-title{max-width:900px;text-wrap:balance}.ev-hero .refonte-title .ev-coral{color:#ec674e}.ev-hero .refonte-subtitle{max-width:760px;margin-bottom:0;opacity:.8;text-wrap:pretty}.ev-section{padding:80px 64px;background:#fff}.ev-inner{max-width:1312px;margin:0 auto}.ev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}.ev-card{flex-direction:column;background:#fff;border-radius:20px;box-shadow:0 4px 24px rgba(0,51,41,.06)}.ev-card,.ev-card-visual{display:flex;overflow:hidden}.ev-card-visual{height:240px;background:#f4f7f6;align-items:center;justify-content:center}.ev-card-visual img{height:240px;width:auto;max-width:100%;object-fit:contain;display:block}.ev-card-body{flex:1;padding:28px;display:flex;flex-direction:column;gap:18px}.ev-eyebrow{display:inline-flex;align-items:center;gap:8px;width:fit-content;font-family:var(--font-primary);font-size:14px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#ec674e;text-decoration:none;transition:opacity .2s ease}.ev-eyebrow:hover{opacity:.75}.ev-card-title{font-family:var(--font-primary);font-size:26px;font-weight:500;line-height:1.15;color:var(--ev-accent,var(--dark-green));margin:0}.ev-card-text{font-size:16px;line-height:1.5;color:rgba(26,26,26,.85);margin:0;text-wrap:pretty}.ev-facts{margin-top:auto;display:flex;flex-direction:column;gap:1px;background:#e9eaeb;border-radius:16px;overflow:hidden}.ev-fact{display:flex;align-items:baseline;gap:12px;padding:12px 16px;background:var(--ev-fact-bg,#f4f7f6)}.ev-fact dt{flex-shrink:0;width:64px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#717680}.ev-fact dd,.ev-fact dt{font-family:var(--font-primary)}.ev-fact dd{margin:0;font-size:15px;font-weight:500;color:var(--ev-accent,var(--dark-green))}.ev-card-ctas{display:flex;flex-wrap:wrap}.ev-btn-pill,.ev-card-ctas{align-items:center;gap:12px}.ev-btn-pill{display:inline-flex;padding:8px 8px 8px 24px;border:none;border-radius:100px;background:var(--ev-pill-bg,var(--lime-green));font-family:var(--font-primary);font-size:16px;font-weight:500;text-decoration:none;cursor:pointer;transition:background-color .2s ease}.ev-btn-pill,.ev-btn-pill:hover{color:var(--ev-pill-fg,var(--dark-green))}.ev-btn-pill:hover{background:var(--ev-pill-bg-hover,#d2f073)}.ev-btn-pill .ev-chip{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:var(--ev-chip-bg,var(--dark-green));display:flex;align-items:center;justify-content:center}.ev-btn-pill .ev-chip svg{display:block}.ev-btn-ghost{display:inline-flex;align-items:center;padding:12px 24px;background:#fff;border:1px solid #d5d7da;border-radius:100px;font-family:var(--font-primary);font-size:16px;font-weight:500;color:var(--dark-green);text-decoration:none;cursor:pointer;transition:background-color .2s ease}.ev-btn-ghost:hover{background:#f8f9fa;color:var(--dark-green)}.ev-why{padding-top:24px;padding-bottom:96px}.ev-why .ev-inner{display:flex;flex-direction:column;gap:56px}.ev-h2{font-family:var(--font-primary);font-size:48px;font-weight:500;line-height:1.1;color:var(--dark-green);margin:0;text-wrap:balance}.ev-h2 .ev-coral{color:#ec674e}.ev-nobr{white-space:nowrap}.ev-why-head{max-width:900px;margin:0 auto;text-align:center}.ev-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.ev-why-card{background:#f4f7f6;border-radius:20px;padding:32px;display:flex;flex-direction:column;gap:20px}.ev-why-card img{width:40px;height:40px}.ev-why-card p{font-size:18px;line-height:1.5;color:var(--dark-green);margin:0;text-wrap:pretty}.ev-form-section{background-color:var(--dark-green);background-image:url(/img/refonte/background-lines-white.png);background-size:cover;background-position:50%;background-repeat:no-repeat;padding:96px 64px;scroll-margin-top:88px}body.has-ev-banner .ev-form-section{scroll-margin-top:calc(88px + var(--ev-banner-h))}.ev-form-section .ev-inner{display:grid;grid-template-columns:1fr 620px;gap:80px;align-items:center}.ev-form-intro{display:flex;flex-direction:column;gap:24px}.ev-badge{width:fit-content;padding:4px 12px;border-radius:100px;background:var(--lime-green);color:var(--dark-green);font-family:var(--font-primary);font-size:12px;font-weight:500;letter-spacing:.06em}.ev-form-intro .ev-h2{color:#fff}.ev-form-intro .ev-h2 .ev-lime{color:#e6ffa3}.ev-form-intro p{max-width:460px;font-size:18px;line-height:1.5;color:hsla(0,0%,100%,.8);margin:0;text-wrap:pretty}.ev-reassurance{display:flex;align-items:center;gap:12px;margin-top:8px}.ev-reassurance img{height:40px;width:auto}.ev-reassurance span{font-size:15px;color:hsla(0,0%,100%,.8)}.ev-form-card{background:#fff;border-radius:20px;padding:40px;gap:20px}.ev-field,.ev-form-card{display:flex;flex-direction:column}.ev-field{gap:6px}.ev-field-row{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.ev-field label,.ev-fieldset-label{font-family:var(--font-primary);font-size:14px;font-weight:500;color:#414651}.ev-optional{color:#717680;font-weight:400}.ev-field input,.ev-field textarea{box-sizing:border-box;width:100%;height:44px;padding:0 14px;border:1px solid #d5d7da;border-radius:8px;box-shadow:0 1px 2px rgba(10,13,18,.05);font-family:var(--font-primary);font-size:16px;color:var(--text-color);background:#fff}.ev-field textarea{height:88px;padding:12px 14px;resize:vertical;line-height:1.4}.ev-field input::placeholder,.ev-field textarea::placeholder{color:#a4a7ae}.ev-field input:focus,.ev-field textarea:focus{outline:none;border-color:var(--dark-green)}.ev-field input[aria-invalid=true]{border-color:#ec674e}.ev-segmented{display:flex;gap:8px}.ev-segmented button{flex:1;height:44px;padding:0 8px;border:1px solid #d5d7da;border-radius:8px;background:#fff;color:#414651;font-family:var(--font-primary);font-size:15px;font-weight:500;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.ev-segmented button:hover{background:#f8f9fa}.ev-segmented button[aria-pressed=true]{border-color:var(--dark-green);background:#f4f7f6;color:var(--dark-green)}.ev-checkbox{display:flex;align-items:flex-start;gap:10px;font-family:var(--font-primary);font-size:14px;line-height:1.45;color:#475467;cursor:pointer}.ev-checkbox input{flex-shrink:0;width:18px;height:18px;margin:2px 0 0;border-radius:5px;accent-color:var(--dark-green);cursor:pointer}.ev-form-footer{display:flex;flex-direction:column;gap:12px;margin-top:4px}.ev-form-card .ev-btn-pill{align-self:flex-start}.ev-btn-pill[disabled]{opacity:.6;cursor:default}.ev-form-error{font-size:14px;line-height:1.45;color:#b42318;margin:0}.ev-form-legal{font-size:13px;line-height:1.45;color:#717680;margin:0}.ev-form-legal a{color:#717680;text-decoration:underline}.ev-form-card[hidden],.ev-form-success[hidden]{display:none}.ev-form-success{display:flex;flex-direction:column;align-items:flex-start;gap:16px;background:#fff;border-radius:20px;padding:40px}.ev-form-success img{width:40px;height:40px}.ev-form-success h3{font-family:var(--font-primary);font-size:24px;font-weight:500;line-height:1.2;color:var(--dark-green);margin:0}.ev-form-success p{font-size:16px;line-height:1.5;color:#475467;margin:0}.ev-closing{padding:96px 64px;background:#fff}.ev-closing-block{max-width:1312px;margin:0 auto;background:#4a1625;border-radius:20px;padding:64px 100px;display:flex;flex-direction:column;align-items:center;gap:32px;text-align:center}.ev-closing-block .ev-h2{color:#fff}.ev-closing-block .ev-h2 .ev-pink{color:#ffb3ba}.ev-empty{max-width:760px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}.ev-empty p{font-size:18px;line-height:1.5;color:#475467;margin:0;text-align:center}@media (max-width:1200px){.ev-grid{grid-template-columns:repeat(2,1fr)}.ev-form-section .ev-inner{grid-template-columns:1fr;gap:48px}.ev-form-intro p{max-width:none}}@media (max-width:1024px){.ev-closing,.ev-form-section,.ev-section{padding-left:24px;padding-right:24px}.ev-closing-block{padding:48px 32px}.ev-h2{font-size:34px}}@media (max-width:900px){.ev-hero{padding-bottom:72px}.ev-hero .refonte-title{font-size:40px}}@media (max-width:768px){.ev-grid,.ev-why-grid{grid-template-columns:1fr}.ev-section{padding-top:56px;padding-bottom:56px}.ev-why{padding-top:8px;padding-bottom:64px}.ev-why .ev-inner{gap:32px}.ev-closing,.ev-form-section{padding-top:64px;padding-bottom:64px}.ev-form-card,.ev-form-success{padding:24px}}@media (max-width:640px){.ev-field-row{grid-template-columns:1fr}.ev-segmented{flex-direction:column}.ev-card-ctas .ev-btn-ghost,.ev-card-ctas .ev-btn-pill{width:100%;justify-content:center}}@media (max-width:480px){.ev-closing,.ev-form-section,.ev-section{padding-left:16px;padding-right:16px}}