/* ==========================================
   AGROFORESTRI DANGILO
   SMART TOURISM MULTIBAHASA
========================================== */

:root {
    --smart-green-dark: #164a1b;
    --smart-green: #2e7d32;
    --smart-green-light: #4caf50;
    --smart-soft-green: #e8f5e9;
    --smart-background: #f7f9f5;
    --smart-text: #263329;
    --smart-muted: #677168;
    --smart-border: #e2e9e3;
    --smart-shadow: 0 12px 35px rgba(22, 74, 27, 0.12);
}


/* ================= DASAR HALAMAN ================= */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

body {
    margin: 0;
    color: var(--smart-text);
    background: #ffffff;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible {
    outline: 3px solid #ffd54f;
    outline-offset: 3px;
}

.container {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.smart-section {
    padding: 100px 0;
}

.smart-title {
    max-width: 760px;
    margin: 0 auto 55px;
    text-align: center;
}

.smart-title h2 {
    margin: 8px 0 15px;
    color: var(--smart-green);
    font-size: 40px;
    line-height: 1.25;
}

.smart-title p {
    margin: 0;
    color: var(--smart-muted);
    font-size: 17px;
    line-height: 1.8;
}

.smart-label {
    color: var(--smart-green);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.light-label {
    color: #d9f3db;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


/* ================= NAVBAR ================= */

.smart-nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    min-height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 15px 42px;
    transition: 0.3s;
}

.smart-nav.nav-active {
    position: fixed;
    min-height: 68px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(22, 74, 27, 0.96);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
}

.smart-brand {
    display: flex;
    align-items: center;
    gap: 9px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.smart-brand span:first-child {
    font-size: 25px;
}

.smart-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    margin: 0 0 0 auto;
    padding: 0;
    list-style: none;
}

.smart-nav ul li {
    margin: 0;
}

.smart-nav ul li a {
    color: white;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

.smart-nav ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 42px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 5px 0;
    background: white;
}


/* ================= TOMBOL BAHASA ================= */

.language-switcher {
    display: flex;
    align-items: center;
    gap: 6px;
}

.language-button {
    min-width: 38px;
    height: 34px;
    padding: 5px 9px;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.25s;
}

.language-button:hover,
.language-button.active {
    color: var(--smart-green-dark);
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}

.page-language-switcher {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1200;
}

.page-language-switcher .language-button {
    color: var(--smart-green);
    border-color: rgba(46, 125, 50, 0.5);
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}

.page-language-switcher .language-button.active {
    color: white;
    background: var(--smart-green);
}


/* ================= HERO ================= */

.hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-align: center;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.47);
}

.hero-content {
    position: relative;
    z-index: 2;
    width: min(760px, calc(100% - 36px));
    padding: 110px 20px 40px;
    color: white;
}

.hero h1 {
    margin: 0;
    font-size: 52px;
    line-height: 1.2;
}

.hero p {
    margin: 20px 0 28px;
    font-size: 18px;
    line-height: 1.75;
}

.hero-badge {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 13px;
    font-weight: 600;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}


/* ================= TOMBOL UMUM ================= */

.btn-tour,
.btn-transparent,
.white-button,
.outline-white-button,
.map-button,
.contact-whatsapp-button,
.contact-jeep-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 14px 27px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}

.btn-tour {
    color: white;
    border: none;
    background: var(--smart-green-light);
}

.btn-tour:hover {
    background: var(--smart-green-dark);
    transform: translateY(-3px);
}

.btn-tour.is-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.btn-transparent {
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.12);
}

.btn-transparent:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-3px);
}


/* ================= INFORMASI CEPAT ================= */

.quick-information {
    position: relative;
    z-index: 5;
    margin-top: -50px;
}

.quick-information-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.quick-information-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    min-height: 125px;
    padding: 24px 22px;
    border-radius: 20px;
    background: white;
    box-shadow: var(--smart-shadow);
}

.quick-information-icon {
    font-size: 30px;
}

.quick-information-card h2 {
    margin: 0 0 7px;
    color: var(--smart-green);
    font-size: 16px;
}

.quick-information-card p {
    margin: 0;
    color: var(--smart-muted);
    font-size: 13px;
    line-height: 1.6;
}


/* ================= TENTANG ================= */

.about {
    background: white;
}

.about-content {
    display: flex;
    align-items: center;
    gap: 50px;
}

.about-image,
.about-text {
    flex: 1;
}

.about-image {
    position: relative;
}

.about-image img {
    display: block;
    width: 100%;
    border-radius: 20px;
}

.about-year {
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 10px 17px;
    color: white;
    border-radius: 50px;
    background: rgba(22, 74, 27, 0.92);
    font-size: 13px;
    font-weight: 600;
}

.about-text {
    color: var(--smart-muted);
    font-size: 16px;
    line-height: 1.85;
}

