.sg-premium-section {
    position: relative;
}

.sehatgo-home-slider .sehatgo-home-slide {
    position: relative;
}

.sehatgo-home-slider .sehatgo-home-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10, 31, 61, 0.62) 0%, rgba(10, 31, 61, 0.38) 38%, rgba(10, 31, 61, 0.14) 100%);
    z-index: 1;
}

.sehatgo-home-slider .slide__content {
    position: relative;
    z-index: 2;
}

.sehatgo-home-slider .slide__title,
.sehatgo-home-slider .slide__desc,
.sehatgo-home-slider .features-list .feature-item .feature__title,
.sehatgo-home-slider .features-list .feature-item > a {
    color: #ffffff;
}

.sehatgo-home-slider .slide__title,
.sehatgo-home-slider .slide__desc,
.sehatgo-home-slider .features-list .feature-item .feature__title {
    text-shadow: 0 10px 24px rgba(7, 23, 46, 0.35);
}

.sehatgo-home-slider .slide__desc {
    max-width: 640px;
}

.sehatgo-home-slider__support {
    font-size: 17px;
    line-height: 1.75;
    margin-top: -6px;
}

.sehatgo-home-slider__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.sehatgo-home-slider__actions .btn__white.btn__outlined {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.72);
    color: #ffffff;
}

.sehatgo-home-slider__actions .btn__white.btn__outlined span,
.sehatgo-home-slider__actions .btn__white.btn__outlined i {
    color: #ffffff;
}

.sehatgo-home-slider .features-list .feature-item .feature__title {
    font-weight: 700;
}

.header-topbar {
    background:
        linear-gradient(135deg, #203563 0%, #32487b 55%, #274d74 100%);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.header-layout1 .navbar {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(18px);
    box-shadow: 0 16px 38px rgba(18, 46, 67, 0.08);
}

.sehatgo-topbar-text {
    color: #ffffff;
    font-weight: 600;
}

.contact-info .boxes-wrapper {
    margin-top: -26px;
    position: relative;
    z-index: 3;
}

.contact-info .boxes-wrapper > [class*=col-]:nth-of-type(1) .contact-box {
    background:
        linear-gradient(180deg, rgba(238, 252, 250, 0.98), rgba(244, 251, 255, 0.96));
}

.contact-info .boxes-wrapper > [class*=col-]:nth-of-type(2) .contact-box {
    background:
        linear-gradient(180deg, rgba(242, 246, 255, 0.98), rgba(248, 251, 255, 0.96));
}

.contact-info .boxes-wrapper > [class*=col-]:nth-of-type(3) .contact-box {
    background:
        linear-gradient(180deg, rgba(244, 248, 255, 0.98), rgba(249, 252, 255, 0.96));
}

.contact-info .contact-box {
    height: 100%;
    padding: 26px 24px;
    border: 1px solid rgba(14, 43, 77, 0.08);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 255, 0.94));
    box-shadow: 0 20px 48px rgba(18, 46, 67, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-info .contact-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 56px rgba(18, 46, 67, 0.14);
}

.contact-info .contact__title {
    color: #0e2b4d;
}

.contact-info .contact-box .contact__title,
.contact-info .contact-box .contact__icon,
.contact-info .contact-box .time__list li,
.contact-info .contact-box .contact__desc {
    color: #27415f !important;
}

.contact-info .contact-box .contact__title {
    font-size: 22px;
    margin-bottom: 10px;
}

.contact-info .contact-box .contact__desc {
    line-height: 1.8;
    margin-bottom: 16px;
}

.contact-info .contact-box .contact__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    margin-right: 18px;
    border-radius: 22px;
    background: rgba(31, 157, 139, 0.12);
    color: #1f9d8b !important;
    flex: 0 0 74px;
    font-size: 34px;
}

.contact-info .contact__desc,
.contact-info .time__list li {
    color: #5f7086;
}

.contact-info .contact-box .phone__number {
    display: inline-flex;
    align-items: center;
    color: #1b3966 !important;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.contact-info .contact-box .phone__number .icon-phone {
    background: linear-gradient(135deg, #21cdc0 0%, #189ea1 100%);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(33, 205, 192, 0.24);
}

.contact-info .contact-box .phone__number:hover {
    color: #0e2b4d !important;
}

.contact-info .contact-box .btn__white.btn__outlined {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(31, 157, 139, 0.18);
    color: #0e2b4d;
    box-shadow: 0 12px 24px rgba(17, 36, 56, 0.08);
}

.contact-info .contact-box .btn__white.btn__outlined:hover {
    background: #1f9d8b;
    border-color: #1f9d8b;
    color: #ffffff;
}

.contact-info .contact-box .btn__white.btn__outlined:hover span,
.contact-info .contact-box .btn__white.btn__outlined:hover i {
    color: #ffffff;
}

.contact-info .contact-box .time__list li {
    border-bottom-color: rgba(39, 65, 95, 0.12);
    font-weight: 600;
}

.work-process .process-item {
    height: 100%;
    padding: 28px 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 22px 48px rgba(10, 27, 52, 0.14);
}

.work-process .process__title,
.work-process .process__desc {
    color: #27415f;
}

.work-process .process__title code,
.work-process .process__title font {
    color: #1f9d8b !important;
}

.sehatgo-dropdown-menu--mega {
    min-width: 780px;
    max-width: calc(100vw - 48px);
    padding: 24px !important;
}

.sehatgo-mega-menu__intro,
.sehatgo-mega-menu__group {
    margin: 0;
}

.sehatgo-mega-menu__intro {
    grid-column: 1 / -1;
    padding: 0 0 18px;
    border-bottom: 1px solid rgba(33, 51, 96, 0.1);
}

.sehatgo-mega-menu__eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: #1f9d8b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.sehatgo-mega-menu__headline,
.sehatgo-mega-menu__title {
    display: block;
    color: #0e2b4d;
    font-weight: 700;
    text-decoration: none;
}

.sehatgo-mega-menu__headline {
    font-size: 18px;
    line-height: 1.45;
}

.sg-blog-hero,
.sg-blog-services,
.sg-blog-featured,
.sg-blog-grid-section,
.sg-blog-cta,
.sg-blog-detail-hero,
.sg-blog-detail-body,
.sg-blog-related {
    padding: 88px 0;
}

.sg-blog-hero {
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.sg-blog-hero__eyebrow,
.sg-blog-featured__label,
.sg-blog-cta__eyebrow,
.sg-blog-detail-hero__eyebrow,
.sg-blog-sidebar__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: #1f9d8b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.sg-blog-hero__title,
.sg-blog-detail-hero__title {
    color: #0e2b4d;
    font-size: 52px;
    line-height: 1.15;
    margin-bottom: 20px;
}

.sg-blog-hero__text,
.sg-blog-detail-hero__text,
.sg-blog-card p,
.sg-blog-featured p,
.sg-blog-sidebar__card p,
.sg-blog-cta__card p,
.sg-blog-article__section p {
    color: #5f7086;
    font-size: 17px;
    line-height: 1.8;
}

.sg-blog-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.sg-blog-chip {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(31, 157, 139, 0.1);
    color: #117e73;
    font-size: 14px;
    font-weight: 700;
}

.sg-blog-help-card,
.sg-blog-featured__card,
.sg-blog-card,
.sg-blog-sidebar__card,
.sg-blog-cta__card,
.sg-blog-article {
    border: 1px solid rgba(14, 43, 77, 0.08);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 24px 54px rgba(18, 46, 67, 0.08);
}

.sg-blog-help-card {
    padding: 32px;
}

.sg-blog-help-card__eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    color: #0e2b4d;
    font-size: 20px;
    font-weight: 700;
}

.sg-blog-help-card__list {
    margin-bottom: 26px;
}

.sg-blog-help-card__list li,
.sg-blog-featured__list li,
.sg-blog-card__list li,
.sg-blog-detail-list li {
    position: relative;
    padding-left: 24px;
    color: #27415f;
    font-size: 16px;
    line-height: 1.75;
}

.sg-blog-help-card__list li + li,
.sg-blog-featured__list li + li,
.sg-blog-card__list li + li,
.sg-blog-detail-list li + li {
    margin-top: 10px;
}

.sg-blog-help-card__list li::before,
.sg-blog-featured__list li::before,
.sg-blog-card__list li::before,
.sg-blog-detail-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #1f9d8b;
}

.sg-blog-featured {
    padding-top: 0;
}

