:root {
  --bg: #f6f7fb;
  --surface: #ffffff;
  --text: #101828;
  --muted: #667085;
  --border: rgba(16, 24, 40, 0.10);
  --shadow: 0 18px 40px rgba(16, 24, 40, 0.10);
  --shadow-sm: 0 8px 20px rgba(16, 24, 40, 0.08);
  --pink: #ff2e93;
  --violet: #7c3aed;
  --indigo: #1d4ed8;
}

* { box-sizing: border-box; }
body {
  font-family: "Manrope", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}
html, body { overflow-x: clip; }

.site-header {
  background: linear-gradient(90deg, #0b1222, #101b35);
  border-bottom: 1px solid rgba(255,255,255,0.10);
}
.brand-logo {width: 162px; height: 42px; object-fit: contain; }
.brand-text { font-weight: 800; letter-spacing: 0.2px; color: #fff; }
.nav-link { color: rgba(255,255,255,0.82); font-weight: 700; }
.nav-link.active, .nav-link:hover { color: #fff; }
.btn-brand {
  background: linear-gradient(90deg, var(--pink), var(--violet));
  border: 0;
  color: #fff;
  border-radius: 999px;
  padding: 0.62rem 1.2rem;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(255, 46, 147, 0.22);
}

section { padding: 3.2rem 0; }
.hero { padding: 0; }
.hero--home { margin-bottom: 0; }

.hero-home {
  position: relative;
  overflow: hidden;
  padding: 2.75rem 0 3.25rem;
  margin-bottom: 0;
}
.hero-home__bg {
  position: absolute;
  inset: 0;
  background-color: #0b1222;
  background-image:
    linear-gradient(
      105deg,
      rgba(11, 18, 34, 0.92) 0%,
      rgba(11, 18, 34, 0.72) 42%,
      rgba(124, 58, 237, 0.35) 100%
    ),
    url("../images/banners/banner1.jpg");
  background-size: cover;
  background-position: center;
}
.hero-home__inner { position: relative; z-index: 1; }
.hero-title {
  font-weight: 900;
  letter-spacing: -0.2px;
  font-size: clamp(1.65rem, 4vw, 2.75rem);
  margin-bottom: 0.55rem;
  line-height: 1.12;
}
.hero-sub {
  color: rgba(255, 255, 255, 0.88);
  max-width: 52ch;
  margin-bottom: 0.95rem;
  font-size: 1.03rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.65rem; align-items: center; }

.dual-title { font-weight: 900; letter-spacing: -0.3px; margin-bottom: 0.8rem; font-size: clamp(1.5rem, 3.3vw, 2.3rem); }
.dual-title span:first-child { color: #0b1222; }
.dual-title span:last-child { color: var(--pink); }
.dual-title--light span:first-child { color: #ffffff; }
.dual-title--light span:last-child { color: #ff7eb8; text-shadow: 0 2px 24px rgba(255, 46, 147, 0.45); }
.page-banner-heading { margin-bottom: 0.35rem; }

.chip-row { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 0.75rem 0 1rem; }
.chip {
  display: inline-flex; align-items: center; gap: 0.45rem;
  border: 1px solid var(--border);
  background: #fff;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.86rem;
  color: #1f2937;
}
.chip i { color: var(--violet); }
.chip--hero {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  backdrop-filter: blur(6px);
}
.chip--hero i { color: #c4b5fd; }

.page-header-banner {
  position: relative;
  padding: 2.25rem 0 2.55rem;
  color: #fff;
  background-color: #0b1222;
  background-image:
    linear-gradient(
      105deg,
      rgba(11, 18, 34, 0.86) 0%,
      rgba(11, 18, 34, 0.58) 52%,
      rgba(255, 46, 147, 0.22) 100%
    ),
    var(--banner-img);
  background-size: cover;
  background-position: center;
  margin-bottom: 1.25rem;
}
.page-header-banner::before { content: none; }
.page-header-banner .container { position: relative; z-index: 1; }
.page-header-banner + section { padding-top: 1.25rem; }
.page-header-banner + section.pt-0 { padding-top: 1.25rem !important; }
.page-breadcrumb .breadcrumb {
  --bs-breadcrumb-divider-color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0;
  font-size: 0.88rem;
}
.page-breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-weight: 600;
}
.page-breadcrumb .breadcrumb-item a:hover { color: #fff; text-decoration: underline; }
.page-breadcrumb .breadcrumb-item.active { color: rgba(255, 255, 255, 0.75); font-weight: 600; }
.page-banner-sub { color: rgba(255, 255, 255, 0.88); max-width: 54ch; font-size: 1.02rem; }
.dual-title--hero {
  font-size: clamp(1.85rem, 4.5vw, 3rem);
  line-height: 1.1;
  margin-bottom: 0.65rem;
}
.kicker-light {
  color: rgba(255, 255, 255, 0.78) !important;
  letter-spacing: 0.55px;
}

.btn-hero-primary {
  background: linear-gradient(90deg, var(--pink), var(--violet));
  border: 0;
  color: #fff;
  font-weight: 800;
  border-radius: 999px;
  padding: 0.62rem 1.25rem;
  box-shadow: 0 12px 28px rgba(255, 46, 147, 0.35);
}
.btn-hero-primary:hover { color: #fff; filter: brightness(1.05); }
.btn-hero-outline {
  border: 2px solid rgba(255, 255, 255, 0.85);
  color: #fff;
  background: transparent;
  font-weight: 800;
  border-radius: 999px;
  padding: 0.55rem 1.15rem;
}
.btn-hero-outline:hover { background: rgba(255, 255, 255, 0.12); color: #fff; }
.btn-hero-whatsapp {
  background: #25d366;
  border: 0;
  color: #fff;
  font-weight: 800;
  border-radius: 999px;
  padding: 0.62rem 1.2rem;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.35);
}
.btn-hero-whatsapp:hover { color: #fff; filter: brightness(1.06); }
.btn-outline-brand {
  border: 2px solid var(--pink);
  color: var(--pink);
  background: #fff;
  font-weight: 800;
  border-radius: 999px;
  padding: 0.55rem 1.15rem;
}
.btn-outline-brand:hover {
  background: linear-gradient(90deg, rgba(255, 46, 147, 0.08), rgba(124, 58, 237, 0.08));
  color: var(--violet);
  border-color: var(--violet);
}

.hero-booking-card {
  border-top: 4px solid var(--pink);
  height: 100%;
}

.cta-section {
  padding: 3.5rem 0;
  background: linear-gradient(135deg, #0b1222 0%, #151a33 45%, #5b21b6 100%);
}
.cta-box {
  background: rgba(255, 255, 255, 0.97);
  border-radius: 20px;
  padding: 2.25rem 1.75rem;
  text-align: center;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.cta-box .section-text { margin-left: auto; margin-right: auto; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; align-items: center; margin-top: 0.35rem; }
.btn-cta-ghost {
  background: #fff;
  border: 2px solid var(--pink);
  color: var(--pink);
  font-weight: 800;
  border-radius: 999px;
  padding: 0.55rem 1.2rem;
}
.btn-cta-ghost:hover { background: rgba(255, 46, 147, 0.08); color: var(--violet); border-color: var(--violet); }

.section-title { font-size: clamp(1.25rem, 2.6vw, 1.85rem); margin-bottom: 0.35rem; font-weight: 900; letter-spacing: -0.2px; }
.section-text { color: var(--muted); max-width: 74ch; }
.kicker { color: #475467; font-weight: 800; font-size: 0.88rem; letter-spacing: 0.6px; text-transform: uppercase; }

.glass-card,
.cardx {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.glass-card:hover,
.cardx:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-img, .gallery-img { width: 100%; object-fit: cover; display: block; }
.service-img { height: 190px; }
.gallery-img { height: 210px; }
.card-pad { padding: 1rem 1.1rem 1.15rem; }
.feature-box { padding: 1.2rem 1.1rem; height: 100%; }
.feature-box i { font-size: 1.55rem; color: var(--indigo); display: inline-block; margin-bottom: 0.55rem; }
.feature-box h3 { font-size: 1.02rem; font-weight: 900; margin-bottom: 0.35rem; }
.feature-box p { margin: 0; color: var(--muted); font-size: 0.92rem; }
.review-card { max-width: 920px; margin: 0 auto; }
.review-card p { font-size: 1.02rem; color: #1f2937; margin-bottom: 0.75rem; }
.review-card h4 { font-size: 0.96rem; color: #111827; font-weight: 900; }

.service-btn {
  background: linear-gradient(90deg, #ff297a, #8c4fff);
  color: #fff; border: 0; border-radius: 999px;
  padding: 0.55rem 1.05rem; font-weight: 800;
  box-shadow: 0 10px 22px rgba(124, 58, 237, 0.18);
}
.service-btn i { vertical-align: -1px; }
.round-icon-btn {
  border: 2px solid #dca63b;
  color: #c98b1a;
  width: 50px; height: 50px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%; background: #fff;
}

.content-block { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 1.1rem; box-shadow: var(--shadow-sm); }
.content-block p { color: #344054; margin-bottom: 0.75rem; font-size: 0.97rem; }

.marquee-wrap {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 0;
  background: linear-gradient(90deg, rgba(255, 46, 147, 0.08), rgba(124, 58, 237, 0.08));
}
.marquee-modern {
  overflow: hidden;
  padding: 0.85rem 0;
}
.marquee-track {
  display: flex;
  width: max-content;
  gap: 2.1rem;
  animation: marqueeMove 18s linear infinite;
}
.marquee-wrap:hover .marquee-track { animation-play-state: paused; }
.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #0b1222;
  font-weight: 900;
  white-space: nowrap;
}
.marquee-item i { color: var(--pink); }
@keyframes marqueeMove {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.service-strip {
  position: relative;
  padding: 3rem 0;
  background: #fff;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.service-strip__head {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.1rem;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .service-strip__head { align-items: flex-end; }
}
.service-strip__desc { max-width: 720px; }
.service-strip__desc .section-text { margin-bottom: 0.35rem; }
.service-strip__title {
  position: relative;
  margin: 0;
}
.service-strip__watermark {
  position: absolute;
  inset: -18px auto auto -4px;
  font-weight: 900;
  letter-spacing: 2px;
  font-size: clamp(2.4rem, 7vw, 5.2rem);
  color: rgba(16, 24, 40, 0.06);
  text-transform: uppercase;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}
.service-strip__controls { display: flex; gap: 0.5rem; }
.strip-btn {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: var(--shadow-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #101828;
  transition: transform .15s ease, box-shadow .15s ease;
}
.strip-btn:hover { transform: translateY(-1px); box-shadow: var(--shadow); }
.strip-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 2rem) / 3);
  gap: 1rem;
  overflow-x: auto;
  padding: 0.25rem 0.25rem 0.5rem;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}
.strip-track { scrollbar-width: none; -ms-overflow-style: none; }
.strip-track::-webkit-scrollbar { width: 0; height: 0; display: none; }
.strip-card { scroll-snap-align: start; }
.strip-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.strip-meta { color: var(--muted); font-size: 0.92rem; margin-bottom: 0.65rem; }

.counter-card { text-align: center; padding: 1.4rem 1rem; }
.counter-value { font-size: 2rem; font-weight: 900; color: var(--violet); display: block; }

/* Modern full-width counter band */
.stats-band {
  padding: 3.25rem 0;
  background:
    radial-gradient(circle at 15% 30%, rgba(255, 46, 147, 0.18), transparent 42%),
    radial-gradient(circle at 85% 20%, rgba(124, 58, 237, 0.20), transparent 45%),
    linear-gradient(135deg, #0b1222 0%, #121b35 55%, #3b0764 100%);
  color: #fff;
}
.stats-band .kicker { color: rgba(255,255,255,0.75); }
.stats-card {
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 18px;
  padding: 1.25rem 1.1rem;
  text-align: center;
  backdrop-filter: blur(7px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.22);
}
.stats-icon {
  width: 48px; height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.22);
  margin-bottom: 0.6rem;
  color: #fff;
}
.stats-value { font-size: 2.15rem; font-weight: 900; letter-spacing: -0.5px; display:block; color: #fff; }
.stats-label { color: rgba(255,255,255,0.82); font-weight: 800; }

/* Fixed background modern banner + balloons */
.fixed-banner {
  position: relative;
  padding: 3.75rem 0;
  color: #fff;
  background:
    linear-gradient(105deg, rgba(11, 18, 34, 0.88), rgba(11, 18, 34, 0.58), rgba(255, 46, 147, 0.18)),
    url("../images/banners/banner1.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}
.fixed-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 70%, rgba(255,46,147,0.22), transparent 40%),
    radial-gradient(circle at 88% 25%, rgba(124,58,237,0.25), transparent 45%);
  pointer-events: none;
}
.fixed-banner .container { position: relative; z-index: 1; }

/* Global balloons layer (homepage) */
.balloon-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.balloon-layer .balloon { opacity: 0.65; filter: saturate(1.05); }
.balloon-layer--global .balloon { opacity: 0.55; }

/* Ensure page content stays above balloons */
body { position: relative; z-index: 1; }

/* Offcanvas should always be above everything */
.offcanvas { z-index: 2000; }
.offcanvas-backdrop { z-index: 1990; }
.offcanvas.text-bg-dark {
  background: linear-gradient(165deg, #0b1222 0%, #101b35 55%, #2e1064 100%) !important;
}
.balloon {
  position: absolute;
  bottom: -80px;
  width: 46px;
  height: 62px;
  border-radius: 50% 50% 50% 50%;
  background: radial-gradient(circle at 30% 25%, rgba(255,255,255,0.55), rgba(255,255,255,0) 35%), linear-gradient(180deg, #ff2e93, #7c3aed);
  box-shadow: 0 16px 28px rgba(0,0,0,0.25);
  opacity: 0.95;
  animation: floatUp var(--dur, 10s) linear infinite;
}
.balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 2px;
  height: 26px;
  background: rgba(255,255,255,0.45);
  transform: translateX(-50%);
}
@keyframes floatUp {
  0% { transform: translateY(0) translateX(0) rotate(-2deg); }
  100% { transform: translateY(-820px) translateX(var(--drift, 18px)) rotate(3deg); }
}

@media (max-width: 768px) {
  .fixed-banner { background-attachment: scroll; }
}

.testimonial-carousel { padding-bottom: 2.25rem; }
.testimonials-section { padding: 3.25rem 0 3.75rem; }
.testimonials-section .text-center { margin-bottom: 1.35rem !important; }
.testimonial-dots { bottom: -4px; }
.testimonial-dots [data-bs-target] {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background-color: rgba(16, 24, 40, 0.25);
}
.testimonial-dots .active { background-color: var(--pink); }
.t-card {
  background: #ff2e93;
  border-radius: 18px;
  padding: 1.15rem 1.15rem 1.05rem;
  color: #fff;
  box-shadow: 0 18px 38px rgba(255, 46, 147, 0.22);
  position: relative;
  min-height: 170px;
}
.t-card::after {
  content: "";
  position: absolute;
  left: 26px;
  bottom: -12px;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #ff2e93;
}
.t-stars {
  display: inline-flex;
  gap: 2px;
  background: rgba(255, 255, 255, 0.16);
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  margin-bottom: 0.55rem;
}
.t-stars i { color: #ffe77a; font-size: 0.88rem; }
.t-card p { margin: 0; font-weight: 600; font-size: 0.93rem; line-height: 1.55; }
.t-user {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1.05rem;
  padding-left: 0.25rem;
}
.t-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  border: 2px dashed rgba(255, 46, 147, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--pink);
  box-shadow: var(--shadow-sm);
}
.t-name { font-weight: 900; color: #101828; }
.t-loc { font-size: 0.86rem; color: var(--muted); }

.features-showcase {
  padding: 3.5rem 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 46, 147, 0.18), transparent 40%),
    radial-gradient(circle at 90% 10%, rgba(124, 58, 237, 0.22), transparent 42%),
    linear-gradient(135deg, #0b1222 0%, #121b35 45%, #2e1064 100%);
  color: #fff;
}
.kicker-on-dark { color: rgba(255, 255, 255, 0.72) !important; }
.features-showcase__lead {
  color: rgba(255, 255, 255, 0.88);
  max-width: 52ch;
  font-size: 1.02rem;
}
.feature-tile {
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  padding: 1.5rem 1.35rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.feature-tile:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.28);
}
.feature-tile__icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: #fff;
  background: linear-gradient(135deg, #ff2e93, #7c3aed);
  margin-bottom: 1rem;
  box-shadow: 0 12px 26px rgba(255, 46, 147, 0.3);
}
.feature-tile h3 { color: #fff; font-weight: 900; font-size: 1.1rem; margin-bottom: 0.75rem; letter-spacing: -0.2px; }
.feature-tile p { color: rgba(255, 255, 255, 0.84); font-size: 0.93rem; margin-bottom: 0.45rem; line-height: 1.55; }
.feature-tile p:last-child { margin-bottom: 0; }

.contact-home {
  padding: 3.5rem 0 3.75rem;
  background: linear-gradient(180deg, #f6f7fb 0%, #eceff8 100%);
}
.contact-home__panel {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  background: #fff;
}
.contact-home__side {
  background: linear-gradient(165deg, #0b1222 0%, #1e1b4b 55%, #5b21b6 100%);
  color: #fff;
  min-height: 280px;
}
.contact-home__side-inner { padding: 2rem 1.75rem; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.contact-home__list li {
  display: flex;
  gap: 0.85rem;
  margin-bottom: 1rem;
  align-items: flex-start;
  font-size: 0.96rem;
}
.contact-home__list a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.contact-home__ic {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact-home__map {
  min-height: 100%;
  background: #e2e8f0;
}
.contact-home__map iframe { display: block; width: 100%; min-height: 360px; }

section.contact-page { padding-top: 0; padding-bottom: 3.25rem; }
.contact-page__hero { border-radius: 18px; box-shadow: var(--shadow-sm); }
.contact-page__hero-img img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
}
.contact-page__hero-text { display: flex; flex-direction: column; justify-content: center; }
.contact-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 1.75rem 1.5rem;
  box-shadow: var(--shadow-sm);
}
.contact-card__list { padding: 0; margin: 0; }
.contact-card__list li {
  display: flex;
  gap: 0.9rem;
  margin-bottom: 1.1rem;
  align-items: flex-start;
}
.contact-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 46, 147, 0.12), rgba(124, 58, 237, 0.12));
  border: 1px solid var(--border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--violet);
  flex-shrink: 0;
}
.contact-card__hint {
  background: #f8fafc;
  border: 1px dashed rgba(124, 58, 237, 0.35);
  font-size: 0.9rem;
  color: #475467;
}
.contact-map-wrap iframe { display: block; }

.site-footer {
  margin-top: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-top {
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 46, 147, 0.14), transparent 42%),
    radial-gradient(circle at 92% 0%, rgba(124, 58, 237, 0.18), transparent 48%),
    #0b1222;
}
.footer-bottom {
  background: rgb(0, 0, 0);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-brand { display: flex; align-items: center; gap: 0.9rem; }
.footer-logo { border-radius: 12px; background: rgba(255, 255, 255, 0.95); padding: 4px; object-fit: contain; }
.footer-brand-name { font-weight: 900; color: #fff; letter-spacing: -0.2px; }
.footer-brand-tag { font-size: 0.85rem; color: rgba(255, 255, 255, 0.72); font-weight: 700; }
.footer-social { display: flex; gap: 0.5rem; }
.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 1.1rem;
  text-decoration: none;
  transition: transform .15s ease, background .15s ease;
}
.footer-social a:hover { background: rgba(255, 255, 255, 0.16); transform: translateY(-2px); color: #fff; }
.btn-footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 280px;
  border-radius: 999px;
  padding: 0.55rem 1rem;
  font-weight: 800;
  background: linear-gradient(90deg, #25d366, #128c7e);
  border: 0;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(37, 211, 102, 0.25);
}
.btn-footer-cta:hover { color: #fff; filter: brightness(1.06); }
.footer-muted { color: rgba(255, 255, 255, 0.68) !important; }
.footer-heading {
  font-weight: 800;
  margin-bottom: 1rem;
  color: #fff;
  letter-spacing: 0.2px;
}
.footer-links { list-style: none; padding-left: 0; margin: 0; }
.footer-links li { margin-bottom: 0.45rem; }
.footer-links a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}
.footer-links a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.footer-contact li { display: flex; gap: 0.5rem; margin-bottom: 0.55rem; color: rgba(255, 255, 255, 0.84); }
.footer-contact i { color: #ff7eb8; margin-top: 3px; }
.footer-contact a { color: rgba(255, 255, 255, 0.92); text-decoration: none; font-weight: 700; }
.footer-contact a:hover { text-decoration: underline; }

.float-btn {
  position: fixed; right: 16px; width: 52px; height: 52px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center; color: #fff;
  font-size: 1.3rem; z-index: 999;
  box-shadow: 0 10px 22px rgba(0,0,0,0.35);
}
.call-btn {
  bottom: 82px;
  background: linear-gradient(180deg, #ff2e93, #7c3aed);
}
.whatsapp-btn { bottom: 20px; background: #25d366; animation: pulse 1.5s infinite; }
@keyframes pulse { 0%{transform: scale(1);}50%{transform: scale(1.07);}100%{transform: scale(1);} }

@media (max-width: 768px) {
  .hero-home { padding: 2rem 0 2.25rem; }
  .page-header-banner { padding: 1.75rem 0 2rem; }
  .strip-track { grid-auto-columns: 78%; }
  .gallery-img { height: 200px; }
}
