/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
body {
  font-size: 1rem;
  line-height: 1.5;
}
h1 {
  font-size: 2.2rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.7rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1rem;
}
small {
  font-size: 0.875rem;
}
cite {
  font-size: 0.875rem;
}
sub, sup {
  font-size: 0.75rem;
}
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
/* =============================================
   WHATSAPP CHAT WIDGET
   ============================================= */
.tsf-chat-widget {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99999999 !important;
  font-family: Montserrat, sans-serif;
}
.tsf-chat-trigger {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, #25D366 0%, #1ebe5d 100%);
  color: #ffffff;
  border-radius: 999px;
  padding: 14px 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  font-weight: 700;
}
.tsf-chat-trigger:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.24);
}
.tsf-chat-trigger-icon i {
  font-size: 20px;
  line-height: 1;
}
.tsf-chat-trigger-text {
  font-size: 14px;
  line-height: 1;
}
.tsf-chat-popup {
  position: absolute;
  right: 0;
  bottom: 78px;
  width: 340px;
  max-width: calc(100vw - 30px);
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px) scale(0.98);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}
.tsf-chat-popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.tsf-chat-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 16px 14px;
  background: linear-gradient(135deg, #f0bbc3 0%, #e9aeb8 100%);
  color: #ffffff;
}
.tsf-chat-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.tsf-chat-avatar {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.tsf-chat-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tsf-chat-avatar-icon {
  font-size: 22px;
  line-height: 1;
}
.tsf-chat-status {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #25D366;
  border: 2px solid #ffffff;
}
.tsf-chat-title-wrap {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.tsf-chat-title-wrap strong {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}
.tsf-chat-title-wrap span {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.35;
  opacity: 0.96;
}
.tsf-chat-close {
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  margin-top: -2px;
  flex-shrink: 0;
}
.tsf-chat-body {
  padding: 18px;
  background: linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)), url('../../../../images/WhatsApp/WhatsApp-background.png');
  background-size: 250px;
  background-repeat: repeat;
}
.tsf-chat-bubble {
  background: #ffffff;
  color: #2f2f2f;
  padding: 15px 16px;
  border-radius: 16px 16px 16px 6px;
  font-size: 14px;
  line-height: 1.6;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.06);
}
.tsf-chat-footer {
  padding: 16px;
  background: #ffffff;
}
.tsf-chat-button {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(135deg, #25D366 0%, #1ebe5d 100%);
  color: #ffffff;
  padding: 14px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 10px 22px rgba(37, 211, 102, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tsf-chat-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(37, 211, 102, 0.28);
  color: #ffffff;
}
@media (max-width: 768px) {
  .tsf-chat-widget {
    right: 15px;
    bottom: 15px;
  }
  .tsf-chat-popup {
    width: 300px;
    bottom: 74px;
  }
  .tsf-chat-trigger {
    padding: 13px 15px;
  }
  .tsf-chat-trigger-text {
    display: none;
  }
}
/* =============================================
   NAVIGATION — GLOBAL
   ============================================= */
/* Nav wrapper */
.g-header-section {
  background: #ffffff !important;
  box-shadow: 0 2px 20px rgba(194, 24, 91, 0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: box-shadow 0.3s ease;
}
.g-header-section.sf-scrolled {
  box-shadow: 0 4px 30px rgba(194, 24, 91, 0.15);
}
/* Book Now button */
#g-navigation .g-button .button {
  background: linear-gradient(135deg, #c2185b, #e91e8c) !important;
  color: #ffffff !important;
  font-family: "Chivo", sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  padding: 9px 20px !important;
  border-radius: 50px !important;
  border: none !important;
  box-shadow: 0 4px 15px rgba(233, 30, 140, 0.35) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
  text-decoration: none !important;
  display: inline-block;
  white-space: nowrap;
}
#g-navigation .g-button .button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(233, 30, 140, 0.45) !important;
  color: #ffffff !important;
}
/* Nav links */
.g-toplevel > li > a, .g-toplevel > li > span {
  font-family: "Chivo", sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  color: #1a1a2e !important;
  letter-spacing: 0 !important;
  padding: 8px 10px !important;
  border-radius: 8px;
  transition: color 0.2s ease, background 0.2s ease !important;
  position: relative;
  white-space: nowrap !important;
}
.g-toplevel > li > a:hover, .g-toplevel > li > span:hover {
  color: #c2185b !important;
  background: rgba(194, 24, 91, 0.06) !important;
  text-decoration: none !important;
}
.g-toplevel > li.active > a, .g-toplevel > li.current > a {
  color: #c2185b !important;
  background: rgba(194, 24, 91, 0.08) !important;
}
.g-toplevel > li.active > a::after, .g-toplevel > li.current > a::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 14px;
  right: 14px;
  height: 2px;
  background: linear-gradient(90deg, #c2185b, #e91e8c);
  border-radius: 2px;
}
/* Parent menu item */
.g-toplevel > li.g-parent > .g-menu-item-container {
  font-family: "Chivo", sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  color: #1a1a2e !important;
  letter-spacing: 0 !important;
  padding: 8px 10px !important;
  border-radius: 8px;
  cursor: pointer;
}
.g-toplevel > li.g-parent > .g-menu-item-container .g-menu-item-content {
  color: #1a1a2e !important;
  font-family: "Chivo", sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
}
.g-toplevel > li.g-parent:hover > .g-menu-item-container .g-menu-item-content, .g-toplevel > li.g-parent.active > .g-menu-item-container .g-menu-item-content {
  color: #c2185b !important;
}
.g-toplevel > li.g-parent:hover > .g-menu-item-container {
  background: rgba(194, 24, 91, 0.06) !important;
}
/* Dropdown child items — always white text on dark background */
.g-toplevel > li.g-parent > ul > li > a.g-menu-item-container, .g-toplevel > li.g-parent > ul > li.active > a.g-menu-item-container, .g-toplevel > li.g-parent > ul > li.current > a.g-menu-item-container {
  color: #ffffff !important;
  background: transparent !important;
}
.g-toplevel > li.g-parent > ul > li > a.g-menu-item-container:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.15) !important;
}
#g-navigation .g-toplevel > li > a, #g-navigation .g-toplevel > li > span, #g-navigation .g-toplevel > li.g-parent > .g-menu-item-container, #g-navigation .g-toplevel > li.g-parent > .g-menu-item-container .g-menu-item-content {
  color: #1a1a2e !important;
}
#g-navigation .g-toplevel > li.g-parent > ul {
  background: #1a1a2e !important;
}
#g-navigation .g-toplevel > li.g-parent > ul * {
  color: #ffffff !important;
}
#g-navigation .g-toplevel > li.g-parent > ul > li > a:hover * {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.15) !important;
}
/* Hide logo and button on mobile */
@media only all and (max-width: 51rem) {
  #g-navigation .g-button {
    display: none !important;
  }
  #g-navigation .g-logo {
    display: none !important;
  }
}
/* =============================================
   OFFCANVAS PANEL — GLOBAL
   ============================================= */
