
.online-hero h1 { font-size: 32px; font-weight: bold; color: #0f172a; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.5px; text-align: center; }
.booking-selection-grid, .booking-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; max-width: 1200px; margin: 0 auto; }
.booking-card { background: #fff; padding: 25px; border-radius: 12px; border-bottom: 4px solid #c9a227; box-shadow: 0 4px 6px rgba(0,0,0,0.05); text-align: center; display: flex; flex-direction: column; transition: transform 0.3s; margin-top: 50px  }
.booking-card:hover { transform: translateY(-5px); }
.booking-card p { flex-grow: 1; font-size: 14px; color: #555; margin-bottom: 20px; }
.btn-book, .btn-gold { display: block; width: 100%; background: #c9a227 !important; color: #000 !important; padding: 15px 0; border-radius: 6px; font-weight: bold; text-decoration: none !important; text-transform: uppercase; font-size: 14px; border: none; text-align: center; }
.faq-item { background: #fff; border: 1px solid #ddd; border-radius: 8px; margin-bottom: 10px; list-style: none; }
.faq-item[open] { border-color: #c9a227; box-shadow: 0 4px 10px rgba(0,0,0,0.05); }
.faq-item summary { padding: 15px; font-weight: bold; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.faq-content { padding: 0 20px 20px; color: #444; line-height: 1.6; }
.faq-category-title h3 { margin: 30px 0 15px; border-left: 4px solid #c9a227; padding-left: 15px; font-size: 22px; }
.security-bar { background: #0f172a; color: #fff; border-radius: 12px; padding: 35px; display: flex; flex-wrap: wrap; justify-content: space-around; text-align: center; gap: 20px; margin-top: 100px }
.sticky-cta a { background: #c9a227 !important; color: #000 !important; border: 2px solid #000 !important; font-weight: bold !important; }