@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {
    --primary: #975150;

    --primary-light: #EEBEC8;

    --primary-blob: #EEBEC8;
    --secondary: #975150;

    --text-main: #975150;
    --text-light: #FFFFFF;
    --white: #FFFFFF;
    --font-heading: 'Lobster', cursive;
    --font-title: 'Lobster', cursive;
    --font-body: 'Nunito', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-body);
    font-weight: 700;
    color: var(--text-main);
    line-height: 1.6;
    background-color: var(--white);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.main-header {
    background-color: var(--white);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    border-bottom: 6px solid #d3a3a3;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}

.logo {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.nav-logo {
    height: 50px;
    width: auto;
    object-fit: contain;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 30px;
    align-items: center;
}

.nav-links a {
    text-decoration: none;
    color: var(--text-main);
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    padding: 10px 24px;
    border-radius: 8px;
}

.nav-links a:hover,
.nav-links a.active {
    background-color: var(--secondary);
    color: var(--white);
    box-shadow: 2px 2px 4px rgba(184, 136, 136, 0.4);
    border-radius: 8px;
}

/* Hero Section */
.hero-section {
    background-color: var(--primary-light);
    padding-top: 60px;
    min-height: 90vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: 1;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 45%;
    left: calc(40% + 80px);
    transform: translateY(-50%);
    z-index: -2;
    background-color: #ebd4cc;

    --s: 500px;
    width: var(--s);
    aspect-ratio: 1;
    --g: /calc(var(--s)*0.261) calc(var(--s)*0.261) radial-gradient(50% 50%, #000 99%, #0000 101%) no-repeat;
    mask: calc(50% + var(--s)*0.341) calc(50% + var(--s)*0) var(--g), calc(50% + var(--s)*0.241) calc(50% + var(--s)*0.241) var(--g), calc(50% + var(--s)*0) calc(50% + var(--s)*0.341) var(--g), calc(50% + var(--s)*-0.241) calc(50% + var(--s)*0.241) var(--g), calc(50% + var(--s)*-0.341) calc(50% + var(--s)*0) var(--g), calc(50% + var(--s)*-0.241) calc(50% + var(--s)*-0.241) var(--g), calc(50% + var(--s)*0) calc(50% + var(--s)*-0.341) var(--g), calc(50% + var(--s)*0.241) calc(50% + var(--s)*-0.241) var(--g), radial-gradient(calc(var(--s)*0.433), #000 99%, #0000 101%) subtract, calc(50% + var(--s)*0.5) calc(50% + var(--s)*0.207) var(--g), calc(50% + var(--s)*0.207) calc(50% + var(--s)*0.5) var(--g), calc(50% + var(--s)*-0.207) calc(50% + var(--s)*0.5) var(--g), calc(50% + var(--s)*-0.5) calc(50% + var(--s)*0.207) var(--g), calc(50% + var(--s)*-0.5) calc(50% + var(--s)*-0.207) var(--g), calc(50% + var(--s)*-0.207) calc(50% + var(--s)*-0.5) var(--g), calc(50% + var(--s)*0.207) calc(50% + var(--s)*-0.5) var(--g), calc(50% + var(--s)*0.5) calc(50% + var(--s)*-0.207) var(--g);
    -webkit-mask: calc(50% + var(--s)*0.341) calc(50% + var(--s)*0) var(--g), calc(50% + var(--s)*0.241) calc(50% + var(--s)*0.241) var(--g), calc(50% + var(--s)*0) calc(50% + var(--s)*0.341) var(--g), calc(50% + var(--s)*-0.241) calc(50% + var(--s)*0.241) var(--g), calc(50% + var(--s)*-0.341) calc(50% + var(--s)*0) var(--g), calc(50% + var(--s)*-0.241) calc(50% + var(--s)*-0.241) var(--g), calc(50% + var(--s)*0) calc(50% + var(--s)*-0.341) var(--g), calc(50% + var(--s)*0.241) calc(50% + var(--s)*-0.241) var(--g), radial-gradient(calc(var(--s)*0.433), #000 99%, #0000 101%) subtract, calc(50% + var(--s)*0.5) calc(50% + var(--s)*0.207) var(--g), calc(50% + var(--s)*0.207) calc(50% + var(--s)*0.5) var(--g), calc(50% + var(--s)*-0.207) calc(50% + var(--s)*0.5) var(--g), calc(50% + var(--s)*-0.5) calc(50% + var(--s)*0.207) var(--g), calc(50% + var(--s)*-0.5) calc(50% + var(--s)*-0.207) var(--g), calc(50% + var(--s)*-0.207) calc(50% + var(--s)*-0.5) var(--g), calc(50% + var(--s)*0.207) calc(50% + var(--s)*-0.5) var(--g), calc(50% + var(--s)*0.5) calc(50% + var(--s)*-0.207) var(--g);
}

.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../assets/img/beranda/hero-image.png');
    background-repeat: no-repeat;
    background-position: calc(50% + 350px) bottom;
    background-size: auto 85%;
    z-index: -1;
}

.hero-container {
    width: 100%;
    position: relative;
    z-index: 2;
}

.hero-content {
    max-width: 550px;
    padding-bottom: 60px;
}

.hero-title {
    font-family: var(--font-title);
    font-size: 60px;
    color: var(--white);
    line-height: 1.1;
    margin-bottom: 25px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
}

.hero-subtitle {
    font-size: 20px;
    margin-bottom: 40px;
    margin-right: 200px;
    font-weight: 400;
    color: var(--text-main);
}

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.feature-pill {
    background-color: var(--white);
    color: var(--primary);
    padding: 15px 30px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.4;
    box-shadow: 4px 4px 0px #ab8282;
    transition: all 0.2s ease;
    display: inline-block;
}

.feature-pill:hover {
    transform: translateY(-2px) translateX(-2px);
    box-shadow: 6px 6px 0px #ab8282;
}

.welcome-section {
    padding: 100px 20px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.welcome-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.welcome-header h2 {
    font-family: var(--font-heading);
    font-size: 46px;
    color: var(--primary);
    margin-bottom: 10px;
}

.welcome-divider {
    width: 70%;
    height: 2px;
    background-color: var(--primary);
    border: none;
    margin: 20px auto 0;
}

.welcome-text-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    position: relative;
    z-index: 2;
}

.text-column p {
    margin-bottom: 20px;
    text-align: justify;
    font-size: 17px;
    color: #555;
    line-height: 1.7;
}

.highlight-box {
    background-color: var(--primary-light);
    color: var(--white);
    padding: 24px 30px;
    border-radius: 40px;
    margin-top: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.highlight-box p {
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

/* Branches Section */
.branches-section {
    padding: 0 20px 100px;
    max-width: 1200px;
    margin: 0 auto;
}

.branches-grid {
    display: grid;
    grid-template-columns: 4fr 5fr;
    gap: 20px;
    align-items: stretch;
}

.large-card {
    grid-row: span 1;
    height: 100%;
    min-height: 0;

}

.small-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
}

.branch-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 6px 6px 0px #cfb7b7;
    transition: transform 0.3s ease;
    margin-bottom: 6px;
    margin-right: 6px;
}

.branch-card:hover {
    transform: translateY(-8px);
}

.branch-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.branch-card:hover img {
    transform: scale(1.08);
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 40px 30px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 80%);
    color: var(--white);
    pointer-events: none;
}

.card-overlay h3 {
    font-family: var(--font-body);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
}

.small-card .card-overlay {
    padding: 25px 20px;
}

.small-card .card-overlay h3 {
    font-size: 18px;
}

.small-card {
    height: 200px;
}

/* Footer */
.main-footer {
    background-color: var(--primary);
    color: var(--text-light);
    padding: 70px 0 20px;
}

.footer-container {
    display: grid;
    grid-template-columns: 1.2fr 1.2fr 1fr 1.5fr;
    gap: 40px;
    margin-bottom: 50px;
}

.footer-logo {
    max-width: 200px;
    height: auto;
    margin-bottom: 20px;
    object-fit: contain;
}

.brand-tagline {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.9;
}

.footer-heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    color: var(--white);
}

.footer-list {
    list-style: none;
}

.footer-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    line-height: 1.4;
    opacity: 0.9;
}

.footer-list a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.footer-list a:hover {
    text-decoration: none;
}

.footer-list i {
    margin-top: 2px;
    font-size: 16px;
    color: var(--white);
    width: 20px;
    text-align: center;
}

.footer-bottom {
    text-align: left;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
    opacity: 0.8;
}

/* Responsive */
@media (max-width: 992px) {
    .hero-container {
        flex-direction: column;
        text-align: center;
    }

    .hero-content {
        margin-bottom: 40px;
    }

    .hero-features {
        justify-content: center;
    }

    .hero-section::after {
        display: none;
    }

    .welcome-text-grid {
        grid-template-columns: 1fr;
    }

    .branches-grid {
        grid-template-columns: 1fr;
    }

    .large-card {
        height: 350px;
    }

    .footer-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .header-container {
        flex-direction: column;
        height: auto;
        padding: 15px;
        gap: 15px;
    }

    .nav-links {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-container {
        grid-template-columns: 1fr;
    }

    .small-cards-grid {
        grid-template-columns: 1fr;
    }

    .welcome-section::before {
        display: none;
    }
}

/* ==========================================================================
   PROFIL PAGE STYLES
   ========================================================================== */

.profil-hero {
    background-color: var(--primary-light);
    background-image: linear-gradient(to right, var(--primary-light) 45%, transparent 95%), url('../assets/img/profil/hero-image-profil.png?v=2');
    background-position: left center, 400px center;
    background-size: 100% 100%, cover;
    background-repeat: no-repeat, no-repeat;
    padding: 150px 0;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.profil-hero .hero-content {
    max-width: 600px;
}

.profil-hero .hero-title {
    font-family: var(--font-title);
    font-size: 64px;
    color: var(--primary);
    text-shadow: 1px 1px 0px var(--white), 2px 2px 0px rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
    line-height: 1.2;
}

.profil-desc {
    font-size: 18px;
    line-height: 1.6;
    color: var(--text-main);
    text-align: justify;
}

.visi-misi-section {
    background-color: var(--primary-light);
    padding: 100px 0;
}

.visi-misi-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.vm-card {
    position: relative;
    padding-top: 110px;
}

.vm-header {
    background-color: #faede9;
    width: 240px;
    height: 120px;
    border-radius: 120px 120px 0 0;
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 10px;
    box-shadow: -6px -6px 0px #975150;
}

.vm-header h2 {
    font-family: var(--font-title);
    font-size: 60px;
    color: var(--primary);
    text-shadow: 2px 2px 0px var(--white);
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 15px;
}

.vm-body {
    background-color: var(--primary);
    color: var(--white);
    padding: 35px 30px;
    border-radius: 8px;
    position: relative;
    z-index: 2;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
}

.vm-body p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
}

.misi-list {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 17px;
    line-height: 1.5;
    color: var(--white);
    margin: 0;
}

.misi-list li {
    margin-bottom: 10px;
}

.kenapa-section {
    background-color: var(--white);
    padding: 0 0 100px 0;
    margin-top: 0;
    position: relative;
    z-index: 10;
}

.kenapa-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

.kenapa-title-area {
    position: relative;
    width: 480px;
    height: 240px;
    left: -30vh;
    margin-top: -150px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 35px;
}

.kenapa-title-area::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -5vh;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    border-radius: 240px 240px 0 0;
    z-index: -1;
}

.kenapa-title {
    font-family: var(--font-title);
    font-size: 60px;
    color: var(--primary);
    line-height: 1.2;
}

.kenapa-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    width: 100%;
    max-width: 950px;

    padding: 0 20px;
    align-self: center;

}

