/*
Theme Name: Mahkota Regency Healthcare
Theme URI: https://mahkotaregency.com/
Author: Mahkota Regency Healthcare
Author URI: https://mahkotaregency.com/
Description: Tema WordPress mobile-first untuk layanan koordinasi pasien Mahkota Regency Healthcare.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mahkota-regency
*/

:root {
  --paper: #fbfaf5;
  --mist: #eef6f1;
  --sand: #f4f0e4;
  --ink: #17533f;
  --ink-soft: #365d4d;
  --muted: #6b7d75;
  --line: #d7e5dc;
  --green: #1d9a5a;
  --green-dark: #126c43;
  --lime: #d5f04d;
  --gold: #b28b39;
  --shadow: 0 18px 55px rgba(24, 78, 59, .12);
  --shadow-card: 0 10px 28px rgba(24, 78, 59, .07);
  --radius: 24px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body.admin-bar .site-header { top: 32px; }

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.container {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.font-display,
h1, h2, h3, h4 {
  font-family: "Manrope", Arial, sans-serif;
  letter-spacing: -.055em;
}

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { color: var(--ink); line-height: 1.02; }
h1 { font-size: clamp(2.8rem, 8vw, 5.8rem); }
h2 { font-size: clamp(2.25rem, 5vw, 4.2rem); }
h3 { font-size: clamp(1.35rem, 2.2vw, 2rem); }

.eyebrow {
  color: var(--green);
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.reveal { animation: reveal .7s both; }
.reveal-delay-1 { animation-delay: .1s; }
.reveal-delay-2 { animation-delay: .2s; }
.reveal-delay-3 { animation-delay: .3s; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(215, 229, 220, .92);
  background: rgba(251, 250, 245, .94);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 13px;
  background: var(--green);
  color: var(--paper);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.brand-logo { width: auto; max-width: 220px; max-height: 48px; }
.brand-copy { line-height: .9; }
.brand-name { display: block; font-family: "Manrope", Arial, sans-serif; font-size: 13px; font-weight: 800; letter-spacing: -.04em; }
.brand-subtitle { display: block; margin-top: 3px; opacity: .7; font-size: 8px; font-weight: 800; letter-spacing: .18em; }

.desktop-nav {
  display: none;
  align-items: center;
  gap: 2px;
}

.nav-link,
.nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #4e625b;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 14px;
}

.nav-link:hover,
.nav-trigger:hover,
.nav-link:focus-visible,
.nav-trigger:focus-visible { background: var(--mist); color: var(--green); outline: none; }

.nav-item { position: relative; }
.nav-trigger svg { transition: transform .2s ease; }
.nav-item.is-open .nav-trigger svg { transform: rotate(180deg); }

.dropdown {
  position: absolute;
  top: calc(100% + 9px);
  left: 0;
  display: none;
  width: 360px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.nav-item.is-open .dropdown { display: block; animation: dropdown .18s ease both; }
.dropdown-label { padding: 8px 12px 9px; color: #709082; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.dropdown-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.dropdown-card { min-height: 160px; padding: 16px; border-radius: 14px; background: var(--mist); }
.dropdown-card.sand { background: var(--sand); }
.dropdown-card:hover { transform: translateY(-2px); }
.dropdown-card svg { margin-bottom: 28px; color: var(--green); }
.dropdown-card.sand svg { color: var(--gold); }
.dropdown-card strong, .guide-link strong { display: block; color: var(--ink); font-size: 13px; line-height: 1.25; }
.dropdown-card span, .guide-link span { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.4; }
.guide-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px; border-radius: 12px; }
.guide-link:hover { background: var(--mist); }
.guide-link svg { flex-shrink: 0; color: var(--green); }

.header-cta,
.button-primary,
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  padding: 15px 21px;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.header-cta,
.button-primary { background: var(--green); color: #fff; }
.header-cta:hover, .button-primary:hover { transform: translateY(-2px); background: var(--green-dark); box-shadow: 0 10px 22px rgba(29, 154, 90, .22); }
.button-secondary { border-color: #afc8b7; color: var(--ink); }
.button-secondary:hover { background: #e1eee6; transform: translateY(-2px); }
.header-cta { display: none; padding: 13px 20px; font-size: 12px; }

.mobile-toggle {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: var(--mist);
  color: var(--ink);
  cursor: pointer;
}

.menu-icon { display: grid; width: 24px; height: 24px; place-items: center; }
.menu-icon svg { display: block; width: 24px; height: 24px; }

.mobile-menu { display: none; border-top: 1px solid var(--line); background: var(--paper); padding: 8px 0 20px; }
.mobile-menu.is-open { display: block; }
.mobile-menu a { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid #e4eee7; font-size: 14px; font-weight: 800; }
.mobile-menu .button-primary { width: 100%; margin-top: 16px; }

.hero {
  position: relative;
  overflow: hidden;
  background: var(--mist);
}

.hero-grid { display: grid; align-items: center; gap: 48px; padding: 65px 0 105px; }
.hero-content { position: relative; z-index: 1; }
.hero h1 { max-width: 610px; margin: 18px 0 24px; }
.hero h1 em { color: var(--green); font-style: normal; }
.hero-copy { max-width: 490px; color: #5d756a; font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.trusted { display: flex; align-items: center; gap: 12px; margin-top: 30px; color: #6b8378; font-size: 12px; }
.trusted-bubbles { display: flex; margin-left: 3px; }
.trusted-bubble { display: grid; width: 28px; height: 28px; margin-left: -4px; place-items: center; border: 2px solid var(--mist); border-radius: 999px; font-size: 9px; font-weight: 800; }
.trusted-bubble:first-child { margin-left: 0; background: #c2ded1; color: #286248; }
.trusted-bubble:nth-child(2) { background: #e9d59d; color: #6f5c2b; }
.trusted-bubble:nth-child(3) { background: #c7d6dc; color: #3a5a63; }

.hero-visual { position: relative; z-index: 0; }
.hero-ring { position: absolute; top: -65px; right: -60px; width: 300px; height: 300px; border: 34px solid rgba(213, 240, 77, .6); border-radius: 50%; }
.hero-photo { position: relative; overflow: hidden; min-height: 390px; border-radius: 30px 30px 30px 100px; box-shadow: 0 25px 70px rgba(24, 78, 59, .18); }
.hero-photo img { width: 100%; height: 430px; object-fit: cover; }
.hero-photo::after { position: absolute; inset: 0; background: linear-gradient(transparent 50%, rgba(23, 83, 63, .34)); content: ""; }
.partner-card { position: absolute; top: 18px; right: 18px; left: 18px; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.4); border-radius: 16px; background: rgba(251, 250, 245, .92); backdrop-filter: blur(8px); }
.partner-card small { display: block; color: #709082; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.partner-card strong { display: block; margin-top: 3px; font-family: "Manrope", Arial, sans-serif; font-size: 18px; }
.partner-card svg { color: var(--green); }
.hero-wave { position: absolute; right: 0; bottom: -1px; left: 0; height: 65px; border-radius: 50% 50% 0 0 / 100% 100% 0 0; background: var(--paper); }

.section { padding: 84px 0; }
.section-sand { background: var(--sand); }
.section-mist { background: var(--mist); }
.section-intro { display: grid; align-items: end; gap: 32px; border-bottom: 1px solid var(--line); padding-bottom: 58px; }
.section-intro h2 { margin: 11px 0 0; }
.section-intro h2 span, .page-title span { color: var(--green); }
.section-intro p { max-width: 600px; margin: 0; color: var(--muted); line-height: 1.7; }
.three-up { display: grid; gap: 0; padding-top: 45px; }
.value-card { padding: 27px 0; border-top: 1px solid var(--line); }
.value-card:not(:last-child) { border-bottom: 0; }
.value-top { display: flex; align-items: center; justify-content: space-between; color: #9bb3a7; font-size: 12px; font-weight: 800; }
.value-top svg { color: var(--green); }
.value-card h3 { margin: 28px 0 10px; font-size: 24px; }
.value-card p { max-width: 290px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.hospital-grid { display: grid; gap: 18px; margin-top: 46px; }
.hospital-card { position: relative; overflow: hidden; min-height: 330px; padding: 28px; border-radius: var(--radius); }
.hospital-card.green { background-color: var(--ink); background-image: linear-gradient(rgba(14,72,55,.76), rgba(14,72,55,.64)), url('./assets/images/melaka-hospital.jpg'); background-position: center; background-size: cover; color: var(--paper); }
.hospital-card.lime { background-color: #2d7555; background-image: linear-gradient(rgba(33,92,53,.78), rgba(33,92,53,.64)), url('./assets/images/johor-hospital.jpg'); background-position: center; background-size: cover; color: var(--paper); }
.hospital-card::after { display: none; }
.hospital-inner { position: relative; z-index: 1; display: flex; height: 100%; flex-direction: column; justify-content: space-between; }
.pill { display: inline-flex; width: fit-content; border-radius: 999px; background: var(--lime); color: #426513; font-size: 10px; font-weight: 800; letter-spacing: .11em; padding: 6px 10px; text-transform: uppercase; }
.hospital-card.lime .pill { background: var(--paper); color: #6b7d3b; }
.hospital-card h3 { margin: 34px 0 10px; color: inherit; font-size: 31px; }
.hospital-card p { max-width: 310px; margin-bottom: 18px; color: #b7d2c2; font-size: 14px; line-height: 1.7; }
.hospital-card.lime p { color: #d7ebdf; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--lime); font-size: 14px; font-weight: 800; }
.hospital-card.lime .text-link { color: var(--lime); }

.split { display: grid; align-items: center; gap: 45px; }
.image-frame { position: relative; }
.image-frame::before { position: absolute; top: -20px; left: -18px; width: 128px; height: 128px; border: 1px solid #bedbc8; border-radius: 50%; content: ""; }
.image-frame img { position: relative; width: 100%; height: 390px; border-radius: var(--radius); object-fit: cover; }
.image-badge { position: absolute; right: -14px; bottom: -18px; padding: 18px; border-radius: 16px; background: var(--lime); box-shadow: var(--shadow); }
.image-badge svg { color: var(--ink); }
.image-badge strong { display: block; margin-top: 9px; font-family: "Manrope", Arial, sans-serif; font-size: 20px; line-height: 1.05; }
.check-list { display: grid; gap: 17px; margin: 30px 0 0; }
.check-item { display: flex; gap: 14px; padding-top: 17px; border-top: 1px solid var(--line); }
.check-item svg { flex-shrink: 0; margin-top: 3px; color: var(--green); }
.check-item strong { display: block; font-size: 15px; }
.check-item p { margin: 3px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.cta-wrap { position: relative; z-index: 2; margin-bottom: -80px; }
.cta-banner { position: relative; overflow: hidden; display: grid; align-items: center; gap: 25px; padding: 38px 28px; border-radius: 28px; background-color: var(--ink); background-image: linear-gradient(rgba(16,73,57,.78), rgba(16,73,57,.68)), url('./assets/images/support-background.jpg'); background-position: center 58%; background-size: cover; color: var(--paper); }
.cta-banner > * { position: relative; z-index: 1; }
.cta-banner .eyebrow { color: var(--lime); }
.cta-banner h2 { margin: 10px 0; max-width: 480px; color: var(--paper); font-size: 36px; }
.cta-banner p { max-width: 430px; margin: 0; color: #d7ebdf; font-size: 14px; }
.cta-banner .button-primary { width: fit-content; }

.page-hero { padding: 80px 0 68px; background: var(--mist); }
.page-hero .page-title { max-width: 820px; margin: 16px 0 0; font-size: clamp(3rem, 8vw, 6rem); }
.page-hero .page-intro { max-width: 650px; margin: 24px 0 0; color: #61766d; font-size: 17px; line-height: 1.7; }
.content-section { background: var(--mist); padding: 0 0 120px; }

.doctor-tools { display: flex; flex-direction: column; gap: 10px; padding: 12px; border: 1px solid #d4e4d9; border-radius: 18px; background: var(--paper); }
.search-field, .doctor-select { border: 0; border-radius: 12px; background: var(--mist); color: var(--muted); font-size: 14px; padding: 14px 16px; }
.search-field { width: 100%; outline: none; }
.search-field:focus, .doctor-select:focus { box-shadow: 0 0 0 3px rgba(213,240,77,.55); outline: none; }
.doctor-grid { display: grid; gap: 18px; margin-top: 38px; }
.doctor-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: var(--shadow-card); transition: transform .2s ease, box-shadow .2s ease; }
.doctor-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.doctor-photo { position: relative; display: grid; height: 255px; place-items: center; }
.doctor-photo.green { background: #d7e8dd; }
.doctor-photo.sand { background: #e7e2d4; }
.doctor-photo.blue { background: #dce7e8; }
.doctor-photo.lilac { background: #d7dfea; }
.doctor-photo.steel { background: #dce2ed; }
.doctor-photo.grey { background: #e2e1df; }
.doctor-photo .pill { position: absolute; top: 16px; left: 16px; color: #fff; background: var(--green); font-size: 9px; letter-spacing: .06em; }
.doctor-initials { display: grid; width: 140px; height: 140px; place-items: center; border: 10px solid rgba(251,250,245,.65); border-radius: 50%; background: #b6cbbd; color: #386752; font-family: "Manrope", Arial, sans-serif; font-size: 42px; font-weight: 800; }
.doctor-info { padding: 20px; }
.doctor-info h2 { margin: 0; font-size: 20px; }
.doctor-specialty { margin: 9px 0 15px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.doctor-hospital { display: flex; align-items: center; gap: 7px; border-top: 1px solid #e2ebe4; padding-top: 14px; color: #7a8d84; font-size: 12px; }
.doctor-action { display: flex; align-items: center; justify-content: space-between; margin-top: 17px; padding: 12px 14px; border-radius: 11px; background: var(--mist); font-size: 12px; font-weight: 800; }
.empty-state { display: none; margin-top: 38px; padding: 55px 20px; border: 1px dashed #b8d2c1; border-radius: 18px; text-align: center; }

.guide-grid { display: grid; gap: 18px; }
.guide-card { padding: 25px; border-radius: 21px; background: var(--paper); box-shadow: var(--shadow-card); }
.guide-card:nth-child(odd) { transform: translateY(-8px); }
.guide-top { display: flex; align-items: center; justify-content: space-between; }
.guide-number { color: #b8d7c4; font-family: "Manrope", Arial, sans-serif; font-size: 40px; font-weight: 800; }
.guide-icon { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: var(--lime); }
.guide-card h2 { margin: 28px 0 10px; font-size: 21px; }
.guide-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.guide-line { width: 32px; height: 4px; margin-top: 23px; border-radius: 3px; background: var(--green); }
.dark-callout { display: grid; align-items: center; gap: 25px; margin-top: 34px; padding: 30px; border-radius: 24px; background: var(--ink); color: var(--paper); }
.dark-callout h2 { margin: 10px 0; color: var(--paper); font-size: 32px; }
.dark-callout p { max-width: 570px; margin: 0; color: #b7d2c2; font-size: 14px; }
.dark-callout .button-secondary { border: 0; background: var(--lime); color: var(--ink); }

.guide-layout { display: grid; gap: 38px; }
.guide-copy h2 { margin: 10px 0 15px; }
.guide-copy p { color: var(--muted); font-size: 15px; line-height: 1.8; }
.steps { display: grid; gap: 28px; }
.step { display: grid; grid-template-columns: 52px 1fr; gap: 17px; }
.step-number { color: var(--green); font-family: "Manrope", Arial, sans-serif; font-size: 22px; font-weight: 800; }
.step h3 { margin: 0 0 7px; font-size: 20px; }
.step p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.accordion-list { max-width: 850px; }
.accordion-item { border-bottom: 1px solid #cbded1; background: var(--paper); }
.accordion-item:first-child { border-radius: 18px 18px 0 0; }
.accordion-item:last-child { border-radius: 0 0 18px 18px; }
.accordion-trigger { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 18px; border: 0; background: transparent; color: var(--ink); cursor: pointer; padding: 20px; text-align: left; font-weight: 800; }
.accordion-trigger span { display: flex; align-items: center; gap: 12px; }
.accordion-icon { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--mist); color: var(--green); }
.accordion-item.is-open .accordion-icon { background: var(--lime); }
.accordion-panel { display: none; padding: 0 20px 23px 64px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.accordion-item.is-open .accordion-panel { display: block; }
.accordion-panel ul { margin: 10px 0 0; padding-left: 18px; }
.notice { margin-top: 28px; padding: 17px; border-radius: 14px; background: var(--sand); color: #6b624b; font-size: 13px; line-height: 1.6; }

.cost-grid { display: grid; gap: 18px; }
.cost-panel { padding: 28px; border-radius: 24px; }
.cost-panel.dark { background: var(--ink); color: var(--paper); }
.cost-panel.light { background: var(--paper); }
.cost-panel h2 { margin: 10px 0 13px; font-size: 32px; }
.cost-panel.dark h2 { color: var(--paper); }
.cost-panel p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.cost-panel.dark p { color: #b7d2c2; }
.form-label { display: block; margin-top: 20px; color: #c4ded0; font-size: 12px; font-weight: 800; }
.form-label select { display: block; width: 100%; margin-top: 7px; border: 0; border-radius: 11px; background: #246b50; color: #fff; padding: 13px; outline: none; }
.cost-result { margin-top: 27px; border-top: 1px solid #3d745d; padding-top: 18px; }
.cost-result small { color: #9fc4af; font-size: 11px; }
.cost-result strong { display: block; margin-top: 4px; color: var(--lime); font-family: "Manrope", Arial, sans-serif; font-size: 31px; line-height: 1.1; }
.cost-result em { display: block; margin-top: 7px; color: #9fc4af; font-size: 11px; font-style: normal; }
.factors { display: grid; gap: 0; margin-top: 28px; }
.factor { display: flex; gap: 14px; padding: 18px 0; border-top: 1px solid var(--line); }
.factor-icon { display: grid; width: 28px; height: 28px; flex-shrink: 0; place-items: center; border-radius: 50%; background: var(--mist); color: var(--green); }
.factor strong { display: block; font-size: 14px; }
.factor p { margin: 3px 0 0; font-size: 13px; }

.contact-grid { display: grid; gap: 18px; }
.contact-panel { padding: 28px; border-radius: 24px; }
.contact-panel.dark { background: var(--ink); color: var(--paper); }
.contact-panel.light { background: var(--paper); box-shadow: var(--shadow-card); }
.contact-panel h2 { margin: 13px 0; font-size: 33px; }
.contact-panel.dark h2 { color: var(--paper); }
.contact-panel p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.contact-panel.dark p { color: #b7d2c2; }
.contact-list { display: grid; gap: 22px; margin-top: 30px; }
.contact-link { display: flex; gap: 14px; }
.contact-icon { display: grid; width: 40px; height: 40px; flex-shrink: 0; place-items: center; border-radius: 50%; background: #246b50; color: var(--lime); }
.contact-label { display: block; color: #8eb7a1; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.contact-value { display: block; margin-top: 3px; font-size: 14px; font-weight: 800; }
.contact-address { margin-top: 30px; border-top: 1px solid #3d745d; padding-top: 20px; color: #b7d2c2; font-size: 12px; line-height: 1.6; }
.contact-form { display: grid; gap: 16px; margin-top: 26px; }
.contact-form label { color: var(--ink-soft); font-size: 14px; font-weight: 800; }
.contact-form input, .contact-form textarea { display: block; width: 100%; margin-top: 7px; border: 1px solid #d4e4d9; border-radius: 11px; background: #f7f8f2; color: var(--ink); padding: 13px; outline: none; }
.contact-form textarea { min-height: 125px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(213,240,77,.5); }
.success-message { display: grid; min-height: 350px; place-items: center; text-align: center; }
.success-icon { display: grid; width: 62px; height: 62px; place-items: center; border-radius: 50%; background: var(--lime); }
.success-message h2 { margin: 20px 0 8px; font-size: 30px; }

.about-intro { display: grid; gap: 30px; padding: 72px 0; }
.about-quote { border-left: 2px solid var(--green); padding-left: 22px; color: var(--ink-soft); font-family: "Manrope", Arial, sans-serif; font-size: 22px; line-height: 1.5; }
.about-partners { display: grid; gap: 24px; border-top: 1px solid #cbded1; padding-top: 25px; }
.about-partner h3 { margin-bottom: 7px; font-size: 20px; }
.about-partner p { margin: 0; color: var(--muted); font-size: 14px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 30px; }
.service-item { display: flex; gap: 8px; border-top: 1px solid var(--line); padding-top: 11px; font-size: 14px; font-weight: 800; }
.service-item svg { flex-shrink: 0; color: var(--green); }
.promise-grid { display: grid; gap: 14px; }
.promise-card { padding: 23px; border-radius: 18px; background: var(--paper); }
.promise-card svg { color: var(--green); }
.promise-card h3 { margin: 26px 0 8px; font-size: 20px; }
.promise-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.site-footer { padding: 135px 0 0; background: var(--ink); color: #e2f0e8; }
.footer-grid { display: grid; gap: 35px; padding-bottom: 55px; }
.site-footer .brand { color: var(--paper); }
.site-footer .brand-mark { background: var(--lime); color: var(--ink); }
.site-footer .brand-subtitle { color: var(--paper); }
.footer-description { max-width: 280px; margin: 24px 0 0; color: #b7d2c2; font-size: 13px; line-height: 1.8; }
.socials { display: flex; gap: 8px; margin-top: 22px; }
.socials a { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid #54846e; border-radius: 50%; color: #e2f0e8; font-size: 11px; font-weight: 800; }
.socials a:hover { background: #246b50; }
.footer-heading { margin-bottom: 16px; color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.footer-links { display: grid; gap: 8px; color: #c4ded0; font-size: 13px; }
.footer-links a:hover { color: var(--lime); }
.footer-hours, .footer-contact { color: #c4ded0; font-size: 13px; line-height: 1.8; }
.footer-hours + .footer-hours { margin-top: 10px; }
.footer-contact p { display: flex; gap: 8px; margin: 0 0 10px; }
.footer-contact svg { flex-shrink: 0; margin-top: 4px; color: var(--lime); }
.footer-bottom { display: flex; flex-direction: column; gap: 8px; border-top: 1px solid #3d745d; padding: 20px 0; color: #9fc4af; font-size: 11px; }

.whatsapp-float { position: fixed; right: 18px; bottom: 18px; z-index: 90; display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; background: var(--green); color: #fff; box-shadow: 0 9px 24px rgba(29,154,90,.3); font-size: 12px; font-weight: 800; padding: 13px; transition: transform .2s ease; }
.whatsapp-float:hover { transform: scale(1.05); }
.whatsapp-label { display: none; }

.screen-reader-text { position: absolute !important; overflow: hidden; width: 1px; height: 1px; padding: 0; border: 0; clip: rect(0,0,0,0); white-space: nowrap; }
.screen-reader-text:focus { position: fixed !important; top: 10px; left: 10px; z-index: 999; width: auto; height: auto; clip: auto; background: var(--paper); color: var(--ink); padding: 12px; }

@keyframes reveal { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes dropdown { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }

@media (min-width: 700px) {
  .hero-grid, .split { grid-template-columns: .9fr 1.1fr; }
  .section { padding: 110px 0; }
  .section-intro { grid-template-columns: .8fr 1.2fr; }
  .three-up { grid-template-columns: repeat(3, 1fr); }
  .value-card { padding: 27px 30px; border-right: 1px solid var(--line); }
  .value-card:first-child { padding-left: 0; }
  .value-card:last-child { border-right: 0; }
  .hospital-grid, .doctor-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-banner, .dark-callout { grid-template-columns: 1fr auto; padding: 43px 50px; }
  .doctor-tools { flex-direction: row; }
  .doctor-select { width: 250px; }
  .guide-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-layout { grid-template-columns: .8fr 1.2fr; }
  .cost-grid, .contact-grid { grid-template-columns: .85fr 1.15fr; }
  .about-intro { grid-template-columns: .8fr 1.2fr; }
  .about-partners { grid-template-columns: repeat(2, 1fr); }
  .promise-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr .8fr .8fr 1.2fr; }
  .footer-bottom { flex-direction: row; justify-content: space-between; }
  .whatsapp-float { right: 28px; bottom: 28px; padding: 13px 16px; }
  .whatsapp-label { display: inline; }
}

@media (min-width: 1100px) {
  .desktop-nav { display: flex; }
  .header-cta { display: inline-flex; }
  .mobile-toggle, .mobile-menu { display: none !important; }
  .hospital-grid { grid-template-columns: repeat(2, 1fr); }
  .doctor-grid { grid-template-columns: repeat(3, 1fr); }
  .guide-grid { grid-template-columns: repeat(4, 1fr); }
  .promise-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}