/**
 * LOUNGE LM72 HFC — scoped .lounge-lm72-hfc.
 * Màu chủ đạo: :root của theme (style.css) — var(--blue), var(--gray), #47627e, #6e9fc1, #E9ECED.
 */
/* Font: kế thừa từ theme */
.lounge-lm72-hfc {
  color: var(--gray, #676767);
  line-height: 1.7;
  overflow-x: hidden;
}

.lounge-lm72-hfc,
.lounge-lm72-hfc * {
  box-sizing: border-box;
}

/* Hero — ảnh full-bleed + scrim tĩnh, bố cục editorial (tránh kiểu gradient/CTA “AI”) */
.lounge-lm72-hfc .lm72-hero {
  position: relative;
  min-height: clamp(520px, 85vh, 900px);
  display: flex;
  align-items: flex-end;
  color: #f5f4f1;
  overflow: hidden;
  text-align: left;
}

.lounge-lm72-hfc .lm72-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.lounge-lm72-hfc .lm72-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.lounge-lm72-hfc .lm72-hero__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(57, 90, 127, 0.92) 0%, rgba(57, 90, 127, 0.52) 45%, rgba(57, 90, 127, 0.18) 100%),
    linear-gradient(0deg, rgba(47, 71, 98, 0.9) 0%, transparent 55%);
  pointer-events: none;
}

.lounge-lm72-hfc .lm72-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 4.5rem 40px 4rem;
}

.lounge-lm72-hfc .lm72-hero__eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245, 244, 241, 0.72);
  margin: 0 0 1rem;
}

.lounge-lm72-hfc .lm72-hero__title {
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0 0 1.25rem;
  max-width: 14ch;
  color: #f5f4f1;
}

.lounge-lm72-hfc .lm72-hero__title::after {
  content: "";
  display: block;
  width: 3rem;
  height: 2px;
  margin-top: 1.25rem;
  background: #6e9fc1;
}

.lounge-lm72-hfc .lm72-hero__lead {
  font-size: clamp(1.05rem, 1.9vw, 1.2rem);
  font-weight: 400;
  line-height: 1.55;
  max-width: 36rem;
  margin: 0 0 1.25rem;
  color: rgba(245, 244, 241, 0.92);
}

.lounge-lm72-hfc .lm72-hero__sub {
  margin: 0 0 2rem;
  max-width: 36rem;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(245, 244, 241, 0.78);
}

.lounge-lm72-hfc .lm72-hero__sub-line {
  display: block;
}

.lounge-lm72-hfc .lm72-hero__sub-line--vi {
  margin-top: 0.35rem;
  font-style: normal;
  opacity: 0.9;
}

.lounge-lm72-hfc .lm72-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
}