.feature-pill {
    background-color: #fdf5f2;
    font-family: var(--font-body);
    color: var(--primary);
    font-size: 18px;
    font-weight: bolder;
    padding: 15px 35px;
    border-radius: 10px;
    box-shadow: 5px 5px 0px #cfb7b7;
    text-transform: uppercase;
    transition: transform 0.3s ease;
}

.feature-pill:hover {
    transform: translateY(-5px);
}

@media (max-width: 992px) {
    .visi-misi-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .profil-desc {
        margin-right: 0;
    }

    .kenapa-title-area {
        margin-top: -80px;
        text-align: center;
        padding-right: 0;
        width: 100%;
    }

    .kenapa-title-area::before {
        border-top-right-radius: 100px;
        border-top-left-radius: 100px;
        width: 100%;
        right: auto;
        left: 0;
    }

    .kenapa-title {
        text-align: center;
        width: 100%;
    }
}

/* ==========================================================================
   LAYANAN PAGE STYLES
   ========================================================================== */

/* Hero Section */
.layanan-hero {
    background-color: var(--primary-light);
    height: calc(100vh - 96px);

    display: flex;
    overflow: hidden;
}

.layanan-hero .hero-container {
    display: flex;
    justify-content: center;
    align-items: stretch;

    gap: 40px;
    width: 100%;
}

