/* Ameera homepage bundle â€” edit source CSS then run scripts/build-home-css.py */

/* ==== fonts-local.css ==== */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../assets/fonts/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYqXtKky2F7g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../assets/fonts/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYqXtKky2F7g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../assets/fonts/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../assets/fonts/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../assets/fonts/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ==== tokens.css ==== */
/* Ameera Wellness â€” design tokens (from AmeeraWellnessr theme) */

:root {
  color-scheme: light;
  --ink: #222;
  --text: #333;
  --muted: #555;
  /* Text on fixed light surfaces (white cards) — unchanged in dark mode */
  --ink-on-light: #222;
  --text-on-light: #333;
  --muted-on-light: #555;
  --bg: #f9f9f9;
  --white: #ffffff;
  --line: rgba(0, 0, 0, 0.08);

  --pink: #f492c6;
  --pink-hot: #fb7abf;
  --pink-deep: #d63384;
  --pink-soft: #f7d6e7;
  --pink-wash: #f3e6ec;
  --hot: #ff69b4;
  --mauve: #412b47;

  --header-grad: linear-gradient(135deg, #99a5b0 0%, #f9c9e0 100%);
  --footer-grad: linear-gradient(135deg, #1f2428, #2d3338);

  --accent: var(--pink);
  --accent-deep: var(--pink-deep);
  --accent-soft: rgba(244, 146, 198, 0.18);

  --radius-sm: 10px;
  --radius: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-pill: 999px;

  --shadow-soft: 0 6px 18px rgba(0, 0, 0, 0.06);
  --shadow-lift: 0 18px 40px rgba(255, 105, 180, 0.16);
  --shadow-card: 0 8px 24px rgba(0, 0, 0, 0.08);

  --font: Montserrat, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;

  --max: 1120px;
  --header-h: 64px;
  --tab-h: 78px;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --safe-top: env(safe-area-inset-top, 0px);

  --ease: cubic-bezier(0.25, 0.1, 0.25, 1);
  --spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --dur: 0.3s;

  --cat-blue: #dfeaf7;
  --cat-pink: #f7d6e7;
  --cat-green: #dff3e6;
  --cat-grey: #e8ecef;

  /* Legacy palette aliases â†’ modern tokens */
  --legacy-mauve: #5f4770;
  --legacy-mauve-soft: #6b5b95;
}

/* Typography scale */
:root {
  --text-xs: 0.82rem;
  --text-sm: 0.92rem;
  --text-base: 1rem;
  --text-lg: 1.05rem;
  --text-xl: 1.25rem;
  --text-2xl: clamp(1.35rem, 3.5vw, 1.85rem);
  --text-3xl: clamp(1.65rem, 4.5vw, 2.35rem);
}

/* Dark mode tokens */
[data-theme="dark"] {
  color-scheme: dark;
  --ink: #ececf0;
  --text: #d4d4dc;
  --muted: #9b9ba8;
  --bg: #12121a;
  --white: #1c1c26;
  --line: rgba(255, 255, 255, 0.1);

  --pink-soft: rgba(244, 146, 198, 0.22);
  --pink-wash: rgba(244, 146, 198, 0.12);
  --accent-soft: rgba(244, 146, 198, 0.14);

  --header-grad: linear-gradient(135deg, #2a3038 0%, #3d2a3a 100%);
  --footer-grad: linear-gradient(135deg, #0e1014, #181c22);

  --shadow-soft: 0 6px 18px rgba(0, 0, 0, 0.35);
  --shadow-lift: 0 18px 40px rgba(0, 0, 0, 0.45);
  --shadow-card: 0 8px 24px rgba(0, 0, 0, 0.4);

  --cat-blue: rgba(223, 234, 247, 0.12);
  --cat-pink: rgba(247, 214, 231, 0.14);
  --cat-green: rgba(223, 243, 230, 0.12);
  --cat-grey: rgba(232, 236, 239, 0.1);
}

html {
  transition: background-color 0.25s var(--ease), color 0.25s var(--ease);
}

body,
.site-header,
.site-footer,
.svc-card,
.hc-who-item,
.tx-sign-item,
.symptom-box,
.blog-featured,
.tx-faq-item {
  transition: background-color 0.25s var(--ease), border-color 0.25s var(--ease), color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

/* ==== base.css ==== */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

#page-focus,
[data-page-focus] {
  scroll-margin-top: 5rem;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  font-family: var(--font);
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  min-height: 100dvh;
  padding-bottom: calc(var(--tab-h) + var(--safe-bottom) + 0.5rem);
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  color: var(--ink);
  line-height: 1.25;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

.container {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.section {
  padding: var(--space-7) 0;
  position: relative;
}

.section-head {
  text-align: center;
  margin-bottom: var(--space-6);
  max-width: 36rem;
  margin-inline: auto;
}

.section-head h2 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  color: var(--ink);
  margin-bottom: 0.5rem;
}

.section-head p {
  color: var(--muted);
  font-size: 1rem;
}

.eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pink-deep);
  background: var(--accent-soft);
  border: 1px solid var(--pink-soft);
  padding: 0.3rem 0.7rem;
  border-radius: var(--radius-pill);
  margin-bottom: 0.75rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s var(--ease), transform 0.5s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.reveal-delay-1 { transition-delay: 0.08s; }
.reveal-delay-2 { transition-delay: 0.16s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ==== layout.css ==== */
/* Header â€” pastel gradient theme */

/* Reserve space before chrome.js paints (reduces CLS) */
header[data-chrome="header"] {
  min-height: calc(var(--header-h) + var(--safe-top));
  background: var(--header-grad);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--header-grad);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding-top: var(--safe-top);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: min(100% - 1.25rem, var(--max));
  margin-inline: auto;
  min-height: var(--header-h);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 1;
  min-width: 0;
  text-decoration: none;
  color: inherit;
  padding: 0.28rem 0.75rem 0.28rem 0.35rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(253, 235, 241, 0.95) 55%, rgba(237, 229, 255, 0.9) 100%);
  border: 1.5px solid rgba(180, 140, 190, 0.45);
  box-shadow:
    0 4px 14px rgba(65, 43, 71, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), border-color 0.2s var(--ease);
}

.brand:hover {
  border-color: rgba(214, 51, 132, 0.4);
  box-shadow:
    0 6px 18px rgba(65, 43, 71, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.brand:focus-visible {
  outline: 2px solid rgba(214, 51, 132, 0.55);
  outline-offset: 2px;
}

.brand-symbol {
  height: 46px;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.12rem;
  line-height: 1.05;
  white-space: nowrap;
  min-width: 0;
  padding-right: 0.15rem;
}

.brand-name {
  font-family: var(--font-display);
  font-size: 1.42rem;
  font-weight: 700;
  color: #d63384;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.brand-tag {
  font-family: Montserrat, "Segoe UI", Tahoma, sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #6b5b95;
  line-height: 1.2;
}

.nav-desktop {
  display: none;
  align-items: center;
  gap: 0.15rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-desktop a {
  padding: 0.4rem 0.7rem;
  font-size: 0.88rem;
  font-weight: 500;
  color: #000;
  border-radius: var(--radius-pill);
  transition: background 0.2s ease, color 0.2s ease;
}

.nav-desktop a:hover,
.nav-desktop a.is-active {
  background: rgba(255, 255, 255, 0.45);
  color: #222;
}

.header-actions {
  display: none;
  align-items: center;
  gap: 0.5rem;
}

/* Mobile menu (drawer) â€” desktop uses top nav */
.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  border: none;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: #222;
  border-radius: 2px;
  position: relative;
  transition: background 0.2s;
}

.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: #222;
  border-radius: 2px;
  transition: transform 0.25s var(--ease), top 0.25s;
}

.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }

.nav-toggle[aria-expanded="true"] span {
  background: transparent;
}

.nav-toggle[aria-expanded="true"] span::before {
  top: 0;
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span::after {
  top: 0;
  transform: rotate(-45deg);
}

.nav-drawer {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: calc(var(--header-h) + var(--safe-top));
  bottom: 0;
  z-index: 95;
  background: rgba(255, 255, 255, 0.98);
  padding: 1rem 1.15rem calc(6.75rem + var(--safe-bottom));
  flex-direction: column;
  gap: 0.4rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.nav-drawer.is-open {
  display: flex;
}

body.nav-open {
  overflow: hidden;
}

.nav-drawer .drawer-title {
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pink-deep);
  margin: 0.15rem 0 0.4rem;
}

.nav-drawer a {
  padding: 0.95rem 1rem;
  font-weight: 650;
  color: var(--ink);
  border-radius: 14px;
  font-size: 1.05rem;
  min-height: 48px;
  display: flex;
  align-items: center;
  background: var(--bg);
}

.nav-drawer a:active,
.nav-drawer a.is-active {
  background: var(--pink-wash);
  color: var(--pink-deep);
}

.nav-drawer .drawer-cta {
  margin-top: 0.35rem;
  text-align: center;
  justify-content: center;
}

.nav-drawer a.btn-primary.drawer-cta {
  background: linear-gradient(180deg, #fb7abf, #d63384);
  color: #fff;
}

.nav-drawer a.btn-secondary.drawer-cta {
  background: #fff;
  color: var(--pink-deep);
  border: 2px solid var(--pink-soft);
}

/* Bottom tab bar â€” iPhone home-indicator safe */
.app-tabbar {
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
  height: auto;
  min-height: 56px;
  padding: 6px 4px calc(8px + var(--safe-bottom));
  align-items: stretch;
  justify-content: space-around;
  gap: 2px;
  border-radius: 18px 18px 0 0;
  background: rgba(255, 255, 255, 0.96);
  border: none;
  border-top: 1px solid rgba(249, 201, 224, 0.9);
  box-shadow: 0 -8px 28px rgba(65, 43, 71, 0.12);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
}

.app-tabbar a {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  font-size: 0.58rem;
  font-weight: 700;
  color: var(--muted);
  border-radius: 14px;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s var(--spring);
  min-width: 0;
  min-height: 48px;
  padding: 0.15rem 0.1rem;
  -webkit-tap-highlight-color: transparent;
}

.app-tabbar a > span:not(.tab-fab) {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.1;
}

.app-tabbar a svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.85;
  flex-shrink: 0;
}

.app-tabbar a.is-active {
  color: var(--pink-deep);
  background: var(--accent-soft);
}

.app-tabbar a:active {
  transform: scale(0.94);
}

.app-tabbar a.tab-book {
  color: var(--pink-deep);
}

.app-tabbar a.tab-book .tab-fab {
  width: 44px;
  height: 44px;
  margin-top: -14px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #fb7abf, #d63384);
  color: #fff;
  box-shadow: 0 8px 20px rgba(214, 51, 132, 0.4);
}

.app-tabbar a.tab-book .tab-fab svg {
  width: 22px;
  height: 22px;
  stroke: #fff;
}

.app-tabbar a.tab-book span.label {
  margin-top: 0.05rem;
  color: var(--pink-deep);
}

/* Footer */
.site-footer {
  margin-top: var(--space-6);
  background: var(--footer-grad);
  color: rgba(255, 255, 255, 0.9);
  padding: var(--space-7) 0 calc(var(--space-5) + 0.25rem);
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
}

.footer-grid {
  display: grid;
  gap: 1.75rem;
}

.footer-brand .brand {
  margin-bottom: 0.85rem;
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  box-shadow:
    0 6px 18px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.footer-brand .brand:hover {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.14);
}

.footer-brand .brand-symbol {
  height: 48px;
  /* Force symbol to solid white on dark footer */
  filter: brightness(0) invert(1);
}

.footer-brand .brand-name,
.footer-brand .brand-tag {
  color: #ffffff;
}

.footer-brand .brand-name {
  color: #ffd0e6;
}

.footer-brand .brand-tag {
  opacity: 1;
  color: #fff;
}

.footer-brand p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 18rem;
}

.footer-col h3 {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.75rem;
  color: #ffe0ee;
}

.footer-col ul {
  display: grid;
  gap: 0.45rem;
}

.footer-col a {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9rem;
}

.footer-col a:hover {
  color: #fff;
}

.footer-col p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.35rem;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.9rem;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.55rem 0.95rem;
  min-height: 42px;
  border-radius: var(--radius-pill);
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff !important;
  transition: transform 0.2s var(--spring), opacity 0.2s;
}

.social-btn:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

.social-btn:active {
  transform: scale(0.97);
}

.social-instagram {
  background: linear-gradient(45deg, #f09433, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888);
}

.social-whatsapp {
  background: #25d366;
}

.social-whatsapp-channel {
  background: #128c7e;
}

.contact-info .social-btn {
  width: 100%;
}

.float-btn.instagram {
  background: #fff;
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  justify-content: space-between;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.82);
}

.footer-staff-note {
  margin-top: 0.65rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
}

.footer-staff a {
  font-weight: 600;
}

/* Float WhatsApp / Call */
.float-actions {
  position: fixed;
  right: 14px;
  bottom: calc(var(--tab-h) + var(--safe-bottom) + 18px);
  z-index: 110;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: center;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.float-actions.is-hidden-by-footer {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
}

.float-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  background: #fff;
  border: none;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s var(--spring), box-shadow 0.2s ease, opacity 0.2s ease;
}

.float-btn:active {
  transform: scale(0.92);
}

.float-btn img,
.float-btn svg {
  width: 26px;
  height: 26px;
}

/* Single WA icon â†’ splits into Chat + Channel on hover / tap */
.float-wa-cluster {
  position: relative;
  width: 48px;
  height: 48px;
  z-index: 2;
}

/* Invisible hit pad so the mouse can reach the split icons without closing */
.float-wa-cluster::before {
  content: "";
  position: absolute;
  right: -12px;
  bottom: -12px;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  z-index: 0;
  pointer-events: none;
  transition: width 0.15s ease, height 0.15s ease;
}

.float-wa-cluster:hover::before,
.float-wa-cluster:focus-within::before,
.float-wa-cluster.is-open::before {
  width: 130px;
  height: 130px;
  pointer-events: auto;
}

.float-wa-trigger {
  position: relative;
  z-index: 3;
  background: #25d366;
}

.float-wa-menu {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 130px;
  height: 130px;
  z-index: 4;
  pointer-events: none;
}

.float-wa-menu .float-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.55);
  pointer-events: none;
  z-index: 5;
  transition:
    transform 0.28s var(--spring),
    opacity 0.2s ease,
    visibility 0.2s,
    box-shadow 0.2s ease;
}

.float-wa-menu .float-btn.whatsapp {
  background: #25d366;
}

.float-wa-menu .float-btn.whatsapp-channel {
  background: #128c7e;
}

.float-wa-label {
  position: absolute;
  right: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%);
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: rgba(20, 24, 28, 0.88);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.float-wa-cluster:hover .float-wa-trigger,
.float-wa-cluster:focus-within .float-wa-trigger,
.float-wa-cluster.is-open .float-wa-trigger {
  opacity: 0;
  transform: scale(0.7);
  /* Keep in DOM for layout; do not use visibility:hidden (breaks hover bridge) */
  pointer-events: none;
}

.float-wa-cluster:hover .float-wa-menu,
.float-wa-cluster:focus-within .float-wa-menu,
.float-wa-cluster.is-open .float-wa-menu {
  pointer-events: auto;
}

.float-wa-cluster:hover .float-wa-menu .float-btn,
.float-wa-cluster:focus-within .float-wa-menu .float-btn,
.float-wa-cluster.is-open .float-wa-menu .float-btn {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.float-wa-cluster:hover .float-wa-menu .float-btn.whatsapp,
.float-wa-cluster:focus-within .float-wa-menu .float-btn.whatsapp,
.float-wa-cluster.is-open .float-wa-menu .float-btn.whatsapp {
  transform: translate(-58px, -10px) scale(1);
}

.float-wa-cluster:hover .float-wa-menu .float-btn.whatsapp-channel,
.float-wa-cluster:focus-within .float-wa-menu .float-btn.whatsapp-channel,
.float-wa-cluster.is-open .float-wa-menu .float-btn.whatsapp-channel {
  transform: translate(-18px, -58px) scale(1);
}

.float-wa-cluster:hover .float-wa-label,
.float-wa-cluster:focus-within .float-wa-label,
.float-wa-cluster.is-open .float-wa-label {
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  .float-wa-cluster:hover .float-wa-menu .float-btn:hover {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
  }
}

@media (min-width: 900px) {
  body {
    padding-bottom: 0;
  }

  .nav-toggle,
  .nav-drawer,
  .app-tabbar {
    display: none !important;
  }

  .nav-desktop {
    display: flex;
  }

  .header-actions {
    display: flex;
  }

  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr 1fr 0.9fr;
  }

  .float-actions {
    bottom: 24px;
  }
}

/* ==== components.css ==== */
/* Reusable UI components â€” theme pink accents */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.75rem 1.35rem;
  min-height: 48px;
  border-radius: var(--radius-pill);
  border: 2px solid transparent;
  font-weight: 650;
  font-size: 0.95rem;
  cursor: pointer;
  transition: transform 0.2s var(--spring), background 0.2s, box-shadow 0.2s, border-color 0.2s;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.btn:active {
  transform: scale(0.97);
}

.btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}

