:root {
  --eclat-bg: #0a1628;
  --eclat-surface: #111d32;
  --eclat-surface-2: #1a2942;
  --eclat-gold: #c5a060;
  --eclat-gold-light: #e3c67a;
  --eclat-text: #f8f9fa;
  --eclat-muted: #a8b4c4;
}

html{
  max-width: 100%;
  overflow-x: clip;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: var(--eclat-bg);
  color: var(--eclat-text);
}

h1, h2, h3, h4, h5, h6, .display-font {
  font-family: 'Playfair Display', serif;
}

a { color: var(--eclat-gold); text-decoration: none; }
a:hover { color: var(--eclat-gold-light); text-decoration: underline; }

.navbar, .top-bar, .footer {
  background-color: var(--eclat-surface);
}

.top-bar { font-size: 0.85rem; padding: 0.5rem 0; color: var(--eclat-muted); }
.top-bar i { color: var(--eclat-gold); margin-right: 0.4rem; }

.navbar { padding: 0.75rem 0; }
.navbar-brand img { height: 50px; width: auto; }

.navbar-nav .nav-link { color: var(--eclat-text); font-weight: 500; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus { color: var(--eclat-gold); }

.navbar-toggler { border-color: rgba(197,160,96,0.4); color: var(--eclat-gold); }
.navbar-toggler:focus { box-shadow: 0 0 0 0.15rem rgba(197,160,96,0.3); }

.social-links { display: flex; gap: 0.75rem; align-items: center; }
.social-link { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--eclat-surface-2); color: var(--eclat-gold); transition: all 0.3s ease; }
.social-link:hover { background: var(--eclat-gold); color: var(--eclat-bg); text-decoration: none; }

section { padding: 5rem 0; position: relative; }
.section-title { margin-bottom: 2.5rem; }
.section-title h2 { color: var(--eclat-gold); position: relative; display: inline-block; }
.section-title h2::after { content: ''; display: block; width: 60px; height: 3px; background: var(--eclat-gold); margin-top: 0.5rem; }

.has-bg-img { background-size: cover; background-position: center; background-repeat: no-repeat; }

.gold-text { color: var(--eclat-gold); }
.btn-gold { background-color: var(--eclat-gold); color: #0a1628; border: none; font-weight: 600; padding: 0.75rem 1.75rem; border-radius: 0; transition: all 0.3s ease; }
.btn-gold:hover, .btn-gold:focus { background-color: var(--eclat-gold-light); color: #0a1628; }
.btn-outline-gold { border: 2px solid var(--eclat-gold); color: var(--eclat-gold); background: transparent; font-weight: 600; padding: 0.75rem 1.75rem; border-radius: 0; transition: all 0.3s ease; }
.btn-outline-gold:hover, .btn-outline-gold:focus { background: var(--eclat-gold); color: #0a1628; }

.card { background-color: var(--eclat-surface); border: 1px solid var(--eclat-surface-2); border-radius: 0; }
.card-body { padding: 1.5rem; }

.price-card { border-top: 4px solid var(--eclat-gold); }
.package-card { background: linear-gradient(135deg, var(--eclat-surface-2), var(--eclat-surface)); }

.age-badge { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 4px; background: #dc3545; color: #fff; font-weight: 700; font-size: 0.75rem; }

.rating { color: var(--eclat-gold); }

.gallery-item { position: relative; overflow: hidden; }
.gallery-item img { width: 100%; height: 300px; object-fit: cover; display: block; }
.gallery-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 1rem; background: linear-gradient(transparent, rgba(10,22,40,0.9)); color: var(--eclat-text); }

.form-control, .form-select { background-color: var(--eclat-surface-2); border: 1px solid rgba(197,160,96,0.3); color: var(--eclat-text); border-radius: 0; }
.form-control:focus, .form-select:focus { background-color: var(--eclat-surface-2); border-color: var(--eclat-gold); color: var(--eclat-text); box-shadow: 0 0 0 0.25rem rgba(197,160,96,0.25); }
.form-control::placeholder { color: var(--eclat-muted); }

.form-success { display: none; padding: 1rem; background: rgba(25,135,84,0.2); border: 1px solid rgba(25,135,84,0.5); color: #d1e7dd; }
.form-success.show { display: block; }

.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: var(--eclat-surface); border-top: 2px solid var(--eclat-gold); z-index: 1080; padding: 1rem 0; display: none; }
.cookie-banner.show { display: block; }

.footer { background-color: #070f1c; color: var(--eclat-muted); padding: 4rem 0 1.5rem; }
.footer h5 { color: var(--eclat-gold); font-family: 'Playfair Display', serif; margin-bottom: 1rem; }
.footer a { color: var(--eclat-muted); }
.footer a:hover { color: var(--eclat-gold); }
.footer ul li { margin-bottom: 0.4rem; }

.hero-slide { min-height: 90vh; display: flex; align-items: center; justify-content: center; text-align: center; }
.hero-slide .container { position: relative; z-index: 2; }

.section-skew { clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%); }
.section-skew-reverse { clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 96%); }

.table { --bs-table-bg: var(--eclat-surface); --bs-table-color: var(--eclat-text); --bs-table-border-color: var(--eclat-surface-2); }
.table thead th { color: var(--eclat-gold); font-family: 'Playfair Display', serif; }

.accordion-button { background-color: var(--eclat-surface); color: var(--eclat-text); }
.accordion-button:not(.collapsed) { background-color: var(--eclat-surface-2); color: var(--eclat-gold); box-shadow: none; }
.accordion-button::after { filter: invert(1); }
.accordion-body { background-color: var(--eclat-surface); color: var(--eclat-muted); }

@media (max-width: 991px) {
  .navbar-collapse { background: var(--eclat-surface); padding: 1rem; border-top: 1px solid var(--eclat-surface-2); }
  .hero-slide { min-height: 70vh; }
  section { padding: 3.5rem 0; }
}
