*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,Arial,sans-serif;background:#f8fafc;color:#0f172a;line-height:1.6}h1,h2,h3{margin-top:0;line-height:1.15}h1{font-size:56px;letter-spacing:-.02em}h2{font-size:34px;margin-bottom:32px}h3{font-size:20px;margin-bottom:8px}p{color:#475569;margin-bottom:16px}.container{max-width:1100px;margin:0 auto;padding:96px 24px}.header{position:sticky;top:0;z-index:100;background:#f8fafcd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #e2e8f0}.header-inner{max-width:1100px;margin:0 auto;padding:16px 24px;display:flex;justify-content:space-between;align-items:center}.logo{font-weight:800;font-size:22px;letter-spacing:.3px}.logo span{color:#2563eb}.btn{background:#2563eb;color:#fff;padding:10px 18px;border-radius:10px;text-decoration:none;font-weight:600;transition:all .2s ease}.btn:hover{background:#1d4ed8}.hero{background:radial-gradient(900px 500px at 15% 10%,rgba(37,99,235,.15),transparent 60%),radial-gradient(700px 400px at 85% 0%,rgba(56,189,248,.18),transparent 60%),linear-gradient(180deg,#fff,#f8fafc)}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:72px;align-items:center}.hero-content h1 span{color:#2563eb}.hero p{font-size:18px;max-width:640px}.hero-mockup{background:linear-gradient(180deg,#fff,#f1f5f9);border-radius:20px;border:1px solid #e2e8f0;box-shadow:0 30px 60px #0f172a1f,inset 0 0 0 1px #fff9;height:360px;display:flex;align-items:center;justify-content:center;color:#64748b;font-size:14px}.hero-mockup img{width:100%}.section{background:#fff;border-top:1px solid #e2e8f0}.feature{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center;margin-bottom:120px}.feature h3{color:#0f172a}.feature li{color:#475569;margin-bottom:8px}.mock{background:linear-gradient(180deg,#fff,#f1f5f9);border-radius:20px;border:1px solid #e2e8f0;height:320px;display:flex;align-items:center;justify-content:center;color:#64748b;font-size:14px;box-shadow:0 20px 40px #0f172a14}.mock img{width:100%}.footer{text-align:center;color:#64748b;font-size:14px;padding:48px 0;border-top:1px solid #e2e8f0;background:#f8fafc}@media(max-width:960px){h1{font-size:42px}.hero-grid,.feature{grid-template-columns:1fr}.hero-mockup,.mock{height:260px}.container{padding:72px 20px}}.logo-section{background:#fff;border-top:1px solid #e2e8f0}.logo-section h2{text-align:center;margin-bottom:48px}.logos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:40px;align-items:center;justify-items:center}.logo-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:24px;width:100%;max-width:200px;height:96px;display:flex;align-items:center;justify-content:center;color:#64748b;font-weight:600;font-size:14px}.logo-item img{width:100%}.logo-item.beta:after{content:"beta";position:absolute;margin-top:52px;background:#e0f2fe;color:#0369a1;font-size:11px;padding:2px 8px;border-radius:999px;font-weight:600}.partner-box{max-width:9620px;margin:0 auto;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:40px;display:flex;gap:20px;align-items:center;justify-content:space-around}.partner-logo{font-size:28px;font-weight:800;display:flex}.partner-logo img{width:200px}.partner-text{color:#475569;font-size:16px;text-align:center}.partner-text strong{color:#0f172a}.partner-phone{font-weight:700;font-size:18px;text-wrap:nowrap}.pricing{background:#fff;border-top:1px solid #e2e8f0}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-top:48px}.price-card{background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:24px;padding:40px 32px;display:flex;flex-direction:column;box-shadow:0 20px 40px #0f172a0f}.price-card h3{font-size:22px;margin-bottom:12px}.price-card ul{padding-left:18px;margin:24px 0 32px}.price-card li{margin-bottom:10px;color:#475569}.price{margin-top:auto;font-size:28px;font-weight:800;color:#2563eb}.price span{font-size:14px;font-weight:500;color:#64748b}.price-card.featured{border:2px solid #2563eb;box-shadow:0 30px 60px #2563eb2e;transform:translateY(-6px)}.price-card.featured h3{color:#2563eb}@media(max-width:960px){.price-card.featured{transform:none}}.pricing h2{text-align:center}.consultation{background:#fff;border-top:1px solid #e2e8f0}.consultation-wrapper{max-width:720px;margin:0 auto;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:24px;padding:48px 40px;box-shadow:0 30px 60px #0f172a14}.consultation h2{text-align:center;margin-bottom:8px}.consultation-subtitle{text-align:center;color:#475569;margin-bottom:32px}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:14px;font-weight:600;margin-bottom:6px;color:#0f172a}.form-group input,.form-group textarea{width:100%;padding:12px 14px;border-radius:10px;border:1px solid #cbd5e1;font-size:14px;font-family:inherit}.form-group textarea{resize:vertical;min-height:100px}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2563eb}.form-note{font-size:13px;color:#64748b;margin-top:12px}.form-note a{color:#2563eb;text-decoration:none}.form-actions{margin-top:32px;text-align:center}.form-actions button{background:#2563eb;color:#fff;padding:12px 28px;border-radius:12px;border:none;font-size:15px;font-weight:600;cursor:pointer}.form-actions button:hover{background:#1d4ed8}.form-success{margin-top:24px;padding:20px;border-radius:16px;background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;text-align:center;font-size:15px}.site-footer{background:#f8fafc;border-top:1px solid #e2e8f0;margin-top:120px}.footer-container{max-width:1200px;margin:0 auto;padding:60px 24px 40px;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.footer-title{font-size:14px;font-weight:600;color:#0f172a;margin-bottom:12px}.footer-text{font-size:14px;line-height:1.6;color:#475569}.footer-text a{color:#2563eb;text-decoration:none}.footer-text a:hover{text-decoration:underline}.footer-bottom{border-top:1px solid #e2e8f0;padding:20px 24px;text-align:center;font-size:13px;color:#64748b}@media(max-width:768px){.footer-container{grid-template-columns:1fr;gap:32px}}.header-nav{display:flex;gap:24px;margin-left:auto;margin-right:24px}.header-nav a{font-size:14px;font-weight:500;color:#334155;text-decoration:none;position:relative}.header-nav a:hover{color:#2563eb}html{scroll-behavior:smooth}section[id]{scroll-margin-top:100px}
