:root {
    --green: #2eb86d;
    --green-dark: #218b51;
    --navy: #12345b;
    --red: #c83b35;
    --ink: #1c2b3a;
    --muted: #667085;
    --soft: #f5f8fa;
    --line: #e2e8ee;
    --white: #ffffff;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--white);
    color: var(--ink);
    font-family: Arial, "Helvetica Neue", "Hiragino Kaku Gothic ProN", sans-serif;
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

.site-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

/* Header */
.site-header {
    position: relative;
    z-index: 20;
    background: var(--white);
    border-bottom: 1px solid var(--line);
}

.partnership-bar {
    background: #f7f9fa;
    border-bottom: 1px solid var(--line);
    color: var(--muted);
    font-size: 12px;
}

.partnership-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 36px;
    gap: 20px;
}

.partnership-inner p,
.header-actions,
.language-switcher {
    display: flex;
    align-items: center;
}

.partnership-inner p {
    gap: 8px;
}

.status-dot {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--red);
}

.header-actions,
.language-switcher {
    gap: 12px;
}

.language-switcher a {
    padding: 3px 5px;
    color: var(--muted);
    font-size: 11px;
}

.language-switcher a.active {
    color: var(--navy);
    font-weight: 700;
}

.header-cta,
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-weight: 700;
    transition: 0.2s ease;
}

.header-cta {
    padding: 8px 17px;
    background: var(--red);
    color: #ffffff;
    font-size: 11px;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    gap: 28px;
}

.partner-brand {
    display: flex;
    align-items: center;
    min-width: 330px;
    gap: 12px;
}

.brand-unit {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--navy);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
}

.brand-unit img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
}

.brand-unit small {
    display: block;
    margin-top: 3px;
    color: var(--muted);
    font-size: 7px;
    font-weight: 400;
    letter-spacing: 0.04em;
}

.brand-separator {
    color: #c7d0d8;
    font-size: 24px;
}

.bayukarta-mark {
    color: #1973a8;
    font-size: 24px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
}

.nav-links a {
    color: var(--ink);
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.nav-links a:hover,
.nav-links a.active {
    color: var(--red);
}

.menu-toggle {
    display: none;
    width: 30px;
    border: 0;
    background: none;
}

.menu-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: var(--navy);
}

.mobile-menu {
    border-top: 1px solid var(--line);
    background: #ffffff;
}

.mobile-menu .site-container {
    display: grid;
    padding: 18px 0;
}

.mobile-menu a {
    padding: 10px 0;
    border-bottom: 1px solid var(--line);
    font-size: 14px;
    font-weight: 600;
}

/* Common */
.home-section {
    padding: 86px 0;
}

.eyebrow {
    margin-bottom: 14px;
    color: var(--red);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.center-heading {
    margin-bottom: 42px;
    text-align: center;
}

.center-heading .eyebrow {
    margin-bottom: 6px;
}

.center-heading h2,
.section-heading-row h2 {
    margin: 0 0 18px;
    color: var(--navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3.5vw, 44px);
    line-height: 1.15;
}

.btn {
    padding: 12px 20px;
    font-size: 12px;
}

.btn-primary {
    background: var(--red);
    color: #ffffff;
}

.btn-primary:hover {
    background: #a82e2b;
    transform: translateY(-2px);
}

.btn-secondary {
    background: var(--navy);
    color: #ffffff;
}

.btn-outline {
    border-color: #b9c6d1;
    background: #ffffff;
    color: var(--navy);
}

/* Hero */
.home-hero {
    overflow: hidden;
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 46%, #f9f4ee 70%, #efe4d9 100%);
}

.home-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1.18fr;
    align-items: center;
    min-height: 450px;
}

.home-hero-copy {
    position: relative;
    z-index: 1;
    padding: 64px 25px 64px 0;
}

