:root{--eft-primary:#234bff;--eft-dark:#0a0a0a;--eft-accent:#22c55e;--eft-danger:#ef4444;--eft-bg:#fff;--eft-text:#1a1a1a;--eft-muted:#6b7280;--eft-btn-radius:9999px;--eft-card-radius:24px;--eft-container:1200px;--eft-section-pad:96px;--eft-font-heading:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--eft-font-body:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{background-color:var(--eft-bg);color:var(--eft-text);font-family:var(--eft-font-body);font-size:1.125rem;font-weight:400;line-height:1.6}img{display:block;height:auto;max-width:100%}a{text-decoration:none;transition:color .2s ease}a,a:hover{color:var(--eft-primary)}a:hover{opacity:.85}h1,h2,h3,h4,h5,h6{color:var(--eft-primary);font-family:var(--eft-font-heading);font-weight:300;letter-spacing:normal;line-height:1.1}h1{font-size:clamp(2.25rem,6vw,8rem)}h2{font-size:clamp(2rem,4vw,3.75rem)}h3{font-size:clamp(1.5rem,2.5vw,2rem)}h4{font-size:1.25rem;font-weight:400}p{margin-bottom:1rem}.eft-text-muted{color:var(--eft-muted)}.eft-text-white{color:#fff}.eft-text-dark{color:var(--eft-dark)}.eft-container{margin-left:auto;margin-right:auto;max-width:var(--eft-container);padding-left:24px;padding-right:24px;width:100%}.eft-section{padding-bottom:var(--eft-section-pad);padding-top:var(--eft-section-pad)}.eft-section--dark{background-color:var(--eft-dark);color:#fff}.eft-section--dark h1,.eft-section--dark h2,.eft-section--dark h3{color:#fff}.eft-section--blue{background-color:var(--eft-primary);color:#fff}.eft-section--blue h1,.eft-section--blue h2,.eft-section--blue h3{color:#fff}.eft-section--light-gray{background-color:#f9fafb}.eft-grid{display:grid;gap:32px}.eft-grid--2{grid-template-columns:repeat(2,1fr)}.eft-grid--3{grid-template-columns:repeat(3,1fr)}.eft-grid--4{grid-template-columns:repeat(4,1fr)}.eft-flex{align-items:center;display:flex;gap:16px}.eft-flex--center{justify-content:center}.eft-flex--between{justify-content:space-between}.eft-flex--wrap{flex-wrap:wrap}.eft-text-center{text-align:center}.eft-btn{align-items:center;border:2px solid transparent;border-radius:var(--eft-btn-radius);cursor:pointer;display:inline-flex;font-family:var(--eft-font-body);font-size:1rem;font-weight:400;gap:8px;justify-content:center;line-height:1.5;padding:12px 28px;text-decoration:none;transition:all .25s ease;white-space:nowrap}.eft-btn--primary{background-color:var(--eft-primary);border-color:var(--eft-primary);color:#fff}.eft-btn--primary:hover{background-color:#1a3ad4;border-color:#1a3ad4;color:#fff;opacity:1}.eft-btn--outline{background-color:transparent;border-color:var(--eft-text);color:var(--eft-text)}.eft-btn--outline:hover{background-color:var(--eft-text);color:#fff;opacity:1}.eft-btn--outline-white{background-color:transparent;border-color:#fff;color:#fff}.eft-btn--outline-white:hover{background-color:#fff;color:var(--eft-dark);opacity:1}.eft-btn--large{font-size:1.125rem;padding:16px 36px}.eft-btn--small{font-size:.875rem;padding:8px 20px}.eft-card{background:#fff;border-radius:var(--eft-card-radius);padding:32px;transition:transform .3s ease,box-shadow .3s ease}.eft-card:hover{box-shadow:0 20px 60px rgba(0,0,0,.08);transform:translateY(-4px)}.eft-card--dark{background:#1a1a1a;color:#fff}.eft-card--dark h3,.eft-card--dark h4{color:#fff}.eft-card--bordered{border:1px solid #e5e7eb;box-shadow:0 2px 12px rgba(0,0,0,.04)}.eft-card--no-hover:hover{box-shadow:none;transform:none}.eft-section-header{margin-bottom:48px;text-align:center}.eft-section-header__label{align-items:center;color:var(--eft-primary);display:inline-flex;font-size:.875rem;font-weight:500;gap:16px;letter-spacing:.05em;margin-bottom:16px;text-transform:capitalize}.eft-section-header__label:after,.eft-section-header__label:before{background-color:#d1d5db;content:"";display:block;height:1px;width:80px}.eft-section-header__title{margin-bottom:16px}.eft-section-header__subtitle{color:var(--eft-muted);font-size:1.125rem;margin:0 auto;max-width:640px}.eft-stat{padding:32px}.eft-stat__badge{align-items:center;background:hsla(0,0%,100%,.1);border-radius:9999px;display:inline-flex;font-size:.8125rem;font-weight:500;gap:8px;margin-bottom:24px;padding:6px 16px}.eft-stat__badge:before{background-color:var(--eft-primary);border-radius:50%;content:"";height:8px;width:8px}.eft-stat__number{color:#fff;font-family:var(--eft-font-heading);font-size:clamp(3rem,5vw,4.5rem);font-weight:300;line-height:1;margin-bottom:12px}.eft-stat__number sup{font-size:.5em;vertical-align:super}.eft-stat__description{color:hsla(0,0%,100%,.8);font-size:.9375rem;margin-bottom:24px}.eft-stat__source{color:hsla(0,0%,100%,.5);font-size:.75rem;margin-top:auto}.eft-logos{align-items:center;display:flex;flex-wrap:wrap;gap:40px;justify-content:center;padding:24px 0}.eft-logos img{filter:grayscale(100%);height:32px;object-fit:contain;opacity:.6;transition:all .3s ease;width:auto}.eft-logos img:hover{filter:grayscale(0);opacity:1}.eft-testimonial{align-items:center;display:grid;gap:48px;grid-template-columns:1fr 1fr}.eft-testimonial__image{border-radius:var(--eft-card-radius);overflow:hidden}.eft-testimonial__image img{height:100%;object-fit:cover;width:100%}.eft-testimonial__quote-mark{color:var(--eft-primary);font-size:3rem;line-height:1;margin-bottom:16px}.eft-testimonial__text{color:var(--eft-text);font-family:var(--eft-font-heading);font-size:clamp(1.25rem,2vw,1.5rem);font-weight:300;line-height:1.4;margin-bottom:24px}.eft-testimonial__author{align-items:center;display:flex;gap:16px}.eft-testimonial__avatar{border-radius:50%;height:56px;object-fit:cover;width:56px}.eft-testimonial__name{color:var(--eft-text);font-size:1rem;font-weight:600}.eft-testimonial__role{color:var(--eft-primary);font-size:.875rem}.eft-testimonial__logo{height:40px;margin-left:auto;width:auto}.eft-feature{padding:40px 24px;text-align:center}.eft-feature__icon{align-items:center;background:rgba(35,75,255,.06);border-radius:20px;color:var(--eft-primary);display:flex;height:72px;justify-content:center;margin:0 auto 24px;width:72px}.eft-feature__icon img,.eft-feature__icon svg{height:32px;width:32px}.eft-feature__title{color:var(--eft-text);font-size:1.25rem;font-weight:500;margin-bottom:12px}.eft-feature__text{color:var(--eft-muted);font-size:.9375rem;line-height:1.6}.eft-cta{padding:80px 24px;text-align:center}.eft-cta__title{margin-bottom:24px}.eft-cta__buttons{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.eft-feature{padding-bottom:48px}.eft-form{margin:0 auto;max-width:520px}.eft-form .hs-form-field{margin-bottom:20px}.eft-form label{color:var(--eft-text);display:block;font-size:.875rem;font-weight:500;margin-bottom:6px}.eft-form input[type=email],.eft-form input[type=number],.eft-form input[type=tel],.eft-form input[type=text],.eft-form input[type=url],.eft-form select,.eft-form textarea{background:#fff;border:1px solid #d1d5db;border-radius:12px;color:var(--eft-text);font-family:var(--eft-font-body);font-size:1rem;outline:none;padding:12px 16px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.eft-form input:focus,.eft-form select:focus,.eft-form textarea:focus{border-color:var(--eft-primary);box-shadow:0 0 0 3px rgba(35,75,255,.1)}.eft-form .hs-button,.eft-form .hs-submit input[type=submit]{align-items:center;background-color:var(--eft-primary);border:2px solid var(--eft-primary);border-radius:var(--eft-btn-radius);color:#fff;cursor:pointer;display:inline-flex;font-family:var(--eft-font-body);font-size:1rem;font-weight:500;justify-content:center;padding:14px 28px;transition:background-color .25s ease;width:100%}.eft-form .hs-button:hover,.eft-form .hs-submit input[type=submit]:hover{background-color:#1a3ad4;border-color:#1a3ad4}.eft-form .hs-error-msgs{list-style:none;margin:4px 0 0;padding:0}.eft-form .hs-error-msgs li{color:var(--eft-danger);font-size:.8125rem}.eft-section--dark .eft-form label{color:#fff}.eft-section--dark .eft-form input[type=email],.eft-section--dark .eft-form input[type=text],.eft-section--dark .eft-form select,.eft-section--dark .eft-form textarea{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.2);color:#fff}.eft-section--dark .eft-form input::placeholder{color:hsla(0,0%,100%,.4)}@media (max-width:1024px){.eft-grid--3,.eft-grid--4{grid-template-columns:repeat(2,1fr)}.eft-testimonial{grid-template-columns:1fr}}@media (max-width:767px){:root{--eft-section-pad:64px}.eft-grid--2,.eft-grid--3,.eft-grid--4{grid-template-columns:1fr}.eft-container{padding-left:16px;padding-right:16px}.eft-btn--large{font-size:1rem;padding:14px 28px}.eft-section-header__label:after,.eft-section-header__label:before{width:40px}.eft-cta{padding:48px 16px}.eft-feature{padding:24px 16px 32px}}.eft-mb-0{margin-bottom:0}.eft-mb-8{margin-bottom:8px}.eft-mb-16{margin-bottom:16px}.eft-mb-24{margin-bottom:24px}.eft-mb-32{margin-bottom:32px}.eft-mb-48{margin-bottom:48px}.eft-mb-64{margin-bottom:64px}.eft-mt-16{margin-top:16px}.eft-mt-32{margin-top:32px}.eft-mt-48{margin-top:48px}.eft-mx-auto{margin-left:auto;margin-right:auto}.eft-max-w-md{max-width:640px}.eft-max-w-lg{max-width:800px}.eft-hidden{display:none}.eft-sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}