.app{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}.header{background:#fff;box-shadow:0 2px 8px #00000014;position:sticky;top:0;z-index:1000;border-bottom:1px solid #e5e7eb}.nav{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0}.logo{font-size:1.5rem;font-weight:700;color:#1a1a1a;letter-spacing:-.02em}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{color:#4b5563;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s ease;position:relative}.nav-links a:hover{color:#1a1a1a}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#1a1a1a;transition:width .3s ease}.nav-links a:hover:after{width:100%}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8rem 0 6rem;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:800;margin:0 0 1.5rem;line-height:1.1;letter-spacing:-.03em}.hero-subtitle{font-size:1.25rem;line-height:1.6;margin:0 0 2.5rem;opacity:.95;font-weight:300}.hero-cta{margin-top:2rem}.btn{display:inline-block;padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer}.btn-primary{background:#fff;color:#667eea;box-shadow:0 4px 12px #00000026}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}section{padding:5rem 0}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin:0 0 3rem;color:#1a1a1a;letter-spacing:-.02em}.about{background:#fff}.about-content{max-width:800px;margin:0 auto;text-align:center}.about-text{font-size:1.125rem;line-height:1.8;color:#4b5563;margin:0 0 1.5rem}.about-text:last-child{margin-bottom:0}.services{background:#f9fafb}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.service-card{background:#fff;padding:2.5rem 2rem;border-radius:12px;box-shadow:0 2px 8px #0000000f;transition:all .3s ease;text-align:center;border:1px solid #e5e7eb}.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.service-icon{font-size:3rem;margin-bottom:1.5rem}.service-title{font-size:1.5rem;font-weight:600;margin:0 0 1rem;color:#1a1a1a}.service-description{font-size:1rem;line-height:1.7;color:#6b7280;margin:0}.contact{background:#fff}.contact-content{text-align:center;max-width:600px;margin:0 auto}.contact-text{font-size:1.125rem;line-height:1.8;color:#4b5563;margin:0 0 2rem}.contact-info{margin-top:2rem}.contact-email{display:inline-block;font-size:1.25rem;font-weight:600;color:#667eea;text-decoration:none;padding:1rem 2rem;border:2px solid #667eea;border-radius:8px;transition:all .3s ease}.contact-email:hover{background:#667eea;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.footer{background:#1a1a1a;color:#fff;padding:2rem 0;margin-top:auto}.footer-content{text-align:center}.footer-text{margin:0;color:#9ca3af;font-size:.95rem}@media (max-width: 768px){.container{padding:0 1.5rem}.nav{flex-direction:column;gap:1rem}.nav-links{gap:1.5rem;flex-wrap:wrap;justify-content:center}.hero{padding:5rem 0 4rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.section-title{font-size:2rem}section{padding:3.5rem 0}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:2rem 1.5rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.nav-links{gap:1rem;font-size:.9rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#1a1a1a;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh;display:flex;flex-direction:column}