.home-hero h1 {
    max-width: 550px;
    margin: 0 0 20px;
    color: var(--navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(36px, 4.1vw, 58px);
    line-height: 1.08;
}

.hero-lead {
    max-width: 500px;
    color: var(--ink);
    font-size: 15px;
    line-height: 1.75;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.home-hero-media,
.home-hero-media img {
    min-height: 450px;
}

.home-hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Trust strip */
.trust-strip {
    position: relative;
    margin-top: -1px;
    background: #ffffff;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 7px;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(18, 52, 91, 0.10);
    transform: translateY(-30px);
}

.trust-grid article {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 14px;
    padding: 20px 18px;
    border-right: 1px solid var(--line);
}

.trust-grid article:last-child {
    border-right: 0;
}

.trust-image,
.trust-icon {
    display: block;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    padding: 5px;
    border: 1px solid #d5dee6;
    border-radius: 50%;
    background: #ffffff;
    object-fit: contain;
}

.trust-grid article > div {
    min-width: 0;
}

.trust-grid h2 {
    margin: 0;
    color: var(--navy);
    font-size: 13px;
    line-height: 1.3;
}

.trust-grid p {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.4;
}

/* Home services: caption left, image right */
.services-section {
    padding-top: 78px;
}

.home-services-two-column {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: stretch;
    width: 100%;
    min-height: 390px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fbf8f4;
}

.home-services-caption {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 52px 54px;
}

.home-services-caption .service-brand {
    margin: 0 0 15px;
    color: var(--navy);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.home-services-caption h3 {
    max-width: 100%;
    margin: 0 0 18px;
    color: var(--navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(27px, 3vw, 42px);
    font-weight: 400;
    line-height: 1.18;
}

.home-services-caption > p:not(.service-brand) {
    max-width: 100%;
    margin: 0 0 28px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.8;
}

.home-services-photo {
    display: block;
    min-width: 0;
    min-height: 390px;
    margin: 0;
    overflow: hidden;
    background: #e9f0ef;
}

.home-services-photo img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 390px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.45s ease;
}

.home-services-two-column:hover .home-services-photo img {
    transform: scale(1.025);
}

/* Journey */
.journey-section {
    padding: 75px 0;
    background: #f8fafb;
}

.journey-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
}

.journey-item {
    position: relative;
    min-width: 0;
    text-align: center;
}

.journey-item:not(:last-child)::after {
    content: '›';
    position: absolute;
    top: 46px;
    right: -17px;
    color: var(--red);
    font-size: 28px;
    font-weight: 700;
}

.journey-image {
    display: block;
    width: 82px;
    height: 82px;
    margin: 0 auto 12px;
    padding: 7px;
    border: 1px solid #d5dee6;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(18, 52, 91, 0.06);
    object-fit: contain;
}

.journey-number {
    display: block;
    margin: 0 0 6px;
    color: var(--red);
    font-size: 11px;
    font-weight: 800;
}

.journey-item h3 {
    margin: 0 0 7px;
    color: var(--navy);
    font-size: 13px;
    line-height: 1.35;
}

.journey-item p {
    margin: 0;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.55;
}

/* Footer */
.site-footer {
    margin-top: 0;
    border-top: 1px solid var(--line);
    background: #ffffff;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 54px 0;
}

.footer-grid h3 {
    margin-bottom: 10px;
    color: var(--navy);
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.footer-grid p {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.7;
}

.footer-bottom {
    padding: 20px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 11px;
    text-align: center;
}

.footer-map {
    width: 100%;
    height: 168px;
    margin-top: 16px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 6px;
}

.footer-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

/* WhatsApp */
.floating-wa {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 158px;
    min-height: 48px;
    padding: 12px 18px;
    border-radius: 999px;
    background: #25d366;
    color: #ffffff;
    box-shadow: 0 8px 22px rgba(37, 211, 102, 0.34);
    font-size: 13px;
    font-weight: 700;
}

.floating-wa-icon {
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
}

@media (max-width: 850px) {
    .nav-links {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

    .home-hero-grid {
        grid-template-columns: 1fr;
    }

    .home-hero-copy {
        padding: 52px 0 38px;
    }

    .home-hero-media,
    .home-hero-media img {
        min-height: 330px;
    }

    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-grid article:nth-child(2) {
        border-right: 0;
    }

    .trust-grid article:nth-child(-n + 2) {
        border-bottom: 1px solid var(--line);
    }

    .home-services-two-column {
        grid-template-columns: 1fr;
    }

    .home-services-photo,
    .home-services-photo img {
        min-height: 300px;
    }

    .home-services-photo {
        order: -1;
    }

    .home-services-caption {
        padding: 38px 30px 42px;
    }

    .journey-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 38px;
    }

    .journey-item:nth-child(3)::after {
        display: none;
    }
}

@media (max-width: 560px) {
    .site-container {
        width: min(100% - 32px, 1180px);
    }

    .partnership-inner {
        align-items: flex-start;
        padding: 8px 0;
    }

    .partnership-inner > p {
        max-width: 190px;
        font-size: 10px;
        line-height: 1.3;
    }

    .header-actions {
        gap: 7px;
    }

    .header-cta {
        padding: 7px 9px;
        font-size: 9px;
    }

    .partner-brand {
        min-width: 0;
    }

    .brand-unit {
        font-size: 10px;
    }

    .brand-unit img {
        width: 30px;
        height: 30px;
    }

    .brand-unit small {
        font-size: 5px;
    }

    .brand-separator {
        font-size: 18px;
    }

    .home-hero h1 {
        font-size: 36px;
    }

    .trust-grid {
        grid-template-columns: 1fr;
    }

    .trust-grid article {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .trust-grid article:last-child {
        border-bottom: 0;
    }

    .home-services-photo,
    .home-services-photo img {
        min-height: 240px;
    }

    .home-services-caption {
        padding: 32px 24px 36px;
    }

    .home-services-caption h3 {
        font-size: 29px;
    }

    .home-services-caption > p:not(.service-brand) {
        font-size: 15px;
    }

    .journey-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 16px;
    }

    .journey-item::after,
    .journey-item:not(:last-child)::after {
        display: none;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        padding: 38px 0;
    }

    .footer-map {
        height: 210px;
    }

    .floating-wa {
        right: 16px;
        bottom: 16px;
        min-height: 46px;
        padding: 12px 16px;
        font-size: 12px;
    }
}

/* ==============================================================
   PERBAIKAN SECTION KEMITRAAN DI BERANDA
   Tempel di PALING BAWAH public/assets/css/redesign.css
   ==============================================================

   Selector memakai .partnership-section agar tidak mengubah
   halaman Tentang Kerja Sama.
   ============================================================== */

.partnership-section {
    padding: 86px 0;
    background: #ffffff;
}

.partnership-section .partnership-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.85fr) minmax(420px, 1.15fr);
    align-items: center;
    gap: clamp(40px, 6vw, 78px);
}

.partnership-section .section-intro {
    min-width: 0;
}

.partnership-section .section-intro h2 {
    margin: 0 0 18px;
    color: var(--navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3.5vw, 44px);
    font-weight: 400;
    line-height: 1.15;
}

.partnership-section .section-intro > p:not(.eyebrow) {
    max-width: 560px;
    margin: 0 0 22px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.8;
}

.partnership-section .partnership-visual {
    display: grid;
    grid-template-columns: minmax(150px, 1fr) 86px minmax(150px, 1fr);
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.partnership-section .partner-card {
    min-width: 0;
    min-height: 280px;
    padding: 28px 23px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 3px 16px rgba(18, 52, 91, 0.05);
}

.partnership-section .partner-card strong {
    display: block;
    color: var(--navy);
    font-size: 19px;
    line-height: 1.25;
}

.partnership-section .partner-card small {
    display: block;
    margin: 5px 0 23px;
    color: var(--muted);
    font-size: 9px;
    line-height: 1.4;
}

.partnership-section .partner-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--ink);
    font-size: 12px;
}

