/* =====================================================================
   Bhubaneswar Guest House — Design System
   Palette: Navy #0E3B5F | Gold #C8A96A | White | Dark Gray text
   Type:    "Playfair Display" (headings) + "Jost" (body/UI)
   ===================================================================== */

:root{
  --navy:        #1E1E1E;
  --navy-dark:   #141414;
  --navy-deep:   #0E0E0E;
  --gold:        #F5B942;
  --gold-dark:   #E0A324;
  --gold-light:  #FBDB8F;
  --white:       #FFFFFF;
  --off-white:   #FAF8F4;
  --text-dark:   #2E2B27;
  --text-muted:  #6E6A64;
  --border-soft: #ECE7DE;

  --font-display: "Baloo 2", "Fredoka", "Segoe UI", sans-serif;
  --font-body:    "Nunito", "Segoe UI", Arial, sans-serif;

  --radius: 16px;
  --shadow-soft: 0 10px 30px rgba(30,30,30,.08);
  --shadow-strong: 0 20px 50px rgba(30,30,30,.16);
  --transition: all .35s ease;
}

/* ---------------------------------------------------------------------
   Base
   --------------------------------------------------------------------- */
html{ scroll-behavior: smooth; }

body{
  font-family: var(--font-body);
  color: var(--text-dark);
  background: var(--white);
  font-size: 16px;
  line-height: 1.7;
}

h1,h2,h3,h4,.font-display{
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0;
}

p{ color: var(--text-muted); }

a{ text-decoration: none; color: inherit; }

img{ max-width: 100%; height: auto; }

::selection{ background: var(--gold-light); color: var(--navy); }

/* Focus visibility for accessibility */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible{
  outline: 2px solid var(--gold-dark);
  outline-offset: 2px;
}

.section-pad{ padding: 92px 0; }
@media (max-width: 767.98px){ .section-pad{ padding: 60px 0; } }

.bg-off-white{ background: var(--off-white); }
.bg-navy{ background: var(--navy) !important; }
.text-navy{ color: var(--navy) !important; }
.text-gold{ color: var(--gold) !important; }

/* Eyebrow label used above section headings */
.eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: .78rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold-dark);
  font-weight: 600;
  margin-bottom: 14px;
}
.eyebrow::before{
  content:"";
  width: 34px;
  height: 1px;
  background: var(--gold-dark);
  display: inline-block;
}

.section-title{
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  margin-bottom: 14px;
}

.section-intro{
  max-width: 640px;
}

/* ---------------------------------------------------------------------
   Buttons
   --------------------------------------------------------------------- */
.btn{
  border-radius: 30px;
  font-family: var(--font-body);
  letter-spacing: .4px;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 700;
  padding: 13px 30px;
  transition: var(--transition);
}

.btn-gold{
  background: var(--gold);
  border: 1px solid var(--gold);
  color: var(--navy-deep);
}
.btn-gold:hover, .btn-gold:focus{
  background: var(--gold-dark);
  border-color: var(--gold-dark);
  color: var(--white);
  transform: translateY(-1px);
}

.btn-outline-light-custom{
  background: transparent;
  border: 1px solid rgba(255,255,255,.65);
  color: var(--white);
}
.btn-outline-light-custom:hover{
  background: var(--white);
  color: var(--navy);
}

.btn-outline-navy{
  background: transparent;
  border: 1px solid var(--navy);
  color: var(--navy);
}
.btn-outline-navy:hover{
  background: var(--navy);
  color: var(--white);
}

.btn-sm-pill{
  border-radius: 30px;
  padding: 8px 20px;
  font-size: .72rem;
}

/* ---------------------------------------------------------------------
   Header / Navbar
   --------------------------------------------------------------------- */
.topbar{
  background: var(--navy-deep);
  color: rgba(255,255,255,.85);
  font-size: .82rem;
  padding: 7px 0;
}
.topbar a{ color: rgba(255,255,255,.85); }
.topbar a:hover{ color: var(--gold); }
.topbar .divider{ opacity: .3; margin: 0 12px; }

.site-header{
  background: var(--white);
  transition: var(--transition);
  position: sticky;
  top: 0;
  z-index: 1030;
  border-bottom: 1px solid var(--border-soft);
}