.sg-blog-services {
    padding-top: 0;
}

.sg-blog-service-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
}

.sg-blog-service-card__actions .btn__outlined {
    min-height: 44px;
}

.sg-blog-featured--compact .sg-blog-featured__card {
    background: linear-gradient(180deg, #f9fcff 0%, #ffffff 100%);
}

.sg-blog-featured__card {
    overflow: hidden;
    padding: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
}

.sg-blog-featured__media img,
.sg-blog-card__media img,
.sg-blog-detail-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sg-blog-featured__media {
    overflow: hidden;
    border-radius: 20px;
    min-height: 340px;
}

.sg-blog-featured__card h2,
.sg-blog-card h4,
.sg-blog-cta__card h3,
.sg-blog-sidebar__card h3,
.sg-blog-article__section h2 {
    color: #0e2b4d;
}

.sg-blog-featured__card h2 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.sg-blog-featured__meta,
.sg-blog-detail-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.sg-blog-featured__meta span,
.sg-blog-detail-hero__meta span,
.sg-blog-card__time,
.sg-blog-card__category {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(14, 43, 77, 0.06);
    color: #27415f;
    font-size: 13px;
    font-weight: 700;
}

.sg-blog-featured__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.sg-blog-grid-section {
    padding-top: 0;
}

.sg-blog-card {
    overflow: hidden;
    height: 100%;
}

.sg-blog-card__media {
    height: 220px;
    overflow: hidden;
}

.sg-blog-card__body {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 26px;
    height: calc(100% - 220px);
}

.sg-blog-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sg-blog-card h4 {
    font-size: 30px;
    line-height: 1.22;
    margin-bottom: 0;
}

.sg-blog-card__footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 16px;
    margin-top: auto;
    padding-top: 8px;
}

.sg-blog-card__price,
.sg-blog-card__link,
.sg-blog-breadcrumb a,
.sg-blog-breadcrumb span {
    font-weight: 700;
}

.sg-blog-card__price {
    color: #0e2b4d;
}

.sg-blog-card__link {
    color: #1f9d8b;
}

.sg-blog-card__link:hover,
.sg-blog-breadcrumb a:hover {
    color: #0e2b4d;
}

.sg-blog-cta {
    padding-top: 0;
}

.sg-blog-cta__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 34px 38px;
    background: linear-gradient(135deg, #0f3157 0%, #1f9d8b 100%);
}

.sg-blog-cta__card h3,
.sg-blog-cta__card p,
.sg-blog-cta__eyebrow {
    color: #ffffff;
}

.sg-blog-detail-hero {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    padding-bottom: 48px;
}

.sg-blog-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
    color: #5f7086;
    font-size: 14px;
}

.sg-blog-breadcrumb a {
    color: #27415f;
}

.sg-blog-detail-hero__media {
    overflow: hidden;
    border-radius: 24px;
    min-height: 340px;
    box-shadow: 0 24px 56px rgba(18, 46, 67, 0.12);
}

.sg-blog-detail-body {
    padding-top: 0;
}

.sg-blog-article {
    padding: 34px;
}

.sg-blog-article__section + .sg-blog-article__section {
    margin-top: 34px;
    padding-top: 34px;
    border-top: 1px solid rgba(14, 43, 77, 0.08);
}

.sg-blog-article__section h2 {
    font-size: 30px;
    margin-bottom: 18px;
}

.sg-blog-steps {
    margin: 0;
    padding-left: 22px;
    color: #27415f;
}

.sg-blog-steps li {
    font-size: 16px;
    line-height: 1.8;
}

.sg-blog-steps li + li {
    margin-top: 12px;
}

.sg-blog-sidebar {
    display: grid;
    gap: 20px;
}

.sg-blog-sidebar__card {
    padding: 28px;
}

.sg-blog-related {
    padding-top: 0;
}

@media (max-width: 991px) {
    .sg-blog-hero,
    .sg-blog-services,
    .sg-blog-featured,
    .sg-blog-grid-section,
    .sg-blog-cta,
    .sg-blog-detail-hero,
    .sg-blog-detail-body,
    .sg-blog-related {
        padding: 72px 0;
    }

    .sg-blog-hero__title,
    .sg-blog-detail-hero__title {
        font-size: 40px;
    }

    .sg-blog-featured__media,
    .sg-blog-detail-hero__media {
        min-height: 280px;
        margin-bottom: 24px;
    }

    .sg-blog-cta__card {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .sg-blog-hero__title,
    .sg-blog-detail-hero__title {
        font-size: 32px;
    }

    .sg-blog-service-card__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .sg-blog-featured__card,
    .sg-blog-help-card,
    .sg-blog-card__body,
    .sg-blog-sidebar__card,
    .sg-blog-article,
    .sg-blog-cta__card {
        padding: 22px;
    }

    .sg-blog-card h4,
    .sg-blog-featured__card h2,
    .sg-blog-article__section h2 {
        font-size: 26px;
    }

    .sg-blog-card__media {
        height: 200px;
    }

    .sg-blog-card__body {
        height: auto;
    }
}

.sehatgo-mega-menu__headline:hover,
.sehatgo-mega-menu__title:hover,
.sehatgo-mega-menu__links a:hover {
    color: #1f9d8b;
    text-decoration: none;
}

.sehatgo-mega-menu__intro p,
.sehatgo-mega-menu__summary {
    margin: 8px 0 0;
    color: #6a7b8f;
    font-size: 13px;
    line-height: 1.75;
}

.sehatgo-mega-menu__group {
    padding-top: 6px;
}

.sehatgo-mega-menu__title {
    font-size: 15px;
    line-height: 1.5;
}

.sehatgo-mega-menu__links {
    display: grid;
    gap: 8px;
    margin-top: 14px;
}

.sehatgo-mega-menu__links a {
    color: #27415f;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
    transition: color 0.25s ease, transform 0.25s ease;
}

.sehatgo-mega-menu__links a:hover {
    transform: translateX(4px);
}

@media (min-width: 1200px) {
    .header-layout1 .navbar {
        min-height: 106px;
    }

    .header-layout1 .navbar > .container-fluid {
        align-items: center;
        gap: 28px;
        padding-left: 26px;
        padding-right: 26px;
    }

    .header-layout1 .navbar .navbar-brand {
        margin-right: 10px;
    }

    .header-layout1 .navbar .navbar-brand img {
        width: 208px;
    }

    .header-layout1 .navbar .navbar-collapse {
        flex-grow: 1;
        justify-content: flex-end;
    }

    .header-layout1 .navbar .navbar-nav {
        align-items: center;
        flex-wrap: nowrap;
        gap: 20px;
    }

    .header-layout1 .navbar .nav__item {
        margin-right: 0;
    }

    .header-layout1 .navbar .nav__item .nav__item-link {
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 0.02em;
        line-height: 106px;
        padding-right: 0;
        white-space: nowrap;
    }

    .header-layout1 .navbar .nav__item.has-dropdown > .nav__item-link {
        padding-right: 18px;
    }

    .header-layout1 .navbar .dropdown-toggle:after {
        font-size: 12px;
        right: 0;
    }

    .header-layout1 .navbar .dropdown-menu {
        border: 0;
        border-radius: 18px;
        box-shadow: 0 18px 42px rgba(18, 46, 67, 0.14);
        margin-top: -6px;
        padding: 10px 0;
    }

    .header-layout1 .navbar .dropdown-menu .nav__item .nav__item-link {
        font-size: 15px;
        line-height: 1.5;
        min-width: 220px;
        padding: 11px 22px;
    }

    .header-layout1 .navbar .nav__item.has-dropdown.sehatgo-nav-mega {
        position: relative;
    }

    .header-layout1 .navbar .nav__item.has-dropdown.sehatgo-nav-mega > .dropdown-menu {
        left: 50%;
        right: auto;
        margin-top: -4px;
        padding: 24px;
        transform: translateX(-36%);
        width: 780px;
    }

    .header-layout1 .navbar .nav__item.has-dropdown.sehatgo-nav-mega:hover > .dropdown-menu,
    .header-layout1 .navbar .nav__item.has-dropdown.sehatgo-nav-mega.show > .dropdown-menu {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px 24px;
    }

    .header-layout1 .navbar .nav__item.has-dropdown.sehatgo-nav-mega--right > .dropdown-menu {
        left: auto;
        right: 0;
        transform: none;
    }

    .sehatgo-nav-utilities {
        align-items: center;
        border-left: 1px solid rgba(33, 51, 96, 0.12);
        gap: 14px;
        margin-left: 4px !important;
        padding-left: 20px;
    }

    .sehatgo-nav-shortcut {
        display: flex;
        align-items: center;
    }

    .sehatgo-nav-aux-link {
        background: rgba(33, 205, 192, 0.09);
        border-radius: 999px;
        color: #213360;
        font-size: 15px !important;
        font-weight: 700;
        letter-spacing: 0.03em;
        line-height: 1;
        padding: 13px 18px !important;
        transition: 0.25s ease;
    }

    .sehatgo-nav-aux-link:hover,
    .sehatgo-nav-aux-link.active {
        background: #21cdc0;
        color: #ffffff !important;
        text-decoration: none;
    }

    .sehatgo-nav-aux-link:before {
        display: none !important;
    }

    .sehatgo-nav-utilities .btn {
        line-height: 1;
        margin-left: 0 !important;
        min-height: 50px;
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-layout1 .navbar .navbar-nav {
        gap: 16px;
    }

    .header-layout1 .navbar .nav__item .nav__item-link {
        font-size: 15px;
        padding-right: 0;
        white-space: nowrap;
    }

    .header-layout1 .navbar .nav__item.has-dropdown.sehatgo-nav-mega {
        position: relative;
    }

    .header-layout1 .navbar .nav__item.has-dropdown.sehatgo-nav-mega > .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translateX(-38%);
        width: 700px;
    }

    .header-layout1 .navbar .nav__item.has-dropdown.sehatgo-nav-mega:hover > .dropdown-menu,
    .header-layout1 .navbar .nav__item.has-dropdown.sehatgo-nav-mega.show > .dropdown-menu {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 22px;
    }

    .header-layout1 .navbar .nav__item.has-dropdown.sehatgo-nav-mega--right > .dropdown-menu {
        left: auto;
        right: 0;
        transform: none;
    }
}

.sg-premium-kicker {
    display: inline-block;
    margin-bottom: 14px;
    color: #1f9d8b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sg-premium-title,
.sg-premium-subtitle,
.sg-section-heading h3,
.sg-page-hero__copy .pagetitle__heading,
.sg-pricing-panel__content h3 {
    color: #0e2b4d;
    line-height: 1.15;
}

.sg-premium-title {
    font-size: 46px;
    margin-bottom: 20px;
}

.sg-premium-subtitle {
    font-size: 34px;
    margin-bottom: 20px;
}

.sg-premium-lead {
    font-size: 20px;
    color: #0e2b4d;
    font-weight: 600;
    margin-bottom: 16px;
}

.sg-premium-text {
    font-size: 16px;
    line-height: 1.9;
    color: #5c6c7b;
}

.sg-premium-text--strong {
    color: #0e2b4d;
    font-weight: 700;
}

.sg-premium-copy {
    padding-right: 24px;
}

.sg-highlight-list {
    display: grid;
    gap: 12px;
    margin: 22px 0 0;
}

.sg-highlight-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #27415f;
    font-weight: 600;
    line-height: 1.75;
}

.sg-highlight-list i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin-top: 1px;
    border-radius: 50%;
    background: rgba(31, 157, 139, 0.14);
    color: #1f9d8b;
    font-size: 12px;
    flex: 0 0 26px;
}