#g-offcanvas.g-offcanvas-open {
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #1a1a2e !important;
  border-right: 3px solid #e91e8c !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  display: flex !important;
  flex-direction: column !important;
}
#g-offcanvas #g-mobilemenu-container {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
#g-offcanvas *, #g-offcanvas .g-grid, #g-offcanvas .g-block, #g-offcanvas .g-content, #g-offcanvas .g-particle {
  background: #ffffff !important;
  color: #1a1a2e !important;
}
#g-offcanvas .g-grid {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
#g-offcanvas .g-block.size-100 {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  flex: none !important;
}
#g-offcanvas .g-content.g-particle {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
#g-offcanvas .g-grid:first-child {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  overflow-y: auto !important;
}
#g-offcanvas #g-mobilemenu-container ul.g-toplevel {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  list-style: none !important;
}
#g-offcanvas #g-mobilemenu-container ul.g-toplevel li.g-menu-item {
  margin: 0 !important;
  width: 100% !important;
  height: auto !important;
  min-height: unset !important;
  line-height: normal !important;
  position: relative !important;
  background: #ffffff !important;
  color: #1a1a2e !important;
  border-bottom: 1px solid rgba(194, 24, 91, 0.1) !important;
}
#g-offcanvas #g-mobilemenu-container ul.g-toplevel li.g-menu-item a, #g-offcanvas #g-mobilemenu-container ul.g-toplevel li.g-menu-item span {
  color: #1a1a2e !important;
  background: #ffffff !important;
  font-family: "Chivo", sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.92rem !important;
  padding: 10px 20px !important;
  margin: 0 !important;
  width: 100% !important;
  height: auto !important;
  min-height: unset !important;
  line-height: 1.2 !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  text-align: left !important;
  text-decoration: none !important;
  transition: color 0.2s ease, background 0.2s ease !important;
}
#g-offcanvas #g-mobilemenu-container ul.g-toplevel li.g-menu-item a:hover, #g-offcanvas #g-mobilemenu-container ul.g-toplevel li.g-menu-item.active a {
  color: #c2185b !important;
  background: rgba(194, 24, 91, 0.05) !important;
}
#g-offcanvas .g-menu-item-container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 10px 20px !important;
  border-bottom: 1px solid rgba(194, 24, 91, 0.1) !important;
  cursor: pointer !important;
  background: #ffffff !important;
  text-decoration: none !important;
  width: 100% !important;
  box-sizing: border-box !important;
  white-space: nowrap !important;
}
#g-offcanvas .g-menu-item-container .g-menu-item-content, #g-offcanvas .g-menu-item-container .g-menu-item-title, #g-offcanvas .g-separator, #g-offcanvas .g-menu-item-content, #g-offcanvas .g-menu-item-title {
  color: #1a1a2e !important;
  font-family: "Chivo", sans-serif !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  background: transparent !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
