/* =========================================================
   GLOBAL & VARIABLES
========================================================= */
:root {
  --lv-primary: #1b325d;
  --lv-secondary: #28a34a;
  --lv-primary-dark: #e35600;
  --lv-dark: #111827;
  --lv-text: #4b5563;
  --lv-muted: #9ca3af;
  --lv-border: #e5e7eb;
  --lv-bg-soft: #f9fafb;
  --lv-radius-lg: 14px;
  --lv-radius-md: 12px;
  --lv-shadow-soft: 0 18px 50px rgba(15, 23, 42, 0.13);
  --lv-shadow-card: 0 14px 35px rgba(15, 23, 42, 0.14);
}

.lv-page {
  color: var(--lv-text);
  line-height: 1.6;
  background-color: #ffffff;
}

.lv-container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 16px;
}

.lv-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Headings & labels */
.lv-section-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--lv-primary);
  background: rgba(255, 106, 0, 0.06);
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 600;
  margin-bottom: 14px;
}

.lv-section-sub {
  font-size: 17px;
  color: var(--lv-text);
  max-width: 640px;
  margin-bottom: 32px;
}

/* Buttons */
.lv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 32px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease;
  border: 1px solid transparent;
  white-space: nowrap;
}

.lv-btn-primary {
  background: var(--lv-secondary);
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(40, 163, 74, 0.3);
}

.lv-btn-primary:hover {
  background: var(--lv-primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 16px 40px rgba(20, 40, 82, 0.38);
}

.lv-btn-outline {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.lv-btn-outline:hover {
  background: #ffffff;
  color: var(--lv-dark);
}

/* Spacing helpers for sections */
.lv-hero-full {
  position: relative;
  min-height: 640px;
  padding-top: 160px;
  padding-bottom: 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* =========================================================
   HERO — CINEMATIC FULL BG + GLASS CARD
========================================================= */

.lv-hero-full {
    position: relative;
    min-height: 720px;
    padding: 160px 0 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: visible;
}

.lv-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(to bottom,
            rgba(0,0,0,0.1) 0%,
            rgba(0,0,0,0.25) 30%,
            rgba(0,0,0,0.45) 70%,
            rgba(0,0,0,0.65) 100%
        ),
        radial-gradient(circle at 35% 45%,
            rgba(255,255,255,0.1) 0%,
            rgba(0,0,0,0.6) 100%
        );
    mix-blend-mode: multiply;
}

/* =========================================================
   HERO CONTENT — GLASS CARD
========================================================= */
.lv-hero-card {
    position: relative;
    z-index: 3;
    max-width: 620px;
    padding: 50px 55px;
    border-radius: 24px;

    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,0.15);
    box-shadow: 0 25px 55px rgba(0,0,0,0.45);
}

.lv-hero-title {
    font-size: 54px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 15px;
}

.lv-hero-sub {
    font-size: 15px;
    color: rgba(255,255,255,0.78);
    margin-bottom: 18px;
}

.lv-hero-intro p {
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255,255,255,0.88);
}

/* CTA Buttons */
.lv-hero-ctas {
    margin-top: 28px;
    display: flex;
    gap: 16px;
}

.lv-btn {
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}

.lv-btn-primary {
    background: var(--lv-secondary);
    color: #fff;
    box-shadow: 0 6px 22px rgba(40,163,74,0.65);
    transition: 0.3s;
}
.lv-btn-primary:hover {
    background: var(--lv-primary);
    transform: translateY(-3px);
    color: white;
}

.lv-btn-outline {
    color: #fff;
    backdrop-filter: blur(10px);
}
.lv-btn-outline:hover {
    background: rgba(255,255,255,0.15);
}

/* =========================================================
   USP FLOATING — 3 CARD LỆCH PHẢI
========================================================= */
.lv-usp-right {
    position: absolute;
    right: 110px;
    bottom: -105px; /* nhô xuống đều */
    display: flex;
    gap: 0;
    z-index: 30;
}

