@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root{--p:#0b3b6e;--accent:#d69b22;--ink:#172033;--muted:#64748b;--bg:#f5f7fa;--dark:#0b1726}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--bg)}a{text-decoration:none}.site-header{background:var(--header-bg,#fff);border-bottom:1px solid #e5e7eb;z-index:1030}.brand img{max-height:58px;max-width:230px}.nav-link{font-weight:600;color:#334155}.nav-link:hover{color:var(--p)}.btn-site{background:var(--p);border-color:var(--p);color:#fff;font-weight:700}.btn-site:hover{background:#082f58;border-color:#082f58;color:#fff}.btn-accent{background:var(--accent);border-color:var(--accent);color:#111827;font-weight:800}.hero-slide{min-height:600px;background-size:cover;background-position:center}.hero-overlay{min-height:600px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(4,16,30,.82),rgba(4,16,30,.48),rgba(4,16,30,.18));color:#fff}.badge-site{display:inline-block;padding:.55rem .8rem;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:rgba(255,255,255,.1);font-weight:700;font-size:.8rem;letter-spacing:.04em}.section{padding:82px 0}.section-title{font-weight:800}.section-subtitle{max-width:760px;margin:0 auto;color:var(--muted)}.about-box,.service-card,.project-card,.quote-card,.faq-card{border:1px solid #e2e8f0;border-radius:18px;background:#fff;box-shadow:0 8px 28px rgba(15,23,42,.06)}.service-card,.project-card{height:100%;overflow:hidden;transition:.25s}.service-card:hover,.project-card:hover{transform:translateY(-5px);box-shadow:0 16px 36px rgba(15,23,42,.12)}.service-card img,.project-card img{width:100%;height:230px;object-fit:cover}.project-meta{font-size:.9rem;color:var(--muted)}.gallery-item{height:250px;overflow:hidden;border-radius:16px;background:#ddd}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:.45s}.gallery-item:hover img{transform:scale(1.06)}.stat{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:22px;text-align:center}.stat strong{display:block;font-size:2rem;color:var(--p)}.stat span{color:var(--muted);font-size:.9rem}.site-footer{background:var(--dark);color:#fff}.site-footer a{color:#fff}.footer-text{color:rgba(255,255,255,.7);line-height:1.7}.footer-logo{max-width:210px;max-height:75px;object-fit:contain;object-position:left center}.admin-nav{background:#fff;border-bottom:1px solid #e5e7eb}.card,.stat-card{border:1px solid #e5e7eb;border-radius:16px;background:#fff;box-shadow:0 6px 20px rgba(15,23,42,.05)}.stat-card{padding:22px;display:flex;gap:16px;align-items:center}.stat-card i{font-size:28px}.stat-card small,.stat-card strong{display:block}.stat-card strong{font-size:28px}.login-page{min-height:100vh;display:grid;place-items:center;padding:20px;background:#f5f7fa}.login-card{width:min(420px,100%);background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:32px;box-shadow:0 15px 40px rgba(15,23,42,.08)}.brand-mark{font-size:32px;color:var(--p)}@media(max-width:991.98px){.hero-slide,.hero-overlay{min-height:520px}.brand img{max-width:190px;max-height:50px}}@media(max-width:575.98px){.section{padding:62px 0}.hero-slide,.hero-overlay{min-height:520px}.hero-overlay{padding:28px 0}.hero-overlay h1{font-size:2.1rem}.gallery-item{height:190px}.site-footer{text-align:center}.footer-logo{object-position:center}}

/* Ajustes visuais Edy v1.1 */
.navbar{min-height:72px}.brand{display:flex;align-items:center}.brand img{display:block}.nav-link{padding:.65rem .7rem!important;border-radius:8px;transition:.2s}.nav-link:hover{background:rgba(11,59,110,.06)}.hero-slide,.hero-fallback{position:relative;min-height:640px;background-size:cover;background-position:center}.hero-fallback{background-image:linear-gradient(90deg,rgba(4,16,30,.86),rgba(4,16,30,.48)),url('../uploads/foto-20260910-211506-7dff982f.jpg')}.hero-overlay{min-height:640px}.hero-overlay h1{max-width:850px;line-height:1.08}.hero-overlay .lead{max-width:720px;font-size:1.15rem}.carousel-control-prev,.carousel-control-next{width:8%}.carousel-indicators [data-bs-target]{height:4px;border-radius:4px}@media(max-width:991.98px){.navbar-collapse{padding:12px 0 8px}.nav-link{padding:.7rem .8rem!important}.hero-slide,.hero-fallback,.hero-overlay{min-height:560px}}@media(max-width:575.98px){.brand img{max-width:175px;max-height:46px}.hero-slide,.hero-fallback,.hero-overlay{min-height:570px}.hero-overlay{padding:35px 0}.hero-overlay h1{font-size:2rem}.hero-overlay .lead{font-size:1rem}.section-title{font-size:1.9rem}.service-card img,.project-card img{height:210px}}

/* Slider baseado exatamente no Carousel da Base PHP */
#heroSlider .carousel-item{position:relative;}
#heroSlider .carousel-item.active{display:block;}
