:root{ --teal:#008080; --teal-600:#007272; --gray-100:#f4f4f4; --gray-200:#eef1f2; --gray-800:#333; }
body{font-family:'Poppins','Roboto',system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:#fff;color:#222;}
.navbar{background:var(--teal)!important;}
.navbar .navbar-brand,.navbar-nav .nav-link{color:#fff!important;}
.hero{background:linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)), url('/assets/img/hero.jpg') center/cover no-repeat;min-height:260px;display:flex;align-items:center;}
.hero .search-card{background:#fff;border-radius:.75rem;box-shadow:0 10px 25px rgba(0,0,0,.08);padding:1rem;}
.btn-teal{background:var(--teal);color:#fff;} .btn-teal:hover{background:var(--teal-600);color:#fff;}
.card{border:0;border-radius:1rem;box-shadow:0 6px 18px rgba(0,0,0,.06);} .price{color:var(--teal);font-weight:700;}
.sidebar-sticky{position:sticky;top:1rem;} footer{background:#0e1f1f;color:#cfd8d8;} footer a{color:#fff;}
.small-muted{color:#6b7b7b;font-size:.9rem;}
.logo-text{display:flex;align-items:center;gap:.5rem;}
.logo-text img{height:28px;width:auto;}