.sg-premium-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.sg-visual-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    grid-template-rows: repeat(2, minmax(180px, auto));
    gap: 16px;
}

.sg-visual-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(18, 46, 67, 0.16);
    background: #fff;
}

.sg-visual-card-lg {
    grid-row: span 2;
}

.sg-visual-card img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.sg-visual-card:hover img {
    transform: scale(1.04);
}

.sg-visual-card figcaption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(14, 43, 77, 0.78);
    color: #fff;
    backdrop-filter: blur(10px);
}

.sg-visual-card figcaption strong,
.sg-visual-card figcaption span {
    display: block;
}

.sg-visual-card figcaption span {
    margin-top: 4px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.82);
}

.sg-metric-card,
.sg-process-card,
.sg-reason-card,
.sg-faq-card,
.sg-mini-card,
.sg-entry-link,
.sg-sidebar-card,
.sg-facts-card {
    height: 100%;
    border: 1px solid rgba(14, 43, 77, 0.08);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(17, 36, 56, 0.08);
}

.sg-content-card {
    border: 1px solid rgba(14, 43, 77, 0.08);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(17, 36, 56, 0.08);
    height: auto;
}

.sg-metric-card {
    padding: 26px 24px;
    text-align: center;
}

.sg-metric-card strong {
    display: block;
    color: #0e2b4d;
    font-size: 34px;
    font-weight: 700;
}

.sg-metric-card span {
    display: block;
    margin-top: 10px;
    color: #6a7b8f;
    line-height: 1.7;
}

.sg-section-heading {
    max-width: 760px;
    margin: 0 auto 40px;
}

.sg-section-heading h3 {
    font-size: 34px;
}

.sg-service-card {
    overflow: hidden;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 22px 56px rgba(18, 46, 67, 0.12);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.sg-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 62px rgba(18, 46, 67, 0.17);
}

.sg-service-card__media img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.sg-service-card__body {
    padding: 24px;
}

.sg-service-card__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.sg-service-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: rgba(31, 157, 139, 0.12);
    color: #1f9d8b;
    font-size: 20px;
    flex: 0 0 46px;
}

.sg-service-card__badge {
    display: inline-block;
    margin-bottom: 0;
    color: #1f9d8b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.sg-service-card__body h4,
.sg-process-card h4,
.sg-reason-card h4,
.sg-faq-card h4,
.sg-mini-card h4,
.sg-sidebar-card h4,
.sg-sidebar-card h5,
.sg-content-card__title,
.sg-cta-banner__content h4 {
    color: #0e2b4d;
}

.sg-service-card__list {
    display: grid;
    gap: 10px;
    margin: 18px 0 20px;
}

.sg-service-card__list li {
    position: relative;
    padding-left: 18px;
    color: #47627f;
    line-height: 1.75;
}

.sg-service-card__list li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1f9d8b;
}

.sg-service-card__body p,
.sg-process-card p,
.sg-reason-card p,
.sg-faq-card p,
.sg-mini-card p,
.sg-sidebar-card p,
.sg-content-card__text,
.sg-sidebar-card__body p,
.sg-cta-banner__content p {
    color: #68788b;
    line-height: 1.85;
}

.sg-service-card--home {
    height: 100%;
}

.sg-service-card__price,
.sg-service-card__note {
    display: block;
    line-height: 1.65;
}

.sg-service-card__price {
    color: #0e2b4d;
    font-size: 17px;
    margin-top: 14px;
}

.sg-service-card__note {
    color: #1f716b;
    font-weight: 700;
    margin-top: 6px;
}

.sg-content-card--home {
    height: 100%;
    padding: 34px;
}

.sg-entry-link small {
    display: block;
    color: #1f716b;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.7;
    margin-top: 10px;
}

.sg-mini-card--pricing,
.sg-mini-card--package {
    height: 100%;
}

.sg-mini-card--pricing {
    position: relative;
    padding: 30px 28px;
    border: 1px solid rgba(14, 43, 77, 0.08);
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
    box-shadow: 0 22px 52px rgba(17, 36, 56, 0.08);
    overflow: hidden;
}

.sg-mini-card--pricing::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, #21cdc0 0%, #2d6cdf 100%);
}