.btn-primary {
  background: linear-gradient(180deg, #fb7abf, #d63384);
  color: #fff;
  box-shadow: 0 8px 18px rgba(214, 51, 132, 0.28);
}

.btn-primary:hover {
  box-shadow: 0 10px 22px rgba(214, 51, 132, 0.38);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.9);
  border-color: var(--pink-soft);
  color: var(--pink-deep);
}

.btn-ghost {
  background: transparent;
  border-color: var(--line);
  color: var(--muted);
}

.btn-dark {
  background: #2d3338;
  color: #fff;
  border-radius: var(--radius-pill);
  padding: 0.55rem 1.1rem;
  font-size: 0.85rem;
  min-height: 40px;
}

/* Light button on tinted/dark panels */
.btn.btn-primary.btn-inverse,
.btn-inverse {
  background: #fff;
  color: var(--pink-deep);
  box-shadow: var(--shadow-soft);
  border: 2px solid transparent;
}

.btn.btn-primary.btn-inverse:hover,
.btn-inverse:hover {
  box-shadow: var(--shadow-lift);
}

.cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

/* Cards */
.card-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem 1rem;
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  border-top: 3px solid var(--pink);
  font-weight: 650;
  color: var(--ink-on-light);
  min-height: 88px;
  transition: transform 0.25s var(--ease), box-shadow 0.25s;
}

