:root {
  --navy: #003366;
  --navy-dark: #00264d;
  --blue: #07599f;
  --orange: #c94f00;
  --orange-dark: #a94300;
  --white: #ffffff;
  --ink: #10273d;
  --muted: #60758a;
  --soft: #f3f7fb;
  --line: #dce6ef;
  --green: #0f7f3c;
  --shadow: 0 18px 48px rgba(0, 51, 102, .12);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 74px; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; top: 16px; left: 16px; padding: 10px 16px; color: #fff; background: var(--navy); transform: translateY(-140%); opacity: 0; pointer-events: none; transition: transform .16s ease, opacity .16s ease; }
.skip-link:focus-visible { transform: translateY(0); opacity: 1; pointer-events: auto; }

.site-header { position: sticky; z-index: 1000; top: 0; height: 64px; background: rgba(0, 20, 40, .97); border-bottom: 1px solid rgba(255,255,255,.1); box-shadow: 0 8px 24px rgba(0, 20, 40, .14); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; flex-direction: column; gap: 2px; align-items: flex-start; min-width: 0; }
.brand-logo { width: 198px; height: 47px; object-fit: contain; object-position: left center; }
.brand-caption { display: none; color: rgba(255,255,255,.7); font-size: .68rem; font-weight: 700; letter-spacing: .02em; line-height: 1; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; color: #fff; background: linear-gradient(140deg, var(--navy), var(--blue)); font-weight: 900; letter-spacing: -1px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.12; }
.brand-text strong { color: var(--navy); font-size: .9rem; letter-spacing: .02em; }
.brand-text small { color: var(--orange); font-size: .66rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.menu-toggle { width: 42px; height: 42px; display: grid; place-content: center; gap: 5px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.menu-toggle span { width: 20px; height: 2px; background: var(--navy); transition: .2s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.main-nav { position: fixed; inset: 64px 0 0; display: flex; flex-direction: column; gap: 4px; padding: 18px 16px 32px; background: #fff; color: var(--ink); transform: translateX(100%); transition: transform .25s ease; overflow-y: auto; }
.main-nav.open { transform: translateX(0); }
.main-nav > a:not(.btn) { padding: 13px 12px; border-bottom: 1px solid var(--line); font-weight: 700; }
.nav-cta { margin-top: 10px; }
.nav-cta img { width: 20px; height: 20px; }

.btn { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 18px; border: 2px solid transparent; border-radius: 10px; font-weight: 800; line-height: 1.2; transition: transform .2s, background .2s, box-shadow .2s; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(.97); }
.btn-primary { color: #fff; background: var(--orange); box-shadow: 0 8px 22px rgba(255,102,0,.22); }
.btn-primary:hover { background: var(--orange-dark); }
.btn-whatsapp { color: #fff; background: var(--green); }
.btn-outline { color: var(--navy); border-color: var(--navy); background: transparent; }
.btn-light { color: var(--navy); background: #fff; }
.btn-large { min-height: 52px; padding-inline: 22px; }
.btn-block { width: 100%; }
.text-link { color: var(--orange-dark); font-weight: 800; }
.text-link::after { content: " →"; }
.program-card .text-link::after { content: ""; }

.hero { position: relative; overflow: hidden; padding: 30px 0 52px; scroll-margin-top: 74px; background: radial-gradient(circle at 100% 0%, #dbeeff 0, transparent 38%), linear-gradient(180deg, #f8fbfe, #fff); }
.hero::before { content: ""; position: absolute; width: 260px; height: 260px; left: -170px; bottom: -130px; border: 35px solid rgba(255,102,0,.08); border-radius: 50%; }
.hero-grid { display: grid; gap: 24px; }
.hero-content { min-width: 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--orange-dark); font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,102,0,.13); }
.hero-trust-badge { width: fit-content; max-width: 100%; display: inline-flex; align-items: center; margin: 13px 0 18px; padding: 9px 15px; border: 2px solid #fff; border-radius: 999px; color: var(--navy); background: linear-gradient(135deg, #fff8b8 0%, #ffd84a 48%, #ffc400 100%); box-shadow: 0 12px 26px rgba(0,51,102,.16), 0 5px 14px rgba(255,170,0,.24), inset 0 1px 0 rgba(255,255,255,.72); transform: rotate(-1.5deg); }
.hero-trust-badge strong { color: #10273d; font-size: .88rem; line-height: 1.2; text-shadow: 0 1px 0 rgba(255,255,255,.45); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.13; }
h1 { margin: 10px 0 12px; color: var(--navy); font-size: clamp(2.08rem, 9.3vw, 4.3rem); letter-spacing: -.045em; }
h1 span { color: var(--orange); }
h2 { margin: 10px 0 14px; color: var(--navy); font-size: clamp(1.85rem, 7vw, 3rem); letter-spacing: -.035em; }
h3 { color: var(--navy); }
.hero-lead { max-width: 610px; margin-bottom: 16px; color: #405970; font-size: 1rem; }
.hero-actions { display: grid; gap: 10px; }
.hero-whatsapp-main { width: 100%; min-height: 56px; background: var(--green); font-size: 1rem; box-shadow: 0 12px 28px rgba(21,153,71,.24); }
.hero-whatsapp-main img { width: 22px; height: 22px; flex: 0 0 22px; }
.hero-benefits { display: grid; grid-template-columns: 1fr; gap: 8px; margin: 17px 0 18px; padding: 0; list-style: none; }
.hero-benefits li { position: relative; padding-left: 20px; color: var(--navy); font-size: .84rem; font-weight: 800; line-height: 1.32; }
.hero-benefits li::before { content: "✓"; position: absolute; left: 0; color: var(--green); }
.hero-programs { width: 100%; max-width: 640px; display: grid; grid-template-columns: 1fr; gap: 10px; align-items: stretch; overflow: visible; margin-inline: auto; padding-bottom: 0; white-space: normal; }
.hero-programs, .gallery-filters { scrollbar-width: none; }
.hero-programs::-webkit-scrollbar, .gallery-filters::-webkit-scrollbar { display: none; }
.hero-programs-label { grid-column: 1 / -1; margin-bottom: 2px; color: var(--navy); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.hero-programs a { position: relative; width: 100%; min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 14px; overflow: hidden; padding: 12px 13px 12px 17px; border: 1px solid rgba(255,255,255,.16); border-radius: 13px; background: linear-gradient(135deg, var(--navy) 0%, #07599f 100%); color: #fff; line-height: 1.25; box-shadow: 0 10px 24px rgba(0,51,102,.18); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease; touch-action: manipulation; -webkit-tap-highlight-color: rgba(255,102,0,.24); }
.hero-programs a::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--orange); }
.hero-programs a strong { flex: 1; color: #fff; font-size: .84rem; text-align: left; }
.hero-programs a svg { width: 30px; height: 30px; flex: 0 0 30px; padding: 7px; border-radius: 50%; color: #fff; background: rgba(255,255,255,.16); fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease, color .2s ease, background .2s ease; }
.hero-programs a:hover { border-color: rgba(255,255,255,.35); background: linear-gradient(135deg, #00264d 0%, #0870c7 100%); box-shadow: 0 14px 30px rgba(0,51,102,.25); transform: translateY(-2px); }
.hero-programs a:hover svg { transform: translateX(2px); }
.hero-programs a:focus-visible { outline: 3px solid rgba(255,102,0,.34); outline-offset: 3px; }
.hero-programs a:active { transform: translateY(0) scale(.985); }
.hero-visual { position: relative; margin-top: 8px; overflow: hidden; border-radius: 22px; background: var(--navy); box-shadow: var(--shadow); }
.hero-visual picture { display: block; }
.hero-visual img { width: 100%; height: clamp(230px, 72vw, 310px); object-fit: cover; object-position: 58% center; border-radius: 22px; transform: scale(1.05); transform-origin: 64% 52%; }
.hero-badge { position: absolute; right: auto; bottom: 10px; left: 10px; max-width: min(210px, calc(100% - 116px)); display: flex; flex-direction: column; padding: 11px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; color: #fff; background: linear-gradient(135deg, rgba(0,38,77,.94), rgba(0,72,120,.9)); backdrop-filter: blur(8px); box-shadow: 0 12px 28px rgba(0,25,50,.26); }
.hero-badge strong { color: #ffb077; font-size: .92rem; }
.hero-badge span { font-size: .74rem; }

.trust-strip { background: var(--navy); color: #fff; }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; }
.trust-grid div { padding: 18px 10px; border-bottom: 1px solid rgba(255,255,255,.12); }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-size: .82rem; }
.trust-grid span { margin-top: 3px; color: #bdd2e6; font-size: .68rem; line-height: 1.4; }

.section { padding: 66px 0; scroll-margin-top: 84px; }
.section-soft { background: var(--soft); }
.section-blue { position: relative; overflow: hidden; background: linear-gradient(145deg, var(--navy-dark), var(--navy)); }
.section-heading { max-width: 680px; margin: 0 auto 28px; text-align: center; }
.section-heading p { color: var(--muted); }
.heading-light h2, .heading-light p { color: #fff; }
.heading-light p { color: #c8d9e9; }
.program-grid { display: grid; gap: 18px; }
.program-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 32px rgba(0,51,102,.07); }
.program-card.featured { border-color: #ffb077; }
.program-card.program-photo-card { border-color: rgba(255,102,0,.32); box-shadow: 0 16px 40px rgba(0,51,102,.1); }
.program-card img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; background: var(--soft); }
.program-card img.program-main-photo { height: auto; aspect-ratio: 16 / 9; }
.program-titlebar { padding: 20px 20px 14px; }
.program-card .program-titlebar h3 { margin: 0; color: var(--navy); font-size: 1.35rem; line-height: 1.15; }
.program-body { padding: 18px 20px 20px; }
.program-label { display: inline-flex; padding: 4px 8px; border-radius: 20px; color: var(--orange-dark); background: #fff0e5; font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.program-card h3 { margin: 12px 0 8px; font-size: 1.35rem; }
.program-card p { color: var(--muted); font-size: .9rem; }
.program-features { display: grid; gap: 7px; margin: 14px 0 18px; padding: 0; list-style: none; }
.program-features li { position: relative; padding-left: 20px; color: var(--navy); font-size: .82rem; font-weight: 800; line-height: 1.35; }
.program-features li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.card-actions { display: flex; flex-wrap: wrap; gap: 15px; align-items: center; }
.program-card .card-actions { flex-direction: column; justify-content: center; gap: 12px; }
.program-card .card-actions .btn { justify-content: center; min-width: 160px; }
.wa-icon-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 240px);
  max-width: 100%;
  line-height: 0;
  filter: drop-shadow(0 10px 18px rgba(37, 211, 102, .28));
  animation: waCtaPulse 3.2s ease-in-out infinite;
  transition: transform .2s ease, filter .2s ease;
}
.program-card .wa-icon-cta img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  background: transparent;
}
.wa-icon-cta:hover {
  transform: translateY(-3px) scale(1.04);
  filter: drop-shadow(0 14px 24px rgba(37, 211, 102, .45));
}
.wa-icon-cta:active {
  transform: translateY(0) scale(.95);
}

@keyframes waCtaPulse {
  0%, 100% { scale: 1; filter: drop-shadow(0 10px 18px rgba(37, 211, 102, .28)); }
  50% { scale: 1.035; filter: drop-shadow(0 14px 28px rgba(37, 211, 102, .48)); }
}

.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.benefit-badge-wrap { display: flex; justify-content: center; margin: -4px auto 24px; pointer-events: none; }
.benefit-badge-wrap img { width: min(58vw, 210px); height: auto; filter: drop-shadow(0 18px 34px rgba(0,0,0,.28)); }
.benefit-grid article { min-height: 154px; padding: 18px 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.06); }
.benefit-grid span { color: var(--orange); font-size: .74rem; font-weight: 900; }
.benefit-grid h3 { margin: 12px 0 7px; color: #fff; font-size: .95rem; }
.benefit-grid p { margin: 0; color: #bad0e3; font-size: .76rem; }

.about-grid { display: grid; gap: 28px; }
.about-visual { position: relative; }
.about-visual img { width: 100%; border-radius: 22px; background: var(--soft); }
.about-info-cta {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 13px 18px;
  border: 2px solid rgba(255,255,255,.92);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--green), #12b857);
  box-shadow: 0 16px 34px rgba(0,0,0,.24), 0 0 0 8px rgba(37,211,102,.14);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-align: center;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  animation: aboutInfoFloat 2.8s ease-in-out infinite;
  transition: box-shadow .2s ease, filter .2s ease;
}
.about-info-cta img {
  width: 22px;
  height: 22px;
  border-radius: 0;
  background: transparent;
}
.about-info-cta:hover {
  filter: brightness(1.06);
  box-shadow: 0 20px 40px rgba(0,0,0,.28), 0 0 0 10px rgba(37,211,102,.2);
}
.about-info-cta:active { animation: none; transform: translate(-50%, -50%) scale(.96); }
@keyframes aboutInfoFloat {
  0%, 100% { transform: translate(-50%, -50%) translateY(0) scale(1); }
  50% { transform: translate(-50%, -50%) translateY(-5px) scale(1.04); }
}
.experience-card { position: absolute; right: 12px; bottom: 12px; display: flex; flex-direction: column; padding: 13px 16px; border-radius: 12px; color: #fff; background: var(--navy); box-shadow: var(--shadow); }
.experience-card strong { color: #ffad73; }
.experience-card span { font-size: .7rem; }
.about-content p { color: var(--muted); }

.stats { padding: 35px 0; background: linear-gradient(135deg, var(--navy), var(--blue)); color: #fff; }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; text-align: center; }
.stats-grid > div { padding: 14px 8px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(255,255,255,.06); }
.stats-grid strong, .stats-grid span { display: block; }
.stats-grid strong { color: #fff; font-size: 1.85rem; line-height: 1.1; letter-spacing: -.02em; }
.stats-grid span { color: rgba(255,255,255,.86); font-size: .74rem; font-weight: 800; }

.gallery-filters { display: flex; gap: 7px; overflow-x: auto; margin-bottom: 18px; padding-bottom: 5px; }
.gallery-filters button, .gallery-filters a { min-height: 44px; flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; padding: 9px 15px; border: 1px solid var(--line); border-radius: 22px; color: var(--navy); background: #fff; font-size: .82rem; font-weight: 800; text-decoration: none; touch-action: manipulation; }
.gallery-filters button.active, .gallery-filters a.active { color: #fff; border-color: var(--navy); background: var(--navy); }
.gallery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; border-radius: 12px; background: var(--navy); }
.gallery-item.wide { grid-column: span 2; }
.gallery-item[hidden] { display: none; }
.gallery-item img { width: 100%; height: 160px; object-fit: cover; transition: transform .25s; }
.gallery-item.wide img { height: 210px; }
.gallery-item:hover img { transform: scale(1.03); }
.gallery-item span { position: absolute; right: 0; bottom: 0; left: 0; padding: 18px 10px 8px; color: #fff; background: linear-gradient(transparent, rgba(0,38,77,.9)); font-size: .75rem; font-weight: 800; text-align: left; }
.gallery-cover { min-height: 190px; cursor: pointer; box-shadow: 0 14px 32px rgba(0,51,102,.13); }
.gallery-cover img { filter: saturate(1.06) contrast(1.04); }
.gallery-cover span { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; padding: 52px 12px 12px; }
.gallery-cover strong { font-size: .98rem; line-height: 1.15; }
.gallery-cover small { color: rgba(255,255,255,.82); font-size: .72rem; font-weight: 700; }
.gallery-cover b { margin-top: 5px; padding: 7px 11px; border-radius: 999px; background: var(--orange); color: #fff; font-size: .7rem; letter-spacing: .02em; box-shadow: 0 8px 18px rgba(255,102,0,.3); }
.gallery-grid.is-category-view { display: block; }
.gallery-category-toolbar { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; margin-bottom: 14px; padding: 14px; border: 1px solid rgba(0,51,102,.12); border-radius: 16px; background: #fff; box-shadow: 0 12px 28px rgba(0,51,102,.08); text-align: left; }
.gallery-category-toolbar strong, .gallery-category-toolbar span { display: block; }
.gallery-category-toolbar strong { color: var(--navy); font-weight: 900; }
.gallery-category-toolbar span { color: var(--muted); font-size: .85rem; }
.gallery-category-track { display: flex; gap: 14px; overflow-x: auto; padding: 2px 2px 14px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.gallery-category-track .gallery-item { flex: 0 0 82%; max-width: 360px; scroll-snap-align: start; }
.gallery-empty { grid-column: 1 / -1; padding: 26px 18px; border: 1px dashed rgba(0,51,102,.24); border-radius: 16px; background: #fff; color: var(--muted); text-align: center; box-shadow: 0 12px 28px rgba(0,51,102,.08); }
.gallery-empty strong, .gallery-empty span { display: block; }
.gallery-empty strong { margin-bottom: 5px; color: var(--navy); font-size: 1rem; }
.gallery-note { margin: 14px 0 0; color: var(--muted); font-size: .78rem; text-align: center; }
.gallery-note code { padding: 2px 5px; border-radius: 6px; background: #eef4f9; color: var(--navy); }
.mobil-gallery-section { background: linear-gradient(180deg, #f7fbff, #fff); }
.sarana-lv4x4-gallery-section { background: linear-gradient(180deg, #fff, #f7fbff); }
.training-gallery-section { background: linear-gradient(180deg, #fff, #f7fbff); }
.mobil-gallery-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.mobil-gallery-card { border: 1px solid rgba(0,51,102,.1); border-radius: 18px; box-shadow: 0 14px 34px rgba(0,51,102,.1); }
.mobil-gallery-card img { height: 270px; object-fit: cover; }
.mobil-gallery-card span { display: none; }
.mobil-gallery-action { display: flex; justify-content: center; margin-top: 24px; }
.btn-doc-more {
  position: relative;
  box-shadow: 0 10px 24px rgba(0,51,102,.14);
  animation: docMoreBreath 2.35s ease-in-out infinite;
}
.btn-doc-more:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 14px 30px rgba(0,51,102,.2);
}
.training-gallery-placeholder { max-width: 720px; margin: 0 auto; padding: 18px; border: 1px dashed rgba(0,51,102,.28); border-radius: 20px; background: #fff; box-shadow: 0 12px 32px rgba(0,51,102,.07); text-align: center; }
.training-gallery-placeholder[hidden] { display: none; }
.training-gallery-placeholder .training-gallery-fallback { width: 100%; border: 0; border-radius: 16px; background: var(--soft); box-shadow: none; }
.training-gallery-placeholder img { width: 100%; max-height: 260px; object-fit: contain; border-radius: 14px; background: var(--soft); }
.training-gallery-placeholder p { max-width: 580px; margin: 14px auto 0; color: var(--muted); font-size: .88rem; line-height: 1.55; }
.training-gallery-placeholder code { padding: 2px 5px; border-radius: 6px; background: #eef4f9; color: var(--navy); font-weight: 800; }

.testimonial-grid { display: grid; gap: 14px; }
.testimonial-card { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.stars { color: var(--orange); letter-spacing: 2px; }
.testimonial-card p { margin: 12px 0 20px; color: #455e75; font-size: .9rem; }
.person { display: flex; gap: 10px; align-items: center; }
.person > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #fff; background: var(--navy); font-weight: 900; }
.person div { display: flex; flex-direction: column; }
.person strong { color: var(--navy); font-size: .84rem; }
.person small { color: var(--muted); }
.testimonial-cta { display: grid; gap: 18px; align-items: center; margin: 24px 0 20px; padding: 20px; border-radius: var(--radius); color: #fff; background: linear-gradient(135deg, var(--navy), var(--blue)); }
.testimonial-cta h3 { margin-bottom: 6px; color: #fff; }
.testimonial-cta p { margin: 0; color: #c9dcec; font-size: .88rem; }
.testimonial-cta code { padding: 2px 5px; border-radius: 6px; color: #fff; background: rgba(255,255,255,.14); }
.testimonial-cta-actions { display: grid; gap: 12px; justify-items: center; }
.testimonial-wa-cta { width: min(100%, 250px); }
.google-review-cta { width: min(100%, 250px); min-height: 66px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 16px; border: 2px solid rgba(255,255,255,.9); border-radius: 18px; color: var(--navy); background: #fff; box-shadow: 0 14px 30px rgba(0,0,0,.16); font-weight: 900; text-align: center; transition: transform .2s, box-shadow .2s; }
.google-review-cta:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 18px 36px rgba(0,0,0,.22); }
.google-review-cta img { width: 118px; height: auto; flex: 0 0 auto; }
.google-review-cta span { font-size: .82rem; line-height: 1.2; }
.testimonial-gallery { display: grid; grid-template-columns: 1fr; gap: 14px; align-items: start; margin-bottom: 24px; }
.testimonial-gallery .gallery-item { padding: 8px; border: 1px solid rgba(0,51,102,.12); border-radius: 18px; background: #fff; box-shadow: 0 14px 34px rgba(0,51,102,.1); }
.testimonial-gallery .gallery-item img { width: 100%; height: 360px; max-height: 760px; object-fit: contain; border-radius: 12px; background: #fff; }
.testimonial-gallery .gallery-item span { display: none; }
.testimonial-gallery.is-expanded { display: flex; gap: 14px; overflow-x: auto; padding: 2px 2px 14px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.testimonial-gallery.is-expanded .gallery-item { flex: 0 0 84%; max-width: 380px; scroll-snap-align: start; }
.testimonial-more-action { display: flex; justify-content: center; margin: -4px 0 24px; }
.testimonial-more-action[hidden], #testimonial-load-more[hidden] { display: none; }
#testimoni { padding-bottom: 98px; }

.schedule-table-wrap { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 32px rgba(0,51,102,.07); }
.schedule-table { width: 100%; border-collapse: collapse; }
.schedule-table thead { display: none; }
.schedule-table tr { display: block; padding: 14px; border-bottom: 1px solid var(--line); }
.schedule-table tr:last-child { border-bottom: 0; }
.schedule-table td { display: flex; justify-content: space-between; gap: 12px; padding: 6px 0; text-align: right; font-size: .83rem; }
.schedule-table td::before { content: attr(data-label); color: var(--muted); font-weight: 700; text-align: left; }
.schedule-table td:last-child::before { content: "Aksi"; }
.status { display: inline-flex; padding: 3px 8px; border-radius: 20px; font-size: .68rem; font-weight: 900; }
.status.open { color: #13783a; background: #e4f7eb; }
.status.limited { color: #b04b00; background: #fff0e5; }

@keyframes docMoreBreath {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 10px 24px rgba(0,51,102,.14);
  }
  50% {
    transform: scale(1.035);
    box-shadow: 0 16px 34px rgba(0,51,102,.22);
  }
}

.faq-grid { display: grid; gap: 28px; }
.faq-grid > div:first-child p { color: var(--muted); }
.accordion { display: grid; gap: 9px; }
.faq-item { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.faq-item button { width: 100%; display: flex; justify-content: space-between; gap: 15px; padding: 16px; border: 0; color: var(--navy); background: #fff; font-weight: 800; text-align: left; }
.faq-item button b { color: var(--orange); font-size: 1.4rem; line-height: 1; transition: transform .2s; }
.faq-item.open button b { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.faq-answer p { margin: 0; padding: 0 16px 16px; color: var(--muted); font-size: .88rem; }

.registration { background: linear-gradient(145deg, var(--navy-dark), var(--navy)); }
.registration-grid { display: grid; gap: 28px; }
.registration-copy h2, .registration-copy p, .registration-copy li { color: #fff; }
.registration-copy p, .registration-copy li { color: #c5d8e8; }
.registration-copy ul { padding-left: 20px; }
.eyebrow-light { color: #ffad73; }
.registration-form { display: grid; gap: 14px; padding: 20px; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.form-group { display: grid; gap: 5px; }
.form-group label { color: var(--navy); font-size: .78rem; font-weight: 800; }
.form-group input, .form-group select, .form-group textarea { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid #cddbe7; border-radius: 9px; color: var(--ink); background: #fff; }
.form-group textarea { resize: vertical; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: 3px solid rgba(255,102,0,.16); border-color: var(--orange); }
.registration-form small { color: var(--muted); font-size: .68rem; text-align: center; }

.contact-grid { display: grid; gap: 25px; }
.contact-list { display: grid; gap: 12px; margin: 22px 0; }
.contact-card { display: flex; gap: 12px; align-items: flex-start; padding: 12px; border: 1px solid rgba(0,51,102,.1); border-radius: 16px; background: rgba(255,255,255,.72); box-shadow: 0 10px 26px rgba(0,51,102,.07); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.contact-card > span { display: grid; place-items: center; flex: 0 0 48px; height: 48px; overflow: hidden; border-radius: 14px; color: #fff; background: #fff; box-shadow: 0 8px 18px rgba(0,51,102,.12); }
.contact-card > span img { width: 84%; height: 84%; object-fit: contain; }
.contact-card-wa > span { background: transparent; box-shadow: none; }
.contact-card-wa > span img { width: 92%; height: 92%; }
.contact-card:hover { transform: translateY(-2px); border-color: rgba(255,102,0,.25); box-shadow: 0 14px 34px rgba(0,51,102,.12); }
.contact-card-wa { border-color: rgba(37,211,102,.24); background: linear-gradient(135deg, rgba(37,211,102,.12), rgba(255,255,255,.88)); }
.contact-list p { display: flex; flex-direction: column; margin: 0; }
.contact-list small { color: var(--muted); }
.contact-list a, .contact-list strong { color: var(--navy); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.map-placeholder { min-height: 300px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; padding: 25px; border: 1px solid var(--line); border-radius: 22px; background: radial-gradient(circle at 25% 30%, rgba(255,102,0,.16), transparent 18%), linear-gradient(135deg, #e2edf6, #f8fbfd); color: var(--navy); text-align: center; }
.map-placeholder span { color: var(--orange-dark); font-size: .75rem; font-weight: 900; text-transform: uppercase; }
.map-placeholder .btn { margin-top: 12px; }
.social-contact-section { display: grid; gap: 18px; }
.social-heading { margin-bottom: 0; }
.official-socials { display: grid; gap: 12px; }
.social-card { display: flex; align-items: center; gap: 12px; min-height: 78px; padding: 14px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 10px 28px rgba(0,51,102,.07); transition: transform .2s, box-shadow .2s, border-color .2s; }
.social-card:hover { transform: translateY(-3px); border-color: rgba(0,51,102,.22); box-shadow: var(--shadow); }
.social-card img { flex: 0 0 42px; width: 42px; height: 42px; }
.social-card-google img { object-fit: contain; }
.social-card span { display: flex; flex-direction: column; min-width: 0; }
.social-card strong { color: var(--navy); font-size: .96rem; }
.social-card small { color: var(--muted); font-size: .8rem; font-weight: 800; overflow-wrap: anywhere; }
.social-card-whatsapp { min-height: 88px; border-color: rgba(21,153,71,.4); background: linear-gradient(135deg, #159947, #0f7f3c); color: #fff; box-shadow: 0 16px 34px rgba(21,153,71,.26); }
.social-card-whatsapp strong, .social-card-whatsapp small { color: #fff; }

.final-cta { padding: 34px 0; background: var(--orange); color: #fff; }
.final-cta-inner { display: grid; gap: 20px; }
.final-cta h2 { max-width: 650px; margin: 6px 0 0; color: #fff; font-size: clamp(1.85rem, 4.5vw, 2.65rem); }
.final-cta span { font-size: .68rem; font-weight: 900; letter-spacing: .08em; }
.final-actions { display: grid; gap: 9px; }
.final-cta .btn-primary { border-color: #fff; }

.site-footer { padding-top: 42px; color: #c1d4e4; background: var(--navy-dark); }
.brand-footer .brand-text strong { color: #fff; }
.footer-logo { padding: 0; border-radius: 0; background: transparent; }
.footer-grid { display: grid; gap: 28px; }
.footer-grid h3 { margin: 0 0 10px; color: #fff; font-size: .95rem; }
.footer-grid p, .footer-grid a { color: #c4d8e8; font-size: .8rem; }
.footer-grid p { margin-bottom: 0; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 7px; }
.footer-grid > div > a:not(.brand):hover { color: #fff; }
.footer-brand p { max-width: 330px; }
.footer-contact > p { max-width: 390px; line-height: 1.55; }
.footer-socials { display: grid; grid-template-columns: 1fr; gap: 8px; width: 100%; margin-top: 6px; }
.footer-socials a { display: inline-flex; align-items: center; gap: 6px; min-height: 36px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #fff; font-size: .72rem; font-weight: 800; transition: transform .2s, background .2s, border-color .2s; }
.footer-socials a:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.09); }
.footer-socials img { width: 22px; height: 22px; }
.footer-social-whatsapp { background: rgba(21,153,71,.28); border-color: rgba(21,153,71,.7) !important; }
.footer-bottom { display: flex; flex-direction: column; gap: 5px; margin-top: 30px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .66rem; }

.floating-wa { position: fixed; z-index: 900; right: 14px; top: auto; bottom: 18px; display: flex; gap: 0; align-items: center; padding: 6px; border: 2px solid #fff; border-radius: 999px; color: #fff; background: var(--green); box-shadow: 0 8px 25px rgba(0,0,0,.22); animation: floatingWaBreathMobile 3s ease-in-out infinite; transform-origin: center; }
.floating-wa span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.18); font-size: .72rem; font-weight: 900; }
.floating-wa span img { display: block; width: 100%; height: 100%; object-fit: contain; }
.floating-wa b { display: none; font-size: .7rem; }
@keyframes floatingWaBreathMobile {
  0%, 100% { transform: scale(1); box-shadow: 0 8px 25px rgba(0,0,0,.22), 0 0 0 0 rgba(37,211,102,.22); }
  50% { transform: scale(1.07); box-shadow: 0 12px 30px rgba(0,0,0,.26), 0 0 0 8px rgba(37,211,102,.12); }
}
@keyframes floatingWaBreath {
  0%, 100% { transform: translateY(-50%) scale(1); box-shadow: 0 8px 25px rgba(0,0,0,.22), 0 0 0 0 rgba(37,211,102,.22); }
  50% { transform: translateY(-50%) scale(1.07); box-shadow: 0 12px 30px rgba(0,0,0,.26), 0 0 0 8px rgba(37,211,102,.12); }
}
.lightbox { max-width: min(940px, calc(100% - 24px)); padding: 12px; border: 0; border-radius: 18px; background: #fff; }
.lightbox::backdrop { background: rgba(0,25,50,.86); }
.lightbox img { max-width: 100%; max-height: 75vh; border-radius: 10px; }
.lightbox p { max-width: 820px; margin: 8px auto 0; color: var(--navy); font-weight: 800; text-align: center; }
.lightbox p:empty { display: none; }
.lightbox-close { position: absolute; top: 17px; right: 17px; width: 46px; height: 46px; border: 0; border-radius: 50%; color: #fff; background: rgba(0,38,77,.92); font-size: 1.7rem; touch-action: manipulation; }
.lightbox-nav { position: absolute; top: 50%; width: 48px; height: 48px; border: 0; border-radius: 50%; color: #fff; background: rgba(0,38,77,.92); font-size: 2rem; line-height: 1; transform: translateY(-50%); touch-action: manipulation; }
.lightbox-prev { left: 18px; }
.lightbox-next { right: 18px; }

@media (min-width: 640px) {
  .hero-actions, .final-actions { display: flex; }
  .hero-whatsapp-main { width: auto; min-width: 290px; }
  .hero-benefits { grid-template-columns: 1fr 1fr; }
  .hero-programs { grid-template-columns: 1fr 1fr; gap: 10px; }
  .hero-programs a { min-height: 58px; }
  .wa-icon-cta { width: min(100%, 230px); }
  .program-grid, .testimonial-grid { grid-template-columns: 1fr 1fr; }
  .testimonial-gallery { grid-template-columns: repeat(2, 1fr); }
  .official-socials { grid-template-columns: 1fr 1fr; }
  .gallery-item img { height: 230px; }
  .gallery-item.wide img { height: 280px; }
  .gallery-category-track .gallery-item { flex-basis: min(48%, 420px); }
  .mobil-gallery-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
  .mobil-gallery-card img { height: 290px; }
  .testimonial-gallery.is-expanded .gallery-item { flex-basis: min(46%, 420px); }
  .footer-grid { grid-template-columns: 1.35fr .8fr .95fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-socials { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 620px; }
}

@media (min-width: 860px) {
  html { scroll-padding-top: 96px; }
  .site-header { height: 92px; }
  .brand-logo { width: 260px; height: 58px; }
  .brand-caption { display: block; }
  .menu-toggle { display: none; }
  .main-nav { position: static; inset: auto; flex-direction: row; align-items: center; gap: 1px; padding: 0; background: transparent; color: #fff; transform: none; overflow: visible; }
  .main-nav > a:not(.btn) { padding: 8px 7px; border: 0; font-size: .73rem; }
  .nav-cta { min-height: 44px; margin: 0 0 0 7px; padding: 9px 13px; font-size: .75rem; }
  .hero { padding: 66px 0 74px; }
  .hero-grid { grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr); gap: 40px; align-items: start; }
  .hero-content { order: 1; }
  .hero-visual { order: 2; margin-top: 58px; border-radius: 30px; transform: translateX(12px); }
  .hero-visual img { height: auto; aspect-ratio: 4 / 3; object-position: 63% center; border-radius: 30px; transform: scale(1.2); transform-origin: 65% 52%; }
  .hero-badge { right: 16px; bottom: 16px; left: auto; max-width: 330px; padding: 18px 20px; border-radius: 18px; }
  .hero-badge strong { font-size: 1.2rem; }
  .hero-badge span { font-size: .92rem; }
  .hero-benefits { max-width: 640px; grid-template-columns: 1fr 1fr; gap: 9px 22px; }
  .hero-benefits li { font-size: .9rem; }
  .hero-programs { overflow: visible; white-space: normal; }
  .hero-programs-label { grid-column: 1 / -1; }
  .hero-trust-badge { margin-top: 16px; margin-bottom: 20px; padding: 10px 17px; }
  .hero-trust-badge strong { font-size: .94rem; }
  .floating-wa { right: 14px; top: 50%; bottom: auto; gap: 8px; padding: 8px 12px 8px 8px; border-radius: 30px; animation-name: floatingWaBreath; }
  .floating-wa span { width: 34px; height: 34px; font-size: .68rem; }
  .floating-wa b { display: inline; font-size: .73rem; }
  .trust-grid { grid-template-columns: repeat(4, 1fr); }
  .trust-grid div { padding: 22px 18px; border-bottom: 0; border-right: 1px solid rgba(255,255,255,.12); }
  .trust-grid div:last-child { border-right: 0; }
  .section { padding: 92px 0; }
  .section { scroll-margin-top: 96px; }
  .section-heading { margin-bottom: 45px; }
  .program-grid { grid-template-columns: repeat(4, 1fr); }
  .program-card { display: flex; flex-direction: column; }
  .program-body { display: flex; flex: 1; flex-direction: column; }
  .program-body .card-actions { margin-top: auto; }
  .wa-icon-cta { width: min(100%, 250px); }
  .benefit-badge-wrap { margin: -20px auto 34px; }
  .benefit-badge-wrap img { width: min(22vw, 270px); }
  .benefit-grid { grid-template-columns: repeat(4, 1fr); gap: 15px; }
  .benefit-grid article { padding: 24px 20px; }
  .benefit-grid h3 { font-size: 1.05rem; }
  .benefit-grid p { font-size: .82rem; }
  .about-grid { grid-template-columns: .95fr 1.05fr; gap: 65px; align-items: center; }
  .stats-grid { grid-template-columns: repeat(6, 1fr); gap: 14px; }
  .stats-grid strong { font-size: 2.25rem; }
  .gallery-grid { grid-template-columns: repeat(4, 1fr); gap: 14px; }
  .gallery-item.wide { grid-column: span 2; }
  .gallery-item img, .gallery-item.wide img { height: 260px; }
  .gallery-category-track .gallery-item { flex-basis: min(31%, 420px); }
  .mobil-gallery-grid { gap: 22px; }
  .mobil-gallery-card img { height: 320px; }
  .testimonial-grid { grid-template-columns: repeat(3, 1fr); }
  .testimonial-cta { grid-template-columns: 1fr auto; padding: 26px; }
  .testimonial-cta-actions { grid-template-columns: 1fr; min-width: 250px; }
  .testimonial-gallery { grid-template-columns: repeat(4, 1fr); gap: 18px; }
  .testimonial-gallery .gallery-item img { height: 340px; }
  .testimonial-gallery.is-expanded .gallery-item { flex-basis: min(30%, 430px); }
  .schedule-table thead { display: table-header-group; color: #fff; background: var(--navy); }
  .schedule-table tr { display: table-row; padding: 0; }
  .schedule-table th, .schedule-table td { padding: 18px; text-align: left; }
  .schedule-table td { display: table-cell; font-size: .86rem; }
  .schedule-table td::before, .schedule-table td:last-child::before { display: none; }
  .faq-grid { grid-template-columns: .8fr 1.2fr; gap: 70px; }
  .registration-grid { grid-template-columns: .9fr 1.1fr; gap: 75px; align-items: center; }
  .registration-form { grid-template-columns: 1fr 1fr; padding: 30px; }
  .registration-form .form-group:nth-child(5), .registration-form .btn, .registration-form > small { grid-column: span 2; }
  .contact-grid { grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
  .social-contact-section { grid-column: 1 / -1; margin-top: 10px; }
  .official-socials { grid-template-columns: 1.25fr repeat(4, 1fr); }
  .final-cta-inner { grid-template-columns: minmax(0, 1fr) auto; align-items: center; }
  .final-actions { grid-template-columns: repeat(2, auto); }
  .footer-grid { grid-template-columns: 1.05fr .62fr .82fr 1.55fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-socials { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: none; }
  .footer-socials a { width: 100%; min-width: 0; }
  .footer-socials a:nth-child(3) { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: row; justify-content: space-between; }
}

@media (min-width: 1100px) {
  .main-nav > a:not(.btn) { padding-inline: 10px; font-size: .78rem; }
  .nav-cta { padding-inline: 17px; }
  .hero { padding-bottom: 80px; }
  .hero-grid { grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 44px; }
  .hero-visual { margin-top: 56px; transform: translateX(14px); }
  .hero-programs { max-width: 560px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-inline: auto; }
  .hero-programs a { min-height: 64px; padding: 13px 14px 13px 18px; border-radius: 15px; }
  .hero-programs a strong { font-size: .86rem; }
}

/* Navigasi tablet tetap memakai menu ringkas agar logo dan tautan tidak bertumpuk. */
@media (min-width: 860px) and (max-width: 1039px) {
  html { scroll-padding-top: 74px; }
  .site-header { height: 64px; }
  .brand-logo { width: 198px; height: 47px; }
  .brand-caption { display: none; }
  .menu-toggle { display: grid; }
  .main-nav {
    position: fixed;
    inset: 64px 0 0;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 18px 16px 32px;
    color: var(--ink);
    background: #fff;
    transform: translateX(100%);
    overflow-y: auto;
  }
  .main-nav.open { transform: translateX(0); }
  .main-nav > a:not(.btn) { padding: 13px 12px; border-bottom: 1px solid var(--line); font-size: .9rem; }
  .nav-cta { min-height: 48px; margin: 10px 0 0; padding: 11px 18px; font-size: .9rem; }
}

@media (max-width: 639px) {
  .hero-programs { max-width: 100%; gap: 10px; }
  .hero-programs a { min-height: 58px; border-radius: 12px; }
  .hero-programs a strong { font-size: .88rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .wa-icon-cta, .program-card .wa-icon-cta img, .about-info-cta, .floating-wa, .btn-doc-more { animation: none !important; }
}

/* Article pages */
.article-page { background: #f5f8fc; }
.article-page .site-header { position: sticky; }
.article-hero { position: relative; overflow: hidden; padding: 130px 0 54px; color: #fff; background: linear-gradient(135deg, #00264d, #003b73); }
.article-hero::before { content: "ARTIKEL"; position: absolute; right: max(24px, 8vw); top: 92px; z-index: 0; color: #fff; font-size: clamp(4rem, 14vw, 11rem); font-weight: 900; letter-spacing: .02em; line-height: .8; opacity: .045; pointer-events: none; }
.article-hero .container { position: relative; z-index: 1; }
.article-hero .eyebrow { position: relative; z-index: 2; display: inline-block; margin-bottom: 12px; color: #ffb36b; }
.article-hero h1 { position: relative; z-index: 2; max-width: 900px; margin: 0 0 18px; color: #fff; opacity: 1; font-size: clamp(2.25rem, 6vw, 4.5rem); line-height: 1.08; font-weight: 900; }
.article-hero p { position: relative; z-index: 2; max-width: 760px; margin: 0; color: rgba(255,255,255,.86); font-size: 1.04rem; }
.article-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.article-tags span { padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,.12); color: #fff; font-weight: 800; font-size: .82rem; }
.article-list-section { padding: 56px 0 64px; }
.article-grid { display: grid; gap: 22px; }
.article-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid #dce8f2; border-radius: 22px; background: #fff; box-shadow: 0 14px 34px rgba(0, 45, 90, .08); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.article-card:hover { border-color: rgba(0,51,102,.22); box-shadow: 0 18px 42px rgba(0,45,90,.13); transform: translateY(-3px); }
.article-card img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; background: #dce8f2; }
.article-card div { display: flex; flex: 1; flex-direction: column; padding: 18px; }
.article-card time { color: var(--muted); font-size: .82rem; font-weight: 800; }
.article-card h2 { display: -webkit-box; overflow: hidden; margin: 9px 0 10px; color: var(--navy); font-size: 1.18rem; line-height: 1.25; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.article-card p { display: -webkit-box; overflow: hidden; margin-bottom: 14px; color: #526b82; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.article-card .text-link { margin-top: auto; }
.article-card > a, .article-card .text-link { touch-action: manipulation; -webkit-tap-highlight-color: rgba(255,102,0,.2); }
.article-card > a:focus-visible, .article-card .text-link:focus-visible { outline: 3px solid rgba(255,102,0,.48); outline-offset: -3px; }
.article-closing-cta { padding: 42px 0; color: #fff; background: linear-gradient(135deg, var(--navy-dark), var(--navy)); }
.article-closing-inner { display: grid; gap: 22px; align-items: center; }
.article-closing-cta span { color: #ffb077; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.article-closing-cta h2 { max-width: 680px; margin: 7px 0 10px; color: #fff; font-size: clamp(1.8rem, 6vw, 2.7rem); }
.article-closing-cta p { max-width: 680px; margin: 0; color: #c9dbea; }
.article-closing-actions { display: grid; gap: 10px; }
.article-closing-actions .btn { width: 100%; min-height: 52px; }
.article-closing-actions .btn-primary { border-color: var(--orange); }
.article-footer { padding-top: 42px; }
.article-detail { padding: 118px 0 70px; background: #f5f8fc; }
.article-shell { max-width: 900px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; color: #60758a; font-size: .9rem; }
.breadcrumb a { color: var(--navy); font-weight: 800; }
.article-detail article { padding: 22px; border: 1px solid #dce8f2; border-radius: 26px; background: #fff; box-shadow: 0 18px 44px rgba(0, 45, 90, .08); }
.article-detail h1 { margin: 10px 0 18px; color: var(--navy); font-size: clamp(2rem, 7vw, 3.55rem); line-height: 1.04; }
.article-detail h2 { margin: 28px 0 10px; color: var(--navy); font-size: 1.35rem; }
.article-detail p { color: #415b73; font-size: 1.02rem; line-height: 1.8; }
.article-cover { width: 100%; margin: 8px 0 22px; border-radius: 20px; box-shadow: 0 16px 38px rgba(0, 45, 90, .12); }
.article-figure { margin: 8px 0 22px; }
.article-figure .article-cover { display: block; margin: 0; height: auto; object-fit: cover; }
.article-figure figcaption { margin-top: 8px; color: var(--muted); font-size: .9rem; text-align: center; }
.article-cta-box { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; margin: 30px 0 8px; padding: 18px; border-radius: 18px; background: #eff7ff; }
.article-cta-box h3 { margin: 0; color: var(--navy); }
.article-cta-box:not(.article-gallery-cta) > p { flex: 1 1 100%; margin: 0; }
.article-cta-box .btn-whatsapp { min-height: 54px; padding: 12px 20px; white-space: normal; text-align: center; }
.article-cta-box .btn img { display: block; width: 22px; height: 22px; flex: 0 0 22px; object-fit: contain; }
.article-cta-box .btn-whatsapp img { width: 24px; height: 24px; flex-basis: 24px; }

/* CTA khusus galeri testimoni: menarik perhatian tanpa mengganggu pembacaan. */
.article-gallery-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.28);
  background: linear-gradient(135deg, #003366 0%, #07599f 52%, #0878c9 100%);
  box-shadow: 0 16px 36px rgba(0,51,102,.22), 0 0 0 1px rgba(7,89,159,.08);
  animation: galleryCtaGlow 3.4s ease-in-out infinite;
}
.article-gallery-cta::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -80%;
  left: -42%;
  width: 42%;
  height: 260%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.2), transparent);
  transform: rotate(18deg);
  animation: galleryCtaSheen 4.8s ease-in-out infinite;
  pointer-events: none;
}
.article-gallery-cta::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ff8a24;
  box-shadow: 0 0 0 7px rgba(255,138,36,.18), 0 0 22px rgba(255,138,36,.75);
  animation: galleryCtaDot 2.2s ease-in-out infinite;
}
.article-gallery-cta h3 {
  max-width: calc(100% - 34px);
  color: #fff;
  font-size: clamp(1.25rem, 4vw, 1.55rem);
}
.article-detail .article-gallery-cta p {
  width: 100%;
  margin: 0;
  color: rgba(255,255,255,.88);
  line-height: 1.65;
}
.article-gallery-cta .btn {
  min-height: 54px;
  padding-inline: 24px;
  border-color: #ff7a14 !important;
  color: #fff !important;
  background: linear-gradient(135deg, #ff6a00, #f49a18) !important;
  box-shadow: 0 12px 26px rgba(255,106,0,.3) !important;
  animation: galleryCtaButton 2.8s ease-in-out infinite;
  touch-action: manipulation;
}
.article-gallery-cta .btn:hover,
.article-gallery-cta .btn:focus-visible {
  background: linear-gradient(135deg, #e95b00, #ffad2f) !important;
  box-shadow: 0 16px 32px rgba(255,106,0,.38) !important;
  transform: translateY(-2px) scale(1.015);
}
.article-gallery-cta .btn:focus-visible {
  outline: 3px solid rgba(255,255,255,.9);
  outline-offset: 3px;
}

@keyframes galleryCtaGlow {
  0%, 100% { box-shadow: 0 16px 36px rgba(0,51,102,.22), 0 0 0 1px rgba(7,89,159,.08); }
  50% { box-shadow: 0 20px 44px rgba(0,91,165,.3), 0 0 0 5px rgba(255,122,20,.1); }
}
@keyframes galleryCtaSheen {
  0%, 18% { left: -42%; opacity: 0; }
  32% { opacity: 1; }
  58%, 100% { left: 118%; opacity: 0; }
}
@keyframes galleryCtaDot {
  0%, 100% { transform: scale(.86); opacity: .75; }
  50% { transform: scale(1.12); opacity: 1; }
}
@keyframes galleryCtaButton {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}

@media (max-width: 768px) {
  .article-gallery-cta { padding: 22px 18px; border-radius: 20px; }
  .article-gallery-cta::after { top: 16px; right: 16px; }
  .article-gallery-cta h3 { font-size: 1.28rem; line-height: 1.25; }
  .article-detail .article-gallery-cta p { font-size: .96rem; }
  .article-gallery-cta .btn { width: 100%; min-height: 56px; padding: 13px 16px; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  .article-gallery-cta,
  .article-gallery-cta::before,
  .article-gallery-cta::after,
  .article-gallery-cta .btn { animation: none !important; }
}
.article-footer a { color: #fff; }

@media (min-width: 760px) {
  .article-grid { grid-template-columns: repeat(3, 1fr); }
  .article-grid > .article-card:last-child:nth-child(3n + 1) { grid-column: 2; }
  .article-card div { padding: 22px; }
  .article-detail article { padding: 38px; }
  .article-page .floating-wa { top: 50%; bottom: auto; }
  .article-closing-inner { grid-template-columns: minmax(0, 1fr) auto; }
  .article-closing-actions { grid-template-columns: repeat(2, auto); }
  .article-closing-actions .btn { width: auto; min-width: 172px; }
}

@media (max-width: 768px) {
  .article-hero { padding: 112px 0 42px; }
  .article-hero::before { display: none; }
  .article-hero h1 { max-width: 100%; font-size: clamp(2rem, 9vw, 3rem); line-height: 1.12; }
  .article-hero p { font-size: .98rem; line-height: 1.65; }
  .article-tags { flex-wrap: nowrap; gap: 8px; overflow-x: auto; margin: 20px -16px 0; padding: 0 16px 6px; scrollbar-width: none; }
  .article-tags::-webkit-scrollbar { display: none; }
  .article-tags span { padding: 9px 12px; font-size: .78rem; }
  .article-page .floating-wa { top: auto; bottom: 18px; }
  .article-cta-box:not(.article-gallery-cta) { align-items: stretch; padding: 20px 18px; }
  .article-cta-box:not(.article-gallery-cta) > h3,
  .article-cta-box:not(.article-gallery-cta) > p { width: 100%; }
  .article-cta-box .btn-whatsapp { width: 100%; min-height: 56px; font-size: .98rem; }
  .article-list-section { padding: 34px 0 44px; }
  .article-grid { gap: 16px; }
  .article-card { border-radius: 17px; }
  .article-card div { padding: 16px; }
  .article-card h2 { font-size: 1.06rem; -webkit-line-clamp: 3; }
  .article-card p { margin-bottom: 12px; font-size: .9rem; -webkit-line-clamp: 3; }
  .article-card .text-link { min-height: 44px; display: inline-flex; align-items: center; }
  .article-closing-cta { padding: 38px 0; }
  .article-closing-inner { gap: 20px; text-align: center; }
  .article-closing-cta h2 { margin-inline: auto; font-size: clamp(1.75rem, 8vw, 2.25rem); }
  .article-closing-cta p { margin-inline: auto; }
  .article-footer { padding-top: 36px; }
}

/* Standalone training gallery pages */
.gallery-page-body { overflow-x: hidden; background: #f4f8fc; }
.gallery-page { min-height: 60vh; }
.gallery-page-hero {
  padding: 126px 0 58px;
  color: #fff;
  background: radial-gradient(circle at 80% 15%, rgba(255,102,0,.16), transparent 32%), linear-gradient(135deg, #00264d, #003b73);
}
.gallery-page-hero.compact { padding-bottom: 44px; }
.gallery-page-hero .eyebrow { margin: 0 0 12px; color: #ffb36b; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.gallery-page-hero h1 {
  max-width: 940px;
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(2.1rem, 6vw, 4.4rem);
  line-height: 1.05;
}
.gallery-page-hero p { max-width: 760px; margin: 0; color: rgba(255,255,255,.86); font-size: 1.02rem; line-height: 1.7; }
.gallery-page-hero .breadcrumb { margin-bottom: 18px; color: rgba(255,255,255,.76); }
.gallery-page-hero .breadcrumb a { color: #fff; }
.gallery-page-section { padding: 46px 0 64px; }
.gallery-page-card-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
}
.gallery-page-card {
  overflow: hidden;
  border: 1px solid #dbe8f2;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0,45,90,.09);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.gallery-page-card:hover { border-color: rgba(0,51,102,.24); box-shadow: 0 22px 48px rgba(0,45,90,.14); transform: translateY(-3px); }
.gallery-page-card a { display: grid; height: 100%; color: inherit; text-decoration: none; }
.gallery-page-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #dce8f2;
}
.gallery-page-card div { display: grid; gap: 8px; padding: 18px; }
.gallery-page-card span { color: var(--orange); font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.gallery-page-card h2 { margin: 0; color: var(--navy); font-size: 1.18rem; line-height: 1.25; }
.gallery-page-card p { margin: 0; color: #5c7187; font-weight: 800; }
.gallery-page-card b {
  width: 100%;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  padding: 10px 14px;
  border-radius: 999px;
  color: #fff;
  background: var(--orange);
  box-shadow: 0 10px 22px rgba(255,102,0,.22);
  text-align: center;
}
.gallery-closing-cta { border-top: 1px solid rgba(255,255,255,.08); }
.gallery-page-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.gallery-page-photo-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
}
.gallery-page-photo {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: 0;
  border: 0;
  border-radius: 20px;
  background: #003b73;
  box-shadow: 0 16px 34px rgba(0,45,90,.12);
  cursor: pointer;
}
.gallery-page-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .35s ease;
}
.gallery-page-photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 50%;
  background: linear-gradient(0deg, rgba(0,35,70,.76), transparent);
}
.gallery-page-photo span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 1;
  color: #fff;
  font-weight: 900;
  text-align: left;
  text-shadow: 0 2px 8px rgba(0,0,0,.28);
}
.gallery-page-photo:hover img { transform: scale(1.04); }
.gallery-page-card a,
.gallery-page-photo,
.gallery-item,
.footer-socials a {
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(255, 102, 0, .18);
}
.gallery-page-card a:active,
.gallery-page-photo:active,
.gallery-item:active { transform: scale(.985); }
.gallery-page-card a:focus-visible,
.gallery-page-photo:focus-visible,
.gallery-item:focus-visible,
.footer-socials a:focus-visible {
  outline: 3px solid rgba(255, 102, 0, .55);
  outline-offset: 3px;
}
.gallery-page-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  place-items: center;
  padding: 22px;
  background: rgba(0,18,38,.9);
}
.gallery-page-lightbox.open { display: grid; }
.gallery-page-lightbox figure { max-width: min(1080px, 92vw); margin: 0; text-align: center; }
.gallery-page-lightbox img {
  max-width: 100%;
  max-height: 78vh;
  border-radius: 18px;
  object-fit: contain;
  box-shadow: 0 24px 80px rgba(0,0,0,.45);
}
.gallery-page-lightbox figcaption { margin-top: 12px; color: #fff; font-weight: 800; }
.gallery-lightbox-close,
.gallery-lightbox-nav {
  position: fixed;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 0;
  color: #fff;
  background: rgba(255,255,255,.14);
  cursor: pointer;
}
.gallery-lightbox-close { top: 18px; right: 18px; width: 46px; height: 46px; border-radius: 999px; font-size: 2rem; }
.gallery-lightbox-nav { top: 50%; width: 48px; height: 64px; border-radius: 14px; font-size: 3rem; transform: translateY(-50%); }
.gallery-lightbox-prev { left: 18px; }
.gallery-lightbox-next { right: 18px; }
.lightbox-open { overflow: hidden; }

@media (max-width: 768px) {
  .gallery-page-hero { padding: 104px 0 40px; }
  .gallery-page-hero h1 { font-size: clamp(2rem, 9vw, 3rem); line-height: 1.12; }
  .gallery-page-hero p { font-size: .96rem; }
  .gallery-page-section { padding: 34px 0 44px; }
  .gallery-page-card-grid, .gallery-page-photo-grid { gap: 14px; }
  .gallery-page-card { border-radius: 17px; }
  .gallery-page-card div { padding: 16px; }
  .gallery-page-card h2 { font-size: 1.08rem; }
  .gallery-page-card b { min-height: 50px; padding: 11px 14px; }
  .gallery-page-toolbar { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .gallery-page-toolbar .btn { width: 100%; min-height: 50px; }
  .gallery-page-photo, .gallery-page-photo img { min-height: 210px; }
  .gallery-lightbox-nav { top: auto; bottom: 26px; transform: none; }
  .gallery-lightbox-prev { left: 24px; }
  .gallery-lightbox-next { right: 24px; }
}

/* Patch galeri LPPM EDUARDO — kartu, testimoni, header, dan ikon sosial */
.gallery-page-card {
  height: 100%;
}

.gallery-page-card a {
  grid-template-rows: 220px 1fr;
}

.gallery-page-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

.gallery-page-card div {
  grid-template-rows: auto auto auto 1fr;
  align-content: start;
}

.gallery-page-card b {
  align-self: end;
}

/* Testimoni berupa tangkapan layar: tampilkan utuh agar teks tidak terpotong. */
.gallery-page-card:last-child img {
  object-fit: contain;
  object-position: center;
  background: #202226;
}

.brand-caption {
  color: #d8e8f6;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .45);
}

.footer-socials a {
  min-height: 44px;
  padding: 8px 12px;
}

.footer-socials img {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  object-fit: contain;
}

.footer-socials span {
  line-height: 1.15;
}

@media (min-width: 640px) and (max-width: 959px) {
  .gallery-page-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-page-card a {
    grid-template-rows: 240px 1fr;
  }

  .gallery-page-card-grid > .gallery-page-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: min(100%, 360px);
    justify-self: center;
  }
}

@media (min-width: 960px) {
  .gallery-page-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gallery-page-card a {
    grid-template-rows: 260px 1fr;
  }

  .gallery-page-card-grid > .gallery-page-card:last-child:nth-child(4n + 1) {
    grid-column: 2 / span 2;
    width: min(100%, 300px);
    justify-self: center;
  }

  .gallery-page-card-grid > .gallery-page-card:nth-last-child(2):nth-child(4n + 1) {
    grid-column: 2;
  }
}

@media (max-width: 639px) {
  .gallery-page-card-grid {
    grid-template-columns: 1fr;
  }

  .gallery-page-card a {
    grid-template-rows: 220px 1fr;
  }

  .footer-socials {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .footer-socials a {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 420px) {
  .final-actions .btn { width: 100%; }
  .site-footer { padding-top: 36px; }
  .footer-grid { gap: 24px; }
  .footer-socials a { min-height: 48px; }
}

/* Peta lokasi LPPM EDUARDO di halaman utama */
.map-location-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(0, 51, 102, .10);
}
.map-location-preview {
  position: relative;
  display: block;
  overflow: hidden;
  background: #e7eef4;
}
.map-location-preview::after {
  content: "Buka di Google Maps";
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(0, 51, 102, .88);
  font-size: .72rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(0, 20, 40, .22);
}
.map-location-preview img {
  width: 100%;
  height: clamp(220px, 34vw, 360px);
  object-fit: cover;
  object-position: center;
  transition: transform .25s ease;
}
.map-location-preview:hover img {
  transform: scale(1.02);
}
.map-location-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  padding: 24px;
  color: var(--navy);
  text-align: center;
}
.map-location-content > span {
  color: var(--orange-dark);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.map-location-content > strong {
  font-size: 1.05rem;
  line-height: 1.4;
}
.map-location-content > small {
  color: var(--muted);
  line-height: 1.5;
}
.map-location-content .btn {
  margin-top: 10px;
}
@media (max-width: 640px) {
  .map-location-card {
    border-radius: 18px;
  }
  .map-location-preview img {
    height: 220px;
  }
  .map-location-preview::after {
    right: 10px;
    bottom: 10px;
    font-size: .66rem;
  }
  .map-location-content {
    padding: 20px 16px;
  }
}

/* PATCH: warna berbeda untuk setiap kartu Media Sosial & Kontak Resmi */
.official-socials .social-card {
  border-color: transparent;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.official-socials .social-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 38, 77, .16);
  filter: brightness(1.03);
}
.official-socials .social-card:focus-visible {
  outline: 3px solid rgba(255, 102, 0, .45);
  outline-offset: 3px;
}
.official-socials .social-card:nth-child(1) {
  color: #fff;
  background: linear-gradient(135deg, #0f8f43, #19b95c);
}
.official-socials .social-card:nth-child(2) {
  color: #fff;
  background: linear-gradient(135deg, #7b2cff 0%, #d62976 52%, #f77737 100%);
}
.official-socials .social-card:nth-child(3) {
  color: #fff;
  background: linear-gradient(135deg, #111827, #1f2937);
}
.official-socials .social-card:nth-child(4) {
  color: #fff;
  background: linear-gradient(135deg, #0866ff, #1877f2);
}
.official-socials .social-card:nth-child(5) {
  color: #5f4300;
  background: linear-gradient(135deg, #fff7d6, #ffe18a);
  border-color: rgba(234, 179, 8, .3);
}
.official-socials .social-card:nth-child(-n+4) small {
  color: rgba(255,255,255,.9);
}
.official-socials .social-card:nth-child(5) small {
  color: #6f570d;
}
.official-socials .social-card img {
  flex: 0 0 auto;
  filter: drop-shadow(0 3px 8px rgba(0,0,0,.12));
}

/* FINAL: seluruh bagian homepage selalu dirender.
   Beberapa browser HP dan alat tangkapan layar dapat meninggalkan ruang kosong
   semu ketika content-visibility dipakai pada halaman yang sangat panjang. */
#program,
#tentang,
#galeri,
#testimoni,
#faq,
#kontak,
.official-socials,
.site-footer {
  content-visibility: visible;
  contain: none;
}

/* Ritme halaman lebih padat dan konsisten pada layar HP. */
@media (max-width: 767px) {
  .section { padding-top: 52px; padding-bottom: 52px; }
  .mobil-gallery-section,
  .sarana-lv4x4-gallery-section,
  .training-gallery-section { padding-top: 46px; padding-bottom: 46px; }
  .mobil-gallery-grid { min-height: 0; }
}

/* FINAL KONTAK: latar biru lembut agar kartu dan gambar peta lebih menonjol. */
#kontak {
  background:
    radial-gradient(circle at 82% 25%, rgba(7, 89, 159, .12), transparent 34%),
    linear-gradient(135deg, #eef6fc 0%, #f7fbff 55%, #e8f2fa 100%);
}

#kontak .map-location-card {
  overflow: hidden;
  border: 1px solid #c9dceb;
  background: #fff;
  box-shadow: 0 22px 55px rgba(0, 51, 102, .16);
}

#kontak .map-location-preview {
  border-bottom: 4px solid var(--orange);
  background: #dfeef8;
}

#kontak .map-location-preview img {
  display: block;
  width: 100%;
  filter: saturate(1.06) contrast(1.03);
}

@media (max-width: 767px) {
  #kontak {
    background:
      radial-gradient(circle at 85% 14%, rgba(7, 89, 159, .11), transparent 30%),
      linear-gradient(180deg, #f7fbff 0%, #eaf4fb 100%);
  }
  #kontak .map-location-card {
    box-shadow: 0 16px 38px rgba(0, 51, 102, .14);
  }
}
