*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: #7f1d1d;--color-primary-light: #991b1b;--color-accent: #f59e0b;--color-accent-dark: #d97706;--color-dark: #0f172a;--color-dark-light: #1e293b;--color-text: #f8fafc;--color-text-muted: #94a3b8}html{scroll-behavior:smooth;font-size:16px}body{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.6;color:var(--color-dark);background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-header{text-align:center;margin-bottom:4rem}.section-tag{display:inline-block;background:linear-gradient(135deg,#7f1d1d26,#991b1b26);color:var(--color-primary);padding:.5rem 1.25rem;border-radius:25px;font-size:.875rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px;border:1px solid rgba(127,29,29,.2)}.section-header h2{font-size:clamp(2rem,4vw,2.75rem);color:var(--color-text);margin:0;font-weight:700}.section-subtitle{color:#64748b;font-size:1.125rem;margin-top:1rem;max-width:600px;margin-left:auto;margin-right:auto}.btn{padding:.875rem 2rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block;border:none;cursor:pointer;font-size:1rem;font-family:inherit}.btn-primary{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-light) 100%);color:#fff;box-shadow:0 4px 15px #7f1d1d59}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #7f1d1d73}.btn-secondary{background:transparent;color:var(--color-accent);border:2px solid var(--color-accent)}.btn-secondary:hover{background:#f59e0b1a;border-color:var(--color-accent-dark)}.btn-block{width:100%}.logo-highlight,.highlight{color:var(--color-accent)}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.25rem 0;transition:all .3s ease;background:transparent}.navbar.scrolled{background:#0f172af7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 30px #00000026;padding:.75rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none;display:flex;align-items:center;gap:.25rem}.logo-img{height:50px;width:auto}.navbar.scrolled .logo-img{height:40px}.logo-highlight{color:#f59e0b}.nav-menu{display:flex;list-style:none;gap:2.5rem;margin:0;padding:0}.nav-link{color:#ffffffd9;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s ease;position:relative;padding:.5rem 0}.nav-link:hover{color:#f59e0b}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#f59e0b;transition:width .3s ease}.nav-link:hover:after{width:100%}.hamburger{display:none;cursor:pointer;flex-direction:column;gap:5px;padding:5px;z-index:1001}.bar{width:25px;height:3px;background:#fff;border-radius:3px;transition:all .3s ease}@media(max-width:768px){.hamburger{display:flex}.nav-menu{position:fixed;top:0;right:-100%;width:75%;max-width:300px;height:100vh;background:#0f172afa;flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:right .3s ease;box-shadow:-5px 0 30px #0000004d}.nav-menu.active{right:0}.nav-link{font-size:1.2rem}.hamburger.active .bar:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:6rem 2rem 4rem;position:relative;background:linear-gradient(135deg,#0f172ad9,#7f1d1db3,#0f172ae6),url(/hero-bg.jpg);background-size:cover;background-position:center;background-attachment:fixed;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hero-overlay{position:absolute;inset:0;background:radial-gradient(ellipse at 30% 80%,rgba(245,158,11,.15) 0%,transparent 50%),radial-gradient(ellipse at 70% 20%,rgba(127,29,29,.25) 0%,transparent 50%)}.hero-content{position:relative;z-index:2;max-width:900px}.hero-content h1{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.15;letter-spacing:-.02em;text-shadow:0 4px 20px rgba(0,0,0,.3)}.hero-content h1 .highlight{color:#f59e0b}.hero-content p{font-size:clamp(1.1rem,2vw,1.35rem);color:#e2e8f0;margin-bottom:2.5rem;line-height:1.7;text-shadow:0 2px 10px rgba(0,0,0,.2)}.hero-buttons{display:flex;gap:1.25rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:1rem 2rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:linear-gradient(135deg,#7f1d1d,#991b1b);color:#fff;box-shadow:0 4px 15px #7f1d1d66}.btn-primary:hover{background:linear-gradient(135deg,#991b1b,#b91c1c);transform:translateY(-2px);box-shadow:0 6px 20px #7f1d1d80}.btn-secondary{background:transparent;color:#f59e0b;border:2px solid #f59e0b}.btn-secondary:hover{background:#f59e0b1a;transform:translateY(-2px)}.hero-stats{position:relative;z-index:2;display:flex;gap:4rem;margin-top:5rem;flex-wrap:wrap;justify-content:center;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem 3rem;border-radius:16px;border:1px solid rgba(255,255,255,.1)}.stat{text-align:center}.stat-number{display:block;font-size:clamp(2.25rem,4vw,3rem);font-weight:800;color:#f59e0b;line-height:1.1}.stat-label{color:#cbd5e1;font-size:.875rem;text-transform:uppercase;letter-spacing:1.5px;margin-top:.5rem;display:block}@media(max-width:768px){.hero{padding:5rem 1.5rem 3rem;background-attachment:scroll}.hero-stats{gap:2rem;margin-top:4rem;padding:1.5rem 2rem}}.about{padding:6rem 2rem;background:#fff}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-image{position:relative}.about-image-placeholder{background:linear-gradient(135deg,#7f1d1d,#991b1b);border-radius:16px;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;color:#ffffff40;box-shadow:0 25px 50px -12px #7f1d1d59}.about-image-placeholder svg{width:100px;height:100px}.experience-badge{position:absolute;bottom:-25px;right:-25px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:1.5rem 2rem;border-radius:16px;text-align:center;box-shadow:0 15px 35px #f59e0b59}.experience-badge .years{display:block;font-size:2.25rem;font-weight:800;line-height:1}.experience-badge .text{font-size:.75rem;text-transform:uppercase;letter-spacing:1px;margin-top:.25rem;display:block;opacity:.9}.about-text h3{font-size:1.75rem;color:#0f172a;margin-bottom:1.5rem;font-weight:700}.about-text p{color:#64748b;line-height:1.8;margin-bottom:1rem}.about-text p strong{color:#0f172a}.about-features{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:2rem 0}.feature{display:flex;align-items:center;gap:.75rem;color:#334155;font-weight:500}.feature svg{width:22px;height:22px;color:#22c55e;flex-shrink:0}@media(max-width:900px){.about-content{grid-template-columns:1fr;gap:3rem}.experience-badge{right:20px;bottom:-20px}}@media(max-width:640px){.about{padding:4rem 1.5rem}.about-features{grid-template-columns:1fr}}.services{padding:6rem 2rem;background:#f8fafc}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.service-card{background:#fff;padding:2rem 1.5rem;border-radius:16px;text-align:center;transition:all .3s ease;border:1px solid #e2e8f0}.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #7f1d1d1f;border-color:#7f1d1d}.service-icon{font-size:2.75rem;margin-bottom:1.25rem;display:block}.service-card h3{font-size:1.125rem;color:#0f172a;margin-bottom:.75rem;font-weight:600}.service-card p{color:#64748b;font-size:.9rem;line-height:1.6}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media(max-width:640px){.services{padding:4rem 1.5rem}.services-grid{grid-template-columns:1fr}}.projects{padding:6rem 2rem;background:linear-gradient(135deg,#7f1d1d,#450a0a,#0f172a);color:#fff}.projects .section-tag{background:#f59e0b33;color:#fbbf24}.projects .section-header h2{color:#fff}.projects .section-subtitle{color:#94a3b8}.project-filters{display:flex;justify-content:center;gap:1rem;margin-bottom:2.5rem;flex-wrap:wrap}.filter-btn{padding:.75rem 1.5rem;border:1px solid rgba(255,255,255,.2);background:transparent;color:#94a3b8;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease}.filter-btn:hover{border-color:#f59e0b;color:#f59e0b}.filter-btn.active{background:#f59e0b;border-color:#f59e0b;color:#0f172a}.projects-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.project-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem 1.5rem;text-align:center;transition:all .3s ease;text-decoration:none;display:block;cursor:pointer}.project-card:hover{background:#ffffff1a;transform:translateY(-5px);border-color:#f59e0b80}.project-icon{font-size:2.75rem;margin-bottom:1rem;display:block}.project-status{margin-bottom:.75rem}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-badge.ongoing{background:#3b82f633;color:#60a5fa}.status-badge.completed{background:#22c55e33;color:#4ade80}.project-info h3{color:#fff;font-size:1.125rem;margin-bottom:.5rem;font-weight:600}.project-info p{color:#94a3b8;font-size:.9rem;line-height:1.5}@media(max-width:1024px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.projects{padding:4rem 1.5rem}.project-filters{gap:.5rem}.filter-btn{padding:.5rem 1rem;font-size:.8rem}.projects-grid{grid-template-columns:1fr}}.project-count{margin-top:.75rem;color:#f59e0b;font-size:.8rem;font-weight:600}.contact{padding:6rem 2rem;background:linear-gradient(135deg,#0f172a,#450a0a);color:#fff}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info{display:flex;flex-direction:column;gap:1.75rem}.contact-item{display:flex;gap:1rem;align-items:flex-start}.contact-icon{font-size:1.25rem;width:50px;height:50px;background:linear-gradient(135deg,#f59e0b1f,#d977061f);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-details h4{color:#0f172a;margin:0 0 .25rem;font-size:1rem;font-weight:600}.contact-details p{color:#64748b;margin:0;font-size:.95rem}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-form input,.contact-form select,.contact-form textarea{padding:1rem 1.25rem;border:1px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:all .3s ease;font-family:inherit;background:#fff;color:#0f172a}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#94a3b8}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.contact-form select{cursor:pointer}.contact-form textarea{resize:vertical;min-height:120px}@media(max-width:900px){.contact-content{grid-template-columns:1fr;gap:3rem}}@media(max-width:640px){.contact{padding:4rem 1.5rem}.form-row{grid-template-columns:1fr}}.footer{background:#0f172a;padding:4rem 2rem 2rem;color:#94a3b8}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-section h3{color:#fff;font-size:1.5rem;margin-bottom:1rem;font-weight:700}.footer-logo{height:60px;width:auto;margin-bottom:1rem}.footer-section h4{color:#fff;font-size:1rem;margin-bottom:1.25rem;font-weight:600}.footer-section>p{line-height:1.8;font-size:.95rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.6rem}.footer-section ul li a{color:#94a3b8;text-decoration:none;transition:color .3s ease;font-size:.95rem}.footer-section ul li a:hover{color:#f59e0b}.footer-bottom{max-width:1200px;margin:0 auto;border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;font-size:.9rem}@media(max-width:900px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:640px){.footer{padding:3rem 1.5rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}}.project-detail{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e3a5f);padding:2rem}.project-detail-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f172a,#1e3a5f)}.loader{width:48px;height:48px;border:4px solid rgba(255,255,255,.2);border-top-color:#f59e0b;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.project-detail-not-found{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f172a,#1e3a5f);color:#fff;text-align:center;gap:1rem}.project-detail-not-found h1{font-size:2rem;margin-bottom:.5rem}.project-detail-not-found p{color:#94a3b8}.project-detail-header{max-width:1200px;margin:0 auto;padding-bottom:1rem}.back-btn{color:#f59e0b;background:none;border:none;cursor:pointer;font-size:1rem;padding:.5rem 0;transition:color .3s ease}.back-btn:hover{color:#fbbf24}.category-header{max-width:1200px;margin:0 auto 3rem;display:flex;gap:2rem;align-items:flex-start;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem}.category-icon-large{font-size:5rem}.category-info{color:#fff}.project-status{display:inline-block;padding:.5rem 1.25rem;border-radius:30px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem}.project-status.ongoing{background:#3b82f633;color:#60a5fa}.project-status.completed{background:#22c55e33;color:#4ade80}.project-title{font-size:2.5rem;font-weight:700;margin-bottom:.75rem;line-height:1.2}.category-description{color:#94a3b8;font-size:1.1rem;margin-bottom:.75rem}.project-count-large{color:#f59e0b;font-weight:600}.projects-list{max-width:1200px;margin:0 auto 3rem}.projects-list h2{color:#fff;font-size:1.5rem;margin-bottom:1.5rem}.projects-items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.project-item-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;transition:transform .3s ease,border-color .3s ease}.project-item-card:hover{transform:translateY(-5px);border-color:#f59e0b80}.project-item-image{width:100%;height:200px;object-fit:cover}.project-item-image-placeholder{width:100%;height:200px;background:#ffffff08;display:flex;align-items:center;justify-content:center;font-size:4rem}.project-item-content{padding:1.5rem;color:#fff}.project-item-status{display:inline-block;padding:.3rem .75rem;border-radius:20px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}.project-item-status.ongoing{background:#3b82f633;color:#60a5fa}.project-item-status.completed{background:#22c55e33;color:#4ade80}.project-item-content h3{font-size:1.25rem;margin-bottom:.5rem}.project-item-content p{color:#94a3b8;font-size:.9rem;line-height:1.5;margin-bottom:1rem}.project-item-meta{display:flex;flex-wrap:wrap;gap:1rem}.project-item-meta .meta-item{color:#64748b;font-size:.85rem}.no-projects{max-width:1200px;margin:0 auto 3rem;text-align:center;padding:4rem;color:#64748b;background:#ffffff05;border-radius:12px}.category-cta{max-width:1200px;margin:0 auto;display:flex;gap:1rem;flex-wrap:wrap}.category-cta .btn{padding:1rem 2rem;font-size:1rem}@media(max-width:768px){.category-header{flex-direction:column;text-align:center;align-items:center}.project-title{font-size:1.75rem}.projects-items-grid{grid-template-columns:1fr}.category-cta{flex-direction:column}.category-cta .btn{text-align:center}}.app{overflow-x:hidden}
