    :root {
      --home-shell-width: min(1380px, calc(100% - 28px));
    }
    html {
      overflow-y: scroll;
    }
    body.home-page {
      color: #172536;
      background:
        radial-gradient(circle at 8% 4%, rgba(0,185,133,.12), transparent 28%),
        radial-gradient(circle at 92% 12%, rgba(0,125,99,.08), transparent 24%),
        linear-gradient(180deg, #f7fcfa 0%, #edf7f4 100%);
      background-attachment: fixed;
    }
    body.home-page header {
      position: relative;
      z-index: 5;
      padding-bottom: 46px;
    }
    body.home-page .topbar {
      background: #00483A !important;
      border-bottom: 1px solid rgba(255,255,255,.12);
      box-shadow: 0 8px 22px rgba(0,72,58,.08);
    }
    body.home-page .topbar .nav-link,
    body.home-page .topbar .topbar-text,
    body.home-page .topbar .bahasa {
      color: rgba(255,255,255,.92) !important;
      font-size: 13px;
      font-weight: 600;
    }
    body.home-page .topbar .btn-danger {
      background: linear-gradient(135deg, #d94141 0%, #bb1f28 100%);
      border: 0;
      border-radius: 999px;
      min-height: 34px;
      padding: 0 14px;
      font-size: 12px;
      font-weight: 700;
      box-shadow: 0 10px 24px rgba(161, 28, 37, .22);
    }
    body.home-page .schedule-btn {
      border: 0;
      border-radius: 12px;
      min-height: 36px;
      padding: 0 16px;
      font-size: 13px;
      font-weight: 700;
      box-shadow: 0 10px 22px rgba(0,72,58,.16);
    }
    body.home-page .navbar.sticky {
      top: 0;
      width: var(--home-shell-width);
      margin: 0 auto;
      padding: 0;
      border: 1px solid rgba(255,255,255,.58);
      border-radius: 24px;
      background: rgba(255,255,255,.68) !important;
      box-shadow: 0 22px 56px rgba(0,72,58,.14);
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      transform: translateY(18px);
    }
    body.home-page .navbar.sticky.fixed {
      top: 14px;
      left: 50%;
      width: var(--home-shell-width);
      transform: translateX(-50%);
      border-radius: 24px;
      background: rgba(255,255,255,.78) !important;
      box-shadow: 0 22px 56px rgba(0,72,58,.18);
    }
    body.home-page .navbar.sticky > .container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: nowrap;
      max-width: 100%;
      padding-left: 24px;
      padding-right: 24px;
      min-height: 86px;
      gap: 24px;
    }
    body.home-page .navbar.sticky .navbar-brand {
      flex: 0 0 auto;
      margin-right: 28px;
    }
    body.home-page .navbar.sticky .navbar-collapse.collapse {
      display: flex !important;
      flex: 1 1 auto;
      justify-content: flex-end;
      min-width: 0;
    }
    body.home-page #navbarContent .navbar-nav {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      flex-wrap: nowrap;
      gap: 4px;
      width: 100%;
      min-width: 0;
    }
    body.home-page .navbar.sticky .nav-link,
    body.home-page .navbar.sticky .dropdown-item {
      color: #2f4051;
      font-size: 15px;
      font-weight: 700;
    }
    body.home-page .navbar.sticky .nav-link {
      display: inline-flex;
      align-items: center;
      white-space: nowrap;
      min-height: 48px;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      padding-left: 12px !important;
      padding-right: 12px !important;
    }
    body.home-page .navbar.sticky .nav-link:hover,
    body.home-page .navbar.sticky .nav-link:focus {
      color: #00483A;
    }
    body.home-page .navbar.sticky .nav-schedule > .nav-link {
      color: #ffffff;
      border-radius: 14px;
      background: #007A5E;
      box-shadow: none;
      padding-left: 16px !important;
      padding-right: 16px !important;
    }
    body.home-page .navbar.sticky .nav-schedule:hover > .nav-link,
    body.home-page .navbar.sticky .nav-schedule:focus-within > .nav-link {
      color: #ffffff !important;
      background: #005F49;
      box-shadow: none;
    }
    body.home-page .navbar.sticky .dropdown-menu {
      border: 1px solid rgba(255,255,255,.62);
      border-radius: 18px;
      background: rgba(255,255,255,.76);
      box-shadow: 0 22px 48px rgba(0,72,58,.14);
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      padding: 10px;
    }
    body.home-page .navbar.sticky .dropdown-item {
      border-radius: 12px;
      min-height: 42px;
      display: flex;
      align-items: center;
      padding: 0 14px;
    }
    body.home-page .navbar-brand .logo-ph {
      width: auto !important;
      height: 55px !important;
      max-height: none;
    }
    body.home-page .container-banner {
      width: var(--home-shell-width);
      max-width: none;
      padding-left: 0;
      padding-right: 0;
      margin-top: 42px;
      margin-bottom: 26px;
      position: relative;
      z-index: 1;
    }
    body.home-page .page-banner {
      background: rgba(255,255,255,.36);
      backdrop-filter: blur(12px) saturate(145%);
      -webkit-backdrop-filter: blur(12px) saturate(145%);
    }
    body.home-page .home-banner {
      border-radius: 30px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.62);
      box-shadow: 0 28px 64px rgba(0,72,58,.16);
    }
    body.modal-open {
      padding-right: 0 !important;
    }

    body.home-page .wrapper-framingham{
      display: block;
      width: 100%;
      align-items: center;
      justify-content: space-evenly;
    }
    body.home-page .wrapper-framingham label{
      font-size: 15px;
    }
    body.home-page .wrapper-framingham input:focus{
      border:none;
      box-shadow:none;
    }
    .dokter-booking-button {
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
      min-height: 62px;
      padding: 0 18px 0 20px;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, .78);
      border-radius: 14px;
      color: #003f34;
      font-size: 16px;
      font-weight: 800;
      letter-spacing: .01em;
      background:
        linear-gradient(135deg, rgba(255,255,255,.98) 0%, rgba(236,251,245,.98) 58%, rgba(220,247,237,.96) 100%);
      box-shadow:
        0 18px 38px rgba(0, 30, 24, .18),
        0 0 0 1px rgba(255,255,255,.18) inset,
        0 10px 24px rgba(0, 72, 58, .08);
      transition: color .24s ease, transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease;
    }
    .dokter-booking-button::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(120deg, rgba(255,255,255,0) 12%, rgba(255,255,255,.5) 38%, rgba(255,255,255,0) 62%);
      transform: translateX(-130%);
      transition: transform .72s cubic-bezier(.22,1,.36,1);
      pointer-events: none;
    }
    .dokter-booking-button::after {
      content: "";
      position: absolute;
      inset: auto 12px 0 12px;
      height: 3px;
      border-radius: 999px;
      background: linear-gradient(90deg, #3bd5a7 0%, #00b985 55%, #98de00 100%);
      opacity: .92;
      transform: scaleX(.72);
      transform-origin: left center;
      transition: transform .28s ease;
    }
    .dokter-booking-button:hover,
    .dokter-booking-button:focus {
      color: #00483a;
      text-decoration: none;
      transform: translateY(-4px) scale(1.01);
      border-color: rgba(193, 247, 226, .95);
      box-shadow:
        0 28px 54px rgba(0, 30, 24, .24),
        0 0 0 1px rgba(255,255,255,.22) inset,
        0 16px 36px rgba(0, 72, 58, .12);
    }
    .dokter-booking-button:hover::before,
    .dokter-booking-button:focus::before {
      transform: translateX(130%);
    }
    .dokter-booking-button:hover::after,
    .dokter-booking-button:focus::after {
      transform: scaleX(1);
    }
    .dokter-booking-button span {
      position: relative;
      z-index: 1;
      flex: 0 0 auto;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      border-radius: 999px;
      color: #fff;
      font-size: 26px;
      line-height: 1;
      background: linear-gradient(135deg, #00614e 0%, #00483a 55%, #00362c 100%);
      box-shadow:
        0 12px 24px rgba(0, 72, 58, .22),
        0 0 0 5px rgba(0, 72, 58, .06);
      transition: transform .24s ease, box-shadow .24s ease, background .24s ease;
    }
    .dokter-booking-button:hover span,
    .dokter-booking-button:focus span {
      transform: scale(1.08);
      box-shadow:
        0 16px 28px rgba(0, 72, 58, .28),
        0 0 0 7px rgba(0, 72, 58, .08);
      background: linear-gradient(135deg, #00b985 0%, #007d63 55%, #00483a 100%);
    }
    .button input[type="text"] {
      height: 50px;
    }
    .button {
      float: left;
      margin: 0 5px 0 0;
      width: 100%;
      height: 50px;
      position: relative;
    }
    .button label,
    .button input {
      display: block;
      position: absolute;
      width: 100%;
      border: 2px solid transparent;
      border-radius: 7px;
      color: #FFFFFF;
    }
    .button label:hover{
      display: block;
      position: absolute;
      width: 100%;
      border: 2px solid #00483a;
      border-radius: 7px;
      color: #FFFFFF;
    }
    .button input[type="radio"] {
      opacity: 0.011;
      z-index: 100;
    }
    .button input[type="radio"]:checked + label {
      border-radius: 7px;
      border: 2px solid #00483a;
    }
    .button label {
      cursor: pointer;
      z-index: 90;
      line-height: 1.8em;
    }
    .section-stroke{
      padding: 30px 40px;
    }
    body.home-page .page-section {
      position: relative;
      z-index: 1;
    }
    body.home-page > .page-section:not(.banner-seo-check) > .container {
      width: var(--home-shell-width);
      max-width: none;
      padding-top: 24px;
      padding-bottom: 24px;
      padding-left: 20px;
      padding-right: 20px;
    }
    body.home-page .banner-seo-check {
      width: var(--home-shell-width);
      max-width: none;
      margin-left: auto !important;
      margin-right: auto !important;
      background: transparent !important;
      margin-top: 42px !important;
      padding-top: 0;
      padding-bottom: 0;
      border-radius: 0 !important;
      overflow: visible;
    }
    body.home-page .banner-seo-check .wrap {
      position: relative;
      overflow: hidden;
      isolation: isolate;
      border: 1px solid rgba(255,255,255,.68);
      border-radius: 30px !important;
      clip-path: inset(0 round 30px);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,.8),
        0 28px 64px rgba(0,72,58,.16);
      backdrop-filter: blur(20px) saturate(155%);
      -webkit-backdrop-filter: blur(20px) saturate(155%);
      background: transparent !important;
      background-color: transparent !important;
    }
    body.home-page .banner-seo-check .wrap::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      border-radius: inherit;
      background:
        radial-gradient(circle at 14% 16%, rgba(255,255,255,.36), transparent 18%),
        radial-gradient(circle at 86% 18%, rgba(255,255,255,.2), transparent 22%),
        linear-gradient(145deg, rgba(255,255,255,.22), transparent 36%),
        linear-gradient(135deg, rgba(0,72,58,.9) 0%, rgba(0,97,78,.84) 38%, rgba(0,176,133,.72) 74%, rgba(120,214,187,.56) 100%);
    }
    body.home-page .banner-seo-check .wrap::after {
      content: "";
      position: absolute;
      inset: 1px;
      z-index: -1;
      border-radius: inherit;
      pointer-events: none;
      background: linear-gradient(120deg, transparent 0 26%, rgba(255,255,255,.24) 42%, transparent 58%);
      opacity: .9;
    }
    body.home-page .banner-seo-check.bg-image,
    body.home-page .banner-seo-check .bg-image {
      background-image: none !important;
      background-color: transparent !important;
    }
    body.home-page .banner-seo-check .pt-2 {
      padding-top: 34px !important;
    }
    body.home-page .banner-seo-check h2,
    body.home-page .title-section {
      font-size: clamp(30px, 4vw, 42px);
      line-height: 1.12;
      font-weight: 800;
      letter-spacing: -.02em;
    }
    body.home-page .banner-seo-check h2 {
      margin-bottom: 12px;
    }
    body.home-page .banner-seo-check .subtitle,
    body.home-page .text-center > p,
    body.home-page .card-service p {
      font-size: 16px;
      line-height: 1.8;
    }
    body.home-page .banner-seo-check .subtitle {
      color: rgba(255,255,255,.9);
      text-shadow: 0 1px 0 rgba(0,0,0,.08);
    }
    body.home-page .text-center > p,
    body.home-page .card-service p,
    body.home-page .wrapper-framingham label {
      color: #6B7A89;
    }
    body.home-page .banner-seo-check h1 {
      margin-top: 34px !important;
      font-size: 20px;
      font-weight: 600 !important;
      color: rgba(255,255,255,.96) !important;
      text-shadow: 0 1px 0 rgba(0,0,0,.1);
    }
    body.home-page .divider {
      width: 74px;
      height: 4px;
      border-radius: 999px;
      background: linear-gradient(90deg, #00B985 0%, #98de00 100%);
    }
    body.home-page .card-service {
      display: flex;
      flex-direction: column;
      width: 100%;
      min-height: 560px;
      height: 100%;
      margin: 0 auto;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.58);
      border-radius: 22px;
      background: linear-gradient(145deg, rgba(255,255,255,.78) 0%, rgba(241,251,248,.54) 100%);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,.78),
        0 18px 42px rgba(0,72,58,.10);
      backdrop-filter: blur(18px) saturate(155%);
      -webkit-backdrop-filter: blur(18px) saturate(155%);
    }
    body.home-page .card-service .header {
      flex: 0 0 auto;
    }
    body.home-page .card-service .header img {
      display: block;
      width: 100%;
      height: 232px;
      object-fit: cover;
    }
    body.home-page .card-service .body {
      flex: 1 1 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 22px 22px 18px;
    }
    body.home-page .card-service .body h3 {
      margin-bottom: 12px;
      color: #00483A;
      font-size: 24px;
      font-weight: 700;
    }
    body.home-page .card-service .body p {
      flex: 1 1 auto;
      width: 100%;
      margin-bottom: 0;
    }
    body.home-page .card-service .footer {
      flex: 0 0 auto;
      min-height: 52px;
      border-top: 1px solid rgba(0,72,58,.08);
      background: rgba(234,245,242,.72);
      color: #00483A;
      font-size: 14px;
      font-weight: 800;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    body.home-page .page-section .row {
      row-gap: 28px;
    }
    body.home-page .page-section .row > [class*="col-"] {
      padding-left: 14px;
      padding-right: 14px;
    }
    body.home-page .wrapper-framingham {
      border: 1px solid rgba(255,255,255,.58);
      border-radius: 28px;
      background: linear-gradient(145deg, rgba(255,255,255,.8) 0%, rgba(241,251,248,.56) 100%);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,.82),
        0 20px 48px rgba(0,72,58,.1);
      backdrop-filter: blur(18px) saturate(155%);
      -webkit-backdrop-filter: blur(18px) saturate(155%);
    }
    body.home-page .wrapper-framingham .form-control {
      border: 1px solid rgba(0,72,58,.14);
      border-radius: 14px;
      min-height: 54px;
      background: rgba(255,255,255,.95);
      color: #172536;
      font-size: 15px;
      box-shadow: 0 12px 26px rgba(16,33,51,.05);
    }
    body.home-page .wrapper-framingham .form-control:focus {
      border-color: rgba(0,134,110,.48);
      box-shadow: 0 0 0 4px rgba(0,134,110,.1);
    }
    body.home-page .button label,
    body.home-page .button input {
      border-radius: 14px;
    }
    body.home-page .btn-primary,
    body.home-page input[type="submit"].btn-primary {
      border: 0;
      border-radius: 14px !important;
      background: linear-gradient(135deg, #007D63 0%, #00483A 100%);
      box-shadow: 0 14px 30px rgba(0,72,58,.18);
      font-size: 15px !important;
      font-weight: 800;
    }
    body.home-page .btn-primary:hover,
    body.home-page .btn-primary:focus {
      background: linear-gradient(135deg, #009776 0%, #00483A 100%);
    }
    body.home-page .card-blog,
    body.home-page .card-layanan {
      display: flex;
      flex-direction: column;
      min-height: 460px;
      height: 100%;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.56);
      border-radius: 22px;
      background: linear-gradient(145deg, rgba(255,255,255,.76) 0%, rgba(241,251,248,.5) 100%);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,.8),
        0 18px 38px rgba(0,72,58,.08);
      backdrop-filter: blur(18px) saturate(150%);
      -webkit-backdrop-filter: blur(18px) saturate(150%);
      padding: 12px;
    }
    body.home-page .card-blog .post-thumb-news,
    body.home-page .card-layanan .post-thumb-news {
      display: flex;
      flex: 1 1 auto;
      flex-direction: column;
      align-items: stretch;
      justify-content: flex-start;
      margin: 0;
      padding: 0;
    }
    body.home-page .card-blog .post-thumb-news a,
    body.home-page .card-layanan .post-thumb-news a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 250px;
      flex: 0 0 auto;
      overflow: hidden;
      border-radius: 16px;
      background: rgba(248, 252, 250, .92);
    }
    body.home-page .card-blog img,
    body.home-page .card-layanan img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
      display: block;
    }
    body.home-page .card-blog .post-thumb-news div,
    body.home-page .card-layanan .post-thumb-news div {
      display: block;
      width: 100%;
      flex: 1 1 auto;
      padding: 16px 14px 12px;
      color: #172536;
      font-size: 15px;
      font-weight: 700;
      line-height: 1.55;
    }
    body.home-page .card-blog .body,
    body.home-page .card-layanan .body {
      display: flex;
      flex: 0 0 auto;
      flex-direction: column;
      justify-content: flex-start;
      padding: 16px 14px 14px;
    }
    body.home-page .card-blog .post-title,
    body.home-page .card-layanan .post-title {
      margin-bottom: 10px;
      color: #00483A;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.35;
    }
    body.home-page .card-blog p,
    body.home-page .card-layanan p {
      margin: 0;
      color: #6B7A89;
      font-size: 15px;
      line-height: 1.7;
    }
    body.home-page .card-news {
      min-height: 420px;
    }
    body.home-page .card-news__media {
      display: block;
      width: 100%;
      overflow: hidden;
      border-radius: 16px;
      aspect-ratio: 4 / 3;
      background: rgba(248, 252, 250, .92);
    }
    body.home-page .card-news__media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
    }
    body.home-page .card-news__body {
      padding: 16px 12px 8px;
    }
    body.home-page .card-news__title {
      display: block;
      color: #172536;
      font-size: 16px;
      font-weight: 800;
      line-height: 1.5;
      text-decoration: none;
    }
    body.home-page .card-news__title:hover,
    body.home-page .card-news__title:focus {
      color: #007D63;
      text-decoration: none;
    }
    body.home-page .article-health-card {
      position: relative;
      display: block;
      overflow: hidden;
      border-radius: 12px;
      min-height: 196px;
      background: #00483A;
      box-shadow: 0 16px 34px rgba(0,72,58,.12);
      text-decoration: none;
      transition: transform .25s ease, box-shadow .25s ease;
    }
    body.home-page .article-health-card:hover,
    body.home-page .article-health-card:focus {
      transform: translateY(-4px);
      box-shadow: 0 24px 44px rgba(0,72,58,.18);
      text-decoration: none;
    }
    body.home-page .article-health-card img {
      width: 100%;
      height: 100%;
      min-height: 196px;
      aspect-ratio: 16 / 10;
      object-fit: cover;
      object-position: center;
      display: block;
    }
    @media (max-width: 991.98px) {
      body.home-page .navbar.sticky {
        width: 100%;
        margin: 0;
        border-radius: 0;
        top: 0;
        border-left: 0;
        border-right: 0;
        background: rgba(255,255,255,.94) !important;
        transform: none;
        overflow: visible;
      }
      body.home-page .navbar.sticky.fixed {
        left: 0;
        width: 100%;
        transform: none;
        top: 0;
        border-radius: 0;
        overflow: visible;
      }
      body.home-page .navbar.sticky > .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        padding-left: 16px;
        padding-right: 16px;
        min-height: 74px;
        gap: 14px;
      }
      body.home-page.mobile-menu-open {
        overflow: hidden;
      }
      body.home-page.mobile-menu-open #fixed-social {
        opacity: 0;
        pointer-events: none;
      }
      body.home-page .navbar.sticky .navbar-brand {
        flex: 1 1 auto;
        min-width: 0;
        margin-right: 0;
      }
      body.home-page #navbarContent {
        display: none !important;
      }
      body.home-page .navbar-brand .logo-ph {
        height: 49px !important;
      }
      body.home-page .navbar-toggler {
        flex: 0 0 auto;
        min-height: 46px;
        padding: 0 18px;
        border: 0;
        border-radius: 999px;
        background: linear-gradient(135deg, #007d63 0%, #00483a 100%);
        color: #ffffff !important;
        font-size: 17px;
        font-weight: 700;
        box-shadow: 0 14px 28px rgba(0,72,58,.18);
      }
      body.home-page .home-mobile-menu-sheet {
        position: fixed;
        left: 0;
        right: 0;
        top: 74px;
        bottom: 0;
        padding: 0 16px calc(20px + env(safe-area-inset-bottom));
        overflow-y: auto;
        background: #ffffff;
        border-top: 1px solid #e4e7ee;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        z-index: 1100;
        display: none;
      }
      body.home-page .home-mobile-menu-sheet[hidden] {
        display: none !important;
      }
      body.home-page .home-mobile-menu-sheet.is-visible {
        display: block !important;
      }
      body.home-page .home-mobile-menu {
        display: block;
        margin: 0;
        padding: 0 0 6px;
        list-style: none;
        border-top: 0;
      }
      body.home-page .home-mobile-menu .home-mobile-menu__item {
        display: block;
        width: 100%;
        padding: 0;
        border-bottom: 1px solid rgba(0,72,58,.08);
      }
      body.home-page .home-mobile-menu .home-mobile-menu__link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 56px;
        width: 100%;
        padding: 0 6px !important;
        border: 0;
        background: transparent;
        color: #17323a !important;
        font-size: 17px;
        font-weight: 700;
        text-align: left;
      }
      body.home-page .home-mobile-menu .home-mobile-menu__toggle {
        cursor: pointer;
      }
      body.home-page .home-mobile-menu .home-mobile-menu__toggle::after {
        content: "";
        flex: 0 0 auto;
        width: 10px;
        height: 10px;
        margin-left: 12px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg) translateY(-1px);
        transition: transform .2s ease;
      }
      body.home-page .home-mobile-menu .home-mobile-menu__item.is-open > .home-mobile-menu__toggle {
        color: #00483a !important;
      }
      body.home-page .home-mobile-menu .home-mobile-menu__item.is-open > .home-mobile-menu__toggle::after {
        transform: rotate(-135deg) translateY(-1px);
      }
      body.home-page .home-mobile-menu .home-mobile-menu__submenu {
        display: none !important;
        width: 100%;
        margin: 0 0 10px;
        padding: 6px 0 2px;
        border: 0;
        background: transparent;
        overflow: visible;
        list-style: none;
      }
      body.home-page .home-mobile-menu .home-mobile-menu__submenu.show {
        display: block !important;
      }
      body.home-page .home-mobile-menu .home-mobile-menu__submenu li {
        list-style: none;
      }
      body.home-page .home-mobile-menu .home-mobile-menu__sublink,
      body.home-page .home-mobile-menu .dropdown-item,
      body.home-page .home-mobile-menu .subheader {
        display: block;
        min-height: 44px;
        padding: 10px 6px 10px 18px;
        border-top: 0;
        color: #50707a;
        font-size: 15px;
        font-weight: 600;
      }
      body.home-page .home-mobile-menu .home-mobile-menu__sublink:hover,
      body.home-page .home-mobile-menu .home-mobile-menu__sublink:focus,
      body.home-page .home-mobile-menu .dropdown-item:hover,
      body.home-page .home-mobile-menu .dropdown-item:focus {
        background: rgba(0,72,58,.05);
        color: #00483a;
      }
      body.home-page .container-banner {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-top: 0;
        margin-bottom: 18px;
      }
      body.home-page .banner-seo-check {
        width: 100%;
        max-width: 100%;
        margin-top: 24px !important;
      }
      body.home-page > .page-section:not(.banner-seo-check) > .container {
        width: 100%;
        max-width: 100%;
        padding-top: 18px;
        padding-bottom: 18px;
        padding-left: 15px;
        padding-right: 15px;
      }
      body.home-page .banner-seo-check .wrap,
      body.home-page .wrapper-framingham,
      body.home-page .card-service,
      body.home-page .card-blog,
      body.home-page .card-layanan {
        border-radius: 20px;
      }
      body.home-page .banner-seo-check h2,
      body.home-page .title-section {
        font-size: clamp(28px, 7vw, 36px);
      }
      body.home-page .card-service {
        min-height: auto;
      }
      body.home-page .card-blog,
      body.home-page .card-layanan {
        min-height: auto;
      }
      body.home-page .card-news {
        min-height: auto;
      }
      body.home-page .article-health-card,
      body.home-page .article-health-card img {
        min-height: 180px;
      }
      body.home-page .card-blog .post-thumb-news a,
      body.home-page .card-layanan .post-thumb-news a {
        height: auto;
        aspect-ratio: 4 / 3;
      }
      body.home-page .card-service .header img {
        height: auto;
        aspect-ratio: 4 / 3;
      }
    }

  