.about-highlight {
    margin-top: 25px;
    padding: 20px 22px;
    color: #28542c;
    border-left: 5px solid var(--smart-green-light);
    border-radius: 0 15px 15px 0;
    background: var(--smart-soft-green);
    line-height: 1.7;
}

.about-highlight strong {
    display: block;
    margin-bottom: 5px;
}


/* ================= STATISTIK ================= */

.smart-statistics {
    padding: 0 0 90px;
}

.smart-statistics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.smart-statistic-card {
    padding: 30px 20px;
    border: 1px solid var(--smart-border);
    border-radius: 20px;
    background: var(--smart-background);
    text-align: center;
}

.smart-statistic-card strong {
    display: block;
    margin-bottom: 5px;
    color: var(--smart-green);
    font-size: 34px;
}

.smart-statistic-card span {
    color: var(--smart-muted);
    font-size: 14px;
}


/* ================= AKTIVITAS ================= */

.smart-activities {
    background: var(--smart-background);
}

.smart-activity-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.smart-activity-card {
    position: relative;
    min-height: 360px;
    padding: 30px 25px;
    overflow: hidden;
    border: 1px solid var(--smart-border);
    border-radius: 25px;
    background: white;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
}

.smart-activity-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--smart-shadow);
}

.smart-activity-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: 20px;
    border-radius: 20px;
    background: var(--smart-soft-green);
    font-size: 36px;
}

.smart-activity-card h3 {
    margin: 0 0 12px;
    color: var(--smart-green);
    font-size: 23px;
}

.smart-activity-card p {
    color: var(--smart-muted);
    font-size: 14px;
    line-height: 1.75;
}

.smart-price {
    margin-top: 25px;
    color: var(--smart-green);
    font-size: 23px;
    font-weight: 700;
}

.smart-price small {
    font-size: 12px;
    font-weight: 500;
}

.smart-activity-featured {
    color: white;
    border: none;
    background: linear-gradient(145deg, #2e7d32, #164a1b);
}

.smart-activity-featured h3,
.smart-activity-featured p,
.smart-activity-featured .smart-price {
    color: white;
}

.featured-label {
    position: absolute;
    top: 20px;
    right: -42px;
    width: 160px;
    padding: 7px 0;
    color: #164a1b;
    background: #ffec8b;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    transform: rotate(38deg);
}

.jeep-capacity {
    font-size: 12px !important;
}

.price-warning {
    margin-top: 28px;
    color: var(--smart-muted);
    font-size: 13px;
    text-align: center;
}


/* ================= JEEP ================= */

.jeep-package {
    padding: 95px 0;
    color: white;
    background: linear-gradient(120deg, #164a1b, #2e7d32);
}

.jeep-package-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 55px;
}

.jeep-package-content h2 {
    margin: 8px 0 17px;
    font-size: 45px;
}

.jeep-package-content p {
    color: #e2f1e3;
    line-height: 1.8;
}

.jeep-route {
    display: grid;
    gap: 11px;
    margin: 28px 0 32px;
    padding-left: 24px;
}

.white-button {
    color: var(--smart-green-dark);
    border: none;
    background: white;
}

.white-button:hover {
    background: var(--smart-soft-green);
    transform: translateY(-3px);
}

.jeep-included {
    padding: 35px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.jeep-included h3 {
    margin-top: 0;
    font-size: 25px;
}

.jeep-included ul {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.jeep-story {
    margin-top: 25px;
    padding: 18px;
    color: #28432c;
    border-radius: 15px;
    background: #eaf7eb;
    font-size: 14px;
    line-height: 1.7;
}


/* ================= TANAMAN ================= */

.smart-plant-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.smart-plant-card {
    padding: 32px 27px;
    border: 1px solid var(--smart-border);
    border-radius: 25px;
    background: var(--smart-background);
}

.smart-plant-card > span {
    display: block;
    margin-bottom: 18px;
    font-size: 42px;
}

.smart-plant-card h3 {
    margin: 0 0 10px;
    color: var(--smart-green);
}

.smart-plant-card p {
    margin: 0;
    color: var(--smart-muted);
    line-height: 1.75;
}

.signature-plant {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 25px;
    max-width: 850px;
    margin: 35px auto 0;
    padding: 30px;
    border: 1px solid #d5e8d7;
    border-radius: 25px;
    background: linear-gradient(135deg, #f4fbf4, #e5f5e7);
}

.signature-plant-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    font-size: 50px;
}

.signature-plant h3 {
    margin: 6px 0 8px;
    color: var(--smart-green);
    font-size: 27px;
}

.signature-plant p {
    margin: 0;
    color: var(--smart-muted);
    line-height: 1.75;
}


/* ================= KULINER ================= */

.smart-culinary {
    background: var(--smart-background);
}

.culinary-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.culinary-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    min-height: 120px;
    padding: 24px;
    border: 1px solid var(--smart-border);
    border-radius: 20px;
    background: white;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

.culinary-card h3 {
    margin: 0 0 5px;
    color: var(--smart-green);
    font-size: 19px;
}

.culinary-card p {
    margin: 0;
    color: var(--smart-muted);
    font-size: 13px;
}

.culinary-card strong {
    flex-shrink: 0;
    color: var(--smart-green);
}


/* ================= MASYARAKAT ================= */

.community-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 65px;
}

.community-content h2 {
    margin: 8px 0 18px;
    color: var(--smart-green);
    font-size: 40px;
}

.community-content p {
    color: var(--smart-muted);
    line-height: 1.85;
}

.community-list {
    display: grid;
    gap: 17px;
}

.community-list article {
    display: flex;
    gap: 18px;
    padding: 23px;
    border: 1px solid var(--smart-border);
    border-radius: 20px;
    background: var(--smart-background);
}

.community-list article > span {
    font-size: 33px;
}

.community-list h3 {
    margin: 0 0 6px;
    color: var(--smart-green);
}

.community-list p {
    margin: 0;
    color: var(--smart-muted);
    font-size: 14px;
    line-height: 1.65;
}


/* ================= FASILITAS ================= */

.facility-section {
    background: var(--smart-background);
}

.facility-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.facility-card {
    padding: 34px;
    border-radius: 25px;
}

.facility-card h3 {
    margin-top: 0;
    font-size: 25px;
}

.facility-card ul {
    display: grid;
    gap: 12px;
    margin-bottom: 0;
    padding-left: 22px;
    line-height: 1.65;
}

.current-facility {
    color: #255329;
    border: 1px solid #cfe6d1;
    background: #eaf7eb;
}

.future-facility {
    color: #55491e;
    border: 1px solid #ece1a8;
    background: #fff9d9;
}


/* ================= BUKU TAMU DAN ULASAN ================= */

.visitor-feedback {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.visitor-feedback::before {
    position: absolute;
    top: -160px;
    left: -160px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(76, 175, 80, 0.07);
    content: "";
}

.visitor-feedback::after {
    position: absolute;
    right: -160px;
    bottom: -180px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: rgba(255, 193, 7, 0.07);
    content: "";
}

.visitor-feedback .container {
    position: relative;
    z-index: 1;
}

.visitor-feedback-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
    max-width: 950px;
    margin: 0 auto;
}

.visitor-feedback-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 345px;
    padding: 36px;
    border: 1px solid var(--smart-border);
    border-radius: 25px;
    background: var(--smart-background);
    box-shadow: 0 10px 30px rgba(22, 74, 27, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.visitor-feedback-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--smart-shadow);
}

.visitor-feedback-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 76px;
    height: 76px;
    margin-bottom: 22px;
    border-radius: 20px;
    background: var(--smart-soft-green);
    font-size: 37px;
}

