:root {
    --primary: #1d3c73;
    --secondary: #4d87c7;
    --light: #f4f4f4;
    --dark: #1d2a4d;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    background: linear-gradient(180deg, #e6ebf2 0%, #f7f9fb 35%, #ffffff 100%);
    color: #1f2b3d;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', 'Roboto', Arial, sans-serif;
}

.topbar {
    background: #f7f9fb;
}

.site-domain {
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.navbar-brand {
    max-width: 520px;
}

.brand-logo {
    width: 60px;
    height: auto;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-title {
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: none;
}

.brand-tagline {
    font-size: 0.85rem;
    color: #5a6b82;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Roboto Condensed', 'Roboto', Arial, sans-serif;
}

.page-header {
    background: linear-gradient(120deg, rgba(29, 60, 115, 0.9), rgba(77, 135, 199, 0.9)), url('../img/background.png');
    color: #fff;
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.7);
}

.callout {
    background: #e8eff8;
    border-left: 6px solid var(--primary);
    padding: 1.5rem;
    border-radius: 0.75rem;
}

.content-image {
    max-width: 220px;
    border-radius: 0.3rem;
    box-shadow: none;
}

.gallery-image {
    border-radius: 12px;
    border: none;
    box-shadow: none;
}

.table-hours th {
    background: var(--primary);
    color: #fff;
}

.table-hours td,
.table-hours th {
    vertical-align: middle;
}

.table td {
    color: #1f2b3d;
}

.cookie-banner {
    background: #f0f0f0;
    border: 2px solid #000;
    padding: 0.5rem 1.25rem;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
}

.map-placeholder {
    background: #e2e2e2;
    border-radius: 0.75rem;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.3rem;
}

.doctolib-button {
    position: fixed;
    top: 575px;
    right: 0;
    display: block;
    text-align: center;
    opacity: 0.9;
    background-color: #0596de;
    color: #ffffff;
    font-size: 14px;
    overflow: hidden;
    z-index: 20000;
    width: 110px;
    border-radius: 4px 0 0 4px;
    text-decoration: none;
    padding: 10px;
    line-height: 1.4;
}

.doctolib-button:hover,
.doctolib-inline:hover {
    background-color: #e2e2e2;
    color: #1f2b3d;
}

.doctolib-button:hover span,
.doctolib-inline:hover span {
    color: #1f2b3d;
}

.doctolib-button img {
    height: 15px;
    margin-top: 10px;
    vertical-align: middle;
    width: auto;
}

.doctolib-inline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #0596de;
    color: #fff;
    padding: 10px 14px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    margin-top: 10px;
}

.doctolib-inline img {
    height: 16px;
    width: auto;
}

.random-praxis {
    background: #fff;
    border-radius: 0.3rem;
    padding: 0.5rem;
    box-shadow: 0 10px 30px rgba(15, 33, 62, 0.08);
}

.random-praxis img {
    border-radius: 0.3rem;
    border: none;
    width: 100%;
}

.team-card img {
    border-radius: 0.3rem;
    box-shadow: none;
}

.team-card {
    background: transparent;
    padding: 0;
    box-shadow: none;
    text-align: left;
}

.praxis-carousel {
    max-width: 50%;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .praxis-carousel {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .navbar-brand {
        max-width: 360px;
    }

    .brand-title {
        font-size: 1rem;
    }

    .brand-tagline {
        font-size: 0.8rem;
    }
}

@media (max-width: 767px) {
    .random-praxis {
        display: none;
    }

    .site-domain {
        letter-spacing: 0.1em;
    }

    .content-image {
        max-width: 180px;
        margin: 0 auto 1rem;
    }
}
