:root{--primary-orange:#f47b20;--text-dark:#1a1a1a;--text-muted:#666;--white:#fff;--bg-light:#fbfbfc;--bg-gray:#f4f4f4;scroll-behavior:smooth;font-family:Inter,system-ui,-apple-system,sans-serif}body{background-color:var(--white);color:var(--text-dark);margin:0;padding:0}*{box-sizing:border-box}ul{margin:0;padding:0;list-style:none}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}h1,h2,h3,h4{margin:0;line-height:1.2}.section-title{text-align:center;margin-bottom:1rem;font-size:2.8rem;font-weight:800}.section-subtitle{color:var(--text-muted);text-align:center;max-width:700px;margin:0 auto 4rem;font-size:1.1rem;line-height:1.6}.btn{background-color:var(--primary-orange);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.9rem 2.2rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block}.btn:hover{transform:translateY(-3px);box-shadow:0 10px 20px #f47b2033}.feature-card{text-align:center;background:#fff;border:1px solid #eee;border-radius:20px;padding:3rem 2rem;transition:all .3s}.feature-card:hover{border-color:var(--primary-orange);box-shadow:0 20px 40px #0000000d}.process-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.process-step{background:#fff;border-radius:15px;align-items:flex-start;gap:1.5rem;padding:2rem;display:flex}.step-number{background:var(--primary-orange);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-weight:800;display:flex}@media (width<=768px){.section-title{font-size:2.2rem}.container{padding:0 1.5rem}}@media (width<=968px){.hero-container{text-align:center;grid-template-columns:1fr!important;gap:3rem!important}.hero-text{flex-direction:column;align-items:center;display:flex}.hero-title{font-size:2.5rem!important}}@media (width<=768px){.nav-container{padding:1rem!important}.nav-links{display:none!important}.hero-title{font-size:2.2rem!important}.hero-subtitle{font-size:1.1rem!important}section{padding:4rem 0!important}.services-title{font-size:2.2rem!important}}@media (width<=480px){.hero-title{font-size:2rem!important}.phone-frame{width:240px!important;height:480px!important}.btn{text-align:center;width:100%}.hero-buttons{flex-direction:column;width:100%}}
