.btn,body{font-family:var(--font)}.hero__eyebrow,.section__eyebrow,.site-footer__nav a,.site-header__nav a{text-transform:uppercase}@keyframes fadeInUp{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{from{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInScale{from{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes headerSlide{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes floatSlow{0%,100%{transform:translate(0,0)}33%{transform:translate(8px,-12px)}66%{transform:translate(-6px,6px)}}@keyframes waveDrift{0%,100%{transform:translateX(0);opacity:.35}50%{transform:translateX(20px);opacity:.6}}@keyframes gradientShift{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}@keyframes btnPulse{0%,100%{box-shadow:0 0 0 0 rgba(34,197,94,.35),0 4px 20px rgba(var(--royal-blue-rgb),.45)}50%{box-shadow:0 0 0 8px rgba(34,197,94,0),0 8px 28px rgba(var(--royal-blue-rgb),.55)}}@keyframes btnShine{0%{left:-100%}100%{left:200%}}@keyframes kenBurns{0%{transform:scale(1)}100%{transform:scale(1.06)}}@keyframes badgeGlow{0%,100%{border-top-color:rgba(74,222,128,.5);border-bottom-color:rgba(74,222,128,.3)}50%{border-top-color:rgba(74,222,128,.9);border-bottom-color:rgba(74,222,128,.6)}}@keyframes iconPop{0%,100%{transform:scale(1)}50%{transform:scale(1.15)}}@keyframes statsShimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s cubic-bezier(.22, 1, .36, 1),transform .7s cubic-bezier(.22, 1, .36, 1)}.reveal.reveal--right{transform:translateX(40px)}.reveal.reveal--scale{transform:scale(.92)}.reveal.reveal--up{transform:translateY(50px)}body.is-loaded .reveal{opacity:1;transform:none}body.is-loaded .site-header.reveal{animation:.8s cubic-bezier(.22,1,.36,1) forwards headerSlide}.reveal[data-delay="1"]{transition-delay:0.1s}.reveal[data-delay="2"]{transition-delay:0.25s}.reveal[data-delay="3"]{transition-delay:0.4s}.reveal[data-delay="4"]{transition-delay:0.55s}.reveal[data-delay="5"]{transition-delay:0.7s}.reveal[data-delay="6"]{transition-delay:0.85s}.reveal[data-delay="7"]{transition-delay:1s}@media (prefers-reduced-motion:reduce){.btn--cta,.hero__badge,.hero__features,.hero__image,.hero__orb,.hero__title-gradient,.hero__wave-path,.reveal{animation:none!important;transition:none!important;opacity:1!important;transform:none!important}.testimonials-slide{transition:none!important;opacity:1!important;visibility:visible!important;transform:none!important;position:relative!important;pointer-events:auto!important}.testimonials-slide:not(.is-active){display:none}}:root{--royal-blue:#0f3460;--royal-blue-dark:#0a2647;--royal-blue-light:#164a82;--royal-blue-rgb:15,52,96;--royal-blue-dark-rgb:10,38,71;--teal:#0d9488;--teal-rgb:13,148,136;--teal-light:#14b8a6;--green:#22c55e;--green-light:#4ade80;--text-heading:#0f3460;--text-body:#64748b;--text-nav:#475569;--white:#ffffff;--shadow-sm:0 4px 20px rgba(var(--royal-blue-rgb), 0.12);--shadow-md:0 8px 32px rgba(15, 23, 42, 0.1);--shadow-card:0 12px 40px rgba(15, 23, 42, 0.12);--radius-btn:999px;--radius-card:16px;--radius-image:20px;--font:"Poppins",system-ui,sans-serif}*,::after,::before{box-sizing:border-box;margin:0;padding:0}.hero,.site-header{max-width:1440px;margin:0 auto}html{scroll-behavior:smooth}body{color:var(--text-body);background:var(--white);line-height:1.5;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}.site-header{position:sticky;top:0;z-index:100;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem;padding:1.25rem clamp(1.25rem,4vw,3.5rem)}.btn,.site-header__nav a{position:relative;font-weight:600}.site-header__logo{justify-self:start}.site-header__nav{justify-self:center}.site-header .btn--header{justify-self:end}.site-header__toggle{justify-self:end;grid-column:3}.site-header.is-scrolled{background:rgba(255,255,255,.92);backdrop-filter:blur(12px);box-shadow:0 4px 24px rgba(var(--royal-blue-rgb),.1)}.site-header__logo img{height:44px;width:auto;object-fit:contain;transition:transform .3s}.site-header__logo:hover img{transform:scale(1.05)}.site-header__nav{display:flex;align-items:center;gap:clamp(1rem,2.5vw,2.25rem)}.site-header__nav a{font-size:.8rem;letter-spacing:.04em;color:var(--text-nav);transition:color .25s}.site-header__nav a::after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:2px;background:linear-gradient(90deg,var(--teal-light),var(--green));border-radius:2px;transition:width .3s}.site-header__nav a:hover::after{width:100%}.site-header__nav a:hover{color:var(--royal-blue)}.site-header__toggle{display:none;flex-direction:column;gap:5px;background:0 0;border:none;cursor:pointer;padding:4px}.site-header__toggle span{display:block;width:24px;height:2px;background:var(--royal-blue);border-radius:2px}.btn{overflow:hidden;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s}.btn--cta,.btn--header{color:var(--white);background:var(--royal-blue);border-radius:var(--radius-btn)}.btn--header{padding:.65rem 1.35rem;font-size:.875rem;white-space:nowrap;box-shadow:0 4px 14px rgba(var(--royal-blue-rgb),.4)}.btn--header:hover{background:var(--royal-blue-dark);transform:translateY(-2px) scale(1.02);box-shadow:0 8px 24px rgba(var(--royal-blue-rgb),.5)}.btn__icon{flex-shrink:0}.btn--cta{padding:.9rem 1.75rem;font-size:1rem;animation:2.5s ease-in-out infinite btnPulse;box-shadow:0 0 0 1px rgba(34,197,94,.25),0 4px 20px rgba(var(--royal-blue-rgb),.45),inset 0 1px 0 rgba(74,222,128,.2)}.btn__shine{position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);transform:skewX(-20deg);animation:3s ease-in-out infinite btnShine}.btn__arrow{transition:transform .3s}.btn--cta:hover .btn__arrow{transform:translateX(5px)}.btn--cta:hover{background:var(--royal-blue-dark);transform:translateY(-2px);box-shadow:0 0 0 1px rgba(34,197,94,.35),0 8px 28px rgba(var(--royal-blue-rgb),.5)}.hero{position:relative;padding:0 clamp(1.25rem,4vw,3.5rem);overflow:hidden}.hero__bg,.section__bg{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden}.hero__orb{position:absolute;border-radius:50%;filter:blur(60px);opacity:.45}.hero__orb--1{width:280px;height:280px;top:10%;left:-5%;background:radial-gradient(circle,rgba(20,184,166,.4),transparent 70%);animation:8s ease-in-out infinite floatSlow}.hero__orb--2{width:200px;height:200px;top:40%;left:25%;background:radial-gradient(circle,rgba(var(--royal-blue-rgb),.25),transparent 70%);animation:10s ease-in-out infinite reverse floatSlow}.hero__orb--3{width:160px;height:160px;bottom:20%;right:10%;background:radial-gradient(circle,rgba(34,197,94,.3),transparent 70%);animation:7s ease-in-out 1s infinite floatSlow}.hero__waves{position:absolute;left:0;bottom:28%;width:min(420px,45vw);height:200px;color:rgba(20,184,166,.35);pointer-events:none;z-index:0}.hero__image-wrap,.hero__inner,.hero__visual{position:relative}.hero__wave-path--1{animation:6s ease-in-out infinite waveDrift}.hero__wave-path--2{animation:8s ease-in-out .5s infinite waveDrift}.hero__wave-path--3{animation:7s ease-in-out 1s infinite waveDrift}.hero__waves svg{width:100%;height:100%}.hero__inner{z-index:1;display:grid;grid-template-columns:1fr auto 1.05fr;align-items:center;gap:clamp(1rem,2vw,2rem);min-height:520px;padding-bottom:2rem}.hero__content{padding-top:1rem;max-width:min(420px,100%)}.hero__eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.12em;color:var(--teal);margin-bottom:1rem;padding-top:.5rem;border-top:2px solid rgba(20,184,166,.35);display:inline-block}.hero__title{font-size:clamp(1.75rem, 4.2vw, 3.15rem);font-weight:800;line-height:1.2;color:var(--text-heading);margin-bottom:1.25rem;letter-spacing:-.02em}.hero__title-accent{display:inline;white-space:nowrap}.hero__title-gradient{display:inline-block;background:linear-gradient(90deg,var(--teal-light) 0,var(--green) 40%,var(--green-light) 60%,var(--teal-light) 100%);background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:4s infinite gradientShift}.hero__subtitle{font-size:clamp(.95rem, 2vw, 1.05rem);color:var(--text-body);margin-bottom:clamp(1.5rem,3vw,2rem);max-width:38ch;line-height:1.65}.hero__features{background:var(--white);border-radius:var(--radius-card);box-shadow:var(--shadow-card);padding:clamp(1.15rem,2.5vw,1.5rem) clamp(1rem,2vw,1.35rem);width:min(260px,100%);flex-shrink:0;align-self:center;animation:4s ease-in-out infinite float;transition:transform .35s,box-shadow .35s}.hero__features:hover{animation-play-state:paused;transform:translateY(-6px);box-shadow:0 20px 50px rgba(15,23,42,.18)}.feature-item{display:flex;gap:1rem;align-items:flex-start;padding:1rem 0;transition:transform .3s,padding-left .3s}.feature-item:hover{transform:translateX(6px)}.feature-item:hover .feature-item__icon{animation:.5s iconPop;background:linear-gradient(135deg,rgba(20,184,166,.3),rgba(34,197,94,.25))}.feature-item:not(:last-child){border-bottom:1px solid #f1f5f9}.feature-item__icon{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,rgba(20,184,166,.15),rgba(34,197,94,.12));color:var(--teal);display:flex;align-items:center;justify-content:center;transition:background .3s,transform .3s}.feature-item h3{font-size:.95rem;font-weight:700;color:#1e293b;margin-bottom:.2rem}.feature-item p{font-size:.8rem;color:var(--text-body);line-height:1.45}.hero__image-wrap{border-radius:var(--radius-image);overflow:hidden;box-shadow:var(--shadow-md);transition:transform .5s,box-shadow .5s}.hero__image-wrap:hover{transform:scale(1.02);box-shadow:0 20px 50px rgba(var(--royal-blue-rgb),.2)}.hero__image{width:100%;height:auto;min-height:clamp(220px,40vw,380px);object-fit:cover;aspect-ratio:4/3;animation:12s ease-in-out infinite alternate kenBurns;transition:transform .6s}.hero__badge,.stat{transition:transform .3s}.hero__image-wrap:hover .hero__image{animation-play-state:paused;transform:scale(1.05)}.hero__badge{position:absolute;right:1.25rem;bottom:1.25rem;left:1.25rem;max-width:320px;margin-left:auto;display:flex;gap:.85rem;align-items:flex-start;padding:1rem 1.15rem;background:rgba(var(--royal-blue-rgb),.94);backdrop-filter:blur(8px);border-radius:14px;border-top:2px solid rgba(74,222,128,.6);border-bottom:2px solid rgba(74,222,128,.4);box-shadow:0 8px 24px rgba(var(--royal-blue-dark-rgb),.45);animation:5s ease-in-out .5s infinite float,3s ease-in-out infinite badgeGlow}.hero__badge:hover{transform:translateY(-4px) scale(1.02)}.hero__badge-icon{flex-shrink:0;width:40px;height:40px;border-radius:10px;background:rgba(255,255,255,.15);color:var(--green-light);display:flex;align-items:center;justify-content:center}.hero__badge-title{font-size:.9rem;font-weight:600;color:var(--white);line-height:1.35;margin-bottom:.25rem}.hero__badge-title strong{color:var(--green-light);font-weight:700}.hero__badge-text{font-size:.75rem;color:rgba(255,255,255,.85);line-height:1.4}.hero__stats-wrap{width:100vw;margin-left:calc(50% - 50vw);margin-top:-.5rem;background:var(--royal-blue);border-radius:20px 20px 0 0;box-shadow:0 -4px 24px rgba(var(--royal-blue-rgb),.25);position:relative;z-index:2;overflow:hidden}.hero__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1440px;margin:0 auto;padding:1.75rem clamp(1.5rem,4vw,3.5rem)}.hero__stats-wrap::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0,rgba(255,255,255,.08) 50%,transparent 100%);background-size:200% 100%;animation:4s linear infinite statsShimmer;pointer-events:none}.stat{display:flex;align-items:flex-start;gap:1rem;position:relative;z-index:1}.stat:hover{transform:translateY(-4px)}.stat:hover .stat__icon{animation:.5s iconPop;color:var(--green-light)}.stat__number{display:inline-block;min-width:1.5ch}.stat__icon{flex-shrink:0;color:rgba(255,255,255,.95);opacity:.9}.stat p{font-size:.82rem;color:rgba(255,255,255,.92);line-height:1.5}.stat strong{display:block;font-weight:700;color:var(--white);font-size:.88rem;margin-bottom:.15rem}@media (max-width:1200px){.hero__inner{grid-template-columns:1fr auto 1fr;gap:clamp(.75rem,2vw,1.5rem)}.hero__features{width:min(240px,100%)}}@media (max-width:1100px){.hero__inner{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:clamp(1.25rem,3vw,2rem);min-height:auto;padding-bottom:1.5rem}.hero__content{grid-column:1;max-width:none}.hero__features{grid-column:1;grid-row:2;width:100%;max-width:100%;align-self:stretch}.hero__visual{grid-column:2;grid-row:1/3;align-self:center}.hero__stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.hero__eyebrow,.hero__subtitle{text-align:center;margin-inline:auto}.site-header{grid-template-columns:1fr auto auto;padding:1rem clamp(1rem,4vw,1.5rem);gap:.5rem}.site-header__toggle{display:flex;grid-column:3}.hero__features,.hero__visual{grid-column:1;grid-row:auto;width:100%}.site-header__nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:var(--white);padding:1.25rem;box-shadow:var(--shadow-md);gap:1rem;z-index:101}.hero__inner,.site-header__nav.is-open{display:flex}.site-header .btn--header{display:inline-flex;grid-column:2;padding:.5rem .65rem;font-size:.7rem;gap:.35rem;white-space:nowrap}.hero{padding:0 clamp(1rem,4vw,2rem)}.hero__inner{flex-direction:column;grid-template-columns:1fr;gap:clamp(1.5rem,4vw,2rem);padding-top:.5rem;padding-bottom:1rem}.hero__content{display:contents}.hero__eyebrow{order:1}.hero__title{order:2;text-align:center}.hero__visual{order:3;max-width:560px;margin-inline:auto}.hero__subtitle{order:4}.hero__content .btn--cta{order:5;align-self:center;width:100%;max-width:320px}.hero__features{order:6;max-width:100%}.hero__stats{grid-template-columns:1fr 1fr;gap:clamp(1rem,3vw,1.5rem);padding:clamp(1.25rem,4vw,1.75rem) clamp(1rem,4vw,2rem)}.hero__waves{display:none}.hero__orb--1{width:200px;height:200px}.hero__orb--2{width:150px;height:150px}.hero__orb--3{width:120px;height:120px}}@media (max-width:640px){.site-header__logo img{height:36px}.hero__features{animation:none}.feature-item:hover,.hero__features:hover,.hero__image-wrap:hover{transform:none}.feature-item{padding:.85rem 0}.hero__badge{position:relative;right:auto;bottom:auto;left:auto;max-width:none;margin:0;border-radius:0 0 var(--radius-image) var(--radius-image)}.hero__image-wrap{display:flex;flex-direction:column}.hero__stats{grid-template-columns:1fr;gap:1.25rem}.stat{align-items:center;text-align:center;flex-direction:column;gap:.65rem}.stat strong{font-size:.85rem}.stat p{font-size:.78rem}.btn--cta{padding:.85rem 1.5rem;font-size:.95rem}}@media (max-width:400px){.site-header{padding:.85rem 1rem}.hero{padding:0 1rem}.hero__title{font-size:1.65rem}.hero__badge-title{font-size:.82rem}.hero__badge-text{font-size:.7rem}.hero__badge-icon{width:34px;height:34px}.hero__stats-wrap{border-radius:14px 14px 0 0}}@media (min-width:1440px){.hero__inner{min-height:560px}.hero__content{max-width:460px}}.section{position:relative;padding:clamp(3.5rem,8vw,6rem) clamp(1.25rem,4vw,3.5rem);overflow:hidden}.section__inner{position:relative;z-index:1;max-width:1200px;margin:0 auto}.section__header{text-align:center;max-width:720px;margin:0 auto clamp(2.5rem,5vw,3.5rem)}.section__eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.12em;color:var(--teal);margin-bottom:.85rem;display:inline-block;padding-top:.5rem;border-top:2px solid rgba(20,184,166,.35)}.section__title{font-size:clamp(1.65rem, 3.5vw, 2.35rem);font-weight:800;line-height:1.2;color:var(--text-heading);letter-spacing:-.02em;margin-bottom:1rem}.section__subtitle{font-size:clamp(.95rem, 2vw, 1.1rem);color:var(--text-body);line-height:1.65;max-width:52ch;margin-inline:auto}.section__cta{text-align:center;margin-top:clamp(2rem,4vw,3rem)}.section__orb{position:absolute;border-radius:50%;filter:blur(70px);opacity:.4}.section__orb--1{width:320px;height:320px;top:-10%;right:-5%;background:radial-gradient(circle,rgba(20,184,166,.35),transparent 70%);animation:9s ease-in-out infinite floatSlow}.section__orb--2{width:240px;height:240px;bottom:5%;left:-8%;background:radial-gradient(circle,rgba(var(--royal-blue-rgb),.2),transparent 70%);animation:11s ease-in-out infinite reverse floatSlow}.btn--outline{padding:.9rem 1.75rem;font-size:1rem;color:var(--royal-blue);background:0 0;border:2px solid var(--royal-blue);border-radius:var(--radius-btn);transition:background .2s,color .2s,transform .15s,box-shadow .2s}.btn--outline:hover{background:var(--royal-blue);color:var(--white);transform:translateY(-2px);box-shadow:0 8px 24px rgba(var(--royal-blue-rgb),.35)}.testimonials{background:linear-gradient(180deg,#f8fafc 0,var(--white) 50%,#f0fdfa 100%)}.testimonials-slider{position:relative;max-width:920px;margin:0 auto}.testimonials-slider__viewport{overflow:hidden;border-radius:calc(var(--radius-card) + 4px);padding:4px;background:linear-gradient(135deg,var(--teal-light),var(--green),var(--royal-blue-light));box-shadow:0 20px 60px rgba(var(--royal-blue-rgb),.18)}.testimonials-slide__media img,.testimonials-slide__media--blur-bg{width:clamp(140px,28vw,220px);height:clamp(140px,28vw,220px);box-shadow:0 0 0 3px var(--teal-light),0 12px 32px rgba(var(--royal-blue-rgb),.2)}.testimonials-slider__track{position:relative;min-height:320px;background:var(--white);border-radius:var(--radius-card)}.testimonials-slide{position:absolute;inset:0;padding:clamp(1.5rem,4vw,2.5rem);opacity:0;visibility:hidden;transform:translateX(40px) scale(.96);transition:opacity .55s cubic-bezier(.22, 1, .36, 1),transform .55s cubic-bezier(.22, 1, .36, 1),visibility .55s;pointer-events:none}.testimonials-slide.is-active{position:relative;opacity:1;visibility:visible;transform:translateX(0) scale(1);pointer-events:auto}.testimonials-slide.is-exiting{position:absolute;opacity:0;transform:translateX(-40px) scale(.96)}.testimonials-slide__card{display:grid;grid-template-columns:auto 1fr;gap:clamp(1.25rem,4vw,2.5rem);align-items:center}.testimonials-slide__media{position:relative;flex-shrink:0}.testimonials-slide__media::before{content:"\201C";position:absolute;top:-.5rem;left:-.25rem;font-size:4rem;font-weight:800;line-height:1;color:rgba(20,184,166,.2);font-family:Georgia,serif;pointer-events:none}.testimonials-slide__media img{object-fit:cover;border-radius:50%;border:4px solid var(--white)}.benefits__icon-wrap img,.steps__image-wrap img{object-fit:contain;width:100%;height:100%}.testimonials-slide__media--blur-bg{position:relative;border-radius:50%;overflow:hidden;border:4px solid var(--white)}.testimonials-slide__media--blur-bg img{border:none;box-shadow:none}.testimonials-slide__media--blur-bg .testimonials-slide__img-bg{position:absolute;inset:-20%;width:140%;height:140%;object-fit:cover;object-position:center top;filter:blur(16px) saturate(1.1);transform:scale(1.08);z-index:0}.testimonials-slide__media--blur-bg .testimonials-slide__img-fg{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;object-position:center top;-webkit-mask-image:radial-gradient(circle at 50% 38%,#000 0%,#000 42%,rgba(0,0,0,0.75) 58%,transparent 78%);mask-image:radial-gradient(circle at 50% 38%,#000 0%,#000 42%,rgba(0,0,0,0.75) 58%,transparent 78%)}.testimonials-slide__stars{display:flex;gap:.2rem;color:#fbbf24;margin-bottom:1rem}.testimonials-slide__quote{margin:0 0 1.25rem}.testimonials-slide__quote p{font-size:clamp(1rem, 2.2vw, 1.2rem);font-weight:500;color:#334155;line-height:1.7;font-style:italic}.testimonials-slide__author strong{display:block;font-size:1rem;font-weight:700;color:var(--text-heading);margin-bottom:.2rem}.testimonials-slide__author span{font-size:.85rem;color:var(--teal);font-weight:600}.testimonials-slider__controls{display:flex;align-items:center;justify-content:center;gap:1.25rem;margin-top:1.75rem}.testimonials-slider__btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:none;border-radius:50%;background:var(--royal-blue);color:var(--white);cursor:pointer;box-shadow:0 4px 16px rgba(var(--royal-blue-rgb),.35);transition:background .2s,transform .2s,box-shadow .2s}.testimonials-slider__btn:hover{background:var(--royal-blue-dark);transform:scale(1.08);box-shadow:0 8px 24px rgba(var(--royal-blue-rgb),.45)}.testimonials-slider__btn:active{transform:scale(.96)}.testimonials-slider__dots{display:flex;gap:.5rem}.testimonials-slider__dot{width:10px;height:10px;padding:0;border:none;border-radius:50%;background:#cbd5e1;cursor:pointer;transition:width .3s,background .3s,border-radius .3s}.steps,.steps__card{background:var(--white)}.testimonials-slider__dot.is-active{width:28px;border-radius:999px;background:linear-gradient(90deg,var(--teal-light),var(--green))}.steps__grid{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1rem,2.5vw,1.75rem);counter-reset:steps;position:relative}.steps__grid::before{content:"";position:absolute;top:clamp(4.5rem,12vw,6rem);left:12%;right:12%;height:3px;background:linear-gradient(90deg,var(--teal-light),var(--green),var(--teal-light));border-radius:2px;opacity:.35;z-index:0}.steps__item{position:relative;z-index:1}.steps__card{height:100%;display:flex;flex-direction:column;align-items:center;text-align:center;padding:clamp(1.25rem,3vw,1.75rem);border-radius:var(--radius-card);box-shadow:var(--shadow-card);border:1px solid #f1f5f9;transition:transform .35s,box-shadow .35s,border-color .35s}.steps__card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(var(--royal-blue-rgb),.15);border-color:rgba(20,184,166,.35)}.steps__number{font-size:clamp(2rem, 4vw, 2.75rem);font-weight:800;line-height:1;background:linear-gradient(135deg,var(--teal-light),var(--green));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.75rem;opacity:.85}.steps__image-wrap{width:clamp(100px,18vw,140px);height:clamp(100px,18vw,140px);margin-bottom:1.25rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(20,184,166,.08),rgba(34,197,94,.06));border-radius:50%;padding:.75rem}.benefits__card,.steps__footer{border-radius:var(--radius-card)}.steps__title{font-size:clamp(.95rem, 1.8vw, 1.1rem);font-weight:700;color:var(--text-heading);margin-bottom:.65rem;line-height:1.3}.steps__text{font-size:clamp(.8rem, 1.5vw, .88rem);color:var(--text-body);line-height:1.55;flex-grow:1}.steps__footer{text-align:center;margin-top:clamp(2.5rem,5vw,3.5rem);padding:clamp(2rem,4vw,2.75rem);background:linear-gradient(135deg,var(--royal-blue) 0,var(--royal-blue-light) 100%);box-shadow:0 16px 48px rgba(var(--royal-blue-rgb),.3)}.steps__footer-text{font-size:clamp(1rem, 2vw, 1.15rem);font-weight:600;color:var(--white);margin-bottom:1.5rem;max-width:40ch;margin-inline:auto}.steps__footer-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center}.steps__footer .btn--outline{border-color:rgba(255,255,255,.6);color:var(--white)}.steps__footer .btn--outline:hover{background:var(--white);color:var(--royal-blue);border-color:var(--white)}@media (max-width:1024px){.steps__grid{grid-template-columns:repeat(2,1fr)}.steps__grid::before{display:none}}@media (max-width:768px){.testimonials-slide__card{grid-template-columns:1fr;text-align:center}.testimonials-slide__media{margin-inline:auto}.testimonials-slide__stars{justify-content:center}.testimonials-slider__track{min-height:420px}}.benefits{background:linear-gradient(180deg,var(--white) 0,#f8fafc 40%,#f0fdfa 100%)}.benefits__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1.25rem,3vw,2rem)}.benefits__card{display:flex;gap:clamp(1rem,2.5vw,1.5rem);align-items:flex-start;padding:clamp(1.35rem,3vw,2rem);background:var(--white);box-shadow:var(--shadow-card);border:1px solid #f1f5f9;transition:transform .35s,box-shadow .35s,border-color .35s}.benefits__card:hover{transform:translateY(-6px);box-shadow:0 20px 50px rgba(var(--royal-blue-rgb),.14);border-color:rgba(20,184,166,.35)}.benefits__icon-wrap{flex-shrink:0;width:clamp(72px,14vw,100px);height:clamp(72px,14vw,100px);display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(20,184,166,.12),rgba(34,197,94,.08));border-radius:50%;padding:.65rem}.benefits__title{font-size:clamp(1.05rem, 2vw, 1.2rem);font-weight:700;color:var(--text-heading);margin-bottom:.6rem;line-height:1.3}.benefits__lead{font-size:clamp(.88rem, 1.6vw, .95rem);font-weight:600;color:var(--teal);margin-bottom:.5rem;line-height:1.4}.benefits__text{font-size:clamp(.85rem, 1.5vw, .92rem);color:var(--text-body);line-height:1.65}.site-footer{background:linear-gradient(180deg,var(--royal-blue-dark) 0,var(--royal-blue) 100%);color:rgba(255,255,255,.9);padding-top:clamp(3rem,6vw,4.5rem)}.site-footer__inner{max-width:1200px;margin:0 auto;padding:0 clamp(1.25rem,4vw,3.5rem) clamp(2.5rem,5vw,3.5rem);display:grid;grid-template-columns:1.2fr auto auto;gap:clamp(2rem,5vw,3.5rem);align-items:start}.site-footer__logo{display:inline-block;padding:.65rem 1rem;background:rgba(255,255,255,.96);border-radius:12px;margin-bottom:1rem;box-shadow:0 4px 20px rgba(0,0,0,.15);transition:transform .25s,box-shadow .25s}.site-footer__logo:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(0,0,0,.2)}.site-footer__logo img{height:clamp(40px,7vw,52px);width:auto;object-fit:contain}.site-footer__tagline{font-size:clamp(.85rem, 1.5vw, .95rem);color:rgba(255,255,255,.75);line-height:1.55;max-width:28ch}.site-footer__nav{display:flex;flex-direction:column;gap:.85rem}.site-footer__nav a{font-size:.875rem;font-weight:600;letter-spacing:.03em;color:rgba(255,255,255,.85);transition:color .25s,padding-left .25s}.site-footer__nav a:hover{color:var(--green-light);padding-left:4px}.site-footer__location-title{font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--green-light);margin-bottom:.85rem}.site-footer__address{display:flex;gap:.75rem;align-items:flex-start;font-style:normal;font-size:clamp(.88rem, 1.6vw, .95rem);line-height:1.6;color:rgba(255,255,255,.9);max-width:28ch}.site-footer__pin{flex-shrink:0;color:var(--teal-light);margin-top:.15rem}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.12);padding:1.25rem clamp(1.25rem,4vw,3.5rem);text-align:center}.site-footer__bottom p{font-size:.8rem;color:rgba(255,255,255,.65);letter-spacing:.02em}@media (max-width:900px){.benefits__grid,.site-footer__tagline{margin-inline:auto}.benefits__grid{grid-template-columns:1fr;max-width:560px}.site-footer__inner{grid-template-columns:1fr;text-align:center;justify-items:center}.site-footer__nav{align-items:center}.site-footer__nav a:hover{padding-left:0}.site-footer__address{justify-content:center;text-align:left;max-width:36ch}}@media (max-width:640px){.steps__grid{grid-template-columns:1fr;max-width:400px;margin-inline:auto}.steps__footer-actions{flex-direction:column;width:100%}.steps__footer-actions .btn{width:100%;max-width:320px}.testimonials-slider__btn{width:42px;height:42px}.benefits__card{flex-direction:column;align-items:center;text-align:center}.benefits__card:hover{transform:none}}@media (prefers-reduced-motion:reduce){.section__orb,.testimonials-slide{transition:none!important;animation:none!important}.benefits__card:hover{transform:none}}@media (max-width:900px){.site-header{grid-template-columns:1fr auto;align-items:center;gap:.4rem;padding:.95rem clamp(.75rem,3vw,1.25rem)}.site-header__logo{display:flex;align-items:center;min-width:0}.site-header__logo img{height:57px}.site-header .btn--header{display:none}.site-header__toggle{grid-column:2;align-self:center}}@media (max-width:640px){.site-header__logo img{height:47px}}.steps__item .steps__image-wrap{width:clamp(169px,30.4vw,237px);height:clamp(169px,30.4vw,237px)}