.layanan-hero .hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding-bottom: 50px;
    max-width: 600px;
}

.layanan-hero .hero-title {
    font-family: var(--font-title);
    font-size: 68px;

    color: var(--white);
    text-shadow: 2px 2px 0px rgba(133, 85, 85, 0.6);
    line-height: 1.1;
    margin-bottom: 25px;
}

.layanan-desc {
    font-size: 18px;
    line-height: 1.6;
    color: var(--text-main);
    max-width: 400px;

}

.lay-img {
    position: relative;
    z-index: 2;
    max-height: 750px;
    width: auto;
    max-width: 135%;
    object-fit: contain;
    border-radius: 0;
    box-shadow: none;
    display: block;
}

.hero-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex: 1;
    max-width: 600px;
}

.hero-image-bg {
    position: absolute;
    bottom: -50%;
    left: 50%;
    transform: translateX(-40%);
    width: 700px;
    height: 700px;
    background-color: #ebd4cc;
    border-radius: 50%;
    z-index: 1;
}

/* Team Section */
.team-section {
    background-color: var(--primary-light);
    height: calc(100vh - 96px);

    display: flex;
    align-items: flex-end;

    position: relative;
    overflow: hidden;
}

.team-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100vw;
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.team-member {
    flex: 1;
    width: 25%;
    max-width: 25%;
    height: auto;
    max-height: 85vh;

    object-fit: contain;
    object-position: bottom;

    display: block;
}