.partnership-section .partner-card li {
    padding: 9px 0;
    border-bottom: 1px solid #edf1f4;
    line-height: 1.45;
}

.partnership-section .partner-card li::before {
    content: '✓';
    margin-right: 8px;
    color: var(--green);
    font-weight: 800;
}

.partnership-section .partnership-orb {
    display: flex;
    width: 86px;
    height: 86px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f2f7fa;
    color: var(--navy);
    font-size: 25px;
    line-height: 1;
    text-align: center;
}

.partnership-section .partnership-orb span {
    display: block;
    max-width: 70px;
    margin-top: 7px;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.3;
}

@media (max-width: 900px) {
    .partnership-section .partnership-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .partnership-section .section-intro {
        max-width: 700px;
    }
}

@media (max-width: 600px) {
    .partnership-section {
        padding: 62px 0;
    }

    .partnership-section .partnership-visual {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .partnership-section .partner-card {
        min-height: 0;
    }

    .partnership-section .partnership-orb {
        margin: 0 auto;
    }
}

/* ==============================================================
   PERBAIKAN JOURNEY SECTION BERANDA
   Tempel di PALING BAWAH public/assets/css/redesign.css
   ============================================================== */

.journey-section {
    padding: 78px 0 86px;
    background: #f8fafb;
}

.journey-section .center-heading {
    margin-bottom: 42px;
    text-align: center;
}

.journey-section .center-heading h2 {
    margin: 0;
    color: var(--navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3.4vw, 44px);
    font-weight: 400;
    line-height: 1.18;
}

.journey-section .journey-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: start;
    gap: 22px;
}