#g-offcanvas .g-menu-parent-indicator {
  position: relative !important;
  vertical-align: middle !important;
  top: auto !important;
  right: auto !important;
  color: #c2185b !important;
  display: flex !important;
  align-items: center !important;
}
#g-offcanvas .g-menu-parent-indicator::after {
  color: #c2185b !important;
  border-color: #c2185b !important;
}
#g-offcanvas ul.g-dropdown, #g-offcanvas .g-dropdown {
  display: none !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  box-shadow: none !important;
  border: none !important;
  border-left: 3px solid #e91e8c !important;
  background: rgba(194, 24, 91, 0.03) !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
#g-offcanvas ul.g-dropdown.g-active, #g-offcanvas .g-dropdown.g-active {
  display: block !important;
}
#g-offcanvas .g-dropdown-column, #g-offcanvas .g-dropdown .g-grid, #g-offcanvas .g-dropdown .g-block {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  display: block !important;
}
#g-offcanvas .g-dropdown .g-sublevel, #g-offcanvas #g-mobilemenu-container ul.g-sublevel {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: transparent !important;
}
#g-offcanvas .g-go-back {
  display: block !important;
  border-bottom: 1px solid rgba(194, 24, 91, 0.1) !important;
}
#g-offcanvas .g-go-back a {
  display: flex !important;
  align-items: center !important;
  padding: 10px 20px !important;
  color: #c2185b !important;
  font-family: "Chivo", sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.85rem !important;
  text-decoration: none !important;
  background: rgba(194, 24, 91, 0.05) !important;
  gap: 8px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
