/* ==================== HERO SECTION STYLE ==================== */
.hero {
  background-color: var(--secondary-color); /* Nền màu be nhạt sang trọng */
  padding: 140px 0 100px 0; /* Khoảng cách trên lớn để chừa chỗ cho Header cố định */
  position: relative;
  overflow: hidden;
}

/* Sử dụng Flexbox để chia 2 cột trên desktop */
.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.hero-content {
  flex: 1;
  max-width: 580px;
}

.hero-image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  position: relative;
}

/* --- Khối đánh giá / Tin cậy --- */
.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: var(--white);
  padding: 8px 16px;
  border-radius: 50px; /* Bo tròn hoàn toàn kiểu modern */
  box-shadow: var(--box-shadow);
  margin-bottom: 24px;
}

.trust-badge .stars {
  color: #f5a623; /* Màu vàng cam của sao ngôi sao đánh giá */
  font-size: 0.9rem;
  letter-spacing: 2px;
}

.trust-badge .badge-text {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-muted);
}

/* --- Tiêu đề & Chữ --- */
.hero-title {
  font-size: 3.5rem;
  font-weight: 400; /* Font Playfair mảnh mềm mại quý phái */
  line-height: 1.2;
  margin-bottom: 24px;
}

.text-gradient {
  color: var(--primary-color);
  font-style: italic; /* Chữ nghiêng nghệ thuật tạo điểm nhấn */
}

.hero-subtitle {
  font-size: 1.05rem;
  color: var(--text-muted);
  margin-bottom: 40px;
  max-width: 500px;
}

/* --- Nhóm Buttons (CTA) --- */
.hero-cta-group {
  display: flex;
  gap: 16px;
  margin-bottom: 50px;
}

/* Style chung cho nút bấm */
.btn {
  display: inline-block;
  padding: 16px 32px;
  border-radius: var(--border-radius-lg); /* Bo tròn mượt mà 16px */
  font-size: 0.95rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: all var(--transition-normal);
}

