:root {
    --cjm-primary: #0c4da2;
    --cjm-dark: #06264f;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #1b1f23;
}

.bg-primary,
.btn-primary {
    background-color: var(--cjm-primary) !important;
    border-color: var(--cjm-primary) !important;
}

.text-primary {
    color: var(--cjm-primary) !important;
}

.hero-section {
    min-height: 70vh;
    background: linear-gradient(135deg, rgba(6, 38, 79, 0.95), rgba(12, 77, 162, 0.85)),
        url('https://images.unsplash.com/photo-1479839672679-a46483c0e7c8?auto=format&fit=crop&w=1800&q=80') center/cover;
}

.hero-card {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 1rem;
    backdrop-filter: blur(3px);
}

.text-white-75 { color: rgba(255, 255, 255, 0.85); }

.service-card,
.project-card,
.card {
    border-radius: 0.8rem;
}

.project-card {
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}

.project-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.equipment-card {
    overflow: hidden;
}

.equipment-card-media {
    width: 100%;
    height: 220px;
    background: #f1f4f8;
}

.equipment-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

@media (max-width: 991.98px) {
    .equipment-card-media {
        height: 210px;
    }
}

@media (max-width: 575.98px) {
    .equipment-card-media {
        height: 200px;
    }
}

.page-hero {
    border-bottom: 1px solid #e9ecef;
}

.whatsapp-float {
    position: fixed;
    right: 1.2rem;
    bottom: 1.2rem;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.about-highlight-image {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 1rem 2rem rgba(6, 38, 79, 0.2);
    border: 4px solid #fff;
}

.about-highlight-image img {
    width: 100%;
    max-height: 560px;
    object-fit: cover;
    filter: saturate(1.03) contrast(1.02);
}


.about-presentation {
    overflow: hidden;
}

.about-highlight-image--full {
    width: min(96vw, 1600px);
    margin-inline: calc(50% - 48vw);
}

.about-highlight-image--full img {
    width: 100%;
    max-height: min(82vh, 760px);
    object-position: center 28%;
}

@media (max-width: 991.98px) {
    .about-highlight-image--full {
        width: 100%;
        margin-inline: 0;
    }
}

.about-highlight-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem 1.2rem;
    font-size: 1.05rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(180deg, rgba(6, 38, 79, 0), rgba(6, 38, 79, 0.88));
}