/* Apple-like calm dropdown glass refinement */
@media (min-width: 992px) {
  body.home-page .navbar.sticky .nav-item.dropdown:hover > .dropdown-menu,
  body.home-page .navbar.sticky .nav-item.dropdown:focus-within > .dropdown-menu{
    display:block;
    margin-top:0;
  }
  body.home-page .navbar.sticky .dropdown-menu{
    background: rgba(248,252,250,.90) !important;
    backdrop-filter: blur(14px) saturate(145%);
    -webkit-backdrop-filter: blur(14px) saturate(145%);
    border:1px solid rgba(255,255,255,.62);
    box-shadow:
      0 16px 34px rgba(0,72,58,.10),
      inset 0 1px 0 rgba(255,255,255,.78);
    border-radius:22px;
    overflow:hidden;
  }
  body.home-page .navbar.sticky .dropdown-menu::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    border-radius:inherit;
    background:
      linear-gradient(135deg, rgba(255,255,255,.18), transparent 42%);
  }
  body.home-page .navbar.sticky .dropdown-item{
    background: rgba(255,255,255,.18);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    margin-bottom:6px;
  }
  body.home-page .navbar.sticky .dropdown-item:last-child{margin-bottom:0;}
  body.home-page .navbar.sticky .dropdown-item:hover,
  body.home-page .navbar.sticky .dropdown-item:focus{
    background: rgba(234,245,242,.88);
    color:#00483A;
  }
  /* Fallback for browsers without backdrop blur */
  @supports not ((backdrop-filter: blur(2px)) or (-webkit-backdrop-filter: blur(2px))){
   body.home-page .navbar.sticky .dropdown-menu{
     background:#f4fbf8 !important;
   }
  }
}