.journey-section .journey-item {
    position: relative;
    min-width: 0;
    text-align: center;
}

.journey-section .journey-item:not(:last-child)::after {
    content: '›';
    position: absolute;
    top: 43px;
    right: -17px;
    color: var(--red);
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
}

.journey-section .journey-image {
    display: block;
    width: 82px;
    height: 82px;
    margin: 0 auto 12px;
    padding: 7px;
    border: 1px solid #d5dee6;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(18, 52, 91, 0.08);
    object-fit: contain;
}

.journey-section .journey-number {
    display: block;
    margin: 0 0 7px;
    color: var(--red);
    font-size: 11px;
    font-weight: 800;
}

.journey-section .journey-item h3 {
    margin: 0 0 7px;
    color: var(--navy);
    font-size: 14px;
    line-height: 1.35;
}

.journey-section .journey-item p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.55;
}

@media (max-width: 900px) {
    .journey-section .journey-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 40px;
    }

    .journey-section .journey-item:nth-child(3)::after {
        display: none;
    }
}

@media (max-width: 560px) {
    .journey-section {
        padding: 60px 0 68px;
    }

    .journey-section .journey-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px 16px;
    }

    .journey-section .journey-item::after,
    .journey-section .journey-item:not(:last-child)::after {
        display: none;
    }

    .journey-section .journey-image {
        width: 72px;
        height: 72px;
    }

    .journey-section .journey-item h3 {
        font-size: 12px;
    }

    .journey-section .journey-item p {
        font-size: 10px;
    }
}

/* ==============================================================
   CTA BANNER BERANDA
   Bagian: "Siap memulai perjalanan kesehatan Anda bersama kami?"
   ============================================================== */

.appointment-banner {
    background: var(--navy);
    color: #ffffff;
}

.appointment-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 210px;
    gap: 34px;
    padding: 38px 0;
}

.appointment-banner .eyebrow {
    margin-bottom: 10px;
    color: #8ce0b1;
}

