/* Interphonie Lyon - Service Page Styles */

body {
    background-color: #0a0a0a;
}

/* Hero Banner */
.service-hero {
    position: relative;
    width: 100%;
    height: 55vh;
    min-height: 350px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.service-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
}

.service-hero-content {
    position: relative;
    z-index: 2;
    text-align: left;
    padding: 0 5%;
    width: 100%;
    max-width: 1300px;
}

.service-hero-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 4px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    display: block;
    margin-bottom: 1rem;
}

.service-hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.8rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.2;
    max-width: 700px;
}

.service-hero-brands {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem 1.8rem;
    margin-top: 2rem;
    max-width: 620px;
}

.hero-brand-card {
    background: #ffffff;
    border-radius: 8px;
    width: 110px !important;
    height: 45px !important;
    padding: 0.4rem 0.6rem !important;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 110px;
}

.hero-brand-card img {
    max-height: 28px !important;
    max-width: 95px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
}

/* Enjeux Section */
.service-enjeux {
    padding: 6rem 5%;
}

.enjeux-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 3rem;
}

/* Left column - Text */
.enjeux-text {
    flex: 0 0 30%;
}

.enjeux-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 3px;
    color: #CE0F05;
    text-transform: uppercase;
}

.enjeux-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 900;
    color: #ffffff;
    margin: 0.5rem 0 1.5rem 0;
    line-height: 1.3;
}

.enjeux-description {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 2rem;
}

.btn-enjeux {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    background: #CE0F05;
    padding: 0.9rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-enjeux:hover {
    background: #a80d04;
}

/* Middle column - Benefits */
.enjeux-benefits {
    flex: 0 0 35%;
}

.enjeux-benefits-intro {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 1.5rem;
}

.enjeux-benefits-list {
    border-left: 3px dashed #CE0F05;
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.enjeux-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
}

.benefit-arrow {
    flex-shrink: 0;
    margin-top: 2px;
}

.enjeux-benefit-item strong {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
    display: block;
}

.enjeux-benefit-item span {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}

/* Right column - Image */
.enjeux-image {
    flex: 1;
    overflow: hidden;
    border-radius: 12px;
}

.enjeux-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    min-height: 400px;
}

/* Process / Comment ca marche */
.service-process {
    padding: 6rem 5%;
    background-color: #0a0a0a;
}

.process-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
}

.process-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 3px;
    color: #CE0F05;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.5rem;
}

.process-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.2rem;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.process-description {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.5rem;
}

.process-description strong {
    color: #ffffff;
}

.process-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
}

.process-grid {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 2rem;
    justify-content: center;
}

.process-item {
    flex: 1;
    text-align: center;
    padding: 2rem 1rem;
}

.process-icon {
    width: 70px;
    height: 70px;
    border: 2px solid rgba(206, 15, 5, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.process-icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    filter: invert(1);
}

.process-item h3 {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.8rem;
    line-height: 1.3;
}

.process-item p {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
}

/* Installation sur mesure */
.service-telesurveillance {
    padding: 0;
}

.telesurveillance-container {
    display: flex;
    min-height: 450px;
}

.telesurveillance-image {
    flex: 0 0 30%;
    overflow: hidden;
}

.telesurveillance-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.telesurveillance-left {
    flex: 1;
    background: #CE0F05;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.telesurveillance-left h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.telesurveillance-left p {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1rem;
}

.telesurveillance-left strong {
    color: #ffffff;
}

.telesurveillance-right {
    flex: 0 0 35%;
    background: transparent;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.telesurveillance-right-intro {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.telesurveillance-list {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-bottom: 2rem;
}

.telesurveillance-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.telesurveillance-item svg {
    flex-shrink: 0;
}

.telesurveillance-item strong {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
}

.telesurveillance-footer {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
}

/* Mobile */
@media (max-width: 900px) {
    .service-hero {
        height: auto;
        min-height: 0;
        padding: 6rem 0 3rem;
    }

    .service-hero-content {
        text-align: center;
    }

    .service-hero-label {
        font-size: 0.75rem;
        letter-spacing: 3px;
    }

    .service-hero-title {
        font-size: 1.5rem;
        max-width: 100%;
    }

    .service-hero-brands {
        gap: 1rem;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 1.5rem;
    }

    .hero-brand-card {
        padding: 0.4rem 0.7rem;
    }

    .service-hero-brands img {
        height: 20px;
    }

    .service-enjeux {
        padding: 4rem 5%;
    }

    .enjeux-container {
        flex-direction: column;
    }

    .enjeux-text,
    .enjeux-benefits {
        flex: none;
    }

    .enjeux-title {
        font-size: 1.5rem;
    }

    .enjeux-image img {
        min-height: 250px;
    }

    .service-process {
        padding: 4rem 5%;
    }

    .process-title {
        font-size: 1.5rem;
    }

    .process-grid {
        flex-direction: column;
        gap: 1rem;
    }

    .process-item {
        padding: 1.5rem 0;
    }

    .telesurveillance-container {
        flex-direction: column;
    }

    .telesurveillance-image {
        flex: none;
        height: 250px;
    }

    .telesurveillance-left {
        padding: 3rem 5%;
    }

    .telesurveillance-left h2 {
        font-size: 1.4rem;
    }

    .telesurveillance-right {
        flex: none;
        padding: 3rem 5%;
    }

    .telesurveillance-24 {
        padding: 3rem 5%;
    }

    .telesurveillance-24-container {
        flex-direction: column;
    }

    .telesurveillance-24-image {
        max-width: 100%;
    }

    .telesurveillance-24-title {
        font-size: 1.6rem;
    }
}

/* Telesurveillance 24/7 Section */
.telesurveillance-24 {
    padding: 6rem 5%;
    background-color: #0a0a0a;
}

.telesurveillance-24-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 4rem;
}

.telesurveillance-24-left {
    flex: 1;
}

.telesurveillance-24-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 3px;
    color: #CE0F05;
    text-transform: uppercase;
}

.telesurveillance-24-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.2rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.2;
    margin: 0.8rem 0 1.5rem 0;
}