/* === Card 2 bên === */
.lv-usp-card {
    width: 210px;
    height: 185px;
    padding: 30px 26px;
    background: var(--lv-primary);
    color: #fff;
    text-align: center;
    transition: 0.25s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* === Card giữa (nổi lên + cao hơn) === */
.lv-usp-card.active {
    background: #28a34a;
    box-shadow: 0 10px 26px rgba(40,163,74,0.55);

    height: 230px !important;     /* card giữa cao hơn */
    transform: translateY(-28px); /* nhô lên */
}

/* ICON */
.usp-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.lv-usp-card svg {
    width: 42px;
    height: 42px;
}

/* TITLE */
.lv-usp-card h4 {
    color: white;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

/* DESC */
.lv-usp-card p {
    font-size: 14px;
    opacity: 0.85;
    margin-bottom: 0;
}

/* BUTTON ICON (XÓA HOÀN TOÀN) */
.usp-btn {
    display: none !important;
}

/* Hover */
.lv-usp-card:hover {
    background: #152949;
}
.lv-usp-card.active:hover {
    background: #1e8c3f;
}

/* =========================================================
   RESPONSIVE — MOBILE & TABLET
========================================================= */
@media (max-width: 1200px) {
    .lv-usp-right { right: 20px; }
}

@media (max-width: 992px) {
    .lv-usp-right {
        right: 20px;
        bottom: -75px;
    }
    .lv-usp-card {
        width: 185px;
        height: 170px;
    }
    .lv-usp-card.active {
        height: 210px !important;
    }
}

@media (max-width: 768px) {
    .lv-usp-right {
        position: relative;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        right: 0;
        bottom: 0;
        margin-top: 28px;
    }

    .lv-usp-card {
        width: 90%;
        height: 160px;
        padding: 22px 18px;
    }

    .lv-usp-card.active {
        height: 200px !important;
        transform: translateY(-10px);
    }
}

/* =========================================================
   ABOUT – 2 CỘT + HÌNH CHỒNG
========================================================= */
.lv-about {
  padding: 130px 0 80px;
  background: #ffffff;
}

.lv-about-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 70px;
  align-items: center;
}

.lv-about-images {
  position: relative;
}

.lv-about-main-img {
  border-radius: var(--lv-radius-lg);
  overflow: hidden;
  box-shadow: var(--lv-shadow-card);
}

.lv-about-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lv-about-floating-img {
  position: absolute;
  right: -40px;
  bottom: -45px;
  border-radius: var(--lv-radius-md);
  overflow: hidden;
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.35);
}

.lv-about-floating-img img {
  width: 220px;
  height: 230px;
  object-fit: cover;
}

.lv-about-content .lv-section-title {
  text-align: start;    
  margin-bottom: 12px;
}

.lv-about-desc p {
  margin: 0 0 10px;
}

/* Progress bars */
.lv-progress-list {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.lv-progress-item {
  width: 100%;
}

.lv-progress-bar {
  width: 100%;
  height: 8px;
  background: #e5e7eb;
  border-radius: 4px;
  overflow: hidden;
}

.lv-progress-fill {
  width: 0;
  height: 100%;
  background: #28a34a;
  border-radius: 4px;
  transition: width 1.2s ease;
}

.lv-progress-top {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #111827;
  margin-bottom: 6px;
}

/* Highlights */
.lv-about-highlights {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.lv-high-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.lv-high-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgb(75 159 83 / 14%);
  color: var(--lv-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}

/* =========================================================
   ADVANTAGES – GRID 3–4 CỘT
========================================================= */
.lv-advantages {
  padding: 80px 0;
  background: #f9fafb;
}

.lv-adv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 26px;
}

.lv-adv-card {
  background: #ffffff;
  border-radius: var(--lv-radius-md);
  padding: 26px 24px 24px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
  transition: all 0.25s ease;
  border: 1px solid rgba(226, 232, 240, 0.6);
}

.lv-adv-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--lv-shadow-card);
}

.lv-adv-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(114, 114, 114, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 14px;
  color: var(--lv-primary);
}

.lv-adv-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color: var(--fs-color-secondary);
}

.lv-adv-card p {
  font-size: 14px;
  color: var(--lv-text);
}

/* =========================================================
   SECTION WHAT — BASE
========================================================= */

.lv-what {
    padding: 100px 0;
}

.lv-what .lv-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Label */
.lv-section-label-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.lv-section-label {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    color: #28a34a;
    background: rgb(121 178 119 / 3%);
}

/* Title */
.lv-section-title {
    text-align: center;
    color: #1b325d !important;
    font-size: 34px;
    font-weight: 800;
    margin: 10px auto 8px;
    max-width: 780px;
}