.appointment-banner h2 {
    max-width: 670px;
    margin: 0 0 10px;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(29px, 3.2vw, 42px);
    font-weight: 400;
    line-height: 1.2;
}

.appointment-banner p:not(.eyebrow) {
    max-width: 620px;
    margin: 0;
    color: #d9e3ed;
    font-size: 14px;
    line-height: 1.75;
}

.appointment-actions {
    display: grid;
    min-width: 205px;
    gap: 12px;
}

.appointment-actions .btn {
    width: 100%;
}

.btn-light {
    background: #ffffff;
    color: var(--navy);
}

.btn-light:hover {
    background: #eef6f1;
    color: var(--green-dark);
    transform: translateY(-2px);
}

.btn-dark-outline {
    border-color: #9bb1c5;
    background: transparent;
    color: #ffffff;
}

.btn-dark-outline:hover {
    border-color: #ffffff;
    background: #ffffff;
    color: var(--navy);
}

@media (max-width: 700px) {
    .appointment-inner {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        min-height: 0;
        padding: 48px 0;
    }

    .appointment-actions {
        width: 100%;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .appointment-actions {
        grid-template-columns: 1fr;
    }
}

/* ==============================================================
   CSS KHUSUS HALAMAN TENTANG KERJA SAMA
   Tambahkan di PALING BAWAH redesign.css
   ============================================================== */

.partnership-page-hero {
    background: linear-gradient(120deg, #ffffff 0%, #f1f8f4 100%);
}

.partnership-page-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
    min-height: 450px;
    gap: 55px;
}

.partnership-page-hero-copy {
    align-self: center;
    padding: 62px 0;
}

.partnership-page-hero-copy h1 {
    max-width: 620px;
    margin: 0 0 20px;
    color: var(--navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(36px, 4vw, 56px);
    font-weight: 400;
    line-height: 1.12;
}

.partnership-page-hero-copy > p:last-child {
    max-width: 570px;
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.85;
}

.partnership-page-hero-image {
    min-height: 450px;
    margin: 0;
    overflow: hidden;
}

.partnership-page-hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 450px;
    object-fit: cover;
    object-position: center;
}

.partnership-story-section {
    padding: 86px 0;
    background: #ffffff;
}

.partnership-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: clamp(38px, 7vw, 90px);
}

.partnership-story-image {
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #edf3f2;
}

.partnership-story-image img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
}

.partnership-story-copy {
    min-width: 0;
}

.partnership-story-copy h2 {
    margin: 0 0 18px;
    color: var(--navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3.3vw, 44px);
    font-weight: 400;
    line-height: 1.18;
}

.partnership-story-copy > p:last-child {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.9;
}

.partnership-roles-section {
    padding: 0 0 86px;
    background: #ffffff;
}

.partnership-role-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 24px;
}

.partnership-role-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.genki-role {
    background: #f8fbf9;
}

.hospital-role {
    background: #f2f7fb;
}

.partnership-role-image {
    display: block;
    width: 100%;
    height: 240px;
    margin: 0;
    object-fit: cover;
    object-position: center;
}

.partnership-role-content {
    flex: 1;
    padding: 30px 34px 34px;
}