.telesurveillance-24-left > p {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1.2rem;
}

.telesurveillance-24-points {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.telesurveillance-24-point {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
}

.telesurveillance-24-point svg {
    flex-shrink: 0;
    margin-top: 2px;
}

.telesurveillance-24-point span {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}

.telesurveillance-24-image {
    flex: 0 0 550px;
    max-width: 550px;
}

.telesurveillance-24-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Before / After Section */
.before-after-section {
    padding: 6rem 5%;
    background-color: #0a0a0a;
}

.before-after-container {
    max-width: 1200px;
    margin: 0 auto;
}

.before-after-text {
    margin-bottom: 3rem;
}

.before-after-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 3px;
    color: #CE0F05;
    text-transform: uppercase;
}

.before-after-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.2rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.2;
    margin: 0.8rem 0 1.2rem 0;
}

.before-after-text p {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
}

.before-after-cards {
    display: flex;
    gap: 2rem;
}

.before-after-card {
    flex: 1;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.before-after-card img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
}

.before-after-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 0.4rem 1rem;
    border-radius: 6px;
    z-index: 1;
}

.before-badge {
    background-color: rgba(255, 255, 255, 0.9);
    color: #1a1a1a;
}

.after-badge {
    background-color: #CE0F05;
    color: #ffffff;
}

/* Fog Generator Section */
.fog-section {
    padding: 6rem 5%;
    background-color: #0a0a0a;
}

.fog-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 4rem;
}

.fog-image {
    flex: 0 0 420px;
    max-width: 420px;
}

.fog-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}

.fog-content {
    flex: 1;
}

.fog-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 3px;
    color: #CE0F05;
    text-transform: uppercase;
}

.fog-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.2;
    margin: 0.8rem 0 1.5rem 0;
}

.fog-content > p {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1.2rem;
}

.fog-points {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.fog-point {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
}

.fog-point svg {
    flex-shrink: 0;
    margin-top: 2px;
}

.fog-point span {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 900px) {
    .fog-section {
        padding: 3rem 5%;
    }

    .fog-container {
        flex-direction: column;
        gap: 2rem;
    }

    .fog-image {
        flex: none;
        max-width: 100%;
    }

    .fog-title {
        font-size: 1.6rem;
    }
}

@media (max-width: 900px) {
    .before-after-section {
        padding: 3rem 5%;
    }

    .before-after-cards {
        flex-direction: column;
    }

    .before-after-card img {
        height: 360px;
    }

    .before-after-title {
        font-size: 1.6rem;
    }
}

/* Visiophone connecté section */
.visiophone-connecte {
    background: #0a0a0a;
    padding: 2rem 0 6rem 0;
}

.visiophone-hero {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: 70vh;
    overflow: hidden;
}

.visiophone-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.visiophone-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10,10,10,0.85) 0%, rgba(10,10,10,0.55) 40%, rgba(10,10,10,0.15) 100%);
}

.visiophone-hero-text {
    position: absolute;
    left: 6%;
    bottom: 8%;
    max-width: 620px;
    z-index: 2;
}

.visiophone-label {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 3px;
    color: #CE0F05;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.visiophone-hero-text h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.4rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.15;
    margin: 0;
}

.visiophone-body {
    max-width: 1200px;
    margin: -4rem auto 0;
    padding: 3rem 5% 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    position: relative;
    z-index: 3;
}

.visiophone-col {
    background: #111111;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-top: 3px solid #CE0F05;
    padding: 2rem 1.8rem;
    border-radius: 6px;
}

.visiophone-stat {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.4rem;
    font-weight: 900;
    color: #CE0F05;
    line-height: 1;
    margin-bottom: 1rem;
}

.visiophone-col h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 0.8rem 0;
    line-height: 1.3;
}

.visiophone-col p {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}

@media (max-width: 900px) {
    .visiophone-hero {
        aspect-ratio: 4 / 3;
    }
    .visiophone-hero-text h2 {
        font-size: 1.6rem;
    }
    .visiophone-body {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-top: -2rem;
    }
}
