/* ── Landing Article (M-LP01) ─────────────────────────────────
   Chỉ style phần khung landing MỚI (hero/tab/quick-info/card địa điểm/hub CTA).
   Không đụng .aboutauthor, .faq-*, .ci4-news-detail-*, .toc* — các phần đó
   dùng nguyên CSS cũ (ci4-news-detail.css) để tránh xung đột selector.
   Tông màu xanh lá chủ đạo DanangBest: #0e5c2e. */

.lp-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 16px;
}

/* ── Hero ─────────────────────────────────────────────────── */
.lp-hero {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    min-height: 320px;
    margin: 14px 0 18px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
}

.lp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 40, 20, .15) 0%, rgba(8, 32, 16, .78) 100%);
}

.lp-hero-inner {
    position: relative;
    z-index: 1;
    padding: 24px 26px 22px;
    color: #fff;
}

.lp-hero-badge {
    display: inline-block;
    background: #14a349;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.lp-hero-title {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 10px;
    color: #fff;
}

.lp-hero-intro {
    font-size: 14.5px;
    line-height: 1.6;
    max-width: 720px;
    color: #eef7ef;
    margin: 0 0 16px;
}

.lp-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.lp-hero-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .25);
    backdrop-filter: blur(2px);
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 12.5px;
    color: #fff;
    line-height: 1.3;
}

.lp-hero-pill .lp-ico {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* ── Tab / mục lục điều hướng (sticky) ────────────────────── */
.lp-tabs {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    gap: 4px;
    overflow-x: auto;
    background: #fff;
    border: 1px solid #e0ede0;
    border-radius: 10px;
    padding: 6px;
    margin-bottom: 20px;
    scrollbar-width: thin;
}

.lp-tab {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #3a4a3f;
    text-decoration: none;
    border-radius: 7px;
    white-space: nowrap;
}

.lp-tab:hover,
.lp-tab:focus-visible {
    background: #eef6ee;
    color: #0e5c2e;
}

/* ── Section heading dùng chung ───────────────────────────── */
.lp-section {
    margin-bottom: 26px;
}

.lp-section-title {
    font-size: 19px;
    font-weight: 800;
    color: #0e5c2e;
    margin: 0 0 12px;
}

/* ── Quick-info card row (5 icon cards) ───────────────────── */
.lp-quickcards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 10px;
}

.lp-quickcard {
    background: #f6faf6;
    border: 1px solid #e0ede0;
    border-radius: 10px;
    padding: 12px 14px;
}

.lp-quickcard-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11.5px;
    color: #6c7a70;
    margin-bottom: 4px;
}

.lp-quickcard-value {
    font-size: 13.5px;
    font-weight: 700;
    color: #1d2b22;
}

/* ── Sidebar: thông tin nhanh dạng list ───────────────────── */
.lp-sidebar-box {
    background: #fff;
    border: 1px solid #e0ede0;
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 20px;
}

.lp-sidebar-box-title {
    font-size: 15px;
    font-weight: 800;
    color: #0e5c2e;
    margin: 0 0 12px;
}

.lp-sidebar-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lp-sidebar-list li {
    display: flex;
    gap: 8px;
    font-size: 13px;
    color: #333;
    line-height: 1.45;
}

.lp-sidebar-list .lp-ico {
    flex-shrink: 0;
    color: #14a349;
}

/* ── Card grid: địa điểm nổi bật / bài viết liên quan ──────── */
.lp-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 14px;
}

.lp-card {
    background: #fff;
    border: 1px solid #e0ede0;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    transition: box-shadow .15s ease, transform .15s ease;
}

.lp-card:hover {
    box-shadow: 0 4px 14px rgba(14, 92, 46, .12);
    transform: translateY(-2px);
}

.lp-card-img {
    aspect-ratio: 4 / 3;
    width: 100%;
    overflow: hidden;
    background: #eef6ee;
}

.lp-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lp-card-body {
    padding: 10px 12px 12px;
}

.lp-card-title {
    font-size: 13.5px;
    font-weight: 700;
    color: #1d2b22;
    line-height: 1.35;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lp-card-date {
    font-size: 11px;
    color: #8a978d;
    margin-top: 6px;
}

/* ── Hub CTA (quay về Hub Kinh nghiệm du lịch Đà Nẵng) ─────── */
.lp-hub-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    background: #eef6ee;
    border: 1px solid #cfe4cf;
    border-radius: 12px;
    padding: 18px 22px;
    margin: 8px 0 26px;
}

.lp-hub-cta-text strong {
    display: block;
    font-size: 15px;
    color: #0e5c2e;
    margin-bottom: 2px;
}

.lp-hub-cta-text span {
    font-size: 12.5px;
    color: #4a5a4e;
}

.lp-hub-cta-btn {
    flex-shrink: 0;
    background: #0e5c2e;
    color: #fff;
    font-size: 13.5px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    white-space: nowrap;
}

.lp-hub-cta-btn:hover {
    background: #0b481f;
}

@media (max-width: 767px) {
    .lp-hero-title { font-size: 22px; }
    .lp-hero-inner { padding: 18px 16px 16px; }
    .lp-hero-pills { gap: 8px; }
    .lp-hero-pill { font-size: 11.5px; padding: 7px 10px; }
    .lp-tabs { top: 0; }
}