.brand{
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--navy);
  line-height: 1.1;
}
.brand .brand-mark{
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.brand .brand-mark img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brand small{
  display:block;
  font-family: var(--font-body);
  font-size: .62rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-dark);
  font-weight: 600;
}
.brand-text{ display: flex; flex-direction: column; line-height: 1.15; }
.brand-text .brand-line1{ color: var(--navy); }
.brand-text .brand-line2{ color: var(--gold-dark); }

.navbar-nav .nav-link{
  font-family: var(--font-body);
  font-size: .86rem;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--text-dark) !important;
  padding: 10px 16px !important;
  position: relative;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover{
  color: var(--navy) !important;
}
.navbar-nav .nav-link.active::after{
  content:"";
  position:absolute;
  left: 16px; right:16px; bottom: 4px;
  height: 2px;
  background: var(--gold);
}

/* ---------------------------------------------------------------------
   Hero Slider
   --------------------------------------------------------------------- */
.hero-slider{ position: relative; }
.hero-slide{
  height: 92vh;
  min-height: 560px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}
.hero-slide::before{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(20,20,20,.55) 0%, rgba(20,20,20,.35) 45%, rgba(20,20,20,.78) 100%);
}
.hero-slide .container{ position: relative; z-index: 2; }

.hero-eyebrow{
  color: var(--gold-light);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: .82rem;
  font-weight: 600;
  margin-bottom: 18px;
  display: inline-block;
}
.hero-title{
  color: var(--white);
  font-size: clamp(2.4rem, 5.2vw, 4.2rem);
  line-height: 1.12;
  margin-bottom: 20px;
  max-width: 820px;
}
.hero-subtitle{
  color: rgba(255,255,255,.88);
  font-size: 1.08rem;
  max-width: 560px;
  margin-bottom: 34px;
}

.hero-slider .carousel-indicators{ bottom: 190px; }
.hero-slider .carousel-indicators [data-bs-target]{
  width: 8px; height: 8px; border-radius: 50%;
  background-color: rgba(255,255,255,.55);
  border: none;
}
.hero-slider .carousel-indicators .active{ background-color: var(--gold); }

.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next{ width: 6%; opacity: .6; }
.hero-slider .carousel-control-prev:hover,
.hero-slider .carousel-control-next:hover{ opacity: 1; }

/* Signature element — floating glass booking widget overlapping the hero */
.booking-widget{
  position: relative;
  z-index: 5;
  margin-top: -66px;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.6);
  border-radius: var(--radius);
  box-shadow: var(--shadow-strong);
  padding: 26px;
}
@media (max-width: 991.98px){
  .booking-widget{ margin-top: 24px; }
}
.booking-widget label{
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 6px;
}
.booking-widget .form-control,
.booking-widget .form-select{
  border-radius: 10px;
  border-color: var(--border-soft);
  padding: 10px 12px;
}
.booking-widget .form-control:focus,
.booking-widget .form-select:focus{
  border-color: var(--gold);
  box-shadow: 0 0 0 .2rem rgba(245,185,66,.2);
}
.booking-widget .btn-gold{ width: 100%; height: 100%; }

/* ---------------------------------------------------------------------
   Welcome / About section
   --------------------------------------------------------------------- */