.team-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.7), transparent);
    pointer-events: none;
    z-index: 3;
}

/* Services Section with Complex Background */
.services-section {
    background-color: var(--primary-light);
    position: relative;
    padding-bottom: 100px;
    z-index: 1;
    overflow: hidden;

}



/* The top title area */
.services-title-area {
    background-color: transparent;
    padding: 50px 0 30px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.services-title {
    font-family: var(--font-heading);
    font-size: 56px;
    color: var(--primary);
    text-shadow: 3px 3px 0px #ffffff;

    margin-bottom: 10px;
}

.services-subtitle {
    font-size: 20px;
    color: var(--text-main);
    font-weight: 600;
}

.services-grid-wrapper {
    position: relative;
    padding-top: 40px;
    z-index: 1;
}

.center-pink-strip {
    display: none;
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.service-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    height: 250px;
    box-shadow: 6px 6px 0px #975150;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 6px 6px 0px #975150;
}

.service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(74, 52, 45, 0.9) 0%, rgba(74, 52, 45, 0) 100%);

    display: flex;
    align-items: center;
    padding: 30px;
}

.service-overlay h3 {
    color: var(--white);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
}

/* Responsive */
@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: 1fr;
    }


}

@media (max-width: 768px) {
    .team-grid {
        flex-wrap: wrap;
    }

    .team-member {
        width: 48%;
    }
}

/* ==========================================================================
   KONTAK PAGE STYLES
   ========================================================================== */

/* Hero Section */
.kontak-hero {
    background-color: var(--primary-light);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 0;
    min-height: calc(100vh - 96px);

}

.hero-white-box {
    background-color: var(--white);
    padding: 50px 60px;
    box-shadow: 6px 6px 0px #975150;

    border: 2px solid #975150;
    flex: 1;
    position: relative;
    z-index: 2;
    margin-left: 5%;
    max-width: 600px;
}

.kontak-hero-title {
    font-family: var(--font-heading);
    font-size: 56px;
    color: var(--primary);
    line-height: 1.2;
    text-shadow: 2px 2px 0px rgba(133, 85, 85, 0.2);
}

.kontak-hero-image {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;

    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 60%;
    z-index: 1;
}

.k-img {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: bottom right;
}

/* Contact Info Section */
.kontak-info {
    background-color: var(--primary-light);
    padding: 60px 0 100px;
    overflow-x: hidden;
}