/* GPU-friendly homepage overrides (Step 5) */
.home-page .home-banner--enhanced .carousel-item,
.home-page .home-banner--enhanced .carousel-item img,
.home-page .home-banner--enhanced .carousel-item picture img {
  transform: none !important;
  will-change: auto !important;
  transition: opacity .35s ease !important;
}

.home-page .home-banner--enhanced .carousel-item.is-leaving-left,
.home-page .home-banner--enhanced .carousel-item.is-leaving-right,
.home-page .home-banner--enhanced .carousel-item.is-entering-from-right,
.home-page .home-banner--enhanced .carousel-item.is-entering-from-left,
.home-page .home-banner--enhanced .carousel-item.is-next-ready,
.home-page .home-banner--enhanced .carousel-item.is-prev-ready {
  transform: none !important;
}

.home-page .home-banner--enhanced .carousel-item:not(.is-active):not(.is-entering-from-right):not(.is-entering-from-left) {
  opacity: 0;
}

.home-page .home-banner--enhanced .carousel-item.is-active,
.home-page .home-banner--enhanced .carousel-item.is-entering-from-right,
.home-page .home-banner--enhanced .carousel-item.is-entering-from-left {
  opacity: 1;
}

.home-page.motion-level-3 .home-banner,
.home-page.motion-level-3 .banner-seo-check .wrap {
  transform: none !important;
}