.welcome-media{
  position: relative;
}
.welcome-media img{
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}
.welcome-media .stat-card{
  position: absolute;
  bottom: -28px;
  right: -20px;
  background: var(--navy);
  color: var(--white);
  padding: 22px 26px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-strong);
  text-align: center;
  min-width: 150px;
}
@media (max-width: 575.98px){
  .welcome-media .stat-card{ right: 0; bottom: -20px; padding: 16px 18px; min-width: 120px; }
}
.welcome-media .stat-card .num{
  font-family: var(--font-display);
  font-size: 2.1rem;
  color: var(--gold);
  line-height: 1;
  display:block;
  margin-bottom: 6px;
}
.welcome-media .stat-card .label{
  font-size: .72rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.check-list{ list-style: none; padding: 0; margin: 26px 0; }
.check-list li{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  color: var(--text-dark);
  font-size: .96rem;
}
.check-list li i{ color: var(--gold-dark); font-size: 1.1rem; margin-top: 2px; }

/* ---------------------------------------------------------------------
   Why Choose Us
   --------------------------------------------------------------------- */
.feature-card{
  text-align: center;
  padding: 40px 24px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  height: 100%;
  background: var(--white);
  transition: var(--transition);
}
.feature-card:hover{
  transform: translateY(-6px);
  box-shadow: var(--shadow-soft);
  border-color: transparent;
}
.feature-card .icon-wrap{
  width: 72px; height: 72px;
  border-radius: 50%;
  background: var(--off-white);
  border: 1px solid var(--gold-light);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.6rem;
  color: var(--navy);
  transition: var(--transition);
}
.feature-card:hover .icon-wrap{
  background: var(--navy);
  color: var(--gold);
}
.feature-card h4{ font-size: 1.15rem; margin-bottom: 10px; }
.feature-card p{ font-size: .92rem; margin-bottom: 0; }

/* ---------------------------------------------------------------------
   Amenities
   --------------------------------------------------------------------- */
.amenity-item{
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  height: 100%;
  transition: var(--transition);
}
.amenity-item:hover{ border-color: var(--gold); box-shadow: var(--shadow-soft); }
.amenity-item i{ font-size: 1.5rem; color: var(--gold-dark); flex-shrink: 0; }
.amenity-item span{ font-weight: 500; color: var(--navy); font-size: .92rem; }

/* ---------------------------------------------------------------------
   Rooms — cards
   --------------------------------------------------------------------- */
.room-card{
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
  transition: var(--transition);
}
.room-card:hover{ box-shadow: var(--shadow-strong); transform: translateY(-5px); }
.room-card .room-media{ position: relative; overflow: hidden; height: 240px; }
.room-card .room-media img{
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s ease;
}
.room-card:hover .room-media img{ transform: scale(1.08); }
.room-card .room-price-tag{
  position: absolute;
  top: 16px; right: 16px;
  background: var(--navy);
  color: var(--white);
  padding: 8px 14px;
  border-radius: 30px;
  font-size: .8rem;
  font-weight: 700;
}
.room-card .room-price-tag span{ color: var(--gold); }
.room-card .room-body{ padding: 24px; }
.room-card h4{ font-size: 1.25rem; margin-bottom: 8px; }
.room-card .room-meta{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 16px 0;
  font-size: .82rem;
  color: var(--text-muted);
}
.room-card .room-meta span{ display: flex; align-items: center; gap: 6px; }
.room-card .room-meta i{ color: var(--gold-dark); }

/* ---------------------------------------------------------------------
   Gallery
   --------------------------------------------------------------------- */
.gallery-filters{
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 40px;
}
.gallery-filters .filter-btn{
  border: 1px solid var(--border-soft);
  background: var(--white);
  color: var(--navy);
  padding: 8px 20px;
  border-radius: 30px;
  font-size: .8rem;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}
.gallery-filters .filter-btn.active,
.gallery-filters .filter-btn:hover{
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}

.gallery-item{
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  cursor: pointer;
  margin-bottom: 24px;
  height: 260px;
}
.gallery-item img{
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s ease;
}
.gallery-item:hover img{ transform: scale(1.1); }
.gallery-item .gallery-overlay{
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,20,20,0) 40%, rgba(20,20,20,.82) 100%);
  display: flex;
  align-items: flex-end;
  padding: 18px;
  opacity: 0;
  transition: var(--transition);
}
.gallery-item:hover .gallery-overlay{ opacity: 1; }
.gallery-item .gallery-overlay h6{ color: var(--white); margin: 0; font-family: var(--font-body); font-weight: 600; }
.gallery-item .gallery-overlay small{ color: var(--gold-light); text-transform: uppercase; letter-spacing: 1px; font-size: .68rem; }
.gallery-item .zoom-icon{
  position: absolute; top: 16px; right: 16px;
  width: 34px; height: 34px;
  background: rgba(255,255,255,.9);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--navy);
  opacity: 0;
  transition: var(--transition);
}
.gallery-item:hover .zoom-icon{ opacity: 1; }

/* ---------------------------------------------------------------------
   Attractions
   --------------------------------------------------------------------- */
.attraction-card{
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  height: 320px;
  box-shadow: var(--shadow-soft);
}
.attraction-card img{ width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.attraction-card:hover img{ transform: scale(1.08); }
.attraction-card .overlay{
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,20,20,.05) 30%, rgba(20,20,20,.92) 100%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 22px;
}
.attraction-card .distance-badge{
  position: absolute; top: 16px; left: 16px;
  background: var(--gold);
  color: var(--navy-deep);
  padding: 5px 12px;
  border-radius: 30px;
  font-size: .74rem;
  font-weight: 700;
}
.attraction-card h5{ color: var(--white); margin-bottom: 6px; }
.attraction-card p{ color: rgba(255,255,255,.82); font-size: .85rem; margin-bottom: 0; }

