/* ==========================================================================
   Tectona Bliss - Custom Styles (loaded after Bootstrap 5.3)
   ========================================================================== */

:root {
  --primary: #10261a;          /* deep forest green */
  --primary-dark: #08160e;
  --primary-light: #f6edda;    /* warm cream */
  --accent: #c9a24d;           /* gold */
  --accent-dark: #a27a2a;
  --dark: #0d1c13;
  --text: #5b5145;
  --light: #fbf5e8;
  --whatsapp: #25d366;
  --whatsapp-dark: #1da851;
  --call: #c9a24d;
  --radius: 14px;
  --shadow-sm: 0 4px 14px rgba(13, 28, 19, .08);
  --shadow-md: 0 12px 34px rgba(13, 28, 19, .16);
  --font-head: 'Cormorant Garamond', Georgia, serif;
  --font-display: 'Cinzel', Georgia, serif;
  --font-script: 'Great Vibes', cursive;
  --font-body: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;

  /* Re-map Bootstrap's theme colours to the Tectona Bliss palette */
  --bs-primary: var(--primary);
  --bs-primary-rgb: 16, 38, 26;
  --bs-link-color: var(--accent-dark);
  --bs-link-color-rgb: 162, 122, 42;
  --bs-link-hover-color-rgb: 16, 38, 26;
  --bs-link-hover-color: var(--primary);
  --bs-body-font-family: var(--font-body);
  --bs-body-color: var(--text);
  --bs-border-radius: 10px;
}

