/* ============================================
   LIMOUSINE SERVICE BRUSSELS
   Premium Digital Design — Inspired by Sixt
   ============================================ */

/* ---- Base ---- */
html { scroll-behavior: smooth; }
* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* ---- Typography Overrides ---- */
.display-xl {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.02em;
}
.display-lg {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.015em;
}
.display-md {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 700;
    line-height: 1.15;
}
.label-caps {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

/* ---- Navigation ---- */
.nav-link {
    position: relative;
    padding: 0.5rem 0.75rem;
    font-size: 13px;
    font-weight: 500;
    color: #2c3e50;
    border-radius: 0.5rem;
    transition: all 0.2s;
}
.nav-link:hover { color: #003399; background: rgba(0,51,153,0.04); }
.nav-link-active { color: #003399; }
.nav-link-active::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 12px;
    right: 12px;
    height: 2px;
    background: #d4a84b;
    border-radius: 1px;
}

/* ---- Buttons ---- */
.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    background: #003399;
    color: white;
    font-weight: 700;
    font-size: 0.9rem;
    border-radius: 0.75rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 14px rgba(0,51,153,0.25);
    position: relative;
    overflow: hidden;
}
.btn-primary::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0);
    transition: background 0.3s;
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,51,153,0.35);
}
.btn-primary:hover::after { background: rgba(255,255,255,0.1); }
.btn-primary:active { transform: translateY(0); }

.btn-gold {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #d4a84b, #c49a3f);
    color: white;
    font-weight: 700;
    font-size: 0.9rem;
    border-radius: 0.75rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 14px rgba(212,168,75,0.3);
    position: relative;
    overflow: hidden;
}
.btn-gold::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0);
    transition: background 0.3s;
}
.btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212,168,75,0.45);
}
.btn-gold:hover::after { background: rgba(255,255,255,0.15); }

.btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border: 2px solid rgba(255,255,255,0.4);
    color: white;
    font-weight: 700;
    font-size: 0.9rem;
    border-radius: 0.75rem;
    transition: all 0.3s;
    backdrop-filter: blur(4px);
}
.btn-outline:hover {
    background: white;
    color: #003399;
    border-color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255,255,255,0.2);
}

/* ---- Hero ---- */
.hero-gradient {
    background: linear-gradient(
        165deg,
        rgba(0, 20, 70, 0.95) 0%,
        rgba(0, 40, 120, 0.85) 35%,
        rgba(0, 51, 153, 0.7) 60%,
        rgba(0, 51, 153, 0.5) 100%
    );
}

/* ---- Cards ---- */
.card {
    background: white;
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.04);
}
.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}

.card-dark {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 1rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-dark:hover {
    background: rgba(255,255,255,0.08);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.2);
}

/* ---- Glass ---- */
.glass {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 1.25rem;
}
.glass-light {
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 1rem;
    box-shadow: 0 4px 30px rgba(0,0,0,0.08);
}

/* ---- Section ---- */
.section-title {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: clamp(1.75rem, 3.5vw, 2.75rem);
    font-weight: 700;
    color: #003399;
    line-height: 1.15;
    letter-spacing: -0.015em;
}
.section-subtitle {
    font-size: 1.05rem;
    color: #34495e;
    line-height: 1.7;
    max-width: 36rem;
}

/* Fleet toggle active */
.fleet-toggle-active {
    box-shadow: 0 0 0 2px #d4a84b;
}

/* Gold accent */
.gold-line {
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #d4a84b, #e6c478);
    border-radius: 2px;
}

/* ---- Stats ---- */
.stat-number {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-weight: 700;
    color: #d4a84b;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
}

/* ---- Stars ---- */
.star-filled { color: #d4a84b; }

/* ---- Trust Badge ---- */
.trust-badge {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: white;
    border-radius: 1rem;
    border: 1px solid rgba(0,0,0,0.04);
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.trust-badge:hover {
    box-shadow: 0 8px 24px rgba(0,51,153,0.08);
    transform: translateY(-2px);
}

/* ---- Review Card ---- */
.review-card {
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid rgba(0,0,0,0.04);
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    transition: all 0.3s;
}
.review-card:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

/* ---- Fleet Card ---- */
.fleet-card {
    background: white;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.04);
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.fleet-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}

/* ---- Service Card ---- */
.service-card {
    background: white;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.04);
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}