.role-label {
    margin: 0 0 10px;
    color: var(--green-dark);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.partnership-role-content h2 {
    margin: 0 0 14px;
    color: var(--navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.25;
}

.partnership-role-content > p:last-child {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.8;
}

.partnership-benefits-section {
    padding: 74px 0 86px;
    background: #f7faf8;
}

.partnership-benefits-heading {
    margin-bottom: 28px;
    text-align: center;
}

.partnership-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}

.partnership-benefit-item {
    min-height: 145px;
    padding: 24px 22px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #ffffff;
}

.partnership-benefit-item span {
    display: block;
    margin-bottom: 12px;
    color: var(--green-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.partnership-benefit-item p {
    margin: 0;
    color: var(--navy);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.55;
}

@media (max-width: 800px) {
    .partnership-page-hero-grid,
    .partnership-story-grid,
    .partnership-role-grid {
        grid-template-columns: 1fr;
    }

    .partnership-page-hero-copy {
        padding: 54px 0 38px;
    }

    .partnership-page-hero-image,
    .partnership-page-hero-image img {
        min-height: 300px;
        height: 300px;
    }

    .partnership-story-section {
        padding: 62px 0;
    }

    .partnership-story-grid {
        gap: 32px;
    }

    .partnership-roles-section {
        padding-bottom: 62px;
    }

    .partnership-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .partnership-page-hero-copy h1 {
        font-size: 36px;
    }

    .partnership-role-image {
        height: 200px;
    }

    .partnership-role-content {
        padding: 27px 22px 30px;
    }

    .partnership-benefits-section {
        padding: 56px 0 65px;
    }

    .partnership-benefits-grid {
        grid-template-columns: 1fr;
    }
}

/* ==============================================================
   CSS KHUSUS HALAMAN LAYANAN GENKI
   Tambahkan di PALING BAWAH public/assets/css/redesign.css
   ============================================================== */

.genki-services-hero {
    background: linear-gradient(120deg, #ffffff 0%, #f1f8f4 100%);
}

.genki-services-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: stretch;
    min-height: 440px;
    gap: 55px;
}

.genki-services-copy {
    align-self: center;
    padding: 62px 0;
}

.genki-services-copy h1 {
    max-width: 570px;
    margin: 0 0 20px;
    color: var(--navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(36px, 4vw, 54px);
    font-weight: 400;
    line-height: 1.12;
}

.genki-services-copy > p:last-child {
    max-width: 520px;
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.85;
}

.genki-services-hero-image {
    min-height: 440px;
    margin: 0;
    overflow: hidden;
}

.genki-services-hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
    object-position: center;
}

.genki-service-content,
.genki-facilities-section,
.genki-journey-section,
.genki-insurance-section {
    padding: 86px 0;
}

.genki-service-content,
.genki-journey-section {
    background: #ffffff;
}

.genki-facilities-section,
.genki-insurance-section {
    background: #fbf7f1;
}

.service-polyclinic-grid {
    display: grid;
    grid-template-columns: minmax(260px, 0.78fr) minmax(440px, 1.22fr);
    align-items: center;
    gap: clamp(40px, 6vw, 72px);
}

.service-polyclinic-text h2,
.genki-facilities-section h2,
.genki-journey-section h2,
.genki-insurance-section h2 {
    margin: 0 0 16px;
    color: var(--navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3.2vw, 44px);
    font-weight: 400;
    line-height: 1.2;
}

.service-polyclinic-text > p:last-child {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.8;
}

.polyclinic-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.polyclinic-list span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 12px 10px;
    border: 1px solid #c9e1df;
    border-radius: 8px;
    background: #dcefed;
    color: #40302b;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

.genki-facilities-section .center-heading > p:last-child {
    max-width: 620px;
    margin: 0 auto;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.75;
}

.facility-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: stretch;
    gap: 28px;
    margin-top: 42px;
}

.facility-main-image {
    min-height: 360px;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
}

.facility-main-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    object-position: center;
}

.facility-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.facility-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 110px;
    padding: 20px;
    border: 1px solid #c9e1df;
    border-radius: 8px;
    background: #dcefed;
    text-align: center;
}

.facility-item span {
    display: none;
}

.facility-item p {
    margin: 0;
    color: #40302b;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.genki-journey-flow {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
    margin-top: 42px;
}

.genki-journey-item {
    position: relative;
    min-height: 132px;
    padding: 22px 18px;
    border: 1px solid #c9e1df;
    border-radius: 8px;
    background: #dcefed;
    text-align: center;
}

.genki-journey-item:not(:last-child)::after {
    content: '›';
    position: absolute;
    top: 42px;
    right: -17px;
    color: var(--red);
    font-size: 28px;
    font-weight: 800;
}