.sg-mini-card--jakarta::before {
    background: linear-gradient(90deg, #1f9d8b 0%, #2fc2b3 100%);
}

.sg-mini-card--makassar::before {
    background: linear-gradient(90deg, #2d6cdf 0%, #5f8dff 100%);
}

.sg-mini-card--samarinda::before {
    background: linear-gradient(90deg, #7b61ff 0%, #34b6d9 100%);
}

.sg-pricing-city {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.sg-pricing-city__icon,
.sg-pricing-reference__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    flex: 0 0 auto;
}

.sg-pricing-city__icon {
    width: 46px;
    height: 46px;
    background: rgba(31, 157, 139, 0.12);
    color: #1f9d8b;
    font-size: 18px;
}

.sg-mini-card--makassar .sg-pricing-city__icon {
    background: rgba(45, 108, 223, 0.12);
    color: #2d6cdf;
}

.sg-mini-card--samarinda .sg-pricing-city__icon {
    background: rgba(123, 97, 255, 0.12);
    color: #7b61ff;
}

.sg-mini-card--pricing h4 {
    font-size: 34px;
    line-height: 1.18;
    margin-bottom: 22px;
}

.sg-mini-card--pricing .sg-service-card__list {
    gap: 14px;
    margin: 0 0 24px;
}

.sg-mini-card--pricing .sg-service-card__list li {
    padding-left: 22px;
    color: #36506f;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.72;
}

.sg-mini-card--pricing .sg-service-card__list li::before {
    top: 11px;
    width: 8px;
    height: 8px;
}

.sg-pricing-reference {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 8px;
    padding: 18px 18px 0 0;
}

.sg-pricing-reference__icon {
    width: 42px;
    height: 42px;
    background: rgba(14, 43, 77, 0.08);
    color: #0e2b4d;
    font-size: 16px;
}

.sg-mini-card--pricing p {
    font-size: 16px;
    line-height: 1.8;
}

.sg-mini-card--pricing p strong {
    color: #0e2b4d;
}

.sg-pricing-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid rgba(14, 110, 99, 0.18);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(31, 157, 139, 0.12), rgba(45, 108, 223, 0.08));
    box-shadow: 0 12px 24px rgba(17, 36, 56, 0.08);
    color: #0e2b4d;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.sg-pricing-link i {
    font-size: 14px;
    transition: transform 0.25s ease;
}

.sg-pricing-link:hover {
    border-color: rgba(14, 43, 77, 0.16);
    background: linear-gradient(135deg, #0e6e63 0%, #1f9d8b 100%);
    box-shadow: 0 16px 30px rgba(14, 110, 99, 0.2);
    color: #ffffff;
    transform: translateY(-1px);
}

.sg-pricing-link:hover i {
    transform: translateX(3px);
}

.sg-career-cta {
    align-items: center;
    background: linear-gradient(135deg, #eef9f7 0%, #f7fbff 100%);
    border: 1px solid rgba(14, 43, 77, 0.08);
    border-radius: 28px;
    box-shadow: 0 24px 58px rgba(17, 36, 56, 0.11);
    display: flex;
    gap: 30px;
    justify-content: space-between;
    padding: 38px;
}

.sg-career-cta h3 {
    color: #0e2b4d;
    font-size: 34px;
    line-height: 1.25;
    margin-bottom: 14px;
}

.sg-career-cta p {
    color: #68788b;
    line-height: 1.85;
    margin-bottom: 12px;
    max-width: 760px;
}

.sg-career-cta strong {
    color: #0e2b4d;
    display: block;
    font-size: 18px;
}

.sg-career-cta .btn {
    flex-shrink: 0;
}

.sg-premium-process {
    background: linear-gradient(180deg, rgba(230, 248, 245, 0.4), rgba(255, 255, 255, 0));
}

.sg-process-card {
    position: relative;
    padding: 28px 24px;
}

.sg-process-card__step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: rgba(31, 157, 139, 0.12);
    color: #1f9d8b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.sg-reason-card,
.sg-faq-card,
.sg-mini-card {
    padding: 24px;
    margin-bottom: 16px;
}

.sg-reason-card--detail {
    position: relative;
    padding-top: 28px;
}

.sg-reason-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    border-radius: 18px;
    background: rgba(14, 110, 99, 0.11);
    color: #0e6e63;
    font-size: 22px;
}

.sg-pricing-panel {
    padding: 24px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(248, 252, 255, 0.92), rgba(235, 248, 245, 0.94));
    box-shadow: 0 26px 62px rgba(17, 36, 56, 0.11);
}

.sg-pricing-panel__poster {
    overflow: hidden;
    border-radius: 24px;
}

.sg-pricing-panel__poster img {
    width: 100%;
    height: auto;
}

.sg-pricing-panel__content {
    padding: 8px 8px 8px 16px;
}

.sg-pricing-panel__content h3 {
    font-size: 36px;
    margin-bottom: 18px;
}

.sg-mini-card a,
.sg-entry-link {
    color: #0e6e63;
    font-weight: 700;
}

.sg-entry-links {
    display: grid;
    gap: 16px;
}

.sg-entry-link {
    display: block;
    padding: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sg-entry-link:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 52px rgba(17, 36, 56, 0.13);
}

.sg-entry-link strong,
.sg-entry-link span {
    display: block;
}

.sg-entry-link span {
    margin-top: 8px;
    color: #6a7b8f;
    line-height: 1.7;
}

.sg-page-hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: #0e2b4d;
}

.sg-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(92deg, rgba(10, 34, 60, 0.94) 0%, rgba(10, 34, 60, 0.9) 26%, rgba(13, 50, 78, 0.82) 46%, rgba(18, 96, 92, 0.56) 100%),
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.09), transparent 26%);
}

.sg-page-hero .bg-img {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.sg-page-hero .bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.92) contrast(1.02);
    transform: scale(1.03);
}

.sg-page-hero .container,
.sg-page-hero .row,
.sg-page-hero .col-sm-12 {
    position: relative;
    z-index: 2;
}

.sg-page-hero__copy {
    padding: 34px 36px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04));
    box-shadow: 0 28px 64px rgba(8, 25, 44, 0.2);
    backdrop-filter: blur(10px);
}

.sg-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.sg-breadcrumb a {
    position: relative;
    padding-right: 14px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 13px;
    font-weight: 600;
}

.sg-breadcrumb a:not(:last-child)::after {
    content: "/";
    position: absolute;
    right: 0;
}

.sg-page-hero .pagetitle__heading,
.sg-page-hero .pagetitle__desc,
.sg-page-hero .sg-premium-kicker {
    color: #fff;
}

.sg-page-hero .pagetitle__heading {
    font-size: 56px;
    line-height: 1.08;
    text-shadow: 0 8px 30px rgba(8, 25, 44, 0.18);
}

.sg-page-hero .pagetitle__desc {
    margin-top: 16px;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.88);
}

.sg-page-hero .sg-premium-text {
    color: rgba(255, 255, 255, 0.9) !important;
    text-shadow: 0 4px 18px rgba(8, 25, 44, 0.16);
}

.sg-page-hero .btn__white {
    box-shadow: 0 18px 40px rgba(8, 25, 44, 0.18);
}

.sg-page-hero .btn__white.btn__outlined {
    border-color: rgba(255, 255, 255, 0.42);
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.sg-page-hero__visual {
    position: relative;
    margin-left: 16px;
}

.sg-page-hero__image {
    overflow: hidden;
    border-radius: 26px;
    box-shadow: 0 28px 62px rgba(8, 25, 44, 0.28);
}

.sg-page-hero__image img {
    width: 100%;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
}

.sg-facts-card {
    margin-top: -44px;
    margin-left: 32px;
    margin-right: 32px;
    padding: 20px 22px;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(10px);
}

.sg-facts-card__item + .sg-facts-card__item {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(14, 43, 77, 0.08);
}

.sg-facts-card__item span {
    display: block;
    color: #1f9d8b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sg-facts-card__item strong {
    display: block;
    margin-top: 6px;
    color: #0e2b4d;
    line-height: 1.6;
}

.sg-gallery-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.sg-gallery-strip__item {
    overflow: hidden;
    margin: 0;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(17, 36, 56, 0.08);
}

.sg-gallery-strip__item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.sg-gallery-strip__item figcaption {
    padding: 14px 16px 16px;
    color: #0e2b4d;
    font-weight: 600;
}

.sg-sidebar-card {
    padding: 24px;
    margin-bottom: 24px;
}

.sg-sidebar-card--media {
    overflow: hidden;
    padding: 0;
}

.sg-sidebar-card--media img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.sg-sidebar-card__body {
    padding: 20px 22px 24px;
}

.sg-link-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sg-link-list li + li {
    margin-top: 12px;
}

.sg-link-list a {
    color: #0e2b4d;
    font-weight: 600;
}

.sg-content-card {
    padding: 28px 30px;
}

.sg-content-card__title {
    margin: 0;
    font-size: 30px;
}

.sg-content-card__text:last-child {
    margin-bottom: 0;
}

.sg-appointment-shell {
    display: grid;
    gap: 18px;
}

.sg-appointment-shell__lead {
    max-width: 700px;
    margin: 18px auto 0;
    color: #68788b;
    line-height: 1.85;
}

.sg-appointment-doctor,
.sg-appointment-info-card,
.sg-appointment-timeline {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(14, 43, 77, 0.08);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 20px 52px rgba(17, 36, 56, 0.1);
}

.sg-appointment-doctor::before,
.sg-appointment-info-card::before,
.sg-appointment-timeline::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(31, 157, 139, 0.14) 0%, rgba(31, 157, 139, 0) 72%);
    pointer-events: none;
}

