:root{--primary-color: #2563eb;--primary-dark: #1e40af;--secondary-color: #10b981;--text-dark: #1f2937;--text-light: #6b7280;--bg-light: #f9fafb;--bg-white: #ffffff;--border-color: #e5e7eb;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1);--max-width: 1200px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--bg-white)}.container{max-width:var(--max-width);margin:0 auto;padding:0 20px}.site-header{background:var(--bg-white);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:100}.navbar{padding:1rem 0}.navbar .container{display:flex;justify-content:space-between;align-items:center}.logo{display:block;height:60px;width:auto}.footer-logo{display:block;height:40px;width:auto;margin-bottom:.5rem}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.nav-menu a{text-decoration:none;color:var(--text-dark);font-weight:500;transition:color .3s}.nav-menu a:hover{color:var(--primary-color)}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:all .3s;border:2px solid transparent}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background:#fff;color:var(--primary-color);border-color:var(--primary-color)}.btn-secondary:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}.btn-large{padding:.875rem 2rem;font-size:1.125rem}.hero{background:linear-gradient(135deg,#667eea,#764ba2);padding:6rem 0;color:#fff}.hero-content{text-align:center;max-width:800px;margin:0 auto}.hero-title{font-size:3rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.5rem;margin-bottom:2.5rem;opacity:.95}.tech-emphasis{color:#fbbf24;font-style:italic;font-weight:600}.hero-list{list-style:none;padding-left:0;margin-top:1rem;text-align:left;max-width:600px;margin-left:auto;margin-right:auto}.hero-list li{margin-bottom:.75rem;padding-left:1.5rem;position:relative;font-size:1.25rem;line-height:1.6}.hero-list li:before{content:"•";color:#fbbf24;font-size:1.5rem;position:absolute;left:0;top:-.1rem}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-cta .btn-secondary{background:rgba(255,255,255,.9)}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--text-dark)}.services{padding:5rem 0;background:var(--bg-light)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:var(--shadow-md);transition:transform .3s,box-shadow .3s}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-xl)}.service-icon{color:var(--primary-color);margin-bottom:1.5rem}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-dark)}.service-card p{color:var(--text-light);line-height:1.7}.expertise{padding:5rem 0;background:#fff}.expertise-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.expertise-text h3{font-size:2rem;margin-bottom:1.5rem;color:var(--text-dark)}.expertise-text p{color:var(--text-light);margin-bottom:2rem;line-height:1.8}.expertise-list{list-style:none}.expertise-list li{padding:.75rem 0 .75rem 2rem;position:relative;color:var(--text-dark)}.expertise-list li:before{content:"✓";position:absolute;left:0;color:var(--secondary-color);font-weight:700;font-size:1.25rem}.expertise-stats{display:grid;grid-template-columns:1fr;gap:2rem}.stat{text-align:center;padding:2rem;background:var(--bg-light);border-radius:1rem}.stat-number{display:block;font-size:3rem;font-weight:800;color:var(--primary-color);margin-bottom:.5rem}.stat-label{color:var(--text-light);font-size:1.125rem}.about{padding:5rem 0;background:var(--bg-light)}.process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.process-step{text-align:center;padding:2rem}.step-number{display:inline-block;width:60px;height:60px;line-height:60px;background:var(--primary-color);color:#fff;border-radius:50%;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.process-step h3{font-size:1.25rem;margin-bottom:1rem;color:var(--text-dark)}.process-step p{color:var(--text-light);line-height:1.7}.contact{padding:5rem 0;background:#fff}.contact-content{text-align:center;max-width:600px;margin:0 auto}.contact-intro{font-size:1.25rem;color:var(--text-light);margin-bottom:2.5rem}.contact-methods{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.location-info{display:flex;align-items:center;gap:.5rem;color:var(--text-light);font-size:1.125rem}.location-info svg{color:var(--primary-color)}.site-footer{background:var(--text-dark);color:#fff;padding:3rem 0 1.5rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-brand h3{font-size:1.5rem;margin-bottom:.5rem}.footer-brand p{color:rgba(255,255,255,.7)}.footer-links h4,.footer-contact h4{margin-bottom:1rem}.footer-links ul{list-style:none}.footer-links li{padding:.25rem 0}.footer-links a,.footer-contact a{color:rgba(255,255,255,.7);text-decoration:none;transition:color .3s}.footer-links a:hover,.footer-contact a:hover{color:#fff}.footer-contact p{color:rgba(255,255,255,.7);margin-bottom:.5rem}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:rgba(255,255,255,.5)}@media (max-width: 768px){.nav-menu{flex-direction:column;gap:1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.25rem}.hero-list li{font-size:1rem;padding-left:1.25rem}.expertise-content{grid-template-columns:1fr;gap:2rem}.expertise-text{padding:0 1rem}.expertise-text h3{font-size:1.5rem}.expertise-text p{font-size:1rem;word-wrap:break-word}.expertise-list{padding-left:0}.expertise-list li{font-size:.95rem;padding-left:1.5rem;padding-right:.5rem;word-wrap:break-word}.expertise-stats{grid-template-columns:1fr;gap:1rem}.stat{padding:1.5rem 1rem}.footer-content{grid-template-columns:1fr;text-align:center}.process-grid,.services-grid{grid-template-columns:1fr}.section-title{font-size:2rem}}