.visitor-feedback-card h3 {
    margin: 0 0 13px;
    color: var(--smart-green);
    font-size: 25px;
}

.visitor-feedback-card p {
    margin: 0 0 26px;
    color: var(--smart-muted);
    line-height: 1.8;
}

.visitor-feedback-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 49px;
    margin-top: auto;
    padding: 14px 26px;
    color: white;
    border-radius: 50px;
    background: var(--smart-green);
    box-shadow: 0 7px 18px rgba(46, 125, 50, 0.18);
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
}

.visitor-feedback-button:hover {
    background: var(--smart-green-dark);
    box-shadow: 0 10px 22px rgba(22, 74, 27, 0.25);
    transform: translateY(-3px);
}

.review-card {
    border-color: #eee2a7;
    background: #fffdf3;
}

.review-card .visitor-feedback-icon {
    background: #fff3ba;
}

.review-card h3 {
    color: #9a7000;
}

.review-button {
    background: #d49b09;
    box-shadow: 0 7px 18px rgba(212, 155, 9, 0.2);
}

.review-button:hover {
    background: #a97900;
    box-shadow: 0 10px 22px rgba(169, 121, 0, 0.25);
}

.visitor-privacy-note {
    max-width: 750px;
    margin: 30px auto 0;
    padding: 13px 20px;
    color: var(--smart-muted);
    border-radius: 12px;
    background: #f5f7f4;
    font-size: 13px;
    line-height: 1.7;
    text-align: center;
}


/* ================= CTA ================= */

