:root{--hero-carousel-min-height: clamp(400px, 62vh, 680px);--hero-slide-transition: .65s cubic-bezier(.4, 0, .2, 1);--hero-counter-color: rgba(255, 255, 255, .45);--hero-counter-current-color: var(--color-text-inverse, #ffffff);--hero-badge-bg: rgba(255, 255, 255, .1);--hero-badge-border: rgba(255, 255, 255, .2);--hero-badge-text: rgba(255, 255, 255, .9);--hero-badge-icon: var(--logo-cyan, #00BCD4);--stats-card-bg: rgba(10, 30, 60, .82);--stats-card-border: rgba(0, 188, 212, .25);--stats-card-header: rgba(255, 255, 255, .55);--stats-card-number: var(--logo-cyan, #00BCD4);--stats-card-label: rgba(255, 255, 255, .75);--stats-card-review-bg: rgba(0, 0, 0, .3);--stats-card-star: #f5a623;--stats-card-quote: rgba(255, 255, 255, .88);--stats-card-attribution: rgba(255, 255, 255, .55);--hero-nav-bg: rgba(255, 255, 255, .18);--hero-nav-bg-hover: rgba(255, 255, 255, .3);--hero-nav-border: rgba(255, 255, 255, .3);--hero-nav-border-hover: rgba(255, 255, 255, .55);--hero-nav-icon: rgba(255, 255, 255, .85);--hero-dot-bg: rgba(255, 255, 255, .3);--hero-dot-bg-active: #ffffff;--hero-light-stripe-bg: #f0f2f5;--hero-light-stripe-line: rgba(255, 255, 255, .6);--hero-light-stripe-size: 60px}html[data-theme=light]{--hero-badge-bg: rgba(10, 22, 50, .07);--hero-badge-border: rgba(10, 22, 50, .15);--hero-badge-text: rgba(10, 22, 50, .88);--hero-badge-icon: #00BCD4;--hero-counter-color: rgba(255, 255, 255, .55);--hero-counter-current-color: #ffffff;--hero-nav-bg: rgba(255, 255, 255, .18);--hero-nav-bg-hover: rgba(255, 255, 255, .3);--hero-nav-border: rgba(255, 255, 255, .28);--hero-nav-border-hover: rgba(255, 255, 255, .55);--hero-nav-icon: #ffffff;--hero-dot-bg: rgba(255, 255, 255, .45);--hero-dot-bg-active: #ffffff;--stats-card-bg: rgba(255, 255, 255, .9);--stats-card-border: rgba(0, 188, 212, .22);--stats-card-header: rgba(10, 22, 50, .52);--stats-card-number: #009eb5;--stats-card-label: rgba(10, 22, 50, .78);--stats-card-review-bg: rgba(10, 22, 50, .06);--stats-card-star: #f5a623;--stats-card-quote: rgba(10, 22, 50, .85);--stats-card-attribution: rgba(10, 22, 50, .55)}.hero-carousel{position:relative;overflow:hidden;overflow:clip;min-height:var(--hero-carousel-min-height);transition:height .45s cubic-bezier(.4,0,.2,1)}.hero-carousel__track{display:flex;width:100%;height:auto;align-items:flex-start;transition:transform var(--hero-slide-transition);will-change:transform}.hero-carousel__slide{flex:0 0 100%;width:100%;min-height:var(--hero-carousel-min-height);padding-top:2rem;padding-bottom:3rem;position:relative;display:flex;align-items:center}.hero-carousel__slide--1{background-image:url(/assets/hero-bg-slide1-qxiTVXF1.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat}.hero-carousel__slide--1:before{content:"";position:absolute;inset:0;background:#050f238c;z-index:0;pointer-events:none}.hero-carousel__slide--2{background-image:url(/assets/hero-light-bg-CIZZny3p.jpg);background-size:cover;background-position:center top;background-repeat:no-repeat}.hero-carousel__slide--2:before{content:"";position:absolute;inset:0;background:#050f23ad;z-index:0;pointer-events:none}.hero-carousel__container{display:grid;grid-template-columns:1fr 1fr;gap:clamp(24px,4vw,64px);align-items:center;max-width:100%;margin:0;padding:0 clamp(12px,3.5vw,48px);width:100%;position:relative;z-index:1}.hero-carousel__content{max-width:580px}.hero-carousel__eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:15px;font-weight:700;color:var(--logo-cyan, #00BCD4);border:1.5px solid rgba(0,188,212,.45);border-radius:var(--radius-full, 9999px);padding:9px 22px;margin-bottom:24px;letter-spacing:.04em;text-transform:uppercase;background:#00bcd41f;box-shadow:0 0 18px #00bcd42e,inset 0 1px #ffffff14}html[data-theme=light] .hero-carousel__eyebrow{background:#3860a01a;border-color:#3860a04d;color:var(--color-primary, #3860a0);box-shadow:0 0 14px #3860a01f}html[data-theme=light] .hero-carousel__slide--1 .hero-carousel__eyebrow{color:#c4b5fd;background:#8b5cf647;border-color:#c4b5fdbf;box-shadow:0 0 30px #8b5cf680,0 0 10px #8b5cf647 inset;text-shadow:0 0 18px rgba(196,181,253,.75)}html[data-theme=light] .hero-carousel__slide--2 .hero-carousel__eyebrow{color:#6ee7b7;background:#10b98147;border-color:#6ee7b7bf;box-shadow:0 0 30px #10b98180,0 0 10px #10b98147 inset;text-shadow:0 0 18px rgba(110,231,183,.7)}.hero-carousel__title{font-family:var(--font-family-h1);font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.15;color:var(--color-text-primary, #0a1628);margin-bottom:20px}.hero-carousel__title-accent{color:var(--logo-cyan, #00BCD4);text-decoration:underline;text-decoration-color:#00bcd466;text-underline-offset:4px}.hero-carousel__subtitle{font-size:1.0625rem;line-height:1.7;color:var(--color-text-secondary, #4a5568);margin-bottom:28px}.hero-carousel__cta{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:32px}.hero-trust-badges{display:flex;flex-wrap:wrap;gap:12px;margin-top:4px}.hero-trust-badge{display:inline-flex;align-items:center;gap:7px;font-size:var(--font-size-sm, 14px);font-weight:var(--font-weight-medium, 500);color:var(--hero-badge-text);background:var(--hero-badge-bg);border:1px solid var(--hero-badge-border);border-radius:var(--radius-full, 9999px);padding:6px 14px;transition:background var(--transition-fast, .15s ease)}.hero-trust-badge__icon{width:16px;height:16px;color:var(--hero-badge-icon);flex-shrink:0}.hero-carousel__images{position:relative;display:flex;align-items:flex-end;justify-content:center;gap:20px;padding:40px 20px}.hero-carousel__card{position:relative;border-radius:var(--radius-2xl, 24px);overflow:visible}.hero-carousel__card:after{content:"";position:absolute;inset:8px -8px -8px 8px;background:#00000026;border-radius:var(--radius-2xl, 24px);z-index:-1;filter:blur(8px)}.hero-carousel__card--small .hero-carousel__card-img{width:120px;height:auto;display:block;border-radius:20px}.hero-carousel__card--big .hero-carousel__card-img{width:220px;height:auto;display:block;border-radius:var(--radius-2xl, 24px);z-index:2;position:relative}.hero-carousel__card--left{transform:translateY(30px) rotate(-3deg)}.hero-carousel__card--center{transform:translateY(-20px) scale(1.05)}.hero-carousel__card--right{transform:translateY(40px) rotate(3deg)}.hero-carousel__card-img{display:block;filter:drop-shadow(4px 4px 8px rgba(0,0,0,.2))}.hero-stats-card{background:var(--stats-card-bg);border:1px solid var(--stats-card-border);border-radius:var(--radius-2xl, 24px);padding:28px;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 20px 60px #0006;min-width:0;max-width:100%;width:100%;margin-left:auto}.hero-stats-card__header{font-size:var(--font-size-xs, 12px);font-weight:var(--font-weight-semibold, 600);letter-spacing:.1em;text-transform:uppercase;color:var(--stats-card-header);margin-bottom:20px}.hero-stats-card__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px}.hero-stats-card__stat{background:#ffffff0d;border-radius:var(--radius-lg, 12px);padding:14px 16px;text-align:center}.hero-stats-card__number{font-size:1.75rem;font-weight:800;color:var(--stats-card-number);line-height:1.1;display:block}.hero-stats-card__label{font-size:var(--font-size-xs, 12px);color:var(--stats-card-label);margin-top:4px;display:block}.hero-review-slot{background:var(--stats-card-review-bg);border-radius:var(--radius-lg, 12px);padding:16px;position:relative;overflow:hidden;min-height:110px;display:flex;flex-direction:column;justify-content:space-between}.hero-review-item{position:absolute;inset:16px;display:flex;flex-direction:column;justify-content:space-between;opacity:0;transform:translateY(12px);transition:opacity .5s ease,transform .5s ease;pointer-events:none}.hero-review-item--active{opacity:1;transform:translateY(0);pointer-events:auto}.hero-review-item--exit{opacity:0;transform:translateY(-12px)}.hero-review-stars{display:flex;gap:3px;margin-bottom:8px;flex-shrink:0}.hero-review-stars__star{color:var(--stats-card-star);width:13px;height:13px;display:inline-block;flex-shrink:0}.hero-review-text{font-size:var(--font-size-sm, 14px);font-style:italic;color:var(--stats-card-quote);line-height:1.5;flex:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.hero-review-attribution{font-size:var(--font-size-xs, 12px);color:var(--stats-card-attribution);margin-top:8px;flex-shrink:0}.hero-review-dots{display:flex;gap:5px;justify-content:center;margin-top:10px}.hero-review-dot{width:5px;height:5px;border-radius:50%;background:#ffffff40;transition:background .3s ease,transform .3s ease;cursor:pointer;border:none;padding:0}.hero-review-dot--active{background:var(--logo-cyan, #00BCD4);transform:scale(1.3)}.hero-carousel__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:48px;height:48px;border-radius:50%;background:var(--hero-nav-bg);border:1px solid var(--hero-nav-border);color:var(--hero-nav-icon);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--transition-fast),border-color var(--transition-fast),transform .2s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.hero-carousel__nav:hover{background:var(--hero-nav-bg-hover);border-color:var(--hero-nav-border-hover);transform:translateY(-50%) scale(1.08)}.hero-carousel__nav--prev{left:10px}.hero-carousel__nav--next{right:10px}.hero-carousel__counter{position:absolute;bottom:36px;right:32px;z-index:10;font-size:var(--font-size-sm, 14px);font-weight:var(--font-weight-semibold, 600);letter-spacing:.04em;color:var(--hero-counter-color);display:flex;align-items:center;gap:4px;user-select:none}.hero-carousel__counter-current{color:var(--hero-counter-current-color);font-size:1rem}.hero-carousel__dots{position:absolute;bottom:14px;left:50%;transform:translate(-50%);z-index:10;display:flex;gap:4px}.hero-carousel__dot{width:5px;height:5px;border-radius:50%;background:var(--hero-dot-bg);background-clip:content-box;border:none;cursor:pointer;padding:4px;box-sizing:content-box;touch-action:manipulation;appearance:none;-webkit-appearance:none;transition:background .3s ease,transform .3s ease}.hero-carousel__dot--active{background:var(--hero-dot-bg-active);background-clip:content-box;transform:scale(1.4)}@media (max-width: 767px){.hero-carousel__nav{width:32px;height:32px}.hero-carousel__nav svg{width:16px;height:16px}.hero-carousel__dot{width:4px;height:4px}.hero-carousel__dot--active{transform:scale(1.4)}.hero-carousel__dots{gap:3px}}html[data-theme=light] .hero-carousel__slide--1:before{background:#050f2399}html[data-theme=light] .hero-carousel__slide--2:before{background:#050f2394}.hero-carousel__slide .hero-carousel__title{color:#fff!important;text-shadow:0 2px 14px rgba(0,0,0,.55),0 0 32px rgba(0,0,0,.22)}.hero-carousel__slide .hero-carousel__subtitle{color:#ffffffeb!important;text-shadow:0 1px 6px rgba(0,0,0,.45);font-weight:450}.hero-carousel__slide .hero-trust-badge{color:#fff!important;background:#ffffff26!important;border-color:#ffffff59!important;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.3);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.hero-carousel__slide .hero-trust-badge__icon{color:#fff!important}.hero-carousel__slide .hero-carousel__title-accent{color:#a5f3fc!important;text-decoration-color:#a5f3fc59;text-shadow:0 0 18px rgba(165,243,252,.4),0 2px 8px rgba(0,0,0,.35)}.hero-carousel__slide--1 .heading-accent{color:#c4b5fd!important;text-decoration-color:#c4b5fd59;text-shadow:0 0 18px rgba(196,181,253,.5),0 2px 8px rgba(0,0,0,.35)}.hero-carousel__slide--2 .hero-carousel__title-accent{color:#6ee7b7!important;text-decoration-color:#6ee7b759;text-shadow:0 0 18px rgba(110,231,183,.45),0 2px 8px rgba(0,0,0,.35)}.hero-carousel__slide .hero-carousel__eyebrow{color:#00e5ff;background:#00bcd438;border-color:#00e5ff8c;box-shadow:0 0 22px #00e5ff40,0 0 6px #00e5ff26 inset;text-shadow:0 0 12px rgba(0,229,255,.45);font-weight:700;font-size:13px;letter-spacing:.06em}.hero-carousel__slide--1 .hero-carousel__eyebrow{color:#c4b5fd;background:#8b5cf633;border-color:#c4b5fd99;box-shadow:0 0 24px #8b5cf652,0 0 8px #8b5cf633 inset;text-shadow:0 0 14px rgba(196,181,253,.55)}.hero-carousel__slide--2 .hero-carousel__eyebrow{color:#6ee7b7;background:#10b98133;border-color:#6ee7b799;box-shadow:0 0 24px #10b98152,0 0 8px #10b98133 inset;text-shadow:0 0 14px rgba(110,231,183,.5)}.hero-carousel__slide .btn--outline{background:#0a163cc7;color:#fff;border-color:#63b3ed99;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.hero-carousel__slide .btn--outline:hover{background:#0a163ceb;border-color:#63b3ede6;color:#fff}html[data-theme=light] .hero-carousel__slide .btn--outline{background:#0a163cc7;color:#fff;border-color:#63b3ed99}html[data-theme=light] .hero-carousel__slide .btn--outline:hover{background:#0a163ceb;border-color:#63b3ede6}html[data-theme=light] .page-home{background-color:#f0f4f8}html[data-theme=light] .hero-carousel-section{background-image:none}html[data-theme=light] .hero-stats-card__stat{background:#0a16320d}html[data-theme=light] .hero-review-slot{background:#0a16320f}@media (max-width: 1023.98px){.hero-carousel__container{grid-template-columns:1fr;text-align:center}.hero-carousel__content{max-width:100%}.hero-carousel__cta,.hero-trust-badges{justify-content:center}.hero-carousel__images{justify-content:center;max-width:420px;margin:0 auto}.hero-stats-card{margin:0 auto}.hero-carousel__slide{padding-top:1.5rem;padding-bottom:3rem;align-items:flex-start}}@media (min-width: 768px) and (max-width: 1023.98px){.hero-carousel__container{grid-template-columns:1fr 1fr!important;text-align:left!important;align-items:center}.hero-carousel__content{text-align:left!important}.hero-carousel__cta,.hero-trust-badges{justify-content:flex-start!important}.hero-carousel__images{margin:0;max-width:none}}@media (max-width: 575.98px){.hero-carousel__slide{padding-top:1.25rem;padding-bottom:2.5rem;align-items:flex-start}.hero-carousel__title{font-size:1.75rem}.hero-carousel__cta{flex-direction:column;align-items:center}.hero-carousel__cta .btn{width:100%;justify-content:center}.hero-carousel__card--small .hero-carousel__card-img{width:72px}.hero-carousel__card--big .hero-carousel__card-img{width:130px}.hero-stats-card{min-width:unset}.hero-carousel__nav--prev{left:4px}.hero-carousel__nav--next{right:4px}.hero-carousel__counter{right:16px}.hero-carousel__container{padding-inline:.75rem!important}}@media (prefers-reduced-motion: reduce){.hero-carousel__track,.hero-review-item{transition:none}}@media (max-width: 1023.98px){[data-mobile-cards]{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;overflow-x:auto;overflow-y:visible;gap:12px;padding:8px 20px 20px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;grid-template-columns:unset!important;align-items:flex-start!important}[data-mobile-cards]::-webkit-scrollbar{display:none}[data-mobile-cards]>*{flex:0 0 148px!important;min-width:148px!important;max-width:148px!important;max-height:210px!important;overflow:hidden!important;scroll-snap-align:start;position:relative!important;border-radius:12px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;grid-column:unset!important;margin:0!important}[data-mobile-cards]>*:active{transform:scale(.97)}.mce-expand-btn{position:absolute!important;top:6px!important;right:6px!important;z-index:20!important;width:26px!important;height:26px!important;min-height:unset!important;border-radius:6px!important;background:#0000008c!important;color:#fff!important;border:none!important;padding:0!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;backdrop-filter:blur(3px);transition:background .15s ease!important;pointer-events:auto}.mce-expand-btn:hover,.mce-expand-btn:focus-visible{background:#000c!important;outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.mce-expand-btn svg{display:block;flex-shrink:0}.mce-scroll-wrap{position:relative}.mce-scroll-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;width:44px;background:linear-gradient(to right,transparent,rgba(255,255,255,.65));pointer-events:none;border-radius:0 12px 12px 0;transition:opacity .3s}.mce-scroll-wrap.mce-scroll-end:after{opacity:0}}.mce-overlay{position:fixed;inset:0;z-index:10001;display:flex;align-items:center;justify-content:center;background:#0000;backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px);padding:16px;transition:background .25s ease,backdrop-filter .25s ease,-webkit-backdrop-filter .25s ease;pointer-events:none;overscroll-behavior:contain}.mce-overlay--visible{background:#000000d1;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);pointer-events:auto}.mce-overlay__panel{position:relative;display:flex;flex-direction:column;background:#fff;border-radius:20px;width:100%;max-width:min(480px,calc(100vw - 32px));max-height:calc(90dvh - 32px);overflow:hidden;box-shadow:0 24px 64px #00000073;transform:scale(.92) translateY(20px);opacity:0;transition:transform .28s cubic-bezier(.34,1.4,.64,1),opacity .22s ease}.mce-overlay--visible .mce-overlay__panel{transform:scale(1) translateY(0);opacity:1}.mce-overlay__timer{position:absolute;top:0;left:0;right:0;height:3px;background:#3b82f633;border-radius:20px 20px 0 0;overflow:hidden;z-index:5}.mce-overlay__timer-bar{height:100%;background:#3b82f6cc;width:100%;transform-origin:left center;animation:mce-drain var(--mce-timeout, 8s) linear forwards}@keyframes mce-drain{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.mce-overlay__panel:hover .mce-overlay__timer-bar,.mce-overlay__panel:focus-within .mce-overlay__timer-bar{animation-play-state:paused}.mce-overlay__topbar{position:sticky;top:0;z-index:4;display:flex;justify-content:flex-end;padding:10px 12px 0;background:transparent}.mce-overlay__close{width:34px!important;height:34px!important;min-height:unset!important;border-radius:50%!important;background:#0000001a!important;color:#333!important;border:none!important;padding:0!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:background .15s ease!important;flex-shrink:0}.mce-overlay__close:hover{background:#0003!important}.mce-overlay__close svg{display:block}.mce-overlay__content{overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:0 0 16px}.mce-overlay__content::-webkit-scrollbar{width:4px}.mce-overlay__content::-webkit-scrollbar-thumb{background:#00000026;border-radius:4px}.mce-overlay__content>*{flex:unset!important;min-width:unset!important;max-width:unset!important;max-height:unset!important;overflow:visible!important;border-radius:0!important;cursor:default!important;transform:none!important;grid-column:unset!important;margin:0!important;scroll-snap-align:unset}.mce-overlay__content .mce-expand-btn{display:none!important}.mce-overlay__content .team__card-image{max-height:240px}.mce-overlay__content .hero-ai-feature{max-height:unset!important;overflow:visible!important}
