.hero{align-items:center;min-height:100vh;padding:140px 0 80px;display:flex;position:relative;overflow:hidden}.hero__inner{z-index:10;grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid;position:relative}.hero__content{flex-direction:column;gap:24px;display:flex}.hero__badge{color:var(--accent-orange-light);background:#ef4b211f;border:1px solid #ef4b2133;border-radius:100px;align-items:center;gap:8px;width:fit-content;padding:8px 16px;font-size:14px;font-weight:600;display:inline-flex}.hero__headline{font-size:clamp(28px,4vw,64px);font-weight:800;line-height:1.15}.hero__sub{color:var(--text-muted);max-width:90%;font-size:18px;line-height:1.8}.hero__chips{flex-wrap:wrap;gap:12px;margin-top:8px;display:flex}.hero__chip{color:var(--text-main);border-radius:100px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:500;display:inline-flex}.hero__btns{flex-wrap:wrap;gap:16px;margin-top:16px;display:flex}.hero__btn-demo,.hero__btn-wa{z-index:1;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:16px 28px;font-size:16px;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:inline-flex;position:relative;overflow:hidden}.hero__btn-icon{transition:transform .4s}.hero__btn-demo:hover .hero__btn-icon,.hero__btn-wa:hover .hero__btn-icon{transform:translate(5px)}.hero__btn-demo{background:linear-gradient(135deg, var(--accent-orange), var(--secondary));color:#fff;border:none;box-shadow:0 4px 15px #ef4b214d}.hero__btn-demo:before{content:"";z-index:-1;background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:all .6s;position:absolute;top:0;left:-100%}.hero__btn-demo:hover{background:linear-gradient(135deg, var(--accent-orange), #8b5cf6);transform:translateY(-2px)scale(1.05);box-shadow:0 8px 25px #ef4b2180}.hero__btn-demo:hover:before{left:100%}.hero__btn-demo--pulse{animation:3s infinite subtle-pulse}@keyframes subtle-pulse{0%{box-shadow:0 0 #ef4b2166}70%{box-shadow:0 0 0 10px #ef4b2100}to{box-shadow:0 0 #ef4b2100}}.hero__btn-wa{color:#22c55e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#22c55e1a;border:1px solid #22c55e4d;box-shadow:0 4px 15px #22c55e1a}.hero__btn-wa:hover{color:#22c55e;background:#22c55e33;border-color:#22c55e80;transform:translateY(-2px)scale(1.05);box-shadow:0 8px 25px #22c55e4d}.hero__stats-row{border-top:1px solid var(--border-light);gap:40px;margin-top:32px;padding-top:32px;display:flex}.hero__stat-item h3{margin-bottom:4px;font-size:28px;font-weight:800}.hero__stat-item p{color:var(--text-muted);font-size:14px}.hero__visual{perspective:1000px;position:relative}.hero__dashboard-wrapper{transform-style:preserve-3d;transition:transform .5s;position:relative;transform:rotateY(-15deg)rotateX(10deg)}.hero__dashboard-wrapper:hover{transform:rotateY(-5deg)rotateX(5deg)}.hero__dashboard{box-shadow:-20px 20px 60px #0006, var(--shadow-glow-primary);border-radius:20px;overflow:hidden}.hero__dashboard-header{border-bottom:1px solid var(--border-light);background:#0f172acc;align-items:center;gap:12px;padding:16px 20px;display:flex}.hero__dashboard-dots{gap:8px;display:flex}.hero__dashboard-dots span{border-radius:50%;width:12px;height:12px}.hero__dashboard-title{color:var(--text-muted);margin-left:10px;font-family:Inter,sans-serif;font-size:14px}.hero__dashboard-body{flex-direction:column;gap:20px;padding:24px;display:flex}.hero__db-stats{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.hero__db-stat{border-radius:16px;flex-direction:column;gap:6px;padding:16px;display:flex}.hero__db-stat-val{font-family:Poppins,sans-serif;font-size:20px;font-weight:700}.hero__db-stat-lbl{color:var(--text-muted);font-size:12px}.hero__db-chart{border-radius:16px;flex-direction:column;height:180px;padding:20px;display:flex}.hero__db-chart-label{color:var(--text-main);margin-bottom:16px;font-size:14px;font-weight:600}.hero__db-bars{flex:1;align-items:flex-end;gap:12px;display:flex}.hero__db-bar{border-radius:4px 4px 0 0;flex:1;transition:all .3s}.hero__floater{color:var(--text-main);z-index:20;transform-style:preserve-3d;border-radius:100px;align-items:center;gap:12px;padding:12px 20px;font-size:14px;font-weight:600;display:flex;position:absolute;transform:translateZ(50px)}.hero__floater-icon{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}@media (max-width:1024px){.hero__inner{grid-template-columns:1fr;gap:60px}.hero__visual{perspective:none;padding:0 20px}.hero__dashboard-wrapper,.hero__dashboard-wrapper:hover{transform:none}.hero__floater{display:none}}@media (max-width:480px){.hero__db-stats{grid-template-columns:1fr}.hero__db-stat-val{font-size:16px}.hero__dashboard-body{padding:16px}}
.trust-numbers{border-bottom:1px solid var(--border-light);background-color:var(--dark-bg);padding:80px 0;position:relative}.trust-numbers__inner{flex-direction:column;gap:48px;display:flex}.trust-numbers__header{text-align:center}.trust-numbers__cards{grid-template-columns:repeat(3,1fr);gap:24px;width:100%;display:grid}.trust-numbers__card{text-align:center;border:1px solid #ffffff0d;flex-direction:column;align-items:center;gap:16px;padding:40px 24px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.trust-numbers__card:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;opacity:0;pointer-events:none;background:linear-gradient(135deg,#ffffff1a,#0000);width:100%;height:100%;padding:2px;transition:opacity .3s;position:absolute;top:0;left:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.trust-numbers__card:hover{box-shadow:0 20px 40px #0006, 0 0 40px var(--hover-color,#ffffff1a);border-color:#0000;transform:translateY(-8px)}.trust-numbers__card:hover:before{opacity:1}.trust-numbers__card-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:24px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:8px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.trust-numbers__card-icon:before{content:"";background:var(--hover-color,#ffffff1a);filter:blur(25px);opacity:.4;z-index:-1;border-radius:50%;width:80%;height:80%;transition:opacity .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.trust-numbers__card:hover .trust-numbers__card-icon{background:#ffffff14;border-color:#fff3;transform:scale(1.1)}.trust-numbers__card:hover .trust-numbers__card-icon:before{opacity:.8}.trust-numbers__card-icon svg{animation:4s ease-in-out infinite float-icon}@keyframes float-icon{0%{transform:translateY(0)}50%{transform:translateY(-4px)}to{transform:translateY(0)}}.trust-numbers__number{text-shadow:0 0 20px #ffffff1a;font-family:Poppins,sans-serif;font-size:48px;font-weight:800;line-height:1}.trust-numbers__label{color:var(--text-muted);max-width:200px;margin:0 auto;font-size:16px;font-weight:500}@media (max-width:1024px){.trust-numbers__cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.trust-numbers__cards{grid-template-columns:1fr}}
.trust{border-bottom:1px solid var(--border-light);padding:80px 0;position:relative}.trust__inner{flex-direction:column;align-items:center;gap:60px;display:flex}.trust__heading{text-align:center}.trust__number{background:linear-gradient(135deg, var(--primary-light), var(--secondary-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Poppins,sans-serif;font-size:clamp(48px,6vw,72px);font-weight:800;line-height:1}.trust__text{color:var(--text-muted);margin-top:12px;font-size:20px;font-weight:500}.trust__cards{grid-template-columns:repeat(4,1fr);gap:24px;width:100%;display:grid}.trust__card{text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #ffffff14;border-top:3px solid var(--accent-color);background:#ffffff08;border-radius:24px;flex-direction:column;align-items:center;gap:20px;padding:40px 32px;transition:all .25s;display:flex;position:relative;box-shadow:0 4px 24px #00000026}.trust__card:hover{border-color:var(--accent-color);background:#ffffff0d;transform:translateY(-5px);box-shadow:0 16px 40px #0000004d}.trust__card-icon{width:84px;height:84px;color:var(--accent-color);z-index:1;background:linear-gradient(135deg,#ffffff1a,#ffffff05);border-radius:20px;justify-content:center;align-items:center;margin-bottom:4px;display:flex;position:relative;box-shadow:inset 0 1px 1px #ffffff26}.trust__card-icon:before{content:"";border-radius:inherit;background:var(--accent-color);opacity:.15;z-index:-1;position:absolute;inset:0}.trust__card-label{color:var(--text-main);letter-spacing:-.5px;font-family:Poppins,sans-serif;font-size:24px;font-weight:700}.trust__card-desc{color:#ffffffd9;font-size:16px;line-height:1.5}@media (max-width:900px){.trust__cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.trust__cards{grid-template-columns:1fr}}
.problem{background-color:var(--dark-bg);border-bottom:1px solid var(--border-light);padding:100px 0;position:relative}.problem__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:60px;display:flex}.problem__badge{color:#ef4444;border-radius:100px;align-items:center;margin-bottom:16px;padding:8px 16px;font-size:14px;font-weight:600;display:inline-flex}.problem__cards{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.problem__card{flex-direction:column;gap:16px;padding:32px 24px;display:flex;position:relative;overflow:hidden}.problem__card:after{content:"";background:var(--hover-color);opacity:0;width:100%;height:2px;transition:opacity .3s;position:absolute;top:0;left:0}.problem__card:hover{box-shadow:0 10px 40px #0006, 0 0 20px calc(var(--hover-color) * .2);border-color:#ffffff26;transform:translateY(-8px)}.problem__card:hover:after{opacity:1}.problem__card-icon{background:#ffffff0d;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:8px;transition:transform .3s;display:flex}.problem__card:hover .problem__card-icon{transform:scale(1.1)}.problem__card-title{color:var(--text-main);font-family:Poppins,sans-serif;font-size:20px;font-weight:700}.problem__card-desc{color:var(--text-muted);font-size:15px;line-height:1.6}@media (max-width:1024px){.problem__cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.problem__cards{grid-template-columns:1fr}}
.solution{background-color:var(--dark-bg);border-bottom:1px solid var(--border-light);padding:100px 0;position:relative;overflow:hidden}.solution:before{content:"";filter:blur(80px);z-index:0;background:radial-gradient(circle,#2563eb1a 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-20%;right:-10%}.solution__inner{z-index:10;grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid;position:relative}.solution__mockup{box-shadow:20px 20px 60px #00000080, var(--shadow-glow-primary);border-radius:20px;transition:transform .5s;overflow:hidden;transform:perspective(1000px)rotateY(5deg)}.solution__mockup:hover{transform:perspective(1000px)rotateY(0)}.solution__mockup-bar{border-bottom:1px solid var(--border-light);background:#0f172ae6;align-items:center;gap:8px;padding:12px 16px;display:flex}.solution__mockup-bar span{border-radius:50%;width:12px;height:12px}.solution__mockup-bar p{color:var(--text-muted);margin-left:8px;font-family:Inter,sans-serif;font-size:12px}.solution__mockup-body{background:#1e293b80;padding:24px}.solution__mockup-invoice{border-radius:12px;flex-direction:column;gap:16px;padding:20px;display:flex}.solution__invoice-header{justify-content:space-between;align-items:flex-start;display:flex}.solution__invoice-co{color:var(--text-main);font-family:Poppins,sans-serif;font-size:18px;font-weight:700}.solution__invoice-sub{color:var(--text-muted);font-size:13px}.solution__invoice-badge{color:var(--accent);background:#22c55e1a;border:1px solid #22c55e33;border-radius:100px;padding:6px 14px;font-size:12px;font-weight:600}.solution__invoice-table{border:1px solid var(--border-light);border-radius:8px;overflow:hidden}.solution__invoice-row{color:var(--text-muted);border-bottom:1px solid var(--border-light);grid-template-columns:2fr 1fr 1.2fr 1.2fr;padding:10px 14px;font-size:13px;display:grid}.solution__invoice-row:last-child{border-bottom:none}.solution__invoice-row--head{color:var(--text-main);text-transform:uppercase;letter-spacing:.05em;background:#ffffff08;font-size:12px;font-weight:600}.solution__invoice-footer{flex-direction:column;gap:8px;margin-top:8px;display:flex}.solution__invoice-tax{color:var(--text-muted);justify-content:space-between;font-size:14px;display:flex}.solution__invoice-total{color:var(--primary-light);border-top:1px solid var(--border-light);justify-content:space-between;padding-top:12px;font-family:Poppins,sans-serif;font-size:16px;font-weight:700;display:flex}.solution__content{flex-direction:column;gap:20px;display:flex}.solution__badge{color:var(--accent);border-radius:100px;align-items:center;width:fit-content;margin-bottom:10px;padding:8px 16px;font-size:14px;font-weight:600;display:inline-flex}.solution__features{flex-direction:column;gap:16px;margin-top:10px;display:flex}.solution__feature{color:var(--text-main);cursor:default;border-radius:12px;align-items:center;gap:16px;padding:16px 20px;font-size:16px;font-weight:500;transition:all .3s;display:flex}.solution__feature:hover{border-color:var(--primary-light);box-shadow:var(--shadow-glow-primary);background:#2563eb1a;transform:translate(8px)}.solution__cta{align-self:flex-start;margin-top:16px}@media (max-width:1024px){.solution__inner{grid-template-columns:1fr;gap:60px}.solution__mockup{transform:none}}
.features{background:#f8fafc}.features__header{text-align:center;margin-bottom:56px}.features__header .section-subtitle{margin:0 auto}.features__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.features__card{cursor:default;background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;gap:16px;padding:32px 28px;transition:all .3s;display:flex;position:relative;overflow:hidden}.features__card-shine{background:linear-gradient(135deg, var(--shine-color,#2563eb)8, transparent 60%);opacity:0;border-radius:20px;transition:opacity .3s;position:absolute;inset:0}.features__card:hover{border-color:#bfdbfe;transform:translateY(-8px);box-shadow:0 20px 50px #2563eb26}.features__card:hover .features__card-shine{opacity:1}.features__card-icon{border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.features__card-title{color:#0f172a;font-family:Poppins,sans-serif;font-size:19px;font-weight:700}.features__card-desc{color:#64748b;font-size:14px;line-height:1.7}@media (max-width:900px){.features__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.features__grid{grid-template-columns:1fr}}
.why{background-color:var(--dark-bg);border-bottom:1px solid var(--border-light);padding:100px 0;position:relative;overflow:hidden}.why:before{content:"";pointer-events:none;background:radial-gradient(circle,#8b5cf626 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;left:-200px}.why__header{text-align:center;z-index:1;flex-direction:column;align-items:center;margin-bottom:60px;display:flex;position:relative}.why__badge{color:var(--secondary-light);border-radius:100px;align-items:center;margin-bottom:16px;padding:8px 16px;font-size:14px;font-weight:600;display:inline-flex}.why__cards{z-index:1;grid-template-columns:repeat(4,1fr);gap:24px;display:grid;position:relative}.why__card{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:36px 28px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex}.why__card:hover{border-color:#fff3;transform:translateY(-10px)scale(1.02)}.why__card-icon-wrap{border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:8px;transition:transform .3s;display:flex}.why__card:hover .why__card-icon-wrap{transform:rotate(10deg)scale(1.1)}.why__card-title{color:var(--text-main);font-family:Poppins,sans-serif;font-size:22px;font-weight:700}.why__card-desc{color:var(--text-muted);font-size:15px;line-height:1.6}@media (max-width:1024px){.why__cards{grid-template-columns:repeat(2,1fr);gap:32px}}@media (max-width:600px){.why__cards{grid-template-columns:1fr}}
:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-lock{display:none}
:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) ::slotted(svg),:is(.swiper-button-prev,.swiper-button-next) svg{-o-object-fit:contain;object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:100%;height:100%}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset,4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0;right:auto}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}
.gallery{background-color:var(--dark-bg);border-bottom:1px solid var(--border-light);padding:100px 0;position:relative}.gallery__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:60px;display:flex}.gallery__badge{color:var(--primary-light);border-radius:100px;align-items:center;margin-bottom:16px;padding:8px 16px;font-size:14px;font-weight:600;display:inline-flex}.gallery__swiper{padding-top:20px!important;padding-bottom:60px!important}.gallery__swiper .swiper-pagination-bullet{background:var(--text-muted);opacity:.5;width:8px;height:8px;transition:all .3s}.gallery__swiper .swiper-pagination-bullet-active{background:var(--primary-light);opacity:1;border-radius:4px;width:24px}.gallery__swiper .swiper-button-next,.gallery__swiper .swiper-button-prev{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-light);background:#0f172acc;border-radius:50%;width:48px;height:48px;transition:all .3s;top:40%;box-shadow:0 4px 16px #0000004d}.gallery__swiper .swiper-button-next:hover,.gallery__swiper .swiper-button-prev:hover{background:var(--primary);border-color:var(--primary-light);box-shadow:var(--shadow-glow-primary)}.gallery__swiper .swiper-button-next:after,.gallery__swiper .swiper-button-prev:after{font-size:16px;font-weight:700}.gallery__slide{border-radius:20px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275);overflow:hidden}.gallery__slide:hover{box-shadow:var(--shadow-glow-primary);border-color:#fff3;transform:translateY(-10px)scale(1.03)}.gallery__slide-bar{border-bottom:1px solid var(--border-light);align-items:center;gap:8px;padding:12px 16px;display:flex}.gallery__slide-bar span{border-radius:50%;width:10px;height:10px}.gallery__slide-bar p{margin-left:8px;font-family:Poppins,sans-serif;font-size:13px;font-weight:600}.gallery__slide-body{padding:24px}.gallery__slide-table{flex-direction:column;gap:8px;display:flex}.gallery__slide-row{border:1px solid var(--border-light);background:#ffffff08;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;transition:background .3s;display:flex}.gallery__slide-row:hover{background:#ffffff14}.gallery__slide-key{color:var(--text-muted);flex:1;font-size:14px;font-weight:500}.gallery__slide-val{color:var(--text-main);font-family:Poppins,sans-serif;font-size:14px;font-weight:700}.gallery__slide-tag{text-align:right;min-width:60px;font-size:13px;font-weight:600}.gallery__slide-footer{padding:16px 24px 24px}.gallery__slide-badge{border-radius:100px;padding:8px 16px;font-size:13px;font-weight:600;display:inline-block}
.dv-section{background-color:var(--dark-bg);border-bottom:1px solid var(--border-light);padding:100px 0;position:relative;overflow:hidden}@media (max-width:1024px){.dv-section{padding:80px 0}}@media (max-width:768px){.dv-section{padding:60px 0}}.dv-glow{filter:blur(120px);pointer-events:none;z-index:0;border-radius:50%;width:700px;height:700px;position:absolute}.dv-glow--blue{background:radial-gradient(circle,#2563eb21 0%,#0000 65%);top:-200px;left:-180px}.dv-glow--purple{background:radial-gradient(circle,#8b5cf61c 0%,#0000 65%);bottom:-200px;right:-180px}.dv-header{text-align:center;z-index:2;flex-direction:column;align-items:center;margin-bottom:64px;display:flex;position:relative}@media (max-width:768px){.dv-header{margin-bottom:44px}}.dv-badge{color:var(--primary-light);letter-spacing:.3px;border-radius:100px;align-items:center;gap:6px;margin-bottom:18px;padding:8px 18px;font-size:13px;font-weight:600;display:inline-flex}.dv-title{color:var(--text-main);margin-bottom:18px;font-family:Poppins,sans-serif;font-size:clamp(28px,4.5vw,46px);font-weight:800;line-height:1.15}.dv-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:clamp(15px,1.8vw,18px);line-height:1.75}.dv-body{z-index:2;grid-template-columns:1fr auto;align-items:center;gap:64px;display:grid;position:relative}@media (max-width:1023px){.dv-body{grid-template-columns:1fr;gap:48px}.dv-phone-col{order:-1}}.dv-features{flex-direction:column;gap:0;display:flex}.dv-features__eyebrow{text-transform:uppercase;letter-spacing:1.5px;color:var(--primary-light);opacity:.8;margin-bottom:20px;font-size:12px;font-weight:700}.dv-features__list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}@media (max-width:1023px){.dv-features__list{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}}@media (max-width:520px){.dv-features__list{grid-template-columns:1fr}}.dv-feature-card{cursor:default;border-radius:14px;align-items:flex-start;gap:14px;padding:14px 16px;transition:background .25s,border-color .25s,transform .25s;display:flex}.dv-feature-card:hover{background:#ffffff0f;border-color:#ef4b2140;transform:translate(4px)}.dv-feature-card__icon{width:36px;height:36px;color:var(--accent-orange-light);background:linear-gradient(135deg,#ef4b2133,#8b5cf633);border:1px solid #ef4b2140;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}.dv-feature-card__text{flex-direction:column;gap:3px;display:flex}.dv-feature-card__text strong{color:var(--text-main);font-family:Inter,sans-serif;font-size:14px;font-weight:700}.dv-feature-card__text span{color:var(--text-muted);font-size:13px;line-height:1.5}.dv-phone-col{flex-direction:column;align-items:center;gap:20px;display:flex;position:relative}@media (max-width:1023px){.dv-phone-col{width:100%;max-width:420px;margin:0 auto}}.dv-phone-glow{filter:blur(50px);pointer-events:none;z-index:0;background:radial-gradient(#ef4b212e 0%,#8b5cf61f 45%,#0000 70%);border-radius:50%;width:380px;height:500px;position:absolute;top:10%;left:50%;transform:translate(-50%)}.dv-phone{z-index:1;background:linear-gradient(160deg,#1e2d42 0%,#0d1424 60%,#111827 100%);border:2px solid #ffffff1f;border-radius:44px;flex-direction:column;width:360px;max-width:100%;transition:transform .4s cubic-bezier(.23,1,.32,1),box-shadow .4s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0d,0 40px 80px #0009,0 0 60px #ef4b2114,0 0 0 8px #0f172ae6}.dv-phone:hover{transform:translateY(-8px)scale(1.01);box-shadow:inset 0 0 0 1px #ffffff14,0 56px 100px #000000a6,0 0 80px #ef4b2124,0 0 0 8px #0f172ae6}.dv-phone__topbar{background:#0000004d;flex-shrink:0;justify-content:center;align-items:center;padding:12px 0 8px;display:flex}.dv-phone__notch{background:#0a0f1a;border:1.5px solid #ffffff14;border-top:none;border-radius:0 0 18px 18px;width:100px;height:26px;position:relative}.dv-phone__notch:before{content:"";background:#ffffff26;border-radius:50%;width:10px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dv-phone__screen{background:#060d18;flex-shrink:0;width:100%;height:0;padding-bottom:177.78%;position:relative;overflow:hidden}.dv-thumb,.dv-player{width:100%;height:100%;position:absolute;inset:0}.dv-phone__bottombar{background:#0000004d;flex-shrink:0;justify-content:center;align-items:center;padding:10px 0 14px;display:flex}.dv-phone__home-bar{background:#ffffff40;border-radius:4px;width:100px;height:4px}.dv-phone__badge{color:var(--text-muted);letter-spacing:.3px;border-radius:100px;align-items:center;gap:8px;margin-top:4px;padding:8px 18px;font-size:13px;font-weight:500;display:inline-flex}.dv-phone__badge-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s infinite pulse-dot;box-shadow:0 0 8px #22c55eb3}@keyframes pulse-dot{0%,to{box-shadow:0 0 8px #22c55eb3}50%{box-shadow:0 0 16px #22c55e}}.dv-thumb{cursor:pointer;background:linear-gradient(175deg,#111827,#0a0f1a);justify-content:center;align-items:center;display:flex;overflow:hidden}.dv-thumb__grid{pointer-events:none;z-index:1;background-image:linear-gradient(90deg,#ffffff06 1px,#0000 1px),linear-gradient(#ffffff06 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.dv-thumb__mock{z-index:2;opacity:.4;flex-direction:column;gap:10px;padding:16px 14px;display:flex;position:absolute;inset:0}.dv-thumb__mock-topbar{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.dv-thumb__mock-logo{color:#ffffffb3;letter-spacing:.5px;font-family:Inter,sans-serif;font-size:11px;font-weight:700}.dv-thumb__mock-avatar{background:linear-gradient(135deg,#ef4b2180,#8b5cf680);border-radius:50%;width:28px;height:28px}.dv-thumb__mock-card{background:#ffffff0f;border:1px solid #ffffff12;border-radius:12px;height:80px}.dv-thumb__mock-card--sm{height:56px}.dv-thumb__mock-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.dv-thumb__mock-stat{background:#ffffff0d;border:1px solid #ffffff0f;border-radius:10px;height:52px}.dv-thumb__mock-list{flex-direction:column;flex:1;gap:8px;display:flex}.dv-thumb__mock-item{background:#ffffff0a;border:1px solid #ffffff0d;border-radius:8px;height:36px}.dv-thumb__overlay{-webkit-backdrop-filter:blur(3px);z-index:3;background:#060d1885;transition:background .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;position:absolute;inset:0}.dv-thumb:hover .dv-thumb__overlay{-webkit-backdrop-filter:blur(1px);background:#060d1861}.dv-thumb__play-wrap{z-index:4;flex-direction:column;align-items:center;gap:12px;display:flex;position:relative}.dv-thumb__play-btn{-webkit-backdrop-filter:blur(10px);cursor:pointer;background:#ffffff1a;border:1.5px solid #ffffff38;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),background .3s,border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:visible}.dv-thumb:hover .dv-thumb__play-btn{background:#ef4b2138;border-color:#ef4b218c;transform:scale(1.12);box-shadow:0 0 0 10px #ef4b2114,0 0 36px #ef4b214d}.dv-thumb__play-icon{color:#fff;margin-left:4px;transition:transform .25s}.dv-thumb:hover .dv-thumb__play-icon{transform:scale(1.1)}.dv-thumb__pulse{z-index:-1;background:#ef4b2159;border-radius:50%;animation:2.5s ease-out infinite dv-pulse;position:absolute;inset:0}.dv-thumb__pulse--delay{animation-delay:1.25s}@keyframes dv-pulse{0%{opacity:.7;transform:scale(1)}to{opacity:0;transform:scale(2.1)}}.dv-thumb__label{color:#ffffffb3;letter-spacing:.4px;text-shadow:0 1px 6px #000c;font-family:Inter,sans-serif;font-size:12px;font-weight:500;transition:color .25s}.dv-thumb:hover .dv-thumb__label{color:#fffffff2}.dv-thumb__duration{color:#fff;letter-spacing:.5px;z-index:4;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000c7;border-radius:6px;padding:4px 10px;font-family:Inter,sans-serif;font-size:12px;font-weight:600;position:absolute;bottom:14px;right:14px}.dv-player{background:#000;flex-direction:column;display:flex}.dv-player__video{-o-object-fit:contain;object-fit:contain;background:#000;width:100%;height:100%;display:block}.dv-player__close{z-index:10;opacity:.88;bottom:14px;right:14px;gap:5px!important;padding:8px 14px!important;font-size:12px!important;transition:opacity .2s!important;position:absolute!important}.dv-player__close:hover{opacity:1!important}
.testimonials{background-color:var(--dark-bg);border-bottom:1px solid var(--border-light);padding:110px 0 90px;position:relative;overflow:hidden}.container-fluid{width:100%;max-width:1600px;margin:0 auto}.testimonials__glow{pointer-events:none;filter:blur(80px);z-index:0;border-radius:50%;position:absolute}.testimonials__glow--1{background:radial-gradient(circle,#ef4b2117 0%,#0000 70%);width:600px;height:600px;top:-10%;left:-8%}.testimonials__glow--2{background:radial-gradient(circle,#8b5cf612 0%,#0000 70%);width:500px;height:500px;bottom:-5%;right:-5%}.testimonials__glow--3{background:radial-gradient(circle,#2563eb0f 0%,#0000 70%);width:400px;height:400px;top:40%;left:50%;transform:translate(-50%)}.testimonials__header{text-align:center;z-index:2;margin-bottom:56px;padding:0 24px;position:relative}.testimonials__badge{color:var(--text-main);letter-spacing:.5px;border-radius:999px;align-items:center;gap:8px;margin-bottom:22px;padding:8px 22px;font-size:14px;font-weight:600;display:inline-flex}.testimonials__subtitle{max-width:600px;margin:0 auto}.testimonials__carousel-wrap{z-index:2;width:100%;padding:0;position:relative;overflow:hidden}.testimonials .swiper{padding:16px 0 40px;overflow:visible}.testimonials .swiper-slide{opacity:.8;filter:blur(2px)grayscale(50%);height:auto;transition:opacity .5s,transform .5s,filter .5s;display:flex;transform:scale(.85)}.testimonials .swiper-slide-active{opacity:1;filter:blur()grayscale(0%);z-index:10;transform:scale(1)}.testimonials__card{text-align:center;cursor:grab;-webkit-backdrop-filter:blur(12px);background:#0f172af2;border:1px solid #ffffff1a;flex-direction:column;align-items:center;gap:20px;width:100%;height:100%;padding:44px 36px 40px;display:flex;position:relative;overflow:hidden;border-radius:var(--radius-lg)!important}.testimonials__card:active{cursor:grabbing}.testimonials__card:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#ef4b2100 0% 100%);padding:1px;transition:background .5s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.testimonials .swiper-slide-active .testimonials__card:before{background:linear-gradient(135deg,#ef4b2166 0%,#8b5cf64d 50%,#2563eb33 100%)}.testimonials .swiper-slide-active .testimonials__card{box-shadow:var(--shadow-glass), 0 0 40px #ef4b2114, 0 20px 60px #0000004d;border-color:#ef4b2133}.testimonials .swiper-slide-active .testimonials__card:hover{transition:transform .3s;transform:translateY(-5px)}.testimonials .swiper-slide-active .testimonials__card:after{content:"";pointer-events:none;z-index:-1;background:radial-gradient(circle,#ef4b210f 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:-80px;left:50%;transform:translate(-50%)}.testimonials__avatar{width:72px;height:72px;color:var(--text-main);text-transform:uppercase;z-index:1;background:linear-gradient(135deg,#1e293be6,#0f172ae6);border:2px solid #ffffff14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:24px;font-weight:800;transition:transform .4s,box-shadow .4s;display:flex;position:relative}.testimonials .swiper-slide-active .testimonials__card:hover .testimonials__avatar{transform:scale(1.05)}.testimonials__avatar-ring{-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#ef4b2180,#8b5cf666);border-radius:50%;padding:2px;position:absolute;inset:-4px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.testimonials__stars{justify-content:center;gap:4px;display:flex}.testimonials__star{color:#fbbf24;filter:drop-shadow(0 0 4px #fbbf2459);transition:transform .3s}.testimonials .swiper-slide-active .testimonials__card:hover .testimonials__star{animation:.6s forwards starPulse}.testimonials .swiper-slide-active .testimonials__card:hover .testimonials__star:nth-child(2){animation-delay:50ms}.testimonials .swiper-slide-active .testimonials__card:hover .testimonials__star:nth-child(3){animation-delay:.1s}.testimonials .swiper-slide-active .testimonials__card:hover .testimonials__star:nth-child(4){animation-delay:.15s}.testimonials .swiper-slide-active .testimonials__card:hover .testimonials__star:nth-child(5){animation-delay:.2s}@keyframes starPulse{0%{transform:scale(1)}50%{transform:scale(1.25)}to{transform:scale(1)}}.testimonials__review{color:#f8fafcd1;letter-spacing:.01em;flex-grow:1;font-size:16px;font-style:italic;line-height:1.7}.testimonials__info{flex-direction:column;align-items:center;gap:4px;margin-top:auto;display:flex}.testimonials__name{font-family:var(--font-poppins), "Poppins", sans-serif;color:var(--text-main);font-size:16px;font-weight:700}.testimonials__company{color:var(--text-muted);letter-spacing:.3px;font-size:13px;font-weight:500}.testimonials__quote-mark{opacity:.03;color:var(--text-main);pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;font-family:Georgia,Times New Roman,serif;font-size:120px;line-height:1;position:absolute}.testimonials__quote-mark--open{top:12px;left:20px}.testimonials__quote-mark--close{bottom:-10px;right:20px}.testimonials__nav{z-index:20;border:1px solid var(--border-light);-webkit-backdrop-filter:blur(12px);width:52px;height:52px;color:var(--text-main);cursor:pointer;box-shadow:var(--shadow-glass);background:#0f172ad9;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.testimonials__nav:hover{background:#ef4b2126;border-color:#ef4b2166;transform:translateY(-50%)scale(1.1);box-shadow:0 0 20px #ef4b2140}.testimonials__nav--prev{left:24px}.testimonials__nav--next{right:24px}.testimonials__dots{z-index:2;justify-content:center;gap:10px;margin-top:8px;display:flex;position:relative}.testimonials__dot{cursor:pointer;background:#ffffff26;border:none;border-radius:999px;width:8px;height:8px;padding:0;transition:all .4s}.testimonials__dot--active{background:linear-gradient(90deg,#fb923c,#a855f7);width:28px;box-shadow:0 0 12px #ef4b2159}.testimonials__trust{border-top:1px solid var(--border-light);z-index:2;flex-wrap:wrap;justify-content:center;gap:56px;margin-top:72px;padding-top:48px;display:flex;position:relative}.testimonials__trust-item{text-align:center;flex-direction:column;align-items:center;gap:6px;display:flex}.testimonials__trust-icon{color:var(--text-muted);opacity:.6;margin-bottom:4px}.testimonials__trust-number{font-family:var(--font-poppins), "Poppins", sans-serif;background:linear-gradient(135deg,#fb923c,#a855f7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:28px;font-weight:800;line-height:1.1}.testimonials__trust-label{color:var(--text-muted);letter-spacing:.3px;font-size:13px;font-weight:500}@media (max-width:1200px){.testimonials__nav--prev{left:12px}.testimonials__nav--next{right:12px}}@media (max-width:1024px){.testimonials__trust{gap:36px}}@media (max-width:768px){.testimonials{padding:60px 0 40px}.testimonials__header{margin-bottom:16px}.testimonials__carousel-wrap{max-width:100%;overflow:hidden}.testimonials .swiper{padding:8px 0 32px}.testimonials__card{max-width:340px;margin:0 auto;padding:32px 24px 28px;border-radius:var(--radius-md)!important}.testimonials .swiper-slide{opacity:1;filter:none;transform:scale(1)}.testimonials__avatar{width:64px;height:64px;font-size:22px}.testimonials__review{font-size:15px;line-height:1.6}.testimonials__nav{display:none}.testimonials__trust{gap:24px;margin-top:40px;padding-top:24px}.testimonials__trust-number{font-size:24px}.testimonials__quote-mark{font-size:100px}}@media (max-width:480px){.testimonials__card{gap:16px;max-width:340px;margin:0 auto;padding:28px 20px 24px}.testimonials__review{font-size:14px}.testimonials__trust{gap:16px}.testimonials__trust-item{min-width:100px}}
.lead{background-color:var(--dark-bg);padding:100px 0;position:relative;overflow:hidden}.lead__bg-orb{pointer-events:none;background:radial-gradient(circle,#8b5cf626,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:50%;left:-200px;transform:translateY(-50%)}.lead__inner{z-index:10;grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid;position:relative}.lead__badge{color:var(--primary-light);border-radius:100px;align-items:center;width:fit-content;margin-bottom:20px;padding:8px 16px;font-size:14px;font-weight:600;display:inline-flex}.lead__info{flex-direction:column;gap:24px;display:flex}.lead__title{margin-bottom:0}.lead__desc{color:var(--text-muted);font-size:18px;line-height:1.7}.lead__points{flex-direction:column;gap:16px;display:flex}.lead__point{color:var(--text-main);align-items:center;gap:12px;font-size:16px;font-weight:500;display:flex}.lead__contact{border-top:1px solid var(--border-light);flex-direction:column;gap:10px;margin-top:16px;padding-top:24px;display:flex}.lead__contact-label{color:var(--text-muted);font-size:14px;font-weight:500}.lead__phone,.lead__wa{color:var(--text-main);align-items:center;width:fit-content;font-size:16px;font-weight:600;transition:color .3s;display:inline-flex}.lead__phone:hover{color:var(--primary-light)}.lead__wa:hover{color:var(--accent)}.lead__card{border-radius:24px;padding:48px}.lead__card-header{text-align:center;margin-bottom:32px}.lead__card-title{color:var(--text-main);font-family:Poppins,sans-serif;font-size:28px;font-weight:800}.lead__card-sub{color:var(--accent);margin-top:8px;font-size:14px;font-weight:600}.lead__form{flex-direction:column;gap:24px;display:flex}.lead__field{flex-direction:column;gap:10px;display:flex}.lead__label{color:var(--text-main);align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.lead__input{width:100%;color:var(--text-main);border-radius:12px;outline:none;padding:16px;font-family:Inter,sans-serif;font-size:15px;transition:all .3s}.lead__input::placeholder{color:#ffffff4d}.lead__input:focus{border-color:var(--primary-light);box-shadow:0 0 0 4px #3b82f633}.lead__input--error{border-color:#ef4444}.lead__select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='rgba(255,255,255,0.5)'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;background-size:16px;padding-right:48px}.lead__error{color:#ef4444;font-size:13px;font-weight:500}.lead__submit{border-radius:12px;justify-content:center;width:100%;margin-top:8px;padding:18px;font-size:16px}.lead__disclaimer{text-align:center;color:var(--text-muted);font-size:13px}.lead__success{text-align:center;flex-direction:column;align-items:center;gap:20px;padding:32px 0;display:flex}.lead__success-icon{font-size:80px}.lead__success h3{color:var(--text-main);font-family:Poppins,sans-serif;font-size:32px;font-weight:800}.lead__success p{color:var(--text-muted);font-size:16px;line-height:1.7}.lead__wa-btn{margin-top:16px}.lead__toast{background:#ef44441f;border:1px solid #ef44444d;border-radius:12px;align-items:center;gap:10px;margin-bottom:8px;padding:12px 16px;display:flex}.lead__toast-icon{color:#ef4444;flex-shrink:0}.lead__toast-text{color:#fca5a5;flex:1;font-size:13px;font-weight:500;line-height:1.4}.lead__toast-close{color:#fca5a5;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:background .2s;display:flex}.lead__toast-close:hover{background:#ef444426}.lead__spinner{color:#fff;animation:1s linear infinite lead-spin}@keyframes lead-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.lead__submit--loading{opacity:.8;cursor:not-allowed;pointer-events:none}.lead__submit:disabled{opacity:.7;cursor:not-allowed}.lead__input:disabled{opacity:.6;cursor:not-allowed}@media (max-width:1024px){.lead__inner{grid-template-columns:1fr;gap:60px}}@media (max-width:480px){.lead__card{padding:32px 24px}}
.faq{background:#f8fafc}#faqs{color:#000}.faq__header{text-align:center;margin-bottom:52px}.faq__header .section-subtitle{margin:0 auto}.faq__list{flex-direction:column;gap:12px;max-width:760px;margin:0 auto;display:flex}.faq__item{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;transition:border-color .3s,box-shadow .3s;overflow:hidden}.faq__item--open{border-color:#ef4b2159;box-shadow:0 4px 20px #ef4b211f}.faq__question{text-align:left;color:#0f172a;background:0 0;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:20px 24px;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;transition:color .2s;display:flex}.faq__item--open .faq__question{color:var(--accent-orange)}.faq__chevron{color:#94a3b8;flex-shrink:0}.faq__item--open .faq__chevron{color:var(--accent-orange)}.faq__answer{overflow:hidden}.faq__answer p{color:#475569;padding:0 24px 20px;font-size:15px;line-height:1.75}
