:root{--primary:#000;--primary-dark:#333;--secondary:#fff;--text-main:#000;--text-secondary:#666;--background:#fff;--surface:#f5f5f5;--border:#e5e5e5;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:var(--font-sans);background-color:var(--background);color:var(--text-main);-webkit-font-smoothing:antialiased;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:12px 24px;font-size:16px;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--primary);color:var(--secondary)}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-1px)}.btn-secondary{color:var(--text-main);border:1px solid var(--border);background-color:#0000}.btn-secondary:hover{background-color:var(--surface);border-color:#d4d4d4}.section{padding:100px 0}.section-title{text-align:center;letter-spacing:-.02em;margin-bottom:24px;font-size:48px;font-weight:800}.section-subtitle{color:var(--text-secondary);text-align:center;max-width:600px;margin:0 auto 80px;font-size:20px;font-weight:400}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-fade-in-up{opacity:0;animation:.8s ease-out forwards fadeInUp}.animate-fade-in{opacity:0;animation:1s ease-out forwards fadeIn}.animate-scale-in{opacity:0;animation:.8s ease-out forwards scaleIn}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.desktop-only{display:flex}.mobile-only{display:none!important}@media (max-width:768px){.desktop-only{display:none!important}.mobile-only{display:flex!important}.section-title{font-size:32px}.section-subtitle{padding:0 20px;font-size:18px}.section{padding:60px 0}}.header-nav-list{align-items:center;gap:32px;list-style:none;display:flex}.mobile-menu-btn{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;gap:6px;padding:8px;display:flex}.hamburger-line{background-color:#000;width:24px;height:2px;transition:all .3s}.mobile-menu-btn.open .hamburger-line:first-child{transform:rotate(45deg)translate(5px,6px)}.mobile-menu-btn.open .hamburger-line:nth-child(2){opacity:0}.mobile-menu-btn.open .hamburger-line:nth-child(3){transform:rotate(-45deg)translate(5px,-6px)}.mobile-nav-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:90;background-color:#0006;justify-content:flex-end;animation:.3s ease-out fadeIn;display:flex;position:fixed;inset:0}.mobile-nav-drawer{background-color:#fff;flex-direction:column;width:80%;max-width:300px;height:100%;padding:100px 24px 32px;animation:.3s ease-out slideInRight;display:flex;box-shadow:-5px 0 20px #0000001a}.mobile-nav-list{flex-direction:column;align-items:flex-start;gap:16px;width:100%;list-style:none;display:flex}.mobile-nav-link{color:#333;border-bottom:1px solid #f5f5f5;width:100%;padding:12px 0;font-size:16px;font-weight:600;text-decoration:none;transition:color .2s;display:block}.mobile-nav-link:hover{color:#000}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.hero-phones-container{justify-content:center;gap:40px;height:600px;margin-top:100px;display:flex;position:relative}.hero-phone{z-index:1;background-color:#fff;border:12px solid #000;border-radius:40px;width:300px;height:600px;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.hero-phone-1{transform:translateY(20px)rotate(-6deg)}.hero-phone-2{z-index:2;transform:translateY(-20px)rotate(6deg)}@media (max-width:768px){.hero-phones-container{flex-direction:column;align-items:center;gap:0;height:auto;margin-top:60px;padding-bottom:40px}.hero-phone{width:260px;height:520px}.hero-phone-1{z-index:2;transform:rotate(-5deg)translate(-10px)!important}.hero-phone-2{z-index:1;transform:rotate(5deg)translate(10px,-100px)!important}.hero-title{font-size:40px!important}.hero-subtitle{padding:0 20px;font-size:18px!important}}.hero-title{letter-spacing:-.03em;color:#000;margin-bottom:24px;font-size:64px;font-weight:800;line-height:1.05}.hero-subtitle{color:#666;max-width:640px;margin:0 auto 48px;font-size:22px;font-weight:400;line-height:1.5}