.card-link:hover,
.card-link:active {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lift);
  border-top-color: var(--hot);
}

.category-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.85rem;
  min-height: 100%;
}

.category-card h3 {
  font-size: 1.05rem;
  color: var(--ink);
}

.category-card .card-image {
  width: 100%;
  max-width: 160px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background: transparent;
}

.category-card .card-image img,
.category-card .card-image picture {
  max-height: 140px;
  width: auto;
  margin-inline: auto;
  object-fit: contain;
  background: transparent;
}

.category-card .card-image picture {
  display: contents;
}

.category-card.blue { background: var(--cat-blue); }
.category-card.pink { background: var(--cat-pink); }
.category-card.green { background: var(--cat-green); }
.category-card.grey { background: var(--cat-grey); }

/* Feature / approach pills */
.pill-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.15rem 1rem;
  box-shadow: var(--shadow-soft);
  text-align: center;
  font-weight: 650;
  color: var(--mauve);
  border: 1px solid var(--pink-soft);
}

.approach-card {
  background: linear-gradient(160deg, #fff 0%, var(--pink-wash) 100%);
  border-radius: var(--radius-lg);
  padding: 1.35rem 1rem;
  text-align: center;
  box-shadow: var(--shadow-soft);
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
}

.approach-card-title {
  font-weight: 750;
  font-size: 1.05rem;
  color: var(--mauve);
  line-height: 1.25;
}

.approach-card-subtitle {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.35;
}

/* Book path switch */
.book-rail {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  width: 100%;
  max-width: 400px;
}

.book-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem;
  padding: 0.3rem;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 18px;
  backdrop-filter: blur(12px);
}