.kontak-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: flex-start;
}

/* Left Column */
.kontak-section-title {
    font-family: var(--font-heading);
    font-size: 56px;
    color: var(--white);
    margin-bottom: 30px;
    text-align: center;
    text-shadow: 4px 4px 0px var(--primary);

    letter-spacing: 1px;
}

.kontak-links-group .kontak-section-title {
    color: var(--primary);
    -webkit-text-stroke: none;
    text-shadow: 2px 3px 0px #ffffff;
}

.map-wrapper {
    background-color: var(--white);
    padding: 15px;

    border-radius: 20px;
    box-shadow: 8px 8px 0px #975150;

    margin-bottom: 40px;
}

.map-img {
    width: 100%;
    border-radius: 12px;
    display: block;
}

.kontak-branches-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.k-branch-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 6px 6px 0px #975150;
    border: 2px solid #975150;
    height: 120px;
    display: block;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.k-branch-card:hover {
    transform: translate(2px, 2px);
    box-shadow: 4px 4px 0px #975150;
}

.k-branch-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.k-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(74, 52, 45, 0.9) 0%, rgba(74, 52, 45, 0) 100%);
    display: flex;
    align-items: center;
    padding: 15px;
}

.k-card-overlay h3 {
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

/* Right Column */
.operational-box {
    background-color: var(--white);
    padding: 30px 40px;
    border-radius: 20px;
    box-shadow: 8px 8px 0px #975150;
    border: 2px solid #975150;
    margin-bottom: 50px;
}

.op-title {
    color: var(--primary);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.op-list {
    list-style: none;
}

.op-list li {
    font-size: 18px;
    color: var(--text-main);
    margin-bottom: 10px;
    font-weight: 500;
}

.op-list i {
    color: var(--primary);
    margin-right: 8px;
}

.kontak-links-group {
    margin-bottom: 40px;
    text-align: center;
}

.kontak-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    color: var(--primary);
    padding: 15px 30px;
    border-radius: 40px;
    box-shadow: 6px 6px 0px #975150;
    border: 2px solid #975150;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 20px;
    gap: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kontak-pill i {
    font-size: 22px;
}

.kontak-pill:hover {
    transform: translate(2px, 2px);
    box-shadow: 4px 4px 0px #975150;
}

/* Responsive */
@media (max-width: 992px) {
    .kontak-hero {
        flex-direction: column;
    }

    .hero-white-box {
        max-width: 100%;
        padding: 40px;
        margin-right: 0;
    }

    .kontak-hero-image {
        margin-left: 0;
        margin-top: 20px;
    }

    .kontak-container {
        grid-template-columns: 1fr;
    }

    .operational-box {
        border-radius: 40px;
        margin-right: 0;
        padding-right: 40px;
        margin-left: 0;
    }

    /* Layanan Hero Responsive */
    .layanan-hero {
        padding: 40px 0 0 0;
    }

    .layanan-hero .hero-container {
        flex-direction: column;
        text-align: center;
    }

    .layanan-hero .hero-content {
        max-width: 100%;
        padding-bottom: 20px;
    }

    .layanan-desc {
        max-width: 100%;
        margin: 0 auto;
    }

    .hero-image-wrapper {
        width: 100%;
        justify-content: center;
        margin-top: 20px;
    }

    .hero-image-bg {
        right: 50%;
        transform: translateX(50%);
        bottom: -5%;
    }
}

@media (max-width: 768px) {
    /* Header */
    .header-container {
        flex-direction: column;
        gap: 15px;
    }
    .nav-links {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .nav-links li a {
        font-size: 14px;
        padding: 5px 10px;
    }
    
    /* Typography */
    .hero-title, .kontak-section-title, .services-title, .kenapa-title {
        font-size: 36px !important;
        line-height: 1.2;
    }
    .hero-subtitle {
        font-size: 18px;
    }
    
    /* Layouts */
    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .footer-col {
        margin-bottom: 25px;
    }
    .kontak-branches-grid {
        grid-template-columns: 1fr;
    }
    .k-branch-card {
        height: 150px;
    }
    .map-img {
        height: 250px !important;
    }
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    .btn {
        width: 100%;
        text-align: center;
    }
    .kontak-pill {
        font-size: 14px;
        padding: 12px 20px;
    }
}