/* =========================================================
   Ammarai Healthcare Assistance — style.css
   Palet mengikuti brand guide: Navy, Teal, Trust Blue, Care Coral
   ========================================================= */
:root {
  --navy: #143a6f;
  --navy-700: #0f2e5a;
  --navy-900: #0a2144;
  --teal: #158d7e;
  --teal-700: #0e6f63;   /* teks teal kecil (kontras AA) */
  --teal-300: #7fd6c9;
  --teal-50: #e8f6f3;
  --blue: #1c69b0;
  --blue-50: #e9f1fa;
  --coral: #e64642;
  --coral-600: #c9302c;
  --coral-50: #fdeceb;
  --ink: #0f1f33;
  --muted: #56667c;
  --line: #dfe6ee;
  --bg: #f6f8fb;
  --card: #ffffff;
  --wa: #1faa59;

  --f-sans: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --f-serif: "Instrument Serif", Georgia, "Times New Roman", serif;

  --r-sm: 10px;
  --r: 18px;
  --r-lg: 28px;
  --shadow-sm: 0 1px 2px rgba(15, 31, 51, .06), 0 2px 8px rgba(15, 31, 51, .05);
  --shadow: 0 10px 30px -12px rgba(20, 58, 111, .25), 0 4px 10px -6px rgba(20, 58, 111, .12);
  --shadow-lg: 0 30px 60px -20px rgba(20, 58, 111, .35);
  --ease: cubic-bezier(.22, 1, .36, 1);
  --container: 1240px;
  --header-h: 112px;
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 90px; overflow-x: clip; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }
body {
  margin: 0;
  font-family: var(--f-sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
body.is-locked { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: 0; padding: 0; }
input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { margin: 0; line-height: 1.12; letter-spacing: -.02em; font-weight: 800; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
figure { margin: 0; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; border-radius: 6px; }
::selection { background: var(--teal); color: #fff; }

.ic { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.sr-only { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; background: var(--navy); color: #fff; padding: 10px 16px; border-radius: 10px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.container { width: min(100% - 40px, var(--container)); margin-inline: auto; }
.section { padding: clamp(80px, 11vw, 150px) 0; position: relative; }
.serif { font-family: var(--f-serif); font-style: italic; font-weight: 400; letter-spacing: -.01em; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 12.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--teal-700); margin: 0 0 18px;
}
.eyebrow__line { width: 32px; height: 2px; background: currentColor; border-radius: 2px; }
.eyebrow--light { color: var(--teal-300); }

.h2 { font-size: clamp(34px, 5vw, 64px); color: var(--navy); }
.h2 .serif { color: var(--teal); font-size: 1.06em; }
.h2--light { color: #fff; }
.h2--light .serif { color: var(--teal-300); }
.h3 { font-size: clamp(22px, 2.4vw, 30px); color: var(--navy); }
.lead { font-size: clamp(17px, 1.5vw, 20px); color: var(--muted); line-height: 1.6; }
.lead--light { color: rgba(255, 255, 255, .78); }

.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: clamp(36px, 5vw, 64px); }
.section-head > div { max-width: 760px; }
.section-head__aside { max-width: 340px; color: var(--muted); margin: 0; }
.section-head--center { flex-direction: column; align-items: center; text-align: center; }
.section-head--center .h2 { max-width: 820px; }

/* split text helpers */
.w { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: .08em; margin-bottom: -.08em; }
.wi { display: inline-block; will-change: transform; }
.punct { margin-left: -.07em; }
.w--p { margin-left: -.12em; }
.hero__title .w--p { margin-left: -.04em; }

/* elements waiting for JS animation (prevents flash) */
.anim-pending [data-reveal],
.anim-pending [data-split],
.anim-pending .hero__copy > *,
.anim-pending .hero__visual { opacity: 0; }

/* ---------- Buttons ---------- */
.btn {
  --bg: var(--navy); --fg: #fff;
  position: relative; overflow: hidden; isolation: isolate;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 14px 26px;
  border-radius: 999px; font-weight: 700; font-size: 15.5px; letter-spacing: -.005em;
  background: var(--bg); color: var(--fg);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background-color .3s;
  will-change: transform;
}
.btn::before { /* hover fill sweep */
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: var(--hover, var(--teal));
  transform: translateY(101%); border-radius: inherit;
  transition: transform .5s var(--ease);
}
.btn:hover::before, .btn:focus-visible::before { transform: translateY(0); }
.btn:hover { box-shadow: var(--shadow); }
.btn:active { transform: scale(.97); }
.btn .ic { transition: transform .35s var(--ease); }
.btn:hover .ic { transform: translateX(3px); }
.btn--primary { --bg: var(--navy); --hover: var(--teal); }
.btn--coral { --bg: var(--coral-600); --hover: var(--navy); }
.btn--wa { --bg: var(--wa); --hover: #178a47; }
.btn--light { --bg: #fff; --fg: var(--navy); --hover: var(--teal-300); }
.btn--ghost { --bg: transparent; --fg: var(--navy); --hover: var(--navy); box-shadow: inset 0 0 0 1.5px var(--navy); }
.btn--ghost:hover { color: #fff; }
.btn--sm { min-height: 44px; padding: 10px 18px; font-size: 14px; }
.btn--block { width: 100%; }
.ripple { position: absolute; border-radius: 50%; transform: scale(0); background: rgba(255,255,255,.45); pointer-events: none; animation: ripple .7s var(--ease) forwards; z-index: 0; }
@keyframes ripple { to { transform: scale(4); opacity: 0; } }

.icon-btn {
  width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center;
  background: #fff; color: var(--navy); box-shadow: var(--shadow-sm), inset 0 0 0 1px var(--line);
  transition: transform .3s var(--ease), background .3s, color .3s;
}
.icon-btn:hover { background: var(--navy); color: #fff; transform: scale(1.06); }

.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #2bd576; display: inline-block; position: relative; flex: none; }
.live-dot::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: inherit; animation: ping 1.8s cubic-bezier(0, 0, .2, 1) infinite; }
@keyframes ping { 75%, 100% { transform: scale(2.6); opacity: 0; } }

/* ---------- Preloader ---------- */
.preloader {
  position: fixed; inset: 0; z-index: 999; background: #fff;
  display: grid; place-items: center;
}
.js:not(.anim-pending) .preloader.is-done { display: none; }
html:not(.js) .preloader { display: none; }
.preloader__inner { display: grid; justify-items: center; gap: 22px; }
.preloader__mark { width: 110px; height: auto; overflow: visible; }
.preloader__text { margin: 0; font-weight: 700; color: var(--navy); font-size: 18px; overflow: hidden; }
.preloader__text em { font-family: var(--f-serif); font-weight: 400; color: var(--teal); font-size: 1.2em; }
.preloader__bar { width: 160px; height: 3px; border-radius: 3px; background: var(--line); overflow: hidden; }
.preloader__bar i { display: block; height: 100%; width: 100%; background: linear-gradient(90deg, var(--teal), var(--blue), var(--coral)); transform-origin: left; transform: scaleX(0); }

/* ---------- Scroll progress & cursor ---------- */
.scroll-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 120; pointer-events: none; }
.scroll-progress i { display: block; height: 100%; background: linear-gradient(90deg, var(--teal), var(--blue), var(--coral)); transform-origin: left; transform: scaleX(0); }

.cursor { display: none; }
@media (hover: hover) and (pointer: fine) {
  .has-cursor .cursor { display: block; position: fixed; inset: 0; pointer-events: none; z-index: 998; }
  .cursor__dot, .cursor__ring { position: fixed; top: 0; left: 0; border-radius: 50%; pointer-events: none; }
  .cursor__dot { width: 7px; height: 7px; margin: -3.5px 0 0 -3.5px; background: var(--coral); }
  .cursor__ring {
    width: 38px; height: 38px; margin: -19px 0 0 -19px; border: 1.5px solid rgba(20, 58, 111, .35);
    display: grid; place-items: center; transition: width .35s var(--ease), height .35s var(--ease), margin .35s var(--ease), background .35s, border-color .35s;
  }
  .cursor__label { font-size: 11px; font-weight: 700; color: #fff; letter-spacing: .06em; text-transform: uppercase; opacity: 0; transition: opacity .2s; }
  .cursor.is-link .cursor__ring { width: 58px; height: 58px; margin: -29px 0 0 -29px; background: rgba(21, 141, 126, .12); border-color: var(--teal); }
  .cursor.is-label .cursor__ring { width: 86px; height: 86px; margin: -43px 0 0 -43px; background: var(--navy); border-color: var(--navy); }
  .cursor.is-label .cursor__label { opacity: 1; }
  .cursor.is-hidden { opacity: 0; }
}

/* ---------- Header ---------- */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: transform .5s var(--ease);
}
.header.is-hidden { transform: translateY(-100%); }
.topbar { background: var(--navy); color: rgba(255, 255, 255, .86); font-size: 13px; transition: margin .4s var(--ease); }
.topbar__inner { display: flex; justify-content: space-between; align-items: center; min-height: 38px; gap: 20px; }
.topbar p { margin: 0; display: flex; align-items: center; gap: 10px; }
.topbar__links { display: flex; gap: 22px; }
.topbar__links a { display: inline-flex; align-items: center; gap: 7px; opacity: .9; transition: opacity .2s, color .2s; }
.topbar__links a:hover { opacity: 1; color: var(--teal-300); }
.topbar .ic { width: 15px; height: 15px; }
.header.is-scrolled .topbar { margin-top: -38px; }

.nav {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  height: 74px; margin-top: 0;
  transition: height .4s var(--ease);
}
.header::after {
  content: ""; position: absolute; inset: 38px 0 0 0; z-index: -1;
  background: rgba(255, 255, 255, .82); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid rgba(20, 58, 111, .08);
  transition: inset .4s var(--ease), box-shadow .4s;
}
.header.is-scrolled::after { inset: 0; box-shadow: 0 8px 30px -18px rgba(20, 58, 111, .35); }
.header.is-scrolled .nav { height: 66px; }
.nav__logo img { width: auto; height: 50px; transition: height .4s var(--ease); }
.header.is-scrolled .nav__logo img { height: 44px; }
.nav__menu { position: relative; display: flex; gap: 4px; }
.nav__menu a {
  position: relative; z-index: 1; padding: 9px 14px; border-radius: 999px;
  font-weight: 600; font-size: 14.5px; color: var(--navy); transition: color .3s;
}
.nav__menu a.is-active { color: #fff; }
.nav__indicator {
  position: absolute; top: 0; left: 0; height: 100%; width: 0; border-radius: 999px; background: var(--navy);
  opacity: 0; transition: transform .5s var(--ease), width .5s var(--ease), opacity .3s;
}
.nav__actions { display: flex; align-items: center; gap: 10px; }
.nav__sos { gap: 8px; }
.sos-ping { position: absolute; right: 12px; top: 10px; width: 7px; height: 7px; border-radius: 50%; background: #fff; }
.sos-ping::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: #fff; animation: ping 1.6s infinite; }
.nav__sos span:last-child { padding-right: 10px; }

.header.is-menu::after { background: transparent; border-color: transparent; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
.header.is-menu .nav__logo img { filter: brightness(0) invert(1); }
.header.is-menu .burger { background: var(--teal); }
.burger { display: none; width: 48px; height: 48px; border-radius: 50%; background: var(--navy); position: relative; }
.burger span { position: absolute; left: 14px; right: 14px; height: 2px; background: #fff; border-radius: 2px; transition: transform .45s var(--ease), top .45s var(--ease); }
.burger span:first-child { top: 19px; }
.burger span:last-child { top: 27px; }
.burger[aria-expanded="true"] span:first-child { top: 23px; transform: rotate(45deg); }
.burger[aria-expanded="true"] span:last-child { top: 23px; transform: rotate(-45deg); }

.mmenu {
  position: fixed; inset: 0; z-index: 90; background: var(--navy-900); color: #fff;
  padding: 130px 24px 36px; display: flex; flex-direction: column; justify-content: space-between;
  clip-path: circle(0% at calc(100% - 44px) 58px);
}
.mmenu__nav { display: grid; gap: 4px; }
.mmenu__nav a { display: flex; align-items: baseline; gap: 16px; font-size: clamp(32px, 9vw, 48px); font-weight: 800; letter-spacing: -.03em; padding: 4px 0; }
.mmenu__nav a span { font-size: 13px; font-weight: 600; color: var(--teal-300); letter-spacing: .1em; }
.mmenu__foot { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between; }
.mmenu__phone { font-weight: 700; font-size: 20px; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100svh; padding: calc(var(--header-h) + 40px) 0 90px; display: flex; align-items: center; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.blob { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .55; }
.blob--teal { width: 520px; height: 520px; background: #bfe9e2; top: -120px; right: -80px; }
.blob--coral { width: 360px; height: 360px; background: #fcd4d2; bottom: 40px; right: 30%; opacity: .5; }
.blob--blue { width: 440px; height: 440px; background: #d4e4f6; bottom: -160px; left: -140px; }
.hero__grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(20, 58, 111, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(20, 58, 111, .05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 30%, transparent 75%);
}
.hero__inner { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(32px, 4vw, 64px); align-items: center; }
.hero__eyebrow { color: var(--teal-700); }
.hero__title { font-size: clamp(42px, 5.5vw, 82px); line-height: 1.02; color: var(--navy); letter-spacing: -.035em; }
.hero__title .line { display: block; }
.hero__title em { position: relative; color: var(--coral); display: inline-block; font-size: 1.08em; }
.heart-scribble { position: absolute; left: -2%; bottom: -.08em; width: 104%; height: .32em; overflow: visible; }
.heart-scribble path { fill: none; stroke: var(--coral); stroke-width: 4; stroke-linecap: round; stroke-dasharray: 130; stroke-dashoffset: 130; }
html:not(.js) .heart-scribble path { stroke-dashoffset: 0; }

.ecg { width: min(100%, 520px); height: 42px; margin: 18px 0 10px; }
.ecg svg { width: 100%; height: 100%; overflow: visible; }
.ecg__base, .ecg__path { fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.ecg__base { stroke: rgba(21, 141, 126, .22); }
.ecg__path { stroke: var(--teal); stroke-dasharray: 900; stroke-dashoffset: 900; }
html:not(.js) .ecg__path { stroke-dashoffset: 0; }
.ecg__path.is-beating { stroke: var(--coral); stroke-width: 3; stroke-dasharray: 150 900; animation: ecg 2.8s linear infinite; filter: drop-shadow(0 0 4px rgba(230, 70, 66, .55)); }
@keyframes ecg { from { stroke-dashoffset: 150; } to { stroke-dashoffset: -760; } }

.hero__lead { font-size: clamp(17px, 1.45vw, 20px); color: var(--muted); max-width: 540px; margin-bottom: 14px; }
.hero__need { font-size: clamp(19px, 1.7vw, 23px); font-weight: 700; color: var(--navy); margin: 0; line-height: 1.9; }
.hero__need-end { color: var(--muted); font-weight: 600; margin-left: .2em; }
.rotator { display: inline-flex; vertical-align: middle; margin: 0 .08em 0 .15em; position: relative; overflow: hidden; height: 1.7em; align-items: center; justify-content: center; padding: 0 .55em; border-radius: 10px; background: var(--teal-50); box-shadow: inset 0 0 0 1px rgba(21, 141, 126, .25); }
.rotator__word { display: inline-block; font-weight: 800; color: var(--teal-700); white-space: nowrap; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 34px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 10px 24px; color: var(--navy); font-weight: 600; font-size: 14px; }
.hero__trust li { display: flex; align-items: center; gap: 8px; }
.hero__trust .ic { color: var(--teal); }
.br-d { display: none; }
@media (min-width: 1200px) { .br-d { display: inline; } }

.hero__visual { position: relative; aspect-ratio: 1 / 1.02; }
.hero__photo {
  position: absolute; inset: 6% 4% 8% 10%;
  border-radius: 46% 46% 32px 32px / 38% 38% 32px 32px;
  overflow: hidden; box-shadow: var(--shadow-lg); background: var(--teal-50);
}
.hero__photo img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.12); }
.float-card {
  position: absolute; display: flex; align-items: center; gap: 12px;
  background: rgba(255, 255, 255, .9); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  padding: 12px 18px 12px 12px; border-radius: 18px; box-shadow: var(--shadow);
  font-size: 13px; line-height: 1.3; color: var(--ink);
}
.float-card strong { display: block; font-size: 15px; color: var(--navy); }
.float-card small { display: flex; align-items: center; gap: 6px; color: var(--muted); }
.float-card__icon { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; color: #fff; }
.float-card__icon--teal { background: var(--teal); }
.float-card__icon--navy { background: var(--navy); }
.float-card--a { top: 10%; left: -4%; }
.float-card--b { bottom: 15%; right: -3%; }
.float-card--c { bottom: 2%; left: 2%; flex-direction: column; align-items: flex-start; gap: 2px; padding: 16px 20px; }
.float-card__big { font-size: 38px !important; line-height: 1; letter-spacing: -.03em; color: var(--coral) !important; }
.hero__ring { position: absolute; top: -5%; right: -3%; width: 132px; height: 132px; animation: spin 22s linear infinite; }
.hero__ring text { font-size: 13.5px; font-weight: 700; letter-spacing: .22em; fill: var(--navy); }
@keyframes spin { to { transform: rotate(360deg); } }

.scroll-cue { position: absolute; left: 50%; bottom: 26px; width: 26px; height: 42px; border-radius: 14px; border: 2px solid rgba(20, 58, 111, .35); transform: translateX(-50%); }
.scroll-cue span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px; border-radius: 2px; background: var(--navy); animation: cue 1.8s var(--ease) infinite; }
@keyframes cue { 0% { transform: translateY(0); opacity: 1; } 70% { transform: translateY(14px); opacity: 0; } 100% { opacity: 0; } }

/* ---------- Marquee ---------- */
.marquee { overflow: hidden; position: relative; }
.marquee__track { display: flex; width: max-content; align-items: center; will-change: transform; }
.marquee--brand { background: var(--navy); color: #fff; padding: 22px 0; transform: rotate(-1.4deg); margin: 0 -2%; box-shadow: var(--shadow); }
.marquee--brand span { font-size: clamp(22px, 3vw, 38px); font-weight: 800; letter-spacing: -.02em; padding: 0 28px; white-space: nowrap; }
.marquee--brand span:nth-of-type(3n+2) { font-family: var(--f-serif); font-style: italic; font-weight: 400; color: var(--teal-300); }
.marquee--brand i { font-style: normal; color: var(--coral); font-size: 20px; }

/* ---------- Stats ---------- */
.stats { padding: 90px 0 30px; }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat { padding: 28px 26px; border-radius: var(--r); background: #fff; box-shadow: var(--shadow-sm); position: relative; overflow: hidden; }
.stat::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--teal); transform: scaleY(0); transform-origin: bottom; transition: transform .6s var(--ease); }
.stat:hover::before { transform: scaleY(1); }
.stat:nth-child(2)::before { background: var(--blue); }
.stat:nth-child(3)::before { background: var(--coral); }
.stat:nth-child(4)::before { background: var(--navy); }
.stat strong { display: block; font-size: clamp(40px, 4.4vw, 60px); line-height: 1; letter-spacing: -.04em; color: var(--navy); font-weight: 800; font-variant-numeric: tabular-nums; }
.stat__slash { color: var(--coral); }
.stat p { margin: 12px 0 0; color: var(--muted); font-size: 14.5px; }

/* ---------- About ---------- */
.about__grid { display: grid; grid-template-columns: minmax(0, 880px); justify-content: center; }
.about__copy .h2 { max-width: 24ch; }
.about__copy .h2 .serif { display: block; }
.about__media { position: sticky; top: 110px; }
.about__founder { border-radius: 200px 200px var(--r-lg) var(--r-lg); overflow: hidden; background: linear-gradient(180deg, #1b4a86, var(--navy)); aspect-ratio: 410 / 485; box-shadow: var(--shadow-lg); }
.about__founder img { width: 100%; height: 100%; object-fit: cover; }
.about__badge { position: absolute; right: -18px; bottom: 36px; background: #fff; padding: 16px 22px; border-radius: 16px; box-shadow: var(--shadow); border-left: 4px solid var(--coral); }
.about__badge strong { display: block; color: var(--navy); }
.about__badge span { font-size: 13px; color: var(--muted); }
.about__mark { position: absolute; width: 180px; left: -70px; top: -40px; z-index: -1; fill: rgba(21, 141, 126, .1); }
.about__copy .h2 { margin-bottom: 26px; }
.quote { margin: 30px 0; padding: 26px 28px 22px 30px; background: #fff; border-radius: var(--r); box-shadow: var(--shadow-sm); position: relative; }
.quote__mark { width: 34px; fill: var(--coral); margin-bottom: 10px; }
.quote p { font-family: var(--f-serif); font-style: italic; font-size: clamp(21px, 2vw, 26px); line-height: 1.35; color: var(--navy); margin: 0; }
.vm { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.vm__card { padding: 26px; border-radius: var(--r); background: var(--navy); color: #fff; transform-style: preserve-3d; transition: box-shadow .4s; }
.vm__card:hover { box-shadow: var(--shadow-lg); }
.vm__card--teal { background: var(--teal); }
.vm__card p, .vm__card li { margin: 0; font-size: 15.5px; line-height: 1.55; color: rgba(255, 255, 255, .92); }
.vm__card li { padding-left: 18px; position: relative; }
.vm__card li + li { margin-top: 10px; }
.vm__card li::before { content: ""; position: absolute; left: 0; top: .6em; width: 7px; height: 7px; border-radius: 50%; background: #fff; }
.vm__tag { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; background: rgba(255, 255, 255, .16); margin-bottom: 16px; }

.values { margin-top: clamp(70px, 9vw, 120px); }
.eyebrow--center { display: flex; justify-content: center; width: 100%; text-align: center; }
.values__grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; max-width: 1080px; margin: 8px auto 0; }
.value {
  --c: var(--teal);
  flex: 1 1 300px; max-width: 348px;
  position: relative; padding: 24px 24px 26px; border-radius: var(--r); background: #fff;
  box-shadow: var(--shadow-sm); overflow: hidden;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.value::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--c); }
.value:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.value--teal { --c: var(--teal); }
.value--navy { --c: var(--navy); }
.value--blue { --c: var(--blue); }
.value--coral { --c: var(--coral-600); }
.value__name { display: block; font-weight: 800; font-size: 19px; color: var(--c); letter-spacing: -.015em; margin-bottom: 6px; }
.value__desc { display: block; color: var(--muted); font-size: 14.5px; line-height: 1.55; }
@media (max-width: 900px) { .value { flex-basis: 260px; max-width: none; } }
@media (max-width: 600px) { .value { flex-basis: 100%; padding: 20px 20px 22px; } }

/* ---------- Services ---------- */
.services { background: #fff; }
.filters { position: relative; display: inline-flex; flex-wrap: wrap; gap: 6px; padding: 6px; border-radius: 999px; background: var(--bg); box-shadow: inset 0 0 0 1px var(--line); margin-bottom: 36px; }
.filter { position: relative; z-index: 1; padding: 10px 18px; border-radius: 999px; font-weight: 600; font-size: 14.5px; color: var(--navy); transition: color .35s; min-height: 44px; }
.filter span { display: inline-grid; place-items: center; min-width: 24px; height: 24px; margin-left: 6px; border-radius: 999px; font-size: 12px; background: rgba(20, 58, 111, .08); transition: background .35s; }
.filter.is-active { color: #fff; }
.filter.is-active span { background: rgba(255, 255, 255, .2); }
.filters__pill { position: absolute; z-index: 0; top: 0; left: 0; border-radius: 999px; background: var(--navy); box-shadow: var(--shadow); transition: transform .55s var(--ease), width .55s var(--ease), height .55s var(--ease); }

.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.svc {
  --mx: 50%; --my: 50%;
  position: relative; display: flex; flex-direction: column; gap: 12px;
  padding: 26px 24px 22px; border-radius: var(--r); background: var(--bg);
  box-shadow: inset 0 0 0 1px var(--line); cursor: pointer; overflow: hidden;
  transform-style: preserve-3d; transition: box-shadow .4s var(--ease), background .4s;
  min-height: 262px;
}
.svc::before { /* spotlight */
  content: ""; position: absolute; inset: 0; opacity: 0; transition: opacity .4s;
  background: radial-gradient(420px circle at var(--mx) var(--my), rgba(21, 141, 126, .16), transparent 45%);
}
.svc:hover, .svc:focus-visible { background: #fff; box-shadow: var(--shadow), inset 0 0 0 1px rgba(21, 141, 126, .35); }
.svc:hover::before { opacity: 1; }
.svc.is-hidden { display: none; }
.svc__num { position: absolute; top: 22px; right: 22px; font-size: 13px; font-weight: 700; color: rgba(20, 58, 111, .3); }
.svc__icon { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; color: #fff; background: var(--teal); transition: transform .5s var(--ease); transform: translateZ(30px); }
.svc__icon .ic { width: 26px; height: 26px; }
.svc__icon--coral { background: var(--coral-600); }
.svc__icon--blue { background: var(--blue); }
.svc__icon--navy { background: var(--navy); }
.svc:hover .svc__icon { transform: translateZ(40px) rotate(-8deg) scale(1.08); }
.svc h3 { font-size: 19px; color: var(--navy); margin-top: 8px; letter-spacing: -.015em; }
.svc p { margin: 0; font-size: 14.5px; color: var(--muted); line-height: 1.55; flex: 1; }
.svc__more { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: 14px; color: var(--teal-700); }
.svc__more .ic { transition: transform .35s var(--ease); }
.svc:hover .svc__more .ic { transform: translate(3px, -3px); }

/* ---------- Home care horizontal ---------- */
.hcare { background: var(--navy-900); color: #fff; position: relative; overflow: hidden; }
.hcare__pin { padding: clamp(70px, 8vh, 110px) 0 clamp(40px, 5vh, 70px); min-height: 100vh; display: flex; flex-direction: column; justify-content: center; }
.hcare__head { margin-bottom: clamp(24px, 4vh, 44px); }
.hcare__head .h2 { max-width: 780px; }
.hcare__progress { margin-top: 28px; height: 3px; width: 220px; background: rgba(255, 255, 255, .15); border-radius: 3px; overflow: hidden; }
.hcare__progress i { display: block; height: 100%; background: var(--teal-300); transform-origin: left; transform: scaleX(0); }
.hcare__track { display: flex; gap: 26px; padding-left: max(20px, calc((100vw - var(--container)) / 2)); padding-right: 6vw; width: max-content; }
.hpanel { width: min(78vw, 520px, 62vh); flex: none; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1); border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; }
.hpanel__img { aspect-ratio: 16 / 9; overflow: hidden; background: var(--navy); }
.hpanel__img img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.15); filter: saturate(.9); }
.hpanel__body { padding: 28px 30px 32px; position: relative; }
.hpanel__n { font-family: var(--f-serif); font-style: italic; font-size: 54px; line-height: 1; color: var(--teal-300); display: block; margin-bottom: 10px; }
.hpanel h3 { font-size: clamp(22px, 2.2vw, 28px); margin-bottom: 10px; }
.hpanel p { color: rgba(255, 255, 255, .75); margin: 0; }
.hpanel--cta { background: linear-gradient(145deg, var(--teal), #0f6d62); justify-content: center; border: 0; }
.hpanel--cta .hpanel__body { padding: 44px; }
.hpanel--cta p { margin: 12px 0 26px; color: rgba(255, 255, 255, .88); }
.hpanel__mark { width: 90px; fill: rgba(255, 255, 255, .22); margin-bottom: 24px; }
@media (max-width: 899px), (prefers-reduced-motion: reduce) {
  .hcare__track { width: auto; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 20px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .hcare__track::-webkit-scrollbar { display: none; }
  .hpanel { scroll-snap-align: start; }
  .hcare__pin { min-height: 0; }
}

/* ---------- Personal assistance ---------- */
.pa-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px 26px; }
.pa { text-align: center; }
.pa__img {
  aspect-ratio: 5 / 4; margin-bottom: 22px; position: relative; overflow: hidden;
  clip-path: polygon(50% 0, 100% 36%, 100% 100%, 0 100%, 0 36%);
  background: var(--teal-50);
}
.pa__img img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.02); transition: transform .8s var(--ease), filter .6s; }
.pa__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20, 58, 111, .06), rgba(20, 58, 111, .3)); transition: opacity .6s; }
.pa:nth-child(even) .pa__img::after { background: linear-gradient(180deg, rgba(21, 141, 126, .08), rgba(20, 58, 111, .32)); }
.pa:hover .pa__img img { transform: scale(1.06); }
.pa:hover .pa__img::after { opacity: .35; }
.pa h3 { font-size: 21px; color: var(--navy); margin-bottom: 8px; }
.pa p { color: var(--muted); font-size: 15px; max-width: 340px; margin: 0 auto; }

/* ---------- Medevac ---------- */
.medevac { background: radial-gradient(ellipse 80% 60% at 80% 20%, #1c4d8c 0%, var(--navy) 45%, var(--navy-900) 100%); color: #fff; padding: clamp(90px, 11vw, 150px) 0 clamp(70px, 8vw, 110px); overflow: hidden; }
.medevac__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.medevac__copy .h2 { margin-bottom: 22px; }
.medevac__list { display: grid; gap: 16px; margin: 30px 0 34px; }
.medevac__list li { display: flex; gap: 16px; padding: 16px 18px; border-radius: 16px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .08); transition: background .3s, transform .4s var(--ease); }
.medevac__list li:hover { background: rgba(255, 255, 255, .1); transform: translateX(6px); }
.medevac__list .ic { width: 26px; height: 26px; color: var(--teal-300); margin-top: 2px; }
.medevac__list strong { display: block; }
.medevac__list span { color: rgba(255, 255, 255, .7); font-size: 14.5px; }
.flight { position: relative; }
.flight__map { width: 100%; height: auto; overflow: visible; }
.route { fill: none; stroke: var(--teal-300); stroke-width: 2; stroke-dasharray: 5 7; opacity: .75; }
.route--long { stroke: #f5a3a1; }
.city circle:not([fill]) { fill: #fff; }
.city text { fill: rgba(255, 255, 255, .85); font-size: 13px; font-weight: 600; font-family: var(--f-sans); }
.city--home circle:not([fill]) { fill: var(--coral); }
.city--home text { font-weight: 800; fill: #fff; }
.flight__legend { display: flex; gap: 22px; font-size: 13px; color: rgba(255, 255, 255, .7); margin-top: 8px; }
.flight__legend span { display: inline-flex; align-items: center; gap: 8px; }
.lg { width: 10px; height: 10px; border-radius: 50%; background: #fff; }
.lg--home { background: var(--coral); }
.medevac__photos { display: grid; grid-template-columns: 1.35fr 1fr; gap: 20px; margin-top: clamp(50px, 7vw, 90px); align-items: stretch; }
.mphoto { border-radius: var(--r); overflow: hidden; height: 100%; cursor: zoom-in; background: rgba(255, 255, 255, .06); }
.mphoto--a { aspect-ratio: 4 / 3; }   /* menentukan tinggi baris; dua foto lain ikut menyesuaikan */
.mphoto img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.mphoto:hover img { transform: scale(1.06); }

/* ---------- Process ---------- */
.steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; counter-reset: s; }
.steps__line { position: absolute; top: 36px; left: 12%; width: 76%; height: 20px; z-index: 0; overflow: visible; }
.steps__line path { stroke: var(--teal); stroke-width: 2.5; stroke-dasharray: 1000; stroke-dashoffset: 1000; fill: none; vector-effect: non-scaling-stroke; }
html:not(.js) .steps__line path { stroke-dashoffset: 0; }
.step { position: relative; z-index: 1; text-align: center; padding: 0 8px; }
.step__dot { width: 76px; height: 76px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 22px; background: #fff; color: var(--navy); box-shadow: var(--shadow), inset 0 0 0 2px var(--line); position: relative; transition: background .5s, color .5s, box-shadow .5s; }
.step__dot .ic { width: 28px; height: 28px; }
.step__dot::after { counter-increment: s; content: counter(s); position: absolute; top: -4px; right: -4px; width: 26px; height: 26px; border-radius: 50%; background: var(--coral-600); color: #fff; font-size: 12px; font-weight: 800; display: grid; place-items: center; }
.step.is-active .step__dot { background: var(--teal); color: #fff; box-shadow: 0 0 0 8px rgba(21, 141, 126, .15), var(--shadow); }
.step h3 { font-size: 19px; color: var(--navy); margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 15px; margin: 0; }

/* ---------- Gallery ---------- */
.gallery { background: #fff; }
.masonry { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 230px; gap: 16px; grid-auto-flow: row dense; }
.gitem { position: relative; border-radius: var(--r); overflow: hidden; cursor: zoom-in; background: var(--bg); }
.gitem--tall { grid-row: span 2; grid-column: span 2; }
.gitem--wide { grid-column: span 2; }
.gitem--tall2 { grid-row: span 2; }
.gitem img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.gitem figcaption { position: absolute; left: 14px; bottom: 14px; padding: 8px 14px; border-radius: 999px; background: rgba(255, 255, 255, .92); color: var(--navy); font-weight: 700; font-size: 13.5px; transform: translateY(8px); opacity: 0; transition: transform .5s var(--ease), opacity .5s; }
.gitem::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(10, 33, 68, .45)); opacity: 0; transition: opacity .5s; }
.gitem:hover img { transform: scale(1.07); }
.gitem:hover figcaption, .gitem:focus-within figcaption { transform: none; opacity: 1; z-index: 1; }
.gitem:hover::after { opacity: 1; }
@media (hover: none) { .gitem figcaption { opacity: 1; transform: none; z-index: 1; } }

.posters { margin-top: clamp(60px, 8vw, 100px); }
.posters__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.posters__nav { display: flex; gap: 10px; }
.posters__track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 40px) / 3); gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 18px; scrollbar-width: thin; scrollbar-color: var(--teal) transparent; cursor: grab; }
.posters__track.is-drag { cursor: grabbing; scroll-snap-type: none; }
.poster { position: relative; aspect-ratio: 1; border-radius: var(--r); overflow: hidden; scroll-snap-align: start; box-shadow: var(--shadow-sm); cursor: zoom-in; background: var(--bg); transition: transform .5s var(--ease), box-shadow .5s; }
.poster:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.poster img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.poster__ph { display: none; }
[data-photo].is-missing img { display: none; }

/* ---------- Why ---------- */
.why__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(40px, 7vw, 100px); align-items: center; }
.why__img { position: relative; border-radius: var(--r-lg); overflow: visible; }
.why__img img { border-radius: var(--r-lg); width: 100%; aspect-ratio: 1103 / 954; object-fit: cover; box-shadow: var(--shadow-lg); }
.why__stamp { position: absolute; right: -26px; bottom: -26px; width: 128px; height: 128px; border-radius: 50%; background: var(--coral-600); color: #fff; display: grid; place-items: center; box-shadow: var(--shadow); }
.why__stamp svg:first-child { position: absolute; inset: 0; width: 100%; height: 100%; animation: spin 16s linear infinite; }
.why__stamp text { fill: #fff; font-size: 10.5px; font-weight: 700; letter-spacing: .18em; }
.why__stamp .ic { width: 30px; height: 30px; }
.why__list { margin-top: 32px; display: grid; gap: 4px; }
.why__item { display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: start; padding: 22px 6px; border-bottom: 1px solid var(--line); transition: padding .45s var(--ease), background .45s; border-radius: 14px; }
.why__item:hover { padding-left: 18px; background: #fff; }
.why__n { font-family: var(--f-serif); font-style: italic; font-size: 34px; line-height: 1; color: var(--coral); }
.why__item h3 { font-size: 20px; color: var(--navy); margin-bottom: 6px; }
.why__item p { margin: 0; color: var(--muted); font-size: 15px; }
.why__ic { width: 28px; height: 28px; color: var(--teal); transition: transform .5s var(--ease); }
.why__item:hover .why__ic { transform: rotate(90deg) scale(1.1); }

/* ---------- Partners ---------- */
.partners { background: #fff; padding-bottom: clamp(70px, 8vw, 110px); }
.logo-row__label { font-size: 12.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; margin-top: 24px; }
.marquee--logos { padding: 10px 0; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.marquee--logos img { height: 70px; width: auto; max-width: 180px; object-fit: contain; margin: 0 34px; filter: grayscale(1); opacity: .6; transition: filter .4s, opacity .4s, transform .4s var(--ease); }
.marquee--logos img:hover { filter: none; opacity: 1; transform: scale(1.08); }
.partners__note { text-align: center; color: var(--muted); font-family: var(--f-serif); font-style: italic; font-size: 22px; margin-top: 40px; }

/* ---------- Feedback & FAQ ---------- */
.feedback__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(30px, 5vw, 70px); align-items: start; }
.fb-card { position: relative; padding: clamp(28px, 3.5vw, 44px); border-radius: var(--r-lg); background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.fb-card .h3 { margin-bottom: 26px; }
.rating { border: 0; margin: 0 0 20px; padding: 0; }
.rating__stars { display: flex; gap: 8px; }
.rating input { position: absolute; opacity: 0; pointer-events: none; }
.rating label { cursor: pointer; width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: var(--bg); color: #c7d1dd; transition: transform .3s var(--ease), color .2s, background .2s; }
.rating label .ic { width: 28px; height: 28px; fill: currentColor; stroke-width: 1.2; }
.rating label.is-lit { color: #f5b301; background: #fff6da; }
.rating label:hover { transform: translateY(-3px) scale(1.06); }
.rating input:focus-visible + label { outline: 3px solid var(--blue); outline-offset: 2px; }
.rating label.pop { animation: pop .45s var(--ease); }
@keyframes pop { 40% { transform: scale(1.35) rotate(-10deg); } 100% { transform: scale(1); } }
.rating__text { margin: 12px 0 0; font-weight: 700; color: var(--navy); min-height: 1.6em; }
.fb__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.tag { padding: 9px 16px; border-radius: 999px; font-size: 14px; font-weight: 600; color: var(--navy); background: var(--bg); box-shadow: inset 0 0 0 1px var(--line); transition: background .3s, color .3s, transform .3s var(--ease); min-height: 40px; }
.tag:hover { transform: translateY(-2px); }
.tag[aria-pressed="true"] { background: var(--teal); color: #fff; box-shadow: none; }
.tag[aria-pressed="true"]::before { content: "✓ "; }
.confetti { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }

.faq .h2 { margin-bottom: 30px; }
.acc { display: grid; gap: 12px; }
.acc__item { background: #fff; border-radius: 16px; box-shadow: var(--shadow-sm); overflow: hidden; transition: box-shadow .3s; }
.acc__item[open] { box-shadow: var(--shadow); }
.acc__item summary { list-style: none; cursor: pointer; padding: 20px 60px 20px 24px; font-weight: 700; color: var(--navy); position: relative; }
.acc__item summary::-webkit-details-marker { display: none; }
.acc__icon { position: absolute; right: 20px; top: 50%; width: 28px; height: 28px; margin-top: -14px; border-radius: 50%; background: var(--bg); transition: transform .45s var(--ease), background .3s; }
.acc__icon::before, .acc__icon::after { content: ""; position: absolute; left: 8px; right: 8px; top: 13px; height: 2px; background: var(--navy); border-radius: 2px; transition: transform .45s var(--ease), background .3s; }
.acc__icon::after { transform: rotate(90deg); }
.acc__item[open] .acc__icon { background: var(--teal); transform: rotate(180deg); }
.acc__item[open] .acc__icon::before, .acc__item[open] .acc__icon::after { background: #fff; }
.acc__item[open] .acc__icon::after { transform: rotate(0); }
.acc__body { padding: 0 24px 22px; color: var(--muted); }
.acc__body p { margin: 0; }
.acc__body a { color: var(--teal-700); font-weight: 700; }

/* ---------- Forms ---------- */
.field { display: grid; gap: 7px; margin-bottom: 16px; position: relative; }
.field label, .field .label { font-weight: 600; font-size: 14px; color: var(--navy); }
.opt { font-weight: 500; color: var(--muted); }
.field input, .field select, .field textarea {
  width: 100%; min-height: 50px; padding: 13px 16px; border-radius: 13px;
  background: var(--bg); border: 1.5px solid transparent; outline: none;
  transition: border-color .25s, background .25s, box-shadow .25s;
}
.field textarea { resize: vertical; min-height: 96px; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: var(--line); }
.field input:focus, .field select:focus, .field textarea:focus { background: #fff; border-color: var(--teal); box-shadow: 0 0 0 4px rgba(21, 141, 126, .14); }
.field.is-invalid input, .field.is-invalid select { border-color: var(--coral); background: var(--coral-50); animation: shake .4s; }
.field.is-valid input, .field.is-valid select { border-color: rgba(21, 141, 126, .5); }
.field.is-valid::after { content: ""; position: absolute; right: 14px; top: 42px; width: 18px; height: 18px; border-radius: 50%; background: var(--teal) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12.5 4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / 12px no-repeat; animation: pop .4s var(--ease); }
.field__err { color: var(--coral-600); font-size: 13px; font-weight: 600; min-height: 0; }
.field__count { justify-self: end; color: var(--muted); font-size: 12.5px; }
@keyframes shake { 20%, 60% { transform: translateX(-5px); } 40%, 80% { transform: translateX(5px); } }
.select { position: relative; }
.select::after { content: ""; position: absolute; right: 18px; top: 50%; width: 9px; height: 9px; border-right: 2px solid var(--navy); border-bottom: 2px solid var(--navy); transform: translateY(-70%) rotate(45deg); pointer-events: none; }
.select select { appearance: none; -webkit-appearance: none; padding-right: 44px; cursor: pointer; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.seg { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); padding: 5px; border-radius: 14px; background: var(--bg); }
.seg input { position: absolute; opacity: 0; pointer-events: none; }
.seg label { position: relative; z-index: 1; text-align: center; padding: 10px 8px; border-radius: 10px; cursor: pointer; font-weight: 600; font-size: 14px; color: var(--navy); transition: color .35s; min-height: 42px; display: grid; place-items: center; }
.seg input:checked + label { color: #fff; }
.seg input:focus-visible + label { outline: 3px solid var(--blue); outline-offset: 1px; }
.seg__pill { position: absolute; z-index: 0; top: 5px; bottom: 5px; left: 5px; width: calc((100% - 10px) / 3); border-radius: 10px; background: var(--navy); transition: transform .5s var(--ease); }

/* ---------- Contact ---------- */
.contact__card { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(28px, 4vw, 60px); padding: clamp(28px, 5vw, 64px); border-radius: 36px; background: radial-gradient(ellipse at 0% 0%, #1f5294, var(--navy) 50%, var(--navy-900)); color: #fff; box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.contact__card::before { content: ""; position: absolute; width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(circle, rgba(21, 141, 126, .45), transparent 65%); bottom: -200px; left: -120px; pointer-events: none; }
.contact__info { position: relative; }
.contact__info .h2 { font-size: clamp(32px, 4vw, 52px); margin-bottom: 18px; }
.cinfo { display: grid; gap: 12px; margin-top: 30px; }
.cinfo li { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; padding: 14px 16px; border-radius: 16px; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .08); transition: background .3s; }
.cinfo li:hover { background: rgba(255, 255, 255, .12); }
.cinfo__ic { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: rgba(127, 214, 201, .16); color: var(--teal-300); }
.cinfo small { display: block; font-size: 12px; color: rgba(255, 255, 255, .6); letter-spacing: .04em; }
.cinfo a, .cinfo span { font-weight: 700; font-size: 15.5px; line-height: 1.4; }
.cinfo li:last-child span { font-weight: 500; font-size: 14.5px; color: rgba(255, 255, 255, .85); }
.copy { width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center; color: rgba(255, 255, 255, .7); transition: background .3s, color .3s, transform .3s; }
.copy:hover { background: rgba(255, 255, 255, .12); color: #fff; }
.copy.is-done { color: var(--teal-300); transform: scale(1.15); }

.book { position: relative; background: #fff; color: var(--ink); border-radius: 26px; padding: clamp(24px, 3vw, 36px); box-shadow: var(--shadow-lg); }
.book__head h3 { font-size: 24px; color: var(--navy); }
.book__head p { color: var(--muted); font-size: 14.5px; margin: 6px 0 16px; }
.book__progress { height: 4px; border-radius: 4px; background: var(--bg); overflow: hidden; margin-bottom: 22px; }
.book__progress i { display: block; height: 100%; width: 100%; background: linear-gradient(90deg, var(--teal), var(--blue)); transform-origin: left; transform: scaleX(0); transition: transform .6s var(--ease); }
.book__submit { margin-top: 6px; }
.spinner { display: none; width: 22px; height: 22px; border-radius: 50%; border: 3px solid rgba(255, 255, 255, .4); border-top-color: #fff; animation: spin .7s linear infinite; }
.book__submit.is-loading .book__label { display: none; }
.book__submit.is-loading .spinner { display: block; }
.book__label { display: inline-flex; align-items: center; gap: 10px; }
.book__privacy { display: flex; gap: 8px; align-items: flex-start; font-size: 12.5px; color: var(--muted); margin: 14px 0 0; }
.book__privacy .ic { color: var(--teal); width: 16px; height: 16px; margin-top: 2px; }
.nowrap { white-space: nowrap; }
.book__done { position: absolute; inset: 0; z-index: 5; border-radius: inherit; background: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 36px; }
.book__done[hidden] { display: none; }
.book__done h3 { font-size: 26px; color: var(--navy); margin: 18px 0 10px; }
.book__done p { color: var(--muted); max-width: 360px; }
.book__done-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 8px; }
.check { width: 92px; height: 92px; }
.check circle { fill: none; stroke: var(--teal); stroke-width: 3; stroke-dasharray: 160; stroke-dashoffset: 160; }
.check path { fill: none; stroke: var(--teal); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 40; stroke-dashoffset: 40; }
.book__done.is-show .check circle { animation: draw .7s var(--ease) forwards; }
.book__done.is-show .check path { animation: draw .45s .55s var(--ease) forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }

.map { margin-top: 28px; border-radius: var(--r-lg); overflow: hidden; height: 340px; box-shadow: var(--shadow-sm); background: var(--line); }
.map iframe { width: 100%; height: 100%; border: 0; filter: saturate(.8); }

/* ---------- Footer ---------- */
.footer { background: var(--navy-900); color: rgba(255, 255, 255, .72); padding: 0 0 30px; overflow: hidden; position: relative; }
.footer__big { font-size: clamp(90px, 21vw, 330px); font-weight: 800; letter-spacing: -.06em; line-height: .8; color: transparent; -webkit-text-stroke: 1px rgba(127, 214, 201, .22); text-align: center; white-space: nowrap; padding-top: 40px; user-select: none; }
.footer__grid { display: grid; grid-template-columns: 1.25fr 1.7fr .9fr 1.2fr; gap: 40px; padding: 60px 0 44px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.footer__brand img { height: 64px; width: auto; margin-bottom: 18px; }
.footer__brand p { max-width: 300px; font-size: 14.5px; }
.footer h4 { color: #fff; font-size: 15px; margin-bottom: 16px; letter-spacing: 0; }
.footer ul { display: grid; gap: 10px; font-size: 14.5px; }
.footer ul a { position: relative; transition: color .3s; }
.footer ul a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 1px; background: var(--teal-300); transform: scaleX(0); transform-origin: right; transition: transform .45s var(--ease); }
.footer ul a:hover { color: #fff; }
.footer ul a:hover::after { transform: scaleX(1); transform-origin: left; }
.footer__social { display: flex; gap: 10px; margin-top: 20px; }
.footer__social a { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 255, 255, .08); color: #fff; transition: background .3s, transform .35s var(--ease); }
.footer__social a:hover { background: var(--teal); transform: translateY(-3px); }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 26px; font-size: 13.5px; }
.footer__bottom p { margin: 0; }
.to-top { position: relative; width: 52px; height: 52px; margin-right: 84px; flex: none; display: grid; place-items: center; color: #fff; border-radius: 50%; }
.to-top svg:first-child { position: absolute; inset: 0; width: 100%; height: 100%; transform: rotate(-90deg); }
.to-top__track { fill: none; stroke: rgba(255, 255, 255, .12); stroke-width: 2; }
.to-top__ring { fill: none; stroke: var(--teal-300); stroke-width: 2.5; stroke-linecap: round; stroke-dasharray: 125.7; stroke-dashoffset: 125.7; }
.to-top .ic { transform: rotate(-90deg); transition: transform .35s var(--ease); }
.to-top:hover .ic { transform: rotate(-90deg) translateX(3px); }

/* ---------- FAB ---------- */
.fab { position: fixed; right: 22px; bottom: 22px; z-index: 80; display: flex; align-items: center; gap: 12px; }
.fab__btn { width: 62px; height: 62px; border-radius: 50%; background: var(--wa); color: #fff; display: grid; place-items: center; box-shadow: 0 12px 30px -8px rgba(31, 170, 89, .6); position: relative; }
.fab__btn::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--wa); animation: ping 2.4s cubic-bezier(0, 0, .2, 1) infinite; z-index: -1; }
.fab__btn .ic { width: 30px; height: 30px; }
.fab__tip { background: #fff; color: var(--ink); padding: 10px 16px; border-radius: 14px; box-shadow: var(--shadow); font-size: 14px; white-space: nowrap; opacity: 0; transform: translateX(12px); transition: opacity .4s, transform .5s var(--ease); pointer-events: none; }
.fab:hover .fab__tip, .fab.is-nudge .fab__tip { opacity: 1; transform: none; }
.fab__tip strong { color: var(--wa); }

/* ---------- Modal ---------- */
.modal { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 20px; }
@media (max-width: 900px) { .modal { padding: 12px; } }
.modal[hidden] { display: none; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(10, 33, 68, .55); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.modal__panel { position: relative; width: min(920px, 100%); max-height: calc(100vh - 40px); overflow: hidden; background: #fff; border-radius: 28px; display: grid; grid-template-columns: .9fr 1.1fr; box-shadow: var(--shadow-lg); outline: none; }
.modal__close { position: absolute; top: 14px; right: 14px; z-index: 2; }
.modal__img { background: var(--teal-50); min-height: 100%; position: relative; overflow: hidden; }
.modal__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .7s var(--ease); }
.modal__img img.is-active { opacity: 1; }
.modal__img img[data-fit="contain"] { object-fit: contain; background: #fff; padding: 10px; }
.modal__dots { position: absolute; left: 0; right: 0; bottom: 12px; z-index: 2; display: flex; justify-content: center; gap: 8px; }
.modal__dots button { width: 9px; height: 9px; border-radius: 50%; background: rgba(20, 58, 111, .25); box-shadow: 0 0 0 2px rgba(255, 255, 255, .8); transition: background .3s, width .3s; }
.modal__dots button.is-active { background: var(--teal); width: 22px; border-radius: 6px; }
.modal__body { padding: 40px 36px 0; min-height: 0; overflow-y: auto; overscroll-behavior: contain; display: flex; flex-direction: column; }
.modal__body::-webkit-scrollbar { width: 6px; }
.modal__body::-webkit-scrollbar-thumb { background: var(--line); border-radius: 3px; }
.modal__num { font-family: var(--f-serif); font-style: italic; font-size: 44px; line-height: 1; color: var(--coral); }
.modal__body h3 { font-size: clamp(24px, 3vw, 32px); color: var(--navy); margin: 8px 0 16px; padding-right: 30px; }
.modal__content p { color: var(--muted); }
.modal__content ul { display: grid; gap: 10px; margin: 18px 0 26px; }
.modal__content li { display: flex; gap: 12px; align-items: flex-start; font-weight: 500; font-size: 15px; }
.modal__content li::before { content: ""; flex: none; width: 22px; height: 22px; border-radius: 50%; margin-top: 1px; background: var(--teal-50) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23158d7e' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12.5 4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / 13px no-repeat; }
.modal__actions { display: flex; flex-wrap: wrap; gap: 12px; position: sticky; bottom: 0; margin-top: auto;
  padding: 16px 0 24px; background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #fff 22%); }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 210; background: rgba(6, 20, 42, .94); display: grid; place-items: center; padding: 60px 80px; }
.lightbox[hidden] { display: none; }
.lightbox__fig { max-width: 100%; max-height: 100%; display: grid; gap: 14px; justify-items: center; }
.lightbox__fig img { max-height: calc(100vh - 160px); width: auto; border-radius: 16px; box-shadow: var(--shadow-lg); }
.lightbox__fig figcaption { color: #fff; font-weight: 600; }
.lightbox .icon-btn { position: absolute; background: rgba(255, 255, 255, .12); color: #fff; box-shadow: none; }
.lightbox .icon-btn:hover { background: #fff; color: var(--navy); }
.lightbox__close { top: 20px; right: 20px; }
.lightbox__prev { left: 20px; top: 50%; margin-top: -23px; }
.lightbox__next { right: 20px; top: 50%; margin-top: -23px; }

/* ---------- Toasts ---------- */
.toasts { position: fixed; left: 50%; bottom: 26px; z-index: 300; transform: translateX(-50%); display: grid; gap: 10px; justify-items: center; pointer-events: none; }
.toast { display: flex; align-items: center; gap: 10px; padding: 12px 18px 12px 12px; border-radius: 14px; background: var(--navy); color: #fff; font-weight: 600; font-size: 14.5px; box-shadow: var(--shadow-lg); }
.toast .ic { width: 28px; height: 28px; padding: 5px; border-radius: 9px; background: var(--teal); }
.toast--warn .ic { background: var(--coral-600); }

/* ---------- Photos with fallback ---------- */
img.is-fallback { filter: saturate(.95); }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .nav__menu { display: none; }
  .burger { display: block; }
  .svc-grid { grid-template-columns: repeat(3, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  :root { --header-h: 100px; }
  .hero { min-height: auto; padding-top: calc(var(--header-h) + 30px); }
  .hero__inner, .about__grid, .medevac__grid, .why__grid, .feedback__grid, .contact__card { grid-template-columns: 1fr; }
  .hero__visual { max-width: 520px; width: 100%; margin: 10px auto 0; }
  .about__media { position: relative; top: 0; max-width: 420px; }
  .stats__grid { grid-template-columns: 1fr 1fr; }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .pa-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; row-gap: 40px; }
  .steps__line { display: none; }
  .masonry { grid-template-columns: 1fr 1fr; grid-auto-rows: 200px; }
  .medevac__photos { grid-template-columns: 1fr; }
  .mphoto--a { aspect-ratio: 16 / 9; }
  .mphoto:not(.mphoto--a) { aspect-ratio: 16 / 9; }
  .section-head { flex-direction: column; align-items: flex-start; }
  .posters__track { grid-auto-columns: 72%; }
  .modal__panel { grid-template-columns: 1fr; grid-template-rows: auto minmax(0, 1fr); max-height: calc(100dvh - 24px); }
  .modal__img { height: 190px; min-height: 0; }
  .modal__body { padding: 26px 24px 0; }
  .topbar__links a:last-child { display: none; }
}
@media (max-width: 600px) {
  .topbar__links { display: none; }
  .nav__logo img { height: 42px; }
  .nav__sos span:last-child { display: none; }
  .nav__sos { width: 48px; padding: 0; }
  .nav__sos .sos-ping { right: 8px; top: 8px; }
  .hero__cta .btn { flex: 1 1 100%; }
  .float-card { transform: scale(.86); }
  .float-card--a { left: 0; }
  .float-card--b { right: 0; }
  .hero__ring { width: 96px; height: 96px; }
  .stat { padding: 22px 18px; }
  .svc-grid, .pa-grid, .vm { grid-template-columns: 1fr; }
  .svc { min-height: 0; }
  .grid-2 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .masonry { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .gitem--tall, .gitem--wide, .gitem--tall2 { grid-column: auto; grid-row: auto; }
  .gitem--tall { grid-row: span 2; }
  .medevac__photos { grid-template-columns: 1fr; }
  .mphoto--a { grid-column: auto; aspect-ratio: 16 / 9; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column-reverse; text-align: center; }
  .about__badge { right: 10px; }
  .why__stamp { right: 10px; bottom: -30px; width: 104px; height: 104px; }
  .filters { display: flex; flex-wrap: nowrap; max-width: 100%; overflow-x: auto; scrollbar-width: none; }
  .filters::-webkit-scrollbar { display: none; }
  .filter { white-space: nowrap; flex: none; }
  .lightbox { padding: 60px 14px; }
  .lightbox__prev, .lightbox__next { top: auto; bottom: 20px; margin: 0; }
  .fab__tip { display: none; }
  .seg label { font-size: 13px; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .anim-pending [data-reveal], .anim-pending [data-split], .anim-pending .hero__copy > *, .anim-pending .hero__visual { opacity: 1; }
  .heart-scribble path, .ecg__path, .steps__line path { stroke-dashoffset: 0 !important; }
  .preloader { display: none; }
}

.quote__by { display: flex; align-items: baseline; gap: 10px; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.quote__by strong { color: var(--navy); font-size: 15px; }
.quote__by span { color: var(--muted); font-size: 13.5px; }

/* ---------- Testimoni video ---------- */
.testimoni { background: #fff; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.testi__play { position: relative; display: block; width: 100%; aspect-ratio: 16 / 9; border-radius: var(--r); overflow: hidden; background: var(--navy); cursor: pointer; }
.testi__play img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease), filter .5s; }
.testi__play::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,33,68,0) 45%, rgba(10,33,68,.5)); opacity: .8; transition: opacity .4s; }
.testi__play:hover img { transform: scale(1.05); }
.testi__play:hover::after { opacity: .5; }
.testi__icon { position: absolute; left: 50%; top: 50%; z-index: 1; width: 66px; height: 66px; margin: -33px 0 0 -33px; border-radius: 50%; display: grid; place-items: center; background: var(--coral-600); color: #fff; box-shadow: 0 10px 30px -8px rgba(201,48,44,.7); transition: transform .45s var(--ease), background .3s; }
.testi__icon svg { width: 30px; height: 30px; margin-left: 3px; }
.testi__play:hover .testi__icon { transform: scale(1.12); background: var(--coral); }
.testi__label { margin: 16px 0 4px; font-size: 12.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--teal-700); }
.testi__title { font-size: 18px; line-height: 1.35; color: var(--navy); font-weight: 700; }
.testi iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: var(--r); display: block; }
@media (max-width: 900px) { .testi-grid { grid-template-columns: 1fr 1fr; gap: 20px; } }
@media (max-width: 640px) { .testi-grid { grid-template-columns: 1fr; } }

.acc__sub { margin: 14px 0 8px; font-weight: 700; color: var(--navy); font-size: 14.5px; }
.acc__steps { counter-reset: langkah; display: grid; gap: 10px; }
.acc__steps li { position: relative; padding-left: 34px; font-size: 14.5px; line-height: 1.55; }
.acc__steps li::before {
  counter-increment: langkah; content: counter(langkah);
  position: absolute; left: 0; top: 1px; width: 22px; height: 22px; border-radius: 50%;
  background: var(--teal-50); color: var(--teal-700); font-size: 12px; font-weight: 800;
  display: grid; place-items: center;
}
.acc__steps strong { color: var(--navy); }

.footer__services ul { display: block; columns: 2; column-gap: 28px; }
.footer__services li { break-inside: avoid; margin-bottom: 10px; }
@media (max-width: 1100px) { .footer__services ul { columns: 2; } }
@media (max-width: 600px) { .footer__services ul { columns: 1; } }