.book-switch a,
.book-switch button {
  appearance: none;
  border: none;
  background: transparent;
  color: #fff;
  border-radius: 14px;
  padding: 0.7rem 0.65rem;
  cursor: pointer;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  transition: background 0.2s, color 0.2s, transform 0.2s;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.book-switch a strong,
.book-switch button strong {
  font-size: 0.88rem;
  font-weight: 700;
}

.book-switch a span,
.book-switch button span {
  font-size: 0.72rem;
  opacity: 1;
  color: rgba(255, 255, 255, 0.9);
}

.book-switch a.is-active,
.book-switch button.is-active {
  background: rgba(255, 255, 255, 0.97);
  color: var(--pink-deep);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-shadow: none;
}

.book-switch a.is-active strong,
.book-switch button.is-active strong {
  color: var(--pink-deep);
  text-shadow: none;
}

.book-switch a.is-active span,
.book-switch button.is-active span {
  color: #5a5360;
  opacity: 1;
  text-shadow: none;
}

.book-switch.light {
  background: var(--pink-wash);
  border-color: var(--pink-soft);
}

.book-switch.light a,
.book-switch.light button {
  color: var(--muted);
  text-shadow: none;
}

.book-switch.light a span,
.book-switch.light button span {
  color: #6b6270;
}

.book-switch.light a.is-active,
.book-switch.light button.is-active {
  background: #fff;
  color: var(--pink-deep);
}

.book-switch.light a.is-active strong,
.book-switch.light button.is-active strong {
  color: var(--pink-deep);
}

.book-switch.light a.is-active span,
.book-switch.light button.is-active span {
  color: #555;
}

/* Toast */
.toast {
  position: fixed;
  left: 50%;
  bottom: calc(var(--tab-h) + var(--safe-bottom) + 20px);
  transform: translateX(-50%) translateY(20px);
  background: var(--mauve);
  color: #fff;
  padding: 0.85rem 1.25rem;
  border-radius: var(--radius-pill);
  font-size: 0.88rem;
  font-weight: 600;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s, transform 0.25s;
  max-width: min(90vw, 360px);
  text-align: center;
  box-shadow: var(--shadow-card);
}

.toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

@media (min-width: 900px) {
  .toast {
    bottom: 28px;
  }
}

/* ==== pages.css ==== */
/* Page sections â€” homepage & content (AmeeraWellnessr look) */

.hero {
  position: relative;
  min-height: calc(100dvh - var(--header-h) - var(--tab-h) - 1rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  color: #fff;
  overflow: hidden;
  margin: 0.65rem;
  border-radius: var(--radius-xl);
  background: #2a1f2d;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.5));
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding: 1.5rem 1.25rem 1.75rem;
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
}

.hero-panel {
  padding: 1.35rem 1.2rem 1.45rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

.hero h1 {
  font-size: clamp(2rem, 8vw, 3.2rem);
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 0.55rem;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.hero .lead {
  font-size: 0.98rem;
  color: #fff;
  opacity: 1;
  margin-bottom: 1.15rem;
  max-width: 28rem;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}

.hero .eyebrow {
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  border-color: rgba(255, 255, 255, 0.35);
  text-shadow: none;
}

.page-hero {
  background: var(--header-grad);
  padding: 2rem 0 1.75rem;
  border-radius: 0 0 var(--radius-xl) var(--radius-xl);
  margin-bottom: 0.5rem;
}

.page-hero h1 {
  font-size: clamp(1.65rem, 5vw, 2.35rem);
  color: #111;
  letter-spacing: -0.02em;
  margin-bottom: 0.45rem;
}

.page-hero p {
  color: rgba(0, 0, 0, 0.65);
  max-width: 36rem;
}

/* Grids */
.offer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.offer-grid .card-link:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  max-width: 280px;
  margin-inline: auto;
  width: 100%;
}

.audience-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.split {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.split-copy .detail-list {
  display: grid;
  gap: 0.85rem;
}

.detail-item {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.1rem 1.15rem;
  box-shadow: var(--shadow-soft);
  border-left: 4px solid var(--pink);
}

.detail-item h3 {
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
  color: var(--ink-on-light);
}

.detail-item p {
  font-size: 0.92rem;
  color: var(--muted-on-light);
}

.split-media {
  display: flex;
  justify-content: center;
  min-height: 12rem;
  background: transparent;
}

.split-media picture {
  display: contents;
}

.split-media img {
  max-height: 360px;
  width: auto;
  height: auto;
  margin-inline: auto;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 12px 28px rgba(65, 43, 71, 0.12));
}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.approach-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.about-card {
  background: #fff;
  padding: 1.75rem 1.35rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  border-top: 4px solid var(--hot);
  max-width: 860px;
  margin-inline: auto;
}

.about-card h2 {
  text-align: center;
  font-size: clamp(1.4rem, 4vw, 1.85rem);
  margin-bottom: 0.85rem;
  color: var(--ink-on-light);
}

.about-lead {
  font-size: 1.08rem;
  font-weight: 650;
  color: var(--ink-on-light);
  margin-bottom: 0.85rem;
}

.about-card p {
  margin-bottom: 0.85rem;
  color: var(--text-on-light);
}

.about-card ul {
  margin: 0.5rem 0 1rem 1.1rem;
  list-style: disc;
  color: var(--text-on-light);
}

.about-card li {
  margin-bottom: 0.35rem;
}

.about-closing {
  font-weight: 600;
  color: var(--mauve);
}

.pro-invite {
  background: linear-gradient(135deg, #412b47 0%, #7b4d74 55%, #d63384 120%);
  color: #fff;
  border-radius: var(--radius-xl);
  padding: 1.75rem 1.35rem;
  box-shadow: var(--shadow-card);
}

.pro-invite h2 {
  font-size: clamp(1.35rem, 4vw, 1.75rem);
  margin: 0.5rem 0 0.55rem;
  color: #fff;
}

.pro-invite p {
  color: #fff;
  margin-bottom: 1.15rem;
  max-width: 32rem;
}

.pro-invite .eyebrow {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

/* Homepage FAQ (kept here so index can skip treatment-page.css) */
.tx-faq {
  display: grid;
  gap: 0.65rem;
  max-width: 42rem;
}

.tx-faq-item {
  border-radius: var(--radius);
  border: 1px solid rgba(214, 51, 132, 0.12);
  background: rgba(255, 255, 255, 0.82);
  overflow: hidden;
}

.tx-faq-item summary {
  padding: 1rem 1.15rem;
  font-weight: 650;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  color: var(--mauve);
}

.tx-faq-item summary::-webkit-details-marker {
  display: none;
}

.tx-faq-item summary::after {
  content: "+";
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--pink-deep);
  transition: transform var(--dur) var(--ease);
}

.tx-faq-item[open] summary::after {
  transform: rotate(45deg);
}

.tx-faq-item .tx-faq-body {
  padding: 0 1.15rem 1rem;
  line-height: 1.6;
  color: var(--text-on-light);
}

.contact-layout {
  display: grid;
  gap: 1.25rem;
}

.contact-info {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 1.35rem;
  box-shadow: var(--shadow-soft);
}

.contact-info h3 {
  margin-bottom: 1rem;
  color: var(--ink);
}

.info-row {
  margin-bottom: 0.95rem;
}

.info-row .label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pink-deep);
  margin-bottom: 0.2rem;
}

.info-row a {
  color: var(--ink);
  font-weight: 550;
}

.info-row a:hover {
  color: var(--pink-deep);
}

@media (min-width: 640px) {
  .audience-grid {
    grid-template-columns: 1fr 1fr;
  }

  .offer-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .offer-grid .card-link:last-child:nth-child(odd) {
    grid-column: auto;
    max-width: none;
  }
}

@media (min-width: 900px) {
  .hero {
    margin: 1rem auto;
    width: min(100% - 2rem, var(--max));
    min-height: min(78dvh, 640px);
    justify-content: center;
  }

  .hero-inner {
    padding: 3rem 2rem;
  }

  .hero-panel {
    max-width: 480px;
  }

  .split {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2.5rem;
  }

  .split.reverse {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .split.reverse .split-media {
    order: -1;
  }

  .feature-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .approach-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .contact-layout {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: start;
  }

  .about-card {
    padding: 2.5rem;
  }
}

/* ==== mobile.css ==== */
/* Mobile polish â€” iPhone Pro safe areas + app shell */

@media (max-width: 899px) {
  .header-inner {
    min-height: 56px;
    width: min(100% - 1rem, var(--max));
    padding-inline: 0.15rem;
  }

  .brand {
    padding: 0.22rem 0.6rem 0.22rem 0.28rem;
    gap: 0.45rem;
  }

  .brand-symbol {
    height: 40px;
  }

  .brand-name {
    font-size: 1.22rem;
  }

  .brand-tag {
    font-size: 0.58rem;
    letter-spacing: 0.24em;
  }

  .section {
    padding: var(--space-6) 0;
  }

  .btn {
    width: 100%;
  }

  .cta-group {
    flex-direction: column;
  }

  .cta-group .btn {
    width: 100%;
  }

  .hero .cta-group .btn,
  .book-rail .btn {
    width: 100%;
  }

  .float-actions {
    right: 10px;
    bottom: calc(var(--tab-h) + var(--safe-bottom) + 12px);
    transform: scale(0.88);
    transform-origin: bottom right;
  }

  .site-header {
    padding-left: max(0.5rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.5rem, env(safe-area-inset-right, 0px));
  }

  body {
    padding-bottom: calc(var(--tab-h) + var(--safe-bottom));
  }

  main {
    padding-bottom: 0.75rem;
  }

  .page-hero {
    padding: 1.5rem 0 1.35rem;
  }

  .wizard-nav {
    flex-direction: column-reverse;
  }

  .wizard-nav .btn {
    width: 100%;
  }

  .booking-aside {
    position: sticky;
    top: calc(var(--header-h) + var(--safe-top) + 4px);
    z-index: 5;
  }

  .progress-steps {
    margin: 0 -0.25rem;
    padding-inline: 0.25rem;
  }

  .site-footer {
    padding-bottom: calc(var(--space-5) + 0.5rem);
  }
}

/* iPhone Pro / Dynamic Island widths */
@media (max-width: 430px) {
  .app-tabbar a {
    font-size: 0.55rem;
    gap: 0.1rem;
  }

  .app-tabbar a svg {
    width: 20px;
    height: 20px;
  }

  .app-tabbar a.tab-book .tab-fab {
    width: 42px;
    height: 42px;
    margin-top: -12px;
  }

  .hero {
    margin: 0.5rem;
    border-radius: 22px;
  }
}

@media (max-width: 380px) {
  .offer-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .brand-text {
    max-width: none;
  }
}

/* Desktop: restore inline CTAs */
@media (min-width: 900px) {
  .cta-group {
    flex-direction: row;
  }

  .btn {
    width: auto;
  }
}

/* Keep compact action buttons usable on phone pages */
@media (max-width: 899px) {
  .mw-main .btn,
  .challenge-actions .btn,
  .pdf-card-content .btn,
  .hero-actions .btn,
  .support-card .btn {
    width: 100%;
  }

  .gallery-filters .filter-btn,
  .difficulty-filters .filter-btn,
  .mood-buttons .filter-btn,
  .cw-btn,
  .tool-btn,
  .chip-btn,
  .theme-pill,
  .prompt-pill,
  .entry-btn {
    width: auto;
  }

  .scrapbook-shell .tool-btn.primary,
  .scrapbook-shell .upload-pill {
    width: 100%;
  }
}

/* ==== footer.css ==== */
/* Footer styles live only in css/footer.css (linked after home.css / injected by chrome.js). */
/* Do not re-embed footer rules here — they drift and cause inconsistent footers. */

/* ==== chrome.css ==== */
/* Shared chrome â€” loads last so legacy page CSS cannot restyle header / tab bar */

/* Bottom tab bar â€” must stay a horizontal 5-tab row on mobile */
nav.app-tabbar {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: space-around !important;
  gap: 2px !important;
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 120 !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 6px 4px calc(8px + var(--safe-bottom, 0px)) !important;
  border-radius: 18px 18px 0 0 !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border: none !important;
  border-top: 1px solid rgba(249, 201, 224, 0.9) !important;
  box-shadow: 0 -8px 28px rgba(65, 43, 71, 0.12) !important;
  text-align: center !important;
  transform: none !important;
  filter: none !important;
}

nav.app-tabbar a {
  flex: 1 1 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.12rem !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0.15rem 0.1rem !important;
  font-size: 0.58rem !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  color: var(--muted, #555) !important;
  text-decoration: none !important;
  text-align: center !important;
  border-radius: 14px !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

nav.app-tabbar a > span:not(.tab-fab) {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  line-height: 1.1 !important;
  margin: 0 !important;
  padding: 0 !important;
}

nav.app-tabbar a svg {
  width: 22px !important;
  height: 22px !important;
  stroke-width: 1.85;
  flex-shrink: 0 !important;
  display: block !important;
  margin: 0 auto !important;
}

nav.app-tabbar a.is-active {
  color: var(--pink-deep, #d63384) !important;
  background: var(--accent-soft, #fce7f3) !important;
}

nav.app-tabbar a.tab-book {
  color: var(--pink-deep, #d63384) !important;
  background: transparent !important;
}

nav.app-tabbar a.tab-book .tab-fab {
  width: 44px !important;
  height: 44px !important;
  margin: -14px 0 0 !important;
  border-radius: 50% !important;
  display: grid !important;
  place-items: center !important;
  background: linear-gradient(180deg, #fb7abf, #d63384) !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(214, 51, 132, 0.4) !important;
}

nav.app-tabbar a.tab-book .tab-fab svg {
  width: 22px !important;
  height: 22px !important;
  stroke: #fff !important;
}

nav.app-tabbar a.tab-book span.label {
  margin-top: 0.05rem !important;
  color: var(--pink-deep, #d63384) !important;
}

@media (max-width: 430px) {
  nav.app-tabbar a {
    font-size: 0.55rem !important;
  }

  nav.app-tabbar a svg {
    width: 20px !important;
    height: 20px !important;
  }

  nav.app-tabbar a.tab-book .tab-fab {
    width: 42px !important;
    height: 42px !important;
    margin-top: -12px !important;
  }
}

@media (min-width: 900px) {
  nav.app-tabbar {
    display: none !important;
  }
}

header.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--header-grad);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding-top: var(--safe-top);
  font-family: Montserrat, "Segoe UI", Tahoma, sans-serif !important;
}

header.site-header .brand-name {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
}

header.site-header .brand-tag,
header.site-header .nav-desktop a,
header.site-header .nav-drawer a,
header.site-header .nav-drawer .drawer-section-label,
header.site-header .btn.btn-primary {
  font-family: Montserrat, "Segoe UI", Tahoma, sans-serif !important;
}

header.site-header .btn.btn-primary.btn-book,
.nav-drawer a.btn.btn-primary.drawer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.75rem 1.35rem;
  min-height: 48px;
  border-radius: var(--radius-pill);
  border: 2px solid transparent;
  font-weight: 650;
  font-size: 0.95rem;
  line-height: 1.2;
  background: linear-gradient(180deg, #fb7abf, #d63384);
  color: #fff;
  box-shadow: 0 8px 18px rgba(214, 51, 132, 0.28);
  text-decoration: none;
  white-space: nowrap;
  transform: none;
  cursor: pointer;
}

header.site-header .btn.btn-primary.btn-book:hover,
.nav-drawer a.btn.btn-primary.drawer-cta:hover {
  box-shadow: 0 10px 22px rgba(214, 51, 132, 0.38);
  transform: none;
  color: #fff;
}

@media (min-width: 900px) {
  header.site-header .header-actions .btn.btn-primary.btn-book {
    min-height: 44px;
    padding: 0.55rem 1.2rem;
    font-size: 0.88rem;
  }
}

@media (min-width: 1100px) {
  header.site-header .header-actions .btn.btn-primary.btn-book {
    padding: 0.5rem 0.9rem;
    font-size: 0.8rem;
  }
}

header.site-header .header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 1px solid rgba(65, 43, 71, 0.12);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.65);
  color: var(--mauve);
  cursor: pointer;
  transition: background-color 0.25s var(--ease), border-color 0.25s var(--ease), color 0.25s var(--ease);
}

.theme-toggle svg {
  width: 1.15rem;
  height: 1.15rem;
  stroke-width: 1.75;
}

.theme-toggle:hover {
  background: rgba(244, 146, 198, 0.18);
  border-color: rgba(214, 51, 132, 0.25);
}

/* UI consistency sync — floats (keep in sync with layout.css) */
.float-actions { pointer-events: none; }
.float-actions > *,
.float-actions .float-wa-cluster { pointer-events: auto; }
.float-actions.is-hidden-by-footer,
.float-actions.is-hidden-by-footer > *,
.float-actions.is-hidden-by-footer .float-wa-cluster {
  pointer-events: none;
}
.float-btn {
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 8px 22px rgba(31, 36, 40, 0.2);
  color: #333;
}
.float-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(31, 36, 40, 0.26);
}
.float-btn:focus-visible {
  outline: 2px solid var(--pink-deep, #d63384);
  outline-offset: 3px;
}
.float-btn.instagram { color: #c13584; }
.float-btn.call {
  background: linear-gradient(180deg, #fb7abf, #d63384);
  color: #fff;
  border-color: transparent;
}
.float-btn.call svg { stroke: #fff; }
html, body { overflow-x: clip; }