/* Subtitle */
.lv-section-sub {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 40px;
    color: #666;
    font-size: 16px;
    line-height: 1.65;
}

/* =========================================================
   GRID LAYOUT
========================================================= */

.lv-what-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    gap: 40px;
}

/* =========================================================
   ITEM — CARD
========================================================= */

.lv-what-item {
    display: block;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    transition: 0.35s ease;
    position: relative;
}

/* Hover */
.lv-what-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 45px rgba(0,0,0,0.12);
}

/* IMAGE */
.lv-what-img {
    height: 270px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* =========================================================
   INFO BOX (content phía dưới)
========================================================= */

.lv-what-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 26px;
}

.lv-what-info h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #111;
}

.lv-what-info .subtitle {
    font-size: 14px;
    color: #666;
    display: block;
    margin-top: 4px;
}

/* ARROW ICON */
.lv-what-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #28a34a;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .25s ease;
}

.lv-what-item:hover .lv-what-arrow {
    background: #1e8c3f;
    transform: translateX(4px);
}

@media (max-width: 992px) {
    .lv-what-grid {
        gap: 32px;
    }
    .lv-what-img {
        height: 240px;
    }
}

@media (max-width: 768px) {
    .lv-what {
        padding: 70px 0;
    }
    .lv-what-grid {
        grid-template-columns: 1fr;
    }
    .lv-what-img {
        height: 220px;
    }
    .lv-what-info {
        padding: 20px;
    }
}

/* =========================================================
   PROCESS – TIMELINE NGANG
========================================================= */
.lv-process {
  padding: 100px 0 80px;
  background: #f9fafb;
}

.lv-process .lv-section-title,
.lv-process .lv-section-sub {
  text-align: center;
  margin-inline: auto;
}

.lv-process-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 26px;
  position: relative;
}

.lv-process-grid::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(148, 163, 184, 0.6), rgba(209, 213, 219, 0.4));
  z-index: 0;
}

.lv-step {
  position: relative;
  background: #ffffff;
  border-radius: var(--lv-radius-md);
  padding: 26px 22px 22px;
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.05);
  z-index: 1;
  text-align: left;
}

.lv-step-number {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--lv-secondary);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 12px;
  box-shadow: 0 5px 10px rgb(39 136 48 / 41%);
}

.lv-step-icon {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--lv-muted);
  margin-bottom: 6px;
}

.lv-step h4 {
  font-size: 17px;
  margin-bottom: 6px;
  color: #111827;
}

.lv-step p {
  font-size: 14px;
}

/* ================================
   GALLERY — 3 CỘT, 4 ẢNH
================================ */
.lv-gallery {
    padding: 100px 0;
}

.lv-gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

/* Item chung */
.lv-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    cursor: pointer;
}

.lv-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.lv-gallery-item:hover img {
    transform: scale(1.08);
}

.lv-gallery-item:hover {
    transform: translateY(-5px);
}

/* === Layout 4 ảnh đúng vị trí === */

/* Ảnh 1 = ảnh lớn (trải 2 hàng) */
.lv-gallery-item:nth-child(1) {
    grid-row: span 2;
    height: 600px;
}

/* Ảnh 2 = ảnh nhỏ trên */
.lv-gallery-item:nth-child(2) {
    height: 280px;
}

/* Ảnh 3 = ảnh nhỏ dưới */
.lv-gallery-item:nth-child(3) {
    height: 280px;
}

/* Ảnh 4 = ảnh lớn cột 3 */
.lv-gallery-item:nth-child(4) {
    grid-row: span 2;
    height: 600px;
}

/* Responsive */
@media(max-width: 991px) {
    .lv-gallery-grid {
        grid-template-columns: 1fr 1fr;
    }
    .lv-gallery-item:nth-child(1),
    .lv-gallery-item:nth-child(4) {
        height: 400px;
        grid-row: unset;
    }
}

@media(max-width: 600px) {
    .lv-gallery-grid {
        grid-template-columns: 1fr;
    }
    .lv-gallery-item {
        height: 300px !important;
    }
}

/* ================================
   STATS — Minimal Premium
================================= */
.lv-stats {
  padding: 90px 0;
  background: #0b1120;
  color: #fff;
}

.lv-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  text-align: center;
}

.lv-stat-item {
  padding: 32px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  transition: 0.35s ease;
}

