*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#1a1a2e;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.7}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 24px}.text-center{text-align:center}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-weight:800;line-height:1.1}.nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#fffffff2;border-bottom:1px solid #f0f0f0;position:fixed;top:0;left:0;right:0}.nav .container{justify-content:space-between;align-items:center;height:80px;display:flex}.logo{color:#1a1a2e;letter-spacing:-.02em;font-size:1.5rem;font-weight:800}.logo span{color:#ff6b35}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-links a{color:#1a1a2e;font-size:.95rem;font-weight:500;transition:color .3s}.nav-links a:hover{color:#ff6b35}.btn{cursor:pointer;border:none;border-radius:8px;padding:14px 32px;font-size:1rem;font-weight:600;transition:all .3s;display:inline-block}.btn-primary{color:#fff;background:#ff6b35}.btn-primary:hover{background:#e55a2b;transform:translateY(-2px);box-shadow:0 4px 12px #ff6b354d}.btn-primary:disabled{cursor:not-allowed;box-shadow:none;background:#ffb899;transform:none}.btn-secondary{color:#1a1a2e;background:0 0;border:2px solid #1a1a2e}.btn-secondary:hover{color:#fff;background:#1a1a2e}.btn-full{width:100%}.hero{background:#fff;align-items:center;min-height:100vh;padding-top:80px;display:flex}.hero-content{max-width:700px}.hero-subtitle{color:#6b7280;margin-bottom:1rem;font-size:1.25rem;font-weight:500}.hero-title{color:#1a1a2e;margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.05}.hero-title span{color:#ff6b35}.hero-description{color:#6b7280;margin-bottom:2rem;font-size:1.25rem;line-height:1.7}.hero-buttons{gap:1rem;display:flex}.section{padding:120px 0}.section-title{color:#1a1a2e;margin-bottom:1rem;font-size:2.75rem;font-weight:800}.section-subtitle{color:#6b7280;max-width:600px;margin-bottom:4rem;font-size:1.1rem}.section-subtitle.center{margin-left:auto;margin-right:auto}.services{background:#f8f9fa}.services-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.service-card{background:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:2.5rem;transition:all .3s}.service-card:hover{border-color:#ff6b35;transform:translateY(-5px);box-shadow:0 10px 30px #00000014}.service-icon{margin-bottom:1.5rem;font-size:2.5rem}.service-card h3{color:#1a1a2e;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.service-card p{color:#6b7280;line-height:1.7}.portfolio-grid{grid-template-columns:1fr;gap:2rem;display:grid}.portfolio-item{aspect-ratio:16/9;cursor:pointer;background:#f8f9fa;border-radius:12px;position:relative;overflow:hidden}.portfolio-image{color:#fff;background:linear-gradient(135deg,#ff6b35 0%,#004e89 100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:1.5rem;font-weight:600;transition:transform .5s;display:flex}.portfolio-item:hover .portfolio-image{transform:scale(1.05)}.portfolio-overlay{color:#fff;background:linear-gradient(#0000,#000c);padding:2.5rem;transition:transform .4s;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.portfolio-item:hover .portfolio-overlay{transform:translateY(0)}.portfolio-overlay h3{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.portfolio-overlay p{opacity:.8;font-size:.95rem}.about{background:#fff}.about-grid{grid-template-columns:1fr 1.2fr;align-items:center;gap:5rem;display:grid}.about-content h2{margin-bottom:1.5rem}.about-text{color:#4b5563;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.stats{gap:4rem;display:flex}.stat{text-align:left}.stat-number{color:#ff6b35;font-size:3rem;font-weight:800;line-height:1;display:block}.stat-label{color:#6b7280;margin-top:.5rem;font-size:.9rem;display:block}.about-image{position:relative}.image-placeholder{color:#fff;background:linear-gradient(135deg,#ff6b35 0%,#004e89 100%);border-radius:16px;justify-content:center;align-items:center;width:100%;height:450px;font-size:1.2rem;font-weight:600;display:flex}.skills{background:#f8f9fa}.skills-grid{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.skill-column h3{color:#ff6b35;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;font-size:1.1rem;font-weight:700}.skill-list{list-style:none}.skill-list li{color:#4b5563;border-bottom:1px solid #e5e7eb;padding:.75rem 0;font-size:1rem}.skill-list li:last-child{border-bottom:none}.contact{color:#fff;background:#1a1a2e}.contact .section-title{color:#fff}.contact .section-subtitle{color:#9ca3af}.contact-grid{grid-template-columns:1fr 1fr;gap:5rem;display:grid}.contact-info{margin-bottom:2rem}.contact-item{gap:1rem;margin-bottom:2rem;display:flex}.contact-icon{font-size:1.5rem}.contact-item h4{color:#fff;margin-bottom:.25rem;font-size:1rem;font-weight:600}.contact-item p{color:#9ca3af}.contact-form{flex-direction:column;gap:1rem;display:flex}.contact-form input,.contact-form textarea{color:#fff;background:#0f0f1a;border:1px solid #374151;border-radius:8px;padding:16px 20px;font-size:1rem;transition:border-color .3s}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#6b7280}.contact-form input:focus,.contact-form textarea:focus{border-color:#ff6b35;outline:none}.contact-form textarea{resize:vertical;min-height:140px}.form-message{border-radius:8px;padding:14px 18px;font-size:.95rem}.form-message.success{color:#a7f3d0;background:#065f46;border:1px solid #10b981}.form-message.error{color:#fca5a5;background:#7f1d1d;border:1px solid #ef4444}.footer{color:#9ca3af;text-align:center;background:#0f0f1a;border-top:1px solid #1f1f2e;padding:2.5rem 0}.footer p{font-size:.9rem}@media (max-width:1024px){.services-grid,.skills-grid{grid-template-columns:repeat(2,1fr)}.hero-title{font-size:3.5rem}}@media (max-width:768px){.nav-links{display:none}.hero-title{font-size:2.75rem}.hero-description{font-size:1.1rem}.about-grid,.contact-grid{grid-template-columns:1fr;gap:3rem}.services-grid,.skills-grid{grid-template-columns:1fr}.stats{flex-direction:column;gap:2rem}.hero-buttons{flex-direction:column}.section{padding:80px 0}.section-title{font-size:2rem}}@media (max-width:480px){.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1rem}.btn{padding:12px 24px;font-size:.95rem}.stat-number{font-size:2.5rem}}
