:root{--brand:#0d6efd;--brand2:#0a58ca;--ink:#0f172a;--muted:#64748b}
body{font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,Arial;color:var(--ink)}
.navbar-brand{font-weight:800;letter-spacing:.5px}
.hero{background:linear-gradient(135deg,#0d6efd 0%,#0a58ca 45%,#0f172a 100%);color:#fff;padding:5rem 0 4rem}
.hero h1{font-weight:800;line-height:1.05}
.hero-blue{background:linear-gradient(135deg,#0d6efd 0%,#0a58ca 45%,#0f172a 100%);}
.hero-teal{background:linear-gradient(135deg,#0d9488 0%,#0f766e 45%,#0f172a 100%);}
.hero-purple{background:linear-gradient(135deg,#7c3aed 0%,#5b21b6 45%,#0f172a 100%);}
.hero-carousel .carousel-item{padding:2rem 0}
.hero-carousel .carousel-indicators [data-bs-target]{width:10px;height:10px;border-radius:50%;opacity:.6}
.hero-carousel .carousel-indicators .active{opacity:1;background:#fff}
.hero-carousel .carousel-control-prev,.hero-carousel .carousel-control-next{width:44px;opacity:.9}
.hero-carousel .carousel-control-prev-icon,.hero-carousel .carousel-control-next-icon{filter:drop-shadow(0 1px 4px rgba(0,0,0,.4))}
@media (prefers-reduced-motion: reduce){.hero-carousel .carousel-item{transition:none}}
.product-gallery-thumb{cursor:pointer;border:2px solid transparent;transition:.15s}
.product-gallery-thumb.active{border-color:var(--brand)}
.product-gallery-main{height:380px;object-fit:cover}
.section-pad{padding:3.5rem 0}
.card-hover{transition:.2s; border:0; box-shadow:0 8px 24px rgba(15,23,42,.08)}
.card-hover:hover{transform:translateY(-4px); box-shadow:0 16px 40px rgba(15,23,42,.14)}
.badge-cat{font-weight:600; letter-spacing:.3px}
.news-img{height:220px; object-fit:cover}
.project-img{height:200px; object-fit:cover}
.testimonial-card{border-left:4px solid var(--brand)}
footer a{color:#cbd5e1; text-decoration:none}
footer a:hover{color:#fff}
.filter-btn.active{background:var(--brand); color:#fff}
.price{font-weight:700; color:var(--brand)}
.star{color:#f59e0b}