.journey-step-number {
    display: block;
    margin-bottom: 8px;
    color: var(--red);
    font-size: 12px;
    font-weight: 800;
}

.genki-journey-item h3 {
    margin: 0 0 7px;
    color: #40302b;
    font-size: 16px;
    line-height: 1.3;
}

.genki-journey-item p {
    margin: 0;
    color: #5f6c75;
    font-size: 12px;
    line-height: 1.45;
}

.genki-insurance-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
    align-items: center;
    gap: clamp(38px, 6vw, 65px);
}

.genki-insurance-inner > div > p:not(.eyebrow) {
    max-width: 540px;
    margin: 0 0 24px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.8;
}

.genki-insurance-inner > img {
    display: block;
    width: 100%;
    max-height: 300px;
    border-radius: 8px;
    object-fit: cover;
}

@media (max-width: 850px) {
    .genki-services-hero-inner,
    .service-polyclinic-grid,
    .facility-layout,
    .genki-insurance-inner {
        grid-template-columns: 1fr;
    }

    .genki-services-copy {
        padding: 56px 0 38px;
    }

    .genki-services-hero-image,
    .genki-services-hero-image img {
        min-height: 300px;
        height: 300px;
    }

    .genki-journey-flow {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 20px;
    }

    .genki-journey-item:nth-child(3)::after {
        display: none;
    }
}

@media (max-width: 560px) {
    .genki-service-content,
    .genki-facilities-section,
    .genki-journey-section,
    .genki-insurance-section {
        padding: 60px 0;
    }

    .polyclinic-list,
    .facility-list,
    .genki-journey-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .genki-journey-item::after,
    .genki-journey-item:not(:last-child)::after {
        display: none;
    }

    .facility-main-image,
    .facility-main-image img {
        min-height: 240px;
    }
}

/* ==============================================================
   MITRA KAMI / OUR PARTNER - HALAMAN LAYANAN
   Tambahkan di bagian paling bawah public/assets/css/redesign.css
   ============================================================== */

.genki-partners-section {
    padding: 86px 0 72px;
    background: #f7faf8;
}

.genki-partners-heading {
    max-width: 720px;
    margin: 0 auto 42px;
    text-align: center;
}

.genki-partners-heading h2 {
    margin: 0 0 16px;
    color: var(--navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 3.6vw, 48px);
    font-weight: 400;
    line-height: 1.18;
}

.genki-partners-heading > p:last-child {
    margin: 0 auto;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.8;
}

.genki-partners-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    max-width: 1020px;
    margin: 0 auto;
}

.genki-partner-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 175px;
    padding: 20px 24px;
    overflow: hidden;
    border: 1px solid #e1e8e5;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 5px 18px rgba(18, 52, 91, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.genki-partner-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(18, 52, 91, 0.11);
}

.genki-partner-card img {
    display: block;
    width: 100%;
    height: 125px;
    object-fit: contain;
    object-position: center;
}

.genki-partners-note {
    max-width: 800px;
    margin: 28px auto 0;
    text-align: center;
}

.genki-partners-note p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.6;
}

.genki-partners-cta {
    background: var(--navy);
    color: #ffffff;
}

.genki-partners-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 190px;
    gap: 28px;
    padding: 38px 0;
}

.genki-partners-cta .eyebrow {
    margin-bottom: 8px;
    color: #8ce0b1;
}

.genki-partners-cta h2 {
    max-width: 650px;
    margin: 0;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 400;
    line-height: 1.2;
}

@media (max-width: 760px) {
    .genki-partners-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .genki-partners-cta-inner {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .genki-partners-section {
        padding: 60px 0 52px;
    }

    .genki-partners-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .genki-partner-card {
        min-height: 150px;
    }

    .genki-partner-card img {
        height: 105px;
    }
}

