:root {
    --black: #050507;
    --white: #ffffff;
    --muted: #b7bac9;
    --card: rgba(255, 255, 255, 0.92);
    --blue: #246bff;
    --purple: #7b2cff;
    --gradient: linear-gradient(135deg, #0057ff 0%, #6b2dff 48%, #b228ff 100%);
    --shadow: 0 24px 60px rgba(0,0,0,0.28);
    --radius: 28px;
}

* { box-sizing: border-box; }
body {
    margin: 0;
    font-family: Inter, Arial, Helvetica, sans-serif;
    color: #11131a;
    background: #f4f6fb;
}
a { color: inherit; text-decoration: none; }
.site-header {
    background: #000;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 50;
    box-shadow: 0 8px 30px rgba(0,0,0,0.25);
}
.header-inner {
    width: min(1320px, 94vw);
    margin: 0 auto;
    height: 84px;
    display: flex;
    align-items: center;
    gap: 26px;
}
.brand img { width: 250px; height: auto; display: block; }
.main-nav { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.main-nav a {
    padding: 12px 13px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 14px;
    color: #f0f2ff;
    transition: 0.2s ease;
}
.main-nav a:hover, .main-nav a.active { background: var(--gradient); }
.language-switcher { display: flex; gap: 6px; }
.language-switcher a {
    font-size: 12px;
    font-weight: 800;
    border: 1px solid rgba(255,255,255,0.18);
    padding: 8px 9px;
    border-radius: 999px;
    color: #fff;
}
.language-switcher a.selected { background: #fff; color: #000; }
.mobile-toggle { display: none; margin-left: auto; background: transparent; color: #fff; border: 0; font-size: 30px; }
.hero-section {
    position: relative;
    min-height: 740px;
    overflow: hidden;
    color: #fff;
}
.hero-carousel, .hero-slide, .hero-overlay { position: absolute; inset: 0; }
.hero-slide {
    opacity: 0;
    background-size: cover;
    background-position: center;
    transition: opacity 1.2s ease;
}
.hero-slide.active { opacity: 1; }
.hero-overlay {
    background: radial-gradient(circle at 20% 25%, rgba(36,107,255,0.42), transparent 38%), linear-gradient(90deg, rgba(0,0,0,0.85), rgba(0,0,0,0.28));
}
.hero-content {
    position: relative;
    z-index: 2;
    width: min(1320px, 94vw);
    margin: 0 auto;
    min-height: 740px;
    display: grid;
    grid-template-columns: 1.1fr 460px;
    align-items: center;
    gap: 48px;
}
.eyebrow {
    display: inline-flex;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 999px;
    padding: 9px 13px;
    color: #fff;
}
.eyebrow.blue { background: var(--gradient); border: 0; }
h1 { font-size: clamp(44px, 7vw, 92px); line-height: 0.95; margin: 24px 0; }
.hero-copy p { max-width: 700px; font-size: 21px; color: #e4e8ff; line-height: 1.65; }
.search-card, .request-form, .inline-search, .table-card {
    background: var(--card);
    border: 1px solid rgba(255,255,255,0.55);
    border-radius: var(--radius);
    padding: 28px;
    box-shadow: var(--shadow);
    backdrop-filter: blur(14px);
}
.search-card h2 { color: #0d1020; margin: 0 0 18px; font-size: 28px; }
label { display: grid; gap: 7px; font-weight: 800; color: #151827; font-size: 14px; }
input, textarea, select {
    width: 100%;
    border: 1px solid #d9deef;
    background: #fff;
    border-radius: 16px;
    padding: 14px 15px;
    font: inherit;
    outline: none;
}
textarea { resize: vertical; }
input:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(36,107,255,0.12); }
.search-card, .request-form { display: grid; gap: 15px; }
button, .service-card a {
    border: 0;
    color: #fff;
    background: var(--gradient);
    font-weight: 900;
    border-radius: 999px;
    padding: 15px 22px;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(75,68,255,0.28);
    text-align: center;
}
.section { width: min(1320px, 94vw); margin: 0 auto; padding: 86px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 28px; }
.section-heading h2 { font-size: clamp(34px, 5vw, 58px); margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card {
    background: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(16,25,54,0.14);
    border: 1px solid #e7eaf4;
}
.service-card img { width: 100%; height: 230px; object-fit: cover; display: block; background: #10131f; }
.service-card div { padding: 24px; display: grid; gap: 12px; }
.service-card h3 { margin: 0; font-size: 25px; }
.service-card p { margin: 0; line-height: 1.65; color: #596070; }
.page-hero {
    min-height: 410px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
}
.page-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,0.85), rgba(0,0,0,0.25)); }
.page-hero > div { position: relative; width: min(1320px, 94vw); margin: 0 auto; }
.page-hero.compact { min-height: 320px; }
.page-hero p { font-size: 20px; max-width: 700px; color: #e9ecff; }
.form-section { display: flex; justify-content: center; }
.form-section.split { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.request-form { width: min(760px, 100%); }
.request-form h2 { margin: 0; }
.request-form.glass { background: rgba(12,14,28,0.9); }
.request-form.glass label, .request-form.glass h2 { color: #fff; }
.inline-search { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; align-items: end; margin-bottom: 28px; }
.table-card { overflow-x: auto; padding: 0; }
table { width: 100%; border-collapse: collapse; min-width: 850px; background: #fff; border-radius: var(--radius); overflow: hidden; }
th, td { padding: 18px; text-align: left; border-bottom: 1px solid #e7eaf4; }
th { background: #080910; color: #fff; }
.badge { background: rgba(36,107,255,0.12); color: #154bce; border-radius: 999px; padding: 7px 10px; font-weight: 900; }
.flash { width: min(1320px, 94vw); margin: 20px auto 0; padding: 16px 22px; border-radius: 18px; font-weight: 900; }
.flash.success { background: #dff8ea; color: #0f6b34; }
.flash.error { background: #ffe1e1; color: #9d1717; }
.site-footer {
    background: #000;
    color: #fff;
    padding: 38px min(6vw, 70px);
    display: flex;
    justify-content: space-between;
    gap: 25px;
}
.footer-links { display: flex; gap: 18px; align-items: center; }
@media (max-width: 980px) {
    .header-inner { height: auto; min-height: 76px; flex-wrap: wrap; padding: 10px 0; }
    .mobile-toggle { display: block; }
    .main-nav { display: none; order: 4; width: 100%; flex-direction: column; align-items: stretch; }
    .main-nav.open { display: flex; }
    .language-switcher { margin-left: 0; }
    .hero-content, .form-section.split { grid-template-columns: 1fr; }
    .hero-content { padding: 70px 0; }
    .service-grid { grid-template-columns: 1fr; }
    .inline-search { grid-template-columns: 1fr; }
    .site-footer { flex-direction: column; }
}


/* Schedule table header: solid black instead of gradient. */
.schedule-table th {
    background: #000;
    color: #fff;
}