/* ---------------------------------------------------------------------
   Testimonials
   --------------------------------------------------------------------- */
.testimonial-card{
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 34px;
  height: 100%;
}
.testimonial-card .quote-icon{ color: var(--gold-light); font-size: 2rem; margin-bottom: 10px; }
.testimonial-card p.msg{ color: var(--text-dark); font-size: .96rem; font-style: italic; }
.testimonial-card .stars{ color: var(--gold); font-size: .82rem; margin-bottom: 12px; }
.testimonial-card .guest{ display: flex; align-items: center; gap: 14px; margin-top: 18px; }
.testimonial-card .guest img{ width: 50px; height: 50px; border-radius: 50%; object-fit: cover; }
.testimonial-card .guest h6{ margin: 0; color: var(--navy); }
.testimonial-card .guest small{ color: var(--text-muted); }

/* ---------------------------------------------------------------------
   CTA band
   --------------------------------------------------------------------- */
.cta-band{
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
  border-radius: var(--radius);
  padding: 60px;
  position: relative;
  overflow: hidden;
}
.cta-band::after{
  content:"";
  position: absolute;
  width: 320px; height: 320px;
  border: 1px solid rgba(245,185,66,.25);
  border-radius: 50%;
  right: -100px; top: -120px;
}
.cta-band h2{ color: var(--white); }
.cta-band p{ color: rgba(255,255,255,.78); }
@media (max-width: 767.98px){ .cta-band{ padding: 40px 26px; } }

/* ---------------------------------------------------------------------
   Page header (inner pages)
   --------------------------------------------------------------------- */
.page-header{
  background: linear-gradient(180deg, rgba(20,20,20,.78), rgba(20,20,20,.86)), url('https://picsum.photos/id/1029/1600/500') center/cover;
  padding: 130px 0 70px;
  text-align: center;
}
.page-header h1{ color: var(--white); margin-bottom: 12px; font-size: clamp(2rem, 4vw, 3rem); }
.page-header .breadcrumb-nav{
  color: rgba(255,255,255,.75);
  font-size: .85rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.page-header .breadcrumb-nav a{ color: var(--gold-light); }
.page-header .breadcrumb-nav a:hover{ color: var(--white); }

/* ---------------------------------------------------------------------
   Forms (contact / booking)
   --------------------------------------------------------------------- */
.form-panel{
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 40px;
  box-shadow: var(--shadow-soft);
}
@media (max-width: 575.98px){ .form-panel{ padding: 24px; } }
.form-panel label{
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .6px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 6px;
}
.form-panel .form-control,
.form-panel .form-select,
.form-panel textarea{
  border-radius: 10px;
  border-color: var(--border-soft);
  padding: 11px 14px;
}
.form-panel .form-control:focus,
.form-panel .form-select:focus,
.form-panel textarea:focus{
  border-color: var(--gold);
  box-shadow: 0 0 0 .2rem rgba(245,185,66,.2);
}
.invalid-feedback{ font-size: .78rem; }

.info-card{
  background: var(--navy);
  color: var(--white);
  border-radius: var(--radius);
  padding: 36px;
  height: 100%;
}
.info-card h4{ color: var(--white); }
.info-card .info-row{ display: flex; gap: 14px; margin-bottom: 22px; align-items: flex-start; }
.info-card .info-row i{ color: var(--gold); font-size: 1.2rem; margin-top: 3px; }
.info-card .info-row small{ display:block; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: 1px; font-size: .68rem; margin-bottom: 3px; }
.info-card .social-row{ display: flex; gap: 10px; margin-top: 24px; }
.info-card .social-row a{
  width: 38px; height: 38px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--white);
  transition: var(--transition);
}
.info-card .social-row a:hover{ background: var(--gold); border-color: var(--gold); color: var(--navy-deep); }

/* ---------------------------------------------------------------------
   Room details page
   --------------------------------------------------------------------- */
.room-gallery-main{ border-radius: var(--radius); overflow: hidden; }
.room-gallery-main .carousel-item img{ height: 480px; object-fit: cover; width: 100%; }
@media (max-width: 767.98px){ .room-gallery-main .carousel-item img{ height: 300px; } }

