:root {
  --color-accent: #f28c28 !important;
  --color-accent-dark: #d96e0c !important;
  --color-dark: #111315 !important;
  --color-text: #252a2e !important;
  --color-muted: #687078 !important;
  --color-bg: #ffffff !important;
  --color-surface: #f4f5f6 !important;
  --color-border: #dfe3e6 !important;
  --orange: #f28c28 !important;
  --orange-dark: #d96e0c !important;
  --dark: #111315 !important;
  --text: #252a2e !important;
  --muted: #687078 !important;
  --white: #ffffff !important;
  --light: #f4f5f6 !important;
  --border: #dfe3e6 !important;
  --max-width: 1180px !important;
  --radius-sm: 12px !important;
  --radius-md: 20px !important;
  --shadow-sm: 0 10px 30px rgba(17,19,21,0.10) !important;
}
html { font-size: 16px; }
body, button, input, textarea, select { font-family: Inter, "Segoe UI", Arial, Helvetica, sans-serif !important; }
body { color: #252a2e; background-color: #ffffff; line-height: 1.65; }
h1, h2, h3, h4, h5, h6 { font-weight: 800; }
.site-header, .booking-header { background-color: #111315 !important; }
.header-inner { min-height: 78px !important; }
.section { padding-top: 86px !important; padding-bottom: 86px !important; }
.container, .header-inner, .footer-inner, .hero-content { max-width: 1180px !important; }
.card, .trailer-card, .booking-card, .calendar-card, .legal-card, .info-card { border-color: #dfe3e6 !important; border-radius: 20px !important; box-shadow: 0 10px 30px rgba(17,19,21,0.10) !important; }
.btn, .button, button[type="submit"], .primary-button { border-radius: 999px !important; }
input, textarea, select { border-radius: 12px !important; border-color: #dfe3e6 !important; }
.site-footer, footer.footer { background-color: #111315 !important; }