/* ---------- Base ---------- */
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); font-size: .95rem; line-height: 1.75; color: var(--text); overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-head); color: var(--dark); font-weight: 700; line-height: 1.2; }
.h1, .h2, .h3, .h4, .h5, .h6 { color: var(--dark); }
h3 { font-size: 1.55rem; }
h4 { font-size: 1.35rem; }
a { text-decoration: none; transition: color .25s, background-color .25s, transform .25s; }
img { max-width: 100%; height: auto; }
section { position: relative; }
.section-pad { padding: 90px 0; }
.bg-soft { background: var(--light); }
.text-accent { color: var(--accent) !important; }
.text-primary { color: var(--primary) !important; }
.bg-primary { background-color: var(--primary) !important; }
.bg-dark-teal { background: var(--dark); }
::selection { background: var(--accent); color: #fff; }

/* ---------- Buttons ---------- */
.btn { font-weight: 500; letter-spacing: .3px; border-radius: 50px; padding: .65rem 1.7rem; transition: all .3s; }
.btn-sm { padding: .45rem 1.1rem; font-size: .85rem; }
.btn-lg { padding: .85rem 2.2rem; }
.btn-primary { --bs-btn-color: #f6e7bf; --bs-btn-hover-color: var(--accent); --bs-btn-active-color: var(--accent); --bs-btn-bg: var(--primary); --bs-btn-border-color: var(--primary); --bs-btn-hover-bg: var(--primary-dark); --bs-btn-hover-border-color: var(--primary-dark); --bs-btn-active-bg: var(--primary-dark); --bs-btn-active-border-color: var(--primary-dark); --bs-btn-disabled-bg: var(--primary); --bs-btn-disabled-border-color: var(--primary); }
.btn-outline-primary { --bs-btn-color: var(--primary); --bs-btn-border-color: var(--primary); --bs-btn-hover-bg: var(--primary); --bs-btn-hover-border-color: var(--primary); --bs-btn-active-bg: var(--primary); --bs-btn-active-border-color: var(--primary); }
.btn-accent { --bs-btn-color: var(--dark); --bs-btn-bg: var(--accent); --bs-btn-border-color: var(--accent); --bs-btn-hover-color: #fff; --bs-btn-hover-bg: var(--accent-dark); --bs-btn-hover-border-color: var(--accent-dark); --bs-btn-active-bg: var(--accent-dark); --bs-btn-active-color: #fff; }
.btn-wa { --bs-btn-color: #fff; --bs-btn-bg: var(--whatsapp); --bs-btn-border-color: var(--whatsapp); --bs-btn-hover-color: #fff; --bs-btn-hover-bg: var(--whatsapp-dark); --bs-btn-hover-border-color: var(--whatsapp-dark); --bs-btn-active-bg: var(--whatsapp-dark); --bs-btn-active-color: #fff; }
.btn-call { --bs-btn-color: var(--dark); --bs-btn-bg: var(--call); --bs-btn-border-color: var(--call); --bs-btn-hover-color: #fff; --bs-btn-hover-bg: var(--accent-dark); --bs-btn-hover-border-color: var(--accent-dark); --bs-btn-active-bg: var(--accent-dark); --bs-btn-active-color: #fff; }
.btn:focus-visible, .form-control:focus, .form-select:focus, .accordion-button:focus { box-shadow: 0 0 0 .22rem rgba(201, 162, 77, .35); border-color: var(--primary); }

/* ---------- Section headings ---------- */
.section-title { margin-bottom: 3rem; }
.eyebrow { display: inline-block; font-family: var(--font-display); font-size: .78rem; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: var(--accent-dark); margin-bottom: .6rem; position: relative; }
.eyebrow::before, .eyebrow::after { content: ""; display: inline-block; width: 28px; height: 1px; background: var(--accent); vertical-align: middle; margin: 0 10px; }
.section-title .eyebrow::before, .section-title .eyebrow::after { display: none; }
.cta-section .eyebrow, .page-header .eyebrow, .hero-caption .eyebrow { color: var(--accent); }
.script { font-family: var(--font-script); font-weight: 400; color: var(--accent); font-size: 1.2em; letter-spacing: 0; line-height: 1; }
.lotus-divider { display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--accent); margin-top: .7rem; font-size: 1.1rem; }
.lotus-divider::before, .lotus-divider::after { content: ""; width: 70px; height: 1px; background: linear-gradient(90deg, transparent, var(--accent)); }
.lotus-divider::after { transform: scaleX(-1); }
.section-title.text-start .lotus-divider { justify-content: flex-start; }
.section-title.text-start .lotus-divider::before { display: none; }
.section-title.text-start .eyebrow { margin-left: 0; }
.section-title h2 { font-size: clamp(2.1rem, 4vw, 3.2rem); }
.section-title p { max-width: 640px; margin-left: auto; margin-right: auto; }
.section-title.text-start p { margin-left: 0; }

/* ---------- Top bar ---------- */
.top-bar { background: var(--primary-dark); color: rgba(255, 255, 255, .85); font-size: .82rem; padding: .5rem 0; }
.top-bar a { color: rgba(255, 255, 255, .9); }
.top-bar a:hover { color: var(--accent); }
.top-bar i { color: var(--accent); margin-right: .35rem; }
.top-bar .social a { display: inline-flex; width: 26px; height: 26px; align-items: center; justify-content: center; border-radius: 50%; margin-left: .3rem; background: rgba(255, 255, 255, .1); }
.top-bar .social a i { margin: 0; color: #fff; font-size: .78rem; }
.top-bar .social a:hover { background: var(--accent); }
.top-bar .contact-wa i { color: var(--whatsapp); }

/* ---------- Navbar ---------- */
.main-nav { background: #fff; box-shadow: 0 2px 16px rgba(20, 37, 43, .07); padding: .55rem 0; transition: padding .3s, box-shadow .3s; z-index: 1030; }
.main-nav.scrolled { padding: .2rem 0; box-shadow: 0 6px 24px rgba(20, 37, 43, .12); }
.navbar-brand { display: flex; align-items: center; gap: .65rem; font-family: var(--font-display); font-size: 1.3rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--dark); line-height: 1; margin-right: 1.5rem; }
.navbar-brand b { color: var(--accent); font-weight: 700; }
.navbar-brand > span { display: flex; flex-direction: column; }
.brand-name { font-weight: 600; display: block; }
.navbar-brand small { font-family: var(--font-body); font-size: .6rem; letter-spacing: 4px; text-transform: uppercase; color: var(--text); font-weight: 500; margin-top: 3px; }
.navbar-nav .nav-link { font-size: .85rem; font-weight: 500; color: var(--dark); padding: .6rem .7rem !important; position: relative; white-space: nowrap; }
.navbar-nav .nav-link::after { content: ""; position: absolute; left: .7rem; right: .7rem; bottom: .25rem; height: 2px; background: var(--accent); transform: scaleX(0); transition: transform .3s; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active { color: var(--accent-dark); }
.navbar-nav .nav-link:hover::after, .navbar-nav .nav-link.active::after { transform: scaleX(1); }
.navbar-toggler { border: 0; padding: .4rem; }
.navbar-toggler:focus { box-shadow: none; }
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .navbar-nav .nav-link { padding: .6rem .5rem !important; font-size: .8rem; }
  .navbar-nav .nav-link::after { left: .5rem; right: .5rem; }
  .navbar-brand { margin-right: .5rem; }
}
@media (max-width: 1199.98px) {
  .navbar-collapse { padding: 1rem 0 .5rem; }
  .navbar-nav .nav-link::after { display: none; }
  .navbar-nav .nav-link { border-bottom: 1px solid #eee; padding: .7rem 0 !important; }
}

/* ---------- Hero carousel ---------- */
.hero .carousel-item { height: 88vh; min-height: 560px; background-size: cover; background-position: center; }
.hero .carousel-item::before { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(8, 22, 14, .86) 0%, rgba(8, 22, 14, .58) 55%, rgba(8, 22, 14, .28) 100%); }
.hero-caption { position: absolute; inset: 0; display: flex; align-items: center; color: #fff; z-index: 2; }
.hero-caption h1 { color: #fff; font-size: clamp(2.6rem, 6.2vw, 5.2rem); line-height: 1.08; margin-bottom: 1.2rem; }
.hero-caption p { font-size: 1.08rem; max-width: 560px; color: rgba(255, 255, 255, .88); margin-bottom: 2rem; }
.hero-caption .eyebrow { color: var(--accent); }
.hero .carousel-item.active .hero-caption > .container > * { animation: fadeUp .9s both; }
.hero .carousel-item.active .hero-caption > .container > *:nth-child(2) { animation-delay: .15s; }
.hero .carousel-item.active .hero-caption > .container > *:nth-child(3) { animation-delay: .3s; }
.hero .carousel-item.active .hero-caption > .container > *:nth-child(4) { animation-delay: .45s; }
.hero .carousel-indicators [data-bs-target] { width: 10px; height: 10px; border-radius: 50%; border: 0; }
.hero .carousel-control-prev, .hero .carousel-control-next { width: 6%; z-index: 3; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }

/* ---------- Availability bar ---------- */
.availability { margin-top: -70px; position: relative; z-index: 10; }
.availability-form { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-md); padding: 1.6rem 1.6rem 1.3rem; border-top: 4px solid var(--accent); }
.availability-form label { font-size: .74rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--dark); margin-bottom: .25rem; }
.availability-form .btn { height: 100%; min-height: 46px; }

/* ---------- Page header (inner pages) ---------- */
.page-header { background-size: cover; background-position: center; padding: 110px 0 90px; position: relative; color: #fff; }
.page-header::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8, 22, 14, .78), rgba(8, 22, 14, .62)); }
.page-header .container { position: relative; z-index: 2; }
.page-header h1 { color: #fff; font-size: clamp(2.4rem, 5vw, 4rem); margin-bottom: .5rem; }
.page-header p.lead { color: rgba(255, 255, 255, .85); font-size: 1.05rem; max-width: 620px; margin: 0 auto 1rem; }
.breadcrumb { --bs-breadcrumb-divider-color: rgba(255, 255, 255, .6); margin: 0; font-size: .88rem; }
.breadcrumb a { color: var(--accent); }
.breadcrumb-item.active { color: #fff; }

/* ---------- About ---------- */
.about-images { position: relative; padding: 0 0 60px 0; }
.about-images .img-main { border-radius: var(--radius); width: 82%; box-shadow: var(--shadow-md); }
.about-images .img-sub { position: absolute; right: 0; bottom: 0; width: 52%; border-radius: var(--radius); border: 8px solid #fff; box-shadow: var(--shadow-md); }
.about-images .exp-badge { position: absolute; left: -12px; top: 30px; background: var(--accent); color: var(--dark); padding: 1rem 1.3rem; border-radius: var(--radius); text-align: center; box-shadow: var(--shadow-md); line-height: 1.2; }
.exp-badge strong { display: block; font-family: var(--font-head); font-size: 2.2rem; }
.exp-badge span { font-size: .78rem; text-transform: uppercase; letter-spacing: 1px; }
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { padding-left: 1.9rem; position: relative; margin-bottom: .55rem; }
.check-list li::before { content: "\F26A"; font-family: 'bootstrap-icons'; position: absolute; left: 0; top: 0; color: var(--accent); font-size: 1.1rem; }

/* ---------- Feature / service cards ---------- */
.feature-card { background: #fff; border-radius: var(--radius); padding: 2.2rem 1.8rem; text-align: center; box-shadow: var(--shadow-sm); height: 100%; transition: transform .35s, box-shadow .35s; border-bottom: 3px solid transparent; }
.feature-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); border-bottom-color: var(--accent); }
.feature-icon { width: 72px; height: 72px; border-radius: 50%; background: var(--primary-light); color: var(--accent-dark); display: inline-flex; align-items: center; justify-content: center; font-size: 1.9rem; margin-bottom: 1.2rem; transition: all .35s; }
.feature-card:hover .feature-icon { background: var(--primary); color: var(--accent); }
.feature-card h3 { font-size: 1.2rem; }
.feature-card p { margin: 0; font-size: .9rem; }

/* ---------- Room cards ---------- */
.room-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .35s, box-shadow .35s; height: 100%; display: flex; flex-direction: column; }
.room-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.room-img { position: relative; overflow: hidden; }
.room-img img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .6s; display: block; }
.room-card:hover .room-img img { transform: scale(1.08); }
.price-tag { position: absolute; left: 0; bottom: 18px; background: var(--accent); color: var(--dark); font-weight: 600; padding: .3rem 1.1rem .3rem .9rem; border-radius: 0 30px 30px 0; font-size: 1.05rem; }
.price-tag small { font-weight: 400; font-size: .72rem; opacity: .9; margin-left: 2px; }
.room-badge { position: absolute; right: 14px; top: 14px; background: var(--primary); color: var(--accent); font-size: .72rem; letter-spacing: 1px; text-transform: uppercase; padding: .25rem .8rem; border-radius: 30px; }
.room-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.room-body h3 { font-size: 1.25rem; margin-bottom: .6rem; }
.room-body h3 a { color: var(--dark); }
.room-body h3 a:hover { color: var(--primary); }
.room-meta { display: flex; flex-wrap: wrap; gap: .4rem 1.1rem; padding: 0; margin: 0 0 .8rem; list-style: none; font-size: .8rem; }
.room-meta i { color: var(--accent); margin-right: .3rem; }
.room-amenities { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: 1.1rem; }
.room-amenities span { font-size: .72rem; background: var(--primary-light); color: var(--accent-dark); padding: .15rem .65rem; border-radius: 30px; }
.room-actions { margin-top: auto; display: flex; gap: .5rem; }
.room-actions .btn-primary { flex: 1; }

/* ---------- Counters ---------- */
.counter-section { background: linear-gradient(rgba(8, 22, 14, .9), rgba(8, 22, 14, .9)), url('../images/banner-counter.jpg') center/cover fixed; color: #fff; padding: 70px 0; }
.counter-box { text-align: center; }
.counter-box i { font-size: 2.2rem; color: var(--accent); }
.counter-box h3 { color: #fff; font-size: 2.6rem; margin: .3rem 0 0; }
.counter-box p { margin: 0; text-transform: uppercase; letter-spacing: 2px; font-size: .8rem; color: rgba(255, 255, 255, .8); }

/* ---------- Gallery ---------- */
.filter-bar { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; margin-bottom: 2.2rem; }
.filter-btn { border: 1px solid #d9d9d9; background: #fff; color: var(--dark); border-radius: 50px; padding: .4rem 1.3rem; font-size: .85rem; font-weight: 500; transition: all .25s; }
.filter-btn:hover, .filter-btn.active { background: var(--primary); border-color: var(--primary); color: var(--accent); }
.gallery-link { display: block; position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.gallery-link img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .6s; display: block; }
.gallery-link .overlay { position: absolute; inset: 0; background: linear-gradient(transparent 40%, rgba(8, 22, 14, .85)); display: flex; flex-direction: column; align-items: center; justify-content: flex-end; padding: 1rem; color: #fff; opacity: 0; transition: opacity .35s; text-align: center; }
.gallery-link .overlay i { font-size: 1.6rem; color: var(--accent); }
.gallery-link .overlay span { font-size: .85rem; }
.gallery-link:hover img { transform: scale(1.1); }
.gallery-link:hover .overlay { opacity: 1; }
.gallery-item.is-hidden { display: none; }
.gallery-item.is-visible { animation: fadeUp .5s both; }
#lightbox .modal-content { background: transparent; border: 0; }
#lightbox img { max-height: 80vh; width: auto; max-width: 100%; margin: 0 auto; display: block; border-radius: var(--radius); }
#lightbox .lb-caption { color: #fff; text-align: center; margin-top: .8rem; }
#lightbox .lb-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; border-radius: 50%; border: 0; background: rgba(255, 255, 255, .9); color: var(--dark); font-size: 1.2rem; z-index: 5; }
#lightbox .lb-nav:hover { background: var(--accent); color: #fff; }
#lightbox .lb-prev { left: 8px; }
#lightbox .lb-next { right: 8px; }
#lightbox .btn-close { position: absolute; right: 8px; top: -40px; }
.modal-backdrop.show { opacity: .88; }

/* ---------- Pricing ---------- */
.price-card { background: #fff; border-radius: var(--radius); padding: 2.4rem 2rem; box-shadow: var(--shadow-sm); text-align: center; position: relative; height: 100%; transition: transform .35s, box-shadow .35s; border: 1px solid #eee; }
.price-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.price-card.featured { background: var(--primary); color: rgba(255, 255, 255, .85); border-color: var(--primary); transform: scale(1.03); }
.price-card.featured:hover { transform: scale(1.03) translateY(-8px); }
.price-card.featured h3, .price-card.featured .price { color: #fff; }
.price-card .ribbon { position: absolute; top: 18px; right: -1px; background: var(--accent); color: var(--dark); font-size: .72rem; letter-spacing: 1px; text-transform: uppercase; padding: .25rem 1rem; border-radius: 30px 0 0 30px; }
.price-card .plan-icon { font-size: 2.2rem; color: var(--accent); }
.price-card .price { font-family: var(--font-head); font-size: 3rem; font-weight: 700; color: var(--dark); line-height: 1; margin: 1rem 0 .2rem; }
.price-card .price sup { font-size: 1.3rem; top: -1rem; }
.price-card .duration { font-size: .85rem; opacity: .8; margin-bottom: 1.5rem; }
.price-card ul { list-style: none; padding: 0; margin: 0 0 1.8rem; text-align: left; }
.price-card ul li { padding: .5rem 0; border-bottom: 1px dashed rgba(128, 128, 128, .3); font-size: .9rem; }
.price-card ul li i { color: var(--accent); margin-right: .6rem; }
.price-card ul li.off { opacity: .5; text-decoration: line-through; }
.price-card ul li.off i { color: #999; }
.rates-table { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.rates-table table { margin: 0; }
.rates-table thead th { background: var(--primary); color: #fff; font-weight: 500; border: 0; padding: 1rem; white-space: nowrap; }
.rates-table tbody td { padding: .95rem 1rem; vertical-align: middle; }
.rates-table tbody tr:hover { background: var(--primary-light); }
.rates-table .peak { color: var(--accent-dark); font-weight: 600; }

/* ---------- Testimonials ---------- */
.testimonial-card { background: #fff; border-radius: var(--radius); padding: 2.4rem 2rem; box-shadow: var(--shadow-sm); text-align: center; max-width: 780px; margin: 0 auto; position: relative; }
.testimonial-card .quote-icon { font-size: 3rem; color: var(--accent); line-height: 1; }
.testimonial-card p { font-size: 1.05rem; font-style: italic; }
.testimonial-card img { width: 68px; height: 68px; border-radius: 50%; object-fit: cover; border: 3px solid var(--accent); margin-bottom: .5rem; }
.testimonial-card h4 { font-size: 1.05rem; margin: 0; }
.testimonial-card small { color: var(--accent-dark); }
.stars { color: #f5b301; letter-spacing: 2px; }
#testimonials .carousel-indicators { position: static; margin-top: 1.5rem; }
#testimonials .carousel-indicators [data-bs-target] { background-color: var(--primary); width: 10px; height: 10px; border-radius: 50%; border: 0; }

/* ---------- Blog ---------- */
.blog-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .35s, box-shadow .35s; height: 100%; display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.blog-img { position: relative; overflow: hidden; }
.blog-img img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .6s; display: block; }
.blog-card:hover .blog-img img { transform: scale(1.08); }
.blog-cat { position: absolute; left: 14px; top: 14px; background: var(--accent); color: var(--dark); font-size: .7rem; letter-spacing: 1px; text-transform: uppercase; padding: .2rem .8rem; border-radius: 30px; }
.blog-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.blog-meta { font-size: .78rem; color: #8a979c; display: flex; gap: 1rem; margin-bottom: .6rem; }
.blog-meta i { color: var(--accent); margin-right: .25rem; }
.blog-body h3 { font-size: 1.2rem; }
.blog-body h3 a { color: var(--dark); }
.blog-body h3 a:hover { color: var(--primary); }
.read-more { font-weight: 500; font-size: .88rem; margin-top: auto; }
.read-more i { transition: transform .25s; display: inline-block; }
.read-more:hover i { transform: translateX(5px); }
.blog-featured { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); background: #fff; }
.blog-featured img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; }
.sidebar-widget { background: #fff; border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow-sm); margin-bottom: 1.8rem; }
.sidebar-widget h4 { font-size: 1.15rem; padding-bottom: .7rem; margin-bottom: 1.1rem; border-bottom: 2px solid var(--primary-light); position: relative; }
.sidebar-widget h4::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 50px; height: 2px; background: var(--accent); }
.cat-list { list-style: none; padding: 0; margin: 0; }
.cat-list li a { display: flex; justify-content: space-between; padding: .45rem 0; border-bottom: 1px dashed #e3e3e3; color: var(--text); font-size: .9rem; }
.cat-list li a:hover { color: var(--primary); padding-left: 6px; }
.recent-post { display: flex; gap: .9rem; margin-bottom: 1rem; align-items: center; }
.recent-post img { width: 74px; height: 62px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
.recent-post h5 { font-size: .92rem; margin: 0 0 .15rem; font-family: var(--font-body); font-weight: 500; line-height: 1.4; }
.recent-post h5 a { color: var(--dark); }
.recent-post h5 a:hover { color: var(--primary); }
.recent-post small { color: #8a979c; }
.tag-cloud a { display: inline-block; border: 1px solid #ddd; border-radius: 30px; padding: .15rem .8rem; font-size: .78rem; color: var(--text); margin: 0 .25rem .5rem 0; }
.tag-cloud a:hover { background: var(--primary); border-color: var(--primary); color: #fff; }
.pagination .page-link { color: var(--primary); border-radius: 50% !important; margin: 0 .2rem; width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #e0e0e0; }
.pagination .page-item.active .page-link { background: var(--primary); border-color: var(--primary); color: #fff; }

/* ---------- FAQ ---------- */
.accordion { --bs-accordion-border-color: transparent; --bs-accordion-active-bg: var(--primary-light); --bs-accordion-active-color: var(--primary-dark); --bs-accordion-btn-focus-box-shadow: 0 0 0 .2rem rgba(14, 107, 111, .2); }
.accordion-item { border: 1px solid #ececec !important; border-radius: var(--radius) !important; margin-bottom: 1rem; overflow: hidden; box-shadow: var(--shadow-sm); }
.accordion-button { font-weight: 500; font-size: .98rem; padding: 1.15rem 1.4rem; color: var(--dark); }
.accordion-button:not(.collapsed) { box-shadow: none; }
.accordion-body { padding: 1.2rem 1.4rem 1.4rem; }
.faq-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; margin-bottom: 2.2rem; border: 0; }
.faq-tabs .nav-link { border: 1px solid #d9d9d9; border-radius: 50px; color: var(--dark); font-weight: 500; font-size: .88rem; padding: .45rem 1.3rem; background: #fff; }
.faq-tabs .nav-link.active, .faq-tabs .nav-link:hover { background: var(--primary); color: var(--accent); border-color: var(--primary); }
.help-box { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: #fff; border-radius: var(--radius); padding: 2.2rem; }
.help-box h3 { color: var(--accent); }

/* ---------- Contact ---------- */
.contact-card { background: #fff; border-radius: var(--radius); padding: 1.8rem 1.4rem; text-align: center; box-shadow: var(--shadow-sm); height: 100%; transition: transform .3s, box-shadow .3s; }
.contact-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.contact-card .feature-icon { width: 62px; height: 62px; font-size: 1.6rem; margin-bottom: .9rem; }
.contact-card.wa .feature-icon { background: #e4f9ec; color: var(--whatsapp-dark); }
.contact-card.call .feature-icon { background: var(--primary-light); color: var(--accent-dark); }
.contact-card h3 { font-size: 1.1rem; }
.contact-card p, .contact-card a { margin: 0; font-size: .9rem; }
.contact-form-box { background: #fff; border-radius: var(--radius); padding: 2.2rem; box-shadow: var(--shadow-md); }
.form-control, .form-select { padding: .75rem 1rem; border-color: #dfe4e6; font-size: .92rem; }
.form-label { font-weight: 500; font-size: .85rem; color: var(--dark); margin-bottom: .3rem; }
.map-wrap { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); line-height: 0; height: 100%; min-height: 420px; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; }

/* ---------- Terms ---------- */
.terms-nav { position: sticky; top: 100px; background: #fff; border-radius: var(--radius); padding: 1.4rem; box-shadow: var(--shadow-sm); }
.terms-nav h4 { font-size: 1.1rem; margin-bottom: .8rem; }
.terms-nav .nav-link { color: var(--text); font-size: .88rem; padding: .4rem .8rem; border-left: 3px solid transparent; border-radius: 0; }
.terms-nav .nav-link:hover, .terms-nav .nav-link.active { color: var(--primary); border-left-color: var(--accent); background: var(--primary-light); }
.terms-section { scroll-margin-top: 100px; margin-bottom: 2.6rem; }
.terms-section h2 { font-size: 1.5rem; display: flex; align-items: center; gap: .7rem; }
.terms-section h2 span { background: var(--primary); color: #fff; font-family: var(--font-body); font-size: .9rem; width: 34px; height: 34px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* ---------- Team ---------- */
.team-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); text-align: center; transition: transform .35s, box-shadow .35s; }
.team-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.team-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.team-card .info { padding: 1.2rem; }
.team-card h4 { font-size: 1.1rem; margin: 0; }
.team-card small { color: var(--accent-dark); }

/* ---------- CTA / offer banner ---------- */
.cta-section { background: linear-gradient(rgba(8, 22, 14, .88), rgba(8, 22, 14, .88)), url('../images/banner-cta.jpg') center/cover fixed; color: #fff; padding: 90px 0; text-align: center; }
.cta-section h2 { color: #fff; font-size: clamp(2.2rem, 4.2vw, 3.4rem); }
.cta-section p { max-width: 620px; margin: 0 auto 1.8rem; color: rgba(255, 255, 255, .85); }

/* ---------- Footer ---------- */
.footer { background: var(--dark); color: rgba(255, 255, 255, .7); padding: 80px 0 0; font-size: .9rem; }
.footer h4 { color: #fff; font-family: var(--font-display); letter-spacing: 1.5px; font-size: 1rem; margin-bottom: 1.4rem; position: relative; padding-bottom: .7rem; }
.footer h4::after { content: ""; position: absolute; left: 0; bottom: 0; width: 42px; height: 2px; background: var(--accent); }
.footer a { color: rgba(255, 255, 255, .7); }
.footer a:hover { color: var(--accent); }
.footer .brand { font-family: var(--font-display); font-size: 1.35rem; letter-spacing: 2px; text-transform: uppercase; color: #fff; font-weight: 600; }
.footer .managed { font-size: .78rem; letter-spacing: 1px; color: rgba(255, 255, 255, .55); }
.footer .brand b { color: var(--accent); }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: .55rem; }
.footer-links a i { font-size: .7rem; margin-right: .5rem; color: var(--accent); }
.footer-links a:hover { padding-left: 5px; }
.footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-contact li { display: flex; gap: .8rem; margin-bottom: .9rem; }
.footer-contact i { color: var(--accent); font-size: 1.05rem; margin-top: .2rem; }
.footer-contact .fa-wa { color: var(--whatsapp); }
.social-links a { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255, 255, 255, .08); color: #fff; margin-right: .4rem; }
.social-links a:hover { background: var(--accent); color: #fff; transform: translateY(-3px); }
.newsletter-form .form-control { border-radius: 50px 0 0 50px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .15); color: #fff; }
.newsletter-form .form-control::placeholder { color: rgba(255, 255, 255, .5); }
.newsletter-form .btn { border-radius: 0 50px 50px 0; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); margin-top: 3.5rem; padding: 1.3rem 0; font-size: .85rem; }
.footer-bottom a { margin-left: 1.2rem; }

/* ---------- Floating buttons ---------- */
.float-btns { position: fixed; right: 18px; bottom: 22px; z-index: 1040; display: flex; flex-direction: column; gap: 12px; }
.float-btn { width: 54px; height: 54px; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; box-shadow: 0 6px 18px rgba(0, 0, 0, .28); position: relative; }
.float-btn:hover { color: #fff; transform: scale(1.1); }
.float-btn.call:hover { color: var(--dark); }
.float-btn.wa { background: var(--whatsapp); }
.float-btn.call { background: var(--call); color: var(--dark); font-size: 1.4rem; }
.float-btn::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: inherit; z-index: -1; animation: pulse 2s infinite; }
.float-btn.call::before { animation-delay: 1s; }
@keyframes pulse { 0% { transform: scale(1); opacity: .6; } 100% { transform: scale(1.7); opacity: 0; } }
.back-top { position: fixed; left: 18px; bottom: 22px; width: 44px; height: 44px; border-radius: 50%; background: var(--primary); color: #fff; border: 0; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transform: translateY(20px); transition: all .35s; z-index: 1040; box-shadow: var(--shadow-md); }
.back-top.show { opacity: 1; visibility: visible; transform: none; }
.back-top:hover { background: var(--accent); }

/* ---------- Scroll reveal (only when JS is available) ---------- */
.js .reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s ease; }
.js .reveal.visible { opacity: 1; transform: none; }

/* ---------- Responsive tweaks ---------- */
@media (max-width: 991.98px) {
  .section-pad { padding: 65px 0; }
  .availability { margin-top: -40px; }
  .price-card.featured, .price-card.featured:hover { transform: none; }
  .about-images { margin-bottom: 1rem; }
  .terms-nav { position: static; margin-bottom: 2rem; }
}
@media (max-width: 575.98px) {
  .hero .carousel-item { height: 82vh; }
  .float-btn { width: 48px; height: 48px; font-size: 1.4rem; }
  .contact-form-box { padding: 1.5rem; }
  .footer-bottom a { margin: 0 .6rem 0 0; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}
