/* =========================================================
   Lombok Pesona — redesign 2026
   Dipakai di semua halaman (di-link dari layouts/css.blade.php)
   ========================================================= */

/* ---------- Header ---------- */
.header-area .main-header-area {
    background: #fff;
    border-bottom: 1px solid #eeede9;
    padding: 0 30px;
}
.main-header-area .header_bottom_border {
    border-bottom: none;
    padding: 8px 0;
}
.main-header-area .logo img {
    max-height: 56px;
    width: auto;
}
.main-menu ul#navigation li a {
    font-size: 14px;
    font-weight: 500;
    color: #20313b;
    padding: 18px 0;
    transition: color .2s;
}
.main-menu ul#navigation li a:hover,
.main-menu ul#navigation li a.active {
    color: #FF4A52;
}
.lp-header-cta {
    display: inline-block;
    background: #24b757;
    color: #fff !important;
    font-size: 13.5px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 6px;
    white-space: nowrap;
    transition: opacity .2s;
}
.lp-header-cta:hover { opacity: .88; }
.lp-header-cta .fa { margin-right: 7px; }

/* ---------- Section umum ---------- */
.lp-section { padding: 90px 0 60px; }
.lp-section.lp-alt { background: #f9f7f3; }

.lp-heading { max-width: 620px; margin: 0 auto 55px; text-align: center; }
.lp-kicker {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FF4A52;
    font-weight: 600;
    margin-bottom: 12px;
}
.lp-heading h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 38px;
    color: #20313b;
    margin-bottom: 16px;
    line-height: 1.25;
}
.lp-heading p { color: #74838d; font-size: 15px; line-height: 1.8; margin: 0; }

/* ---------- Kartu paket ---------- */
.lp-card {
    display: block;
    background: #fff;
    border: 1px solid #ecebe7;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    color: inherit;
    transition: box-shadow .25s ease, transform .25s ease;
}
.lp-card:hover {
    box-shadow: 0 14px 34px rgba(32, 49, 59, .12);
    transform: translateY(-4px);
}
.lp-card-img { height: 220px; overflow: hidden; }
.lp-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}
.lp-card:hover .lp-card-img img { transform: scale(1.05); }
.lp-card-body { padding: 22px 24px 20px; }
.lp-card-loc { font-size: 12.5px; color: #98a4ac; }
.lp-card-loc .fa { color: #FF4A52; margin-right: 5px; }
.lp-card-body h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 20px;
    color: #20313b;
    margin: 8px 0 16px;
    line-height: 1.35;
    transition: color .2s;
}
.lp-card:hover .lp-card-body h3 { color: #FF4A52; }
.lp-card-foot {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-top: 1px solid #f1f0ec;
    padding-top: 15px;
}
.lp-price small { display: block; font-size: 11.5px; color: #98a4ac; margin-bottom: 2px; }
.lp-price { font-size: 16.5px; font-weight: 700; color: #20313b; line-height: 1.2; }
.lp-more { font-size: 13px; color: #FF4A52; font-weight: 500; white-space: nowrap; }
.lp-more .fa { font-size: 12px; margin-left: 4px; transition: margin .2s; }
.lp-card:hover .lp-more .fa { margin-left: 8px; }

/* ---------- Kartu sewa mobil ---------- */
.lp-car .lp-card-img { height: 240px; position: relative; }
.lp-car-price {
    position: absolute;
    left: 18px;
    bottom: 18px;
    background: #fff;
    border-radius: 6px;
    padding: 7px 14px;
    font-size: 13.5px;
    font-weight: 700;
    color: #20313b;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .18);
}
.lp-car-price span { font-weight: 400; color: #98a4ac; font-size: 12px; }
.lp-specs { list-style: none; margin: 14px 0 20px; padding: 0; }
.lp-specs li {
    display: flex;
    justify-content: space-between;
    font-size: 13.5px;
    color: #74838d;
    padding: 7px 0;
    border-bottom: 1px dashed #eee9e0;
}
.lp-specs li strong { color: #20313b; font-weight: 600; }
.lp-btns { display: flex; gap: 10px; }
.lp-btn {
    flex: 1;
    text-align: center;
    padding: 11px 10px;
    border-radius: 6px;
    font-size: 13.5px;
    font-weight: 600;
    transition: opacity .2s;
}
.lp-btn:hover { opacity: .88; }
.lp-btn-wa { background: #24b757; color: #fff !important; }
.lp-btn-tel { border: 1.5px solid #d8d5cd; color: #20313b !important; }
.lp-btn .fa { margin-right: 6px; }

/* ---------- Footer ---------- */
.lp-footer { background: #1c2a33; }
.lp-footer .footer_top { padding: 70px 0 40px; }
.lp-footer-brand img { max-width: 150px; margin-bottom: 18px; }
.lp-footer p,
.lp-footer li,
.lp-footer a { color: #9fadb6; font-size: 14px; line-height: 1.9; }
.lp-footer a:hover { color: #fff; }
.lp-footer h3 {
    font-family: 'Playfair Display', Georgia, serif;
    color: #fff;
    font-size: 17px;
    margin-bottom: 20px;
}
.lp-footer ul { list-style: none; margin: 0; padding: 0; }
.lp-footer-contact li { margin-bottom: 8px; }
.lp-footer-contact .fa {
    color: #FF4A52;
    width: 20px;
    margin-right: 8px;
    text-align: center;
}
.lp-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding: 22px 0;
    text-align: center;
}
.lp-footer-bottom p { margin: 0; font-size: 13px; color: #74838d; }
.lp-footer-bottom a { color: #9fadb6; }

/* ---------- Mobile ---------- */
@media (max-width: 991px) {
    .header-area .main-header-area { padding: 0 4px; }
    .main-header-area .header_bottom_border { padding: 10px 0; }
    .main-header-area .logo img { max-height: 42px; }

    /* hamburger */
    .slicknav_menu { background: transparent; padding: 0; }
    .slicknav_menu .slicknav_menutxt { display: none; }
    .slicknav_menu .slicknav_nav .slicknav_btn,
    .slicknav_btn {
        background: #fff;
        border: 1px solid #e5e3dd;
        border-radius: 6px;
        padding: 11px 12px;
    }
    .slicknav_menu .slicknav_icon-bar,
    .slicknav_btn .slicknav_icon-bar {
        background: #20313b !important;
        width: 20px;
        height: 2px;
        border-radius: 2px;
    }
    .slicknav_menu .slicknav_icon { margin: 0; width: 20px; height: 14px; }

    /* dropdown menu */
    .slicknav_menu .slicknav_nav {
        width: calc(100% - 30px);
        border-radius: 10px;
        box-shadow: 0 16px 40px rgba(32, 49, 59, .16);
        border: 1px solid #efeee9;
        overflow: hidden;
        padding: 6px 0;
    }
    .slicknav_nav a {
        font-size: 15px;
        font-weight: 500;
        color: #20313b;
        padding: 13px 20px;
        margin: 0;
        border-bottom: 1px solid #f5f4f0;
    }
    .slicknav_nav li:last-child a { border-bottom: none; }
}

@media (max-width: 767px) {
    .lp-section { padding: 52px 0 28px; }
    .lp-heading { margin-bottom: 34px; padding: 0 6px; }
    .lp-heading h2 { font-size: 27px; }
    .lp-heading p { font-size: 14px; }
    .lp-kicker { font-size: 11px; letter-spacing: 2.5px; }

    .lp-card { margin-bottom: 22px; border-radius: 10px; }
    .lp-card-img { height: 190px; }
    .lp-car .lp-card-img { height: 210px; }
    .lp-card-body { padding: 18px 18px 16px; }
    .lp-card-body h3 { font-size: 19px; margin: 7px 0 14px; }
    .lp-price { font-size: 16px; }

    /* tombol nyaman dijempol (min 44px) */
    .lp-btn { padding: 13px 10px; font-size: 14px; }

    .lp-footer .footer_top { padding: 48px 0 12px; }
    .lp-footer .footer_top [class*="col-"] { margin-bottom: 32px; }
    .lp-footer h3 { margin-bottom: 14px; }
}

/* ---------- Halaman Tentang Kami ---------- */
.lp-prose { max-width: 740px; margin: 0 auto; }
.lp-prose p {
    color: #4a5860;
    font-size: 15.5px;
    line-height: 1.9;
    margin-bottom: 18px;
    text-align: justify;
}

/* ---------- Halaman detail paket ---------- */
.lp-detail-banner {
    border-radius: 10px;
    overflow: hidden;
    margin: 30px 0 26px;
}
.lp-detail-banner img {
    width: 100%;
    max-height: 440px;
    object-fit: cover;
    display: block;
}
.lp-detail-head { margin-bottom: 30px; }
.lp-detail-head h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 34px;
    color: #20313b;
    line-height: 1.25;
    margin: 6px 0 0;
}
.lp-book-card {
    background: #fff;
    border: 1px solid #ecebe7;
    border-radius: 10px;
    padding: 24px;
    position: sticky;
    top: 20px;
    margin-bottom: 30px;
}
.lp-book-price small { display: block; font-size: 12px; color: #98a4ac; margin-bottom: 2px; }
.lp-book-price {
    font-size: 26px;
    font-weight: 700;
    color: #20313b;
    line-height: 1.15;
}
.lp-book-price span { font-size: 14px; font-weight: 400; color: #98a4ac; }
.lp-book-card .lp-specs { margin-top: 16px; }
.lp-book-card .lp-btns { flex-direction: column; }
.lp-detail-content h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 23px;
    color: #20313b;
    margin: 0 0 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f0ec;
}
.lp-detail-content { color: #4a5860; font-size: 15px; line-height: 1.9; }
.lp-detail-content p { margin-bottom: 14px; text-align: justify; }
.lp-detail-content img { max-width: 100%; height: auto; border-radius: 8px; margin: 14px 0; }
.lp-detail-syarat { margin-top: 26px; }

@media (max-width: 767px) {
    .lp-detail-banner { margin: 16px 0 18px; border-radius: 8px; }
    .lp-detail-banner img { max-height: 260px; }
    .lp-detail-head h1 { font-size: 25px; }
    .lp-book-card { position: static; padding: 20px; }
}