.smart-tourism-cta {
    padding: 95px 20px;
    color: white;
    background: linear-gradient(135deg, #1b5e20, #103c15);
    text-align: center;
}

.smart-tourism-cta .container {
    max-width: 850px;
}

.smart-tourism-cta h2 {
    margin: 9px 0 16px;
    font-size: 45px;
}

.smart-tourism-cta > .container > p {
    color: #dceedd;
    line-height: 1.8;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.outline-white-button {
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: transparent;
    font-family: inherit;
    font-size: 15px;
}

.outline-white-button:hover {
    color: var(--smart-green-dark);
    background: white;
    transform: translateY(-3px);
}

.share-message {
    min-height: 22px;
    margin-top: 15px;
    color: #dceedd;
    font-size: 13px;
}


/* ================= FOOTER ================= */

.footer {
    padding: 60px 20px;
    color: white;
    background: #1b5e20;
    text-align: center;
}

.footer-container {
    max-width: 900px;
    margin: auto;
}

.footer h2 {
    margin-top: 0;
    font-size: 28px;
}

.footer p {
    margin: 10px 0;
    color: #dddddd;
    line-height: 1.8;
}

.footer hr {
    width: 120px;
    margin: 30px auto;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin: 25px 0;
}

.footer-menu a {
    color: white;
    text-decoration: none;
}

.footer-menu a:hover {
    text-decoration: underline;
}


/* ================= TOMBOL KEMBALI KE ATAS ================= */

#topBtn {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 999;
    display: none;
    width: 50px;
    height: 50px;
    color: white;
    border: none;
    border-radius: 50%;
    background: var(--smart-green);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    font-size: 22px;
    cursor: pointer;
    transition: 0.3s;
}

#topBtn:hover {
    background: var(--smart-green-dark);
    transform: scale(1.1);
}


/* ================= TOMBOL KEMBALI HALAMAN ================= */

.back-btn {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1200;
    padding: 12px 20px;
    color: var(--smart-green);
    border-radius: 50px;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    font-weight: 600;
    text-decoration: none;
}

.back-btn:hover {
    color: white;
    background: var(--smart-green);
}


/* ================= HALAMAN PETA ================= */

.map-section {
    min-height: 100vh;
    padding: 100px 20px 70px;
    background: #f8faf8;
}

.map-section h1 {
    margin: 0 0 15px;
    color: var(--smart-green);
    text-align: center;
}

.subtitle {
    max-width: 750px;
    margin: 0 auto 45px;
    color: #666666;
    line-height: 1.7;
    text-align: center;
}

.map-box {
    position: relative;
    max-width: 900px;
    margin: 0 auto 40px;
}

