*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: #E8947E;--color-primary-hover: #DE7F65;--color-accent-soft: #FDE7DF;--color-orange: #F15A29;--color-orange-hover: #D94E20;--color-orange-soft: #FEE9E2;--color-white: #FFFFFF;--color-warm-off-white: #FAF8F6;--color-bg-soft: #F5F5F5;--color-border: #E4E4E4;--color-text-main: #111111;--color-text-secondary: #6C6C6C;--color-dark: #000000;--color-text-on-dark: #FFFFFF;--font-family: "Inter", system-ui, -apple-system, sans-serif;--font-h1-size: 48px;--font-h2-size: 32px;--font-h3-size: 24px;--font-body-size: 16px;--line-height-body: 1.6;--container-max-width: 1200px;--section-spacing: 96px;--card-padding: 32px;--border-radius-card: 20px;--border-radius-button: 0;--border-radius-input: 10px}body{font-family:var(--font-family);font-size:var(--font-body-size);line-height:var(--line-height-body);color:var(--color-text-main);background-color:var(--color-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit;transition:color .2s ease}ul{list-style:none}img{max-width:100%;height:auto;display:block}html{scroll-behavior:smooth}#root{min-height:100vh}.container{max-width:var(--container-max-width);margin:0 auto;padding:0 24px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;border:none;border-radius:0;font-family:var(--font-family);font-size:var(--font-body-size);font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;text-decoration:none;position:relative}.btn-primary{background-color:var(--color-orange);color:var(--color-text-on-dark)}.btn-primary:hover{background-color:var(--color-orange-hover);transform:translateY(-1px)}.btn-secondary{background-color:var(--color-white);border:1px solid var(--color-orange);color:var(--color-orange)}.btn-secondary:hover{border-color:var(--color-orange);background-color:var(--color-orange);color:var(--color-white)}.btn-large{padding:18px 40px;font-size:18px;font-weight:600;border-radius:0}.header{border-bottom:1px solid var(--color-border);padding:20px 0;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2;transition:background-color .3s ease,backdrop-filter .3s ease}.header.scrolled{background-color:#ffffffd9;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 2px 10px #0000000d}.nav{display:flex;align-items:center;justify-content:space-between;gap:32px}.nav-logo{flex-shrink:0}.logo-link{font-size:24px;font-weight:700;color:var(--color-text-main)}.nav-menu{display:flex;align-items:center;gap:40px;flex:1;justify-content:center}.nav-link{color:var(--color-text-main);font-weight:500;font-size:var(--font-body-size);transition:color .2s ease}.nav-link:hover{color:var(--color-orange)}.nav-cta{flex-shrink:0}.nav-actions{display:flex;align-items:center;gap:16px}.lang-switcher{display:inline-flex;align-items:center;gap:4px;font-size:14px;color:var(--color-text-secondary)}.lang-btn{background:transparent;border:none;padding:4px 6px;cursor:pointer;font-size:14px;font-family:var(--font-family);color:var(--color-text-secondary);transition:color .2s ease}.lang-btn-active{color:var(--color-text-main);font-weight:600}.lang-btn:hover{color:var(--color-primary)}.lang-divider{color:var(--color-border);font-size:14px}.burger-menu{display:none;flex-direction:column;justify-content:space-around;width:28px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.burger-line{width:100%;height:3px;background-color:var(--color-text-main);border-radius:2px;transition:all .3s ease}.burger-menu.active .burger-line:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.burger-menu.active .burger-line:nth-child(2){opacity:0}.burger-menu.active .burger-line:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-menu{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:var(--color-white);z-index:999;padding:80px 24px 24px;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto;box-shadow:2px 0 10px #0000001a}.mobile-menu.active{transform:translate(0)}.mobile-menu-list{display:flex;flex-direction:column;gap:24px;list-style:none;margin:0;padding:0}.mobile-nav-link{display:block;font-size:20px;font-weight:500;color:var(--color-text-main);padding:12px 0;border-bottom:1px solid var(--color-border);transition:color .2s ease}.mobile-nav-link:hover{color:var(--color-orange)}.mobile-cta{margin-top:16px;width:100%}.hero{padding:var(--section-spacing) 0;position:relative;overflow:visible;padding-bottom:calc(var(--section-spacing) + 60px)}.hero:before{display:none}.hero-icons-background{position:absolute;inset:0;width:100%;z-index:0;pointer-events:none;overflow:visible}.hero-dashboard{z-index:1;position:relative}.hero-icon-bg{position:absolute;width:40px;height:40px;color:#6c6c6c26;opacity:1;filter:grayscale(100%);animation:iconBackgroundFloat 10s ease-in-out infinite;-webkit-user-select:none;user-select:none;stroke-width:1.5}.hero-icon-bg:nth-child(1){top:8%;left:5%;width:50px;height:50px;animation-delay:0s;transform:rotate(-15deg)}.hero-icon-bg:nth-child(2){top:12%;right:8%;width:45px;height:45px;animation-delay:2s;transform:rotate(20deg)}.hero-icon-bg:nth-child(3){top:20%;left:10%;width:48px;height:48px;animation-delay:4s;transform:rotate(-10deg)}.hero-icon-bg:nth-child(4){top:28%;right:12%;width:52px;height:52px;animation-delay:1s;transform:rotate(15deg)}.hero-icon-bg:nth-child(5){top:35%;left:6%;width:44px;height:44px;animation-delay:3s;transform:rotate(-25deg)}.hero-icon-bg:nth-child(6){top:42%;right:15%;width:46px;height:46px;animation-delay:5s;transform:rotate(10deg)}.hero-icon-bg:nth-child(7){top:50%;left:9%;width:50px;height:50px;animation-delay:2.5s;transform:rotate(-20deg)}.hero-icon-bg:nth-child(8){top:58%;right:6%;width:45px;height:45px;animation-delay:4.5s;transform:rotate(18deg)}.hero-icon-bg:nth-child(9){top:15%;left:25%;width:54px;height:54px;animation-delay:1.5s;transform:rotate(-12deg)}.hero-icon-bg:nth-child(10){top:22%;right:28%;width:47px;height:47px;animation-delay:3.5s;transform:rotate(22deg)}.hero-icon-bg:nth-child(11){top:30%;left:30%;width:49px;height:49px;animation-delay:5.5s;transform:rotate(-18deg)}.hero-icon-bg:nth-child(12){top:38%;right:22%;width:51px;height:51px;animation-delay:.5s;transform:rotate(14deg)}.hero-icon-bg:nth-child(13){top:45%;left:22%;width:44px;height:44px;animation-delay:2.8s;transform:rotate(-22deg)}.hero-icon-bg:nth-child(14){top:52%;right:35%;width:48px;height:48px;animation-delay:4.2s;transform:rotate(16deg)}.hero-icon-bg:nth-child(15){top:60%;left:18%;width:47px;height:47px;animation-delay:1.2s;transform:rotate(-16deg)}.hero-icon-bg:nth-child(16){top:68%;right:25%;width:45px;height:45px;animation-delay:3.8s;transform:rotate(19deg)}.hero-icon-bg:nth-child(17){top:18%;left:40%;width:53px;height:53px;animation-delay:5.2s;transform:rotate(-14deg)}.hero-icon-bg:nth-child(18){top:48%;left:45%;width:49px;height:49px;animation-delay:2.2s;transform:rotate(21deg)}.hero-icon-bg:nth-child(19){top:32%;left:50%;width:46px;height:46px;animation-delay:4.8s;transform:rotate(-19deg)}.hero-icon-bg:nth-child(20){top:65%;left:35%;width:51px;height:51px;animation-delay:1.8s;transform:rotate(17deg)}.hero-icon-bg:nth-child(21){top:10%;right:32%;width:50px;height:50px;animation-delay:3.2s;transform:rotate(-21deg)}.hero-icon-bg:nth-child(22){top:72%;left:28%;width:44px;height:44px;animation-delay:5.8s;transform:rotate(13deg)}.hero-icon-bg:nth-child(23){top:25%;left:55%;width:52px;height:52px;animation-delay:2.3s;transform:rotate(-17deg)}.hero-icon-bg:nth-child(24){top:55%;right:38%;width:47px;height:47px;animation-delay:4.7s;transform:rotate(20deg)}.hero-icon-bg:nth-child(25){top:75%;right:18%;width:48px;height:48px;animation-delay:1.7s;transform:rotate(-23deg)}@keyframes iconBackgroundFloat{0%,to{transform:translate(0) rotate(var(--rotation, 0deg)) scale(1)}50%{transform:translate(8px,-8px) rotate(calc(var(--rotation, 0deg) + 3deg)) scale(1.02)}}@keyframes float{0%,to{transform:translate(0) scale(1) rotate(0)}33%{transform:translate(30px,-30px) scale(1.1) rotate(5deg)}66%{transform:translate(-20px,20px) scale(.95) rotate(-5deg)}}@keyframes iconFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(5deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(.8325954)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-title-animate,.hero-subtitle-animate,.hero-cta-animate,.hero-right-animate,.hero-image,.hero-stats-animate,.stat-item{opacity:0}.hero-animate .hero-title-animate{animation:fadeInUp .8s cubic-bezier(.16,1,.3,1) .2s both}.hero-animate .hero-subtitle-animate{animation:fadeInUp .8s cubic-bezier(.16,1,.3,1) .4s both}.hero-animate .hero-cta-animate{animation:fadeInUp .8s cubic-bezier(.16,1,.3,1) .6s both}.hero-animate .hero-right-animate{animation:fadeInRight 1s cubic-bezier(.16,1,.3,1) .3s both}.hero-animate .hero-image{animation:scaleIn 1.2s cubic-bezier(.16,1,.3,1) .5s both}.hero-animate .hero-stats-animate{animation:slideInUp .8s cubic-bezier(.16,1,.3,1) .8s both}.hero-animate .stat-item{animation:fadeInUp .6s cubic-bezier(.16,1,.3,1) both}.hero-animate .stat-item:nth-child(1){animation-delay:1s}.hero-animate .stat-item:nth-child(2){animation-delay:1.1s}.hero-animate .stat-item:nth-child(3){animation-delay:1.2s}.hero-animate .stat-item:nth-child(4){animation-delay:1.3s}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:flex-start;position:relative;z-index:2;overflow:visible}.hero-left{display:flex;flex-direction:column;gap:32px;align-items:flex-start}.hero-left .hero-cta{margin-bottom:0}.hero-title{font-size:var(--font-h1-size);font-weight:700;line-height:1.15;color:var(--color-text-main);margin:0;display:block}.hero-title-gradient{background:linear-gradient(90deg,var(--color-orange) 0%,var(--color-orange-hover) 50%,var(--color-text-main) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.hero-subtitle{font-size:20px;line-height:1.5;color:var(--color-text-secondary);margin:0}.hero-cta{display:flex;flex-direction:column;gap:0;margin-top:0;margin-bottom:0}.hero-cta-buttons{display:flex;gap:16px;flex-wrap:wrap}.hero-stats{display:flex;align-items:flex-start;gap:48px;margin-top:24px;padding-top:0;width:100%}.hero-stats-numbers{display:flex;gap:48px;flex:1;align-items:flex-start;justify-content:space-between;max-width:100%;flex-wrap:nowrap}.stat-item{display:flex;flex-direction:column;gap:8px;flex:1;min-width:0;text-align:center;align-items:center}.stat-number{font-size:48px;font-weight:700;line-height:1.1;color:var(--color-text-main);text-align:center}.stat-number-4in1{display:flex;align-items:center;justify-content:center;gap:.2em}.stat-4,.stat-v,.stat-1{display:inline-block;opacity:0;transform:scale(.5) rotate(-180deg);transition:all .6s cubic-bezier(.34,1.56,.64,1)}.stat-4.visible{opacity:1;transform:scale(1) rotate(0);transition-delay:.1s}.stat-v.visible{opacity:1;transform:scale(1) rotate(0);transition-delay:.3s}.stat-1.visible{opacity:1;transform:scale(1) rotate(0);transition-delay:.5s}.stat-label{font-size:16px;color:var(--color-text-secondary);line-height:1.4;text-align:center}.hero-right{display:flex;justify-content:center;align-items:flex-start;position:relative;padding-top:0}.hero-image-wrapper{width:100%;max-width:600px;position:relative;display:flex;align-items:flex-start;justify-content:flex-start;overflow:visible}.hero-image-placeholder{width:100%;background:transparent;position:relative;overflow:visible;display:flex;align-items:flex-start;justify-content:flex-start}.hero-image{width:100%;height:auto;object-fit:contain;display:block;transform:scale(.8325954);transform-origin:center center;margin-top:-80px;margin-left:10px}.hero-animate .hero-image{transform:scale(.8325954);margin-top:-80px;margin-left:10px}.dashboard-card{position:absolute;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:20px;box-shadow:0 8px 24px #0000001a;border:1px solid rgba(255,255,255,.8);min-width:180px}.dashboard-card-1{top:10%;left:5%;transform:rotate(-2deg);width:200px}.dashboard-card-2{top:25%;right:10%;transform:rotate(3deg);width:200px}.dashboard-card-3{top:5%;right:0;transform:rotate(-1deg);width:240px;height:140px}.dashboard-card-4{bottom:30%;left:0;transform:rotate(2deg);width:220px}.dashboard-card-5{bottom:15%;right:15%;transform:rotate(-2deg);width:200px}.dashboard-card-6{bottom:5%;left:20%;transform:rotate(4deg);width:180px}.dashboard-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.dashboard-label{font-size:12px;font-weight:600;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.5px}.dashboard-value{font-size:20px;font-weight:700;color:var(--color-text-main)}.dashboard-bar{width:100%;height:6px;background:#0000000d;border-radius:3px;margin-bottom:8px;overflow:hidden}.dashboard-bar-fill{height:100%;border-radius:3px;transition:width .6s ease}.dashboard-bar-orange{width:75%;background:var(--color-orange)}.dashboard-bar-blue{width:85%;background:#3b82f6}.dashboard-change{font-size:12px;font-weight:600}.dashboard-change-positive{color:#22c55e}.dashboard-change-negative{color:#ef4444}.dashboard-chart{width:100%;height:80px;position:relative;margin-top:10px}.chart-line{width:100%;height:100%;background:linear-gradient(to right,#8b5cf6,#a78bfa,#c4b5fd);clip-path:polygon(0 100%,10% 80%,20% 60%,30% 40%,40% 30%,50% 20%,60% 25%,70% 35%,80% 50%,90% 70%,100% 90%,100% 100%);border-radius:4px}.dashboard-payment{text-align:left}.payment-amount{font-size:24px;font-weight:700;color:#22c55e;margin-bottom:6px}.payment-text{font-size:12px;color:var(--color-text-secondary)}.dashboard-meta{font-size:11px;color:var(--color-text-secondary);margin-bottom:8px}.dashboard-live{font-size:12px;color:var(--color-text-main);font-weight:500}.live-percent{color:#22c55e;font-weight:700}.dashboard-total{display:flex;flex-direction:column;gap:8px}.dashboard-total-amount{font-size:28px;font-weight:700;color:var(--color-text-main)}.hero-decoration{position:absolute;border-radius:50%;background:#ffffff4d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:decorationFloat 6s ease-in-out infinite}.hero-decoration-1{width:80px;height:80px;top:10%;right:10%;animation-delay:0s}.hero-decoration-2{width:60px;height:60px;bottom:15%;left:15%;animation-delay:2s}.hero-decoration-3{width:100px;height:100px;top:50%;right:5%;animation-delay:4s}@keyframes decorationFloat{0%,to{transform:translate(0) scale(1);opacity:.3}50%{transform:translate(20px,-20px) scale(1.1);opacity:.5}}.hero-image-content{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:40px;padding:60px;width:100%;height:100%;align-items:center;justify-items:center}.hero-icon{font-size:64px;animation:iconFloat 3s ease-in-out infinite;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));transition:transform .3s ease}.hero-icon:hover{transform:scale(1.2) rotate(10deg)}.hero-icon:nth-child(1){animation-delay:0s}.hero-icon:nth-child(2){animation-delay:.5s}.hero-icon:nth-child(3){animation-delay:1s}.hero-icon:nth-child(4){animation-delay:1.5s}.hero-icon:nth-child(5){animation-delay:2s}.hero-icon:nth-child(6){animation-delay:2.5s}.services{padding:var(--section-spacing) 0;background-color:var(--color-white);position:relative;overflow:hidden}.section-title{font-size:var(--font-h2-size);font-weight:700;color:var(--color-text-main);text-align:center;margin:0 0 64px;position:relative;z-index:1}.typewriter-text{display:inline}.typewriter-cursor{display:inline-block;margin-left:2px;color:var(--color-orange);animation:blink 1s infinite;font-weight:300;vertical-align:baseline}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.services .section-title{opacity:1!important;transform:translateY(0)!important;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.section-title-animate{opacity:1;transform:translateY(0)}.service-card{background-color:var(--color-white);border:1px solid var(--color-border);border-radius:var(--border-radius-card);padding:40px;box-shadow:0 10px 30px #0000000f;transition:all .3s ease,opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);height:100%;display:flex;flex-direction:column;opacity:0;transform:translateY(40px) scale(.95);position:relative;z-index:1}.service-card-animate{opacity:1;transform:translateY(0) scale(1)}.service-card:nth-child(1).service-card-animate{transition-delay:.1s}.service-card:nth-child(2).service-card-animate{transition-delay:.2s}.service-card:nth-child(3).service-card-animate{transition-delay:.3s}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 35px #0000001a}.service-icon{width:80px;height:80px;border-radius:50%;background-color:var(--color-accent-soft);display:flex;align-items:center;justify-content:center;margin-bottom:24px;flex-shrink:0}.service-icon svg{color:var(--color-orange)}.service-title{font-size:var(--font-h3-size);font-weight:700;color:var(--color-text-main);margin:0 0 16px;line-height:1.3}.service-description{font-size:var(--font-body-size);line-height:var(--line-height-body);color:var(--color-text-secondary);margin:0 0 24px;flex:1}.service-list{list-style:none;padding:0;margin:0 0 24px}.service-list li{font-size:var(--font-body-size);line-height:var(--line-height-body);color:var(--color-text-main);margin-bottom:12px;padding-left:24px;position:relative}.service-list li:before{content:"✓";position:absolute;left:0;color:var(--color-orange);font-weight:700}.service-result{margin-top:auto;padding-top:24px;border-top:1px solid var(--color-border)}.service-result-title{font-size:14px;font-weight:600;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px}.service-result-text{font-size:var(--font-body-size);line-height:var(--line-height-body);color:var(--color-text-main);margin:0;font-weight:500}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px}.why-us{padding:var(--section-spacing) 0;background-color:#f5f5f5;position:relative;overflow:hidden}.why-us:before{content:"";position:absolute;top:-1px;left:0;width:100%;height:60px;background-color:var(--color-white);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,60 Q50,0 100,60 T200,60 T300,60 T400,60 T500,60 T600,60 T700,60 T800,60 T900,60 T1000,60 T1100,60 T1200,60 L1200,0 L0,0 Z" fill="black"/></svg>');mask-size:100% 60px;mask-repeat:no-repeat;mask-position:top;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,60 Q50,0 100,60 T200,60 T300,60 T400,60 T500,60 T600,60 T700,60 T800,60 T900,60 T1000,60 T1100,60 T1200,60 L1200,0 L0,0 Z" fill="black"/></svg>');-webkit-mask-size:100% 60px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:top;z-index:0}.why-us:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:60px;background-color:var(--color-white);mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,60 Q50,120 100,60 T200,60 T300,60 T400,60 T500,60 T600,60 T700,60 T800,60 T900,60 T1000,60 T1100,60 T1200,60 L1200,120 L0,120 Z" fill="black"/></svg>');mask-size:100% 60px;mask-repeat:no-repeat;mask-position:bottom;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,60 Q50,120 100,60 T200,60 T300,60 T400,60 T500,60 T600,60 T700,60 T800,60 T900,60 T1000,60 T1100,60 T1200,60 L1200,120 L0,120 Z" fill="black"/></svg>');-webkit-mask-size:100% 60px;-webkit-mask-repeat:no-repeat;-webkit-mask-position:bottom;z-index:0}.why-us-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;position:relative;z-index:1}.why-us-item{background-color:var(--color-white);border:1px solid var(--color-border);border-radius:var(--border-radius-card);padding:40px;box-shadow:0 10px 30px #0000000f;transition:all .3s ease;position:relative;overflow:hidden}.why-us-item-title{opacity:0;transform:translateY(20px);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}.why-us-item-text{position:relative;overflow:hidden}.why-us-text-line,.case-text-line,.testimonial-text-line{display:block;line-height:var(--line-height-body)}.why-us-item-visible .why-us-item-title{opacity:1;transform:translateY(0)}.why-us-item:nth-child(1).why-us-item-visible .why-us-item-title{transition-delay:.1s}.why-us-item:nth-child(1).why-us-item-visible .why-us-item-text{transition-delay:.3s}.why-us-item:nth-child(2).why-us-item-visible .why-us-item-title{transition-delay:.2s}.why-us-item:nth-child(2).why-us-item-visible .why-us-item-text{transition-delay:.4s}.why-us-item:nth-child(3).why-us-item-visible .why-us-item-title{transition-delay:.3s}.why-us-item:nth-child(3).why-us-item-visible .why-us-item-text{transition-delay:.5s}.why-us-item:nth-child(4).why-us-item-visible .why-us-item-title{transition-delay:.4s}.why-us-item:nth-child(4).why-us-item-visible .why-us-item-text{transition-delay:.6s}.why-us-item:nth-child(5).why-us-item-visible .why-us-item-title{transition-delay:.5s}.why-us-item:nth-child(5).why-us-item-visible .why-us-item-text{transition-delay:.7s}.why-us-item:nth-child(6).why-us-item-visible .why-us-item-title{transition-delay:.6s}.why-us-item:nth-child(6).why-us-item-visible .why-us-item-text{transition-delay:.8s}.why-us-item:hover{transform:translateY(-4px);box-shadow:0 12px 35px #0000001a}.why-us-item:hover .why-us-item-title,.why-us-item:hover .why-us-item-text{transform:translateY(0)}.why-us-icon-bg{position:absolute;bottom:-20px;right:-20px;opacity:.08;color:var(--color-text-main);pointer-events:none;z-index:0}.why-us-item-1,.why-us-item-2,.why-us-item-3,.why-us-item-4,.why-us-item-5,.why-us-item-6{background:var(--color-warm-off-white)}.why-us-item-1 .why-us-icon-bg,.why-us-item-2 .why-us-icon-bg,.why-us-item-3 .why-us-icon-bg,.why-us-item-4 .why-us-icon-bg,.why-us-item-5 .why-us-icon-bg,.why-us-item-6 .why-us-icon-bg{color:var(--color-primary);opacity:.12}.why-us-item-title{font-size:var(--font-h3-size);font-weight:700;color:var(--color-text-main);margin:0 0 12px;line-height:1.3;position:relative;z-index:1}.why-us-item-text{font-size:var(--font-body-size);line-height:var(--line-height-body);color:var(--color-text-secondary);margin:0;position:relative;z-index:1;overflow:hidden}.why-us-item-text:before{content:"";position:absolute;inset:0;background:var(--color-warm-off-white);transform:translateY(0);transition:transform .8s cubic-bezier(.16,1,.3,1);z-index:1}.why-us-item-visible .why-us-item-text:before{transform:translateY(100%)}.cases{padding:var(--section-spacing) 0;background-color:var(--color-white)}.cases-category{margin-bottom:80px}.cases-category:last-child{margin-bottom:0}.cases-category-title{font-size:var(--font-h2-size);font-weight:700;color:var(--color-text-main);margin:0 0 48px}.cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}.cases-slider-wrapper{position:relative;display:flex;align-items:center;gap:24px}.cases-slider-container{flex:1;overflow:hidden;position:relative}.cases-slider{display:flex;gap:32px;transition:transform .6s cubic-bezier(.4,0,.2,1);will-change:transform}.cases-slider .case-card{flex:0 0 calc((100% - 64px) / 3);min-width:320px;max-width:calc((100% - 64px) / 3)}.cases-slider-nav{width:48px;height:48px;border-radius:50%;border:2px solid var(--color-border);background-color:var(--color-white);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0;color:var(--color-text-main);z-index:2}.cases-slider-nav:hover:not(:disabled){border-color:var(--color-orange);background-color:var(--color-orange);color:var(--color-white);transform:scale(1.1)}.cases-slider-nav:disabled{opacity:.3;cursor:not-allowed}.cases-slider-nav-prev{order:-1}.cases-slider-nav-next{order:1}.cases-slider .case-card{flex:0 0 calc((100% - 96px) / 3);min-width:320px;max-width:none;width:calc((100% - 96px) / 3)}.case-card-preview{opacity:.5;cursor:pointer;pointer-events:auto;position:relative}.case-card-preview:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,transparent 0%,rgba(255,255,255,.3) 100%);pointer-events:none}.case-card{background-color:var(--color-white);border:1px solid var(--color-border);border-radius:var(--border-radius-card);overflow:hidden;box-shadow:0 10px 30px #0000000f;transition:all .3s ease}.case-card:hover{transform:translateY(-4px);box-shadow:0 12px 35px #0000001a}.case-image{width:100%;height:200px;background:linear-gradient(135deg,var(--color-orange-soft) 0%,var(--color-accent-soft) 100%);display:flex;align-items:center;justify-content:center;font-size:48px;color:var(--color-orange)}.case-image svg{display:block!important;width:64px!important;height:64px!important;flex-shrink:0}.case-image-with-hover{overflow:hidden;background:none}.case-image-with-hover img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.case-image-with-hover:hover img{transform:scale(1.1)}.case-content{padding:32px}.case-niche{font-size:14px;font-weight:600;color:var(--color-orange);text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px}.case-geo-wrapper{display:flex;align-items:center;gap:6px;margin:0 0 12px}.case-geo-text{font-size:var(--font-body-size);color:var(--color-text-main)}.case-divider{width:100%;height:1px;background-color:var(--color-border);margin:0 0 12px}.case-results-wrapper{display:flex;align-items:flex-start;gap:6px}.case-results{font-size:var(--font-body-size);line-height:var(--line-height-body);color:var(--color-text-main);margin:0;flex:1}.case-geo{font-size:var(--font-body-size);color:var(--color-text-secondary);margin:0 0 16px;display:flex;align-items:center;gap:6px}.case-platform-logo{height:48px;width:auto;display:inline-block;vertical-align:middle}.case-attr{font-size:var(--font-body-size);color:var(--color-text-main);margin:0 0 8px;display:flex;align-items:center;gap:6px}.case-attr svg{width:16px!important;height:16px!important;flex-shrink:0}.case-attr-label{font-weight:600;color:var(--color-text-secondary);margin-right:4px}.stages{padding:var(--section-spacing) 0;background-color:var(--color-white);position:relative}.stages-list-wrapper{position:relative;max-width:1200px;margin:0 auto}.stages-timeline{position:absolute;left:50%;top:0;bottom:0;transform:translate(-50%);width:4px;z-index:1;pointer-events:none}.stages-timeline-line{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--color-border)}.stages-timeline-progress{position:absolute;top:0;left:0;width:100%;background-color:var(--color-orange);transition:height .1s ease-out;z-index:1}.stages-timeline-dot{position:absolute;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;background-color:var(--color-border);border:3px solid var(--color-white);border-radius:50%;z-index:2;transition:all .3s ease}.stages-timeline-dot.active{background-color:var(--color-orange);width:20px;height:20px;box-shadow:0 0 0 4px #f15a2933}.stages-list{display:flex;flex-direction:column;gap:120px}.stage-item{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;opacity:0;transform:translateY(60px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);position:relative}.stage-item:nth-child(2n){direction:rtl}.stage-item:nth-child(2n)>*{direction:ltr}.stage-item.stage-visible{opacity:1;transform:translateY(0)}.stage-content{display:flex;flex-direction:column;gap:24px}.stage-number{font-size:120px;font-weight:700;color:var(--color-orange);opacity:.15;line-height:1;margin-bottom:-20px}.stage-text{display:flex;flex-direction:column;gap:16px}.stage-title{font-size:36px;font-weight:700;color:var(--color-text-main);margin:0;line-height:1.2}.stage-description{font-size:var(--font-body-size);line-height:1.6;color:var(--color-text-secondary);margin:0}.stage-illustration{display:flex;align-items:center;justify-content:center;opacity:.1;transition:opacity .8s cubic-bezier(.16,1,.3,1)}.stage-item.stage-visible .stage-illustration{opacity:.15}.cta-section{padding:0;background:linear-gradient(135deg,var(--color-orange) 0%,var(--color-orange-hover) 50%,var(--color-accent-soft) 100%);position:relative;overflow:hidden}.cta-section-icon-bg{position:absolute;top:calc(50% - 100px);left:calc(50% - 100px);transform:translate(-50%,-50%);pointer-events:none;opacity:.12;z-index:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.cta-section-icon-bg svg{width:1000px;height:1000px;color:var(--color-white);stroke-width:1.5;filter:drop-shadow(0 0 20px rgba(255,255,255,.1))}.cta-container{display:grid;grid-template-columns:2fr 1fr;max-width:1400px;margin:0 auto;min-height:600px}.cta-content{padding:80px 60px;color:var(--color-white);display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1}.cta-header{display:flex;align-items:center;gap:8px;margin-bottom:24px;font-size:12px;font-weight:500;letter-spacing:1px;text-transform:uppercase;color:#ffffffb3}.cta-label{display:flex;align-items:center}.cta-title{font-size:48px;font-weight:700;color:var(--color-white);margin:0 0 24px;line-height:1.2}.cta-description{font-size:var(--font-body-size);line-height:1.6;color:#ffffffe6;margin:0 0 40px;max-width:500px}.cta-features{display:flex;flex-direction:column;gap:16px}.cta-feature{display:flex;align-items:center;gap:12px;font-size:var(--font-body-size);color:#ffffffe6}.cta-feature svg{flex-shrink:0}.cta-form-wrapper{background-color:transparent;padding:80px 50px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.cta-form{width:100%;max-width:380px;margin:0;position:relative;z-index:1;background-color:var(--color-white);border-radius:20px;padding:50px 40px;box-shadow:0 10px 40px #0000001a}.cta-form-row{display:flex;gap:16px;margin-bottom:24px}.cta-form-row .cta-form-field{flex:1;margin-bottom:0}.cta-form-field{margin-bottom:24px}.cta-form-field:last-of-type{margin-bottom:32px}.cta-form-field label{display:block;font-size:12px;font-weight:500;color:var(--color-text-secondary);margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.cta-form-field input,.cta-form-field textarea{width:100%;padding:10px 0;border:none;border-bottom:1px solid var(--color-border);font-family:var(--font-family);font-size:var(--font-body-size);color:var(--color-text-main);background-color:transparent;transition:border-color .2s ease;line-height:1.5}.cta-form-field input:focus,.cta-form-field textarea:focus{outline:none;border-bottom-color:var(--color-orange)}.cta-form-field input.error,.cta-form-field textarea.error{border-bottom-color:var(--color-orange);background-color:#f15a290d}.cta-form-field input::placeholder,.cta-form-field textarea::placeholder{color:var(--color-text-secondary)}.form-error{display:block;color:var(--color-orange);font-size:14px;margin-top:4px;font-weight:500}.cta-form-field textarea{resize:vertical;min-height:100px;padding-top:10px;padding-bottom:10px}.cta-form-submit{width:100%;padding:16px 24px;background-color:var(--color-orange);color:var(--color-white);border:none;border-radius:8px;font-family:var(--font-family);font-size:var(--font-body-size);font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background-color .2s ease,transform .2s ease;margin-bottom:16px}.cta-form-submit:hover{background-color:var(--color-orange-hover);transform:translateY(-1px)}.cta-form-legal{font-size:12px;color:var(--color-text-secondary);line-height:1.5}.cta-form-legal a{color:#3b82f6;text-decoration:underline}.cta-form-legal a:hover{color:#2563eb}.testimonials{padding:var(--section-spacing) 0;background-color:var(--color-bg-soft);position:relative;overflow:hidden}.testimonials-icons-background{position:absolute;inset:0;overflow:hidden;z-index:0;pointer-events:none}.testimonials-icon-bg{position:absolute;color:var(--color-text-main);opacity:.04;animation:testimonialsIconFloat 18s linear infinite}.testimonials-icon-bg:nth-child(1){top:10%;left:8%;transform:scale(1.2)}.testimonials-icon-bg:nth-child(2){top:20%;right:12%;transform:scale(1.4)}.testimonials-icon-bg:nth-child(3){top:50%;left:5%;transform:scale(1.1)}.testimonials-icon-bg:nth-child(4){top:65%;right:18%;transform:scale(1.5)}.testimonials-icon-bg:nth-child(5){top:30%;left:45%;transform:scale(1.3)}.testimonials-icon-bg:nth-child(6){top:80%;left:20%;transform:scale(1.2)}.testimonials-icon-bg:nth-child(7){top:15%;right:35%;transform:scale(1.6)}.testimonials-icon-bg:nth-child(8){top:55%;right:5%;transform:scale(1.2)}.testimonials-icon-bg:nth-child(9){bottom:10%;left:35%;transform:scale(1.4)}.testimonials-icon-bg:nth-child(10){bottom:5%;right:25%;transform:scale(1.3)}@keyframes testimonialsIconFloat{0%{transform:translateZ(0) scale(1)}50%{transform:translate3d(20px,-20px,0) scale(1.05)}to{transform:translateZ(0) scale(1)}}.testimonials .container{position:relative;z-index:1}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1200px;margin:0 auto}.testimonial-card{background-color:var(--color-white);border-radius:var(--border-radius-card);padding:32px;box-shadow:0 2px 8px #0000000a;transition:all .3s ease;display:flex;flex-direction:column;min-height:280px}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000014}.testimonial-text{font-size:15px;line-height:1.6;color:var(--color-text-main);margin:0 0 24px;flex-grow:1}.testimonial-footer{display:flex;align-items:center;gap:16px;margin-top:auto}.testimonial-avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--color-accent-soft) 0%,var(--color-primary) 100%);flex-shrink:0;position:relative;overflow:hidden}.testimonial-avatar img{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%}.testimonial-info{display:flex;flex-direction:column;gap:4px}.testimonial-name{font-size:16px;font-weight:600;color:var(--color-text-main);margin:0}.testimonial-role{font-size:14px;color:var(--color-text-secondary);margin:0}.testimonial-card-cta{border:2px dashed var(--color-border);background-color:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.testimonial-card-cta:hover{border-color:var(--color-orange);background-color:var(--color-orange-soft)}.testimonial-cta-content{display:flex;flex-direction:column;align-items:center;gap:16px}.testimonial-cta-icon{color:var(--color-text-secondary);transition:color .3s ease}.testimonial-card-cta:hover .testimonial-cta-icon{color:var(--color-orange)}.testimonial-cta-text{font-size:18px;font-weight:500;color:var(--color-text-secondary);margin:0;transition:color .3s ease}.testimonial-card-cta:hover .testimonial-cta-text{color:var(--color-orange)}@media(max-width:1024px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.testimonials-grid{grid-template-columns:1fr}.testimonial-card{min-height:auto}}.clients{padding:var(--section-spacing) 0;background-color:var(--color-white);overflow:hidden}.clients-title{font-size:var(--font-h2-size);font-weight:700;color:var(--color-text-main);text-align:center;margin:0 0 64px}.clients-slider-wrapper{display:flex;flex-direction:column;gap:32px}.clients-slider{overflow:hidden;width:100%;position:relative}.clients-slider-track{display:flex;gap:40px;width:fit-content;animation:slideLeft 45s linear infinite}.clients-slider-track-reverse{animation:slideRight 45s linear infinite}@keyframes slideLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes slideRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.client-logo-placeholder{width:290px;height:161px;background-color:var(--color-bg-soft);border:1px solid var(--color-border);border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.client-logo{width:290px;height:161px;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.client-logo-with-image{background:none;border:none}.client-logo img{max-width:169%;max-height:169%;width:auto;height:auto;object-fit:contain}@media(max-width:768px){.clients-title{font-size:28px;margin-bottom:40px}.clients-slider-wrapper{gap:24px}.client-logo-placeholder{width:225px;height:129px}.clients-slider-track{gap:24px}}.modal-overlay{position:fixed;inset:0;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background-color:var(--color-white);border-radius:var(--border-radius-card);padding:48px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:24px;right:24px;background:none;border:none;cursor:pointer;color:var(--color-text-secondary);padding:8px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.modal-close:hover{color:var(--color-text-main);background-color:var(--color-border)}.modal-title{font-size:var(--font-h2-size);font-weight:700;color:var(--color-text-main);margin:0 0 32px;line-height:1.3}.audit-form{display:flex;flex-direction:column;gap:24px}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{font-size:var(--font-body-size);font-weight:500;color:var(--color-text-main);display:flex;align-items:center;gap:4px}.required{color:var(--color-orange)}.form-input{padding:14px 16px;border:1px solid var(--color-border);border-radius:0;font-family:var(--font-family);font-size:var(--font-body-size);color:var(--color-text-main);background-color:var(--color-white);transition:all .2s ease;width:100%;box-sizing:border-box}.form-input:focus{outline:none;border-color:var(--color-orange);box-shadow:0 0 0 3px #f15a291a}.form-input::placeholder{color:var(--color-text-secondary);opacity:.6}.phone-input-wrapper{display:flex;gap:8px;align-items:stretch}.phone-country-select{padding:14px 12px;border:1px solid var(--color-border);border-radius:0;font-family:var(--font-family);font-size:var(--font-body-size);color:var(--color-text-main);background-color:var(--color-white);cursor:pointer;transition:all .2s ease;flex-shrink:0;min-width:100px}.phone-country-select:focus{outline:none;border-color:var(--color-orange);box-shadow:0 0 0 3px #f15a291a}.phone-input{flex:1}.cta-form-field .phone-input-wrapper{display:flex;gap:8px;align-items:stretch}.cta-form-field .phone-country-select{padding:10px 12px;border:none;border-bottom:1px solid var(--color-border);font-family:var(--font-family);font-size:var(--font-body-size);color:var(--color-text-main);background-color:transparent;cursor:pointer;transition:border-color .2s ease;flex-shrink:0;min-width:100px}.cta-form-field .phone-country-select:focus{outline:none;border-bottom-color:var(--color-orange)}.cta-form-field .phone-input{flex:1;border:none;border-bottom:1px solid var(--color-border);padding:10px 0;background-color:transparent}.cta-form-field .phone-input:focus{outline:none;border-bottom-color:var(--color-orange)}.checkbox-group{margin-top:8px}.checkbox-label{display:flex;align-items:flex-start;gap:12px;font-size:var(--font-body-size);color:var(--color-text-secondary);line-height:1.5;cursor:pointer}.form-checkbox{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:var(--color-orange);flex-shrink:0}.checkbox-label span{flex:1}.form-link{color:var(--color-orange);text-decoration:underline;transition:color .2s ease}.form-link:hover{color:var(--color-orange-hover)}.form-submit{width:100%;margin-top:8px}.form-footer-text{font-size:14px;color:var(--color-text-secondary);text-align:center;margin:0;line-height:1.5}@media(max-width:768px){.modal-content{padding:32px 24px;max-height:95vh}.modal-title{font-size:28px;margin-bottom:24px}.audit-form{gap:20px}}.faq{padding:var(--section-spacing) 0;background-color:var(--color-white);position:relative;overflow:hidden}.faq-icons-background{position:absolute;inset:0;width:100%;z-index:0;pointer-events:none;overflow:visible}.faq-icon-bg{position:absolute;color:#f15a291f;opacity:1;filter:grayscale(100%);animation:faqIconFloat 12s ease-in-out infinite;-webkit-user-select:none;user-select:none;stroke-width:1.5}.faq-icon-bg:nth-child(1){top:5%;left:3%;width:80px;height:80px;animation-delay:0s;transform:rotate(-12deg)}.faq-icon-bg:nth-child(2){top:8%;right:5%;width:100px;height:100px;animation-delay:1.5s;transform:rotate(18deg)}.faq-icon-bg:nth-child(3){top:15%;left:8%;width:90px;height:90px;animation-delay:3s;transform:rotate(-8deg)}.faq-icon-bg:nth-child(4){top:20%;right:10%;width:96px;height:96px;animation-delay:.8s;transform:rotate(15deg)}.faq-icon-bg:nth-child(5){top:12%;left:20%;width:104px;height:104px;animation-delay:2.2s;transform:rotate(-20deg)}.faq-icon-bg:nth-child(6){top:25%;right:15%;width:88px;height:88px;animation-delay:4s;transform:rotate(10deg)}.faq-icon-bg:nth-child(7){top:30%;left:5%;width:92px;height:92px;animation-delay:1.2s;transform:rotate(-15deg)}.faq-icon-bg:nth-child(8){top:35%;right:8%;width:100px;height:100px;animation-delay:3.5s;transform:rotate(22deg)}.faq-icon-bg:nth-child(9){top:18%;left:30%;width:84px;height:84px;animation-delay:2.8s;transform:rotate(-10deg)}.faq-icon-bg:nth-child(10){top:28%;right:25%;width:96px;height:96px;animation-delay:.5s;transform:rotate(17deg)}.faq-icon-bg:nth-child(11){top:40%;left:12%;width:90px;height:90px;animation-delay:4.2s;transform:rotate(-18deg)}.faq-icon-bg:nth-child(12){top:45%;right:12%;width:98px;height:98px;animation-delay:1.8s;transform:rotate(12deg)}.faq-icon-bg:nth-child(13){top:22%;left:45%;width:94px;height:94px;animation-delay:3.2s;transform:rotate(-14deg)}.faq-icon-bg:nth-child(14){top:38%;right:30%;width:86px;height:86px;animation-delay:.3s;transform:rotate(20deg)}.faq-icon-bg:nth-child(15){top:50%;left:8%;width:102px;height:102px;animation-delay:2.5s;transform:rotate(-16deg)}.faq-icon-bg:nth-child(16){top:55%;right:20%;width:88px;height:88px;animation-delay:4.5s;transform:rotate(13deg)}.faq-icon-bg:nth-child(17){top:32%;left:55%;width:92px;height:92px;animation-delay:1.5s;transform:rotate(-19deg)}.faq-icon-bg:nth-child(18){top:48%;right:35%;width:96px;height:96px;animation-delay:3.8s;transform:rotate(11deg)}.faq-icon-bg:nth-child(19){top:60%;left:15%;width:90px;height:90px;animation-delay:.7s;transform:rotate(-21deg)}.faq-icon-bg:nth-child(20){top:65%;right:10%;width:100px;height:100px;animation-delay:2.9s;transform:rotate(16deg)}@keyframes faqIconFloat{0%,to{transform:translate(0) rotate(var(--rotation, 0deg)) scale(1)}50%{transform:translate(10px,-10px) rotate(calc(var(--rotation, 0deg) + 4deg)) scale(1.03)}}.faq:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 30%,rgba(241,90,41,.08) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(232,148,126,.08) 0%,transparent 50%),radial-gradient(circle at 50% 50%,rgba(253,233,223,.12) 0%,transparent 50%);pointer-events:none}.faq-header{text-align:center;margin-bottom:64px;position:relative;z-index:2}.faq-title{font-size:48px;font-weight:700;color:var(--color-text-main);margin:0 0 24px}.faq-subtitle{font-size:var(--font-body-size);line-height:var(--line-height-body);color:var(--color-text-secondary);max-width:700px;margin:0 auto}.faq-content{display:grid;grid-template-columns:43% 1fr;gap:48px;position:relative;z-index:2}.faq-categories{display:flex;flex-direction:column;gap:27px}.faq-category-btn{background-color:#ffffff80;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:26px 38px;font-size:18px;font-weight:500;color:var(--color-text-main);cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease;text-align:left;min-height:65px}.faq-category-btn:hover{background-color:#fffffff2;transform:translate(4px)}.faq-category-btn.active{background-color:#fffffff2;border-color:var(--color-orange);color:var(--color-orange)}.faq-category-btn svg{color:var(--color-text-secondary);transition:color .3s ease;width:30px;height:30px}.faq-category-btn.active svg{color:var(--color-orange)}.faq-list{display:flex;flex-direction:column;gap:16px}.faq-item{background-color:transparent;border:1px solid rgba(0,0,0,.08);border-radius:12px;overflow:hidden;transition:all .3s ease;box-shadow:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.faq-item:hover{border-color:#0000001f}.faq-item.active{background-color:var(--color-white);border-color:#0000001a;box-shadow:0 4px 12px #00000014;-webkit-backdrop-filter:none;backdrop-filter:none}.faq-question{padding:20px 32px;font-size:18px;font-weight:600;color:var(--color-text-main);cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:color .2s ease;gap:16px;min-height:55px}.faq-question span{flex:1}.faq-question:hover{color:var(--color-orange)}.faq-question svg{color:var(--color-text-secondary);transition:color .3s ease;flex-shrink:0;width:30px;height:30px}.faq-item.active .faq-question svg{color:var(--color-orange)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.active .faq-answer{max-height:500px}.faq-answer-content{padding:0 32px 24px;font-size:var(--font-body-size);line-height:var(--line-height-body);color:var(--color-text-secondary)}@media(max-width:1024px){.faq-content{grid-template-columns:40% 1fr;gap:32px}}@media(max-width:768px){.faq-title{font-size:36px}.faq-subtitle{font-size:14px}.faq-content{grid-template-columns:1fr;gap:32px}.faq-categories{flex-direction:row;overflow-x:auto;gap:12px;padding-bottom:8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.faq-categories::-webkit-scrollbar{display:none}.faq-category-btn{white-space:nowrap;min-width:180px;padding:20px 24px;font-size:16px;flex-shrink:0}.faq-category-btn svg{width:20px;height:20px;flex-shrink:0}}.footer{background-color:var(--color-dark);color:var(--color-text-on-dark);padding:80px 0 32px;margin-top:var(--section-spacing)}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:64px;margin-bottom:64px}.footer-column{display:flex;flex-direction:column;gap:24px}.footer-title{font-size:var(--font-h3-size);font-weight:600;color:var(--color-text-on-dark);margin:0}.footer-description{font-size:var(--font-body-size);line-height:var(--line-height-body);color:var(--color-text-secondary);max-width:400px}.footer-contact{display:flex;flex-direction:column;gap:12px}.footer-address,.footer-email,.footer-telegram{font-size:var(--font-body-size);color:var(--color-text-on-dark);margin:0}.footer-email a,.footer-telegram a{color:var(--color-text-on-dark);transition:color .2s ease}.footer-email a:hover,.footer-telegram a:hover{color:var(--color-primary)}.footer-links{display:flex;flex-direction:column;gap:16px}.footer-links a{color:var(--color-text-on-dark);font-size:var(--font-body-size);transition:color .2s ease}.footer-links a:hover{color:var(--color-primary)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:32px;border-top:1px solid rgba(255,255,255,.1)}.footer-copyright{font-size:14px;color:var(--color-text-secondary);margin:0}.footer-made-wrapper{overflow:hidden;flex:1;max-width:50%;position:relative;margin-left:24px}.footer-made{display:inline-block;white-space:nowrap;animation:marquee 20s linear infinite;font-size:14px;color:var(--color-text-secondary);margin:0;padding-right:50px}.footer-made:hover{animation-play-state:paused}@keyframes marquee{0%{transform:translate(100%)}to{transform:translate(-100%)}}.heart{color:var(--color-primary);display:inline-block;vertical-align:middle;margin:0 4px}@media(max-width:1024px){.footer-content{grid-template-columns:1fr 1fr;gap:48px}.footer-column:first-child{grid-column:1 / -1}.services-grid,.why-us-grid,.cases-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){:root{--font-h1-size: 36px;--section-spacing: 64px}.nav{flex-wrap:nowrap}.nav-menu,.nav-cta{display:none}.nav-actions{margin-left:auto;gap:16px;order:2}.lang-switcher{display:flex}.burger-menu{display:flex;order:3}.mobile-menu{display:block}.hero-content{grid-template-columns:1fr;gap:40px}.hero-left{text-align:center;align-items:center}.hero-title{font-size:36px}.hero-stats{flex-direction:column;gap:32px;margin-top:48px;padding-top:32px;align-items:center}.hero-stats-numbers{flex-direction:column;gap:32px;width:100%;align-items:center}.stat-item{text-align:center;width:100%}.stat-number{font-size:40px}.hero-cta{flex-direction:column;width:100%}.hero-cta .btn{width:100%}.hero-image-wrapper{max-width:100%;width:100%;overflow:visible}.hero-image-placeholder{width:100%;overflow:visible}.hero-image{transform:scale(.7) rotate(-45deg);margin-left:0;margin-top:0;transform-origin:center center}.hero-animate .hero-image{transform:scale(.7) rotate(-45deg);margin-left:0;margin-top:0}@keyframes scaleIn{0%{opacity:0;transform:scale(.9) rotate(-45deg)}to{opacity:1;transform:scale(.7) rotate(-45deg)}}.hero-right{display:flex;justify-content:center;align-items:center;width:100%;overflow:visible}.hero-icon-bg{width:30px;height:30px}.hero-icon-bg:nth-child(n){width:28px;height:28px}.services-grid,.why-us-grid,.cases-grid,.testimonials-grid,.stages-list{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;gap:40px}.footer-bottom{flex-direction:column;gap:16px;text-align:center}.cta-buttons{flex-direction:column}.cta-buttons .btn{width:100%}}@media(max-width:480px){.container{padding:0 16px}.hero-title{font-size:28px}.hero-subtitle{font-size:18px}.btn-large{padding:14px 28px;font-size:16px}.hero-image,.hero-animate .hero-image{transform:scale(.6) rotate(-45deg);margin-left:0;margin-top:0}.hero-image-wrapper{max-width:100%;overflow:visible}.hero-image-placeholder{width:100%}.hero-right{justify-content:center;align-items:center}.cta-container{grid-template-columns:1fr;min-height:auto}.cta-content{padding:60px 24px}.cta-title{font-size:32px}.cta-description{max-width:100%}.cta-form-wrapper{padding:40px 24px}.cta-form{max-width:100%}.stages-list{gap:80px}.stage-item{grid-template-columns:1fr;gap:40px;text-align:center}.stage-item:nth-child(2n){direction:ltr}.stage-number{font-size:80px}.stage-title{font-size:28px}.stage-illustration{order:-1}.stages-list-wrapper{grid-template-columns:1fr;gap:40px}.stages-timeline{display:none}}.legal-page{padding:var(--section-spacing) 0;background-color:var(--color-white)}.legal-content{max-width:900px;margin:0 auto;padding:0 24px}.legal-title{font-size:48px;font-weight:700;color:var(--color-text-main);margin:0 0 16px;line-height:1.2}.legal-updated{font-size:14px;color:var(--color-text-secondary);margin:0 0 48px;font-style:italic}.legal-section{margin-bottom:48px}.legal-section:last-child{margin-bottom:0}.legal-section-title{font-size:28px;font-weight:700;color:var(--color-text-main);margin:0 0 24px;line-height:1.3}.legal-text{font-size:var(--font-body-size);line-height:var(--line-height-body);color:var(--color-text-main);margin:0 0 16px}.legal-text:last-child{margin-bottom:0}.legal-list{list-style:none;padding:0;margin:16px 0}.legal-list li{font-size:var(--font-body-size);line-height:var(--line-height-body);color:var(--color-text-main);margin-bottom:12px;padding-left:24px;position:relative}.legal-list li:before{content:"•";position:absolute;left:8px;color:var(--color-orange);font-weight:700;font-size:20px}.legal-list li:last-child{margin-bottom:0}.legal-list a{color:var(--color-orange);text-decoration:underline;transition:color .2s ease}.legal-list a:hover{color:var(--color-orange-hover)}.legal-text a{color:var(--color-orange);text-decoration:underline;transition:color .2s ease}.legal-text a:hover{color:var(--color-orange-hover)}.legal-text strong{font-weight:600;color:var(--color-text-main)}@media(max-width:768px){.legal-title{font-size:36px}.legal-section-title{font-size:24px}.legal-content{padding:0 16px}.legal-section{margin-bottom:32px}}
