﻿*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.7;color:#334155;background:#fff}h1,h2,h3,h4,h5,h6{color:#0f1b2d;line-height:1.25;font-weight:700}h1{font-size:3.25rem;letter-spacing:-0.03em}h2{font-size:2.25rem;letter-spacing:-0.02em}h3{font-size:1.25rem}h4{font-size:1rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600}p{margin-bottom:1rem}a{color:#2563eb;text-decoration:none;transition:color .2s}a:hover{color:#3b82f6}ul{list-style:none}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.container.narrow{max-width:800px}.section{padding:6rem 0}.section-title{text-align:center;margin-bottom:1rem}.section-lead{text-align:center;font-size:1.2rem;color:#64748b;max-width:640px;margin:0 auto 3rem}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:hsla(0,0%,100%,.92);backdrop-filter:blur(12px);border-bottom:1px solid #e2e8f0}.nav{display:flex;align-items:center;justify-content:space-between;height:72px}.logo{font-size:1.15rem;font-weight:700;color:#0f1b2d;display:flex;align-items:center;gap:.5rem}.logo:hover{color:#0f1b2d}.logo-icon{color:#2563eb;font-size:1.4rem}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.nav-toggle span{display:block;width:24px;height:2px;background:#0f1b2d;transition:.3s;border-radius:1px}.nav-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px, 5px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px, -5px)}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{color:#475569;font-size:.95rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:#0f1b2d}.nav-links a.btn{color:#fff}.site-footer{background:#0f1b2d;color:#94a3b8;padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand .logo{color:#fff;margin-bottom:1rem}.footer-brand p{color:#94a3b8;font-size:.95rem;max-width:300px}.footer-links h4{color:#cbd5e1;margin-bottom:1rem;font-size:.85rem}.footer-links ul{display:flex;flex-direction:column;gap:.6rem}.footer-links a{color:#94a3b8;font-size:.9rem}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.1);padding-top:2rem}.footer-bottom p{font-size:.85rem;color:#64748b;margin:0}.btn{display:inline-block;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:600;font-size:.95rem;padding:.75rem 1.75rem;border-radius:10px;border:2px solid rgba(0,0,0,0);cursor:pointer;transition:all .2s;text-align:center}.btn-primary{background:#2563eb;color:#fff;border-color:#2563eb}.btn-primary:hover{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.btn-outline{background:rgba(0,0,0,0);color:#fff;border-color:hsla(0,0%,100%,.3)}.btn-outline:hover{border-color:#fff;color:#fff}.btn-sm{padding:.5rem 1.25rem;font-size:.875rem;border-radius:6px;background:#2563eb;color:#fff}.btn-sm:hover{background:#1d4ed8;color:#fff}.btn-lg{padding:1rem 2.5rem;font-size:1.1rem}.btn-full{width:100%}.service-card,.problem-card,.why-card,.info-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;transition:all .25s}.service-card h3,.problem-card h3,.why-card h3,.info-card h3{margin-bottom:.75rem}.service-card p,.problem-card p,.why-card p,.info-card p{color:#64748b;font-size:.95rem;margin-bottom:0}.service-card:hover,.problem-card:hover,.why-card:hover{border-color:#2563eb;box-shadow:0 8px 30px rgba(37,99,235,.08);transform:translateY(-2px)}.service-icon,.problem-icon{font-size:2rem;margin-bottom:1rem;display:block}.service-from{font-size:.8rem;font-weight:600;color:#2563eb;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.75rem !important}.migration-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.75rem;transition:all .25s}.migration-card:hover{border-color:#10b981;box-shadow:0 4px 20px rgba(16,185,129,.1)}.migration-card p{color:#64748b;font-size:.9rem;margin-bottom:0}.migration-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.migration-from{background:#fef2f2;color:#dc2626;font-size:.8rem;font-weight:600;padding:.3rem .75rem;border-radius:6px}.migration-arrow{color:#94a3b8;font-size:1.25rem}.migration-to{background:#f0fdf4;color:#16a34a;font-size:.8rem;font-weight:600;padding:.3rem .75rem;border-radius:6px}.contact-form .form-group{margin-bottom:1.5rem}.contact-form label{display:block;font-size:.9rem;font-weight:600;color:#334155;margin-bottom:.4rem}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:.75rem 1rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.95rem;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#1e293b;transition:border-color .2s}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.contact-form input::placeholder,.contact-form select::placeholder,.contact-form textarea::placeholder{color:#94a3b8}.contact-form textarea{resize:vertical;min-height:120px}.form-status{padding:1.5rem;border-radius:10px;font-size:1.05rem;font-weight:500;margin-top:1rem}.form-status-success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0;font-size:1.2rem;text-align:center;padding:3rem 2rem}.form-status-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.hero{background:linear-gradient(135deg, #0f1b2d 0%, #1a2744 50%, #1e3a5f 100%);padding:10rem 0 6rem;position:relative;overflow:hidden}.hero::before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle, rgba(37, 99, 235, 0.15) 0%, transparent 70%);border-radius:50%}.hero::after{content:"";position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle, rgba(6, 182, 212, 0.1) 0%, transparent 70%);border-radius:50%}.hero-content{position:relative;z-index:1;max-width:720px}.hero-badge{display:inline-block;background:rgba(37,99,235,.15);color:#3b82f6;font-size:.8rem;font-weight:600;padding:.4rem 1rem;border-radius:50px;margin-bottom:1.5rem;letter-spacing:.03em;border:1px solid rgba(37,99,235,.2)}.hero h1{color:#fff;font-size:3.5rem;line-height:1.15;margin-bottom:1.5rem;font-weight:800}.highlight{background:linear-gradient(135deg, #3b82f6, #06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.hero-lead{color:#94a3b8;font-size:1.2rem;line-height:1.8;margin-bottom:2.5rem}.hero-actions{display:flex;gap:1rem;margin-bottom:4rem}.hero-stats{display:flex;gap:3rem;padding-top:2.5rem;border-top:1px solid hsla(0,0%,100%,.1)}.stat{display:flex;flex-direction:column}.stat-value{color:#fff;font-size:1.5rem;font-weight:800}.stat-label{color:#94a3b8;font-size:.85rem;font-weight:500}.problem{background:#f8fafc}.problem-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}.services-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem}.case-study{background:#f8fafc}.case-study-badge{text-align:center;display:block;margin:0 auto 1rem;width:fit-content;background:#f0fdf4;color:#16a34a;font-size:.8rem;font-weight:600;padding:.35rem 1rem;border-radius:50px;letter-spacing:.03em}.migration-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem;margin-bottom:3rem}.results-bar{display:flex;justify-content:center;gap:3rem;background:#0f1b2d;border-radius:16px;padding:2rem 3rem}.result{display:flex;flex-direction:column;align-items:center;text-align:center}.result-value{color:#fff;font-size:1.5rem;font-weight:800}.result-label{color:#94a3b8;font-size:.8rem;font-weight:500;margin-top:.25rem}.why-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem}.support{background:#f8fafc}.support-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem}.support-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;transition:all .25s}.support-card:hover{border-color:#06b6d4;box-shadow:0 8px 30px rgba(6,182,212,.08);transform:translateY(-2px)}.support-card h3{margin-bottom:.75rem}.support-card p{color:#64748b;font-size:.95rem;margin-bottom:0}.support-number{width:36px;height:36px;border-radius:50%;background:rgba(6,182,212,.1);color:#06b6d4;font-weight:700;font-size:.95rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.cta{background:linear-gradient(135deg, #0f1b2d 0%, #1a2744 100%);text-align:center;padding:5rem 0}.cta h2{color:#fff;margin-bottom:1rem}.cta p{color:#94a3b8;font-size:1.15rem;margin-bottom:2rem}.page-hero{background:linear-gradient(135deg, #0f1b2d 0%, #1a2744 100%);padding:8rem 0 4rem;text-align:center}.page-hero h1{color:#fff;margin-bottom:1rem}.page-hero .subtitle{color:#94a3b8;font-size:1.15rem;max-width:560px;margin:0 auto}.page-content{padding:4rem 0}.page-content h2{margin-top:2.5rem;margin-bottom:1rem}.page-content ul{list-style:disc;padding-left:1.5rem;margin-bottom:1rem}.page-content ul li{margin-bottom:.4rem}.page-content strong{color:#1e293b}.contact-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-info .info-card h3{font-size:1.05rem;margin-bottom:.5rem}.contact-info .info-card ul{list-style:none;padding:0}.contact-info .info-card ul li{padding:.3rem 0;font-size:.95rem;color:#64748b}.contact-info .info-card ul li::before{content:"✓ ";color:#10b981;font-weight:700}@media(max-width: 1024px){h1{font-size:2.5rem}.hero h1{font-size:2.75rem}.hero{padding:8rem 0 4rem}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1/-1}}@media(max-width: 768px){h1{font-size:2rem}h2{font-size:1.75rem}.hero h1{font-size:2.25rem}.section{padding:4rem 0}.nav-toggle{display:flex}.nav-links{display:none;position:absolute;top:72px;left:0;right:0;background:#fff;flex-direction:column;padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0;box-shadow:0 8px 30px rgba(0,0,0,.08);gap:1rem}.nav-links.open{display:flex}.hero{padding:7rem 0 3rem}.hero-actions{flex-direction:column;margin-bottom:3rem}.hero-actions .btn{text-align:center}.hero-stats{flex-direction:column;gap:1.5rem}.problem-grid,.services-grid,.migration-grid,.why-grid,.support-grid{grid-template-columns:1fr}.results-bar{flex-wrap:wrap;gap:1.5rem;padding:1.5rem}.results-bar .result{flex:1 1 40%}.contact-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}}@media(max-width: 480px){.container{padding:0 1.25rem}.hero h1{font-size:1.85rem}h2{font-size:1.5rem}.hero-badge{font-size:.75rem}.hero-lead{font-size:1.05rem}}/*# sourceMappingURL=main.css.map */