.sg-appointment-doctor {
    height: 100%;
    padding: 30px;
    background:
        linear-gradient(150deg, rgba(255, 255, 255, 0.98) 0%, rgba(236, 248, 246, 0.94) 100%),
        #fff;
}

.sg-appointment-doctor__header {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
}

.sg-appointment-doctor__identity h4,
.sg-appointment-info-card h4,
.sg-appointment-timeline__header h4 {
    margin-bottom: 0;
    color: #0e2b4d;
}

.sg-appointment-doctor__identity h4 {
    font-size: 28px;
    line-height: 1.3;
}

.sg-appointment-doctor__identity p {
    margin: 10px 0 0;
    color: #5d7187;
    line-height: 1.75;
}

.sg-appointment-doctor__eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: rgba(14, 43, 77, 0.08);
    color: #0e6e63;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sg-appointment-doctor__badge {
    position: relative;
    z-index: 1;
    align-self: flex-start;
    min-width: 154px;
    padding: 14px 16px;
    border-radius: 18px;
    background: #0e2b4d;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    box-shadow: 0 18px 32px rgba(14, 43, 77, 0.18);
}

.sg-appointment-doctor__details {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 22px;
}

.sg-appointment-doctor__detail {
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(14, 43, 77, 0.06);
}

.sg-appointment-doctor__detail span,
.sg-appointment-doctor__practices span {
    display: block;
    margin-bottom: 8px;
    color: #1f9d8b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sg-appointment-doctor__detail strong {
    color: #0e2b4d;
    line-height: 1.7;
}

.sg-appointment-doctor__practices {
    position: relative;
    z-index: 1;
    padding-top: 22px;
    margin-bottom: 26px;
    border-top: 1px solid rgba(14, 43, 77, 0.08);
}

.sg-appointment-doctor__practice-list,
.sg-appointment-document-list,
.sg-appointment-step-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sg-appointment-doctor__practice-list {
    display: grid;
    gap: 12px;
}

.sg-appointment-doctor__practice-list li {
    position: relative;
    padding-left: 20px;
    color: #4f6680;
    line-height: 1.8;
}

.sg-appointment-doctor__practice-list li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1f9d8b;
}

.sg-appointment-info-card {
    height: 100%;
    padding: 28px 26px;
}

.sg-appointment-info-card h4 {
    font-size: 24px;
    line-height: 1.45;
}

.sg-appointment-info-card p {
    position: relative;
    z-index: 1;
    margin: 16px 0 0;
    color: #5d7187;
    line-height: 1.85;
}

.sg-appointment-pill-list,
.sg-appointment-chip-group {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.sg-appointment-pill,
.sg-appointment-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

.sg-appointment-pill {
    background: #0e2b4d;
    color: #fff;
}

.sg-appointment-chip {
    background: rgba(31, 157, 139, 0.1);
    color: #0e6e63;
}

.sg-appointment-chip-group--muted .sg-appointment-chip {
    background: rgba(14, 43, 77, 0.08);
    color: #0e2b4d;
}

.sg-appointment-document-list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 12px;
    margin-top: 20px;
}

.sg-appointment-document-list li {
    position: relative;
    padding-left: 30px;
    color: #4f6680;
    line-height: 1.75;
}

.sg-appointment-document-list li::before {
    content: "\2713";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1f9d8b;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.sg-appointment-timeline {
    padding: 32px 30px;
    background:
        linear-gradient(135deg, rgba(248, 252, 255, 0.98) 0%, rgba(234, 247, 245, 0.95) 100%),
        #fff;
}

.sg-appointment-timeline__header {
    position: relative;
    z-index: 1;
    max-width: 640px;
    margin-bottom: 28px;
}

.sg-appointment-step-list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 18px;
    counter-reset: appointment-step;
}

.sg-appointment-step-list li {
    position: relative;
    min-height: 56px;
    padding: 8px 0 0 74px;
    color: #4f6680;
    line-height: 1.8;
}

.sg-appointment-step-list li::before {
    counter-increment: appointment-step;
    content: counter(appointment-step, decimal-leading-zero);
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: #0e2b4d;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.sg-check-list {
    display: grid;
    gap: 14px;
    margin: 24px 0 0;
}

.sg-check-list li {
    position: relative;
    padding: 16px 18px 16px 52px;
    border-radius: 18px;
    background: rgba(237, 247, 255, 0.88);
    color: #31506f;
    line-height: 1.8;
}

.sg-check-list li::before {
    content: "\2713";
    position: absolute;
    top: 16px;
    left: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #1f9d8b;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}

.sg-table th {
    background: rgba(31, 157, 139, 0.08);
    color: #0e2b4d;
}

.sg-cta-banner {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 28px 30px;
    border-radius: 26px;
    background: linear-gradient(135deg, #1f9d8b, #0e6e63);
    box-shadow: 0 26px 58px rgba(17, 36, 56, 0.16);
}

.sg-cta-banner__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 28px;
}

.sg-cta-banner__content {
    flex: 1 1 auto;
}

.sg-cta-banner__content h4,
.sg-cta-banner__content p {
    color: #fff;
}

.sg-faq-accordion-list {
    display: grid;
    gap: 16px;
    max-width: 960px;
    margin: 0 auto;
}

.sg-faq-accordion {
    border: 1px solid rgba(14, 43, 77, 0.08);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(17, 36, 56, 0.08);
    overflow: hidden;
}

.sg-faq-accordion summary {
    position: relative;
    padding: 22px 64px 22px 24px;
    color: #0e2b4d;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    list-style: none;
}

.sg-faq-accordion summary::-webkit-details-marker {
    display: none;
}

.sg-faq-accordion summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    color: #1f9d8b;
    font-size: 28px;
    font-weight: 400;
}

.sg-faq-accordion[open] summary::after {
    content: "\2212";
}

.sg-faq-accordion__body {
    padding: 0 24px 24px;
}

.sg-faq-accordion__body p {
    margin-bottom: 0;
    color: #647588;
    line-height: 1.85;
}

.sg-final-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 34px 38px;
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(14, 43, 77, 0.96), rgba(23, 123, 112, 0.92)),
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.16), transparent 30%);
    box-shadow: 0 30px 70px rgba(17, 36, 56, 0.18);
}

.sg-final-cta__content {
    max-width: 760px;
}

.sg-final-cta__content .sg-premium-kicker {
    color: rgba(255, 255, 255, 0.78);
}

.sg-final-cta__content h3 {
    color: #ffffff;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.sg-final-cta__content p,
.sg-final-cta__content span {
    display: block;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.85;
}

.sg-final-cta__content strong {
    display: block;
    margin-top: 18px;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.4;
}

.sehatgo-ai-assistant-button {
    position: fixed;
    right: 40px;
    bottom: 176px;
    z-index: 100000;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 22px 14px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #213360 0%, #1f5f8b 100%);
    box-shadow: 0 18px 36px rgba(11, 31, 58, 0.26);
    color: #ffffff;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.sehatgo-ai-assistant-button:hover,
.sehatgo-ai-assistant-button:focus {
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 24px 42px rgba(11, 31, 58, 0.34);
    background: linear-gradient(135deg, #29407a 0%, #2078a0 100%);
}

.sehatgo-ai-assistant-button__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 18px;
    flex: 0 0 36px;
}

.sehatgo-ai-assistant-button__label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1;
    white-space: nowrap;
}

body.sehatgo-ai-modal-open {
    overflow: hidden;
}

.sehatgo-ai-modal {
    position: fixed;
    inset: 0;
    z-index: 100001;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.24s ease, visibility 0.24s ease;
}

.sehatgo-ai-modal.is-open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.sehatgo-ai-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(6, 19, 38, 0.6);
    backdrop-filter: blur(10px);
}

.sehatgo-ai-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(760px, 100%);
    max-height: calc(100vh - 56px);
    overflow: auto;
    padding: 34px 34px 30px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 255, 0.96)),
        radial-gradient(circle at top right, rgba(33, 205, 192, 0.16), transparent 24%);
    box-shadow: 0 34px 90px rgba(10, 27, 52, 0.34);
    transform: translateY(24px) scale(0.98);
    transition: transform 0.28s ease;
}

