/* Klinik Iris — public website. Design tokens ported from the template. */
:root {
  --coral: #F0685C;
  --coral-dark: #E2544A;
  --coral-deep: #B03A34;
  --lav: #7365e8;
  --teal: #1fa88b;
  --blue: #3f8fd8;
  --amber: #d9962e;
  --cream: #FDF8F4;
  --pink-1: #FBE9E4;
  --pink-2: #FBEEE9;
  --pink-3: #F9DCD4;
  --pink-4: #F9DDD5;
  --ink: #2A2A2A;
  --ink-2: #4A4A4A;
  --ink-3: #6B5F5A;
  --line: #F2D5CB;
  --line-2: #EFCDC2;
  --shadow: 0 6px 16px rgba(240,104,92,0.4);
  --shadow-sm: 0 4px 12px rgba(240,104,92,0.35);
  --wrap: 1240px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
.wrap { max-width: var(--wrap); margin: 0 auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px; justify-content: center;
  border-radius: 999px; font-weight: 600; font-size: 14px; padding: 12px 24px;
  cursor: pointer; border: none; transition: background .18s, color .18s, transform .18s, box-shadow .18s;
  font-family: inherit;
}
.btn svg { flex-shrink: 0; }
.btn-primary { background: var(--coral); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--coral-dark); transform: translateY(-1px); }
.btn-outline { background: #fff; color: var(--coral); border: 1.5px solid var(--coral); }
.btn-outline:hover { background: #FDF0ED; }
.btn-stack { flex-direction: column; align-items: flex-start; line-height: 1.25; gap: 1px; }
.btn-stack .lo { font-size: 11px; opacity: .9; font-weight: 500; }
.btn-lg { padding: 13px 26px; }

/* ---------- Header ---------- */
.site-header {
  padding: 12px 20px; background: var(--pink-1); position: sticky; top: 0; z-index: 50;
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  max-width: 1200px; margin: 0 auto;
}
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.header-cta { white-space: nowrap; flex-shrink: 0; }
.brand .brand-name { font-size: 21px; font-weight: 800; letter-spacing: .5px; color: var(--coral); line-height: 1.15; }
.brand .brand-tag { font-size: 9.5px; font-weight: 600; letter-spacing: 2.2px; color: var(--coral-deep); }
.brand .col { display: flex; flex-direction: column; line-height: 1.15; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { font-size: 14px; font-weight: 500; color: #3A3A3A; transition: color .15s; white-space: nowrap; }
.main-nav a:hover { color: var(--coral); }
.main-nav a.active { color: var(--coral); font-weight: 600; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; color: var(--coral); }

/* ---------- Sections & cards ---------- */
section { }
.section { padding: 44px 48px 0; }
.panel { background: var(--pink-2); border-radius: 18px; padding: 32px 28px; }
.eyebrow {
  display: inline-block; background: var(--coral); color: #fff; font-size: 12px; font-weight: 700;
  letter-spacing: 1.5px; padding: 8px 18px; border-radius: 999px;
}
.h-section { text-align: center; font-size: 24px; font-weight: 700; letter-spacing: .5px; }
.sub-section { text-align: center; font-size: 14px; color: var(--ink-3); margin-top: 8px; }
.coral { color: var(--coral); }

/* ---------- Hero ---------- */
.hero {
  display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 20px;
  background: linear-gradient(135deg, var(--pink-1) 0%, var(--pink-3) 100%);
  padding: 40px 0 0 48px; position: relative;
}
.hero-copy { padding-bottom: 48px; }
.hero h1 { margin: 18px 0 0; font-size: 52px; font-weight: 700; line-height: 1.12; letter-spacing: -.5px; }
.hero h1 .ink { color: var(--ink); }
.hero p.lead { margin: 18px 0 0; font-size: 16.5px; color: var(--ink-2); line-height: 1.7; max-width: 440px; }
.hero-badges {
  display: flex; margin-top: 28px; background: rgba(255,255,255,0.55);
  border-radius: 14px; padding: 16px 0; max-width: 520px;
}
.hero-badge {
  flex: 1; display: flex; flex-direction: column; align-items: center; gap: 7px;
  text-align: center; padding: 0 10px; font-size: 11.5px; font-weight: 600; line-height: 1.4;
}
.hero-badge + .hero-badge { border-left: 1px solid var(--line-2); }
.hero-badge svg { color: var(--coral); }
.hero-cta { display: flex; gap: 16px; margin-top: 28px; flex-wrap: wrap; }
.hero-art { position: relative; align-self: end; }
.hero-art img { width: 100%; max-width: 560px; margin: 0 auto; }
.hero-badge-round {
  position: absolute; right: 36px; bottom: 26px; width: 128px; height: 128px; border-radius: 50%;
  background: rgba(253,243,240,0.92); border: 1.5px solid var(--coral);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
  text-align: center; font-size: 10.5px; font-weight: 700; color: var(--coral-dark); line-height: 1.5; padding: 10px;
}

/* ---------- Two-column info cards ---------- */
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.info-card {
  background: var(--pink-2); border-radius: 18px; padding: 28px;
  display: grid; grid-template-columns: 1fr 170px; gap: 18px; align-items: center;
}
.info-card h2 { margin: 0 0 16px; font-size: 19px; font-weight: 700; letter-spacing: .5px; color: var(--coral); }
.info-card p { margin: 0 0 14px; font-size: 13.5px; color: var(--ink-2); line-height: 1.8; }
.info-card p:last-child { margin-bottom: 0; }
.info-card .side-img { width: 170px; height: 190px; object-fit: cover; border-radius: 14px; background: #fff; }
.check-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.check-list li { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: var(--ink-2); }
.check-list li svg { flex-shrink: 0; color: var(--coral); }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 16px; }
.step {
  position: relative; background: #fff; border: 1px solid #F4DCD4; border-radius: 14px;
  padding: 34px 16px 20px; text-align: center;
}
.step .num {
  position: absolute; top: 12px; left: 12px; width: 26px; height: 26px; border-radius: 50%;
  background: var(--coral); color: #fff; font-size: 13px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.step .ico { height: 44px; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; color: var(--coral); }
.step h3 { margin: 0 0 8px; font-size: 13px; font-weight: 700; letter-spacing: 1px; color: var(--coral-dark); }
.step p { margin: 0; font-size: 12px; color: var(--ink-3); line-height: 1.65; }

/* ---------- Benefits band ---------- */
.benefits {
  background: var(--pink-4); border-radius: 18px; padding: 24px 28px;
  display: grid; grid-template-columns: 1.1fr 1fr 1fr 1fr 1fr; align-items: center; gap: 12px;
}
.benefits h2 { margin: 0; font-size: 19px; font-weight: 700; line-height: 1.4; color: var(--coral-dark); }
.benefit { display: flex; align-items: center; gap: 10px; border-left: 1px solid #EBBFB3; padding-left: 16px; }
.benefit svg { flex-shrink: 0; color: var(--coral); }
.benefit span { font-size: 12.5px; font-weight: 600; line-height: 1.45; }

/* ---------- Why choose ---------- */
.why-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.why { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; padding: 8px; }
.why + .why { border-left: 1px solid var(--line); }
.why .ring {
  width: 62px; height: 62px; border-radius: 50%; border: 1.5px solid var(--coral); background: #FDF3F0;
  display: flex; align-items: center; justify-content: center; color: var(--coral);
}
.why span { font-size: 12.5px; font-weight: 600; line-height: 1.5; }

/* ---------- CTA band ---------- */
.cta-band {
  background: var(--coral); border-radius: 20px; padding: 26px;
  display: grid; grid-template-columns: 210px 1fr auto auto; gap: 24px; align-items: center; color: #fff;
}
.cta-band .cta-img { width: 210px; height: 130px; object-fit: cover; border-radius: 14px; }
.cta-band h2 { margin: 0 0 8px; font-size: 25px; font-weight: 700; }
.cta-band p { margin: 0; font-size: 14px; opacity: .92; line-height: 1.6; }
.cta-contact { display: flex; align-items: center; gap: 11px; background: #fff; border-radius: 14px; padding: 13px 22px; }
.cta-contact:hover { background: #FDECE8; }
.cta-contact .col { display: flex; flex-direction: column; line-height: 1.3; }
.cta-contact .t { font-size: 14.5px; font-weight: 700; color: var(--ink); }
.cta-contact .s { font-size: 11.5px; color: var(--ink-3); }

/* ---------- Trust strip ---------- */
.trust { display: flex; justify-content: center; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 10px; padding: 0 30px; }
.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-item svg { flex-shrink: 0; color: var(--coral); }
.trust-item span { font-size: 12.5px; font-weight: 600; line-height: 1.45; }

/* ---------- Contact / request form ---------- */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: stretch; }
.contact-info { background: var(--pink-2); border-radius: 18px; padding: 32px 28px; display: flex; flex-direction: column; }
.ci-note { display: flex; align-items: flex-start; gap: 12px; margin-top: 24px; padding: 14px 16px; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.ci-note-ic { color: var(--coral); flex-shrink: 0; display: flex; margin-top: 1px; }
.ci-note span:last-child { font-size: 13px; color: var(--ink-2); line-height: 1.6; font-weight: 500; }
.ci-note b { color: var(--ink); font-weight: 700; }
.ci-social { margin-top: auto; padding-top: 24px; }
.ci-social-label { font-size: 11.5px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase; color: var(--ink-3); }
.ci-social-icons { display: flex; gap: 10px; margin-top: 12px; }
.ci-social-icons a { width: 42px; height: 42px; border-radius: 50%; background: #fff; border: 1px solid var(--line); color: var(--coral); display: flex; align-items: center; justify-content: center; transition: background .15s, color .15s, transform .15s; }
.ci-social-icons a:hover { background: var(--coral); color: #fff; border-color: var(--coral); transform: translateY(-2px); }
.contact-info h2 { font-size: 22px; font-weight: 700; margin-bottom: 6px; }
.contact-info p.intro { font-size: 13.5px; color: var(--ink-3); line-height: 1.7; margin-bottom: 20px; }
.contact-line { display: flex; align-items: center; gap: 12px; font-size: 13.5px; color: var(--ink-2); margin-bottom: 14px; }
.contact-line svg { flex-shrink: 0; color: var(--coral); }
.form-card { background: #fff; border: 1px solid #F4DCD4; border-radius: 18px; padding: 30px 28px; }
.form-card h2 { font-size: 20px; font-weight: 700; margin-bottom: 4px; }
.form-card p.sub { font-size: 13px; color: var(--ink-3); margin-bottom: 18px; }
.field { margin-bottom: 14px; }
.field label { display: block; font-size: 12px; font-weight: 600; color: var(--ink-2); margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; border: 1.5px solid var(--line); border-radius: 12px; padding: 12px 14px;
  font-family: inherit; font-size: 14px; color: var(--ink); background: var(--cream); outline: none;
  transition: border-color .15s;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--coral); }
.field textarea { resize: vertical; min-height: 96px; }
.form-note { font-size: 11.5px; color: var(--ink-3); margin-top: 10px; text-align: center; }
.alert { border-radius: 12px; padding: 13px 16px; font-size: 13.5px; font-weight: 600; margin-bottom: 18px; }
.alert-ok { background: #E7F6EF; color: #1E7A55; border: 1px solid #BFE6D4; }
.alert-err { background: #FDECEA; color: var(--coral-deep); border: 1px solid #F5C6C0; }

/* ---------- Booking form (Tempah Temujanji) ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid .full { grid-column: 1 / -1; }
@media (max-width: 620px) { .form-grid { grid-template-columns: 1fr; } }
.booking-form { padding: 34px 34px 30px; }
.form-section-title { font-size: 16px; font-weight: 800; color: var(--coral); letter-spacing: .2px; margin: 0 0 14px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.field-hint { font-size: 11.5px; color: var(--ink-3); font-weight: 600; margin-top: 6px; }
.phone-row { display: grid; grid-template-columns: 118px 1fr; gap: 10px; }
.consent { margin: 24px 0 8px; display: flex; flex-direction: column; gap: 12px; padding: 18px 20px; background: var(--cream); border: 1px solid var(--line); border-radius: 14px; }
.consent-line { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--ink-2); font-weight: 500; line-height: 1.5; cursor: pointer; }
.consent-line input { width: 17px; height: 17px; margin-top: 1px; accent-color: var(--coral); flex-shrink: 0; cursor: pointer; }
.consent-line .link { color: var(--coral); font-weight: 700; text-decoration: underline; }
@media (max-width: 620px) {
  .booking-form { padding: 24px 20px; }
  .phone-row { grid-template-columns: 100px 1fr; }
}

/* ---------- Blog ---------- */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-card {
  background: #fff; border: 1px solid #F4DCD4; border-radius: 16px; overflow: hidden;
  display: flex; flex-direction: column; transition: transform .18s, box-shadow .18s;
}
.post-card:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(240,104,92,0.18); }
.post-thumb { height: 150px; background: linear-gradient(135deg, var(--pink-3), var(--coral)); display: flex; align-items: center; justify-content: center; color: #fff; }
.post-thumb svg { opacity: .9; }
.post-body { padding: 20px 22px; display: flex; flex-direction: column; flex: 1; }
.post-cat { align-self: flex-start; background: var(--pink-2); color: var(--coral); font-size: 11px; font-weight: 700; letter-spacing: .5px; padding: 4px 12px; border-radius: 999px; margin-bottom: 12px; }
.post-card h3 { font-size: 16px; font-weight: 700; line-height: 1.35; margin-bottom: 8px; }
.post-card p { font-size: 13px; color: var(--ink-3); line-height: 1.65; flex: 1; }
.post-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; font-size: 12px; color: var(--ink-3); }
.post-meta .more { color: var(--coral); font-weight: 600; }

/* ---------- Article ---------- */
.article { max-width: 780px; margin: 0 auto; background: #fff; border: 1px solid #F4DCD4; border-radius: 18px; padding: 40px 44px; }
.article .post-cat { margin-bottom: 16px; }
.article h1 { font-size: 32px; font-weight: 700; line-height: 1.25; margin-bottom: 10px; }
.article .byline { font-size: 13px; color: var(--ink-3); margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.article .content p { font-size: 15px; color: var(--ink-2); line-height: 1.85; margin-bottom: 16px; }
.article .content strong { color: var(--ink); }
.back-link { display: inline-flex; align-items: center; gap: 7px; color: var(--coral); font-weight: 600; font-size: 14px; margin-bottom: 20px; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { background: linear-gradient(135deg, var(--pink-1) 0%, var(--pink-3) 100%); padding: 40px 48px; text-align: center; }
.page-hero h1 { font-size: 40px; font-weight: 700; letter-spacing: -.5px; margin-top: 12px; }
.page-hero p { font-size: 15.5px; color: var(--ink-2); margin-top: 12px; max-width: 620px; margin-left: auto; margin-right: auto; line-height: 1.7; }

/* ---------- Footer ---------- */
.site-footer { background: var(--pink-1); border-top: 1px solid var(--line); padding: 26px 48px; margin-top: 44px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.3fr 1fr; align-items: center; gap: 24px; }
.footer-grid .fb-title { font-size: 18px; font-weight: 800; color: var(--coral); }
.footer-grid .fb-sub { font-size: 11px; color: var(--ink-3); }
.footer-mid p.strong { margin: 0; font-size: 14px; font-weight: 700; }
.footer-mid p.small { margin: 4px 0 0; font-size: 12.5px; color: var(--ink-3); }
.footer-contact { justify-self: end; display: flex; flex-direction: column; gap: 8px; }
.footer-contact span { display: flex; align-items: center; gap: 9px; font-size: 12.5px; color: var(--ink-2); }
.footer-contact svg { flex-shrink: 0; color: var(--coral); }
.footer-bottom { text-align: center; font-size: 12px; color: var(--ink-3); padding: 18px 48px 0; margin: 18px auto 0; border-top: 1px solid var(--line); max-width: var(--wrap); }

/* ---------- Floating WhatsApp ---------- */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 60;
  width: 58px; height: 58px; border-radius: 50%; background: #25D366; color: #fff;
  display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 22px rgba(37,211,102,.45);
  transition: transform .18s;
}
.wa-float:hover { transform: scale(1.06); }

/* spacing helper for stacked sections */
.mt { margin-top: 24px; }

/* =====================================================================
   REDESIGN COMPONENTS (homepage matching the reference design)
   ===================================================================== */

/* Photo placeholder (until real photos are dropped into assets/img) */
.ph-photo { background: linear-gradient(135deg, #F9DCD4, #F3B9AC); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: #B84A3E; width: 100%; height: 100%; }
.ph-photo .ico { opacity: .9; }
.ph-photo .cap { font-size: 12px; font-weight: 600; letter-spacing: .3px; }

/* Header dropdown */
.main-nav .has-drop { position: relative; }
.main-nav .has-drop > a { display: inline-flex; align-items: center; gap: 5px; cursor: pointer; }
.main-nav .drop {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  padding-top: 12px;                 /* transparent bridge — keeps hover across the gap */
  min-width: 230px; opacity: 0; visibility: hidden; transition: opacity .16s ease; z-index: 40;
}
/* stays open while hovering the trigger OR the menu itself */
.main-nav .has-drop:hover .drop,
.main-nav .drop:hover { opacity: 1; visibility: visible; }
.main-nav .drop-inner {
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  box-shadow: 0 14px 34px rgba(210,80,70,.16); padding: 8px;
}
.main-nav .drop a { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 9px; font-size: 13.5px; font-weight: 500; color: var(--ink-2); }
.main-nav .drop a:hover { background: var(--pink-2); color: var(--coral); }
.main-nav .drop .di { display: flex; color: var(--coral); }

/* Hero — homepage. Full-width gradient, content constrained to a centered 2-col wrap. */
.hero-home { background: linear-gradient(135deg, #FDF3EF 0%, #FBE7E0 100%); position: relative; overflow: hidden; }
.hero-inner {
  max-width: 1220px; margin: 0 auto; padding: 46px 48px 0;
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 46px; align-items: center; min-height: 560px;
}
.hero-copy { max-width: 620px; }
/* clamp keeps "Penjagaan Kesihatan" on one line (2 lines total) and scales down on small screens */
.hero-home h1 { font-size: clamp(30px, 3.7vw, 50px); line-height: 1.08; font-weight: 800; letter-spacing: -1px; margin: 0; white-space: nowrap; }
.hero-home h1 .ink { color: var(--ink); }
.hero-home h1 .coral { color: var(--coral); }
.hero-tagline { margin: 20px 0 0; font-size: 16.5px; font-weight: 600; color: var(--ink); }
.hero-tagline .dot { color: var(--coral); font-weight: 800; margin: 0 7px; }
.hero-stats { display: flex; gap: 26px; margin-top: 26px; flex-wrap: wrap; }
.hero-stat { display: flex; align-items: center; gap: 10px; }
.hero-stat .si { width: 34px; height: 34px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; color: var(--coral); }
.hero-stat .st { line-height: 1.3; }
.hero-stat .st b { display: block; font-size: 13.5px; font-weight: 700; color: var(--ink); }
.hero-stat .st span { font-size: 12px; color: var(--ink-3); font-weight: 500; }
.hero-home .hero-cta { margin-top: 30px; }

/* Hero image — sits directly on the hero background (no frame) */
.hero-photo { position: relative; min-height: 520px; align-self: stretch; }
.hero-photo img {
  position: absolute; z-index: 2; right: -30px; bottom: -46px; height: calc(100% + 46px);
  width: auto; max-width: none; pointer-events: none;
  filter: drop-shadow(-6px 12px 22px rgba(176,58,52,.16));
}
.hero-photo .hero-card {  /* floating trust card, top-left */
  position: absolute; z-index: 3; top: 26px; left: 26px;
  background: rgba(255,255,255,.95); backdrop-filter: blur(4px);
  border-radius: 16px; padding: 13px 16px; display: flex; align-items: center; gap: 12px;
  box-shadow: 0 14px 30px rgba(176,58,52,.2);
}
.hero-photo .hero-card .hc-ic { width: 42px; height: 42px; border-radius: 12px; background: rgba(240,104,92,.14); display: flex; align-items: center; justify-content: center; color: var(--coral); flex-shrink: 0; }
.hero-photo .hero-card .hc-t { font-size: 13.5px; font-weight: 800; color: var(--ink); line-height: 1.2; }
.hero-photo .hero-card .hc-s { font-size: 11.5px; color: var(--ink-3); font-weight: 500; }
.hero-photo .hero-badge2 {  /* small "open now" pill, bottom-left */
  position: absolute; z-index: 3; left: 26px; bottom: 26px;
  background: #fff; border-radius: 999px; padding: 10px 16px; display: flex; align-items: center; gap: 8px;
  font-size: 12.5px; font-weight: 700; color: var(--ink); box-shadow: 0 10px 24px rgba(176,58,52,.18);
}
.hero-photo .hero-badge2 .g-dot { width: 8px; height: 8px; border-radius: 50%; background: #2fbf6b; box-shadow: 0 0 0 3px rgba(47,191,107,.2); }

/* ---- Hero polish: background depth, glow, motion (no content change) ---- */
.hero-home::before {  /* soft coral orb, top-right */
  content: ""; position: absolute; z-index: 0; width: 460px; height: 460px; border-radius: 50%;
  background: radial-gradient(circle, rgba(240,104,92,.13), rgba(240,104,92,0) 68%);
  top: -170px; right: -70px; pointer-events: none;
}
.hero-home::after {  /* soft coral orb, bottom-left */
  content: ""; position: absolute; z-index: 0; width: 380px; height: 380px; border-radius: 50%;
  background: radial-gradient(circle, rgba(240,104,92,.10), rgba(240,104,92,0) 68%);
  bottom: -180px; left: -110px; pointer-events: none;
}
.hero-inner { position: relative; z-index: 1; }
.hero-photo::before {  /* warm glow grounding the mother & baby */
  content: ""; position: absolute; z-index: 1; width: 118%; height: 84%;
  right: -8%; bottom: -4%; border-radius: 46% 54% 50% 50% / 55% 55% 45% 45%;
  background: radial-gradient(ellipse at 60% 55%, rgba(240,104,92,.16), rgba(240,104,92,0) 62%);
  pointer-events: none;
}
.hero-photo .hero-card { border: 1px solid rgba(255,255,255,.7); }

/* gentle staggered entrance */
@keyframes heroRise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes heroFade { from { opacity: 0; } to { opacity: 1; } }
.hero-copy h1,
.hero-copy .hero-tagline,
.hero-copy .hero-stats,
.hero-copy .hero-cta { animation: heroRise .65s cubic-bezier(.22,.61,.36,1) both; }
.hero-copy .hero-tagline { animation-delay: .10s; }
.hero-copy .hero-stats  { animation-delay: .18s; }
.hero-copy .hero-cta    { animation-delay: .26s; }
.hero-photo img         { animation: heroFade .9s ease both; animation-delay: .12s; }
.hero-photo .hero-card  { animation: heroRise .6s ease both; animation-delay: .5s; }
.hero-photo .hero-badge2{ animation: heroRise .6s ease both; animation-delay: .62s; }
@media (prefers-reduced-motion: reduce) {
  .hero-copy h1, .hero-copy .hero-tagline, .hero-copy .hero-stats, .hero-copy .hero-cta,
  .hero-photo img, .hero-photo .hero-card, .hero-photo .hero-badge2 { animation: none; }
}

/* Section headings */
.h-center { text-align: center; font-size: 30px; font-weight: 800; letter-spacing: -.3px; }
.h-center .coral { color: var(--coral); }
.h-left { font-size: 26px; font-weight: 800; letter-spacing: -.2px; }
.h-left .coral { color: var(--coral); }
.section-lead { text-align: center; color: var(--ink-3); font-size: 14.5px; margin-top: 8px; }

/* Popular service cards */
.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 32px; }
.svc-card { background: #fff; border: 1px solid #F1DFD8; border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 6px 18px rgba(210,110,95,.07); transition: transform .18s, box-shadow .18s; }
.svc-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(210,110,95,.18); }
.svc-top { position: relative; height: 172px; overflow: hidden; }
.svc-top img, .svc-top .ph-photo { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.svc-card:hover .svc-top img { transform: scale(1.05); }
.svc-top::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0) 55%, rgba(0,0,0,.14)); pointer-events: none; }
.svc-badge { position: absolute; z-index: 2; left: 18px; bottom: 16px; width: 46px; height: 46px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; box-shadow: 0 6px 16px rgba(0,0,0,.28); border: 2px solid rgba(255,255,255,.9); }
.svc-body { padding: 32px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.svc-body h3 { font-size: 17px; font-weight: 700; margin-bottom: 12px; }
.svc-list { list-style: none; display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; flex: 1; }
.svc-list li { position: relative; padding-left: 16px; font-size: 13px; color: var(--ink-2); font-weight: 500; }
.svc-list li::before { content: ""; position: absolute; left: 0; top: 7px; width: 6px; height: 6px; border-radius: 50%; background: var(--coral); }
.svc-cta { display: block; text-align: center; background: var(--coral); color: #fff; border-radius: 10px; padding: 11px; font-size: 13.5px; font-weight: 600; transition: background .15s; }
.svc-cta:hover { background: var(--coral-dark); }

/* Why families band */
.why-band { background: linear-gradient(120deg, #FBE7E0, #F9DAD1); border-radius: 20px; padding: 26px 30px; display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr; align-items: center; gap: 14px; }
.why-band h2 { font-size: 22px; font-weight: 800; line-height: 1.25; }
.why-band h2 .coral { color: var(--coral); }
.wb-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 9px; padding: 0 8px; border-left: 1px solid rgba(224,84,74,.18); }
.wb-item .wi { width: 44px; height: 44px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; color: var(--coral); box-shadow: 0 4px 10px rgba(224,84,74,.14); }
.wb-item span { font-size: 12.5px; font-weight: 600; line-height: 1.4; }

/* Feature cards (weight loss + nebulizer) */
.feat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.feat { border-radius: 20px; padding: 26px; display: grid; grid-template-columns: 1fr 262px; gap: 26px; align-items: stretch; position: relative; overflow: hidden; }
.feat > div:first-child { align-self: center; }
.feat.pink { background: linear-gradient(120deg, #FCE1DB, #FAD3CA); }
.feat.plain { background: #FBEFEA; }
.feat h3 { font-size: 23px; font-weight: 800; line-height: 1.2; margin-bottom: 16px; }
.feat-list { list-style: none; display: flex; flex-direction: column; gap: 9px; margin-bottom: 20px; }
.feat-list li { display: flex; align-items: center; gap: 9px; font-size: 13.5px; font-weight: 500; color: var(--ink-2); }
.feat-list li svg { color: var(--coral); flex-shrink: 0; }
.feat-media { position: relative; width: 262px; min-height: 220px; border-radius: 18px; overflow: hidden; border: 5px solid #fff; box-shadow: 0 16px 34px rgba(150,70,55,.18); }
.feat-media img, .feat-media .ph-photo { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.feat:hover .feat-media img { transform: scale(1.05); }
.feat-tag { position: absolute; top: -8px; right: -8px; width: 84px; height: 84px; border-radius: 50%; background: #fff; border: 1.5px solid var(--coral); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; font-size: 10px; font-weight: 700; color: var(--coral-dark); line-height: 1.35; }

/* Testimonials */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 30px; }
.testi { background: #fff; border: 1px solid #F1DFD8; border-radius: 16px; padding: 24px; box-shadow: 0 6px 16px rgba(210,110,95,.06); }
.testi-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.stars { display: flex; gap: 2px; color: #FBB03B; }
.testi p { font-size: 13.5px; color: var(--ink-2); line-height: 1.7; font-style: italic; margin-bottom: 16px; }
.testi .who { font-size: 13.5px; font-weight: 700; }
.testi .when { font-size: 12px; color: var(--ink-3); }

/* Panel logos */
.panels { text-align: center; }
.panel-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 16px; margin-top: 28px; }
.panel-logo { background: #fff; border: 1px solid #F1E4DE; border-radius: 12px; box-shadow: 0 4px 14px rgba(120,80,70,.06); height: 62px; width: 138px; display: flex; align-items: center; justify-content: center; padding: 10px 16px; transition: transform .2s ease, box-shadow .2s ease; }
.panel-logo:hover { transform: translateY(-3px); box-shadow: 0 10px 22px rgba(120,80,70,.12); }
.panel-logo img { max-height: 40px; max-width: 100%; width: auto; object-fit: contain; display: block; }
@media (max-width: 560px) { .panel-logo { width: 118px; height: 56px; } }

/* Services detail — alternating large-image rows */
.svc-detail-list { display: flex; flex-direction: column; gap: 56px; }
.svc-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; scroll-margin-top: 90px; }
.svc-detail.rev .svc-d-photo { order: 2; }
.svc-d-photo { position: relative; }
.svc-d-photo img { width: 100%; height: 360px; object-fit: cover; border-radius: 22px; box-shadow: 0 22px 44px rgba(210,110,95,.20); display: block; }
.svc-d-tag { position: absolute; left: 22px; bottom: -20px; width: 52px; height: 52px; border-radius: 15px; display: flex; align-items: center; justify-content: center; color: #fff; box-shadow: 0 8px 18px rgba(0,0,0,.2); border: 3px solid #fff; }
.svc-d-ico { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 15px; background: var(--pink-2); margin-bottom: 16px; }
.svc-d-text h2 { font-size: 27px; font-weight: 800; letter-spacing: -.3px; margin-bottom: 12px; }
.svc-d-text > p { font-size: 14.5px; color: var(--ink-2); line-height: 1.85; margin-bottom: 18px; }
.svc-d-text .check-list { gap: 11px; margin-bottom: 24px; }
.svc-d-text .check-list li { font-size: 14px; }
@media (max-width: 860px) {
  .svc-detail { grid-template-columns: 1fr; gap: 26px; }
  .svc-detail.rev .svc-d-photo { order: 0; }
  .svc-d-photo img { height: 260px; }
  .svc-detail-list { gap: 44px; }
}

/* Visit us / map */
.visit { display: grid; grid-template-columns: 1fr 1.35fr; gap: 26px; align-items: stretch; background: #FBEFEA; border-radius: 20px; padding: 30px; }
.visit-info h2 { margin-bottom: 18px; }
.visit-line { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--ink-2); margin-bottom: 16px; line-height: 1.5; }
.visit-line .vi { color: var(--coral); flex-shrink: 0; margin-top: 1px; }
.visit-map { display: flex; flex-direction: column; gap: 14px; }
.visit-map iframe { width: 100%; flex: 1; min-height: 240px; border: 0; border-radius: 14px; }
.map-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* Coral footer */
.site-footer { background: linear-gradient(120deg, #EF6152, #E7503F); border: none; padding: 0; margin-top: 48px; color: #fff; }
.footer-inner { display: grid; grid-template-columns: 1fr 1.2fr 1fr; align-items: center; gap: 24px; padding: 30px 48px; }
.footer-brand .fb-title { font-size: 20px; font-weight: 800; color: #fff; }
.footer-brand .fb-sub { font-size: 12px; color: rgba(255,255,255,.85); }
.footer-brand svg rect, .footer-brand svg g { stroke: #fff !important; }
.footer-brand svg rect[fill] { fill: #fff !important; }
.footer-cta { text-align: center; }
.footer-cta .fc-label { font-size: 12.5px; color: rgba(255,255,255,.85); }
.footer-cta .fc-title { font-size: 20px; font-weight: 700; margin: 2px 0 12px; }
.footer-wa { background: #fff; color: var(--ink); font-weight: 700; padding: 11px 22px; box-shadow: 0 6px 16px rgba(0,0,0,.15); }
.footer-wa:hover { background: #FDECE8; }
.footer-social { text-align: right; }
.footer-social .fs-label { font-size: 12.5px; color: rgba(255,255,255,.85); margin-bottom: 10px; }
.footer-social .fs-icons { display: flex; gap: 10px; justify-content: flex-end; }
.footer-social .fs-icons a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.16); display: flex; align-items: center; justify-content: center; color: #fff; transition: background .15s; }
.footer-social .fs-icons a:hover { background: rgba(255,255,255,.30); }
.footer-copy { text-align: center; font-size: 12.5px; color: rgba(255,255,255,.9); padding: 16px 48px; border-top: 1px solid rgba(255,255,255,.2); }

/* Inner page hero reused; add stat variant spacing */
.page-hero .eyebrow { margin-bottom: 6px; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .why-band { grid-template-columns: 1fr 1fr 1fr; }
  .why-band h2 { grid-column: 1 / -1; }
  .wb-item:nth-child(2), .wb-item:nth-child(3) { border-left: none; }
  .feat-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .visit { grid-template-columns: 1fr; }
  .hero-home h1 { font-size: 48px; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; gap: 22px; }
  .footer-brand { justify-content: center; }
  .footer-social, .footer-social .fs-icons { text-align: center; justify-content: center; }
}
@media (max-width: 860px) {
  .hero-inner { grid-template-columns: 1fr; padding: 32px 20px; gap: 30px; }
  .hero-copy { max-width: none; }
  .hero-home h1 { font-size: 34px; white-space: normal; }
  .hero-photo { min-height: 340px; }
  .svc-grid { grid-template-columns: 1fr; }
  .why-band { grid-template-columns: 1fr; }
  .wb-item { border-left: none; flex-direction: row; justify-content: flex-start; text-align: left; }
  .feat { grid-template-columns: 1fr; }
  .feat-media { width: 100%; height: 210px; min-height: 0; }
}

/* legacy responsive kept below */
@media (max-width: 1080px) {
  .why-grid { grid-template-columns: repeat(3, 1fr); }
  .why:nth-child(4) { border-left: none; }
  .benefits { grid-template-columns: 1fr 1fr; }
  .benefits h2 { grid-column: 1 / -1; }
  .benefit { border-left: none; padding-left: 0; }
  .cta-band { grid-template-columns: 1fr 1fr; }
  .cta-band .cta-img, .cta-band > div:nth-child(2) { grid-column: 1 / -1; }
  .cta-band .cta-img { width: 100%; height: 160px; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
}
/* Collapse the nav to a hamburger below the width it needs to fit on one line */
.nav-mobile-cta { display: none; }
@keyframes navSlideIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1100px) {
  .header-inner { flex-wrap: wrap; }
  .main-nav { display: none; width: 100%; order: 3; }
  .main-nav.open {
    display: block; margin-top: 12px; padding: 8px 14px 16px;
    background: #fff; border: 1px solid #F6E3DC; border-radius: 18px;
    box-shadow: 0 22px 44px rgba(176,58,52,.16);
    animation: navSlideIn .28s ease;
  }
  .main-nav > a {
    display: flex; align-items: center; width: 100%; padding: 13px 10px;
    font-size: 14.5px; font-weight: 700; color: var(--ink); border-radius: 12px;
    border-bottom: 1px solid #FAEFEA;
  }
  .main-nav > a::after {
    content: ""; margin-left: auto; width: 7px; height: 7px;
    border-right: 2px solid #E0BFB4; border-top: 2px solid #E0BFB4; transform: rotate(45deg);
  }
  .main-nav > a:hover, .main-nav > a.active { color: var(--coral); background: #FFF6F2; }
  /* dropdown groups become labelled sections */
  .main-nav .has-drop { width: 100%; padding: 4px 0 8px; border-bottom: 1px solid #FAEFEA; }
  .main-nav .has-drop > a {
    pointer-events: none; display: flex; padding: 14px 10px 9px;
    font-size: 11px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; color: var(--coral);
  }
  .main-nav .has-drop > a svg { display: none; }
  .main-nav .has-drop .drop { position: static; transform: none; opacity: 1; visibility: visible; padding: 0; min-width: 0; }
  .main-nav .drop-inner {
    box-shadow: none; border: none; background: transparent; padding: 0;
    display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
  }
  .main-nav .drop a {
    background: #FFF4F0; border: 1px solid #F8E3DB; border-radius: 12px;
    padding: 11px 12px; font-size: 12.5px; font-weight: 600; color: var(--ink-2); line-height: 1.35;
    white-space: normal; min-width: 0;
  }
  .main-nav .drop a:hover { background: #FCE3DD; color: var(--coral); border-color: #F3CFC5; }
  .main-nav .drop .di { flex-shrink: 0; }
  /* CTA row at the bottom of the menu */
  .nav-mobile-cta { display: flex; gap: 10px; margin-top: 14px; }
  .nav-mobile-cta .btn { flex: 1; justify-content: center; padding: 12px 10px; font-size: 13.5px; }
  .main-nav .nav-mobile-cta .btn, .main-nav .nav-mobile-cta .btn:hover { color: #fff; font-weight: 700; }
  .nav-mobile-cta .nav-wa { background: #1FA88B; color: #fff; }
  .nav-mobile-cta .nav-wa:hover { background: #178A72; }
  .header-cta { display: none; }
  .nav-toggle { display: block; }
}
@media (max-width: 420px) {
  .main-nav .drop-inner { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .site-header { position: relative; }
  .section { padding: 32px 20px 0; }
  .hero { grid-template-columns: 1fr; padding: 32px 20px 0; }
  .hero-copy { padding-bottom: 24px; }
  .hero h1 { font-size: 36px; }
  .hero-art img { max-width: 420px; }
  .info-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .benefits { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .why:nth-child(odd) { border-left: none; }
  .cta-band { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-contact { justify-self: center; }
  .brand .col { align-items: flex-start; }
  .page-hero { padding: 32px 20px; }
  .page-hero h1 { font-size: 30px; }
  .article { padding: 28px 22px; }
  .article h1 { font-size: 26px; }
  .site-footer { padding: 26px 20px; }
}
@media (max-width: 480px) {
  .steps { grid-template-columns: 1fr; }
  .info-card { grid-template-columns: 1fr; }
  .info-card .side-img { width: 100%; height: 200px; }
  .hero-badges { flex-wrap: wrap; gap: 12px 0; }
  .hero-badge { flex: 0 0 50%; }
  .hero-badge:nth-child(3) { border-left: none; }
  .why-grid { grid-template-columns: 1fr; }
  .why + .why { border-left: none; border-top: 1px solid var(--line); padding-top: 16px; }
}

/* ============================================================
   MOUNJARO landing page (program-pelansingan)
   ============================================================ */
.mj-hero { position: relative; background: linear-gradient(135deg,#FDF3EF 0%, #FBE7E0 100%); overflow: hidden; }
.mj-wa-top { position: absolute; top: 16px; right: 22px; z-index: 5; display: inline-flex; align-items: center; gap: 9px; background: var(--coral); color: #fff; border-radius: 13px; padding: 10px 16px; font-size: 12.5px; font-weight: 700; line-height: 1.2; box-shadow: 0 8px 18px rgba(224,84,74,.3); }
.mj-wa-top:hover { background: var(--coral-dark); }
.mj-hero-inner { display: grid; grid-template-columns: 1.12fr .88fr; gap: 40px; align-items: center; padding: 56px 48px; }
.mj-title { font-size: 66px; line-height: .98; font-weight: 800; letter-spacing: -1.5px; margin: 0; }
.mj-title .ink { color: var(--ink); }
.mj-title .coral { color: var(--coral); }
.mj-slogan { margin: 20px 0 0; font-size: 18px; font-weight: 700; color: var(--coral); }
.mj-lead { margin: 12px 0 0; font-size: 15px; color: var(--ink-2); line-height: 1.75; max-width: 490px; }
.mj-lead b { color: var(--ink); }
.mj-hero-badges { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-top: 30px; max-width: 560px; }
.mj-hb { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 9px; }
.mj-hb-ic { width: 48px; height: 48px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; color: var(--coral); box-shadow: 0 5px 14px rgba(224,84,74,.16); }
.mj-hb span:last-child { font-size: 11px; font-weight: 600; color: var(--ink-2); line-height: 1.35; }
.mj-hero-art { position: relative; }
.mj-hero-art img { width: 100%; max-width: 420px; margin-left: auto; border-radius: 22px; display: block; box-shadow: 0 24px 50px -18px rgba(176,58,52,.4); }
.mj-bubble { position: absolute; left: -8px; bottom: 26px; max-width: 240px; background: #fff; border-radius: 16px 16px 16px 4px; padding: 14px 16px 14px 14px; box-shadow: 0 16px 36px rgba(176,58,52,.2); display: flex; gap: 6px; }
.mj-bubble-q { font-size: 30px; font-weight: 800; color: var(--coral); line-height: .8; }
.mj-bubble p { font-size: 12.5px; color: var(--ink-2); font-weight: 500; line-height: 1.55; }

.mj-h2 { text-align: center; font-size: 25px; font-weight: 800; letter-spacing: .2px; margin-bottom: 28px; }
.mj-h2 .coral { color: var(--coral); }
.mj-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.mj-card { position: relative; background: #fff; border: 1px solid #F1DFD8; border-radius: 18px; padding: 20px; box-shadow: 0 8px 22px rgba(210,110,95,.09); overflow: hidden; }
.mj-week { position: absolute; top: 0; left: 0; background: var(--coral); color: #fff; font-size: 10.5px; font-weight: 800; letter-spacing: .6px; padding: 6px 14px; border-radius: 0 0 12px 0; }
.mj-card-top { display: grid; grid-template-columns: 1fr 100px; gap: 14px; align-items: center; margin-top: 26px; }
.mj-card-stats { display: flex; flex-direction: column; gap: 11px; }
.mj-stat-l { display: block; font-size: 10.5px; font-weight: 600; color: var(--ink-3); }
.mj-stat-v { display: block; font-size: 21px; font-weight: 800; color: var(--ink); }
.mj-stat-loss .mj-stat-big { display: block; font-size: 30px; font-weight: 800; color: var(--coral); line-height: 1.1; }
.mj-card-photo img { width: 100px; height: 138px; object-fit: cover; border-radius: 12px; display: block; }
.mj-card-quote { display: flex; gap: 8px; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.mj-q-ic { color: var(--coral); flex-shrink: 0; margin-top: 1px; }
.mj-card-quote p { font-size: 12px; color: var(--ink-2); line-height: 1.55; font-style: italic; }
.mj-disclaimer { text-align: center; margin-top: 22px; font-size: 12px; color: var(--ink-3); font-weight: 600; display: flex; align-items: center; justify-content: center; gap: 6px; }
.mj-disclaimer svg { color: var(--amber); flex-shrink: 0; }

.mj-why-inner { display: grid; grid-template-columns: 1.35fr .82fr; gap: 40px; align-items: center; background: var(--pink-2); border-radius: 22px; padding: 38px 36px; }
.mj-why-sub { font-size: 14px; font-weight: 700; color: var(--ink); margin-top: 6px; }
.mj-why-line { font-size: 13.5px; color: var(--coral); font-weight: 700; margin: 4px 0 24px; }
.mj-why-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.mj-why-item { text-align: center; }
.mj-why-ic { width: 54px; height: 54px; border-radius: 50%; background: #fff; display: inline-flex; align-items: center; justify-content: center; color: var(--coral); box-shadow: 0 5px 14px rgba(224,84,74,.13); margin-bottom: 10px; }
.mj-why-h { font-size: 12.5px; font-weight: 700; margin-bottom: 6px; line-height: 1.25; }
.mj-why-item p { font-size: 11px; color: var(--ink-3); line-height: 1.5; }

.mj-phone { display: flex; justify-content: center; }
.mj-phone-screen { width: 274px; background: #fff; border: 9px solid #17171c; border-radius: 36px; overflow: hidden; box-shadow: 0 22px 48px rgba(0,0,0,.24); }
.mj-chat-head { background: var(--coral); color: #fff; display: flex; align-items: center; gap: 9px; padding: 12px; }
.mj-chat-back { display: flex; opacity: .9; }
.mj-chat-avatar { width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,.22); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mj-chat-title { font-size: 12px; font-weight: 700; line-height: 1.25; display: flex; flex-direction: column; }
.mj-chat-online { font-size: 9.5px; font-weight: 500; opacity: .9; }
.mj-chat-body { background: #ECE5DD; padding: 12px; display: flex; flex-direction: column; gap: 10px; min-height: 340px; }
.mj-msg { background: #fff; border-radius: 4px 10px 10px 10px; padding: 9px 11px; box-shadow: 0 1px 2px rgba(0,0,0,.08); }
.mj-msg-name { font-size: 11.5px; font-weight: 700; margin-bottom: 4px; display: flex; align-items: center; gap: 6px; }
.mj-doc-tag { background: var(--coral); color: #fff; font-size: 8px; font-weight: 700; padding: 1px 6px; border-radius: 20px; letter-spacing: .3px; }
.mj-msg p { font-size: 11.5px; color: #2b2b2b; line-height: 1.5; }
.mj-msg-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 7px; }
.mj-like { display: inline-flex; align-items: center; gap: 3px; font-size: 10.5px; color: var(--coral); font-weight: 700; }
.mj-time { font-size: 9.5px; color: #97918c; }

.mj-cta { background: linear-gradient(120deg,#EF6152,#E7503F); border-radius: 22px; padding: 26px 30px; display: grid; grid-template-columns: auto 1fr auto auto; gap: 26px; align-items: center; color: #fff; }
.mj-cta-wa { width: 66px; height: 66px; border-radius: 50%; background: rgba(255,255,255,.16); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mj-cta-text h2 { font-size: 22px; font-weight: 800; line-height: 1.22; }
.mj-cta-text p { font-size: 13.5px; opacity: .93; margin-top: 5px; }
.mj-cta-badges { display: flex; gap: 16px; }
.mj-cb { display: flex; flex-direction: column; align-items: center; gap: 7px; font-size: 11px; font-weight: 600; text-align: center; width: 84px; line-height: 1.3; }
.mj-cb span { width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.6); display: flex; align-items: center; justify-content: center; }
.mj-cta-qr { display: flex; flex-direction: column; align-items: center; gap: 7px; background: #fff; border-radius: 14px; padding: 10px; }
.mj-cta-qr img { width: 92px; height: 92px; display: block; }
.mj-cta-qr span { background: #17171c; color: #fff; font-size: 9.5px; font-weight: 800; letter-spacing: .5px; padding: 4px 12px; border-radius: 20px; }

.mj-infobar { background: var(--pink-1); border-top: 1px solid var(--line); }
.mj-infobar-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px 8px; padding: 20px 48px; }
.mj-info { display: flex; align-items: center; gap: 11px; font-size: 12.5px; color: var(--ink-2); line-height: 1.35; }
.mj-info span { color: var(--coral); display: flex; flex-shrink: 0; }
.mj-info b { color: var(--ink); font-weight: 700; }

@media (max-width: 960px) {
  .mj-hero-inner { grid-template-columns: 1fr; padding: 40px 22px; }
  .mj-wa-top { position: static; display: inline-flex; margin: 0 22px; }
  .mj-title { font-size: 48px; }
  .mj-hero-art img { max-width: 360px; margin: 0 auto; }
  .mj-cards { grid-template-columns: 1fr; }
  .mj-why-inner { grid-template-columns: 1fr; padding: 30px 22px; }
  .mj-why-grid { grid-template-columns: repeat(3,1fr); gap: 16px; }
  .mj-cta { grid-template-columns: 1fr; text-align: center; justify-items: center; gap: 18px; }
  .mj-cta-badges { flex-wrap: wrap; justify-content: center; }
  .mj-infobar-inner { padding: 20px 22px; }
}
@media (max-width: 560px) {
  .mj-hero-badges { grid-template-columns: 1fr 1fr; }
  .mj-why-grid { grid-template-columns: 1fr 1fr; }
  .mj-title { font-size: 40px; }
}

/* ============================================================
   MOUNJARO page — v2 polish (overrides)
   ============================================================ */
.mj-hero::before { content:""; position:absolute; z-index:0; width:480px; height:480px; border-radius:50%; background:radial-gradient(circle,rgba(240,104,92,.13),transparent 68%); top:-190px; left:-90px; pointer-events:none; }
.mj-hero::after  { content:""; position:absolute; z-index:0; width:360px; height:360px; border-radius:50%; background:radial-gradient(circle,rgba(240,104,92,.10),transparent 68%); bottom:-150px; left:36%; pointer-events:none; }
.mj-hero-inner { position:relative; z-index:1; align-items:center; }

.mj-pill { display:inline-flex; align-items:center; gap:8px; background:#fff; color:var(--coral); border:1px solid var(--line); font-size:12px; font-weight:700; letter-spacing:.3px; padding:8px 15px; border-radius:999px; box-shadow:0 5px 14px rgba(224,84,74,.12); margin-bottom:18px; }
.mj-slogan { margin-top:18px; }
.mj-hero-cta { margin-top:26px; }
.mj-hero-badges { margin-top:26px; }
.mj-hb { background:#fff; border-radius:15px; padding:15px 8px; box-shadow:0 6px 16px rgba(224,84,74,.09); border:1px solid #F6E4DD; transition:transform .18s, box-shadow .18s; }
.mj-hb:hover { transform:translateY(-3px); box-shadow:0 12px 24px rgba(224,84,74,.16); }
.mj-hb-ic { background:var(--pink-2); }

.mj-hero-art { position:relative; }
.mj-hero-photo { position:relative; max-width:430px; margin-left:auto; }
.mj-hero-photo::before { content:""; position:absolute; z-index:0; inset:20px -18px -18px 20px; border-radius:26px; background:linear-gradient(160deg,#F8CFC4,#F0685C); }
.mj-hero-photo img { position:relative; z-index:1; width:100%; max-width:none; margin:0; border-radius:24px; display:block; box-shadow:0 26px 54px -18px rgba(176,58,52,.5); }
.mj-wa-top { top:-16px; right:-14px; z-index:4; border-radius:15px; }
.mj-bubble { z-index:3; box-shadow:0 18px 40px rgba(176,58,52,.24); }

@keyframes mjRise { from{opacity:0;transform:translateY(18px)} to{opacity:1;transform:none} }
.mj-hero-copy > * { animation: mjRise .6s cubic-bezier(.22,.61,.36,1) both; }
.mj-hero-copy .mj-title { animation-delay:.04s; }
.mj-hero-copy .mj-slogan { animation-delay:.12s; }
.mj-hero-copy .mj-lead { animation-delay:.18s; }
.mj-hero-copy .mj-hero-cta { animation-delay:.24s; }
.mj-hero-copy .mj-hero-badges { animation-delay:.3s; }
.mj-hero-art { animation: mjRise .8s ease both; animation-delay:.15s; }
@media (prefers-reduced-motion: reduce){ .mj-hero-copy>*, .mj-hero-art { animation:none; } }

/* Transformation cards — v2 */
.mj-cards { gap:24px; }
.mj-card { padding:0; border-radius:20px; overflow:hidden; box-shadow:0 10px 26px rgba(210,110,95,.10); transition:transform .2s, box-shadow .2s; }
.mj-card:hover { transform:translateY(-5px); box-shadow:0 22px 44px rgba(210,110,95,.2); }
.mj-card-media { position:relative; height:212px; overflow:hidden; }
.mj-card-media img { width:100%; height:100%; object-fit:cover; object-position:center 22%; transition:transform .45s ease; display:block; }
.mj-card:hover .mj-card-media img { transform:scale(1.06); }
.mj-card-media::after { content:""; position:absolute; inset:0; background:linear-gradient(to bottom,transparent 52%,rgba(20,10,8,.34)); }
.mj-week { top:14px; left:14px; border-radius:20px; padding:6px 13px; box-shadow:0 4px 10px rgba(0,0,0,.22); z-index:2; }
.mj-loss-chip { position:absolute; z-index:2; bottom:14px; right:14px; background:#fff; color:var(--coral); font-size:27px; font-weight:800; line-height:1; padding:8px 15px; border-radius:15px; box-shadow:0 8px 18px rgba(0,0,0,.22); }
.mj-loss-chip small { font-size:15px; font-weight:700; }
.mj-card-body { padding:20px; }
.mj-ba { display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:8px; background:var(--pink-2); border-radius:14px; padding:14px 10px; }
.mj-ba-col { text-align:center; }
.mj-ba-l { display:block; font-size:10px; font-weight:600; color:var(--ink-3); margin-bottom:4px; text-transform:uppercase; letter-spacing:.3px; }
.mj-ba-v { display:block; font-size:23px; font-weight:800; color:var(--ink); }
.mj-ba-v.coral { color:var(--coral); }
.mj-ba-arrow { color:var(--coral); display:flex; }
.mj-loss-note { display:flex; align-items:center; gap:7px; margin-top:13px; font-size:11.5px; color:var(--ink-3); font-weight:600; }
.mj-loss-note svg { color:var(--coral); flex-shrink:0; }
.mj-loss-note b { color:var(--coral); }
.mj-card-quote { display:flex; gap:8px; margin-top:14px; padding-top:14px; border-top:1px solid var(--line); }
.mj-card-quote p { font-size:12.5px; color:var(--ink-2); line-height:1.55; font-style:italic; }

/* Section headings a touch stronger */
.mj-h2 { font-size:26px; }
.mj-transform, .mj-why, .mj-cta-wrap { padding-top:52px; }

/* Why features — hover */
.mj-why-item { transition:transform .18s; }
.mj-why-item:hover { transform:translateY(-4px); }
.mj-why-ic { transition:background .18s, color .18s, box-shadow .18s; }
.mj-why-item:hover .mj-why-ic { background:var(--coral); color:#fff; box-shadow:0 8px 18px rgba(224,84,74,.35); }

/* CTA hover + info bar flush to footer */
.mj-cta-qr { transition:transform .18s; }
.mj-cta-qr:hover { transform:translateY(-3px); }
.mj-infobar { margin-top:44px; }
.mj-infobar + .site-footer { margin-top:0; }

/* ---------- Pregnancy care hero + reusable CTA band ---------- */
.pk-hero { background: linear-gradient(135deg,#FDF3EF 0%, #FBE7E0 100%); }
.pk-hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; padding: 46px 48px; }
.pk-hero-copy h1 { font-size: 44px; font-weight: 800; line-height: 1.1; letter-spacing: -.5px; margin: 16px 0 0; }
.pk-hero-copy h1 .coral { color: var(--coral); }
.pk-hero-copy > p { font-size: 15.5px; color: var(--ink-2); line-height: 1.75; margin-top: 14px; max-width: 460px; }
.pk-hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.pk-hero-badges span { display: inline-flex; align-items: center; gap: 7px; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px; font-size: 12.5px; font-weight: 600; color: var(--ink-2); }
.pk-hero-badges svg { color: var(--coral); }
.pk-hero-art { position: relative; }
.pk-hero-art img { width: 100%; max-width: 460px; margin-left: auto; border-radius: 22px; display: block; box-shadow: 0 24px 50px -18px rgba(176,58,52,.4); }
.pk-hero-tag { position: absolute; left: -8px; bottom: 22px; background: #fff; border-radius: 16px; padding: 12px 16px; display: flex; align-items: center; gap: 11px; box-shadow: 0 16px 34px rgba(176,58,52,.2); }
.pk-tag-ic { width: 42px; height: 42px; border-radius: 12px; background: rgba(240,104,92,.14); color: var(--coral); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pk-hero-tag span:last-child { font-size: 12px; color: var(--ink-3); font-weight: 500; line-height: 1.4; }
.pk-hero-tag b { color: var(--ink); font-weight: 800; font-size: 13px; }

.cta-band { background: linear-gradient(120deg,#EF6152,#E7503F); border-radius: 22px; padding: 34px 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #fff; flex-wrap: wrap; }
.cta-band h2 { font-size: 23px; font-weight: 800; line-height: 1.25; }
.cta-band p { font-size: 14px; opacity: .94; margin-top: 6px; max-width: 540px; line-height: 1.6; }
.cta-band .btn { background: #fff; color: var(--coral); font-weight: 700; box-shadow: 0 8px 18px rgba(0,0,0,.14); }
.cta-band .btn:hover { background: #FDECE8; transform: translateY(-1px); }

@media (max-width: 860px) {
  .pk-hero-inner { grid-template-columns: 1fr; padding: 34px 22px; }
  .pk-hero-copy h1 { font-size: 34px; }
  .pk-hero-art img { max-width: 380px; margin: 0 auto; }
  .cta-band { flex-direction: column; align-items: flex-start; text-align: left; padding: 26px 24px; }
}

/* ---------- Article listing (reuses .blog-grid / .post-card) ---------- */
.post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.post-card { text-decoration: none; color: inherit; }
.sec-h2 { font-size: 28px; font-weight: 800; color: var(--ink); }

/* ---------- Single article ---------- */
.article-single { max-width: 760px; margin: 0 auto; padding: 40px 20px 8px; }
.crumb { font-size: 12.5px; color: var(--ink-3); font-weight: 500; margin-bottom: 18px; }
.crumb a { color: var(--coral); text-decoration: none; }
.crumb span { margin: 0 4px; }
.crumb .cur { color: var(--ink-3); }
.art-badge { display: inline-block; background: var(--pink-2); color: var(--coral); font-size: 11.5px; font-weight: 700; letter-spacing: .5px; padding: 5px 14px; border-radius: 999px; margin-bottom: 14px; }
.article-single h1 { font-size: 34px; font-weight: 800; line-height: 1.2; color: var(--ink); margin-bottom: 16px; }
.art-meta { display: flex; flex-wrap: wrap; gap: 18px; font-size: 13px; color: var(--ink-3); font-weight: 500; padding-bottom: 22px; border-bottom: 1px solid var(--line); margin-bottom: 26px; }
.art-meta span { display: inline-flex; align-items: center; gap: 6px; }
.art-meta svg { color: var(--coral); }
.art-cover { border-radius: 16px; overflow: hidden; margin-bottom: 28px; max-height: 420px; }
.art-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Prose typography for the article body */
.art-prose { font-size: 16.5px; line-height: 1.85; color: var(--ink-2); }
.art-prose p { margin: 0 0 20px; }
.art-prose h2 { font-size: 24px; font-weight: 800; color: var(--ink); line-height: 1.3; margin: 36px 0 14px; }
.art-prose h3 { font-size: 18.5px; font-weight: 700; color: var(--ink); margin: 26px 0 10px; }
.art-prose ul, .art-prose ol { margin: 0 0 22px; padding-left: 4px; list-style: none; }
.art-prose ul li, .art-prose ol li { position: relative; padding-left: 28px; margin-bottom: 11px; }
.art-prose ul li::before { content: ""; position: absolute; left: 6px; top: 11px; width: 8px; height: 8px; border-radius: 50%; background: var(--coral); }
.art-prose ol { counter-reset: n; }
.art-prose ol li::before { counter-increment: n; content: counter(n); position: absolute; left: 0; top: 1px; width: 20px; height: 20px; background: var(--pink-2); color: var(--coral); border-radius: 50%; font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.art-prose strong { color: var(--ink); font-weight: 700; }
.art-prose a { color: var(--coral); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.art-prose img { max-width: 100%; height: auto; border-radius: 14px; display: block; margin: 10px 0 22px; }
.art-prose figure { margin: 10px 0 22px; }
.art-prose figure img { margin: 0 0 8px; }
.art-prose figcaption { font-size: 13px; color: var(--ink-3); text-align: center; }

.art-cta-box { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; background: var(--pink-1); border: 1px solid var(--line); border-radius: 16px; padding: 24px 26px; margin: 40px 0 20px; }
.art-cta-title { font-size: 18px; font-weight: 800; color: var(--ink); }
.art-cta-sub { font-size: 13.5px; color: var(--ink-3); font-weight: 500; margin-top: 3px; }

@media (max-width: 640px) {
  .article-single h1 { font-size: 27px; }
  .art-prose { font-size: 15.5px; }
  .art-prose h2 { font-size: 21px; }
}