.lounge-lm72-hfc .lm72-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.65rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  background: var(--blue, #395a7f);
  border: 1px solid var(--blue, #395a7f);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.lounge-lm72-hfc .lm72-hero__cta:hover {
  background: #47627e;
  border-color: #47627e;
  color: #ffffff;
  text-decoration: none;
}

.lounge-lm72-hfc .lm72-hero__cta--ghost {
  background: transparent;
  color: #f5f4f1;
  border-color: rgba(245, 244, 241, 0.45);
}

.lounge-lm72-hfc .lm72-hero__cta--ghost:hover {
  background: rgba(245, 244, 241, 0.08);
  border-color: rgba(245, 244, 241, 0.65);
  color: #f5f4f1;
}

@media (prefers-reduced-motion: reduce) {
  .lounge-lm72-hfc .lm72-hero__cta,
  .lounge-lm72-hfc .lm72-hero__cta--ghost {
    transition: none;
  }
}

/* Sections */
.lounge-lm72-hfc .lm72-section {
  padding: 100px 40px;
}

.lounge-lm72-hfc .lm72-container {
  max-width: 1400px;
  margin: 0 auto;
}

.lounge-lm72-hfc .lm72-section-header {
  text-align: center;
  margin-bottom: 80px;
}

.lounge-lm72-hfc .lm72-section-title {
  font-size: 3rem;
  color: var(--blue, #395a7f);
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.lounge-lm72-hfc .lm72-section-title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--blue, #395a7f), transparent);
}

.lounge-lm72-hfc .lm72-section-subtitle {
  font-size: 1.2rem;
  color: var(--gray, #676767);
  max-width: 700px;
  margin: 30px auto 0;
  font-weight: 400;
}

.lounge-lm72-hfc .lm72-intro {
  background: #e9eced;
}

.lounge-lm72-hfc .lm72-intro-content {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.9;
  color: var(--gray, #676767);
}

.lounge-lm72-hfc .lm72-intro-content p {
  margin-bottom: 25px;
}

.lounge-lm72-hfc .lm72-intro-highlight {
  color: var(--blue, #395a7f);
  font-weight: 600;
}

.lounge-lm72-hfc .lm72-services {
  background: #ffffff;
}

.lounge-lm72-hfc .lm72-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 40px;
}

.lounge-lm72-hfc .lm72-service-card {
  background: #ffffff;
  padding: 45px 35px;
  border-radius: 8px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  border-top: 4px solid var(--blue, #395a7f);
  position: relative;
  overflow: hidden;
}

.lounge-lm72-hfc .lm72-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(57, 90, 127, 0.06), transparent);
  transition: left 0.6s ease;
}

.lounge-lm72-hfc .lm72-service-card:hover::before {
  left: 100%;
}

.lounge-lm72-hfc .lm72-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 50px rgba(57, 90, 127, 0.18);
  border-top-color: #6e9fc1;
}

.lounge-lm72-hfc .lm72-service-icon {
  font-size: 3rem;
  margin-bottom: 25px;
  line-height: 1;
}

.lounge-lm72-hfc .lm72-service-title {
  font-size: 1.5rem;
  color: var(--blue, #395a7f);
  margin-bottom: 15px;
  font-weight: 600;
}

.lounge-lm72-hfc .lm72-service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lounge-lm72-hfc .lm72-service-list li {
  padding: 10px 0 10px 30px;
  position: relative;
  color: var(--gray, #676767);
  font-size: 0.95rem;
}

.lounge-lm72-hfc .lm72-service-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--blue, #395a7f);
  font-weight: 700;
  font-size: 1.1rem;
}

.lounge-lm72-hfc .lm72-why-choose {
  background: linear-gradient(135deg, var(--blue, #395a7f) 0%, #47627e 100%);
  color: #ffffff;
}

.lounge-lm72-hfc .lm72-why-choose .lm72-section-title {
  color: #ffffff;
}

.lounge-lm72-hfc .lm72-why-choose .lm72-section-subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.lounge-lm72-hfc .lm72-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 35px;
  margin-top: 60px;
}

.lounge-lm72-hfc .lm72-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  transition: all 0.3s ease;
  border-left: 3px solid #6e9fc1;
}

.lounge-lm72-hfc .lm72-feature-item:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(8px);
}

.lounge-lm72-hfc .lm72-feature-icon {
  font-size: 2rem;
  color: #6e9fc1;
  flex-shrink: 0;
  line-height: 1;
}

.lounge-lm72-hfc .lm72-feature-content h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: #ffffff;
  font-weight: 700;
}

.lounge-lm72-hfc .lm72-feature-content p {
  font-size: 0.95rem;
  opacity: 0.9;
  line-height: 1.6;
  margin: 0;
  color: #ffffff;
}

.lounge-lm72-hfc .lm72-cta-section {
  background: linear-gradient(135deg, #47627e 0%, var(--blue, #395a7f) 55%, #395a7f 100%);
  color: #ffffff;
  text-align: center;
  padding: 80px 40px;
}

.lounge-lm72-hfc .lm72-cta-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.lounge-lm72-hfc .lm72-cta-text {
  font-size: 1.2rem;
  margin-bottom: 40px;
  opacity: 0.95;
}

.lounge-lm72-hfc .lm72-cta-button {
  display: inline-block;
  padding: 20px 60px;
  background: #ffffff;
  color: var(--blue, #395a7f);
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 2px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.lounge-lm72-hfc .lm72-cta-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
  background: #e9eced;
  color: var(--blue, #395a7f);
  text-decoration: none;
}

.lounge-lm72-hfc .lm72-contact {
  background: #ffffff;
}

.lounge-lm72-hfc .lm72-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  margin-top: 60px;
}

.lounge-lm72-hfc .lm72-contact-item {
  text-align: center;
  padding: 35px 25px;
  background: #e9eced;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.lounge-lm72-hfc .lm72-contact-item:hover {
  background: #ffffff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

.lounge-lm72-hfc .lm72-contact-icon {
  font-size: 2.5rem;
  color: var(--blue, #395a7f);
  margin-bottom: 20px;
  line-height: 1;
}

.lounge-lm72-hfc .lm72-contact-label {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--blue, #395a7f);
  margin-bottom: 12px;
}

.lounge-lm72-hfc .lm72-contact-info {
  color: var(--gray, #676767);
  font-size: 1rem;
  line-height: 1.7;
}

.lounge-lm72-hfc .lm72-contact-info a {
  color: var(--blue, #395a7f);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.lounge-lm72-hfc .lm72-contact-info a:hover {
  color: #47627e;
}

.lounge-lm72-hfc .lm72-breadcrumb-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1rem 40px 0;
}

@media (max-width: 768px) {
  .lounge-lm72-hfc .lm72-hero {
    min-height: 480px;
    align-items: flex-end;
  }

  .lounge-lm72-hfc .lm72-hero__img {
    object-position: center center;
  }

  .lounge-lm72-hfc .lm72-hero__inner {
    padding: 3rem 20px 2.5rem;
  }

  .lounge-lm72-hfc .lm72-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .lounge-lm72-hfc .lm72-hero__cta,
  .lounge-lm72-hfc .lm72-hero__cta--ghost {
    width: 100%;
    text-align: center;
  }

  .lounge-lm72-hfc .lm72-section-title {
    font-size: 2rem;
  }

  .lounge-lm72-hfc .lm72-section {
    padding: 60px 20px;
  }

  .lounge-lm72-hfc .lm72-services-grid,
  .lounge-lm72-hfc .lm72-features-grid,
  .lounge-lm72-hfc .lm72-contact-grid {
    grid-template-columns: 1fr;
  }
}
