:root{--primary:#2563EB;--primary-dark:#1E40AF;--primary-light:#3B82F6;--secondary:#64748B;--text:#1E293B;--text-light:#64748B;--bg:#FFFFFF;--bg-light:#F8FAFC;--bg-alt:#F1F5F9;--border:#E2E8F0;--success:#10B981;--warning:#F59E0B;--error:#EF4444;--shadow-sm:0 1px 2px 0 rgba(0, 0, 0, 0.05);--shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1);--radius:8px;--radius-lg:12px;--font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}[data-theme=dark]{--primary:#3B82F6;--primary-dark:#2563EB;--primary-light:#60A5FA;--secondary:#94A3B8;--text:#F1F5F9;--text-light:#CBD5E1;--bg:#0F172A;--bg-light:#1E293B;--bg-alt:#334155;--border:#334155;--success:#10B981;--warning:#F59E0B;--error:#EF4444;--shadow-sm:0 1px 2px 0 rgba(0, 0, 0, 0.3);--shadow:0 4px 6px -1px rgba(0, 0, 0, 0.4);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.5)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden;-webkit-overflow-scrolling:touch;height:100%;position:relative}html:not(:target){scroll-behavior:auto}body{font-family:var(--font-family);color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;height:100%;position:relative;touch-action:pan-y}section{transition:opacity .5s,filter .5s}section.scrolled-past{opacity:.25;filter:blur(1px)}section.scrolled-past:hover{opacity:1;filter:blur(0)}section.scrolled-past :hover{filter:blur(0)!important;opacity:1!important}.hero,.hero:hover{opacity:1!important;filter:blur(0)!important}.detail-description,.detail-text,.feature-card h3,.feature-card p,.feedback-description,.feedback-title,.hero-description,.hero-title,.section-description,.section-title{transition:opacity .5s,filter .5s}section.scrolled-past .detail-description,section.scrolled-past .detail-text,section.scrolled-past .feature-card h3,section.scrolled-past .feature-card p,section.scrolled-past .feedback-description,section.scrolled-past .feedback-title,section.scrolled-past .hero-description,section.scrolled-past .hero-title,section.scrolled-past .section-description,section.scrolled-past .section-title{opacity:.2;filter:blur(1.5px)}section.scrolled-past:hover .detail-description,section.scrolled-past:hover .detail-text,section.scrolled-past:hover .feature-card h3,section.scrolled-past:hover .feature-card p,section.scrolled-past:hover .feedback-description,section.scrolled-past:hover .feedback-title,section.scrolled-past:hover .hero-description,section.scrolled-past:hover .hero-title,section.scrolled-past:hover .section-description,section.scrolled-past:hover .section-title{opacity:1;filter:blur(0)!important}.btn-primary,.detail-description:hover,.detail-text:hover,.feature-card h3:hover,.feature-card p:hover,.feedback-description:hover,.feedback-title:hover,.header,.header *,.header-cta,.header-menu,.header-menu *,.hero-description:hover,.hero-title:hover,.lang-dropdown,.lang-menu,.lang-option,.lang-text,.lang-toggle,.section-description:hover,.section-title:hover,.theme-toggle,section.scrolled-past .btn-primary,section.scrolled-past .header,section.scrolled-past .header *,section.scrolled-past .header-cta,section.scrolled-past .header-menu,section.scrolled-past .header-menu *,section.scrolled-past .lang-dropdown,section.scrolled-past .lang-menu,section.scrolled-past .lang-option,section.scrolled-past .lang-text,section.scrolled-past .lang-toggle,section.scrolled-past .theme-toggle{opacity:1!important;filter:blur(0)!important}.scroll-to-top{position:fixed!important;bottom:32px!important;left:32px!important;width:56px!important;height:56px!important;min-width:56px!important;min-height:56px!important;max-width:56px!important;max-height:56px!important;background:var(--primary)!important;color:#fff!important;border:none!important;border-radius:50%!important;cursor:pointer!important;align-items:center!important;justify-content:center!important;box-shadow:0 6px 20px rgba(37,99,235,.4),0 0 0 2px rgba(255,255,255,.1)!important;z-index:999999!important;flex-shrink:0;box-sizing:border-box;touch-action:manipulation;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none;will-change:transform,opacity}@media (max-width:768px){.scroll-to-top{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}}@media (min-width:769px){.scroll-to-top{display:flex!important;opacity:1!important;visibility:visible!important;transform:translateY(0) scale(1)!important;pointer-events:auto!important;transition:opacity .3s cubic-bezier(.4, 0, .2, 1),visibility .3s cubic-bezier(.4, 0, .2, 1),transform .3s cubic-bezier(.4, 0, .2, 1)!important}.scroll-to-top.visible{opacity:1!important;visibility:visible!important;transform:translateY(0) scale(1)!important;pointer-events:auto!important}}.scroll-to-top:hover{background:#1d4ed8;transform:translateY(-4px) scale(1.05);box-shadow:0 8px 24px rgba(37,99,235,.5),0 0 0 3px rgba(37,99,235,.2)}.scroll-to-top:active{transform:translateY(-2px) scale(1)}.scroll-to-top svg{width:24px;height:24px;transition:transform .3s}.scroll-to-top:hover svg{transform:translateY(-2px)}.container{max-width:1200px;margin:0 auto;padding:0 24px}.header{position:fixed;top:20px;left:50%;transform:translateX(-50%) translateY(-50px);background:rgba(255,255,255,.8);backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border:1px solid rgba(255,255,255,.8);border-radius:20px;box-shadow:0 4px 24px rgba(0,0,0,.06),0 0 0 1px rgba(0,0,0,.02);z-index:1000;transition:transform .4s cubic-bezier(.4, 0, .2, 1),opacity .4s,background .3s,border-color .3s;max-width:fit-content;width:auto;opacity:0}.header,.header *{filter:blur(0)!important;opacity:1!important}.header.animate{opacity:1;transform:translateX(-50%) translateY(0)}.header.hidden{transform:translateX(-50%) translateY(calc(-100% - 40px));opacity:0;pointer-events:none;visibility:hidden}.header.animate.hidden{transform:translateX(-50%) translateY(calc(-100% - 40px))}[data-theme=dark] .header{background:rgba(15,23,42,.8);border:1px solid rgba(51,65,85,.8);box-shadow:0 4px 24px rgba(0,0,0,.4),0 0 0 1px rgba(51,65,85,.3)}[data-theme=dark] .header.scrolled{background:rgba(15,23,42,.95);border-color:rgba(51,65,85,.9);box-shadow:0 4px 24px rgba(0,0,0,.5),0 0 0 1px rgba(51,65,85,.4)}@supports not (backdrop-filter:blur(30px)){.header{background:rgba(255,255,255,.95)}[data-theme=dark] .header{background:rgba(15,23,42,.95)}}.header-container{max-width:1200px;margin:0 auto;padding:0}.header-nav{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;gap:24px;white-space:nowrap}.header-logo{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700;color:var(--primary);text-decoration:none;transition:transform .2s;flex-shrink:0}.header-logo:hover{transform:scale(1.02)}.header-logo-img{flex-shrink:0;transition:transform .3s;object-fit:contain}.header-logo-img--light{display:block}.header-logo-img--dark,[data-theme=dark] .header-logo-img--light{display:none}[data-theme=dark] .header-logo-img--dark{display:block}.header-logo:hover .header-logo-img{transform:scale(1.05)}.header-menu{display:flex;list-style:none;gap:4px;flex:0 0 auto;justify-content:flex-start;align-items:center;margin:0;padding:0}.header-menu-item{position:relative}.header-menu-link{color:var(--text);text-decoration:none;font-weight:500;font-size:14px;padding:8px 12px;border-radius:10px;transition:.2s;display:flex;align-items:center;gap:4px;position:relative}.header-menu-link:hover{color:var(--primary);background:rgba(37,99,235,.08)}.header-menu-link::after{content:'';position:absolute;bottom:4px;left:50%;transform:translateX(-50%) scaleX(0);width:60%;height:2px;background:var(--primary);border-radius:2px;transition:transform .3s}.header-menu-item>.header-menu-link:hover::after{transform:translateX(-50%) scaleX(1)}.header-menu-item-dropdown{position:relative}.dropdown-toggle svg{transition:transform .3s;flex-shrink:0}.header-menu-item-dropdown:hover .dropdown-toggle svg{transform:rotate(180deg)}.header-dropdown{position:absolute;top:calc(100% + 16px);left:50%;transform:translateX(-50%);background:rgba(255,255,255,.98);backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border:1px solid rgba(255,255,255,.8);border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.12),0 0 0 1px rgba(0,0,0,.02);list-style:none;padding:8px;min-width:220px;opacity:0;visibility:hidden;transform:translateX(-50%) translateY(-8px);transition:.3s cubic-bezier(.4, 0, .2, 1);z-index:1001;margin:0}.header-menu-item-dropdown:hover .header-dropdown{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}[data-theme=dark] .header-dropdown{background:rgba(30,41,59,.98);border:1px solid rgba(51,65,85,.8);box-shadow:0 8px 32px rgba(0,0,0,.5),0 0 0 1px rgba(51,65,85,.3)}.header-dropdown li{margin:2px 0}.header-dropdown a{display:block;padding:10px 16px;border-radius:10px;color:var(--text);font-size:14px;font-weight:500;transition:.2s;position:relative;text-decoration:none}.header-dropdown a::after{display:none}.header-dropdown a:hover{background:linear-gradient(135deg,rgba(37,99,235,.1) 0,rgba(59,130,246,.08) 100%);color:var(--primary);transform:translateX(4px)}.header-cta{flex-shrink:0;text-decoration:none}.header-menu-toggle{display:none;flex-direction:column;gap:5px;background:0 0;border:none;cursor:pointer;padding:8px;z-index:1001;position:relative;width:32px;height:32px;justify-content:center;align-items:center}.menu-toggle-line{width:22px;height:2.5px;background:var(--text);border-radius:2px;transition:.3s cubic-bezier(.4, 0, .2, 1);display:block;transform-origin:center}.header-menu-toggle[aria-expanded=true] .menu-toggle-line:first-child{transform:rotate(45deg) translate(6px,6px)}.header-menu-toggle[aria-expanded=true] .menu-toggle-line:nth-child(2){opacity:0}.header-menu-toggle[aria-expanded=true] .menu-toggle-line:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.top-controls{position:fixed;top:20px;right:20px;display:flex;align-items:center;gap:8px;z-index:1001;filter:blur(0)!important}.top-controls *{filter:blur(0)!important;opacity:1!important}.lang-dropdown{position:relative;margin-right:0}.lang-toggle{display:flex;align-items:center;justify-content:center;gap:6px;width:auto;min-width:60px;height:40px;padding:0 12px;background:var(--bg-light);border:1px solid var(--border);border-radius:10px;cursor:pointer;transition:.3s cubic-bezier(.4, 0, .2, 1);color:var(--text);font-size:13px;font-weight:600;font-family:var(--font-family);backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);box-shadow:0 4px 12px rgba(0,0,0,.08),0 0 0 1px rgba(0,0,0,.02)}[data-theme=dark] .lang-toggle{background:rgba(30,41,59,.8);border-color:rgba(51,65,85,.8);box-shadow:0 4px 12px rgba(0,0,0,.4),0 0 0 1px rgba(51,65,85,.3)}.lang-toggle:hover{background:var(--bg-alt);border-color:var(--primary);transform:scale(1.05)}.lang-toggle:active{transform:scale(.95)}.lang-toggle svg{transition:transform .3s;color:var(--text)}.lang-dropdown:hover .lang-toggle svg{transform:rotate(180deg)}.lang-text{color:var(--text);transition:color .3s}.lang-menu{position:absolute;top:calc(100% + 12px);right:0;background:rgba(255,255,255,.98);backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border:1px solid rgba(255,255,255,.8);border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.12),0 0 0 1px rgba(0,0,0,.02);list-style:none;padding:6px;min-width:140px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:.3s cubic-bezier(.4, 0, .2, 1);z-index:1001;margin:0}.lang-dropdown:hover .lang-menu{opacity:1;visibility:visible;transform:translateY(0)}[data-theme=dark] .lang-menu{background:rgba(30,41,59,.98);border:1px solid rgba(51,65,85,.8);box-shadow:0 8px 32px rgba(0,0,0,.5),0 0 0 1px rgba(51,65,85,.3)}.lang-menu li{margin:2px 0}.lang-option{display:block;padding:10px 14px;border-radius:8px;color:var(--text);font-size:14px;font-weight:500;text-decoration:none;transition:.2s;cursor:pointer}.lang-option:hover{background:linear-gradient(135deg,rgba(37,99,235,.1) 0,rgba(59,130,246,.08) 100%);color:var(--primary);transform:translateX(2px)}.lang-option.active{background:linear-gradient(135deg,rgba(37,99,235,.15) 0,rgba(59,130,246,.12) 100%);color:var(--primary);font-weight:600}.theme-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--bg-light);border:1px solid var(--border);border-radius:10px;cursor:pointer;transition:.3s cubic-bezier(.4, 0, .2, 1);position:relative;color:var(--text);padding:0;margin-right:0;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);box-shadow:0 4px 12px rgba(0,0,0,.08),0 0 0 1px rgba(0,0,0,.02)}[data-theme=dark] .theme-toggle{background:rgba(30,41,59,.8);border-color:rgba(51,65,85,.8);box-shadow:0 4px 12px rgba(0,0,0,.4),0 0 0 1px rgba(51,65,85,.3)}.theme-toggle:hover{background:var(--bg-alt);border-color:var(--primary);transform:scale(1.05)}.theme-toggle:active{transform:scale(.95)}.theme-icon{position:absolute;width:20px;height:20px;transition:opacity .3s,transform .3s;color:var(--text)}.theme-icon.sun-icon{opacity:1;transform:rotate(0) scale(1)}.theme-icon.moon-icon{opacity:0;transform:rotate(90deg) scale(.5)}[data-theme=dark] .theme-icon.sun-icon{opacity:0;transform:rotate(-90deg) scale(.5)}[data-theme=dark] .theme-icon.moon-icon{opacity:1;transform:rotate(0) scale(1)}.btn-primary,.btn-secondary{padding:10px 20px;border-radius:var(--radius);font-weight:600;font-size:15px;cursor:pointer;transition:.3s cubic-bezier(.4, 0, .2, 1);border:none;font-family:var(--font-family);position:relative;overflow:hidden}.btn-primary{background:linear-gradient(135deg,var(--primary) 0,var(--primary-light) 100%);color:#fff;box-shadow:0 4px 12px rgba(37,99,235,.3)}.btn-primary::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn-primary:hover::before{left:100%}.btn-primary:hover{background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary) 100%);transform:translateY(-2px);box-shadow:0 6px 20px rgba(37,99,235,.4)}.btn-secondary{background:0 0;color:var(--primary);border:2px solid var(--primary)}.btn-secondary:hover{background:var(--primary);color:#fff}.btn-large{padding:14px 32px;font-size:16px}.hero{padding:140px 0 50px;background:0 0;position:relative;overflow-x:visible;scroll-margin-top:100px}.hero .container{max-width:1200px;position:relative;overflow-x:visible}.hero-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.hero-wrapper>.hero-actions{display:none!important}.hero-content{width:100%;text-align:left}.hero-description,.hero-features,.hero-title{opacity:0;transform:translateX(-50px);transition:opacity .8s ease-out,transform .8s ease-out}.hero-description.animate,.hero-features.animate,.hero-title.animate{opacity:1;transform:translateX(0)}.hero-badge{display:inline-block;padding:6px 16px;background:var(--bg-alt);border-radius:20px;font-size:14px;font-weight:500;color:var(--text-light);margin-bottom:24px}.hero-title{font-size:56px;font-weight:700;line-height:1.1;margin-bottom:24px;color:var(--text)}.hero-description{font-size:20px;color:var(--text-light);margin-bottom:32px;line-height:1.6}.hero-cta-btn{width:auto}.hero-features{display:flex;gap:24px;flex-wrap:wrap;justify-content:flex-start;margin-top:64px}.feature-badge{display:flex;align-items:center;gap:8px;color:var(--text-light);font-size:14px}.feature-badge svg{color:var(--primary)}.hero-dashboard{display:flex;justify-content:flex-start;align-items:center;position:relative;width:calc(100vw - 50%);margin-left:0;margin-right:calc(-100vw + 50%);padding-right:0}.dashboard-preview{width:81%;max-width:none;min-width:567px;background:#fff;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.12);overflow:hidden;opacity:0;transform:translateX(50px);transition:opacity .8s ease-out,transform .8s ease-out,background .3s}[data-theme=dark] .dashboard-preview{background:var(--bg-light);box-shadow:0 8px 32px rgba(0,0,0,.5)}.dashboard-preview.animate{opacity:1;transform:translateX(0)}.dashboard-header{background:linear-gradient(135deg,var(--primary) 0,var(--primary-light) 100%);padding:12px 20px;display:flex;justify-content:space-between;align-items:center;color:#fff}.dashboard-logo{font-size:14px;font-weight:600}.dashboard-actions{display:flex;align-items:center;gap:12px}.dashboard-icon{width:20px;height:20px;background:rgba(255,255,255,.2);border-radius:4px}.dashboard-email{font-size:12px;opacity:.9}.dashboard-avatar{width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px}.dashboard-body{display:flex;min-height:228px}.dashboard-sidebar{width:200px;background:var(--bg-light);padding:16px 0;border-right:1px solid var(--border);transition:background .3s,border-color .3s}[data-theme=dark] .dashboard-sidebar{background:var(--bg-alt);border-right-color:var(--border)}.sidebar-item{display:flex;align-items:center;gap:12px;padding:12px 20px;color:var(--text);font-size:14px;cursor:pointer;transition:.2s}.sidebar-item:hover{background:rgba(37,99,235,.05)}.sidebar-item.active{background:rgba(37,99,235,.1);color:var(--primary);font-weight:600;border-left:3px solid var(--primary)}.sidebar-icon{width:20px;height:20px;background:var(--bg-alt);border-radius:4px}.dashboard-main{flex:1;padding:10px;background:#fff;overflow-y:auto;transition:background .3s}[data-theme=dark] .dashboard-main{background:var(--bg)}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-bottom:10px}.metric-card{background:var(--bg-light);padding:8px;border-radius:7px;border:1px solid var(--border)}.metric-value{font-size:18px;font-weight:700;color:var(--text);margin-bottom:2px}.metric-label{font-size:10px;color:var(--text-light);margin-bottom:4px}.metric-change{display:flex;align-items:center;gap:4px;font-size:13px;font-weight:600}.metric-change.positive{color:var(--success)}.metric-change.negative{color:var(--error)}.metric-change svg{width:12px;height:12px}.expense-section{margin-top:10px}.expense-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.expense-title{font-size:14px;font-weight:700;color:var(--text);margin:0}.expense-selector{display:flex;align-items:center;gap:8px;padding:6px 12px;background:var(--bg-light);border-radius:6px;font-size:14px;color:var(--text);cursor:pointer}.expense-content{display:grid;grid-template-columns:1fr 1.5fr 1fr;gap:20px;align-items:center}.expense-stats{display:flex;flex-direction:column;gap:6px}.stat-item{padding-bottom:6px;border-bottom:1px solid var(--border);text-align:center}.stat-item:last-child{border-bottom:none;padding-bottom:0}.stat-label{color:var(--text-light);margin-bottom:2px}.stat-value{color:var(--text)}.expense-chart{display:flex;justify-content:center;align-items:center}.donut-chart{position:relative;width:87px;height:87px}.donut-chart svg{width:100%;height:100%}.expense-legend{display:flex;flex-direction:column;gap:6px}.legend-item{display:flex;align-items:center;gap:7px}.legend-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.legend-info{flex:1}.legend-name{font-size:10px;font-weight:500;color:var(--text);margin-bottom:1px}.legend-value{font-size:9px;color:var(--text-light)}.legend-value span{color:var(--text-light);opacity:.7}.screens-section{padding:60px 0;background:var(--bg-light)}.screens-carousel-wrapper{max-width:1400px;margin:0 auto}.screens-carousel{position:relative;width:100%;max-width:100%;margin:0 auto}.carousel-container{position:relative;overflow:hidden;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);background:var(--bg);transition:background .3s}.carousel-track{display:flex;transition:transform .5s cubic-bezier(.4, 0, .2, 1)}.carousel-slide{min-width:100%;opacity:0;transition:opacity .5s}.carousel-slide.active{opacity:1}.screen-preview{background:var(--bg);border-radius:12px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.12);width:100%;max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;transition:background .3s,box-shadow .3s}[data-theme=dark] .screen-preview{box-shadow:0 8px 32px rgba(0,0,0,.5)}.screen-image{width:100%;height:auto;display:block;object-fit:contain;border-radius:12px}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s;z-index:10;box-shadow:0 4px 12px rgba(0,0,0,.1)}.carousel-btn:hover{background:var(--bg);box-shadow:0 6px 20px rgba(0,0,0,.15);transform:translateY(-50%) scale(1.1)}[data-theme=dark] .carousel-btn{background:rgba(30,41,59,.95);border-color:var(--border);box-shadow:0 4px 12px rgba(0,0,0,.4)}[data-theme=dark] .carousel-btn:hover{box-shadow:0 6px 20px rgba(0,0,0,.4)}.carousel-btn:active{transform:translateY(-50%) scale(.95)}.carousel-prev{left:-24px}.carousel-next{right:-24px}.carousel-btn svg{color:var(--primary)}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:24px}.carousel-dot{width:10px;height:10px;border-radius:50%;background:var(--border);border:none;cursor:pointer;transition:.3s;padding:0}.carousel-dot.active{background:var(--primary);width:24px;border-radius:5px}.carousel-dot:hover{background:var(--primary-light)}.features-overview{padding:60px 0 80px;background:var(--bg)}.section-header{text-align:center;max-width:700px;margin:0 auto 40px}.section-title{font-size:42px;font-weight:700;margin-bottom:16px;color:var(--text)}.section-description{font-size:18px;color:var(--text-light)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-card{padding:32px;background:var(--bg-light);border-radius:var(--radius-lg);transition:.3s;border:1px solid var(--border)}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary-light)}.feature-icon{width:64px;height:64px;background:var(--bg-alt);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:var(--primary)}.feature-card h3{font-size:20px;font-weight:600;margin-bottom:12px;color:var(--text)}.feature-card p{color:var(--text-light);line-height:1.6}.detail-section{padding:60px 0;background:var(--bg)}.detail-section.alt{background:var(--bg-light)}.detail-content{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.detail-content.reverse{direction:rtl}.detail-content.reverse>*{direction:ltr}.detail-text h2{font-size:42px;font-weight:700;margin-bottom:24px;color:var(--text)}.detail-description{font-size:18px;color:var(--text-light);margin-bottom:32px;line-height:1.7}.detail-list{list-style:none}.detail-list li{padding:12px 0 12px 32px;position:relative;color:var(--text-light);font-size:16px}.detail-list li::before{content:'✓';position:absolute;left:0;color:var(--success);font-weight:700;font-size:18px}.detail-visual{display:flex;justify-content:center}.visual-card{background:var(--bg);border-radius:var(--radius-lg);padding:32px;box-shadow:var(--shadow-lg);width:100%;max-width:500px;transition:background .3s;overflow:hidden}.visual-card .screen-image,.visual-card img{width:100%;height:auto;display:block;object-fit:contain;border-radius:var(--radius)}.visual-card--video{width:max-content;max-width:100%;padding:0;overflow:hidden}.install-video{width:auto;height:auto;max-height:720px;display:block;border-radius:var(--radius-lg);background:var(--bg-alt);vertical-align:top}.install-video--uk{display:block}.install-video--en,[data-lang=en] .install-video--uk{display:none}[data-lang=en] .install-video--en{display:block}@media (max-width:768px){.visual-card--video{width:100%;max-width:none}.install-video{width:100%;max-height:720px;object-fit:contain}}.install-steps-list{list-style:none;padding-left:0;margin-top:1rem}.install-steps-list li{margin-bottom:.75rem;padding-left:1.75rem;position:relative}.install-steps-list li::before{content:"✓";position:absolute;left:0;color:var(--success);font-size:1.1rem;font-weight:700;line-height:1.5}#clients .visual-card{max-width:800px;padding:20px}#clients .visual-card .screen-image{width:100%;height:auto;max-height:none;object-fit:contain;display:block}#finance .visual-card{max-width:700px;padding:24px}#finance .visual-card .screen-image{width:100%;height:auto;max-height:none;object-fit:contain;display:block}#products .visual-card{max-width:700px;padding:24px}#products .visual-card .screen-image{width:100%;height:auto;max-height:none;object-fit:contain;display:block}#employees .visual-card{max-width:800px;padding:20px}#employees .visual-card .screen-image{width:100%;height:auto;max-height:none;object-fit:contain;display:block}.card-header{padding-bottom:16px;border-bottom:1px solid var(--border);margin-bottom:24px}.card-dots{display:flex;gap:8px}.card-dots span{width:12px;height:12px;border-radius:50%;background:var(--border)}.card-dots span:first-child{background:var(--error)}.card-dots span:nth-child(2){background:var(--warning)}.card-dots span:nth-child(3){background:var(--success)}.client-item{display:flex;align-items:center;gap:16px;padding:16px 0}.client-avatar{width:48px;height:48px;border-radius:50%;background:var(--bg-alt)}.client-info{flex:1}.client-name{height:16px;width:60%;background:var(--bg-alt);border-radius:4px;margin-bottom:8px}.client-detail{height:12px;width:80%;background:var(--bg-alt);border-radius:4px}.calendar-preview{padding:24px}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.calendar-day{text-align:center;font-weight:600;font-size:12px;color:var(--text-light);padding:8px}.calendar-cell{aspect-ratio:1;background:var(--bg-light);border-radius:var(--radius);border:1px solid var(--border)}.calendar-cell.booked{background:var(--primary-light);border-color:var(--primary)}.employee-stats{display:flex;gap:20px;justify-content:center}.stat-value{font-size:48px;font-weight:700;color:var(--primary);margin-bottom:8px}.stat-label{color:var(--text-light);font-size:14px}.inventory-list{display:flex;flex-direction:column;gap:24px}.inventory-item{display:flex;align-items:center;gap:16px}.inventory-name{width:100px;height:16px;background:var(--bg-alt);border-radius:4px}.inventory-bar{flex:1;height:8px;background:var(--bg-alt);border-radius:4px;overflow:hidden}.inventory-fill{height:100%;background:var(--primary);border-radius:4px;transition:width .3s}.inventory-value{font-weight:600;color:var(--text);min-width:40px;text-align:right}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.product-card{background:var(--bg-light);border-radius:var(--radius);overflow:hidden}.product-image{width:100%;aspect-ratio:1;background:var(--bg-alt)}.product-info{padding:16px}.product-title{height:14px;width:70%;background:var(--bg-alt);border-radius:4px;margin-bottom:8px}.product-price{height:16px;width:50%;background:var(--bg-alt);border-radius:4px}.schedule-view{display:flex;flex-direction:column;gap:16px}.schedule-row{display:flex;align-items:center;gap:16px}.schedule-name{width:80px;height:16px;background:var(--bg-alt);border-radius:4px}.schedule-slots{flex:1;display:flex;gap:8px}.schedule-slot{flex:1;height:32px;background:var(--bg-light);border-radius:var(--radius);border:1px solid var(--border)}.schedule-slot.active{background:var(--primary-light);border-color:var(--primary)}.finance-stats{display:flex;flex-direction:column;gap:16px}.finance-card{padding:24px;border-radius:var(--radius);background:var(--bg-light)}.finance-card.income{border-left:4px solid var(--success)}.finance-card.expense{border-left:4px solid var(--error)}.finance-card.profit{border-left:4px solid var(--primary)}.finance-label{font-size:14px;color:var(--text-light);margin-bottom:8px}.finance-amount{font-size:32px;font-weight:700;color:var(--text)}.cta-section{padding:60px 0;background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:#fff}.cta-content{text-align:center;max-width:700px;margin:0 auto}.cta-content h2{font-size:42px;font-weight:700;margin-bottom:16px}.cta-content p{font-size:20px;margin-bottom:32px;opacity:.9}.cta-actions{display:flex;gap:16px;justify-content:center}.cta-section .btn-primary{background:#fff;color:var(--primary)}.cta-section .btn-primary:hover{background:var(--bg-light)}.cta-section .btn-secondary{border-color:#fff;color:#fff}.cta-section .btn-secondary:hover{background:#fff;color:var(--primary)}.about-section{padding:60px 0 80px;background:var(--bg);transition:background .3s;scroll-margin-top:80px}.about-social{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:28px;max-width:760px;margin:0 auto 24px}.about-social-text{font-size:1.05rem;color:var(--text-light);line-height:1.6;text-align:left;max-width:480px;margin:0}.about-team-caption{text-align:center;margin:0 auto 40px}.about-social-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-width:190px;gap:10px;padding:13px 26px;border-radius:12px;font-weight:600;font-size:1rem;color:#fff;text-decoration:none;background:linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);box-shadow:0 6px 18px rgba(220,39,67,.28);transition:transform .2s,box-shadow .2s}.about-social-btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(220,39,67,.36)}.about-social-btn svg{color:#fff}.about-social-btn--tiktok{background:#000;border:1px solid rgba(255,255,255,.16);box-shadow:0 6px 18px rgba(0,0,0,.28)}.about-social-btn--tiktok:hover{box-shadow:0 10px 24px rgba(0,0,0,.36)}.team-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:48px;max-width:1200px;margin:0 auto}.team-member{flex:0 1 368px;max-width:100%;background:var(--bg-light);border-radius:var(--radius-lg);padding:32px;text-align:center;transition:.3s;border:1px solid var(--border)}.team-member:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:var(--primary)}[data-theme=dark] .team-member{background:var(--bg-alt);border-color:var(--border)}.team-photo{width:200px;height:200px;margin:0 auto 24px;border-radius:50%;overflow:hidden;border:4px solid var(--primary);box-shadow:var(--shadow);transition:.3s}.team-member:hover .team-photo{transform:scale(1.05);box-shadow:0 8px 24px rgba(37,99,235,.3)}.member-image{width:100%;height:100%;object-fit:cover;display:block}.team-info{text-align:center}.member-name{font-size:24px;font-weight:700;color:var(--text);margin-bottom:8px}.member-role{font-size:16px;color:var(--primary);font-weight:600;margin-bottom:16px}.member-description{font-size:15px;color:var(--text-light);line-height:1.6}.vacancy-section{margin-top:80px;max-width:1000px;margin-left:auto;margin-right:auto}.vacancy-card{background:var(--bg-light);border-radius:var(--radius-lg);padding:40px;border:2px solid var(--primary);box-shadow:var(--shadow-lg);transition:.3s}.vacancy-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(37,99,235,.2)}[data-theme=dark] .vacancy-card{background:var(--bg-alt);border-color:var(--primary)}.vacancy-title{font-size:28px;font-weight:700;color:var(--text);margin-bottom:20px;text-align:center}.vacancy-description{font-size:16px;color:var(--text-light);line-height:1.7;margin-bottom:24px;text-align:center}.vacancy-list{list-style:none;display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.vacancy-list li{background:var(--primary);color:#fff;padding:12px 24px;border-radius:var(--radius);font-size:14px;font-weight:600;box-shadow:var(--shadow);transition:.3s}.vacancy-list li:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(37,99,235,.3)}.feedback-section{padding:60px 0;background:linear-gradient(135deg,#1e293b 0,#0f172a 100%);color:#fff;position:relative;overflow:hidden;transition:background .3s}[data-theme=dark] .feedback-section{background:linear-gradient(135deg,#0f172a 0,#020617 100%)}.feedback-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(37,99,235,.1) 0,transparent 50%),radial-gradient(circle at 80% 70%,rgba(59,130,246,.08) 0,transparent 50%);pointer-events:none}.feedback-content{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:start;position:relative;z-index:1}.feedback-header{display:flex;flex-direction:column;gap:24px}.feedback-title{font-size:48px;font-weight:700;line-height:1.2;color:#fff;margin:0}.feedback-description{font-size:18px;line-height:1.7;color:rgba(255,255,255,.9);margin:0}.feedback-contacts{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;align-items:start}.contact-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:16px;padding:32px 24px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:20px;color:#fff;text-decoration:none;transition:.3s cubic-bezier(.4, 0, .2, 1);cursor:pointer;min-height:200px}.contact-item:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.25);transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.3)}.contact-item:active{transform:translateY(-2px)}.contact-icon{display:flex;align-items:center;justify-content:center;width:72px;height:72px;min-width:72px;min-height:72px;background:rgba(37,99,235,.2);border-radius:18px;color:var(--primary-light);transition:.3s}.contact-item:hover .contact-icon{background:rgba(37,99,235,.35);transform:scale(1.1);box-shadow:0 8px 24px rgba(37,99,235,.3)}.contact-icon svg{width:32px;height:32px}.contact-info{display:flex;flex-direction:column;gap:8px;width:100%;align-items:center}.contact-label{font-size:12px;font-weight:600;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:1px}.contact-value{font-size:16px;font-weight:600;color:#fff;line-height:1.5;word-break:break-word}.btn-feedback::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn-feedback:hover::before{left:100%}.btn-feedback:hover{background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary) 100%);transform:translateY(-2px);box-shadow:0 6px 24px rgba(37,99,235,.5)}.btn-feedback:active{transform:translateY(0)}.footer{background:var(--text);color:#fff;padding:80px 0 32px;transition:background .3s}[data-theme=dark] .footer{background:var(--bg-alt)}.footer-content{display:flex;gap:48px;margin-bottom:48px;justify-content:space-between;align-items:flex-start}.footer-section:first-child{max-width:400px}.footer-sections-group{display:flex;gap:16px;align-items:flex-start}.footer-sections-group .footer-section{text-align:right}.footer-logo{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:700;margin-bottom:16px}.footer-description{color:rgba(255,255,255,.7);line-height:1.6}.footer-section h4{font-size:16px;font-weight:600;margin-bottom:16px}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:12px}.footer-section:nth-child(2) ul,.footer-section:nth-child(3) ul{text-align:right}.footer-section ul li a{color:rgba(255,255,255,.7);text-decoration:none;transition:color .2s}.footer-section ul li a:hover{color:#fff}.footer-bottom{padding-top:32px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer-bottom p{color:rgba(255,255,255,.7)}.footer-links{display:flex;gap:24px}.footer-links a{color:rgba(255,255,255,.7);text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fff}@media (max-width:1024px){.hero-wrapper{grid-template-columns:1fr;gap:48px}.hero-content{text-align:center}.hero-features{justify-content:center}.hero-dashboard{width:100%;margin-left:0;margin-right:0;padding-right:0}.dashboard-preview{max-width:100%;min-width:auto}.metrics-grid{grid-template-columns:repeat(2,1fr)}.expense-content{grid-template-columns:1fr;gap:24px}.expense-chart{order:2}.expense-legend{order:3}.detail-content,.hero .container{grid-template-columns:1fr;gap:48px}.features-grid{grid-template-columns:repeat(2,1fr)}.footer-content{grid-template-columns:1fr 1fr}}@media (max-width:768px){html{overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;height:100%}body{overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;height:100%;touch-action:pan-y;position:relative}.container{padding:0 20px}.header{top:8px;left:8px;right:8px;transform:translateX(0) translateY(-50px);width:calc(100% - 16px);max-width:none}.header.animate{transform:translateX(0) translateY(0)}.header.hidden{transform:translateX(0) translateY(calc(-100% - 40px));visibility:hidden}.header-container{padding:0}.header-nav{padding:6px 10px;gap:4px;position:relative;display:flex;align-items:center;justify-content:space-between;min-height:40px;flex-wrap:nowrap;overflow:visible;-webkit-overflow-scrolling:touch}.header-logo{flex-shrink:0;max-width:100px;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;height:auto;line-height:1;order:-1;margin-right:4px}.header-logo span{font-size:11px;line-height:1;display:inline-flex;align-items:center;white-space:nowrap}.header-logo svg{width:16px;height:16px;flex-shrink:0;display:inline-flex;align-items:center;vertical-align:middle}.header-logo .header-logo-img{width:16px;height:16px;flex-shrink:0}.header-menu-toggle{display:flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;flex-direction:column;justify-content:center;align-items:center;width:32px;height:32px;padding:0;background:0 0;border:none;cursor:pointer;gap:4px;order:2;flex-shrink:0;border-radius:6px;transition:background-color .2s}.header-menu-toggle:hover{background:rgba(37,99,235,.1)}.header-menu-toggle.active{background:rgba(37,99,235,.15)}.menu-toggle-line{width:20px;height:2px;background:var(--text);border-radius:2px;transition:background-color .2s;transform:none!important}.header-menu-toggle.active .menu-toggle-line{background:var(--primary)}.header-menu-toggle.active .menu-toggle-line:first-child,.header-menu-toggle.active .menu-toggle-line:nth-child(2),.header-menu-toggle.active .menu-toggle-line:nth-child(3),.header-menu-toggle[aria-expanded=true] .menu-toggle-line:first-child,.header-menu-toggle[aria-expanded=true] .menu-toggle-line:nth-child(2),.header-menu-toggle[aria-expanded=true] .menu-toggle-line:nth-child(3){transform:none!important;opacity:1!important;rotate:none!important;translate:none!important}#ctaBtn,.header .btn-primary,.header-cta{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.logo{font-size:16px}.logo svg{width:28px;height:28px}.top-controls{position:fixed;top:58px;right:8px;left:auto;gap:6px;width:auto;justify-content:flex-end;z-index:1000}.lang-dropdown{margin-right:0}.lang-toggle{min-width:56px;height:36px;padding:0 10px;font-size:12px}.lang-menu{right:0;min-width:130px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:.3s cubic-bezier(.4, 0, .2, 1);display:block}.lang-menu.open{opacity:1!important;visibility:visible!important;transform:translateY(0)!important}.lang-option{transition:.2s!important}.lang-option:active,.lang-option:hover{background:linear-gradient(135deg,rgba(37,99,235,.1) 0,rgba(59,130,246,.08) 100%)!important;color:var(--primary)!important;transform:translateX(2px)!important}.lang-option.active{background:linear-gradient(135deg,rgba(37,99,235,.15) 0,rgba(59,130,246,.12) 100%)!important;color:var(--primary)!important;font-weight:600!important}.theme-toggle{width:36px;height:36px;margin-right:0}.theme-icon{width:18px;height:18px}.header-menu{display:none!important;position:fixed!important;top:60px!important;left:8px!important;right:8px!important;flex-direction:column!important;background:rgba(255,255,255,.98)!important;backdrop-filter:blur(40px) saturate(180%)!important;-webkit-backdrop-filter:blur(40px) saturate(180%)!important;border:1px solid rgba(255,255,255,.8)!important;border-radius:16px!important;box-shadow:0 8px 32px rgba(0,0,0,.12)!important;padding:12px!important;margin:0!important;z-index:999!important;align-items:stretch!important;justify-content:flex-start!important;overflow-y:auto!important;gap:4px!important;list-style:none!important;max-height:calc(100vh - 80px)!important;width:calc(100% - 16px)!important;opacity:0!important;visibility:hidden!important;transform:translateY(-20px)!important;transition:.3s cubic-bezier(.4, 0, .2, 1)!important}.header-menu.active{display:flex!important;opacity:1!important;visibility:visible!important;transform:translateY(0)!important;transform:none!important}[data-theme=dark] .header-menu{background:rgba(30,41,59,.98)!important;border-color:rgba(51,65,85,.8)!important;box-shadow:none!important}.header-menu-item{width:100%!important;position:relative;z-index:1000}.header-menu-link{display:flex!important;padding:12px 16px!important;border-bottom:1px solid rgba(0,0,0,.05)!important;font-size:14px!important;color:var(--text)!important;background:0 0!important;text-decoration:none!important;white-space:nowrap;align-items:center;justify-content:space-between;gap:8px;font-weight:500;border-radius:8px;transition:.2s}.header-menu-item:last-child .header-menu-link{border-bottom:none!important}[data-theme=dark] .header-menu-link{border-bottom-color:rgba(255,255,255,.1)!important}.header-menu-item:first-child .header-menu-link{padding-top:4px!important}.header-menu-link:focus,.header-menu-link:hover{background:rgba(37,99,235,.08)!important;color:var(--primary)!important}.header-menu-link::after{display:none!important}.header-menu-item-dropdown{position:relative!important}.dropdown-toggle{width:auto!important;justify-content:flex-start!important}.dropdown-toggle svg{transition:transform .3s;margin-left:0!important;width:10px!important;height:10px!important}.dropdown-toggle.active svg{transform:rotate(180deg)}.header-dropdown{position:static!important;top:auto!important;left:auto!important;transform:none!important;border-radius:8px!important;background:rgba(0,0,0,.03)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border:none!important;box-shadow:none!important;padding:8px 0 8px 16px!important;min-width:auto!important;width:100%!important;opacity:0!important;visibility:hidden!important;max-height:0!important;overflow:hidden!important;z-index:1001!important;transition:.3s cubic-bezier(.4, 0, .2, 1)!important;margin-top:4px!important}.header-menu-item-dropdown.active .header-dropdown{opacity:1!important;visibility:visible!important;max-height:500px!important}[data-theme=dark] .header-dropdown{background:rgba(255,255,255,.05)!important}.header-dropdown li{width:100%!important;margin:2px 0!important}.header-dropdown a{color:var(--text)!important;transition:.2s!important;padding:8px 12px!important;font-size:12px!important;color:var(--text)!important;border-bottom:none!important;display:block!important;text-decoration:none!important;border-radius:8px!important}.header-dropdown a:hover{background:rgba(37,99,235,.1)!important;color:var(--primary)!important}.header-dropdown.mobile-open{opacity:1!important;visibility:visible!important;transform:translateX(-50%) translateY(0)!important;max-height:none!important;padding:6px!important}.dropdown-menu a:focus,.dropdown-menu a:hover{background:rgba(37,99,235,.1)!important;color:var(--primary)!important;transform:none!important}.menu-toggle{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.menu-toggle span{background:var(--text)}.menu-toggle.active{opacity:.7}.menu-toggle.active span{background:var(--primary)}.hero{padding:120px 0 40px;margin-top:0;scroll-margin-top:80px}.hero-wrapper{gap:48px}.hero-title{font-size:36px;line-height:1.2;margin-bottom:20px}.hero-description{font-size:18px;line-height:1.6;margin-bottom:28px}.hero-features{margin-top:32px;gap:16px;justify-content:center}.feature-badge{font-size:13px;padding:6px 12px;background:var(--bg-alt);border-radius:8px}.hero-actions{justify-content:center;display:none!important;visibility:hidden!important;opacity:0!important;height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}.hero-cta-btn{width:100%;max-width:280px;display:none!important;visibility:hidden!important;opacity:0!important}.hero-content{order:1}.hero-dashboard{width:100%;margin-left:0;margin-right:0;padding-right:0;order:3}.dashboard-preview{width:100%;min-width:auto;max-width:100%}.dashboard-header{padding:10px 16px}.dashboard-logo{font-size:12px}.dashboard-email{display:none}.dashboard-body{padding:12px}.dashboard-sidebar{width:60px;padding:8px 4px}.sidebar-item{padding:8px 4px;font-size:10px}.sidebar-item span{display:none}.metrics-grid{grid-template-columns:repeat(2,1fr);gap:12px}.metric-card{padding:12px}.metric-value{font-size:20px}.metric-label{font-size:11px}.expense-content{gap:20px}.expense-stats{grid-template-columns:repeat(2,1fr);gap:12px}.stat-value{font-size:18px}.stat-label{font-size:11px}.expense-chart{order:2}.donut-chart svg{width:150px;height:150px}.expense-legend{order:3}.legend-item{padding:8px}.legend-name{font-size:12px}.legend-value{font-size:11px}.screens-section{padding:64px 0}.screens-carousel-wrapper{padding:0 8px}.carousel-prev{left:8px}.carousel-next{right:8px}.carousel-btn{width:40px;height:40px}.carousel-btn svg{width:18px;height:18px}.screen-preview{aspect-ratio:16/9;max-width:100%}.screen-image{width:100%;height:auto}.carousel-dots{margin-top:20px;gap:8px}.carousel-dot{width:8px;height:8px}.detail-content{gap:40px}.detail-text{order:1}.detail-visual{order:2}.detail-content.reverse .detail-text{order:1}.detail-content.reverse .detail-visual{order:2}.detail-list{gap:12px}.detail-list li{font-size:15px;padding-left:24px}.visual-card{padding:16px}.card-header{padding:8px 12px}.card-content{padding:12px}.client-item{padding:10px;margin-bottom:8px}.client-avatar{width:40px;height:40px}.client-name{height:12px;width:120px}.client-detail{height:10px;width:80px;margin-top:6px}.calendar-grid{grid-template-columns:repeat(7,1fr);gap:4px;padding:8px}.calendar-day{font-size:10px;padding:6px 2px}.calendar-date{font-size:11px;padding:8px 2px}.calendar-date.has-appointment{font-size:10px}.features-overview{padding:40px 0}.section-header{margin-bottom:48px}.section-title{font-size:32px;margin-bottom:16px}.section-description{font-size:16px}.features-grid{grid-template-columns:1fr;gap:24px}.feature-card{padding:24px}.feature-icon{width:48px;height:48px;margin-bottom:16px}.feature-icon svg{width:28px;height:28px}.feature-card h3{font-size:20px;margin-bottom:12px}.feature-card p{font-size:15px;line-height:1.5}.detail-section{padding:40px 0}.detail-text h2{font-size:32px;margin-bottom:16px}.detail-description{font-size:16px;margin-bottom:24px}.cta-actions,.hero-actions{flex-direction:column;gap:12px}.btn-primary,.btn-secondary{width:100%;padding:12px 24px;font-size:15px}.about-section{padding:40px 0}.about-social{flex-direction:column;gap:20px}.about-social-text{text-align:center}.team-grid{grid-template-columns:repeat(2,1fr);gap:32px;max-width:900px}.vacancy-section{margin-top:64px}.vacancy-card{padding:32px}.vacancy-title{font-size:24px}.vacancy-description{font-size:15px}.vacancy-list{gap:12px}.vacancy-list li{padding:10px 20px;font-size:13px}.team-photo{width:160px;height:160px}.member-name{font-size:20px}.member-description,.member-role{font-size:14px}.feedback-section{padding:40px 0}.feedback-content{grid-template-columns:1fr;gap:40px}.feedback-header{gap:16px}.feedback-title{font-size:36px;line-height:1.2}.feedback-description{font-size:16px;line-height:1.5}.feedback-contacts{grid-template-columns:repeat(2,1fr);gap:16px}.contact-item{padding:24px 20px;gap:14px;min-height:180px}.contact-icon{width:64px;height:64px;min-width:64px;min-height:64px}.contact-icon svg{width:28px;height:28px}.contact-label{font-size:11px}.contact-value{font-size:15px}}@media (max-width:480px){.feedback-contacts{gap:10px}.footer-content{grid-template-columns:1fr;gap:32px}.footer-section ul{gap:12px;gap:10px}.footer-bottom{flex-direction:column;text-align:center;gap:16px}*{-webkit-tap-highlight-color:transparent}html{overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;height:100%}body{font-size:15px;line-height:1.5;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;height:100%;touch-action:pan-y}.container{padding:0 16px}h1,h2,h3,h4,h5,h6{line-height:1.2}section{overflow-x:hidden;overflow-y:visible}.header{top:8px;left:8px;right:8px;width:calc(100% - 16px);transform:translateX(0) translateY(-50px)}.header.animate{transform:translateX(0) translateY(0)}.header.hidden{transform:translateX(0) translateY(calc(-100% - 40px));visibility:hidden}.header .container{padding:0}.nav{gap:6px;display:flex;align-items:center;justify-content:space-between;min-height:36px;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.nav .logo{flex-shrink:0;max-width:100px;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;height:auto;line-height:1}.nav .logo span{font-size:11px;line-height:1;display:inline-flex;align-items:center}.nav .logo svg{width:16px;height:16px;flex-shrink:0;display:inline-flex;align-items:center;vertical-align:middle}.header,.header .nav{position:relative}.nav .menu-toggle{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}#ctaBtn,.header .btn-primary,.nav .btn-primary{display:flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;padding:4px 8px;font-size:10px;white-space:nowrap;min-width:auto;width:auto;height:24px;min-height:24px;max-height:24px;flex-shrink:0;align-items:center;justify-content:center;line-height:1;box-sizing:border-box}.top-controls{position:fixed;top:58px;right:8px;left:auto;gap:4px;width:auto;justify-content:flex-end;z-index:1000}.lang-toggle{min-width:50px;height:32px;padding:0 8px;font-size:11px}.theme-toggle{width:32px;height:32px}.theme-icon{width:16px;height:16px}.nav{padding:8px 12px;gap:8px}.logo{font-size:14px}.logo svg{width:24px;height:24px}.nav-menu{display:flex!important;position:relative!important;flex-direction:row!important;background:0 0!important;padding:0!important;margin:0!important;box-shadow:none!important;transform:none!important;transition:none!important;z-index:auto!important;align-items:center!important;justify-content:flex-start!important;overflow:visible!important;gap:2px!important;list-style:none!important;max-height:none!important;width:auto!important;flex:1 1 auto;min-width:0}[data-theme=dark] .nav-menu{box-shadow:none!important}.nav-menu.active{transform:none!important}.nav-menu>li{width:auto!important;position:relative;z-index:1000;flex-shrink:0}.nav-menu>li>a{display:flex!important;padding:3px 6px!important;border-bottom:none!important;font-size:10px!important;color:var(--text)!important;background:0 0!important;text-decoration:none!important;white-space:nowrap;align-items:center;gap:2px}.nav-menu>li:first-child>a{padding-top:3px!important}.nav-menu>li>a:focus,.nav-menu>li>a:hover{background:rgba(37,99,235,.08)!important;color:var(--primary)!important}.nav-menu>li>a::after{display:none!important}.nav-item-dropdown{position:relative!important}.dropdown-toggle{width:auto!important;justify-content:flex-start!important}.dropdown-toggle svg{transition:transform .3s;margin-left:0!important;width:9px!important;height:9px!important}.dropdown-toggle.active svg{transform:rotate(180deg)}.dropdown-menu{position:absolute!important;top:calc(100% + 8px)!important;left:50%!important;transform:translateX(-50%) translateY(-8px)!important;border-radius:12px!important;background:rgba(255,255,255,.98)!important;backdrop-filter:blur(40px) saturate(180%)!important;-webkit-backdrop-filter:blur(40px) saturate(180%)!important;border:1px solid rgba(255,255,255,.8)!important;box-shadow:0 8px 32px rgba(0,0,0,.12),0 0 0 1px rgba(0,0,0,.02)!important;padding:6px!important;min-width:140px!important;opacity:0!important;visibility:hidden!important;z-index:1001!important;max-height:none!important;transition:.3s cubic-bezier(.4, 0, .2, 1)!important}[data-theme=dark] .dropdown-menu{background:rgba(30,41,59,.98)!important;border:1px solid rgba(51,65,85,.8)!important;box-shadow:0 8px 32px rgba(0,0,0,.5),0 0 0 1px rgba(51,65,85,.3)!important}.nav-item-dropdown:hover .dropdown-menu{opacity:1!important;visibility:visible!important;transform:translateX(-50%) translateY(0)!important}.dropdown-menu.mobile-open{opacity:1!important;visibility:visible!important;transform:translateX(-50%) translateY(0)!important;max-height:none!important;padding:6px!important}.dropdown-menu li{margin:2px 0!important}.dropdown-menu a{padding:6px 10px!important;font-size:11px!important;color:var(--text)!important;border-bottom:none!important;display:block!important;text-decoration:none!important;border-radius:8px!important}.dropdown-menu a:focus,.dropdown-menu a:hover{background:rgba(37,99,235,.1)!important;color:var(--primary)!important;transform:none!important}.nav-menu::before{display:none!important}.nav-menu>li:first-child{margin-top:0!important}.scroll-to-top{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.hero{padding:90px 0 56px;margin-top:0;scroll-margin-top:70px}.hero-wrapper{gap:32px}.hero-title{font-size:28px;line-height:1.2;margin-bottom:16px}.hero-description{font-size:16px;line-height:1.5;margin-bottom:24px}.hero-features{margin-top:24px;gap:12px;flex-wrap:wrap}.hero-actions{display:none!important;visibility:hidden!important;opacity:0!important;height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}.hero-cta-btn{display:none!important;visibility:hidden!important;opacity:0!important}.feature-badge{font-size:12px;padding:5px 10px}.hero-content{order:1}.hero-actions{order:2;width:100%;display:flex;justify-content:center;margin-top:0;margin-bottom:0}.hero-dashboard{order:3}.dashboard-preview{min-width:auto}.dashboard-header{padding:8px 12px}.dashboard-logo{font-size:11px}.dashboard-actions{gap:8px}.dashboard-icon{width:16px;height:16px}.dashboard-avatar{width:24px;height:24px;font-size:10px}.dashboard-body{padding:8px}.dashboard-sidebar{width:50px;padding:6px 2px}.sidebar-item{padding:6px 2px;font-size:9px}.metrics-grid{grid-template-columns:repeat(2,1fr);gap:8px}.metric-card{padding:10px}.metric-value{font-size:18px}.metric-change,.metric-label{font-size:10px}.expense-section{padding:12px}.expense-header{margin-bottom:12px}.expense-title{font-size:14px}.expense-content{gap:16px}.expense-stats{grid-template-columns:1fr;gap:10px}.stat-item{padding:10px}.stat-value{font-size:16px}.stat-label{font-size:10px}.donut-chart svg{width:120px;height:120px}.legend-item{padding:6px}.legend-name{font-size:11px}.legend-value{font-size:10px}.detail-text h2,.section-title{line-height:1.2}.detail-description,.section-description{line-height:1.5}.about-section,.cta-section,.detail-section,.features-overview{padding:48px 0}.cta-section{padding:56px 0}.cta-content{padding:0 16px}.cta-content h2{font-size:28px;margin-bottom:12px;line-height:1.2}.cta-content p{font-size:15px;margin-bottom:28px}.cta-actions{gap:10px}.section-header{margin-bottom:32px}.section-title{font-size:24px;margin-bottom:12px}.section-description{font-size:14px}.features-grid{gap:20px}.feature-card{padding:20px}.feature-icon{width:40px;height:40px;margin-bottom:12px}.feature-icon svg{width:24px;height:24px}.feature-card h3{font-size:18px;margin-bottom:10px}.feature-card p{font-size:14px}.detail-section{padding:30px 0}.detail-text h2{font-size:24px;margin-bottom:12px}.detail-description{font-size:14px;margin-bottom:20px}.detail-list{gap:8px}.about-section{padding:30px 0}.team-grid{grid-template-columns:1fr;gap:24px}.team-member{padding:24px}.team-photo{width:120px;height:120px;margin-bottom:16px}.member-name{font-size:18px}.member-role{font-size:13px;margin-bottom:12px}.member-description{font-size:13px}.vacancy-section{margin-top:48px}.vacancy-card{padding:24px}.vacancy-title{font-size:20px;margin-bottom:16px}.vacancy-description{font-size:14px;margin-bottom:20px}.vacancy-list{flex-direction:column;gap:10px}.vacancy-list li{padding:10px 16px;font-size:12px}.feedback-section{padding:48px 0}.feedback-content{gap:32px}.feedback-header{gap:12px}.feedback-title{font-size:28px;line-height:1.2}.feedback-description{font-size:15px;line-height:1.5}.btn-feedback{width:100%;padding:12px 28px;font-size:15px}.footer{padding:40px 0 20px}.footer-content{gap:24px;margin-bottom:24px}.footer-section h3{font-size:16px;margin-bottom:12px}.footer-section a{font-size:13px}.footer-bottom{gap:12px;padding-top:20px}.footer-bottom p{font-size:12px}.feedback-contacts{grid-template-columns:1fr;gap:12px}.contact-item{padding:20px 16px;gap:12px;min-height:160px}.contact-icon{width:56px;height:56px;min-width:56px;min-height:56px}.contact-icon svg{width:24px;height:24px}.contact-label{font-size:10px}.contact-value{font-size:14px}.inventory-list{gap:16px}.inventory-item{gap:12px}.inventory-name{width:80px;height:14px}.inventory-bar{height:6px}.inventory-value{font-size:12px;min-width:35px}.product-grid{grid-template-columns:1fr;gap:12px}.product-card{border-radius:8px}.product-info{padding:12px}.product-title{height:12px;margin-bottom:6px}.product-price{height:14px}.schedule-row,.schedule-view{gap:12px}.schedule-name{width:60px;height:14px}.schedule-slots{gap:6px}.schedule-slot{height:28px}.finance-stats{gap:12px}.finance-card{padding:16px}.screens-section{padding:48px 0}.screens-carousel-wrapper{padding:0 4px}.screens-carousel{max-width:100%}.carousel-prev{left:4px}.carousel-next{right:4px}.carousel-btn{width:36px;height:36px}.carousel-btn svg{width:16px;height:16px}.screen-image,.screen-preview{max-width:100%;border-radius:8px}.carousel-dots{margin-top:16px;gap:6px}.carousel-dot{width:6px;height:6px}.detail-content{gap:32px}.detail-list{gap:10px}.detail-list li{font-size:14px;padding-left:20px}.visual-card{padding:12px}.card-content{padding:10px}.client-item{padding:8px;margin-bottom:6px}.client-avatar{width:32px;height:32px}.client-name{width:100px;height:10px}.client-detail{width:60px;height:8px;margin-top:4px}.calendar-grid{gap:3px;padding:6px}.calendar-day{font-size:9px;padding:4px 1px}.calendar-date{font-size:10px;padding:6px 1px}.calendar-date.has-appointment{font-size:9px}}.image-lightbox{cursor:pointer}.image-lightbox-overlay{position:fixed;inset:0;z-index:10000;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;padding:40px 20px;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s}.image-lightbox-overlay.is-open{opacity:1;visibility:visible}.image-lightbox-overlay[hidden]{display:flex!important}.image-lightbox-overlay:not(.is-open)[hidden]{opacity:0;visibility:hidden}.image-lightbox-content{position:relative;max-width:80vw;max-height:85vh;display:flex;align-items:center;justify-content:center}.image-lightbox-content img{max-width:80vw;max-height:85vh;width:auto;height:auto;object-fit:contain;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.image-lightbox-close{position:absolute;top:20px;right:20px;z-index:10001;width:48px;height:48px;border:none;border-radius:50%;background:rgba(255,255,255,.15);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .15s}.image-lightbox-close:hover{background:rgba(255,255,255,.25)}.image-lightbox-close:focus{outline:2px solid var(--primary-light);outline-offset:2px}