#g-offcanvas .g-go-back a span {
  display: inline !important;
}
#g-offcanvas .g-go-back a::before {
  content: "←" !important;
  color: #c2185b !important;
  font-size: 1rem !important;
  margin-right: 6px !important;
}
#g-offcanvas .g-go-back a:hover {
  background: rgba(194, 24, 91, 0.1) !important;
}
#g-offcanvas .g-dropdown .g-menu-item a.g-menu-item-container, #g-offcanvas .g-sublevel .g-menu-item a.g-menu-item-container {
  padding: 10px 20px 10px 32px !important;
  display: flex !important;
  align-items: center !important;
  border-bottom: 1px solid rgba(194, 24, 91, 0.06) !important;
  text-decoration: none !important;
  background: transparent !important;
  width: 100% !important;
  box-sizing: border-box !important;
  font-size: 0.85rem !important;
}
#g-offcanvas .g-dropdown .g-menu-item .g-menu-item-content, #g-offcanvas .g-dropdown .g-menu-item .g-menu-item-title, #g-offcanvas .g-sublevel .g-menu-item .g-menu-item-content, #g-offcanvas .g-sublevel .g-menu-item .g-menu-item-title {
  color: #666 !important;
  font-family: "Chivo", sans-serif !important;
  font-weight: 500 !important;
  font-size: 0.85rem !important;
  background: transparent !important;
}
#g-offcanvas .g-dropdown .g-menu-item a:hover, #g-offcanvas .g-sublevel .g-menu-item a:hover {
  background: rgba(194, 24, 91, 0.05) !important;
}
#g-offcanvas .sf-offcanvas-header {
  margin: 0 !important;
  padding: 12px !important;
  border-bottom: 1px solid rgba(194, 24, 91, 0.15) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background: #ffffff !important;
  flex-shrink: 0 !important;
  margin-top: auto !important;
}
#g-offcanvas .sf-offcanvas-logo {
  max-width: 110px !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
}
#g-offcanvas .sf-offcanvas-footer {
  padding: 12px 20px !important;
  border-top: 1px solid rgba(194, 24, 91, 0.15) !important;
  text-align: center !important;
  background: #ffffff !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
}
#g-offcanvas .sf-offcanvas-book-btn {
  display: block !important;
  background: linear-gradient(135deg, #c2185b, #e91e8c) !important;
  color: #ffffff !important;
  font-family: "Chivo", sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  padding: 10px 20px !important;
  border-radius: 50px !important;
  text-decoration: none !important;
  box-shadow: 0 4px 15px rgba(233, 30, 140, 0.35) !important;
  margin-bottom: 6px !important;
}
#g-offcanvas .sf-offcanvas-book-btn:hover {
  box-shadow: 0 6px 20px rgba(233, 30, 140, 0.45) !important;
  color: #ffffff !important;
}
#g-offcanvas .sf-offcanvas-tagline {
  font-family: "Chivo", sans-serif !important;
  font-size: 0.72rem !important;
  color: #999 !important;
  margin: 0 !important;
}
.g-nav-overlay {
  background: rgba(194, 24, 91, 0.2) !important;
  backdrop-filter: blur(2px) !important;
}
.g-offcanvas-toggle span, .g-offcanvas-toggle .hamburger-inner, .g-offcanvas-toggle .hamburger-inner::before, .g-offcanvas-toggle .hamburger-inner::after {
  background-color: #c2185b !important;
}
/* =============================================
   FOOTER
   ============================================= */
.sf-footer {
  background: #1a1a2e;
  padding: 40px 40px 24px;
  font-family: "Chivo", sans-serif;
}
.sf-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  flex-wrap: wrap;
  gap: 20px;
}
.sf-footer__links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
}
.sf-footer__links a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
}
.sf-footer__links a:hover {
  color: #f48fb1;
}
.sf-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  flex-wrap: wrap;
  gap: 10px;
}
.sf-footer__copy {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.78rem;
  margin: 0;
}
.sf-footer__tagline {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.78rem;
  margin: 0;
  font-style: italic;
}
/* Mobile */
@media (max-width: 768px) {
  .sf-footer {
    padding: 32px 20px 20px;
  }
  .sf-footer__top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .sf-footer__links {
    justify-content: center;
    gap: 16px;
  }
  .sf-footer__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
  }
}
.sf-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sf-footer__brand-name {
  color: #ffffff;
  font-family: "Chivo", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
}
.sf-footer__brand-sub {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Chivo", sans-serif;
  font-size: 0.82rem;
  margin: 0;
}
/* =============================================
   LOGO IMAGE SIZE RULE
   ============================================= */
/* Logo image — consistent size across all pages */
#g-navigation .g-logo img {
  width: 120px !important;
  height: auto !important;
  max-width: none !important;
}
/* =============================================
   NAV FLEX-WRAP RULE
   ============================================= */
/* Prevent nav menu wrapping */
#g-navigation > .g-grid {
  flex-wrap: nowrap !important;
}
#g-navigation .g-toplevel {
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
}
/* =============================================
   SF HERO — GLOBAL
   ============================================= */