.btn-primary {
  background-color: var(--primary-color);
  color: var(--white);
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.btn-primary:hover {
  background-color: #bd9b2f; /* Màu sậm hơn một chút khi hover */
  transform: translateY(-2px); /* Nhấc nhẹ nút lên */
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

.btn-secondary {
  background-color: transparent;
  color: var(--text-main);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-secondary:hover {
  background-color: var(--white);
  border-color: var(--primary-color);
  color: var(--primary-color);
  transform: translateY(-2px);
}

/* --- Thống kê (Stats) --- */
.hero-stats {
  display: flex;
  align-items: center;
  gap: 30px;
}

.stat-item {
  display: flex;
  flex-direction: column;
}

.stat-number {
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--primary-color);
  font-weight: 600;
}

.stat-label {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 4px;
}

.stat-divider {
  width: 1px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.1);
}

/* --- Phần Hình Ảnh Cao Cấp --- */
.hero-image-card {
  position: relative;
  z-index: 2;
  border-radius: 120px 120px var(--border-radius-lg) var(--border-radius-lg); /* Thiết kế bất đối xứng bo tròn đầu rất hot hiện nay */
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  width: 100%;
  max-width: 440px;
}

.hero-img {
  width: 100%;
  height: 560px;
  object-fit: cover; /* Giữ tỷ lệ ảnh không bị móp */
  transition: transform 6s ease;
}

.hero-image-wrapper:hover .hero-img {
  transform: scale(1.05); /* Hiệu ứng zoom cực nhẹ khi lướt chuột qua */
}

/* Vòng tròn decor trang nhã phía sau ảnh */
.hero-circle-decor {
  position: absolute;
  width: 400px;
  height: 400px;
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: 50%;
  top: -20px;
  right: -20px;
  z-index: 1;
}

/* ==================== KEYFRAMES ANIMATIONS (Hiệu ứng động tinh tế) ==================== */
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUpA 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.fade-in {
  opacity: 0;
  animation: fadeInA 1.2s ease forwards;
}

/* Delay cho từng phần tử xuất hiện tuần tự mượt mà */
.delay-1 {
  animation-delay: 0.15s;
}
.delay-2 {
  animation-delay: 0.3s;
}
.delay-3 {
  animation-delay: 0.45s;
}
.delay-4 {
  animation-delay: 0.6s;
}

@keyframes fadeInUpA {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInA {
  to {
    opacity: 1;
  }
}

/* ==================== RESPONSIVE (Tối ưu Mobile) ==================== */
@media (max-width: 992px) {
  .hero {
    padding: 100px 0 60px 0;
  }
  .hero-container {
    flex-direction: column; /* Chuyển thành 1 cột trên màn hình nhỏ */
    text-align: center;
    gap: 50px;
  }
  .hero-content {
    max-width: 100%;
  }
  .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-cta-group {
    justify-content: center;
  }
  .hero-stats {
    justify-content: center;
  }
  .hero-title {
    font-size: 2.5rem;
  }
  .hero-image-card {
    max-width: 360px;
  }
  .hero-img {
    height: 440px;
  }
}

/* ==================== HEADER STYLE ==================== */
.header {
  position: fixed; /* Cố định trên cùng */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; /* Luôn nổi lên trên mọi thành phần khác */
  background-color: transparent;
  padding: 24px 0;
  transition: all var(--transition-normal);
}

/* Class được kích hoạt bằng JS khi người dùng cuộn trang */
.header.scrolled {
  background-color: var(--white);
  padding: 16px 0; /* Thu nhỏ chiều cao header lại một chút để nhường không gian đọc */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* --- Logo Typography --- */
.logo {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 600;
  color: var(--text-main);
  letter-spacing: -0.5px;
}

.logo-dot {
  color: var(--primary-color); /* Dấu chấm tạo điểm nhấn thương hiệu */
}

/* --- Desktop Menu --- */
.nav-list {
  display: flex;
  gap: 40px;
  list-style: none;
}

.nav-link {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-main);
  position: relative;
  padding-bottom: 4px;
}

/* Hiệu ứng gạch chân chạy từ trái sang phải rất sang trọng */
.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
  transition: width var(--transition-normal);
}

.nav-link:hover {
  color: var(--primary-color);
}

.nav-link:hover::after {
  width: 100%;
}

/* --- Header Actions --- */
.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Ghi đè class .btn cơ bản để có nút nhỏ nhắn hơn trên Header */
.btn-sm {
  padding: 10px 24px;
  font-size: 0.9rem;
}

/* --- Nút Hamburger Mobile --- */
.mobile-toggle {
  display: none; /* Ẩn trên máy tính */
  cursor: pointer;
  border: none;
  background: transparent;
  width: 30px;
  height: 24px;
  position: relative;
  z-index: 1001;
}

.hamburger,
.hamburger::before,
.hamburger::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--text-main);
  transition: all var(--transition-fast);
  left: 0;
}

.hamburger {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger::before {
  top: -8px;
}
.hamburger::after {
  bottom: -8px;
}

/* Trạng thái khi mở menu: Biến đổi thành dấu X */
.mobile-toggle.active .hamburger {
  background-color: transparent;
}
.mobile-toggle.active .hamburger::before {
  top: 0;
  transform: rotate(45deg);
}
.mobile-toggle.active .hamburger::after {
  bottom: 0;
  transform: rotate(-45deg);
}

/* ==================== RESPONSIVE HEADER ==================== */
@media (max-width: 992px) {
  .mobile-toggle {
    display: block; /* Hiện nút bấm trên mobile */
  }

  .header-btn {
    display: none; /* Ẩn nút đặt lịch trên header để tránh quá tải layout di động */
  }

  /* Thiết kế thanh menu trượt từ bên phải sang */
  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%; /* Giấu hẳn sang phải */
    width: 80%;
    max-width: 320px;
    height: 100vh;
    background-color: var(--white);
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: right 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 1000;
  }

  /* Class thêm bằng JS để vuốt menu ra */
  .nav-menu.active {
    right: 0;
  }

  .nav-list {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .nav-link {
    font-size: 1.25rem;
  }
}

/* ==================== SERVICES SECTION STYLE ==================== */
.services {
  background-color: var(
    --bg-light
  ); /* Đổi màu nền nhẹ để tách biệt với Hero section */
}

/* Phần Tiêu đề Section (Có thể dùng chung cho các section khác) */
.section-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 60px auto;
}

.section-desc {
  color: var(--text-muted);
  font-size: 1rem;
  margin-top: 16px;
}

/* Lưới hiển thị các thẻ dịch vụ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 cột bằng nhau trên desktop */
  gap: 30px;
}