.amenity-pill{
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--off-white);
  border: 1px solid var(--border-soft);
  padding: 9px 16px;
  border-radius: 30px;
  font-size: .84rem;
  margin: 0 8px 10px 0;
  color: var(--navy);
}
.amenity-pill i{ color: var(--gold-dark); }

.sticky-book-card{
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  padding: 28px;
  position: sticky;
  top: 100px;
}
.sticky-book-card .price-line{ font-family: var(--font-display); font-size: 2rem; color: var(--navy); }
.sticky-book-card .price-line small{ font-family: var(--font-body); font-size: .85rem; color: var(--text-muted); font-weight: 400; }

/* ---------------------------------------------------------------------
   Footer
   --------------------------------------------------------------------- */
.site-footer{
  background: var(--navy-deep);
  color: rgba(255,255,255,.7);
  padding-top: 80px;
}
.site-footer h5{ color: var(--white); font-size: 1.05rem; margin-bottom: 22px; }
.site-footer .footer-brand{
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--white);
  font-size: 1.3rem;
  margin-bottom: 16px;
}
.site-footer .footer-brand .brand-mark{
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.site-footer .footer-brand .brand-mark img{ width: 100%; height: 100%; object-fit: contain; }
.site-footer .footer-brand .brand-text{ display: flex; flex-direction: column; line-height: 1.15; }
.site-footer .footer-brand .brand-line1{ color: var(--white); }
.site-footer .footer-brand .brand-line2{ color: var(--gold); }
.site-footer p{ color: rgba(255,255,255,.6); font-size: .92rem; }
.site-footer ul{ list-style: none; padding: 0; margin: 0; }
.site-footer ul li{ margin-bottom: 12px; }
.site-footer ul li a{ color: rgba(255,255,255,.65); font-size: .9rem; transition: var(--transition); }
.site-footer ul li a:hover{ color: var(--gold); padding-left: 4px; }
.site-footer .footer-contact li{ display: flex; gap: 12px; align-items: flex-start; }
.site-footer .footer-contact i{ color: var(--gold); margin-top: 4px; }
.site-footer .social-row{ display: flex; gap: 10px; margin-top: 8px; }
.site-footer .social-row a{
  width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  transition: var(--transition);
}
.site-footer .social-row a:hover{ background: var(--gold); border-color: var(--gold); color: var(--navy-deep); }
.footer-bottom{
  border-top: 1px solid rgba(255,255,255,.12);
  margin-top: 50px;
  padding: 22px 0;
  font-size: .82rem;
}
.footer-bottom a{ color: var(--gold); }

.newsletter-form .form-control{
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.2);
  color: var(--white);
  border-radius: 30px 0 0 30px;
}
.newsletter-form .form-control::placeholder{ color: rgba(255,255,255,.5); }
.newsletter-form .btn{ border-radius: 0 30px 30px 0; }

/* ---------------------------------------------------------------------
   Floating buttons: WhatsApp + Back to top
   --------------------------------------------------------------------- */
.floating-whatsapp{
  position: fixed;
  bottom: 26px; left: 26px;
  width: 58px; height: 58px;
  background: #25D366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--white);
  font-size: 1.6rem;
  box-shadow: 0 8px 24px rgba(37,211,102,.45);
  z-index: 1040;
  transition: var(--transition);
  animation: pulse-wa 2.4s infinite;
}
.floating-whatsapp:hover{ transform: scale(1.08); color: var(--white); }
@keyframes pulse-wa{
  0%{ box-shadow: 0 0 0 0 rgba(37,211,102,.5); }
  70%{ box-shadow: 0 0 0 14px rgba(37,211,102,0); }
  100%{ box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

.back-to-top{
  position: fixed;
  bottom: 26px; right: 26px;
  width: 48px; height: 48px;
  background: var(--navy);
  color: var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  box-shadow: var(--shadow-soft);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: var(--transition);
  border: none;
}
.back-to-top.show{ opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover{ background: var(--gold); color: var(--navy-deep); }

/* ---------------------------------------------------------------------
   Misc utility
   --------------------------------------------------------------------- */
.map-frame{ border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); }
.map-frame iframe{ width: 100%; height: 420px; border: 0; display: block; }

@media (prefers-reduced-motion: reduce){
  *{ animation: none !important; transition: none !important; }
}