.sehatgo-ai-modal.is-open .sehatgo-ai-modal__dialog {
    transform: translateY(0) scale(1);
}

.sehatgo-ai-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(14, 43, 77, 0.08);
    color: #0e2b4d;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.sehatgo-ai-modal__close:hover,
.sehatgo-ai-modal__close:focus {
    background: #213360;
    color: #ffffff;
    transform: rotate(90deg);
}

.sehatgo-ai-modal__header {
    padding-right: 42px;
}

.sehatgo-ai-modal__eyebrow,
.sehatgo-ai-modal__response-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #1f9d8b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.sehatgo-ai-modal__header h3,
.sehatgo-ai-modal__response-title {
    color: #0e2b4d;
    line-height: 1.18;
}

.sehatgo-ai-modal__header h3 {
    font-size: 34px;
    margin-bottom: 12px;
}

.sehatgo-ai-modal__header p,
.sehatgo-ai-modal__response-text,
.sehatgo-ai-modal__hint,
.sehatgo-ai-modal__status {
    color: #627489;
    line-height: 1.8;
}

.sehatgo-ai-modal__examples {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
    margin-bottom: 24px;
}

.sehatgo-ai-modal__chip {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 16px;
    border: 1px solid rgba(31, 157, 139, 0.16);
    border-radius: 999px;
    background: rgba(31, 157, 139, 0.08);
    color: #13576c;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.sehatgo-ai-modal__chip:hover,
.sehatgo-ai-modal__chip:focus {
    background: rgba(31, 157, 139, 0.16);
    border-color: rgba(31, 157, 139, 0.28);
    transform: translateY(-2px);
}

.sehatgo-ai-modal__form {
    padding: 24px;
    border: 1px solid rgba(14, 43, 77, 0.08);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 40px rgba(17, 36, 56, 0.07);
}

.sehatgo-ai-modal__label {
    display: inline-block;
    margin-bottom: 10px;
    color: #0e2b4d;
    font-size: 15px;
    font-weight: 700;
}

.sehatgo-ai-modal__textarea {
    width: 100%;
    min-height: 132px;
    padding: 18px 20px;
    border: 1px solid rgba(33, 51, 96, 0.14);
    border-radius: 20px;
    background: #fdfefe;
    color: #213360;
    font-size: 16px;
    line-height: 1.7;
    resize: vertical;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.sehatgo-ai-modal__textarea:focus {
    border-color: rgba(31, 157, 139, 0.42);
    box-shadow: 0 0 0 4px rgba(31, 157, 139, 0.12);
    outline: none;
}

.sehatgo-ai-modal__form-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 18px;
}

.sehatgo-ai-modal__hint {
    margin: 0;
    font-size: 14px;
}

.sehatgo-ai-modal__submit {
    flex-shrink: 0;
}

.sehatgo-ai-modal__status {
    margin-top: 18px;
    padding: 14px 18px;
    border-radius: 18px;
    background: rgba(14, 43, 77, 0.05);
    font-size: 14px;
    font-weight: 600;
}

.sehatgo-ai-modal__response {
    margin-top: 22px;
    padding: 24px;
    border: 1px solid rgba(14, 43, 77, 0.08);
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(245, 250, 255, 0.98), rgba(255, 255, 255, 0.98));
    box-shadow: 0 20px 44px rgba(17, 36, 56, 0.08);
}

.sehatgo-ai-modal__response-title {
    font-size: 28px;
    margin-bottom: 12px;
}

.sehatgo-ai-modal__response-text {
    margin-bottom: 16px;
}

.sehatgo-ai-modal__response-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sehatgo-ai-modal__response-list li {
    position: relative;
    padding: 14px 16px 14px 46px;
    border-radius: 18px;
    background: rgba(31, 157, 139, 0.07);
    color: #29415d;
    line-height: 1.75;
}

.sehatgo-ai-modal__response-list li::before {
    content: "\2713";
    position: absolute;
    top: 15px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1f9d8b;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
}

.sehatgo-ai-modal__response-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.sehatgo-ai-modal__response-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(14, 43, 77, 0.06);
    color: #0e2b4d;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.sehatgo-ai-modal__response-link:hover,
.sehatgo-ai-modal__response-link:focus {
    background: #213360;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
}

[data-sg-reveal] {
    opacity: 1;
    transform: none;
}