/* ---- Forms ---- */
.form-input {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 0.75rem;
    font-size: 0.9rem;
    color: #2c3e50;
    background: white;
    transition: all 0.2s;
}
.form-input:focus {
    outline: none;
    border-color: #003399;
    box-shadow: 0 0 0 4px rgba(0,51,153,0.08);
}
.form-label {
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.4rem;
    letter-spacing: 0.01em;
}
.form-select {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 0.75rem;
    font-size: 0.9rem;
    color: #2c3e50;
    background: white;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%232c3e50' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: all 0.2s;
}
.form-select:focus {
    outline: none;
    border-color: #003399;
    box-shadow: 0 0 0 4px rgba(0,51,153,0.08);
}
.form-textarea {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 0.75rem;
    font-size: 0.9rem;
    color: #2c3e50;
    background: white;
    resize: vertical;
    transition: all 0.2s;
}
.form-textarea:focus {
    outline: none;
    border-color: #003399;
    box-shadow: 0 0 0 4px rgba(0,51,153,0.08);
}

/* ---- Vehicle Image Placeholder ---- */
.vehicle-img-placeholder {
    background: linear-gradient(135deg, #f0ece4 0%, #e8e4dc 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
}

/* ---- Animations ---- */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes slideInRight {
    from { opacity: 0; transform: translateX(40px); }
    to { opacity: 1; transform: translateX(0); }
}
@keyframes pulse-subtle {
    0%, 100% { box-shadow: 0 4px 14px rgba(212,168,75,0.3); }
    50% { box-shadow: 0 4px 30px rgba(212,168,75,0.55); }
}
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}
@keyframes scrollDown {
    0% { opacity: 0; transform: rotate(45deg) translate(-5px,-5px); }
    50% { opacity: 1; }
    100% { opacity: 0; transform: rotate(45deg) translate(5px,5px); }
}

.animate-fade-in-up { animation: fadeInUp 0.7s ease-out forwards; }
.animate-fade-in { animation: fadeIn 0.7s ease-out forwards; }
.animate-slide-in-right { animation: slideInRight 0.7s ease-out forwards; }
.animate-pulse-subtle { animation: pulse-subtle 3s ease-in-out infinite; }
.animate-float { animation: float 4s ease-in-out infinite; }

.delay-100 { animation-delay: 0.1s; opacity: 0; }
.delay-200 { animation-delay: 0.2s; opacity: 0; }
.delay-300 { animation-delay: 0.3s; opacity: 0; }
.delay-400 { animation-delay: 0.4s; opacity: 0; }
.delay-500 { animation-delay: 0.5s; opacity: 0; }

/* ---- Scroll Indicator ---- */
.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
}
.scroll-indicator span {
    display: block;
    width: 20px;
    height: 20px;
    border-right: 2px solid rgba(212,168,75,0.6);
    border-bottom: 2px solid rgba(212,168,75,0.6);
    transform: rotate(45deg);
    animation: scrollDown 2s infinite;
}

/* ---- Gradient Text ---- */
.text-gradient-gold {
    background: linear-gradient(135deg, #d4a84b, #f0d78c, #d4a84b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ---- Decorative ---- */
.belgian-flag {
    display: flex;
    gap: 2px;
}
.belgian-flag span:nth-child(1) { width: 16px; height: 3px; background: #2D2926; border-radius: 1px; }
.belgian-flag span:nth-child(2) { width: 16px; height: 3px; background: #FDDA24; border-radius: 1px; }
.belgian-flag span:nth-child(3) { width: 16px; height: 3px; background: #EF3340; border-radius: 1px; }

/* ---- Print ---- */
@media print {
    header, footer, #cookie-consent { display: none !important; }
}
