*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;background:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;top:0;width:100%;z-index:1000;box-shadow:0 2px 20px #0000001a}.nav-container{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto}.nav-brand{display:flex;align-items:center;gap:.5rem}.logo{font-size:2rem;font-weight:700;color:#2563eb;text-decoration:none}.tagline{font-size:.85rem;color:#6b7280;font-weight:500}.nav-menu{display:flex;gap:2rem;list-style:none}.nav-link{color:#374151;text-decoration:none;font-weight:500;transition:color .3s}.nav-link:hover{color:#2563eb}.nav-controls{display:flex;align-items:center;gap:1rem}.language-switcher{display:flex;background:#f3f4f6;border-radius:8px;padding:4px}.lang-btn{background:none;border:none;padding:.5rem .75rem;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;border-radius:4px;transition:all .3s}.lang-btn.active{background:#2563eb;color:#fff}.nav-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer}.nav-toggle span{width:25px;height:3px;background:#374151;margin:3px 0;transition:.3s}.hero{display:flex;align-items:center;min-height:100vh;padding:120px 2rem 2rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.hero-content{flex:1;max-width:600px}.hero-title{font-size:3.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;color:#64748b;margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{flex:1;text-align:center}.hero-image img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 20px 40px #0000001a}.btn{display:inline-flex;align-items:center;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s;cursor:pointer;border:none}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 20px #2563eb4d}.btn-secondary{background:transparent;color:#2563eb;border:2px solid #2563eb}.btn-secondary:hover{background:#2563eb;color:#fff;transform:translateY(-2px)}.section{padding:5rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.section-subtitle{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text p{font-size:1.125rem;color:#4b5563;margin-bottom:2rem}.about-features{display:grid;gap:1.5rem}.feature h3{color:#2563eb;margin-bottom:.5rem}.feature p{color:#6b7280;margin:0}.about-image img{width:100%;border-radius:12px;box-shadow:0 20px 40px #0000001a}.services{background:#f8fafc}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 6px #0000000d;transition:transform .3s,box-shadow .3s}.service-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{color:#1e293b;margin-bottom:1rem;font-size:1.25rem}.service-card p{color:#6b7280;line-height:1.6}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.portfolio-item{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000000d;transition:transform .3s}.portfolio-item:hover{transform:translateY(-5px)}.portfolio-item img{width:100%;height:250px;object-fit:cover}.portfolio-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);color:#fff;padding:2rem;transform:translateY(100%);transition:transform .3s}.portfolio-item:hover .portfolio-overlay{transform:translateY(0)}.portfolio-overlay h3{margin-bottom:.5rem}.testimonials{background:#f8fafc}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d}.testimonial-content{margin-bottom:1.5rem}.testimonial-content p{font-style:italic;color:#4b5563;line-height:1.6}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-info h4{color:#1e293b;margin-bottom:.25rem}.author-info span{color:#6b7280;font-size:.875rem}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info h3{color:#1e293b;margin-bottom:2rem}.contact-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.contact-icon{font-size:1.5rem;width:40px;height:40px;background:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-item h4{color:#1e293b;margin-bottom:.25rem}.contact-item p{color:#6b7280;margin:0}.contact-form{background:#f8fafc;padding:2rem;border-radius:12px}.contact-form h3{color:#1e293b;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#374151;font-weight:500}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.footer{background:#1e293b;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem;color:#94a3b8}.footer-section p{color:#94a3b8;line-height:1.6}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #334155;color:#94a3b8}@media (max-width: 768px){.nav-menu{position:fixed;top:100%;left:0;width:100%;background:#fff;flex-direction:column;padding:2rem;box-shadow:0 2px 10px #0000001a;transform:translate(-100%);transition:transform .3s}.nav-menu.active{transform:translate(0)}.nav-toggle{display:flex}.hero{flex-direction:column;text-align:center;padding:100px 1rem 2rem}.hero-title{font-size:2.5rem}.hero-buttons{justify-content:center}.about-content,.contact-content{grid-template-columns:1fr;gap:2rem}.services-grid,.portfolio-grid,.testimonials-grid{grid-template-columns:1fr}.section-title{font-size:2rem}.container{padding:0 1rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.btn{padding:.75rem 1.5rem;font-size:.875rem}.nav-container{padding:1rem}.section{padding:3rem 0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.section-header,.service-card,.portfolio-item,.testimonial,.contact-item{animation:fadeInUp .6s ease-out}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast: high){.btn-primary{background:#000;border:2px solid #000}.btn-secondary{background:#fff;color:#000;border:2px solid #000}}.nav-link:focus,.btn:focus,.lang-btn:focus,input:focus,select:focus,textarea:focus{outline:2px solid #2563eb;outline-offset:2px}@media print{.header,.nav-toggle,.language-switcher,.hero-buttons,.contact-form{display:none}.hero,.section{padding:2rem 0}}