.lv-stat-item:hover {
  transform: translateY(-6px);
  border-color: rgba(40,163,74,0.45);
  box-shadow: 0 8px 25px rgba(40,163,74,0.25);
}

.lv-stat-value {
  font-size: 44px;
  font-weight: 800;
  color: #28a34a;
  margin-bottom: 6px;
}

.lv-stat-item p {
  font-size: 15px;
  color: rgba(226,232,240,0.9);
  letter-spacing: .2px;
}
/* =============================
   TESTIMONIAL SECTION WRAPPER
============================= */
.lv-testimonials {
    padding: 100px 0;
    background: #fafbfd;
}

.lv-testimonials-grid {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 60px;
    align-items: start;
    overflow: hidden; /* FIX đè layout */
}

/* =============================
   LEFT SIDE CONTENT
============================= */
.lv-testi-subtitle {
    font-size: 15px;
    font-weight: 700;
    color: var(--fs-color-secondary);
    display: flex;
    align-items: center;
    gap: 10px;
}

.lv-testi-subtitle span {
    width: 40px;
    height: 3px;
    background: var(--fs-color-secondary);
}

.lv-testi-title {
    font-size: 42px;
    font-weight: 800;
    color: var(--primary-color);
    margin: 20px 0;
}

.lv-testi-desc {
    max-width: 440px;
    line-height: 1.6;
    color: #555;
}

/* =============================
   PREMIUM NAV BUTTONS
============================= */
.lv-testi-nav {
    margin-top: 45px;
    display: flex;
    gap: 18px;
}

.lv-testi-btn {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--primary-color);
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(27, 50, 93, 0.28);
    transition: .3s ease;
    position: relative;
    z-index: 10; /* đảm bảo không bị slider che */
}

.lv-testi-btn svg {
    width: 24px;
    height: 24px;
    stroke: #fff;
    transition: 0.25s ease;
}

/* Hover */
.lv-testi-btn:hover {
    background: var(--fs-color-secondary);
    box-shadow: 0 12px 30px rgba(40,163,74,0.45);
    transform: translateY(-3px);
}

.lv-testi-prev:hover svg {
    transform: translateX(-3px);
}

.lv-testi-next:hover svg {
    transform: translateX(3px);
}

/* =============================
   SLIDER
============================= */
.lv-testi-slider {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

.lv-testi-track {
    display: flex;
    transition: transform .55s ease;
}

.lv-testi-slide {
    flex: 0 0 100%;
}

/* =============================
   GRID 4 CARD TRONG MỖI SLIDE
============================= */
.lv-testi-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin: 30px;
}

.lv-testi-card {
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.06);
    transition: .25s ease;
}

.lv-testi-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(0,0,0,0.08);
}

/* Card top */
.lv-testi-card-top {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    align-items: center;
}

.lv-testi-avatar img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 50%;
}

.lv-testi-name-role h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
}

.lv-testi-name-role span {
    font-size: 14px;
    color: #777;
}

.lv-testi-quote {
    font-size: 36px;
    color: #e0e0e0;
    margin-top: -10px;
    font-weight: bold;
}

.lv-testi-content {
    margin-top: 18px;
    line-height: 1.6;
    color: #555;
}

/* =============================
   DOTS
============================= */
.lv-testi-dots button.lv-testi-dot {
    all: unset !important;
    display: block !important;
}

.lv-testi-dots {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 30;
}

.lv-testi-dot {
    width: 8px;
    height: 8px;
    background: #ccd2dd;
    border-radius: 50%;
    cursor: pointer;
    opacity: .4;
    transition: 0.25s ease;
}

.lv-testi-dot.active {
    background: var(--fs-color-secondary);
    opacity: 1;
    transform: scale(1.35);
}

/* =============================
   RESPONSIVE
============================= */
@media (max-width: 992px) {
    .lv-testimonials-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .lv-testi-right {
        grid-template-columns: 1fr;
        margin: 0;
    }
}

@media (max-width: 600px) {
    .lv-testi-title {
        font-size: 32px;
    }
    .lv-testi-card {
        padding: 18px;
    }
    .lv-testi-btn {
        width: 48px;
        height: 48px;
    }
}

/* ================================
   FAQ SECTION WRAPPER
================================ */
.lv-faq-wrapper {
    background: #f5f7fb;
    padding: 80px 0;
}

