:root {
  --simvent-primary: #1f5fa8;
  --simvent-primary-dark: #17487f;
  --simvent-success: #198754;
  --simvent-danger: #dc3545;
  --simvent-warning: #ffc107;
  --simvent-info: #0dcaf0;
  --simvent-light: #f6f8fb;
  --simvent-muted: #667085;
  --simvent-border: #d9e0ea;
  --simvent-text: #1f2937;
  --simvent-white: #fff;
  --simvent-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}
* { box-sizing: border-box; }
html { font-size: 16px; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--simvent-text);
  background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 38%);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: var(--simvent-primary); text-decoration: none; }
a:hover { color: var(--simvent-primary-dark); text-decoration: underline; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.py-4 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-5 { padding-top: 3rem; padding-bottom: 3rem; }
.py-4.mt-5, .mt-5 { margin-top: 3rem; }
.mt-4 { margin-top: 1.5rem; } .mt-1 { margin-top: .25rem; }
.mb-0 { margin-bottom: 0; } .mb-1 { margin-bottom: .25rem; } .mb-2 { margin-bottom: .5rem; } .mb-3 { margin-bottom: 1rem; } .mb-4 { margin-bottom: 1.5rem; }
.me-1 { margin-right: .25rem; } .me-2 { margin-right: .5rem; } .me-3 { margin-right: 1rem; }
.ms-auto { margin-left: auto; } .mx-auto { margin-left: auto; margin-right: auto; }
.p-3 { padding: 1rem; } .p-4 { padding: 1.5rem; } .pb-2 { padding-bottom: .5rem; } .px-5 { padding-left: 3rem; padding-right: 3rem; }
.row { display: flex; flex-wrap: wrap; margin: -.75rem; }
.row > * { padding: .75rem; width: 100%; }
.g-3 { margin: -.5rem; } .g-3 > * { padding: .5rem; }
.g-4 { margin: -.75rem; } .g-4 > * { padding: .75rem; }
.col, .col-12 { flex: 0 0 auto; width: 100%; }
@media (min-width: 768px) {
  .col-md-4 { width: 33.333%; } .col-md-5 { width: 41.667%; } .col-md-6 { width: 50%; } .col-md-7 { width: 58.333%; } .col-md-8 { width: 66.667%; }
  .row-cols-md-2 > * { width: 50%; }
  .d-md-flex { display: flex !important; }
  .justify-content-md-center { justify-content: center !important; }
}
@media (min-width: 992px) {
  .col-lg-4 { width: 33.333%; } .col-lg-6 { width: 50%; } .col-lg-8 { width: 66.667%; }
  .row-cols-lg-3 > * { width: 33.333%; }
}
.justify-content-center { justify-content: center; } .justify-content-between { justify-content: space-between; }
.align-items-center { align-items: center; } .align-items-start { align-items: flex-start; }
.d-flex { display: flex; } .d-grid { display: grid; } .d-block { display: block; } .d-none { display: none !important; }
.gap-2 { gap: .5rem; } .w-100 { width: 100%; } .h-100 { height: 100%; }
.text-center { text-align: center; } .text-end { text-align: right; }
.text-muted { color: var(--simvent-muted) !important; } .text-primary { color: var(--simvent-primary) !important; } .text-success { color: var(--simvent-success) !important; } .text-danger { color: var(--simvent-danger) !important; } .text-white { color: #fff !important; } .text-dark { color: var(--simvent-text) !important; }
.bg-primary { background: var(--simvent-primary) !important; } .bg-light { background: var(--simvent-light) !important; } .bg-white { background: #fff !important; } .bg-success { background: var(--simvent-success) !important; } .bg-danger { background: var(--simvent-danger) !important; } .bg-warning { background: var(--simvent-warning) !important; } .bg-info { background: var(--simvent-info) !important; }
.lead { font-size: 1.15rem; color: var(--simvent-muted); }
.small, small { font-size: .875rem; }
.fw-semibold { font-weight: 650; }
.fs-4 { font-size: 1.5rem; } .fs-5 { font-size: 1.25rem; }
.h3, h3 { font-size: 1.75rem; } .h4, h4 { font-size: 1.35rem; } .h5, h5 { font-size: 1.1rem; }
.display-1 { font-size: clamp(3rem, 8vw, 5rem); font-weight: 750; }
.display-5 { font-size: clamp(2rem, 5vw, 3rem); font-weight: 750; }
.display-6 { font-size: clamp(1.6rem, 4vw, 2.2rem); font-weight: 750; }
.navbar { box-shadow: 0 2px 18px rgba(15, 23, 42, .12); }
.navbar .container { min-height: 64px; display: flex; align-items: center; }
.navbar-brand { color: #fff; font-weight: 750; letter-spacing: -.02em; }
.navbar-brand:hover { color: #fff; text-decoration: none; }
.navbar-nav { list-style: none; display: flex; gap: .75rem; margin: 0; padding: 0; }
.nav-link { color: rgba(255,255,255,.88); font-weight: 600; }
.nav-link:hover { color: #fff; text-decoration: none; }
.navbar-toggler { display: none; background: transparent; border: 1px solid rgba(255,255,255,.45); border-radius: .5rem; padding: .35rem .55rem; color: #fff; }
.navbar-toggler-icon::before { content: "☰"; font-size: 1.25rem; }
@media (max-width: 767px) {
  .navbar .container { align-items: flex-start; flex-wrap: wrap; padding: .75rem 0; }
  .navbar-toggler { display: block; margin-left: auto; }
  .navbar-collapse { display: none; width: 100%; padding-top: .75rem; }
  .navbar-collapse.show { display: block; }
  .navbar-nav { display: block; }
}
.card { background: #fff; border: 1px solid var(--simvent-border); border-radius: 1rem; overflow: hidden; }
.card-body { padding: 1.25rem; } .card-header, .card-footer { padding: 1rem 1.25rem; background: #f8fafc; border-color: var(--simvent-border); }
.card-title { margin-top: 0; } .card-text { color: var(--simvent-muted); }
.shadow-sm { box-shadow: var(--simvent-shadow); } .shadow-lg { box-shadow: 0 22px 50px rgba(15, 23, 42, .16); }
.border { border: 1px solid var(--simvent-border) !important; } .border-0 { border: 0 !important; } .border-bottom { border-bottom: 1px solid var(--simvent-border); } .border-success { border-color: var(--simvent-success) !important; } .border-warning { border-color: var(--simvent-warning) !important; } .border-primary { border-color: var(--simvent-primary) !important; }
.rounded { border-radius: .75rem; } .rounded-circle { border-radius: 999px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .25rem; border: 1px solid transparent; border-radius: .7rem; padding: .58rem .95rem; font-weight: 700; cursor: pointer; line-height: 1.2; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-lg { padding: .85rem 1.2rem; font-size: 1.05rem; }
.btn-primary { background: var(--simvent-primary); color: #fff; } .btn-primary:hover { background: var(--simvent-primary-dark); color: #fff; }
.btn-success { background: var(--simvent-success); color: #fff; } .btn-danger { background: var(--simvent-danger); color: #fff; } .btn-secondary { background: #64748b; color: #fff; }
.btn-outline-primary { border-color: var(--simvent-primary); color: var(--simvent-primary); background: #fff; }
.btn-outline-primary:hover { background: var(--simvent-primary); color: #fff; }
.btn-outline-secondary { border-color: #94a3b8; color: #475569; background: #fff; }
.btn-outline-danger { border-color: var(--simvent-danger); color: var(--simvent-danger); background: #fff; }
.btn-outline-danger:hover { background: var(--simvent-danger); color: #fff; }
.form-label { display: block; margin-bottom: .35rem; font-weight: 650; }
.form-control { display: block; width: 100%; border: 1px solid #cbd5e1; border-radius: .65rem; padding: .7rem .8rem; font: inherit; background: #fff; color: var(--simvent-text); }
.form-control:focus { outline: 3px solid rgba(31,95,168,.15); border-color: var(--simvent-primary); }
.form-text { margin-top: .35rem; color: var(--simvent-muted); font-size: .875rem; }
.form-check { display: flex; gap: .55rem; align-items: flex-start; }
.form-check-input { margin-top: .25rem; }
.form-check-label { cursor: pointer; }
.alert { padding: .85rem 1rem; border-radius: .75rem; border: 1px solid transparent; }
.alert-warning { background: #fff8e1; border-color: #fde68a; color: #854d0e; }
.alert-success { background: #ecfdf3; border-color: #bbf7d0; color: #166534; }
.alert-danger { background: #fef2f2; border-color: #fecaca; color: #991b1b; }
.alert-info { background: #eff6ff; border-color: #bfdbfe; color: #1e40af; }
.badge { display: inline-block; padding: .35rem .65rem; border-radius: 999px; font-weight: 700; font-size: .78rem; }
.progress { height: .75rem; background: #e2e8f0; border-radius: 999px; overflow: hidden; }
.progress-bar { height: 100%; background: var(--simvent-primary); }
ul.list-unstyled { list-style: none; padding-left: 0; }
.modal { display: none; position: fixed; inset: 0; background: rgba(15, 23, 42, .55); z-index: 1000; padding: 2rem 1rem; overflow: auto; }
.modal.show { display: block; }
.modal-dialog { max-width: 560px; margin: 5vh auto; }
.modal-content { background: #fff; border-radius: 1rem; box-shadow: 0 28px 80px rgba(15,23,42,.3); overflow: hidden; }
.modal-header, .modal-footer { padding: 1rem 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: .75rem; }
.modal-body { padding: 1.25rem; }
.modal-title { margin: 0; }
.btn-close { border: 0; background: transparent; cursor: pointer; font-size: 1.25rem; }
.btn-close::before { content: "×"; }
.btn-close-white::before { color: #fff; }
.fas { display: inline-block; width: 1.1em; text-align: center; font-style: normal; font-weight: 700; }
.fa-calendar-check::before { content: "✓"; } .fa-home::before { content: "⌂"; } .fa-arrow-left::before { content: "←"; } .fa-credit-card::before { content: "▣"; } .fa-shield-alt::before { content: "◇"; } .fa-lock::before { content: "●"; } .fa-envelope::before { content: "✉"; } .fa-calendar::before,.fa-calendar-alt::before { content: "▦"; } .fa-clock::before { content: "◷"; } .fa-map-marker-alt::before { content: "⌖"; } .fa-users::before,.fa-user::before { content: "👤"; } .fa-euro-sign::before { content: "€"; } .fa-check-circle::before,.fa-check::before { content: "✓"; } .fa-exclamation-circle::before,.fa-exclamation-triangle::before { content: "!"; } .fa-spinner::before { content: "◌"; } .fa-spin { animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.timeline { position: relative; padding-left: 30px; }
.timeline::before { content: ''; position: absolute; left: 15px; top: 0; bottom: 0; width: 2px; background: #dee2e6; }
.timeline-item { position: relative; margin-bottom: 20px; }
.timeline-icon { position: absolute; left: -30px; top: 0; width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.timeline-content { padding-left: 20px; }
.simvent-success-icon { width: 80px; height: 80px; }
.simvent-progress { height: 10px; }
.booking-card { border-left: 5px solid var(--simvent-primary); }
.download-btn { transition: all 0.3s ease; }
.download-btn:hover { box-shadow: 0 5px 15px rgba(0,0,0,.1); }
.status-badge { font-size: .9rem; padding: 5px 15px; }
.selected { box-shadow: 0 0 0 3px rgba(31, 95, 168, .14); }
footer { border-top: 1px solid var(--simvent-border); }
