:root{--teal:#0d666b;--teal-dark:#095155;--teal-light:#108185;--teal-10:#0d666b1a;--teal-15:#0d666b26;--teal-20:#0d666b33;--orange:#ed6d3a;--orange-dark:#d15c2c;--orange-light:#f5804d;--orange-10:#ed6d3a1a;--orange-15:#ed6d3a26;--orange-20:#ed6d3a33;--white:#fff;--gray-50:#f8fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 8px 24px #00000014;--shadow-lg:0 16px 40px #0000001a;--shadow-xl:0 24px 56px #0000001f;--shadow-orange:0 8px 28px #ed6d3a4d;--shadow-orange-hover:0 14px 36px #ed6d3a66;--radius-xs:6px;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--radius-full:9999px;--transition-fast:.2s cubic-bezier(.4,0,.2,1);--transition-smooth:.3s cubic-bezier(.4,0,.2,1);--transition-bounce:.4s cubic-bezier(.34,1.56,.64,1);--font-primary:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--header-height:68px;--container-max:1200px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-primary);background:var(--gray-50);color:var(--gray-800);-webkit-font-smoothing:antialiased;padding-top:var(--header-height);line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit}.container{max-width:var(--container-max);margin:0 auto;padding:0 16px}.section-title{letter-spacing:-.03em;color:var(--gray-900);margin-bottom:.5rem;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;line-height:1.2}.section-subtitle{color:var(--gray-600);max-width:600px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.5}.section-label{text-transform:uppercase;letter-spacing:.1em;color:var(--orange);background:var(--orange-10);border-radius:var(--radius-full);margin-bottom:.5rem;padding:.3rem .9rem;font-size:.8rem;font-weight:700;display:inline-block}.section-header{text-align:center;margin-bottom:2.5rem}.section-header .section-subtitle{margin-left:auto;margin-right:auto}.section{padding:60px 0}.section-alt{background:var(--white)}.btn{border-radius:var(--radius-full);transition:all var(--transition-bounce);white-space:nowrap;letter-spacing:.2px;justify-content:center;align-items:center;gap:8px;padding:.75rem 1.8rem;font-size:.95rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn:after{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn:active:after{width:300px;height:300px}.btn-primary{background:var(--orange);color:var(--white);box-shadow:var(--shadow-orange)}.btn-primary:hover{background:var(--orange-dark);box-shadow:var(--shadow-orange-hover);transform:translateY(-3px)}.btn-outline{border:2px solid var(--teal);color:var(--teal);background:0 0}.btn-outline:hover{background:var(--teal);color:var(--white);transform:translateY(-2px);box-shadow:0 8px 20px #0d666b33}.btn-white{background:var(--white);color:var(--teal);font-weight:700}.btn-white:hover{transform:translateY(-3px);box-shadow:0 12px 28px #0000001f}.btn-sm{padding:.55rem 1.3rem;font-size:.85rem}.btn-lg{padding:.9rem 2.4rem;font-size:1rem}.btn-block{width:100%}.site-header{width:100%;height:var(--header-height);-webkit-backdrop-filter:blur(20px);z-index:1000;transition:all var(--transition-smooth);background:#ffffffeb;border-bottom:1px solid #0000000d;align-items:center;display:flex;position:fixed;top:0;left:0}.site-header.scrolled{box-shadow:0 4px 20px #0000000f}.header-inner{justify-content:space-between;align-items:center;gap:1.5rem;width:100%;display:flex}.logo-area{flex-shrink:0;align-items:center;gap:10px;display:flex}.logo-img{width:38px;height:38px;transition:transform var(--transition-smooth)}.logo-area:hover .logo-img{transform:rotate(-6deg)scale(1.08)}.logo-text{color:var(--gray-800);letter-spacing:-.03em;font-size:1.5rem;font-weight:750}.logo-text span{color:var(--orange)}.nav-menu{display:none}.nav-menu ul{align-items:center;gap:1.8rem;display:flex}.nav-menu a{color:var(--gray-700);transition:color var(--transition-fast);padding:4px 0;font-size:.9rem;font-weight:500;position:relative}.nav-menu a:after{content:"";background:var(--orange);width:0;height:2px;transition:width var(--transition-smooth);border-radius:2px;position:absolute;bottom:0;left:0}.nav-menu a:hover{color:var(--teal)}.nav-menu a:hover:after{width:100%}.nav-login{color:var(--orange)!important;font-weight:600!important}.header-actions{flex-shrink:0;align-items:center;gap:.8rem;display:flex}.contact-phone{color:var(--gray-700);transition:color var(--transition-fast);white-space:nowrap;font-size:.9rem;font-weight:500;display:none}.contact-phone:hover{color:var(--teal)}.burger-btn{cursor:pointer;background:var(--gray-100);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;padding:8px;display:flex}.burger-btn:hover{background:var(--gray-200)}.burger-line{background:var(--gray-800);border-radius:2px;width:20px;height:2px;transition:all .3s cubic-bezier(.68,-.55,.27,1.55)}.burger-btn.active{background:var(--teal)}.burger-btn.active .burger-line{background:var(--white)}.burger-btn.active .burger-line:first-child{transform:translateY(7px)rotate(45deg)}.burger-btn.active .burger-line:nth-child(2){opacity:0;transform:scaleX(0)}.burger-btn.active .burger-line:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu{top:var(--header-height);width:100%;height:calc(100vh - var(--header-height));background:var(--white);z-index:999;display:none;position:fixed;left:0;overflow-y:auto}.mobile-menu.active{display:block}.mobile-menu .container{flex-direction:column;height:100%;padding:24px 16px;display:flex}.mobile-menu nav{flex-direction:column;flex:1;gap:2px;display:flex}.mobile-menu nav a{color:var(--gray-800);border-radius:var(--radius-md);align-items:center;padding:14px 16px;font-size:1.05rem;font-weight:600;display:flex}.mobile-menu nav a:hover,.mobile-menu nav a:active{background:var(--teal-10);color:var(--teal)}.mobile-login{margin-top:8px;color:var(--orange)!important;background:var(--orange-10)!important}.mobile-contact{border-top:1px solid var(--gray-200);margin-top:auto;padding-top:20px}.mobile-contact .btn{justify-content:center;width:100%;padding:.9rem;font-size:1rem}.hero{padding:40px 0 60px;position:relative;overflow:hidden}.hero-grid{flex-direction:column;align-items:center;gap:2rem;display:flex}.hero-content{text-align:center;flex:1;max-width:600px}.hero-badge{background:var(--teal-10);color:var(--teal);border-radius:var(--radius-full);border:1px solid var(--teal-15);align-items:center;gap:8px;margin-bottom:1.2rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.badge-dot{background:var(--teal);border-radius:50%;width:7px;height:7px}.hero-title{color:var(--gray-900);margin-bottom:1rem;font-size:clamp(1.8rem,5vw,3.2rem);font-weight:850;line-height:1.15}.highlight{color:var(--teal);display:inline-block;position:relative}.highlight:after{content:"";background:var(--orange-20);z-index:-1;border-radius:4px;width:calc(100% + 4px);height:10px;position:absolute;bottom:4px;left:-2px}.hero-subtitle{color:var(--gray-600);max-width:480px;margin-bottom:1.8rem;font-size:1.05rem}.hero-cta-group{flex-wrap:wrap;justify-content:center;gap:.8rem;display:flex}.hero-visual{flex:1;width:100%;max-width:400px}.hero-dashboard-wrapper{position:relative}.glow-orb{filter:blur(60px);z-index:-1;border-radius:50%;position:absolute}.glow-orb-1{background:var(--teal);opacity:.3;width:180px;height:180px;top:-40px;right:-40px}.glow-orb-2{background:var(--orange);opacity:.25;width:140px;height:140px;bottom:-30px;left:-30px}.dashboard-mock{color:#e0e0e0;background:#1a1f2e;border:1px solid #ffffff0f;border-radius:20px;padding:16px;box-shadow:0 24px 56px #0003}.dash-top-bar{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.dash-dots{gap:5px;display:flex}.dash-dots span{border-radius:50%;width:9px;height:9px}.dash-dots span:first-child{background:#ef4444}.dash-dots span:nth-child(2){background:#f59e0b}.dash-dots span:nth-child(3){background:#4ade80}.dash-title{color:#8a8f9a;text-transform:uppercase;letter-spacing:.06em;font-size:.7rem}.dash-live{color:#8a8f9a;align-items:center;gap:5px;font-size:.65rem;display:flex}.live-dot{background:#4ade80;border-radius:50%;width:6px;height:6px}.dash-kpi-grid{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px;display:grid}.kpi-card{background:#ffffff0a;border-radius:8px;padding:10px}.kpi-label{color:#8a8f9a;text-transform:uppercase;margin-bottom:3px;font-size:.6rem}.kpi-value{color:#fff;font-size:1.1rem;font-weight:700}.kpi-change{margin-top:2px;font-size:.65rem}.kpi-change.positive{color:#4ade80}.kpi-change.negative{color:#f59e0b}.dash-chart{background:#ffffff08;border-radius:8px;margin-bottom:8px;padding:12px}.chart-label{color:#8a8f9a;text-transform:uppercase;margin-bottom:8px;font-size:.6rem}.chart-bars{align-items:flex-end;gap:5px;height:55px;display:flex}.chart-bar-wrapper{flex-direction:column;flex:1;align-items:center;gap:3px;display:flex}.chart-bar{border-radius:3px 3px 0 0;width:100%}.chart-bar-wrapper span{color:#8a8f9a;font-size:.5rem}.bar-gray{background:#3a3f4a}.bar-teal{background:var(--teal-light)}.bar-orange{background:var(--orange)}.dash-mini-stats{gap:6px;display:flex}.mini-stat{text-align:center;color:#8a8f9a;background:#ffffff08;border-radius:6px;flex:1;padding:6px;font-size:.6rem}.mini-stat strong{color:#fff;font-size:.75rem;display:block}.about-grid{grid-template-columns:1fr;gap:12px;display:grid}.about-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);transition:all var(--transition-bounce);text-align:center;border:1px solid #0000;padding:24px 18px;position:relative;overflow:hidden}.about-card:before{content:"";background:var(--teal);transform-origin:0;width:100%;height:3px;transition:transform var(--transition-smooth);position:absolute;top:0;left:0;transform:scaleX(0)}.about-card:hover{box-shadow:var(--shadow-lg);border-color:var(--teal-15);transform:translateY(-6px)}.about-card:hover:before{transform:scaleX(1)}.about-icon{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin:0 auto .8rem;font-size:1rem;font-weight:700;display:flex}.icon-teal{background:var(--teal-10);color:var(--teal)}.icon-orange{background:var(--orange-10);color:var(--orange)}.about-card h3{color:var(--gray-900);margin-bottom:.3rem;font-weight:700}.about-card p{color:var(--gray-500);font-size:.85rem}.problems-grid{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:2rem;display:grid}.problem-item{background:var(--gray-50);border-radius:var(--radius-md);transition:all var(--transition-smooth);border-left:3px solid #0000;align-items:center;gap:8px;padding:14px;font-size:.85rem;font-weight:500;display:flex}.problem-item:hover{border-left-color:var(--orange);box-shadow:var(--shadow-sm);transform:translate(4px)}.problem-icon{color:var(--orange);flex-shrink:0}.alert-message{text-align:center}.alert-message p{color:var(--gray-900);background:var(--orange-10);border-radius:var(--radius-full);border:1px solid var(--orange-15);padding:.5rem 1.2rem;font-size:1rem;font-weight:700;display:inline-block}.stages-timeline{flex-direction:column;gap:8px;display:flex}.stage{background:var(--white);border-radius:var(--radius-lg);text-align:center;transition:all var(--transition-bounce);box-shadow:var(--shadow-xs);border:2px solid #0000;padding:18px 16px}.stage:hover{background:var(--teal);color:var(--white);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.stage:hover h4,.stage:hover p{color:var(--white)}.stage-number{background:var(--teal-10);width:32px;height:32px;color:var(--teal);border-radius:50%;justify-content:center;align-items:center;margin:0 auto .6rem;font-size:.9rem;font-weight:800;display:flex}.stage:hover .stage-number{color:var(--white);background:#fff3}.stage h4{color:var(--gray-900);margin-bottom:.2rem;font-size:.95rem;font-weight:700}.stage p{color:var(--gray-500);font-size:.8rem}.stage-connector{background:var(--gray-300);width:2px;height:16px;margin:0 auto}.section-fullscreen-showcase{background:#0a0f14;height:300vh;position:relative}.fullscreen-slide{opacity:0;z-index:1;justify-content:center;align-items:center;width:100%;height:100vh;transition:opacity .6s;display:flex;position:sticky;top:0}.fullscreen-slide.active{opacity:1;z-index:2}.fullscreen-bg{background:radial-gradient(#111a20 0%,#0a0f14 70%);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.fullscreen-dashboard{background:#111c24;border:1px solid #ffffff0f;border-radius:20px;width:90%;max-width:1100px;max-height:650px;display:flex;overflow:hidden;box-shadow:0 30px 80px #00000080}.fs-sidebar{background:#ffffff05;border-right:1px solid #ffffff0d;flex-direction:column;flex-shrink:0;align-items:center;width:180px;padding:24px 0;display:flex}.fs-logo{background:var(--teal);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:28px;font-size:1.2rem;font-weight:800;display:flex}.fs-nav{flex-direction:column;gap:2px;width:100%;padding:0 12px;display:flex}.fs-nav-item{color:#6b7d8a;cursor:default;border-radius:8px;padding:9px 12px;font-size:.8rem;font-weight:500;transition:all .2s}.fs-nav-item.active{color:#4adec0;background:#0d666b4d}.fs-main{flex:1;padding:24px 28px;overflow:hidden}.fs-topbar{color:#6b7d8a;justify-content:space-between;align-items:center;margin-bottom:22px;font-size:.78rem;display:flex}.fs-period{background:#ffffff0a;border-radius:6px;gap:3px;padding:2px;display:flex}.fs-period span{color:#6b7d8a;cursor:default;border-radius:5px;padding:4px 12px;font-size:.7rem;font-weight:600}.fs-period span.active{background:var(--teal);color:#fff}.fs-kpi-row{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:22px;display:grid}.fs-kpi{background:#ffffff08;border:1px solid #ffffff08;border-radius:12px;padding:16px}.fs-kpi small{color:#6b7d8a;text-transform:uppercase;letter-spacing:.04em;font-size:.65rem}.fs-kpi strong{color:#fff;margin:3px 0;font-size:1.3rem;display:block}.fs-kpi span{font-size:.65rem}.fs-kpi .up{color:#4ade80}.fs-kpi .down{color:#f59e0b}.fs-chart-area{background:#ffffff05;border-radius:14px;padding:20px}.fs-chart-header{color:#c0d0d8;justify-content:space-between;margin-bottom:18px;font-size:.8rem;font-weight:600;display:flex}.fs-legend{color:#6b7d8a;gap:14px;font-size:.65rem;font-weight:500;display:flex}.fs-legend-dot{border-radius:2px;width:8px;height:8px;margin-right:4px;display:inline-block}.fs-legend-dot.plan{background:#3a4f5a}.fs-legend-dot.fact{background:var(--teal-light)}.fs-chart{height:180px;position:relative}.fs-chart-grid{flex-direction:column;justify-content:space-between;display:flex;position:absolute;inset:0}.fs-chart-grid:before,.fs-chart-grid:after{content:"";border-top:1px solid #ffffff0a}.fs-chart-bars{z-index:1;justify-content:space-around;align-items:flex-end;height:100%;padding:0 8px;display:flex;position:relative}.fs-bar-col{flex-direction:column;flex:1;align-items:center;gap:6px;display:flex}.fs-bar-pair{align-items:flex-end;gap:4px;height:140px;display:flex}.fs-bar-plan{background:#3a4f5a;border-radius:3px 3px 0 0;width:12px}.fs-bar-fact{background:var(--teal-light);border-radius:3px 3px 0 0;width:12px}.fs-bar-col.highlight .fs-bar-fact{background:var(--orange)}.fs-bar-col small{color:#6b7d8a;font-size:.6rem}.fs-calendar-table{flex-direction:column;display:flex}.fs-cal-row{color:#c0d0d8;border-bottom:1px solid #ffffff08;grid-template-columns:80px 1fr 120px 110px;align-items:center;padding:12px 16px;font-size:.8rem;display:grid}.fs-cal-row.header{color:#6b7d8a;text-transform:uppercase;letter-spacing:.04em;border-bottom-color:#ffffff0f;font-size:.7rem}.status-ok{color:#4ade80;font-size:.7rem;font-weight:600}.status-warn{color:#f59e0b;font-size:.7rem;font-weight:600}.status-bad{color:#ef4444;font-size:.7rem;font-weight:600}.fs-planfact-grid{flex-direction:column;gap:20px;margin-top:10px;display:flex}.fs-pf-row{align-items:center;gap:14px;display:flex}.fs-pf-row>span{color:#8a9ba8;min-width:70px;font-size:.8rem}.fs-pf-bar{background:#1a2a38;border-radius:4px;flex:1;height:8px;position:relative;overflow:hidden}.fs-pf-plan{background:#3a4f5a;border-radius:4px;height:100%;position:absolute}.fs-pf-fact{background:var(--teal-light);border-radius:4px;height:100%;position:absolute}.fs-pf-val{text-align:right;min-width:45px;font-size:.8rem;font-weight:600}.fs-pf-val.up{color:#4ade80}.fs-pf-val.down{color:var(--orange)}.fs-callout{pointer-events:none;z-index:10;align-items:center;gap:10px;display:flex;position:absolute}.fs-callout-dot{background:var(--orange);border-radius:50%;flex-shrink:0;width:14px;height:14px;box-shadow:0 0 16px #ed6d3ab3}.fs-callout-line{background:var(--orange);opacity:.5;width:50px;height:2px}.fs-callout-card{background:#fffffff2;border-radius:12px;max-width:240px;padding:12px 16px;box-shadow:0 10px 30px #0003}.fs-callout-card strong{color:var(--gray-900);margin-bottom:3px;font-size:.85rem;display:block}.fs-callout-card span{color:var(--gray-500);font-size:.75rem}.fs-callout-1{top:20%;right:10%}.fs-callout-2{flex-direction:row-reverse;top:55%;left:15%}.fs-callout-3{flex-direction:column;align-items:center;gap:6px;bottom:20%;left:50%;transform:translate(-50%)}.fs-callout-3 .fs-callout-line{width:2px;height:30px}.fs-callout-4{top:45%;right:13%}.fs-callout-4 .fs-callout-line{order:0}.fullscreen-indicators{z-index:20;gap:20px;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.fs-indicator{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:8px;padding:0;transition:all .3s;display:flex}.fs-ind-label{color:#fff6;font-size:.75rem;font-weight:600;transition:color .3s}.fs-indicator.active .fs-ind-label{color:#fff}.fs-ind-bar{background:#ffffff26;border-radius:2px;width:80px;height:3px;overflow:hidden}.fs-ind-fill{background:var(--orange);border-radius:2px;width:0;height:100%;transition:width .1s linear;display:block}.fs-indicator.active .fs-ind-fill{width:100%}.platform-grid{flex-direction:column;gap:2rem;display:flex}.platform-features{width:100%}.feature-list{grid-template-columns:1fr;gap:8px;display:grid}.feature-list li{align-items:center;gap:10px;padding:6px 0;font-size:.95rem;font-weight:500;display:flex}.check-icon{background:var(--teal-10);width:24px;height:24px;color:var(--teal);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.platform-note{background:var(--teal-10);border-radius:var(--radius-md);color:var(--teal-dark);margin-top:1.2rem;padding:.8rem;font-size:.9rem}.platform-screenshots{width:100%;max-width:500px}.screenshot-tabs{gap:6px;margin-bottom:10px;display:flex}.stab{border-radius:var(--radius-full);color:var(--gray-500);background:var(--gray-100);padding:.5rem 1rem;font-size:.75rem;font-weight:600}.stab.active{background:var(--teal);color:var(--white)}.screenshot-frame{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);background:#1a1f2e;min-height:200px;position:relative;overflow:hidden}.screenshot-img{width:100%;display:none}.screenshot-img.active{display:block}.cases-grid{grid-template-columns:1fr;gap:14px;display:grid}.case-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);transition:all var(--transition-bounce);border:1px solid #0000;padding:22px 18px}.case-card:hover{box-shadow:var(--shadow-lg);border-color:var(--orange-20);transform:translateY(-5px)}.case-tag{border-radius:var(--radius-full);margin-bottom:.8rem;padding:.25rem .8rem;font-size:.7rem;font-weight:600;display:inline-block}.tag-construction{color:var(--orange);background:#ed6d3a1a}.tag-production{color:var(--teal);background:#0d666b1a}.tag-services{color:#7c3aed;background:#9333ea1a}.tag-retail{color:#2563eb;background:#2563eb1a}.case-card h4{text-transform:uppercase;letter-spacing:.05em;color:var(--gray-400);margin-bottom:.2rem;font-size:.75rem}.case-card p{color:var(--gray-700);margin-bottom:.6rem;font-size:.85rem}.case-result{border-top:1px solid var(--gray-100);align-items:baseline;gap:6px;margin-top:.8rem;padding-top:.8rem;display:flex}.result-number{color:var(--teal);font-size:1.6rem;font-weight:800}.result-label{color:var(--gray-500);font-size:.8rem}.pricing-row{flex-direction:column;align-items:center;gap:16px;display:flex}.price-card{background:var(--white);border-radius:var(--radius-xl);width:100%;max-width:360px;box-shadow:var(--shadow-xs);transition:all var(--transition-bounce);text-align:center;border:2px solid #0000;padding:28px 22px;position:relative}.price-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.price-card.featured{border-color:var(--orange);background:#fffaf7}.price-badge{background:var(--orange);color:var(--white);border-radius:var(--radius-full);padding:.25rem 1rem;font-size:.7rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.price-icon{color:var(--teal);margin-bottom:.8rem}.price-card h3{color:var(--gray-900);margin-bottom:.6rem;font-size:1.1rem;font-weight:700}.price-value{color:var(--gray-900);margin-bottom:1rem;font-size:1.8rem;font-weight:800}.price-features{text-align:left;margin-bottom:1.2rem}.price-features li{color:var(--gray-600);border-bottom:1px solid var(--gray-100);padding:.35rem 0;font-size:.85rem}.price-features li:before{content:"✓ ";color:var(--teal);font-weight:700}.diagnostic-wrapper{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid var(--gray-200);flex-direction:column;gap:2rem;padding:28px 20px;display:flex}.diagnostic-info .section-label{margin-bottom:.6rem}.diagnostic-info .section-title{margin-bottom:.8rem;font-size:1.5rem}.diagnostic-info p{color:var(--gray-600);margin-bottom:1.2rem;line-height:1.6}.diagnostic-benefits{flex-direction:column;gap:8px;display:flex}.benefit-item{color:var(--gray-700);align-items:center;gap:8px;font-size:.85rem;font-weight:500;display:flex}.benefit-check{color:var(--teal);font-weight:700}.diagnostic-form{flex-direction:column;gap:14px;display:flex}.form-group{flex-direction:column;gap:4px;display:flex}.form-group label{color:var(--gray-700);font-size:.8rem;font-weight:600}.form-group input,.form-group select{border:2px solid var(--gray-200);border-radius:var(--radius-sm);transition:border-color var(--transition-fast);background:var(--gray-50);color:var(--gray-800);padding:.7rem .9rem;font-size:.9rem}.form-group input:focus,.form-group select:focus{border-color:var(--teal);background:var(--white);outline:none}.form-group input.error,.form-group select.error{border-color:#ef4444}.form-error{color:#ef4444;font-size:.75rem;display:none}.form-group input.error~.form-error,.form-group select.error~.form-error{display:block}.form-consent{color:var(--gray-500);text-align:center;font-size:.75rem}.form-consent a{color:var(--teal);text-decoration:underline}.cta-final{background:linear-gradient(115deg,var(--teal),var(--teal-dark));border-radius:var(--radius-xl);text-align:center;color:var(--white);margin:2rem 0 3rem;padding:36px 20px;position:relative;overflow:hidden}.cta-bg-pattern{background:#ffffff08;border-radius:50%;width:200px;height:200px;position:absolute;top:-50px;right:-50px}.cta-final h2{color:var(--white);margin-bottom:.6rem;font-size:clamp(1.4rem,3.5vw,2rem);font-weight:800}.cta-final>p{opacity:.9;margin-bottom:1.5rem;font-size:.95rem}.cta-contact-row{flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.cta-contact-item{border-radius:var(--radius-full);color:var(--white);background:#ffffff1a;justify-content:center;align-items:center;gap:8px;width:100%;max-width:280px;padding:.6rem 1.1rem;font-size:.85rem;font-weight:500;display:flex}.cta-contact-item:hover{background:#fff3}.site-footer{background:var(--gray-100);border-top:1px solid var(--gray-200);padding:40px 0 20px}.footer-grid{text-align:center;grid-template-columns:1fr;gap:24px;display:grid}.footer-brand{text-align:center}.footer-brand p{color:var(--gray-500);margin-top:.6rem;font-size:.85rem}.footer-socials{justify-content:center;gap:10px;margin-top:.8rem;display:flex}.footer-socials a{background:var(--gray-200);width:34px;height:34px;color:var(--gray-600);border-radius:50%;justify-content:center;align-items:center;display:flex}.footer-socials a:hover{background:var(--teal);color:var(--white)}.footer-nav h5{color:var(--gray-900);margin-bottom:.6rem;font-size:.9rem;font-weight:700}.footer-nav a{color:var(--gray-500);padding:.2rem 0;font-size:.85rem;display:block}.footer-nav a:hover{color:var(--teal)}.footer-bottom{border-top:1px solid var(--gray-200);text-align:center;color:var(--gray-500);flex-direction:column;gap:8px;margin-top:24px;padding-top:16px;font-size:.8rem;display:flex}.footer-legal{justify-content:center;gap:12px;display:flex}.footer-legal a{color:var(--gray-500);text-decoration:underline}.footer-legal a:hover{color:var(--teal)}.floating-buttons{z-index:998;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:20px;right:20px}.float-btn{width:48px;height:48px;color:var(--white);box-shadow:var(--shadow-lg);transition:all var(--transition-bounce);border-radius:50%;justify-content:center;align-items:center;display:flex}.float-btn:hover{transform:scale(1.1)}.float-telegram{background:#08c}.float-whatsapp{background:#25d366}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes scaleInBounce{0%{opacity:0;transform:scale(.8)}60%{opacity:1;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 #ed6d3a80}50%{box-shadow:0 0 0 18px #ed6d3a00}}@keyframes pulseGlowTeal{0%,to{box-shadow:0 0 #0d666b80}50%{box-shadow:0 0 0 14px #0d666b00}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes floatSlow{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes floatHorizontal{0%,to{transform:translate(0)}50%{transform:translate(8px)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes rotateSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes borderPulse{0%,to{border-color:#ed6d3a4d}50%{border-color:#ed6d3acc}}@keyframes glowPulse{0%,to{opacity:.3}50%{opacity:.6}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes countUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes barGrow{0%{height:0}to{height:var(--target-height,70px)}}@keyframes strokeDraw{to{stroke-dashoffset:0}}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes blink{0%,to{opacity:1}50%{opacity:.4}}@keyframes wobble{0%,to{transform:translate(0)}15%{transform:translate(-6px)}30%{transform:translate(6px)}45%{transform:translate(-4px)}60%{transform:translate(4px)}75%{transform:translate(-2px)}}.reveal{opacity:0;transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94);transform:translateY(40px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94);transform:translate(-40px)}.reveal-left.visible{opacity:1;transform:translate(0)}.reveal-right{opacity:0;transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94);transform:translate(40px)}.reveal-right.visible{opacity:1;transform:translate(0)}.reveal-scale{opacity:0;transition:opacity .7s cubic-bezier(.25,.46,.45,.94),transform .7s cubic-bezier(.25,.46,.45,.94);transform:scale(.92)}.reveal-scale.visible{opacity:1;transform:scale(1)}.reveal-bounce{opacity:0;transition:opacity .6s cubic-bezier(.25,.46,.45,.94),transform .6s cubic-bezier(.34,1.56,.64,1);transform:scale(.8)}.reveal-bounce.visible{opacity:1;transform:scale(1)}[data-delay="0"]{transition-delay:0s}[data-delay="50"]{transition-delay:50ms}[data-delay="100"]{transition-delay:.1s}[data-delay="150"]{transition-delay:.15s}[data-delay="200"]{transition-delay:.2s}[data-delay="250"]{transition-delay:.25s}[data-delay="300"]{transition-delay:.3s}[data-delay="350"]{transition-delay:.35s}[data-delay="400"]{transition-delay:.4s}[data-delay="450"]{transition-delay:.45s}[data-delay="500"]{transition-delay:.5s}[data-delay="600"]{transition-delay:.6s}[data-delay="700"]{transition-delay:.7s}[data-delay="800"]{transition-delay:.8s}.hover-lift{transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s}.hover-lift:hover{transform:translateY(-6px);box-shadow:0 16px 36px #0000001a}.hover-scale{transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.hover-scale:hover{transform:scale(1.05)}.hover-glow{transition:box-shadow .3s}.hover-glow:hover{box-shadow:0 0 24px #0d666b4d}.pulse-cta{animation:3s infinite pulseGlow}.pulse-cta-teal{animation:3s infinite pulseGlowTeal}.float-hero{animation:5.5s ease-in-out infinite floatSlow}.rotate-decor{animation:20s linear infinite rotateSlow}.pulse-live{animation:1.5s ease-in-out infinite blink}.shimmer-effect{position:relative;overflow:hidden}.shimmer-effect:after{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;animation:2.5s infinite shimmer;position:absolute;top:0;left:-100%}.border-pulse{animation:2.5s infinite borderPulse}.glow-pulse{animation:3s ease-in-out infinite glowPulse}.hero-content.reveal-left{animation:.9s cubic-bezier(.25,.46,.45,.94) forwards fadeInLeft}.hero-visual.reveal-right{animation:.9s cubic-bezier(.25,.46,.45,.94) forwards fadeInRight}.mobile-menu.active{animation:.35s cubic-bezier(.25,.46,.45,.94) slideInFromBottom}.shake{animation:.5s wobble}.screenshot-frame{position:relative}.screenshot-img{opacity:0;width:100%;transition:opacity .4s,transform .4s;position:absolute;top:0;left:0;transform:scale(.96)}.screenshot-img.active{opacity:1;position:relative;transform:scale(1)}.chart-bar.animate{animation:.8s cubic-bezier(.25,.46,.45,.94) forwards barGrow}.skeleton{background:linear-gradient(90deg, var(--gray-200) 25%, var(--gray-100) 50%, var(--gray-200) 75%);border-radius:var(--radius-md);background-size:200% 100%;animation:1.8s infinite shimmer}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal,.reveal-left,.reveal-right,.reveal-scale,.reveal-bounce{opacity:1!important;transform:none!important}.float-hero,.pulse-cta{animation:none!important}}:focus-visible{outline:2px solid var(--orange);outline-offset:3px;border-radius:4px}:focus:not(:focus-visible){outline:none}@media (width>=480px){.container{padding:0 20px}.hero{padding:50px 0 70px}.hero-cta-group{flex-direction:row}.hero-cta-group .btn{width:auto}.hero-visual{max-width:420px}.dashboard-mock{padding:20px}.dash-kpi-grid{gap:10px}.kpi-card{padding:12px}.kpi-value{font-size:1.2rem}.chart-bars{height:60px}.about-grid{grid-template-columns:repeat(2,1fr);gap:14px}.about-card{text-align:left}.about-icon{margin:0 0 .8rem}.problems-grid{grid-template-columns:repeat(3,1fr);gap:10px}.stages-timeline{flex-flow:wrap;gap:10px}.stage{flex:140px;min-width:130px}.stage-connector{width:20px;height:2px;margin:0}.feature-list{grid-template-columns:1fr 1fr}.cases-grid{grid-template-columns:repeat(2,1fr);gap:14px}.pricing-row{flex-flow:wrap;justify-content:center;gap:16px}.price-card{flex:240px;max-width:300px}.diagnostic-wrapper{padding:32px 24px}.diagnostic-benefits{flex-flow:wrap}.cta-final{padding:44px 24px}.cta-contact-row{flex-flow:wrap}.cta-contact-item{width:auto}.footer-grid{text-align:left;grid-template-columns:1fr 1fr;gap:28px}.footer-brand{text-align:left}.footer-socials{justify-content:flex-start}.footer-bottom{text-align:left;flex-direction:row;justify-content:space-between}.footer-legal{justify-content:flex-end}}@media (width>=768px){.container{padding:0 28px}.section{padding:80px 0}.section-title{font-size:2.2rem}.hero{padding:70px 0 90px}.hero-grid{flex-direction:row;gap:2.5rem}.hero-content{text-align:left}.hero-cta-group{justify-content:flex-start}.hero-visual{flex:1;max-width:440px;margin:0}.hero-title{font-size:2.4rem}.hero-subtitle{font-size:1.05rem}.dashboard-mock{padding:22px}.kpi-value{font-size:1.2rem}.chart-bars{height:65px}.about-grid{grid-template-columns:repeat(4,1fr);gap:16px}.about-card{text-align:left}.about-icon{margin:0 0 .8rem}.problems-grid{grid-template-columns:repeat(5,1fr);gap:12px}.problem-item{font-size:.85rem}.stages-timeline{flex-wrap:nowrap}.stage{flex:130px}.stage-connector{width:24px}.platform-grid{flex-direction:row;align-items:flex-start;gap:2.5rem}.platform-features{flex:1}.platform-screenshots{flex:1;max-width:420px}.feature-list{grid-template-columns:1fr 1fr}.cases-grid{grid-template-columns:repeat(4,1fr);gap:16px}.case-card{padding:20px 16px}.case-card h4{font-size:.7rem}.case-card p{font-size:.8rem}.result-number{font-size:1.4rem}.pricing-row{flex-wrap:nowrap;gap:18px}.price-card{flex:260px;max-width:320px}.diagnostic-wrapper{flex-direction:row;gap:2.5rem;padding:36px 28px}.diagnostic-info,.diagnostic-form{flex:1}.diagnostic-info .section-title{font-size:1.6rem}.cta-final{padding:50px 30px}.cta-final h2{font-size:2rem}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:30px}.float-btn{width:52px;height:52px}}@media (width>=960px){.container{padding:0 32px}.nav-menu{display:block}.burger-btn{display:none}.contact-phone{display:inline}.hero{padding:80px 0 100px}.hero-grid{gap:3rem}.hero-title{font-size:2.8rem}.hero-visual{max-width:460px}.section{padding:100px 0}.section-title{font-size:2.4rem}.about-grid{gap:20px}.problems-grid{gap:14px}.platform-grid{gap:3rem}.platform-screenshots{max-width:460px}.cases-grid{gap:18px}.pricing-row{gap:20px}.price-card{flex:280px;max-width:340px}.diagnostic-wrapper{gap:3rem;padding:44px 36px}.diagnostic-info .section-title{font-size:1.8rem}}@media (width>=1024px){.container{max-width:1200px;padding:0 40px}.hero{padding:90px 0 110px}.hero-grid{gap:3.5rem}.hero-title{font-size:3rem}.hero-visual{max-width:480px}.about-grid{gap:22px}.platform-grid{gap:3.5rem}.platform-screenshots{max-width:500px}.cases-grid{gap:20px}.case-card{padding:24px 20px}.result-number{font-size:1.6rem}.pricing-row{gap:22px}.price-card{max-width:360px}.diagnostic-wrapper{padding:48px 40px}}@media (width>=1280px){.container{max-width:1240px;padding:0 48px}.hero{padding:100px 0 120px}.hero-grid{gap:4rem}.hero-title{font-size:3.2rem}.hero-visual{max-width:500px}.dashboard-mock{border-radius:24px;padding:24px}.kpi-value{font-size:1.3rem}.chart-bars{height:75px}.about-grid{gap:24px}.platform-grid{gap:4rem}.cases-grid{gap:22px}.pricing-row{gap:24px}.footer-grid{gap:40px}}@media (width>=1440px){.container{max-width:1320px}.hero{padding:110px 0 130px}.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1.15rem}.hero-visual{max-width:540px}.dashboard-mock{padding:28px}.kpi-value{font-size:1.4rem}.chart-bars{height:80px}}@media (width>=1920px){.container{max-width:1400px}body{font-size:17px}.hero{padding:130px 0 150px}.hero-title{font-size:3.8rem}.hero-visual{max-width:600px}.section{padding:120px 0}.section-title{font-size:2.8rem}}@media (width<=380px){.container{padding:0 12px}.header-actions .btn{padding:.4rem .8rem;font-size:.7rem}.logo-text{font-size:1.1rem}.hero{padding:30px 0 40px}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.85rem}.hero-cta-group .btn{padding:.7rem 1.2rem;font-size:.85rem}.dashboard-mock{border-radius:14px;padding:12px}.dash-kpi-grid{gap:5px}.kpi-card{padding:7px}.kpi-value{font-size:.95rem}.chart-bars{gap:4px;height:45px}.problems-grid,.feature-list,.cases-grid{grid-template-columns:1fr}.screenshot-frame{min-height:150px}.cta-final{padding:28px 14px}.float-btn{width:42px;height:42px}.float-btn svg{width:20px;height:20px}.footer-legal{flex-direction:column;gap:4px}}@media (hover:none) and (pointer:coarse){.about-card:hover,.case-card:hover,.price-card:hover,.stage:hover{transform:none!important}.about-card:hover:before{transform:scaleX(0)!important}.btn-primary:hover{box-shadow:var(--shadow-orange)!important;transform:none!important}.btn-outline:hover{color:var(--teal)!important;background:0 0!important}}@media print{.site-header,.floating-buttons,.mobile-menu,.burger-btn,.hero-visual,.cta-final,.glow-orb{display:none!important}body{color:#000;background:#fff;padding-top:0;font-size:13px}.section{page-break-inside:avoid;padding:16px 0}.container{max-width:100%;padding:0 20px}a{color:#000;text-decoration:underline}}@media (prefers-contrast:high){:root{--teal:#0a4a4e;--orange:#c94e1e;--gray-50:#fff;--gray-100:#f0f0f0}.btn{border:2px solid}.dashboard-mock{border:2px solid #fff}}