/* --- Service Card --- */
.service-card {
  background-color: var(--white);
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03); /* Bóng đổ cực mờ, tinh tế */
  transition:
    transform var(--transition-normal),
    box-shadow var(--transition-normal);
}

.service-card:hover {
  transform: translateY(-8px); /* Nhấc nhẹ thẻ lên khi hover */
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08); /* Bóng đổ đậm hơn một chút */
}

/* Phần Hình ảnh */
.service-image {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.08); /* Zoom nhẹ ảnh khi hover thẻ */
}

/* Nhãn (Tag) nổi bật trên ảnh */
.service-tag {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: var(--primary-color);
  color: var(--white);
  padding: 4px 12px;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 2;
}

/* Phần Nội dung Text */
.service-content {
  padding: 30px;
}

.service-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  font-size: 0.9rem;
  font-weight: 500;
}

.service-time {
  color: var(--text-muted);
}

.service-price {
  color: var(--primary-color);
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 600;
}

.service-title {
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.service-desc {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 24px;
  line-height: 1.5;
  /* Giới hạn hiển thị 3 dòng nếu text quá dài */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Link Đặt lịch */
.service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text-main);
  font-weight: 600;
  font-size: 0.95rem;
}

.service-link span {
  color: var(--primary-color);
  transition: transform var(--transition-fast);
}

.service-link:hover span {
  transform: translateX(4px); /* Mũi tên dịch sang phải khi hover */
}

/* ==================== RESPONSIVE DỊCH VỤ ==================== */
@media (max-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 cột trên Tablet */
  }
}

@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr; /* 1 cột trên Mobile */
  }

  .section-header {
    margin-bottom: 40px;
  }

  .section-title {
    font-size: 2rem;
  }
}

/* ==================== ABOUT US SECTION STYLE ==================== */
.about {
  background-color: var(--white);
}

.about-container {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Chia 2 cột bằng nhau */
  gap: 80px;
  align-items: center;
}

/* --- Phần Hình Ảnh (Image Gallery) --- */
.about-image-gallery {
  position: relative;
  padding-right: 40px; /* Chừa không gian cho ảnh phụ lồi ra */
  padding-bottom: 40px;
}

.about-img-main {
  width: 100%;
  border-radius: var(--border-radius-lg);
  box-shadow: var(--box-shadow);
  /* Bo góc bất đối xứng để tạo sự mềm mại */
  border-radius: 20px 100px 20px 20px;
}

.about-img-sub {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  border-radius: var(--border-radius-lg);
  border: 8px solid var(--white); /* Viền trắng dày để tạo cảm giác cắt lớp (cut-out) */
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 60px 20px;
}

/* Huy hiệu (Badge) nổi bật */
.experience-badge {
  position: absolute;
  top: 40px;
  left: -30px;
  background-color: var(--primary-color);
  color: var(--white);
  padding: 24px;
  border-radius: 50%; /* Bo tròn hoàn toàn */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.4);
  animation: float 4s ease-in-out infinite; /* Hiệu ứng lơ lửng */
}

.exp-number {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
}

.exp-text {
  font-size: 0.8rem;
  font-weight: 500;
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Animation lơ lửng cho badge */
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* --- Phần Nội Dung (Content) --- */
.about-desc {
  color: var(--text-muted);
  margin-bottom: 20px;
  font-size: 1.05rem;
}

/* Danh sách tính năng/giá trị */
.about-features {
  list-style: none;
  margin: 30px 0 40px 0;
  padding: 0;
}

.about-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-weight: 500;
  color: var(--text-main);
}

.feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  font-size: 0.9rem;
}