/* ================================
   GRID 2 CỘT
================================ */
.lv-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: flex-start;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ================================
   LEFT SIDE
================================ */
.lv-faq-left {
    padding: 20px 0;
}

.lv-faq-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 40px;
    color: #1b325d;
}

/* MAP BACKGROUND */
.lv-faq-map {
    width: 100%;
    height: 320px;
    background-image: url('/wp-content/uploads/faq-map.png'); /* thay bằng ảnh thật */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* ================================
   RIGHT SIDE — ACCORDION
================================ */
.lv-faq-right {
    padding-top: 10px;
}

.lv-faq-item {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    margin-bottom: 14px;
    transition: .25s ease;
    overflow: hidden;
}

.lv-faq-q {
    padding: 20px 24px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1b325d;
}

.lv-faq-toggle {
    font-size: 22px;
    transition: .25s ease;
    line-height: 1;
}

.lv-faq-a {
    display: none;
    padding: 0 24px 20px;
    font-size: 15px;
    color: #555;
}

/* OPEN STATE */
.lv-faq-item.is-open {
    background: #f9fbfe;
    border-color: #cfd8e6;
}

.lv-faq-item.is-open .lv-faq-a {
    display: block;
}

.lv-faq-item.is-open .lv-faq-toggle {
    transform: rotate(180deg);
    color: #ff6a00;
}

/* ================================
   RESPONSIVE
================================ */
@media (max-width: 992px) {
    .lv-faq-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .lv-faq-title {
        font-size: 28px;
    }

    .lv-faq-map {
        height: 260px;
    }
}

@media (max-width: 600px) {
    .lv-faq-map {
        height: 200px;
    }
}

/* =========================================================
   PARTNERS — MARQUEE INFINITE SCROLL
========================================================= */

.lv-partners {
  padding: 100px 0;
  background: #ededed;
  overflow: hidden;
}

.lv-partner-track {
  display: flex;
  gap: 100px;
  align-items: center;
  width: max-content;
  animation: lv-partner-marquee 22s linear infinite;
}

@keyframes lv-partner-marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.lv-partner-item img {
  max-height: 48px;
  opacity: 0.9;
  transition: opacity .2s ease, transform .2s ease;
}

.lv-partner-item:hover img {
  opacity: 1;
  transform: translateY(-2px);
}

/* =========================================================
   RELATED SECTIONS — BASE LAYOUT
========================================================= */

.lv-related {
  padding: 90px 0 70px;
  background: #ffffff;
}

.lv-related .lv-section-title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 32px;
  color: #0b325d;
}

/* DESKTOP GRID */
.lv-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, max-content));
  gap: 24px;
  justify-content: center; /* chống bị lệch trái khi ít card */
}

/* CARD */
.lv-related-card {
  display: block;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 16px 45px rgba(15, 23, 42, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  max-width: 320px;
}

.lv-related-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 70px rgba(15, 23, 42, 0.16);
}

.lv-related-thumb img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.lv-related-info {
  padding: 20px 22px 18px;
}

.lv-related-type {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 6px;
  font-weight: 600;
  color: #1b325d;
}

.lv-related-info h3 {
  font-size: 17px;
  color: #111827;
  margin: 0;
  font-weight: 600;
}

/* =========================================================
   RELATED SERVICES — Card lớn, ấn tượng, VIP
========================================================= */

.related-services .lv-related-card {
  border: 1px solid rgba(27, 50, 93, 0.18);
  box-shadow: 0 20px 55px rgba(27, 50, 93, 0.18);
  border-radius: 22px;

  /* Làm card TO hơn */
  max-width: 380px;
  transform: scale(1);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Hover sang – mạnh */
.related-services .lv-related-card:hover {
  transform: translateY(-10px) scale(1.04);
  box-shadow: 0 28px 80px rgba(27, 50, 93, 0.25);
}

/* Thumbnail cao hơn → card nhìn “premium” */
.related-services .lv-related-thumb img {
  height: 240px; /* tăng từ 190px lên 240px */
  object-fit: cover;
}

/* Info spacing lớn hơn */
.related-services .lv-related-info {
  padding: 26px 26px 22px;
}

/* Type đậm hơn */
.related-services .lv-related-type {
  font-size: 13px;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: #0b325d;
  opacity: 0.9;
}

/* Title rõ – lớn hơn */
.related-services .lv-related-info h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0a1f3b;
}

