/* MENU MODAL SCROLL FIX V4 — mobile single-scroll container */
.menu-image {
  width: 100%;
  padding: 0;
  border: 0;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: zoom-in;
}
.menu-grid .menu-image {
  display: block;
  overflow: hidden;
  background: #eaf3f7;
  line-height: 0;
}
.menu-grid .menu-image > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  object-fit: cover;
  object-position: center;
}
.menu-grid .menu-image > .badge {
  z-index: 2;
  top: 14px;
  right: auto;
  bottom: auto;
  left: 14px;
  margin: 0;
  line-height: 1.4;
  transform: none;
}
.menu-image::after {
  content: "Lihat detail";
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #fff;
  background: rgba(26, 52, 63, .82);
  box-shadow: 0 5px 16px rgba(19, 52, 66, .2);
  font-size: 11px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .2s ease, transform .2s ease;
  backdrop-filter: blur(8px);
}
.menu-image:hover::after,
.menu-image:focus-visible::after {
  opacity: 1;
  transform: none;
}
.menu-image:focus-visible {
  outline: 3px solid rgba(15, 159, 209, .35);
  outline-offset: -3px;
}
.menu-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(12, 29, 36, .72);
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
  backdrop-filter: blur(8px);
}
.menu-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.menu-modal-dialog {
  position: relative;
  width: min(100%, 980px);
  max-height: min(780px, calc(100dvh - 48px));
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(5, 31, 42, .32);
  transform: translateY(12px) scale(.985);
  transition: transform .22s ease;
}
.menu-modal.is-open .menu-modal-dialog { transform: none; }
.menu-modal-scroll {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  max-height: inherit;
  min-height: 0;
  overflow: hidden;
}
.menu-modal-scroll > * { min-width: 0; }
.menu-modal-visual {
  position: relative;
  min-height: 520px;
  padding: 0;
  overflow: hidden;
  background: linear-gradient(145deg, #eef8fb, #f8fcfd);
}
.menu-modal-visual img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}
.menu-modal-content {
  min-height: 0;
  overflow-y: auto;
  padding: 40px 36px 34px;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.menu-modal-close {
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid #d9e7ec;
  border-radius: 50%;
  color: #29434d;
  background: rgba(255,255,255,.94);
  cursor: pointer;
  box-shadow: 0 7px 20px rgba(31, 74, 91, .12);
}
.menu-modal-close:hover { color: #087da7; background: #f2fafd; }
.menu-modal-close:focus-visible { outline: 3px solid rgba(15,159,209,.3); outline-offset: 2px; }
.menu-modal-tier {
  display: inline-flex;
  margin: 0 48px 14px 0;
  padding: 7px 12px;
  border-radius: 999px;
  color: #087da7;
  background: #e7f7fc;
  font-size: 11px;
  font-weight: 800;
}
.menu-modal-title { margin: 0 0 10px; font-size: clamp(25px, 3vw, 34px); line-height: 1.15; overflow-wrap: anywhere; }
.menu-modal-rating { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; color: #66777e; font-size: 12px; }
.menu-modal-rating .rating-stars { font-size: 16px; }
.menu-modal-price {
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5edf0;
}
.menu-modal-price small { display: block; margin-bottom: 2px; color: #66777e; font-size: 11px; }
.menu-modal-price strong { color: #0787b4; font-size: 25px; }
.menu-modal-desc { margin-bottom: 22px; color: #4b5d64; font-size: 14px; line-height: 1.75; }
.menu-modal-section { margin-bottom: 22px; }
.menu-modal-section h4 { margin: 0 0 11px; color: #27343a; font-size: 14px; }
.menu-modal-items { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 12px; margin: 0; padding: 0; list-style: none; }
.menu-modal-items li {
  position: relative;
  padding-left: 20px;
  color: #4b5d64;
  font-size: 12px;
  line-height: 1.5;
}
.menu-modal-items li::before {
  content: "";
  position: absolute;
  top: .52em;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0f9fd1;
  box-shadow: 0 0 0 3px #e4f6fc;
}
.menu-modal-info { display: grid; gap: 10px; margin-bottom: 24px; }
.menu-modal-info div { display: grid; grid-template-columns: 108px minmax(0, 1fr); gap: 12px; font-size: 12px; }
.menu-modal-info dt { color: #75858b; }
.menu-modal-info dd { margin: 0; color: #34464d; font-weight: 700; }
.menu-modal-order { width: 100%; min-height: 50px; }
body.menu-modal-open { overflow: hidden; }
@media (max-width: 760px) {
  .menu-image::after { opacity: 1; transform: none; }
  .menu-modal {
    display: block;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    box-sizing: border-box;
    overflow: hidden;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .menu-modal-dialog {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 22px 22px 0 0;
  }
  .menu-modal-scroll {
    width: 100%;
    height: 100%;
    min-height: 0;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    scrollbar-gutter: stable;
  }
  .menu-modal-scroll,
  .menu-modal-scroll * {
    touch-action: pan-y;
  }
  .menu-modal-visual {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    min-height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: #eaf3f7;
  }
  .menu-modal-visual img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    margin: 0;
    border-radius: 0;
    object-fit: cover;
    object-position: center;
    -webkit-user-drag: none;
  }
  .menu-modal-content {
    width: 100%;
    min-width: 0;
    min-height: 0;
    height: auto;
    box-sizing: border-box;
    padding: 26px 20px calc(26px + env(safe-area-inset-bottom));
    overflow: visible;
    overscroll-behavior: auto;
    overflow-wrap: anywhere;
  }
  .menu-modal-close {
    position: fixed;
    top: max(18px, env(safe-area-inset-top));
    right: max(20px, calc(env(safe-area-inset-right) + 10px));
  }
  .menu-modal-items { grid-template-columns: 1fr; }
}
@media (max-width: 380px) {
  .menu-modal { padding-inline: 0; }
  .menu-modal-dialog { width: 100%; max-width: 100%; border-radius: 18px 18px 0 0; }
  .menu-modal-content { padding-inline: 17px; }
  .menu-modal-info div { grid-template-columns: 94px 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .menu-modal,
  .menu-modal-dialog,
  .menu-image::after { transition: none; }
}
.top-note {
  display: none !important;
}

body.wa-contact-open {
  overflow: hidden;
}

.wa-contact-modal {
  position: fixed;
  z-index: 1100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(20, 35, 42, 0.58);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.wa-contact-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.wa-contact-dialog {
  position: relative;
  width: min(100%, 440px);
  box-sizing: border-box;
  max-height: calc(100dvh - 40px);
  overflow-y: auto;
  padding: 32px;
  border: 1px solid rgba(16, 154, 207, 0.18);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(15, 36, 45, 0.3);
  transform: translateY(12px) scale(0.98);
  transition: transform 180ms ease;
}

.wa-contact-modal.is-open .wa-contact-dialog {
  transform: none;
}

.wa-contact-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #40535c;
  background: #edf7fa;
  cursor: pointer;
}

.wa-contact-close:hover {
  background: #dff2f8;
}

.wa-contact-close:focus-visible,
.wa-contact-form input:focus-visible,
.wa-contact-form textarea:focus-visible {
  outline: 3px solid rgba(16, 154, 207, 0.24);
  outline-offset: 2px;
}

.wa-contact-close svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.wa-contact-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(145deg, #22b573, #15945b);
  box-shadow: 0 10px 24px rgba(22, 148, 91, 0.24);
}

.wa-contact-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wa-contact-eyebrow {
  margin: 0 0 6px;
  color: #0785b2;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wa-contact-title {
  margin: 0 48px 8px 0;
  color: #233740;
  font-size: clamp(1.4rem, 4vw, 1.75rem);
  line-height: 1.2;
}

.wa-contact-copy {
  margin: 0 0 22px;
  color: #687b84;
  font-size: 0.94rem;
  line-height: 1.65;
}

.wa-contact-form {
  display: grid;
  gap: 8px;
}

.wa-contact-form label {
  margin-top: 6px;
  color: #31464f;
  font-size: 0.86rem;
  font-weight: 700;
}

.wa-contact-form input,
.wa-contact-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cbdce2;
  border-radius: 12px;
  color: #263b44;
  background: #fbfdfe;
  font: inherit;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.wa-contact-form input {
  min-height: 48px;
  padding: 0 14px;
}

.wa-contact-form textarea {
  min-height: 112px;
  padding: 13px 14px;
  resize: vertical;
  line-height: 1.5;
}

.wa-contact-form input:focus,
.wa-contact-form textarea:focus {
  border-color: #109acf;
  box-shadow: 0 0 0 4px rgba(16, 154, 207, 0.1);
}

.wa-contact-form .btn {
  width: 100%;
  min-height: 50px;
  margin-top: 12px;
  border: 0;
  cursor: pointer;
}

@media (max-width: 980px) {
  .nav-links.open {
    top: 86px;
  }
}

@media (max-width: 520px) {
  .wa-contact-modal {
    align-items: end;
    padding: 12px;
  }

  .wa-contact-dialog {
    width: calc(100vw - 24px);
    min-width: 0;
    max-width: calc(100vw - 24px);
    max-height: calc(100dvh - 24px);
    padding: 26px 20px 22px;
    border-radius: 22px;
  }

  .wa-contact-form,
  .wa-contact-form input,
  .wa-contact-form textarea {
    min-width: 0;
  }

  .wa-contact-close {
    top: 12px;
    right: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wa-contact-modal,
  .wa-contact-dialog {
    transition: none;
  }
}

/* Enhanced trust, service-area, and testimonial sections */
.why {
  isolation: isolate;
  color: #263a43;
  background:
    radial-gradient(circle at 8% 18%, rgba(15,159,209,.07), transparent 27%),
    radial-gradient(circle at 92% 82%, rgba(127,200,192,.09), transparent 28%),
    #f5f8f7;
}

.why::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background-image: radial-gradient(rgba(15,125,166,.08) 1px, transparent 1px);
  background-size: 22px 22px;
  -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,.38), transparent 36%, transparent 100%);
  mask-image: linear-gradient(90deg, rgba(0,0,0,.38), transparent 36%, transparent 100%);
  pointer-events: none;
}

.why-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #dce8e5;
  border-radius: 32px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 24px 65px rgba(43,79,74,.09);
}

.why-grid > div:first-child {
  min-width: 0;
  padding: clamp(40px, 4.5vw, 58px);
}

.why-grid h2 {
  max-width: 540px;
  margin-bottom: 18px;
  font-size: clamp(34px, 3.7vw, 48px);
}

.why .lead {
  max-width: 560px;
  margin-bottom: 0;
  color: #596f77;
  font-size: 16px;
  line-height: 1.75;
}

.why .eyebrow {
  color: #087da7;
}

.why .eyebrow::before {
  background: #0f9fd1;
}

.why-list {
  gap: 0;
  margin-top: 30px;
}

.why-item {
  align-items: flex-start;
  margin: 0;
  padding: 17px 0;
  border: 0;
  border-bottom: 1px solid #e3ece9;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: none;
}

.why-item:last-child {
  border-bottom: 0;
}

.why-item strong {
  margin-bottom: 3px;
  color: #293b43;
  font-size: 15px;
}

.why-item span {
  color: #60757d;
  line-height: 1.55;
}

.why-item svg {
  width: 21px;
  height: 21px;
  margin-top: 0;
  padding: 7px;
  box-sizing: content-box;
  border-radius: 12px;
  color: #087da7;
  background: #e7f5f7;
}

.process-card {
  right: auto;
  width: 100%;
  max-width: none;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-self: stretch;
  overflow: hidden;
  padding: clamp(40px, 4.5vw, 58px);
  border: 0;
  border-left: 1px solid #dce8e5;
  border-radius: 0;
  color: #263a43;
  background: linear-gradient(145deg, #f4f9f8 0%, #edf6f6 100%);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
}

.process-card h3 {
  margin-bottom: 15px;
  color: #263a43;
  font-size: clamp(24px, 2.5vw, 30px);
}

.process-card::before,
.process-card::after {
  display: none;
}

.process-card .step {
  position: relative;
  z-index: 1;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
  border: 0;
}

.process-card .step:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 52px;
  bottom: -8px;
  left: 18px;
  width: 1px;
  background: #c9dfe0;
}

.process-card .step strong {
  display: block;
  color: #30444c;
  font-size: 15px;
}

.process-card .step p {
  max-width: 430px;
  margin-top: 4px;
  color: #60757d;
  font-size: 13px;
  line-height: 1.6;
}

.step-num {
  width: 38px;
  height: 38px;
  color: #087da7;
  border: 1px solid #c8e2e5;
  background: #fff;
  box-shadow: 0 7px 18px rgba(38,103,117,.08);
}

@media (max-width: 1100px) {
  .why-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .process-card {
    width: 100%;
    max-width: none;
    justify-self: stretch;
    border-top: 1px solid #dce8e5;
    border-left: 0;
  }
}

#area {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 20%, rgba(15,159,209,.08), transparent 25%),
    radial-gradient(circle at 90% 80%, rgba(15,159,209,.06), transparent 27%),
    #fff;
}

#area::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 64px;
  top: 0;
  left: 50%;
  background: linear-gradient(to bottom, rgba(15,159,209,0), rgba(15,159,209,.28));
}

.area-grid {
  position: relative;
}

.area-card {
  position: relative;
  min-height: 82px;
  overflow: hidden;
  border-color: #d7e9ef;
  box-shadow: 0 14px 36px rgba(22,89,115,.06);
  transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
}

.area-card::before {
  content: "";
  position: absolute;
  width: 4px;
  inset: 18px auto 18px 0;
  border-radius: 0 8px 8px 0;
  background: #0f9fd1;
  opacity: 0;
  transition: opacity 200ms ease;
}

.area-card:hover {
  border-color: rgba(15,159,209,.42);
  background: #fbfeff;
  box-shadow: 0 18px 42px rgba(22,89,115,.11);
}

.area-card:hover::before {
  opacity: 1;
}

.area-pin {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  box-shadow: inset 0 0 0 1px rgba(15,159,209,.1);
}

#testimoni {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(235,247,252,.7), rgba(247,252,254,.95)),
    #f3f9fc;
}

#testimoni::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -170px;
  top: 60px;
  border: 1px solid rgba(15,159,209,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(15,159,209,.025), 0 0 0 84px rgba(15,159,209,.02);
  pointer-events: none;
}

.testimonial-grid {
  position: relative;
  z-index: 1;
}

.quote {
  position: relative;
  min-height: 275px;
  overflow: hidden;
  border-color: #d5e7ee;
  box-shadow: 0 18px 48px rgba(23,74,94,.08);
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.quote::before {
  content: "“";
  position: absolute;
  top: 12px;
  right: 22px;
  color: rgba(15,159,209,.12);
  font-family: Georgia, serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.quote::after {
  content: "";
  position: absolute;
  height: 4px;
  inset: auto 28px 0;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(90deg, #0f9fd1, #49bddf);
  opacity: .72;
}

.quote:hover {
  border-color: rgba(15,159,209,.35);
  box-shadow: 0 22px 56px rgba(23,74,94,.13);
}

.quote .stars {
  position: relative;
  z-index: 1;
  color: #f2a31d;
  font-size: 15px;
}

.quote blockquote {
  position: relative;
  z-index: 1;
  color: #40535b;
  line-height: 1.75;
}

.person {
  position: relative;
  z-index: 1;
  gap: 14px;
}

.person::after {
  content: "Foto ilustrasi";
  align-self: flex-end;
  margin-left: auto;
  padding: 4px 7px;
  border-radius: 999px;
  color: #6b8088;
  background: #edf7fa;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .02em;
  white-space: nowrap;
}

.avatar {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  overflow: hidden;
  border: 3px solid #fff;
  background-color: #dff3fa;
  background-position: center;
  background-size: cover;
  box-shadow: 0 8px 22px rgba(23,74,94,.16);
}

.person strong {
  margin-bottom: 3px;
  color: #263a43;
}

.person span {
  color: #617780;
  line-height: 1.45;
}

@media (max-width: 760px) {
  .why-grid {
    border-radius: 24px;
  }

  .why-grid > div:first-child,
  .process-card {
    padding: 30px 24px;
  }

  .why-item {
    padding: 15px 0;
  }

  .process-card {
    box-shadow: none;
  }

  #area::before,
  #testimoni::after {
    display: none;
  }

  .area-card {
    min-height: 78px;
  }

  .quote {
    min-height: 0;
    padding: 24px;
  }

  .person::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .why-item,
  .area-card,
  .area-card::before,
  .quote {
    transition: none;
  }
}

/* Mobile accessibility and interaction refinements */
.navbar .brand-sub {
  color: #4f646d;
}

.footer .brand-sub {
  color: #c8d5da;
}

.proof-item span {
  color: #596e77;
}

.hero .slider-copy .btn-primary {
  background: #087da7;
}

.hero .slider-copy .btn-primary:hover {
  background: #066b8f;
}

.slider-dots {
  gap: 2px;
}

.slider-dot,
.slider-dot[aria-selected="true"] {
  position: relative;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
}

.slider-dot::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  inset: 50% auto auto 50%;
  border: 1px solid rgba(255,255,255,.86);
  border-radius: 50%;
  background: transparent;
  transform: translate(-50%, -50%);
  transition: width 200ms ease, border-radius 200ms ease, background-color 200ms ease;
}

.slider-dot[aria-selected="true"]::before {
  width: 24px;
  border-color: #33bce8;
  border-radius: 999px;
  background: #33bce8;
}