/* ==================== RESPONSIVE VỀ CHÚNG TÔI ==================== */
@media (max-width: 992px) {
  .about-container {
    grid-template-columns: 1fr; /* Chuyển thành 1 cột trên Tablet/Mobile */
    gap: 60px;
  }

  .about-image-gallery {
    max-width: 500px;
    margin: 0 auto;
    padding-right: 20px;
  }

  .experience-badge {
    left: -10px;
    width: 110px;
    height: 110px;
    padding: 16px;
  }

  .exp-number {
    font-size: 1.8rem;
  }

  .exp-text {
    font-size: 0.7rem;
  }

  .about-content .section-title,
  .about-content .section-subtitle {
    text-align: center !important; /* Căn giữa lại tiêu đề trên Mobile */
  }

  .about-desc {
    text-align: center;
  }

  .about-features {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about-content .btn {
    display: block;
    margin: 0 auto;
    width: fit-content;
  }
}

/* ==================== TESTIMONIALS SECTION STYLE ==================== */
.testimonials {
  background-color: var(
    --secondary-color
  ); /* Nền màu be nhạt tạo cảm giác ấm áp */
  overflow: hidden;
}

.testimonial-slider-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Phần khung hiển thị (giấu các phần tử tràn ra ngoài) */
.testimonial-slider {
  overflow: hidden;
  flex: 1;
  border-radius: var(--border-radius-lg);
}

/* Thanh trượt ngang chứa các thẻ */
.testimonial-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1); /* Trượt mượt kiểu Apple */
  align-items: stretch;
}

/* --- Card Đánh Giá --- */
.testimonial-card {
  flex: 0 0 100%; /* Mỗi card chiếm 100% chiều rộng của khung nhìn */
  background-color: var(--white);
  padding: 50px;
  box-sizing: border-box;
  position: relative;
  border-radius: var(--border-radius-lg);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.quote-icon {
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 6rem;
  color: var(--primary-color);
  opacity: 0.1; /* Làm mờ dấu ngoặc kép để làm background */
  font-family: serif;
  line-height: 1;
}

.testimonial-text {
  font-size: 1.15rem;
  color: var(--text-main);
  line-height: 1.8;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  font-style: italic;
}

/* --- Thông tin tác giả --- */
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 2;
}

.author-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--primary-color);
}

.author-name {
  font-size: 1.1rem;
  margin-bottom: 2px;
}

.author-role {
  font-size: 0.85rem;
  color: var(--text-muted);
  display: block;
}

.author-stars {
  color: #f5a623;
  font-size: 0.9rem;
  margin-top: 4px;
  letter-spacing: 2px;
}

/* --- Nút bấm (Arrows & Dots) --- */
.slider-btn {
  background-color: var(--white);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-main);
  font-size: 1.2rem;
  transition: all var(--transition-fast);
  z-index: 10;
}

.slider-btn:hover {
  background-color: var(--primary-color);
  color: var(--white);
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.dot.active {
  background-color: var(--primary-color);
  width: 24px;
  border-radius: 10px; /* Chấm active kéo dài ra hình viên thuốc */
}

/* ==================== RESPONSIVE TESTIMONIALS ==================== */
@media (max-width: 768px) {
  .testimonial-slider-wrapper {
    position: relative;
  }

  .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .prev-btn {
    left: -10px;
  }
  .next-btn {
    right: -10px;
  }

  .testimonial-card {
    padding: 40px 20px;
  }

  .testimonial-text {
    font-size: 1rem;
  }
}

/* ==================== BOOKING SECTION STYLE ==================== */
.booking {
  background-color: var(--white);
  position: relative;
}

/* Thêm một lớp nền mờ nghệ thuật phía sau để nổi bật Form */
.booking::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-color: var(--secondary-color);
  border-radius: 200px 0 0 200px;
  z-index: 0;
}

.booking-container {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Chia 2 cột */
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* --- Cột Trái: Thông tin --- */
.booking-desc {
  color: var(--text-muted);
  font-size: 1.05rem;
  margin-bottom: 40px;
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.contact-icon {
  font-size: 1.5rem;
  background-color: var(--secondary-color);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.contact-item strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  margin-bottom: 4px;
  color: var(--text-main);
}

.contact-item p {
  color: var(--text-muted);
  font-size: 0.95rem;
}

/* --- Cột Phải: Form Đặt Lịch --- */
.booking-form-wrapper {
  background-color: var(--white);
  padding: 40px;
  border-radius: var(--border-radius-lg);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08); /* Bóng đổ mạnh hơn để nổi bệt */
}

/* Ẩn style mặc định của thẻ select để đẹp hơn */
.custom-select {
  appearance: none;
  cursor: pointer;
}

.custom-select-wrapper {
  position: relative;
}

/* Tạo mũi tên giả cho select box */
.custom-select-wrapper::after {
  content: "▼";
  font-size: 0.8rem;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--text-muted);
}

