:root {
  --gold: #C9922B;
  --gold-light: #E8C97A;
  --gold-dark: #9A6A18;
  --navy: #1A0A0A;
  --navy-light: #2D1010;
  --sea: #8B1A1A;
  --sea-light: #C0392B;
  --white: #FAFAF8;
  --cream: #F8F0E8;
  --text: #2C1A0A;
  --text-light: #6B4A3A;
  --border: rgba(201,146,43,0.25);
}

* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Be Vietnam Pro', sans-serif; background: var(--white); color: var(--text); overflow-x: hidden; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.text-center { text-align: center; }
.section-padding { padding: 80px 0; }
.bg-light { background-color: var(--cream); }

.section-subtitle { color: var(--gold); font-size: 13px; letter-spacing: 2px; font-weight: 600; margin-bottom: 10px; text-transform: uppercase; }
.section-title { font-family: 'Playfair Display', serif; font-size: 36px; color: var(--navy); }
.divider { width: 60px; height: 3px; background: var(--gold); margin: 20px auto 40px; }

/* Topbar & Navbar */
.topbar { background: #0D0404; padding: 10px 40px; display: flex; justify-content: space-between; font-size: 12px; color: var(--gold-light); }
.lang-btn { background: transparent; border: 1px solid var(--gold); color: var(--gold); padding: 2px 8px; margin-left: 5px; cursor: pointer; border-radius: 2px; }
.lang-btn.active, .lang-btn:hover { background: var(--gold); color: #fff; }

nav { position: sticky; top: 0; background: rgba(26, 10, 10, 0.96); backdrop-filter: blur(10px); padding: 15px 40px; display: flex; justify-content: space-between; align-items: center; z-index: 1000; border-bottom: 1px solid var(--border); }
.logo-text { font-family: 'Playfair Display', serif; color: var(--gold); font-size: 24px; font-weight: bold; text-decoration: none; }
.nav-links { display: flex; list-style: none; align-items: center; gap: 22px; }
.nav-links a { color: var(--white); text-decoration: none; font-size: 14px; font-weight: 500; transition: 0.3s; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-book-btn { background: var(--gold); color: #fff !important; padding: 8px 18px; border-radius: 2px; }

/* Sub-menu Dropdown cho Tin tức */
.has-dropdown { position: relative; }
.dropdown { position: absolute; top: 100%; left: 0; background: var(--navy-light); list-style: none; min-width: 190px; display: none; padding: 10px 0; border-top: 2px solid var(--gold); box-shadow: 0 5px 15px rgba(0,0,0,0.3); }
.dropdown a { display: block; padding: 8px 20px; font-size: 13px; }
.has-dropdown:hover .dropdown { display: block; }

/* Slider Section */
.hero-slider { position: relative; height: 75vh; overflow: hidden; background: #000; }
.slide { position: absolute; inset: 0; background-size: cover; background-position: center; display: flex; align-items: center; padding-left: 8%; opacity: 0; transition: opacity 0.8s ease-in-out; }
.slide.active { opacity: 1; }
.slide-content { color: #fff; max-width: 650px; text-shadow: 0 2px 10px rgba(0,0,0,0.6); }
.slide-content h2 { font-family: 'Playfair Display', serif; font-size: 45px; margin-bottom: 15px; color: var(--gold-light); }
.slider-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,0.4); color: #fff; border: none; padding: 12px; cursor: pointer; font-size: 20px; z-index: 5; }
.slider-arrow:hover { background: var(--gold); }
.prev { left: 20px; } .next { right: 20px; }

/* Booking Section */
.booking-bar { background: var(--navy-light); padding: 25px 0; margin-top: -45px; position: relative; z-index: 100; max-width: 1100px; margin-left: auto; margin-right: auto; border: 1px solid var(--border); border-radius: 2px; }
#bookingForm { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 15px; padding: 0 20px; }
.form-group { flex: 1; min-width: 170px; display: flex; flex-direction: column; gap: 6px; }
.form-group label { color: var(--gold-light); font-size: 12px; font-weight: 600; text-transform: uppercase; }
.form-group input, .form-group select { padding: 10px; border: 1px solid var(--border); background: #1A0A0A; color: #fff; outline: none; }
.btn-submit-booking { background: var(--gold); color: #fff; border: none; padding: 11px; cursor: pointer; font-weight: 600; transition: 0.3s; width: 100%; }
.btn-submit-booking:hover { background: var(--gold-dark); }

/* Rooms Grid */
.rooms-grid, .amenities-grid, .news-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 20px; }
.room-card { background: #fff; border: 1px solid rgba(0,0,0,0.05); overflow: hidden; }
.room-img { height: 230px; background-size: cover; background-position: center; }
.room-info { padding: 22px; border-top: 3px solid var(--gold); }
.room-info h3 { font-family: 'Playfair Display', serif; font-size: 22px; margin-bottom: 8px; color: var(--navy); }
.room-info p { color: var(--text-light); font-size: 14px; margin-bottom: 12px; }
.room-price { color: var(--sea); font-weight: 700; font-size: 17px; }

/* Amenities Section */
.amenity-item { text-align: center; padding: 35px 20px; background: var(--white); border: 1px solid var(--border); transition: 0.3s; }
.amenity-item:hover { transform: translateY(-4px); border-color: var(--gold); }
.amenity-icon { font-size: 35px; margin-bottom: 12px; }
.amenity-item h4 { font-size: 18px; margin-bottom: 8px; color: var(--navy); }
.amenity-item p { color: var(--text-light); font-size: 14px; }

/* News Filters & Card */
.news-filters { display: flex; justify-content: center; gap: 8px; margin-bottom: 35px; }
.filter-btn { background: var(--white); border: 1px solid var(--border); padding: 8px 18px; cursor: pointer; font-size: 13px; color: var(--text); transition: 0.3s; }
.filter-btn.active, .filter-btn:hover { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.news-card { background: #fff; border: 1px solid rgba(0,0,0,0.04); }
.news-body { padding: 20px; }
.news-cat { color: var(--sea); font-size: 12px; font-weight: bold; text-transform: uppercase; }
.news-title { font-size: 17px; margin: 8px 0; color: var(--navy); font-family: 'Playfair Display', serif; }
.news-excerpt { color: var(--text-light); font-size: 13.5px; margin-bottom: 15px; }
.news-footer { display: flex; justify-content: space-between; font-size: 12px; color: var(--text-light); align-items: center; }
.readmore { color: var(--gold-dark); text-decoration: none; font-weight: 600; }

/* Contact Section */
.contact-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.contact-info { background: var(--navy-light); color: #fff; padding: 40px; border-left: 4px solid var(--gold); }
.contact-info h4 { font-family: 'Playfair Display', serif; font-size: 24px; color: var(--gold-light); margin-bottom: 15px; }
.contact-info p { margin-bottom: 12px; font-size: 14.5px; color: var(--cream); }
.contact-form input, .contact-form textarea { width: 100%; padding: 11px; margin-bottom: 12px; border: 1px solid var(--border); background: var(--white); outline: none; }

footer { background: #0D0404; color: var(--gold-light); text-align: center; padding: 20px; font-size: 13px; border-top: 1px solid var(--border); }
/* ==========================================================================
   STYLE LẠI PHẦN GIỚI THIỆU (ABOUT SECTION) ĐẸP & SANG TRỌNG
   ========================================================================== */

.about-section {
  padding: 80px 0;
  background-color: var(--cream); /* Tận dụng màu nền kem sang trọng có sẵn */
}

.about-section .container {
  max-width: 800px; /* VÀNG: Giới hạn chiều rộng để dòng chữ không bị trải dài hết màn hình gây mỏi mắt */
  margin: 0 auto;
  padding: 0 24px;
}

.about-section .section-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.6rem;
  color: var(--navy);
  text-align: center;
  margin-bottom: 48px;
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
}

/* Thêm nét gạch vàng tinh tế dưới tiêu đề */
.about-section .section-title::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background-color: var(--gold);
}

/* Khối nội dung đoạn văn */
.about-content {
  text-align: justify; /* Căn đều 2 bên giúp khối văn bản vuông vắn, chuyên nghiệp */
  text-justify: inter-word;
}

.about-content p {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.05rem;     /* Kích thước chữ vừa vặn, dễ đọc */
  line-height: 1.85;      /* THOÁNG: Khoảng cách giữa các dòng lý tưởng cho bài đọc dài */
  color: var(--text-light);/* Màu chữ nâu đen nhẹ, giảm độ tương phản gắt gây nhức mắt */
  margin-bottom: 28px;    /* RÕ RÀNG: Khoảng cách giữa các đoạn văn tách biệt hẳn hoi */
  letter-spacing: 0.2px;  /* Độ giãn chữ vừa phải */
}

/* Tạo điểm nhấn cho ĐOẠN VĂN MỞ ĐẦU (Intro Paragraph) */
.about-content p:first-of-type {
  font-size: 1.15rem;     /* Chữ to hơn một chút */
  color: var(--text);      /* Màu đậm hơn */
  font-weight: 500;       /* Hơi đậm hơn để dẫn dắt người đọc */
  line-height: 1.75;
}

/* Đoạn cuối cùng loại bỏ margin để không làm lệch padding của toàn section */
.about-content p:last-of-type {
  margin-bottom: 0;
}


/* ─── TỐI ƯU HIỂN THỊ TRÊN ĐIỆN THOẠI (RESPONSIVE) ─── */
@media (max-width: 768px) {
  .about-section {
    padding: 50px 0;
  }
  
  .about-section .section-title {
    font-size: 2rem;
    margin-bottom: 32px;
  }
  
  .about-content {
    text-align: left; /* Trên mobile bắt buộc để canh trái để chữ không bị kéo dãn xa nhau bất thường */
  }
  
  .about-content p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 20px; /* Thu hẹp khoảng cách một chút trên màn hình nhỏ */
  }

  .about-content p:first-of-type {
    font-size: 1.08rem;
  }
}

/* Màu cho trạng thái Chờ duyệt (Vàng) */
.status-pending {
    background-color: #fff3cd;
    color: #856404;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
}

/* Màu cho trạng thái Đã xác nhận (Xanh lá) */
.status-confirmed {
    background-color: #d4edda;
    color: #155724;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
}

/* Màu cho trạng thái Đã hủy (Đỏ) */
.status-cancelled {
    background-color: #f8d7da;
    color: #721c24;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
}