html.sg-reveal-active [data-sg-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

html.sg-reveal-active [data-sg-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    html.sg-reveal-active [data-sg-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .sg-visual-card img,
    .sg-service-card,
    .sg-entry-link {
        transition: none;
    }
}

@media (max-width: 1199px) {
    .sg-premium-title {
        font-size: 40px;
    }

    .sg-premium-subtitle,
    .sg-section-heading h3,
    .sg-pricing-panel__content h3 {
        font-size: 30px;
    }

    .sehatgo-dropdown-menu--mega {
        min-width: 700px;
    }
}

@media (max-width: 991px) {
    .header-layout1 .navbar .navbar-collapse .navbar-nav {
        width: min(86vw, 320px);
        padding: 52px 0 28px;
        box-shadow: 18px 0 38px rgba(14, 43, 77, 0.14);
    }

    .header-layout1 .navbar .navbar-collapse .nav__item .nav__item-link {
        font-size: 16px;
        letter-spacing: 0.01em;
    }

    .header-layout1 .navbar .navbar-collapse .dropdown-menu .nav__item .nav__item-link {
        font-size: 15px;
    }

    .header-layout1 .navbar .navbar-collapse .sehatgo-dropdown-menu--mega {
        min-width: 100%;
        padding: 10px 0 12px !important;
    }

    .header-layout1 .navbar .navbar-collapse .sehatgo-mega-menu__intro {
        display: none;
    }

    .header-layout1 .navbar .navbar-collapse .sehatgo-mega-menu__group {
        padding: 12px 18px 0;
    }

    .header-layout1 .navbar .navbar-collapse .sehatgo-mega-menu__headline {
        font-size: 16px;
    }

    .header-layout1 .navbar .navbar-collapse .sehatgo-mega-menu__title {
        display: block;
        margin-bottom: 10px;
        color: #1f9d8b;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .header-layout1 .navbar .navbar-collapse .sehatgo-mega-menu__summary {
        display: none;
    }

    .header-layout1 .navbar .navbar-collapse .sehatgo-mega-menu__links {
        gap: 8px;
        margin-top: 0;
    }

    .header-layout1 .navbar .navbar-collapse .sehatgo-mega-menu__links a {
        display: block;
        padding: 10px 12px;
        border-radius: 14px;
        background: #f4f8fb;
        color: #183454;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.45;
        transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
    }

    .header-layout1 .navbar .navbar-collapse .sehatgo-mega-menu__links a:hover {
        background: rgba(33, 205, 192, 0.12);
        color: #0e6e63;
        transform: none;
    }

    .sg-premium-copy {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .contact-info .boxes-wrapper {
        margin-top: 0;
    }

    .sg-visual-grid,
    .sg-gallery-strip {
        grid-template-columns: 1fr;
    }

    .sg-visual-card-lg {
        grid-row: auto;
    }

    .sg-facts-card {
        margin: 20px 0 0;
    }

    .sg-page-hero__copy {
        padding: 28px 24px;
    }

    .sg-page-hero__visual {
        margin-left: 0;
        margin-top: 18px;
    }

    .sg-premium-title {
        font-size: 34px;
    }

    .sg-premium-subtitle,
    .sg-section-heading h3,
    .sg-pricing-panel__content h3,
    .sg-content-card__title {
        font-size: 28px;
    }

    .sg-service-card__meta {
        align-items: flex-start;
    }

    .sg-appointment-doctor__header,
    .sg-appointment-doctor__details {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .sg-appointment-doctor__badge {
        min-width: 0;
        width: 100%;
    }

    .sg-final-cta {
        align-items: flex-start;
        flex-direction: column;
        padding: 30px 28px;
    }

    .sg-career-cta {
        align-items: flex-start;
        flex-direction: column;
        padding: 30px 28px;
    }

    .sg-final-cta .btn {
        width: 100%;
        justify-content: center;
    }

    .sg-career-cta .btn {
        justify-content: center;
        width: 100%;
    }

    .sg-cta-banner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .sehatgo-ai-assistant-button {
        display: none;
    }

    .sehatgo-ai-modal {
        align-items: flex-end;
        padding: 14px;
    }

    .sehatgo-ai-modal__dialog {
        width: 100%;
        max-height: calc(100vh - 20px);
        padding: 28px 20px 22px;
        border-radius: 26px 26px 18px 18px;
    }

    .sehatgo-ai-modal__header h3 {
        font-size: 28px;
    }

    .sehatgo-ai-modal__form {
        padding: 18px;
    }

    .sehatgo-ai-modal__form-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .sehatgo-ai-modal__submit {
        width: 100%;
        justify-content: center;
    }

    .sehatgo-ai-modal__response {
        padding: 20px;
    }

    .sehatgo-ai-modal__response-title {
        font-size: 24px;
    }

    .sg-page-hero .pagetitle__heading {
        font-size: 40px;
    }

    .sg-premium-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .sehatgo-home-slider__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .sehatgo-home-slider__actions .btn {
        justify-content: center;
    }

    .sg-page-hero__image img,
    .sg-gallery-strip__item img,
    .sg-sidebar-card--media img {
        min-height: 220px;
        height: 220px;
    }

    .sg-premium-lead {
        font-size: 18px;
    }

    .sg-highlight-list li,
    .sg-service-card__list li,
    .sg-check-list li,
    .sg-faq-accordion__body p,
    .sg-final-cta__content p,
    .sg-final-cta__content span {
        line-height: 1.75;
    }

    .sg-faq-accordion summary {
        font-size: 18px;
        padding: 20px 58px 20px 20px;
    }

    .sg-faq-accordion summary::after {
        right: 20px;
        font-size: 24px;
    }

    .sg-faq-accordion__body {
        padding: 0 20px 20px;
    }

    .sg-final-cta {
        padding: 26px 22px;
        border-radius: 24px;
    }

    .sg-final-cta__content h3 {
        font-size: 30px;
    }

    .sg-final-cta__content strong {
        font-size: 21px;
    }

    .sg-content-card,
    .sg-sidebar-card,
    .sg-pricing-panel,
    .sg-metric-card,
    .sg-process-card,
    .sg-reason-card,
    .sg-faq-card,
    .sg-mini-card,
    .sg-entry-link {
        padding: 22px;
    }

    .sg-content-card--home,
    .sg-career-cta {
        padding: 24px;
    }

    .sg-mini-card--pricing h4 {
        font-size: 28px;
    }

    .sg-mini-card--pricing .sg-service-card__list li,
    .sg-pricing-link {
        font-size: 15px;
    }

    .sg-career-cta h3 {
        font-size: 28px;
    }

    .sg-appointment-doctor,
    .sg-appointment-info-card,
    .sg-appointment-timeline {
        padding: 22px;
        border-radius: 24px;
    }

    .sg-appointment-doctor__identity h4 {
        font-size: 24px;
    }

    .sg-appointment-info-card h4,
    .sg-appointment-timeline__header h4 {
        font-size: 22px;
    }

    .sg-appointment-step-list li {
        padding-left: 64px;
    }

    .sg-appointment-step-list li::before {
        width: 46px;
        height: 46px;
        border-radius: 16px;
    }
}

.sehatgo-contact-page .contact-panel {
    overflow: hidden;
}

.sehatgo-management-panel {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.sehatgo-management-intro {
    color: #51668a;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 28px;
    max-width: 620px;
}

.sehatgo-management-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sehatgo-management-card {
    background: #ffffff;
    border: 1px solid rgba(28, 47, 95, 0.08);
    border-radius: 22px;
    box-shadow: 0 22px 50px rgba(28, 47, 95, 0.09);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sehatgo-management-card:hover {
    box-shadow: 0 26px 55px rgba(28, 47, 95, 0.16);
    transform: translateY(-4px);
}

.sehatgo-management-photo {
    aspect-ratio: 4 / 5;
    background: linear-gradient(180deg, #eef5ff 0%, #dfeafb 100%);
    overflow: hidden;
}

.sehatgo-management-photo img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.sehatgo-management-body {
    padding: 20px 22px 24px;
}

.sehatgo-management-label {
    color: #2f6df6;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.sehatgo-management-name {
    color: #1c2f5f;
    font-size: 24px;
    line-height: 1.35;
    margin-bottom: 10px;
}

.sehatgo-management-role {
    color: #243b6b;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 0;
}

.sehatgo-contact-page .contact-panel__info .contact__list li {
    align-items: flex-start;
}

.sehatgo-contact-page .contact-panel__info .contact__list a {
    line-height: 1.8;
}

.sehatgo-caregiver-pricing {
    background: linear-gradient(180deg, #f5fbff 0%, #ffffff 100%);
}

.sehatgo-caregiver-notes {
    display: grid;
    gap: 12px;
}

.sehatgo-caregiver-notes li {
    background: rgba(33, 205, 192, 0.08);
    border-left: 4px solid #21cdc0;
    border-radius: 14px;
    color: #36507d;
    line-height: 1.8;
    padding: 14px 18px;
}

.sehatgo-caregiver-pricing-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sehatgo-caregiver-pricing-card {
    background: #ffffff;
    border: 1px solid rgba(28, 47, 95, 0.08);
    border-radius: 24px;
    box-shadow: 0 22px 55px rgba(18, 46, 67, 0.1);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sehatgo-caregiver-pricing-card:hover {
    box-shadow: 0 28px 60px rgba(18, 46, 67, 0.16);
    transform: translateY(-4px);
}

.sehatgo-caregiver-pricing-card--featured {
    grid-column: span 2;
}

.sehatgo-caregiver-pricing-media {
    background: #eef6ff;
    display: block;
    cursor: zoom-in;
    overflow: hidden;
}

.sehatgo-caregiver-pricing-media img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
    width: 100%;
}

.sehatgo-caregiver-pricing-card--featured .sehatgo-caregiver-pricing-media img {
    max-height: 520px;
}

.sehatgo-caregiver-pricing-card:not(.sehatgo-caregiver-pricing-card--featured) .sehatgo-caregiver-pricing-media img {
    max-height: 340px;
}

.sehatgo-caregiver-pricing-card:hover .sehatgo-caregiver-pricing-media img {
    transform: scale(1.02);
}

.sehatgo-caregiver-popup {
    cursor: zoom-in;
    display: block;
    overflow: hidden;
}

.sehatgo-caregiver-popup img {
    transition: transform 0.35s ease, filter 0.35s ease;
}

.sehatgo-caregiver-popup:hover img {
    filter: saturate(1.03);
    transform: scale(1.015);
}

.sehatgo-caregiver-pricing-body {
    padding: 24px 26px 28px;
}

.sehatgo-caregiver-pricing-badge {
    color: #1f9d8b;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.15em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sehatgo-caregiver-pricing-body h4 {
    color: #1c2f5f;
    font-size: 27px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.sehatgo-caregiver-pricing-body p {
    color: #5f6f82;
    line-height: 1.8;
    margin-bottom: 0;
}

.sehatgo-caregiver-cta {
    align-items: center;
    background: #0e2b4d;
    border-radius: 24px;
    color: #ffffff;
    display: flex;
    gap: 22px;
    justify-content: space-between;
    margin-top: 34px;
    padding: 30px 34px;
}

.sehatgo-caregiver-cta h4 {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 10px;
}

.sehatgo-caregiver-cta p {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.8;
    margin-bottom: 0;
    max-width: 700px;
}

.sehatgo-caregiver-cta .btn {
    flex-shrink: 0;
}

.sg-legacy-region + .sg-legacy-region {
    margin-top: 54px;
}

.sg-legacy-region__header {
    margin-bottom: 26px;
}

.sg-legacy-region__header h3,
.sg-legacy-gallery-card__body h4,
.sg-legacy-room-card__body h4,
.sg-legacy-package-card h4,
.sg-legacy-poster-preview__body h4,
.sg-legacy-doctor-card__body h4 {
    color: #1c2f5f;
}

.sg-legacy-region__header h3 {
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 10px;
}

.sg-legacy-region__header p,
.sg-legacy-gallery-card__body p,
.sg-legacy-room-card__body p,
.sg-legacy-package-card p,
.sg-legacy-doctor-card__city,
.sg-legacy-poster-preview__body p {
    color: #5f6f82;
    line-height: 1.8;
}

.sg-legacy-gallery-grid,
.sg-legacy-package-grid,
.sg-legacy-doctor-grid {
    display: grid;
    gap: 24px;
}

.sg-legacy-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sg-legacy-package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sg-legacy-doctor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sg-legacy-gallery-card,
.sg-legacy-room-card,
.sg-legacy-package-card,
.sg-legacy-poster-preview,
.sg-legacy-doctor-card,
.sg-legacy-poster-card {
    background: #ffffff;
    border: 1px solid rgba(28, 47, 95, 0.08);
    border-radius: 24px;
    box-shadow: 0 22px 55px rgba(18, 46, 67, 0.1);
    overflow: hidden;
}

.sg-legacy-gallery-card__media,
.sg-legacy-poster-card,
.sg-legacy-room-card__media,
.sg-legacy-doctor-card__media {
    display: block;
    overflow: hidden;
}

.sg-legacy-gallery-card__media img,
.sg-legacy-poster-card img,
.sg-legacy-room-card__media img,
.sg-legacy-poster-preview img,
.sg-legacy-doctor-card__media img {
    display: block;
    width: 100%;
}

.sg-legacy-gallery-card__media img,
.sg-legacy-poster-card img,
.sg-legacy-room-card__media img,
.sg-legacy-poster-preview img,
.sg-legacy-doctor-card__media img {
    transition: transform 0.35s ease;
}

.sg-legacy-gallery-card:hover .sg-legacy-gallery-card__media img,
.sg-legacy-room-card:hover .sg-legacy-room-card__media img,
.sg-legacy-doctor-card:hover .sg-legacy-doctor-card__media img,
.sg-legacy-poster-preview:hover img {
    transform: scale(1.02);
}

.sg-legacy-gallery-card__body,
.sg-legacy-room-card__body,
.sg-legacy-package-card,
.sg-legacy-poster-preview__body,
.sg-legacy-doctor-card__body {
    padding: 24px 26px 28px;
}

.sg-legacy-gallery-card__body a {
    color: #0e6e63;
    font-weight: 700;
}

.sg-legacy-poster-card {
    margin-top: 24px;
    padding: 18px;
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.sg-legacy-room-card__header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.sg-legacy-room-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: rgba(33, 205, 192, 0.12);
    color: #0e6e63;
    flex: 0 0 52px;
    font-size: 20px;
}

.sg-legacy-room-card__media img,
.sg-legacy-poster-preview img {
    height: 280px;
    object-fit: cover;
}

.sg-legacy-doctor-card__media img {
    height: 320px;
    object-fit: cover;
}

.sg-legacy-doctor-card__city {
    font-weight: 700;
    margin-bottom: 12px;
}

.sg-legacy-table {
    width: 100%;
    border-collapse: collapse;
}

.sg-legacy-table thead th {
    color: #1c2f5f;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.sg-legacy-table th,
.sg-legacy-table td {
    border-bottom: 1px solid rgba(28, 47, 95, 0.08);
    padding: 14px 0;
}

.sg-legacy-table tbody tr:last-child td {
    border-bottom: 0;
}

.sg-legacy-table td {
    color: #345071;
    font-weight: 600;
}

.sg-legacy-package-card {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.sg-legacy-package-card p {
    margin-bottom: 18px;
}

.sg-legacy-poster-preview {
    display: flex;
    flex-direction: column;
}

.sg-legacy-poster-preview__body {
    padding-top: 18px;
}

@media (max-width: 991px) {
    .sehatgo-management-grid {
        grid-template-columns: 1fr;
    }

    .sehatgo-caregiver-pricing-grid {
        grid-template-columns: 1fr;
    }

    .sehatgo-caregiver-pricing-card--featured {
        grid-column: auto;
    }

    .sehatgo-caregiver-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .sg-legacy-gallery-grid,
    .sg-legacy-package-grid,
    .sg-legacy-doctor-grid {
        grid-template-columns: 1fr;
    }
}

.sehatgo-dropdown-menu--compact {
    min-width: 680px;
}

.sehatgo-dropdown-menu--tariff {
    min-width: 620px;
}

.sehatgo-nav-cta {
    box-shadow: 0 14px 28px rgba(31, 157, 139, 0.22);
}

.sg-card-grid {
    display: grid;
    gap: 24px;
}

.sg-card-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sg-card-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sg-card-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sg-entry-link--panel {
    text-decoration: none;
}

.sg-doctor-summary-card,
.sg-related-card,
.sg-next-step-panel {
    border: 1px solid rgba(14, 43, 77, 0.08);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(17, 36, 56, 0.08);
}

.sg-doctor-summary-card {
    padding: 28px;
}

.sg-doctor-summary-card h4 {
    color: #0e2b4d;
    font-size: 28px;
    line-height: 1.35;
    margin-bottom: 10px;
}

.sg-doctor-summary-card p,
.sg-doctor-summary-card__meta span {
    color: #68788b;
    line-height: 1.8;
}

.sg-doctor-summary-card__meta {
    display: grid;
    gap: 4px;
    margin-top: 16px;
}

.sg-doctor-summary-card__meta strong {
    color: #0e2b4d;
}

.sg-next-step-panel {
    padding: 32px;
}

.sg-next-step-panel__header {
    max-width: 760px;
    margin-bottom: 24px;
}

.sg-next-step-panel__header h3 {
    color: #0e2b4d;
    font-size: 30px;
    line-height: 1.3;
}

.sg-related-card {
    display: block;
    padding: 24px;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sg-related-card:hover {
    box-shadow: 0 24px 52px rgba(17, 36, 56, 0.13);
    transform: translateY(-4px);
}

.sg-related-card span,
.sg-related-card strong,
.sg-related-card small {
    display: block;
}

.sg-related-card span {
    color: #1f9d8b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sg-related-card strong {
    color: #0e2b4d;
    font-size: 20px;
    line-height: 1.35;
}

.sg-related-card small {
    color: #68788b;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 10px;
}

.sg-check-list--compact {
    margin-top: 0;
}

.sehatgo-footer .footer-primary {
    padding-top: 70px;
    padding-bottom: 30px;
}

.sehatgo-footer__brand img {
    max-width: 220px;
}

.sehatgo-footer__brand p,
.sehatgo-footer__bottom {
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.8;
}

.sehatgo-footer__brand {
    padding-right: 24px;
}

.sehatgo-footer__brand p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.9;
}

.sehatgo-footer__brand .phone__number {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(33, 205, 192, 0.12);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-top: 14px;
}

.sehatgo-footer__brand .phone__number i {
    color: #21cdc0;
}

.sehatgo-footer__meta {
    display: grid;
    gap: 10px;
    margin-top: 20px;
}

.sehatgo-footer__meta li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: rgba(255, 255, 255, 0.86);
    font-weight: 600;
    line-height: 1.7;
}

.sehatgo-footer__meta li i {
    color: #21cdc0;
    font-size: 15px;
    margin-top: 6px;
    flex: 0 0 15px;
}

.sehatgo-footer .footer-widget__title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
}

.sehatgo-footer .footer-widget__title i {
    color: #21cdc0;
    font-size: 16px;
}

.sehatgo-footer__links {
    display: grid;
    gap: 10px;
}

.sehatgo-footer .footer-widget-nav a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    text-decoration: none;
}

.sehatgo-footer .footer-widget-nav a i {
    color: #21cdc0;
    font-size: 11px;
    transition: transform 0.25s ease, color 0.25s ease;
}

.sehatgo-footer .footer-widget-nav a:hover {
    color: #ffffff;
}

.sehatgo-footer .footer-widget-nav a:hover i {
    color: #ffffff;
    transform: translateX(2px);
}

.sehatgo-footer__instagram-card {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
    box-shadow: 0 22px 44px rgba(8, 18, 38, 0.22);
    text-decoration: none;
}

.sehatgo-footer__instagram-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 18, 38, 0.04) 0%, rgba(8, 18, 38, 0.36) 100%);
    pointer-events: none;
}

.sehatgo-footer__instagram-card img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1.08;
    object-fit: cover;
    object-position: center top;
    filter: saturate(1.06) contrast(1.04);
}

.sehatgo-footer__instagram-eyebrow {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #0e2b4d;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sehatgo-footer__instagram-badge {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(14, 43, 77, 0.92), rgba(31, 157, 139, 0.88));
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(12px);
}

.sehatgo-footer__bottom {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
    padding-top: 22px;
}

@media (max-width: 991px) {
    .sg-card-grid--two,
    .sg-card-grid--three,
    .sg-card-grid--four {
        grid-template-columns: 1fr;
    }

    .sehatgo-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .sehatgo-footer__brand {
        padding-right: 0;
    }
}