/* --- Direct Contact Options (Thay thế Form) --- */
.booking-direct-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.direct-card {
  background-color: var(--white);
  padding: 50px 40px;
  border-radius: var(--border-radius-lg);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  width: 100%;
}

.direct-title {
  font-size: 1.5rem;
  margin-bottom: 12px;
  text-align: center;
}

.direct-desc {
  color: var(--text-muted);
  text-align: center;
  margin-bottom: 30px;
  font-size: 0.95rem;
}

.direct-btn-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Nút bấm mạng xã hội */
.btn-direct {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  border-radius: var(--border-radius-md);
  font-weight: 600;
  font-size: 1rem;
  transition: all var(--transition-normal);
  text-decoration: none;
}

.btn-arrow {
  font-size: 1.2rem;
  transition: transform var(--transition-fast);
}

.btn-direct:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.btn-direct:hover .btn-arrow {
  transform: translateX(5px);
}

/* Bảng màu đặc trưng của từng app */
.btn-zalo {
  background-color: #0068ff;
  color: #ffffff;
}

.btn-messenger {
  /* Gradient đặc trưng của Messenger */
  background: linear-gradient(
    83.84deg,
    #0088ff -6.87%,
    #a033ff 26.54%,
    #ff5c87 100%
  );
  color: #ffffff;
}

.btn-call {
  background-color: var(--primary-color);
  color: var(--white);
}

.btn-block {
  width: 100%; /* Nút bấm tràn viền */
  padding: 18px;
  font-size: 1rem;
  margin-top: 10px;
}

/* ==================== RESPONSIVE BOOKING ==================== */
@media (max-width: 992px) {
  .booking::before {
    display: none; /* Ẩn mảng màu nền phụ trên Mobile để tránh rối rắm */
  }

  .booking-container {
    grid-template-columns: 1fr; /* Gộp thành 1 cột */
    gap: 40px;
  }

  .booking-info .section-title,
  .booking-info .section-subtitle {
    text-align: center !important;
  }

  .booking-desc {
    text-align: center;
  }

  .contact-info-list {
    align-items: center;
    text-align: center;
  }

  .contact-item {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}

@media (max-width: 576px) {
  .form-row {
    grid-template-columns: 1fr; /* Các trường trong form cũng gom về 1 cột trên ĐTDĐ */
    gap: 0;
  }

  .booking-form-wrapper {
    padding: 24px 20px;
  }
}

/* ==================== FOOTER SECTION STYLE ==================== */
.footer {
  background-color: var(--secondary-color);
  padding: 80px 0 0 0;
  color: var(--text-main);
}

.footer-container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr; /* Chia 4 cột tỷ lệ vừa phải */
  gap: 40px;
  margin-bottom: 60px;
}

/* --- Cột Thương Hiệu --- */
.footer-desc {
  color: var(--text-muted);
  margin: 20px 0;
  font-size: 0.95rem;
  line-height: 1.6;
  max-width: 300px;
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: all var(--transition-normal);
  box-shadow: var(--box-shadow);
}

.social-icon:hover {
  background-color: var(--primary-color);
  color: var(--white);
  transform: translateY(-3px);
}

/* --- Các Cột Tiêu Đề & Link --- */
.footer-heading {
  font-size: 1.2rem;
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 12px;
}

.footer-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: var(--primary-color);
}

.footer-links li,
.footer-contact li {
  margin-bottom: 16px;
}

.footer-links a {
  color: var(--text-muted);
  font-size: 0.95rem;
  transition: all var(--transition-fast);
}

.footer-links a:hover {
  color: var(--primary-color);
  padding-left: 6px; /* Hiệu ứng dịch mũi tên nhẹ khi hover */
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

/* --- Thanh Bản Quyền Phía Dưới Cùng --- */
.footer-bottom {
  /* Dùng màu tối hơn màu secondary một chút để tách biệt */
  background-color: #f2eadf;
  padding: 24px 0;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.footer-bottom p {
  color: var(--text-muted);
  font-size: 0.9rem;
}

/* ==================== RESPONSIVE FOOTER ==================== */
@media (max-width: 992px) {
  .footer-container {
    grid-template-columns: 1fr 1fr; /* 2 cột trên Tablet */
  }

  .footer-desc {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .footer-container {
    grid-template-columns: 1fr; /* 1 cột trên Mobile */
    gap: 30px;
  }
}
