:root{font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:#0f172a;background-color:#e2e8f0;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(135deg,#f8fafc,#dbeafe);color:#0f172a}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}#root{min-height:100vh}.app{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#dbeafe 40%,#bfdbfe);padding-bottom:4rem;color:#0f172a}main{display:block}.app-nav{position:fixed;top:0;inset-inline:0;width:100%;z-index:50;transition:background-color .3s ease,box-shadow .3s ease}.app-nav.scrolled{background:#fffffff2;box-shadow:0 20px 60px #0f172a1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nav-inner{max-width:1200px;margin:0 auto;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:flex;align-items:center;gap:.75rem}.brand-logo{width:3.5rem;height:3.5rem;border-radius:1rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);display:flex;align-items:center;justify-content:center;color:#fff}.brand-title{margin:0;font-size:1.5rem;font-weight:700;color:#1e3a8a}.brand-subtitle{margin:0;font-size:.8rem;color:#64748b}.nav-links{display:none;gap:2rem}.nav-link{background:none;border:none;font-size:1rem;color:#475569;font-weight:500;cursor:pointer;transition:color .2s ease}.nav-link:hover,.nav-link.active{color:#2563eb}.menu-toggle{background:none;border:none;width:2.75rem;height:2.75rem;border-radius:.75rem;display:inline-flex;align-items:center;justify-content:center;color:#0f172a;cursor:pointer;transition:background .2s ease}.menu-toggle:hover{background:#94a3b833}.mobile-menu{background:#fff;border-top:1px solid #e2e8f0;box-shadow:0 30px 40px #0f172a14}.mobile-button{width:100%;text-align:left;padding:.75rem 1.5rem;border:none;background:none;font-size:1.05rem;font-weight:500;color:#0f172a;cursor:pointer}.mobile-button:hover{background:#2563eb1a}@media(min-width:768px){.nav-links{display:flex}.menu-toggle,.mobile-menu{display:none}}.hero-section{position:relative;padding:7rem 1.5rem 4rem;overflow:hidden}.hero-inner{max-width:1200px;margin:0 auto;display:grid;gap:3rem}@media(min-width:768px){.hero-inner{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center}}.hero-pill{display:inline-flex;padding:.4rem 1.5rem;border-radius:999px;background:#2563eb1f;color:#1d4ed8;font-weight:600;font-size:.95rem}.hero-title{font-size:clamp(2.75rem,5vw,4rem);margin:1rem 0;line-height:1.1}.hero-title span{display:block;color:#2563eb}.hero-text{font-size:1.2rem;color:#475569;line-height:1.7;margin-bottom:2rem}.hero-subtext{margin-top:1.25rem;color:#1e3a8a;font-weight:500}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.primary-btn,.secondary-btn{border-radius:.9rem;font-weight:600;padding:1rem 2rem;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;display:inline-flex;align-items:center;gap:.5rem}.primary-btn{background:linear-gradient(120deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 20px 30px #2563eb40}.primary-btn.submit-btn{justify-content:center}.secondary-btn{border:2px solid #2563eb;background:transparent;color:#2563eb}.primary-btn:hover,.secondary-btn:hover{transform:translateY(-3px)}.hero-visual{position:relative;border-radius:1.75rem;overflow:hidden;box-shadow:0 40px 60px #0f172a26;background:linear-gradient(135deg,#2563eb,#1d4ed8);min-height:320px;display:flex;align-items:center;justify-content:center}.hero-visual:before,.hero-visual:after{content:"";position:absolute;border-radius:999px;filter:blur(60px)}.hero-visual:before{width:320px;height:320px;background:#bfdbfe66;top:-40px;right:-60px}.hero-visual:after{width:260px;height:260px;background:#fde68a66;bottom:-60px;left:-40px}.section{padding:5rem 1.5rem}.section.light{background:#fff}.section.highlight{background:linear-gradient(135deg,#e0f2fe,#bfdbfe)}.section.dark{background:linear-gradient(135deg,#0f172a,#1d4ed8);color:#fff}.section-inner{max-width:1200px;margin:0 auto}.section-heading{text-align:center;max-width:760px;margin:0 auto 3rem}.section-heading h2{font-size:clamp(2.5rem,4vw,3.5rem);margin-bottom:.75rem}.section-heading p{color:#475569;font-size:1.1rem}.section.dark .section-heading p{color:#e2e8f0d9}.services-grid{display:grid;gap:1.75rem}.highlight-grid{display:grid;gap:1.5rem}@media(min-width:768px){.highlight-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.highlight-card{background:#fffc;border-radius:1.5rem;padding:1.75rem;box-shadow:0 20px 35px #0f172a2e;border:1px solid rgba(15,23,42,.05)}.highlight-card h3{margin-top:0;margin-bottom:.6rem;color:#0f172a}.highlight-card p{margin:0;color:#334155;line-height:1.6}@media(min-width:768px){.services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.services-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.service-card{padding:2rem;border-radius:1.5rem;background:linear-gradient(135deg,#fff,#e0f2fe);border:1px solid rgba(37,99,235,.12);box-shadow:0 25px 40px #0f172a14;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-10px);box-shadow:0 40px 50px #2563eb2e}.service-icon{width:80px;height:80px;border-radius:1.2rem;background:linear-gradient(135deg,#1d4ed8,#1e40af);display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:1.5rem}.service-card h3{margin:0 0 .8rem;font-size:1.5rem}.service-card p{color:#475569;line-height:1.6}.projects-grid{display:grid;gap:1.5rem}@media(min-width:768px){.projects-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.project-card{position:relative;border-radius:1.5rem;overflow:hidden;box-shadow:0 30px 40px #0f172a26;transition:transform .3s ease}.project-card:hover{transform:scale(1.03)}.project-visual{aspect-ratio:4 / 3;background:linear-gradient(135deg,#94a3b8,#64748b);display:flex;align-items:center;justify-content:center}.project-overlay{position:absolute;inset:0;padding:1.5rem;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(0deg,#000000bf,#00000026);color:#fff}.project-pill{align-self:flex-start;padding:.35rem .9rem;background:#2563eb;border-radius:999px;font-size:.85rem;font-weight:600}.project-title{margin:.75rem 0 .35rem;font-size:1.5rem}.project-location{display:flex;align-items:center;gap:.4rem;color:#e2e8f0}.contact-section{background:linear-gradient(130deg,#0f172a,#1e3a8a,#1d4ed8);color:#fff}.contact-grid{display:grid;gap:2rem}@media(min-width:768px){.contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.contact-card{background:#ffffff14;border-radius:1.5rem;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-card a{display:block;color:#bfdbfe;text-decoration:none;margin-bottom:.15rem}.contact-card a:hover{text-decoration:underline}.contact-motto{font-style:italic;color:#f8fafccc}.contact-stack{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.contact-card p{color:#e2e8f0e6}.contact-label{margin:0;font-weight:600;color:#e0f2fe}.contact-info{display:flex;gap:1rem;padding:1.25rem;border-radius:1rem;background:#0f172a73}.contact-info svg{color:#bfdbfe}.contact-info p{margin:.1rem 0}.contact-form{background:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 40px 60px #0f172a33;color:#0f172a}.contact-form h3{margin-top:0}.form-field{width:100%;padding:.85rem 1rem;border-radius:1rem;border:1px solid #d1d5db;outline:none;transition:border .2s,box-shadow .2s}.form-field:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33}.submit-btn{width:100%;margin-top:.5rem}.form-hint{margin-top:1rem;color:#475569;font-size:.95rem}footer{background:#0f172a;color:#cbd5f5;padding:2rem 1.5rem;text-align:center}