.sf-container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}
.sf-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 50px;
  font-family: "Chivo", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: 0.3s ease;
  white-space: nowrap;
  text-decoration: none;
}
.sf-btn--white {
  background: #fff;
  color: #c2185b;
}
.sf-btn--white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(194, 24, 91, 0.25);
}
.sf-btn--outline {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.6);
}
.sf-btn--outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
  transform: translateY(-2px);
}
.sf-btn--outline, .sf-btn--outline:visited {
  color: #ffffff !important;
}
.sf-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #8e0040 0%, #c2185b 40%, #e91e8c 75%, #ff6bb0 100%);
  padding: 100px 0 90px;
  color: #ffffff;
}
.sf-hero::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 500px;
  height: 500px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 60% 40% 70% 30% / 50% 60% 40% 50%;
  animation: sf-blob-drift 12s ease-in-out infinite alternate;
}
.sf-hero::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 380px;
  height: 380px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 40% 60% 30% 70% / 60% 40% 60% 40%;
  animation: sf-blob-drift 16s ease-in-out infinite alternate-reverse;
}
@keyframes sf-blob-drift {
  0% {
    transform: scale(1) rotate(0deg);
  }
  100% {
    transform: scale(1.12) rotate(15deg);
  }
}
.sf-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
}
.sf-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  padding: 7px 18px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.sf-hero__badge-dot {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  animation: sf-pulse 2s ease infinite;
}
@keyframes sf-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.7);
  }
}
.sf-hero__title {
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  font-weight: 900;
  line-height: 1.06;
  margin-bottom: 22px;
  font-family: "Chivo", sans-serif;
}
.sf-hero__title em {
  font-style: italic;
  font-weight: 300;
}
.sf-hero__subtitle {
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 300;
  line-height: 1.65;
  opacity: 0.92;
  max-width: 520px;
  margin-bottom: 36px;
}
.sf-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.sf-hero__trust {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 44px;
  padding-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.sf-hero__trust-item {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.85rem;
  font-weight: 600;
  opacity: 0.92;
}
.sf-hero__trust-icon {
  width: 22px;
  height: 22px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  flex-shrink: 0;
}
.sf-hero__graphic {
  position: relative;
  flex-shrink: 0;
  width: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sf-hero__illustration {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  margin-bottom: -80px;
}
.sf-hero__fairy-img {
  width: 280px;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 8px 24px rgba(194, 24, 91, 0.3));
}
.sf-hero__cards {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.sf-hero__stat-card {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: none;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  padding: 20px 24px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  margin-top: 0;
}
.sf-hero__stat-number {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1;
  display: block;
}
.sf-hero__stat-label {
  font-size: 0.82rem;
  opacity: 0.85;
  margin-top: 6px;
  font-weight: 400;
  display: block;
}
@media (max-width: 768px) {
  .sf-hero {
    padding: 70px 0 60px;
  }
  .sf-hero__inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .sf-hero__graphic {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
  .sf-hero__illustration {
    margin-bottom: -45px !important;
  }
  .sf-hero__fairy-img {
    width: 140px !important;
  }
  .sf-hero__cards {
    flex-direction: row !important;
    gap: 8px !important;
  }
  .sf-hero__stat-card {
    flex: 1 !important;
    padding: 12px 8px !important;
    margin-top: 0 !important;
  }
  .sf-hero__stat-number {
    font-size: 1.2rem !important;
    line-height: 1.1 !important;
  }
  .sf-hero__stat-label {
    font-size: 0.62rem !important;
    margin-top: 4px !important;
  }
}
@media (max-width: 480px) {
  .sf-hero__fairy-img {
    width: 120px !important;
  }
  .sf-hero__stat-number {
    font-size: 1.1rem !important;
  }
  .sf-hero__stat-label {
    font-size: 0.58rem !important;
  }
}
/* =============================================
   CREDENTIAL STRIP — GLOBAL
   ============================================= */
.sf-credential-strip {
  background: #1a1a2e;
  padding: 28px 0;
}
.sf-credential-strip__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.sf-credential-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  font-family: "Chivo", sans-serif;
  white-space: nowrap;
}
.sf-credential-icon {
  color: #f48fb1;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .sf-credential-strip__inner {
    gap: 20px;
    justify-content: center !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .sf-credential-item {
    white-space: normal;
    justify-content: center;
  }
}
.sf-mobile-book-btn {
  display: none;
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 9999;
  background: linear-gradient(135deg, #c2185b, #e91e8c);
  color: #fff !important;
  font-family: "Chivo", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 50px;
  border: 2px solid #fff;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(194, 24, 91, 0.4);
  white-space: nowrap;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .sf-mobile-book-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
}
.sf-mobile-book-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(194, 24, 91, 0.5);
}
/* =============================================
   FAIRY ILLUSTRATION Z POSITION
   ============================================= */
.sf-hero__illustration {
  position: relative;
  z-index: 1;
}
.sf-hero {
  z-index: 1;
  position: relative;
}
.sf-hero__graphic {
  z-index: 1;
  position: relative;
}
.sf-hero__illustration {
  z-index: 1;
  position: relative;
}
/*# sourceMappingURL=custom_351.css.map */