/* ===========================================================
   MEDIva Healthcare Solutions — production stylesheet
   Palette: pink #f4789a / #e35b83 · ink #173042 · cloud #fbf4f6
   Fonts: Newsreader (serif display) + Plus Jakarta Sans (UI)
   =========================================================== */

:root {
  --pink: #f4789a;
  --pink-deep: #e35b83;
  --pink-soft: #fff2f6;
  --pink-tint: #fbf4f6;
  --ink: #173042;
  --ink-2: #1c4a5d;
  --slate: #5b7280;
  --slate-2: #7d909c;
  --line: rgba(23, 48, 66, .08);
  --green: #3c7d5a;
  --green-2: #2f6f4f;
  --wa: #25d366;
  --shadow-sm: 0 8px 30px rgba(23, 48, 66, .06);
  --shadow-md: 0 16px 40px rgba(23, 48, 66, .12);
  --shadow-lg: 0 30px 70px rgba(23, 48, 66, .16);
  --maxw: 1240px;
  --maxw-narrow: 1080px;
  --serif: 'Newsreader', Georgia, serif;
  --sans: 'Plus Jakarta Sans', system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { margin: 0; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }

/* ---------- layout primitives ---------- */
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.container-narrow { max-width: var(--maxw-narrow); margin: 0 auto; padding: 0 28px; }
.section { padding: 90px 0; }
.section-sm { padding: 64px 0; }
.bg-tint { background: var(--pink-tint); }
.bg-ink { background: var(--ink); }
.text-center { text-align: center; }
.measure { max-width: 680px; margin-left: auto; margin-right: auto; }
.measure-wide { max-width: 720px; margin-left: auto; margin-right: auto; }

.eyebrow {
  display: inline-block;
  font-weight: 700; font-size: 13px;
  letter-spacing: 1.8px; text-transform: uppercase;
  color: var(--pink-deep); margin-bottom: 14px;
}
.eyebrow.on-dark { color: #ffc2d4; }
.eyebrow.on-green { color: #b8e6c8; }

.display {
  font-family: var(--serif); font-weight: 500; letter-spacing: -.5px;
  line-height: 1.1; color: var(--ink);
}
h1.display { font-size: clamp(38px, 5.4vw, 60px); line-height: 1.05; letter-spacing: -1px; }
h2.display { font-size: clamp(30px, 3.6vw, 44px); }
h3.display { font-size: clamp(24px, 2.6vw, 32px); }
.display .italic { font-style: italic; color: var(--pink-deep); }
.on-dark { color: #fff; }
.on-dark .italic { color: #ffc2d4; }
.lead { font-size: 18px; line-height: 1.7; color: var(--slate); }
.lead.on-dark { color: #d4e0e6; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--sans); font-weight: 700; font-size: 15px;
  padding: 14px 24px; border-radius: 13px; border: none;
  cursor: pointer; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s;
  white-space: nowrap;
}
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--pink), var(--pink-deep)); box-shadow: 0 10px 26px rgba(227, 91, 131, .34); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(227, 91, 131, .44); }
.btn-white { color: var(--pink-deep); background: #fff; box-shadow: 0 12px 30px rgba(0, 0, 0, .12); }
.btn-white:hover { transform: translateY(-2px); }
.btn-ghost { color: #fff; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .24); }
.btn-ghost:hover { background: rgba(255, 255, 255, .18); }
.btn-ink { color: var(--ink); background: #fff; }
.btn-block { width: 100%; justify-content: center; }
.btn-lg { padding: 15px 28px; font-size: 15.5px; }

/* ---------- header / nav ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  transition: background .25s, box-shadow .25s, padding .25s;
  background: rgba(255, 255, 255, .9); box-shadow: 0 4px 24px rgba(23, 48, 66, .08);
  -webkit-backdrop-filter: saturate(140%) blur(10px); backdrop-filter: saturate(140%) blur(10px);
}
.site-header.transparent { background: transparent; box-shadow: none; }
.nav {
  max-width: var(--maxw); margin: 0 auto; padding: 15px 28px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px;
  transition: padding .25s;
}
.site-header.scrolled .nav { padding: 9px 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; justify-self: start; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 13px; flex: none;
  background: linear-gradient(140deg, var(--pink), var(--pink-deep) 60%, #d94f7c);
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 18px rgba(227, 91, 131, .35);
}
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: var(--sans); font-weight: 800; font-size: 22px; letter-spacing: -.5px; color: var(--ink); }
.brand-name .accent { color: var(--pink); }
.brand-sub { font-weight: 600; font-size: 8.5px; letter-spacing: 2.4px; text-transform: uppercase; color: var(--slate-2); margin-top: 3px; }
.site-header.transparent .brand-name { color: #fff; }
.site-header.transparent .brand-sub { color: rgba(255, 255, 255, .7); }

.nav-menu { justify-self: center; display: flex; align-items: center; gap: 2px; }
.nav-item { position: relative; }
.nav-link {
  position: relative; display: inline-flex; align-items: center; gap: 5px;
  padding: 9px 12px; font-weight: 600; font-size: 14.5px; color: var(--ink);
  text-decoration: none; border-radius: 9px; white-space: nowrap;
}
.site-header.transparent .nav-link { color: rgba(255, 255, 255, .92); }
.nav-link .caret { font-size: 9px; opacity: .6; }
.nav-link::after {
  content: ""; position: absolute; left: 12px; right: 12px; bottom: 4px;
  height: 2px; background: var(--pink); border-radius: 2px;
  transform: scaleX(0); transform-origin: left; transition: transform .22s;
}
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.nav-link.active { color: var(--pink-deep); }

.nav-drop {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(8px);
  padding-top: 10px; opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .18s, transform .18s, visibility .18s;
}
.nav-item:hover .nav-drop { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); pointer-events: auto; }
.nav-drop-inner {
  background: #fff; border-radius: 16px; box-shadow: 0 18px 50px rgba(23, 48, 66, .16);
  border: 1px solid rgba(23, 48, 66, .07); padding: 8px; min-width: 250px;
}
.nav-drop a {
  display: block; padding: 11px 14px; border-radius: 10px;
  font-weight: 600; font-size: 14px; color: var(--ink); text-decoration: none;
  transition: background .15s, color .15s;
}
.nav-drop a:hover { background: var(--pink-soft); color: var(--pink-deep); }

.nav-actions { justify-self: end; display: flex; align-items: center; gap: 10px; }
.nav-wa {
  width: 42px; height: 42px; border-radius: 11px; display: none;
  align-items: center; justify-content: center;
  background: rgba(37, 211, 102, .13); border: 1px solid rgba(37, 211, 102, .27);
}
.burger { display: none; border: none; background: transparent; cursor: pointer; padding: 8px; }
.burger span { display: block; width: 24px; height: 2.5px; background: var(--ink); border-radius: 2px; margin: 5px 0; transition: background .2s; }
.site-header.transparent .burger span { background: #fff; }

.mobile-menu { display: none; background: #fff; border-top: 1px solid var(--line); padding: 12px 20px 22px; box-shadow: var(--shadow-md); }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; padding: 13px 8px; font-weight: 700; font-size: 16px; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--line); }
.mobile-menu .btn { margin-top: 16px; }

@media (max-width: 1080px) {
  .nav-menu { display: none; }
  .burger { display: block; }
  .nav .btn-book { display: none; }
  .nav-wa { display: inline-flex; }
}

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; padding: 150px 0 90px; background: var(--ink); }
.hero-page { padding: 128px 0 72px; }
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.hero::before { top: -180px; right: -120px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(244, 120, 154, .42), transparent 66%); }
.hero::after { bottom: -220px; left: -140px; width: 540px; height: 540px; background: radial-gradient(circle, rgba(91, 180, 210, .28), transparent 66%); }
.hero > .container, .hero > .container-narrow { position: relative; z-index: 2; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero-photo { width: 100%; height: 460px; border-radius: 26px; background-size: cover; background-position: center; box-shadow: 0 30px 70px rgba(0, 0, 0, .35); }

.badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(244, 120, 154, .18); border: 1px solid rgba(244, 120, 154, .3);
  border-radius: 40px; padding: 7px 15px; margin-bottom: 18px;
  font-size: 12.5px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: #ffc2d4;
}
.badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--pink); }
.badge.lower { text-transform: none; letter-spacing: .4px; font-weight: 600; color: #e7eef1; background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .16); }

.hero-cta { display: flex; gap: 13px; flex-wrap: wrap; margin-top: 34px; }
.hero-trust { display: flex; align-items: center; gap: 16px; margin-top: 34px; }
.avatars { display: flex; }
.avatars span { width: 38px; height: 38px; border-radius: 50%; border: 2px solid var(--ink-2); }
.avatars span + span { margin-left: -12px; }

.float-card { position: absolute; background: #fff; border-radius: 16px; padding: 14px 18px; box-shadow: 0 16px 40px rgba(0, 0, 0, .22); }

/* ---------- counters band ---------- */
.counters { background: #112733; }
.counters-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 30px 0; }
.counter { text-align: center; }
.counter:not(:last-child) { border-right: 1px solid rgba(255, 255, 255, .08); }
.counter .num { font-family: var(--serif); font-weight: 500; font-size: 40px; color: #fff; }
.counter .lbl { font-size: 13px; color: #9fb0bb; letter-spacing: .3px; }

/* ---------- grids & cards ---------- */
.grid { display: grid; gap: 22px; }
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-4 { grid-template-columns: repeat(4, 1fr); }
.cols-5 { grid-template-columns: repeat(5, 1fr); }
.gap-sm { gap: 14px; }
.gap-md { gap: 16px; }

.card { background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow-sm); }
.card-pad { padding: 30px; }

.svc-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s; text-decoration: none; display: block; }
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.svc-media { height: 180px; position: relative; display: flex; align-items: flex-end; padding: 22px; background-size: cover; background-position: center; }
.svc-media .icon { position: relative; width: 54px; height: 54px; border-radius: 15px; background: rgba(255, 255, 255, .95); display: inline-flex; align-items: center; justify-content: center; }
.svc-body { padding: 26px; }
.svc-body h3 { font-size: 21px; font-weight: 800; color: var(--ink); margin-bottom: 10px; }
.svc-body p { font-size: 14.5px; line-height: 1.65; color: var(--slate); margin-bottom: 16px; }
.svc-link { font-weight: 700; font-size: 14.5px; color: var(--pink-deep); }
.svc-card:hover .arrow { transform: translateX(4px); }
.arrow { display: inline-block; transition: transform .2s; }

.feature { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 24px; }
.feature .thumb { width: 54px; height: 54px; border-radius: 13px; margin-bottom: 14px; background-size: cover; background-position: center; box-shadow: 0 6px 16px rgba(23, 48, 66, .14); }
.feature .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--pink-soft); display: inline-flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 14px; }
.feature h4 { font-size: 16px; font-weight: 800; color: var(--ink); margin-bottom: 7px; }
.feature p { font-size: 13.5px; line-height: 1.6; color: var(--slate); }

.treat-card { background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1); border-radius: 16px; padding: 22px 20px; text-decoration: none; display: block; transition: background .22s, border-color .22s, transform .22s, box-shadow .22s; }
.treat-card .emoji { font-size: 26px; margin-bottom: 14px; }
.treat-card h4 { font-size: 15.5px; font-weight: 700; color: #fff; margin-bottom: 6px; line-height: 1.3; }
.treat-card span { font-size: 13px; color: #9fb0bb; }
.treat-card:hover { background: #fff; border-color: var(--pink); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.treat-card:hover h4, .treat-card:hover span { color: var(--ink); }

/* on light treatment grid (medical tourism) */
.treat-card.light { background: #fff; border-color: var(--line); }
.treat-card.light h4 { color: var(--ink); }
.treat-card.light span { color: var(--slate-2); }
.treat-card.light:hover { box-shadow: var(--shadow-md); }
.treat-card .go { opacity: 0; transform: translateX(-4px); display: inline-block; transition: all .2s; color: var(--pink-deep); }
.treat-card:hover .go { opacity: 1; transform: translateX(0); }

/* ---------- split / band ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split-photo { width: 100%; height: 420px; border-radius: 24px; background-size: cover; background-position: center; box-shadow: var(--shadow-lg); }
.checklist { display: flex; flex-direction: column; gap: 12px; }
.checklist li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: var(--ink); }
.checklist .tick { color: var(--pink-deep); font-weight: 800; }
.checklist.on-dark li { color: #dde7ec; }
.checklist.on-dark .tick { color: #ffc2d4; }

.cta-band { border-radius: 26px; padding: 56px 40px; text-align: center; background: linear-gradient(135deg, var(--pink), var(--pink-deep)); }
.panel-band { background: linear-gradient(135deg, #14313e, var(--ink-2)); border-radius: 26px; padding: 48px; }

/* ---------- body map ---------- */
.bodymap { background: linear-gradient(180deg, #fbf4f6, #fff); }
.bodymap-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 40px; align-items: center; }
.figure-wrap { display: flex; justify-content: center; }
.figure { position: relative; width: 300px; height: 660px; flex: none; }
.figure-glow { position: absolute; inset: -10% -22% 2%; background: radial-gradient(ellipse at 50% 40%, rgba(244, 120, 154, .16), transparent 60%); }
.figure svg { position: absolute; inset: 0; filter: drop-shadow(0 22px 34px rgba(23, 48, 66, .18)); }
.hot { position: absolute; transform: translate(-50%, -50%); text-decoration: none; display: flex; align-items: center; justify-content: center; }
.hot:hover { z-index: 40; }
.blob { border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: transform .32s cubic-bezier(.34, 1.56, .64, 1), background .3s; background: radial-gradient(circle, rgba(244, 120, 154, .34), rgba(244, 120, 154, .12) 65%, transparent 78%); }
.hot:hover .blob { transform: scale(1.32); background: radial-gradient(circle, rgba(244, 120, 154, .55), rgba(244, 120, 154, .24) 60%, transparent 80%); }
.node { width: 12px; height: 12px; border-radius: 50%; background: var(--pink); border: 2.5px solid #fff; animation: bmpulse 2.6s infinite; transition: transform .3s; }
.hot:hover .node { transform: scale(1.25); background: var(--pink-deep); }
@keyframes bmpulse { 0% { box-shadow: 0 0 0 0 rgba(244, 120, 154, .55); } 70% { box-shadow: 0 0 0 9px rgba(244, 120, 154, 0); } 100% { box-shadow: 0 0 0 0 rgba(244, 120, 154, 0); } }
.hot .tip { position: absolute; top: -38px; left: 50%; transform: translateX(-50%) translateY(6px); white-space: nowrap; background: var(--ink); color: #fff; font-weight: 700; font-size: 12px; padding: 6px 11px; border-radius: 9px; opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; box-shadow: 0 8px 20px rgba(23, 48, 66, .25); }
.hot .tip::after { content: ""; position: absolute; bottom: -5px; left: 50%; transform: translateX(-50%) rotate(45deg); width: 9px; height: 9px; background: var(--ink); }
.hot:hover .tip { opacity: 1; transform: translateX(-50%) translateY(0); }
.figure-hint { position: absolute; left: 50%; bottom: -14px; transform: translateX(-50%); background: #fff; border: 1px solid var(--line); box-shadow: 0 8px 22px rgba(23, 48, 66, .1); border-radius: 40px; padding: 8px 16px; font-size: 12.5px; font-weight: 600; color: var(--slate); white-space: nowrap; }

.sys-group { margin-bottom: 22px; }
.sys-group h4 { font-weight: 800; font-size: 12px; letter-spacing: 1.6px; text-transform: uppercase; color: #b3899a; margin-bottom: 10px; padding-left: 2px; }
.sys-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.syschip { display: flex; align-items: center; gap: 10px; background: #faf6f7; border: 1.5px solid rgba(23, 48, 66, .07); border-radius: 13px; padding: 12px 14px; text-decoration: none; transition: all .18s; }
.syschip .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--pink); flex: none; }
.syschip span.t { font-weight: 600; font-size: 14px; color: var(--ink); flex: 1; line-height: 1.25; }
.syschip .go { color: var(--pink-deep); font-weight: 800; opacity: 0; transform: translateX(-4px); transition: all .18s; }
.syschip:hover { background: #fff; border-color: var(--pink); box-shadow: 0 6px 18px rgba(23, 48, 66, .08); transform: translateX(3px); }
.syschip:hover .go { opacity: 1; transform: translateX(0); }

/* ---------- testimonials ---------- */
.quote-card { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 30px; box-shadow: var(--shadow-sm); }
.stars { color: var(--pink); font-size: 18px; margin-bottom: 14px; letter-spacing: 1px; }
.quote-card p { font-family: var(--serif); font-size: 18px; line-height: 1.55; color: #2a4452; margin-bottom: 22px; font-style: italic; }
.quote-who { display: flex; align-items: center; gap: 12px; }
.quote-av { width: 44px; height: 44px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; font-size: 16px; }
.quote-who .nm { font-weight: 700; font-size: 14.5px; color: var(--ink); }
.quote-who .mt { font-size: 13px; color: var(--slate-2); }

/* ---------- pro strip ---------- */
.pro-strip { background: linear-gradient(135deg, #14313e, var(--ink-2)); border-radius: 26px; padding: 48px; display: flex; justify-content: space-between; align-items: center; gap: 32px; flex-wrap: wrap; }

/* ---------- footer ---------- */
.site-footer { background: #112733; color: #cdd9e0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 44px; padding-top: 72px; }
.footer-col h5 { font-weight: 700; font-size: 13px; letter-spacing: 1.4px; text-transform: uppercase; color: var(--pink); margin-bottom: 18px; }
.footer-col a { display: block; padding: 7px 0; font-size: 14.5px; color: #b6c4cd; text-decoration: none; }
.footer-col a:hover { color: #fff; }
.footer-about p { font-size: 14.5px; line-height: 1.7; color: #9fb0bb; max-width: 320px; margin: 18px 0 20px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 40px; height: 40px; border-radius: 10px; background: rgba(255, 255, 255, .07); display: inline-flex; align-items: center; justify-content: center; }
.footer-social a:hover { background: rgba(255, 255, 255, .14); }
.footer-disclaimer { margin-top: 50px; padding: 22px; border: 1px solid rgba(255, 255, 255, .08); background: rgba(0, 0, 0, .12); border-radius: 14px; }
.footer-disclaimer p { font-size: 12.5px; line-height: 1.7; color: #7d909c; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; padding: 24px 0 32px; margin-top: 28px; border-top: 1px solid rgba(255, 255, 255, .08); }
.footer-bottom .copy { font-size: 13px; color: #6f8390; }
.footer-bottom nav { display: flex; gap: 22px; }
.footer-bottom nav a { font-size: 13px; color: #8195a1; text-decoration: none; }

/* ---------- contact channels ---------- */
.chan { background: #faf6f7; border: 1.5px solid rgba(23, 48, 66, .07); border-radius: 20px; padding: 30px; transition: all .22s; display: block; text-decoration: none; }
.chan:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--pink); }
.chan .ic { width: 50px; height: 50px; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.chan h3 { font-size: 17px; font-weight: 800; color: var(--ink); margin-bottom: 6px; }
.chan p { font-size: 14.5px; color: var(--slate); margin-bottom: 8px; }
.chan .val { font-weight: 700; font-size: 15px; color: var(--pink-deep); word-break: break-word; }

/* ---------- enquiry / forms ---------- */
.form-card { background: #fff; border-radius: 24px; box-shadow: var(--shadow-md); border: 1px solid var(--line); padding: 36px; }
.field { width: 100%; border: 1.5px solid rgba(23, 48, 66, .14); border-radius: 12px; padding: 13px 15px; font-family: var(--sans); font-size: 14.5px; color: var(--ink); background: #fff; }
.field:focus { outline: none; border-color: var(--pink); box-shadow: 0 0 0 3px rgba(244, 120, 154, .15); }
textarea.field { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-bottom: 13px; }
.form-error { color: #d63b6a; font-size: 13px; font-weight: 600; margin-bottom: 10px; }
.form-note { text-align: center; font-size: 12.5px; color: var(--slate-2); margin-top: 13px; }
.form-note a { color: var(--pink-deep); font-weight: 700; text-decoration: none; }
.form-success { text-align: center; padding: 24px 6px; }
.form-success .ok { width: 70px; height: 70px; border-radius: 50%; background: #eafaf0; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 18px; }

/* ---------- body-part detail ---------- */
.tagchip { font-size: 13.5px; font-weight: 600; color: var(--pink-deep); background: #fff; border: 1px solid rgba(227, 91, 131, .25); padding: 7px 14px; border-radius: 30px; }
.ail-card { display: flex; align-items: flex-start; gap: 13px; background: #faf6f7; border: 1px solid var(--line); border-radius: 16px; padding: 20px; }
.ail-card .plus { width: 30px; height: 30px; border-radius: 9px; background: var(--pink-soft); color: var(--pink-deep); flex: none; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; }
.ail-card span.t { font-size: 15px; font-weight: 600; color: #2a4452; line-height: 1.45; }
.neglect { background: linear-gradient(135deg, #2a1620, #3a1d2b); }
.neg-card { background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 154, 182, .2); border-radius: 18px; padding: 24px; }
.neg-card .ic { width: 40px; height: 40px; border-radius: 11px; background: rgba(244, 120, 154, .18); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.neg-card p { font-size: 15px; line-height: 1.6; color: #f3dde4; }
.svc2-card { display: flex; align-items: flex-start; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 22px; }
.svc2-card .tick { width: 36px; height: 36px; border-radius: 10px; background: linear-gradient(135deg, var(--pink), var(--pink-deep)); flex: none; display: inline-flex; align-items: center; justify-content: center; }
.svc2-card span.t { font-size: 15.5px; font-weight: 600; color: #2a4452; line-height: 1.5; }

/* ---------- step / journey ---------- */
.step { display: flex; gap: 22px; align-items: flex-start; background: #faf6f7; border: 1px solid var(--line); border-radius: 18px; padding: 26px 28px; transition: all .22s; }
.step:hover { background: #fff; box-shadow: var(--shadow-md); transform: translateX(4px); }
.step .num { width: 52px; height: 52px; border-radius: 14px; background: linear-gradient(135deg, var(--pink), var(--pink-deep)); color: #fff; font-weight: 800; font-size: 20px; display: inline-flex; align-items: center; justify-content: center; flex: none; box-shadow: 0 8px 18px rgba(227, 91, 131, .3); }
.step h3 { font-size: 20px; font-weight: 800; color: var(--ink); margin-bottom: 6px; }
.step p { font-size: 15px; line-height: 1.65; color: var(--slate); }
.jcard { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 26px; }
.jcard .badge-num { width: 40px; height: 40px; border-radius: 11px; background: linear-gradient(135deg, var(--pink), var(--pink-deep)); color: #fff; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; margin-right: 12px; }
.jcard .num-serif { font-family: var(--serif); font-size: 30px; color: var(--pink-deep); font-weight: 500; margin-bottom: 8px; }

/* ---------- cost table ---------- */
.cost-table { background: #fff; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-sm); }
.cost-row { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; padding: 18px 24px; align-items: center; }
.cost-row.head { background: #14313e; color: #fff; font-weight: 700; font-size: 13.5px; }
.cost-row:not(.head) { border-top: 1px solid var(--line); }
.cost-row .name { font-weight: 700; font-size: 15px; color: var(--ink); }
.cost-row .west { text-align: right; font-size: 14.5px; color: #94a3ac; text-decoration: line-through; }
.cost-row .india { text-align: right; font-size: 15px; font-weight: 700; color: var(--ink); }
.cost-row .save-wrap { text-align: right; }
.cost-row .save { font-size: 13px; font-weight: 800; color: #1aa84d; background: #eafaf0; padding: 5px 11px; border-radius: 20px; }

/* ---------- chat widget ---------- */
.chat-launch { position: fixed; right: 22px; bottom: 22px; z-index: 1200; display: flex; align-items: center; gap: 10px; border: none; cursor: pointer; background: #fff; padding: 9px 16px 9px 10px; border-radius: 40px; box-shadow: 0 12px 34px rgba(23, 48, 66, .22); animation: pop .3s ease; }
.chat-launch .ic { width: 40px; height: 40px; border-radius: 50%; background: var(--wa); display: inline-flex; align-items: center; justify-content: center; animation: wapulse 2.4s infinite; }
.chat-launch .lbl { font-weight: 700; font-size: 14px; color: var(--ink); }
@keyframes wapulse { 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); } }
@keyframes pop { from { transform: scale(.6); opacity: 0; } to { transform: scale(1); opacity: 1; } }
@keyframes slideup { from { transform: translateY(24px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }

.chat-panel { position: fixed; right: 22px; bottom: 22px; z-index: 1300; width: 370px; max-width: calc(100vw - 28px); height: 540px; max-height: calc(100vh - 44px); background: #fff; border-radius: 22px; box-shadow: 0 24px 70px rgba(23, 48, 66, .32); display: flex; flex-direction: column; overflow: hidden; animation: slideup .28s ease; }
.chat-head { background: linear-gradient(135deg, #173042, #1d4357); padding: 18px 20px; display: flex; align-items: center; gap: 12px; }
.chat-head .av { width: 42px; height: 42px; border-radius: 13px; background: linear-gradient(140deg, var(--pink), #d94f7c); display: inline-flex; align-items: center; justify-content: center; flex: none; }
.chat-head .nm { font-weight: 800; font-size: 16px; color: #fff; }
.chat-head .st { font-size: 12px; color: #8fd9a8; display: flex; align-items: center; gap: 5px; }
.chat-head .st .dot { width: 7px; height: 7px; border-radius: 50%; background: #41d67e; }
.chat-head .x { margin-left: auto; border: none; background: rgba(255, 255, 255, .12); cursor: pointer; width: 32px; height: 32px; border-radius: 9px; color: #fff; font-size: 18px; }
.chat-body { flex: 1; overflow-y: auto; padding: 18px; background: #f7f4f3; display: flex; flex-direction: column; gap: 12px; }
.msg { max-width: 84%; }
.msg .bubble { padding: 11px 14px; font-size: 14px; line-height: 1.55; box-shadow: 0 2px 8px rgba(23, 48, 66, .06); }
.msg.bot { align-self: flex-start; }
.msg.bot .bubble { background: #fff; color: #243b48; border-radius: 4px 16px 16px 16px; }
.msg.user { align-self: flex-end; }
.msg.user .bubble { background: linear-gradient(135deg, var(--pink), var(--pink-deep)); color: #fff; border-radius: 16px 4px 16px 16px; }
.msg-ctas { margin-top: 8px; display: flex; flex-direction: column; gap: 7px; }
.msg-ctas button { cursor: pointer; text-align: left; padding: 10px 13px; border-radius: 11px; font-family: var(--sans); font-weight: 700; font-size: 13.5px; border: 1.5px solid; }
.cta-wa { border-color: var(--wa); background: #eafaf0; color: #1aa84d; }
.cta-book { border-color: rgba(244, 120, 154, .5); background: var(--pink-soft); color: var(--pink-deep); }
.chat-foot { padding: 12px; background: #fff; border-top: 1px solid var(--line); }
.quick { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 10px; }
.quick button { cursor: pointer; border: 1.5px solid rgba(23, 48, 66, .12); background: #fff; color: var(--ink); padding: 7px 12px; border-radius: 40px; font-family: var(--sans); font-weight: 600; font-size: 12.5px; transition: all .15s; }
.quick button:hover { background: var(--pink-soft); border-color: var(--pink); color: var(--pink-deep); }
.chat-input { display: flex; gap: 8px; }
.chat-input input { flex: 1; border: 1.5px solid rgba(23, 48, 66, .14); border-radius: 12px; padding: 11px 13px; font-family: var(--sans); font-size: 14px; color: var(--ink); }
.chat-input input:focus { outline: none; border-color: var(--pink); }
.chat-input button { border: none; cursor: pointer; width: 44px; border-radius: 12px; background: var(--wa); display: inline-flex; align-items: center; justify-content: center; }
.hidden { display: none !important; }

/* ---------- booking modal ---------- */
.modal-backdrop { position: fixed; inset: 0; z-index: 1400; background: rgba(17, 39, 51, .55); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); display: flex; align-items: center; justify-content: center; padding: 20px; overflow-y: auto; }
.modal { background: #fff; border-radius: 26px; width: 920px; max-width: 100%; overflow: hidden; box-shadow: 0 40px 100px rgba(0, 0, 0, .4); display: grid; grid-template-columns: 340px 1fr; animation: slideup .3s ease; margin: auto; }
.modal-aside { background: linear-gradient(160deg, #173042, #214c63); padding: 40px 34px; color: #fff; }
.modal-aside h3 { font-family: var(--serif); font-weight: 500; font-size: 32px; line-height: 1.12; margin-bottom: 16px; }
.modal-aside p { font-size: 14.5px; line-height: 1.7; color: #c6d3da; margin-bottom: 28px; }
.modal-main { padding: 32px 34px; max-height: 88vh; overflow-y: auto; }
.modal-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 20px; }
.modal-head h3 { font-family: var(--serif); font-weight: 500; font-size: 26px; color: var(--ink); }
.modal-head .x { border: none; background: #f1ecee; cursor: pointer; width: 34px; height: 34px; border-radius: 10px; color: var(--ink); font-size: 17px; flex: none; }
.slot-label { font-weight: 700; font-size: 13px; color: var(--ink); margin-bottom: 9px; }
.date-row { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 6px; margin-bottom: 16px; }
.date-btn { flex: none; cursor: pointer; border: 1.5px solid rgba(23, 48, 66, .14); background: #fff; color: var(--ink); border-radius: 13px; padding: 10px 12px; min-width: 62px; text-align: center; font-family: var(--sans); }
.date-btn.sel { border-color: var(--pink-deep); background: linear-gradient(135deg, var(--pink), var(--pink-deep)); color: #fff; }
.date-btn .dow { font-size: 11px; font-weight: 600; opacity: .75; }
.date-btn .day { font-size: 19px; font-weight: 800; margin: 2px 0; }
.date-btn .mon { font-size: 11px; opacity: .75; }
.slot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-bottom: 20px; }
.slot { cursor: pointer; border: 1.5px solid rgba(23, 48, 66, .14); background: #fff; color: var(--ink); border-radius: 11px; padding: 11px 8px; font-family: var(--sans); font-weight: 700; font-size: 13.5px; transition: all .15s; }
.slot:hover:not(:disabled) { border-color: var(--pink); color: var(--pink-deep); }
.slot.sel { border-color: var(--pink-deep); background: linear-gradient(135deg, var(--pink), var(--pink-deep)); color: #fff; }
.slot:disabled { cursor: not-allowed; background: #f4f1f2; color: #aeb8be; text-decoration: line-through; }

/* ---------- responsive ---------- */
@media (max-width: 940px) {
  .hero-grid, .split, .bodymap-grid { grid-template-columns: 1fr; gap: 48px; }
  .cols-3, .cols-4, .cols-5 { grid-template-columns: 1fr 1fr; }
  .counters-grid { grid-template-columns: 1fr 1fr; }
  .counter:nth-child(2) { border-right: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .modal { grid-template-columns: 1fr; }
  .modal-aside { display: none; }
}
@media (max-width: 620px) {
  .section { padding: 64px 0; }
  .cols-2, .cols-3, .cols-4, .cols-5 { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .counters-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .sys-list { grid-template-columns: 1fr; }
  .cost-row { grid-template-columns: 1fr 1fr; row-gap: 6px; }
  .cost-row.head { display: none; }
  .pro-strip { padding: 32px; }
  h1.display { font-size: 36px; }
}