/* PROJECTS — Tone nghiêm túc, corporate */
.related-projects .lv-section-title { color: #13294b; }
.related-projects .lv-related-type { color: #13294b; }

/* =========================================================
   RELATED PRODUCTS — Card lớn, thương mại, Premium
========================================================= */

.related-products .lv-related-card {
  border: 1px solid rgba(40, 163, 74, 0.22);
  box-shadow: 0 20px 55px rgba(40, 163, 74, 0.15);
  border-radius: 22px;

  /* Tăng kích thước card */
  max-width: 380px;
  transform: scale(1);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Hover hiệu ứng mạnh hơn */
.related-products .lv-related-card:hover {
  transform: translateY(-10px) scale(1.04);
  box-shadow: 0 28px 80px rgba(40, 163, 74, 0.22);
}

/* Ảnh lớn hơn, thương mại hơn */
.related-products .lv-related-thumb img {
  height: 240px; /* nâng từ 190px lên 240px */
  object-fit: cover;
}

/* Padding trong card rộng hơn */
.related-products .lv-related-info {
  padding: 26px 26px 22px;
}

/* Type tone xanh lá mạnh */
.related-products .lv-related-type {
  font-size: 13px;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: #28a34a;
  opacity: 0.9;
}

/* Title rõ nét – lớn hơn */
.related-products .lv-related-info h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0f2617;
}

/* POSTS — Nhẹ nhàng, blog */
.related-posts {
  background: #fffdf8;
}
.related-posts .lv-section-title { color: #2b3a55; }
.related-posts .lv-related-type { color: #7f7f7f; }

/* =========================================================
   MOBILE — SLIDER NGANG (SHOW FULL CARD)
========================================================= */
@media (max-width: 768px) {

  .lv-related-grid {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    scroll-snap-type: x mandatory;
    padding: 0 30px 10px; /* match Flatsome container padding */
  }

  .lv-related-card {
    flex: 0 0 calc(100% - 60px); /* FULL CARD, không bị cắt */
    scroll-snap-align: start;
    max-width: none;
  }

  .lv-related-grid::-webkit-scrollbar {
    display: none;
  }
}

/* =========================================================
   CTA – FULLWIDTH BG
========================================================= */
.lv-cta {
  position: relative;
  padding: 70px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  overflow: hidden;
}

.lv-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.7));
}

.lv-cta .lv-container {
  position: relative;
  z-index: 1;
}

.lv-cta-inner {
  max-width: 600px;
}

.lv-cta-inner h2 {
  color: white;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
}

.lv-cta-inner p {
  font-size: 15px;
  max-width: 520px;
  margin-bottom: 24px;
}

/* =========================================================
   CONTACT – 2 CỘT TEXT + FORM
========================================================= */
.lv-contact {
  padding: 90px 0 100px;
  background: #f9fafb;
}

.lv-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 50px;
  align-items: center;
}

.lv-contact-text h2 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #111827;
}

.lv-contact-text p {
  font-size: 15px;
  color: var(--lv-text);
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1024px) {
  .lv-hero-full {
    padding-top: 130px;
    padding-bottom: 120px;
  }

  .lv-about-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .lv-about-images {
    max-width: 520px;
  }

  .lv-about-images,
  .lv-about-content {
    margin-inline: auto;
  }

  .lv-process-grid::before {
    display: none;
  }

  .lv-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .lv-hero-card {
    padding: 26px 22px 28px;
  }

  .lv-hero-title {
    font-size: 30px;
  }

  .lv-hero-full {
    padding-top: 120px;
    padding-bottom: 90px;
  }

  .lv-hero-usps {
    margin-top: 0;
  }

  .lv-usp-grid {
    grid-template-columns: 1fr;
  }

  .lv-about {
    padding: 90px 0 60px;
  }

  .lv-about-floating-img {
    position: absolute;
    right: 10px;
    bottom: -30px;
    width: 160px;
    height: auto;
  }

  .lv-section-title {
    font-size: 28px;
  }

  .lv-contact {
    padding: 70px 0 80px;
  }

  .lv-contact-form {
    padding: 22px 18px;
  }
}

@media (max-width: 480px) {
  .lv-hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .lv-hero-title {
    font-size: 26px;
  }

  .lv-what-card {
    min-height: 220px;
  }

  .lv-what-vertical {
    right: 18px;
  }
}
