/* ── Flatpickr gold theme ── */
.flatpickr-calendar { font-family: 'Open Sans', sans-serif; border-radius: 8px; box-shadow: 0 8px 30px rgba(0,0,0,.15); }
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange,
.flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover {
  background: var(--gold); border-color: var(--gold); color: #000; font-weight: 700;
}
.flatpickr-day.inRange { background: #f5e9b0; border-color: #f5e9b0; color: #333; }
.flatpickr-day:hover { background: #f5e9b0; }
.flatpickr-months .flatpickr-month, .flatpickr-weekdays, span.flatpickr-weekday { background: var(--dark); color: #fff; }
.flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-current-month input.cur-year { color: #fff; }
.flatpickr-prev-month svg, .flatpickr-next-month svg { fill: #fff; }
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover { color: #ccc; text-decoration: line-through; }
.date-range-input {
  cursor: pointer;
  background: #fafafa url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23D4AF37' stroke-width='2'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E") no-repeat right .75rem center;
  padding-right: 2.5rem;
}
.nights-badge { display: inline-block; background: var(--gold); color: #000; font-size: .75rem; font-weight: 700; padding: .15rem .5rem; border-radius: 3px; margin-left: .5rem; vertical-align: middle; }

/* ── Variables & Reset ── */
:root { --gold: #D4AF37; --gold2: #c49b28; --dark: #1a1a1a; --gray: #333; --light: #f5f5f5; --white: #ffffff; --text: #444; }
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Open Sans', sans-serif; color: var(--text); }
a { text-decoration: none; color: inherit; }

/* ── TOPBAR ── */
.topbar { background: #2b2b2b; color: #ccc; font-size: .82rem; padding: .45rem 2rem; display: flex; justify-content: space-between; align-items: center; }
.topbar a { background: var(--gold); color: #000; font-weight: 700; padding: .3rem .9rem; border-radius: 3px; font-size: .85rem; }
.topbar a:hover { background: var(--gold2); }

/* ── NAV ── */
header { background: var(--white); box-shadow: 0 2px 8px rgba(0,0,0,.1); position: sticky; top: 0; z-index: 100; }
nav { max-width: 1100px; margin: 0 auto; padding: .8rem 2rem; display: flex; justify-content: space-between; align-items: center; }
nav .logo img { height: 60px; display: block; }
.nav-links { display: flex; gap: 2rem; align-items: center; }
.nav-links a { font-family: 'Montserrat', sans-serif; font-size: .9rem; font-weight: 600; color: var(--dark); letter-spacing: .5px; }
.nav-links a:hover { color: var(--gold); }
.nav-links a.active { color: var(--gold); border-bottom: 2px solid var(--gold); padding-bottom: 2px; }
.nav-links .nav-cta { background: var(--gold); color: #000; padding: .5rem 1.2rem; border-radius: 3px; }
.nav-links .nav-cta:hover { background: var(--gold2); color: #000; }
/* Mobile hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: .5rem; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--dark); border-radius: 2px; transition: .3s; }

/* ── BUTTONS ── */
.btn { display: inline-block; background: var(--gold); color: #000; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1rem; padding: .85rem 2rem; border-radius: 4px; border: none; cursor: pointer; letter-spacing: .5px; transition: background .2s; }
.btn:hover { background: var(--gold2); }
.btn-outline { background: transparent; border: 2px solid var(--gold); color: var(--gold); margin-left: 1rem; }
.btn-outline:hover { background: var(--gold); color: #000; }

/* ── PAGE HERO (interior pages) ── */
.page-hero { background: var(--dark); padding: 3.5rem 2rem; text-align: center; }
.page-hero h1 { font-family: 'Montserrat', sans-serif; font-size: 2.5rem; font-weight: 800; color: var(--white); margin-bottom: .75rem; }
.page-hero h1 span { color: var(--gold); }
.page-hero p { color: #aaa; font-size: 1.05rem; max-width: 600px; margin: 0 auto; }

/* ── HERO (home) ── */
.hero { position: relative; min-height: 520px; background: url('hero.jpg') center/cover no-repeat; display: flex; align-items: center; justify-content: flex-start; }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,.65) 45%, rgba(0,0,0,.2) 100%); }
.hero-content { position: relative; z-index: 1; max-width: 600px; padding: 3rem 3rem 3rem 4rem; color: var(--white); }
.hero-content h1 { font-family: 'Montserrat', sans-serif; font-size: 3rem; font-weight: 800; line-height: 1.15; margin-bottom: 1rem; text-shadow: 0 2px 8px rgba(0,0,0,.4); }
.hero-content h1 span { color: var(--gold); }
.hero-content p { font-size: 1.1rem; line-height: 1.7; margin-bottom: 1.5rem; opacity: .92; }

/* ── BOOKING ── */
.booking-section { background: var(--dark); padding: 3rem 2rem; }
.booking-inner { max-width: 800px; margin: 0 auto; }
.booking-section h2 { font-family: 'Montserrat', sans-serif; color: var(--white); font-size: 1.6rem; margin-bottom: .4rem; }
.booking-section .sub { color: #aaa; font-size: .9rem; margin-bottom: 1.5rem; }
.booking-card { background: var(--white); border-radius: 8px; padding: 2rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.form-grid.three { grid-template-columns: 1fr 1fr 1fr; }
label { display: block; font-size: .8rem; font-weight: 600; color: #666; margin-bottom: .3rem; text-transform: uppercase; letter-spacing: .5px; }
input, select, textarea { width: 100%; padding: .65rem .8rem; border: 1px solid #ddd; border-radius: 4px; font-size: .95rem; font-family: 'Open Sans', sans-serif; color: var(--dark); background: #fafafa; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--gold); background: #fff; }
.price-preview { background: #f9f5e8; border: 1px solid #e8d89a; border-radius: 4px; padding: .75rem 1rem; margin: .75rem 0; font-size: .9rem; min-height: 48px; display: none; }
.price-preview.show { display: block; }
.price-row { display: flex; justify-content: space-between; padding: .15rem 0; }
.price-row.total { border-top: 1px solid #e8d89a; margin-top: .35rem; padding-top: .35rem; font-weight: 700; font-size: 1rem; }
.surge-badge { background: var(--gold); color: #000; font-size: .7rem; font-weight: 700; padding: .1rem .4rem; border-radius: 3px; margin-left: .4rem; }
.book-btn { width: 100%; padding: 1rem; font-size: 1.1rem; margin-top: .5rem; }
.error-msg { color: #c0392b; font-size: .85rem; margin-top: .5rem; display: none; }

/* ── FEATURES ── */
.features { background: var(--dark); padding: 3rem 2rem; }
.features-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.feature-card { background: #2b2b2b; border: 1px solid #3a3a3a; border-radius: 6px; padding: 1.8rem; color: var(--white); }
.feature-card .icon { font-size: 2.2rem; margin-bottom: .75rem; }
.feature-card h3 { font-family: 'Montserrat', sans-serif; font-size: 1.1rem; margin-bottom: .5rem; color: var(--gold); }
.feature-card p { font-size: .9rem; color: #aaa; line-height: 1.6; }

/* ── CONTENT SECTIONS ── */
.content-section { padding: 5rem 2rem; }
.content-section.alt { background: var(--light); }
.content-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.content-inner.reverse { direction: rtl; }
.content-inner.reverse > * { direction: ltr; }
.content-inner img { width: 100%; border-radius: 8px; box-shadow: 0 4px 20px rgba(0,0,0,.12); }
.content-text h2 { font-family: 'Montserrat', sans-serif; font-size: 2rem; font-weight: 700; color: var(--dark); margin-bottom: 1rem; line-height: 1.2; }
.content-text p { line-height: 1.8; margin-bottom: 1rem; color: var(--text); }

/* ── CTA STRIP ── */
.cta-strip { background: var(--gold); padding: 2.5rem 2rem; }
.cta-strip-inner { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.cta-strip h3 { font-family: 'Montserrat', sans-serif; font-size: 1.5rem; color: #000; font-weight: 700; }
.cta-strip p { color: #333; font-size: .95rem; margin-top: .25rem; }
.cta-strip .btn { background: #000; color: var(--gold); white-space: nowrap; flex-shrink: 0; }
.cta-strip .btn:hover { background: #222; }

/* ── LITHIUM ── */
.lithium { padding: 5rem 2rem; background: var(--white); }
.lithium-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.lithium-text h2 { font-family: 'Montserrat', sans-serif; font-size: 2rem; font-weight: 700; color: var(--dark); margin-bottom: 1rem; }
.lithium-text ul { list-style: none; margin: 1rem 0; }
.lithium-text ul li { padding: .4rem 0; padding-left: 1.5rem; position: relative; line-height: 1.6; }
.lithium-text ul li::before { content: '✓'; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.contact-form-card { background: var(--light); border-radius: 8px; padding: 2rem; }
.contact-form-card h3 { font-family: 'Montserrat', sans-serif; font-size: 1.2rem; margin-bottom: 1.2rem; color: var(--dark); }
.contact-form-card .form-field { margin-bottom: .85rem; }
.contact-form-card textarea { resize: vertical; }

/* ── CONTACT PAGE ── */
.contact-grid { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; padding: 5rem 2rem; }
.contact-info h3 { font-family: 'Montserrat', sans-serif; font-size: 1.4rem; color: var(--dark); margin-bottom: 1.5rem; }
.contact-info p { line-height: 2; font-size: 1rem; }
.contact-info a { color: var(--gold); }
.contact-form-full { background: var(--light); border-radius: 8px; padding: 2rem; }
.contact-form-full h3 { font-family: 'Montserrat', sans-serif; font-size: 1.2rem; margin-bottom: 1.2rem; color: var(--dark); }
.contact-form-full .form-field { margin-bottom: .85rem; }

/* ── FAQ ── */
.faq-wrap { max-width: 800px; margin: 0 auto; padding: 4rem 2rem; }
.faq-wrap h2 { font-family: 'Montserrat', sans-serif; font-size: 2rem; font-weight: 700; color: var(--dark); margin-bottom: 2rem; text-align: center; }

/* ── FOOTER ── */
footer { background: #111; color: #999; padding: 3rem 2rem 1.5rem; }
.footer-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; padding-bottom: 2rem; border-bottom: 1px solid #2a2a2a; margin-bottom: 1.5rem; }
footer h4 { font-family: 'Montserrat', sans-serif; color: var(--gold); font-size: .9rem; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 1rem; }
footer p, footer li { font-size: .85rem; line-height: 1.8; }
footer ul { list-style: none; }
footer ul li a { color: #999; }
footer ul li a:hover { color: var(--gold); }
.footer-bottom { max-width: 1100px; margin: 0 auto; text-align: center; font-size: .8rem; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .hero-content { padding: 2rem 1.5rem; }
  .hero-content h1 { font-size: 2.1rem; }
  .features-grid { grid-template-columns: 1fr; }
  .content-inner { grid-template-columns: 1fr; gap: 2rem; }
  .content-inner.reverse { direction: ltr; }
  .lithium-inner { grid-template-columns: 1fr; gap: 2rem; }
  .contact-grid { grid-template-columns: 1fr; padding: 3rem 1.5rem; }
  .cta-strip-inner { flex-direction: column; text-align: center; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid.three { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .nav-links { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: #fff; padding: 1.5rem 2rem; box-shadow: 0 4px 12px rgba(0,0,0,.1); gap: 1.2rem; }
  .nav-links.open { display: flex; }
  .hamburger { display: flex; }
  .topbar { font-size: .75rem; }
  header { position: relative; }
  .page-hero h1 { font-size: 1.8rem; }
}