.map-box img {
    display: block;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.marker {
    position: absolute;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    padding: 0;
    color: white;
    border: 2px solid white;
    border-radius: 50%;
    background: var(--smart-green);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}

.marker:hover,
.marker.selected {
    background: var(--smart-green-dark);
    transform: scale(1.15);
}

.marker1 {
    top: 39%;
    left: 11%;
}

.marker2 {
    top: 45%;
    left: 26%;
}

.marker3 {
    top: 7%;
    left: 26%;
}

.marker4 {
    top: 6%;
    left: 50%;
}

.marker5 {
    top: 29%;
    left: 40%;
}

.marker6 {
    top: 37%;
    left: 63%;
}

.marker7 {
    top: 65%;
    left: 27%;
}

.marker8 {
    top: 63%;
    left: 58%;
}

.info-card {
    max-width: 700px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 20px;
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.info-card h2 {
    margin-top: 0;
    color: var(--smart-green);
}

.info-card p {
    color: #666666;
    line-height: 1.7;
}

.info-action {
    margin-top: 25px;
}


/* ================= HALAMAN PANORAMA ================= */

.tour-page {
    min-height: 100vh;
    padding: 100px 20px 55px;
    background: #f8f8f8;
    text-align: center;
}

.tour-page h1 {
    margin: 0 0 15px;
    color: var(--smart-green);
}

.tour-page > p {
    max-width: 820px;
    margin: 0 auto 30px;
    color: #666666;
    line-height: 1.75;
}

#panorama {
    width: min(1200px, 90%);
    height: 600px;
    margin: auto;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.panorama-help {
    margin-top: 18px !important;
    font-size: 13px;
}


/* ================= PANORAMA LAYAR PENUH ================= */

.fullscreen-tour-page {
    height: 100vh;
    overflow: hidden;
}

.panorama-fullscreen {
    width: 100% !important;
    height: 100vh !important;
    max-width: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.fullscreen-tour-caption {
    position: fixed;
    left: 50%;
    bottom: 22px;
    z-index: 1100;
    max-width: calc(100% - 40px);
    padding: 10px 18px;
    color: white;
    border-radius: 50px;
    background: rgba(22, 74, 27, 0.9);
    font-size: 13px;
    text-align: center;
    transform: translateX(-50%);
}


/* ================= GALERI ================= */

.gallery-page {
    min-height: 100vh;
    padding: 100px 20px 65px;
    background: #f8f8f8;
    text-align: center;
}

.gallery-page h1 {
    margin: 0 0 15px;
    color: var(--smart-green);
}

.gallery-page > p {
    margin-bottom: 50px;
    color: #666666;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: auto;
}

.gallery-item {
    padding: 0;
    overflow: hidden;
    border: none;
    border-radius: 20px;
    background: white;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.gallery-item img {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: 0.4s;
}

.gallery-item:hover img {
    transform: scale(1.08);
}


/* ================= LIGHTBOX GALERI ================= */

.lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 25px;
    background: rgba(0, 0, 0, 0.9);
}

.lightbox.open {
    display: flex;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.close-lightbox {
    position: absolute;
    top: 25px;
    right: 35px;
    width: 52px;
    height: 52px;
    color: white;
    border: none;
    background: transparent;
    font-size: 45px;
    line-height: 1;
    cursor: pointer;
}


/* ================= HALAMAN KONTAK ================= */

.contact-page {
    min-height: 100vh;
    padding: 100px 20px 65px;
    background: #f8faf8;
    text-align: center;
}

.contact-page h1 {
    margin: 0 0 15px;
    color: var(--smart-green);
}

.contact-page > p {
    max-width: 760px;
    margin: 0 auto;
    color: #666666;
    line-height: 1.7;
}

.contact-box {
    max-width: 820px;
    margin: 40px auto;
    padding: 40px;
    border-radius: 20px;
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.contact-box h3 {
    margin: 28px 0 10px;
    color: var(--smart-green);
}

.contact-box a {
    color: var(--smart-green);
}

.contact-address {
    white-space: pre-line;
    line-height: 1.8;
}

.contact-service-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin: 28px 0;
}

.contact-service-card {
    padding: 24px;
    border: 1px solid var(--smart-border);
    border-radius: 18px;
    background: var(--smart-background);
}

.contact-service-card h3 {
    margin-top: 0;
}

.contact-service-card p {
    color: #666666;
    line-height: 1.7;
}

.contact-whatsapp-button {
    color: white !important;
    background: #25d366;
}

.contact-whatsapp-button:hover {
    background: #128c4a;
    transform: translateY(-3px);
}

.contact-jeep-button {
    color: white !important;
    background: var(--smart-green);
}

.contact-jeep-button:hover {
    background: var(--smart-green-dark);
    transform: translateY(-3px);
}

.maps {
    overflow: hidden;
    border-radius: 12px;
}

.map-button {
    margin-top: 20px;
    color: white !important;
    background: var(--smart-green);
}

.map-button:hover {
    background: var(--smart-green-dark);
    transform: translateY(-3px);
}

.contact-note {
    margin-top: 30px;
    padding: 15px 18px;
    color: #555555;
    border-left: 4px solid var(--smart-green-light);
    border-radius: 0 10px 10px 0;
    background: #f1f8f2;
    font-size: 14px;
    line-height: 1.7;
}


/* ================= LOADING ================= */

.loading-page,
#loading-screen {
    color: white;
    background: linear-gradient(135deg, #2e7d32, #66bb6a);
}

.loading-page {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loading-screen {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.8s;
}

.loading-content {
    padding: 20px;
    text-align: center;
}

.loading-content h1 {
    margin: 0 0 15px;
    font-size: 48px;
}

.loading-content p {
    margin: 0 0 30px;
    font-size: 20px;
}

.loader {
    width: 70px;
    height: 70px;
    margin: auto;
    border: 8px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.loading-language .language-button {
    color: var(--smart-green);
    background: white;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


/* ================= TABLET DAN NAVBAR RESPONSIF ================= */

@media (max-width: 1100px) {

    .smart-nav,
    .smart-nav.nav-active {
        position: fixed;
        min-height: 68px;
        padding: 11px 20px;
        background: rgba(22, 74, 27, 0.97);
        box-shadow: 0 7px 22px rgba(0, 0, 0, 0.15);
        backdrop-filter: blur(10px);
    }

    .menu-toggle {
        display: block;
    }

    .smart-nav ul {
        position: absolute;
        top: 68px;
        left: 20px;
        right: 20px;
        display: none;
        max-height: calc(100vh - 90px);
        overflow-y: auto;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px;
        border-radius: 15px;
        background: rgba(16, 60, 21, 0.98);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    }

    .smart-nav ul.menu-open {
        display: flex;
    }

    .smart-nav ul li a {
        display: block;
        padding: 12px 13px;
        font-size: 14px;
    }

    .quick-information-grid,
    .smart-activity-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-service-grid {
        grid-template-columns: 1fr;
    }

}


/* ================= MOBILE ================= */

@media (max-width: 768px) {

    .container {
        width: min(calc(100% - 28px), 1200px);
    }

    .smart-section {
        padding: 72px 0;
    }

    .smart-title {
        margin-bottom: 38px;
    }

    .smart-title h2 {
        font-size: 30px;
    }

    .smart-title p {
        font-size: 15px;
    }


    /* Navbar */

    .smart-nav,
    .smart-nav.nav-active {
        padding: 11px 14px;
    }

    .smart-brand {
        max-width: 48%;
        font-size: 14px;
        white-space: normal;
    }

    .smart-brand span:first-child {
        display: none;
    }

    .smart-nav ul {
        left: 14px;
        right: 14px;
    }


    /* Tombol bahasa */

    .language-button {
        min-width: 34px;
        height: 32px;
        padding: 4px 7px;
        font-size: 11px;
    }

    .page-language-switcher {
        top: 12px;
        right: 12px;
    }


    /* Tombol kembali */

    .back-btn {
        top: 12px;
        left: 12px;
        max-width: calc(100% - 150px);
        padding: 10px 14px;
        overflow: hidden;
        font-size: 12px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


    /* Hero */

    .hero-content {
        width: 100%;
        padding: 105px 18px 55px;
    }

    .hero h1 {
        font-size: 40px;
        line-height: 1.15;
    }

    .hero p {
        margin: 20px auto 25px;
        font-size: 15px;
        line-height: 1.65;
    }

    .hero-badge {
        padding: 7px 13px;
        font-size: 11px;
    }

    .hero-buttons,
    .cta-buttons {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .hero-buttons a,
    .cta-buttons a,
    .cta-buttons button {
        width: 100%;
    }


    /* Informasi */

    .quick-information {
        margin-top: 0;
        padding-top: 22px;
    }

    .quick-information-grid,
    .smart-statistics-grid,
    .smart-activity-grid,
    .smart-plant-grid,
    .culinary-grid,
    .jeep-package-grid,
    .community-grid,
    .facility-grid,
    .visitor-feedback-grid {
        grid-template-columns: 1fr;
    }

    .quick-information-card {
        min-height: auto;
    }


    /* Tentang */

    .about-content {
        flex-direction: column;
        gap: 30px;
    }

    .about-year {
        right: 12px;
        bottom: 12px;
        font-size: 11px;
    }


    /* Statistik */

    .smart-statistics {
        padding-bottom: 72px;
    }


    /* Aktivitas */

    .smart-activity-card {
        min-height: auto;
    }


    /* Jeep */

    .jeep-package {
        padding: 72px 0;
    }

    .jeep-package-grid,
    .community-grid {
        gap: 35px;
    }

    .jeep-package-content h2 {
        font-size: 34px;
    }

    .jeep-included {
        padding: 25px 20px;
    }


    /* Tanaman */

    .signature-plant {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .signature-plant-icon {
        margin: auto;
    }


    /* Kuliner */

    .culinary-card {
        align-items: flex-start;
    }


    /* Masyarakat */

    .community-content h2 {
        font-size: 31px;
    }


    /* Buku tamu */

    .visitor-feedback-card {
        min-height: auto;
        padding: 28px 22px;
    }

    .visitor-feedback-icon {
        width: 66px;
        height: 66px;
        font-size: 32px;
    }

    .visitor-feedback-card h3 {
        font-size: 22px;
    }

    .visitor-feedback-button {
        width: 100%;
    }

    .visitor-privacy-note {
        margin-top: 24px;
    }


    /* CTA */

    .smart-tourism-cta {
        padding: 72px 14px;
    }

    .smart-tourism-cta h2 {
        font-size: 33px;
    }


    /* Peta */

    .map-section {
        padding: 90px 10px 60px;
    }

    .map-section h1 {
        padding: 0 15px;
        font-size: 27px;
        line-height: 1.3;
    }

    .map-box {
        width: 100%;
    }

    .marker {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .info-card {
        padding: 22px 15px;
    }


    /* Panorama */

    .tour-page {
        padding: 90px 12px 50px;
    }

    .tour-page h1 {
        font-size: 27px;
        line-height: 1.3;
    }

    .tour-page > p {
        padding: 0 10px;
        font-size: 15px;
        line-height: 1.6;
    }

    #panorama {
        width: 100%;
        height: 58vh;
        min-height: 380px;
        border-radius: 12px;
    }

    .fullscreen-tour-caption {
        bottom: 14px;
        width: calc(100% - 28px);
        font-size: 11px;
    }


    /* Galeri */

    .gallery-page {
        padding: 90px 15px 60px;
    }

    .gallery-page h1 {
        font-size: 28px;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .gallery-item img {
        height: 220px;
    }


    /* Kontak */

    .contact-page {
        padding: 90px 15px 60px;
    }

    .contact-page h1 {
        font-size: 28px;
    }

    .contact-box {
        width: 100%;
        max-width: 100%;
        margin: 30px auto;
        padding: 25px 20px;
    }

    .contact-box a {
        overflow-wrap: anywhere;
    }

    .contact-whatsapp-button,
    .contact-jeep-button,
    .map-button {
        width: 100%;
        text-align: center;
    }

    .maps iframe {
        height: 280px;
    }


    /* Footer */

    .footer {
        padding: 45px 20px;
    }

    .footer h2 {
        font-size: 23px;
    }

    .footer p {
        font-size: 14px;
    }


    /* Loading */

    .loading-content h1 {
        font-size: 34px;
    }

    .loading-content p {
        font-size: 17px;
    }


    /* Tombol atas */

    #topBtn {
        right: 15px;
        bottom: 15px;
        width: 44px;
        height: 44px;
    }

}

/* ================= IDENTITAS PROGRAM KKM ================= */

.footer-project-identity {
    display: inline-block;
    margin-top: 8px;
    padding: 10px 18px;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
}

/* ==========================================
   KATALOG OUTLET KULINER UMKM
========================================== */

.catalog-page {
    min-height: 100vh;
    padding: 110px 20px 85px;
    background: #f7f9f5;
}


/* ================= JUDUL KATALOG ================= */

.catalog-header {
    max-width: 850px;
    margin: 0 auto 45px;
    text-align: center;
}

.catalog-header h1 {
    margin: 10px 0 15px;
    color: var(--smart-green);
    font-size: 42px;
    line-height: 1.25;
}

.catalog-header p {
    margin: 0;
    color: var(--smart-muted);
    font-size: 16px;
    line-height: 1.8;
}


/* ================= PENCARIAN ================= */

.catalog-tools {
    max-width: 1100px;
    margin: 0 auto 35px;
}

.catalog-search {
    display: block;
    width: 100%;
    min-height: 56px;
    padding: 15px 20px;
    color: var(--smart-text);
    border: 1px solid var(--smart-border);
    border-radius: 16px;
    background: white;
    box-shadow: 0 8px 24px rgba(22, 74, 27, 0.08);
    font-family: inherit;
    font-size: 15px;
    transition: 0.25s;
}

.catalog-search::placeholder {
    color: #929b93;
}

.catalog-search:focus {
    border-color: var(--smart-green);
    outline: 3px solid rgba(76, 175, 80, 0.17);
    box-shadow: 0 10px 28px rgba(22, 74, 27, 0.12);
}

.catalog-result-info {
    min-height: 22px;
    margin: 12px 3px 0;
    color: var(--smart-muted);
    font-size: 13px;
}


/* ================= DAFTAR OUTLET ================= */

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 28px;
    max-width: 1100px;
    margin: 0 auto;
}


/* ================= KARTU OUTLET ================= */

.catalog-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--smart-border);
    border-radius: 24px;
    background: white;
    box-shadow: 0 10px 28px rgba(22, 74, 27, 0.09);
    transition:
        transform 0.3s,
        box-shadow 0.3s;
}

.catalog-card:hover {
    box-shadow: var(--smart-shadow);
    transform: translateY(-7px);
}


/* ================= FOTO OUTLET ================= */

.catalog-image-wrapper {
    position: relative;
    height: 245px;
    overflow: hidden;
    background: #e8eee7;
}

.catalog-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.catalog-card:hover .catalog-image {
    transform: scale(1.05);
}

.catalog-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px;
    color: var(--smart-green);
    background:
        linear-gradient(
            135deg,
            #eef8ef,
            #dceede
        );
    text-align: center;
}

.catalog-image-placeholder span {
    font-size: 58px;
}

.catalog-image-placeholder small {
    color: var(--smart-muted);
    font-size: 13px;
    line-height: 1.5;
}

.catalog-category {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 7px 13px;
    color: white;
    border-radius: 50px;
    background: rgba(22, 74, 27, 0.92);
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.15);
    font-size: 11px;
    font-weight: 600;
}


/* ================= ISI KARTU ================= */

.catalog-card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 27px;
}

.catalog-business-name {
    margin: 0 0 6px;
    color: var(--smart-muted);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.catalog-card h2 {
    margin: 0 0 18px;
    color: var(--smart-green);
    font-size: 25px;
    line-height: 1.35;
}


/* ================= INFORMASI OUTLET ================= */

.catalog-outlet-information {
    margin-bottom: 22px;
    padding: 16px;
    border: 1px solid #e2ebe3;
    border-radius: 14px;
    background: var(--smart-background);
}

.catalog-outlet-information p {
    margin: 7px 0;
    color: var(--smart-muted);
    font-size: 13px;
    line-height: 1.65;
}

.catalog-outlet-information strong {
    color: var(--smart-text);
}


/* ================= DAFTAR MENU ================= */

.catalog-menu-section {
    margin-bottom: 24px;
}

.catalog-menu-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
}

.catalog-menu-heading h3 {
    margin: 0;
    color: var(--smart-green);
    font-size: 19px;
}

.catalog-menu-heading span {
    flex-shrink: 0;
    padding: 5px 10px;
    color: var(--smart-green);
    border-radius: 50px;
    background: var(--smart-soft-green);
    font-size: 11px;
    font-weight: 600;
}

.catalog-menu-list {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.catalog-menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 13px 14px;
    border: 1px solid var(--smart-border);
    border-radius: 13px;
    background: #ffffff;
}

.catalog-menu-name {
    min-width: 0;
}

.catalog-menu-name strong {
    display: block;
    color: var(--smart-text);
    font-size: 14px;
    line-height: 1.45;
}

.catalog-menu-name span {
    display: block;
    margin-top: 3px;
    color: var(--smart-muted);
    font-size: 11px;
}

.catalog-menu-price {
    flex-shrink: 0;
    text-align: right;
}

.catalog-menu-price strong {
    display: block;
    color: #d17e00;
    font-size: 14px;
}

.catalog-menu-price small {
    display: block;
    margin-top: 3px;
    color: var(--smart-green);
    font-size: 10px;
}


/* ================= TOMBOL WHATSAPP ================= */

.catalog-whatsapp-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 50px;
    margin-top: auto;
    padding: 13px 18px;
    color: white;
    border-radius: 50px;
    background: #25d366;
    box-shadow: 0 7px 18px rgba(37, 211, 102, 0.2);
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
}

.catalog-whatsapp-button:hover {
    background: #128c4a;
    box-shadow: 0 10px 22px rgba(18, 140, 74, 0.25);
    transform: translateY(-2px);
}


/* ================= HASIL TIDAK DITEMUKAN ================= */

.catalog-empty {
    max-width: 600px;
    margin: 35px auto;
    padding: 25px;
    color: var(--smart-muted);
    border: 1px solid var(--smart-border);
    border-radius: 16px;
    background: white;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
    text-align: center;
}


/* ================= CARA MEMESAN ================= */

.catalog-order-guide {
    max-width: 850px;
    margin: 65px auto 0;
    padding: 36px;
    border: 1px solid #d5e8d7;
    border-radius: 24px;
    background: #eaf7eb;
}

.catalog-order-guide h2 {
    margin: 0 0 18px;
    color: var(--smart-green);
    font-size: 27px;
}

.catalog-order-guide ol {
    margin: 0 0 20px;
    padding-left: 23px;
}

.catalog-order-guide li {
    margin-bottom: 8px;
    color: var(--smart-muted);
    line-height: 1.75;
}

.catalog-order-guide p {
    margin: 0;
    color: var(--smart-muted);
    font-size: 14px;
    line-height: 1.75;
}


/* ================= TENTANG KATALOG ================= */

.catalog-information {
    max-width: 850px;
    margin: 30px auto 0;
    padding: 34px;
    border: 1px solid var(--smart-border);
    border-radius: 24px;
    background: white;
    box-shadow: 0 8px 24px rgba(22, 74, 27, 0.07);
}

.catalog-information h2 {
    margin: 0 0 15px;
    color: var(--smart-green);
    font-size: 25px;
}

.catalog-information p {
    margin: 10px 0;
    color: var(--smart-muted);
    font-size: 14px;
    line-height: 1.8;
}


/* ================= RESPONSIVE TABLET ================= */

@media (max-width: 900px) {

    .catalog-grid {
        grid-template-columns: 1fr;
        max-width: 650px;
    }

}


/* ================= RESPONSIVE HP ================= */

@media (max-width: 600px) {

    .catalog-page {
        padding: 90px 14px 60px;
    }

    .catalog-header {
        margin-bottom: 32px;
    }

    .catalog-header h1 {
        font-size: 30px;
    }

    .catalog-header p {
        font-size: 14px;
    }

    .catalog-image-wrapper {
        height: 220px;
    }

    .catalog-card-content {
        padding: 22px 18px;
    }

    .catalog-card h2 {
        font-size: 22px;
    }

    .catalog-menu-item {
        align-items: flex-start;
        gap: 12px;
        padding: 12px;
    }

    .catalog-menu-price strong {
        font-size: 13px;
    }

    .catalog-order-guide,
    .catalog-information {
        padding: 25px 20px;
    }

    .catalog-order-guide h2,
    .catalog-information h2 {
        font-size: 22px;
    }

}

/* ==========================================
   RAPIIKAN KARTU KATALOG OUTLET
========================================== */

.catalog-grid {
    align-items: start;
}

.catalog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.catalog-card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.catalog-menu-section {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

/* Area daftar menu dibuat scroll */
.catalog-menu-list {
    max-height: 430px;
    overflow-y: auto;
    padding-right: 8px;
    margin-bottom: 18px;
}

/* Scrollbar */
.catalog-menu-list::-webkit-scrollbar {
    width: 6px;
}

.catalog-menu-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.catalog-menu-list::-webkit-scrollbar-thumb {
    background: #b9b9b9;
    border-radius: 10px;
}

/* Setiap menu */
.catalog-menu-item {
    min-height: 68px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

/* Nama menu */
.catalog-menu-name {
    flex: 1;
}

/* Harga */
.catalog-menu-price {
    min-width: 110px;
    text-align: right;
}

/* Tombol WhatsApp tetap di bawah */
.catalog-whatsapp-button {
    margin-top: auto;
}

/* Foto outlet agar seragam */
.catalog-image-wrapper {
    height: 260px;
    overflow: hidden;
}

.catalog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsif */
@media (max-width: 768px) {

    .catalog-menu-list {
        max-height: 360px;
    }

    .catalog-image-wrapper {
        height: 220px;
    }

    .catalog-menu-item {
        min-height: 64px;
    }

}