﻿/* ============================================================
   IOT LYNK INDUSTRIE
   ============================================================ */


/* ============================================================
   HERO
   ============================================================ */

.industry-hero {
    padding: 95px 0 90px;
    background: radial-gradient( circle at 82% 30%, rgba(59, 130, 246, .10), transparent 35% ), radial-gradient( circle at 10% 80%, rgba(20, 184, 178, .08), transparent 28% ), #ffffff;
}


.industry-back-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 30px;
    color: #6f8294;
    font-size: 11px;
    font-weight: 600;
}

    .industry-back-link:hover {
        color: var(--blue);
    }


.industry-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
    color: #446b8d;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
}


    .industry-eyebrow > span {
        width: 31px;
        height: 31px;
        display: grid;
        place-items: center;
        border-radius: 9px;
        color: #2563eb;
        background: #edf4ff;
    }


.industry-hero h1 {
    margin: 0 0 25px;
    color: var(--navy);
    font-size: clamp(48px, 5vw, 72px);
    line-height: 1;
    font-weight: 700;
    letter-spacing: -3.3px;
}


    .industry-hero h1 strong {
        display: block;
        color: var(--teal);
        font-weight: 800;
    }


.industry-description {
    max-width: 590px;
    margin-bottom: 30px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.8;
}


.industry-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}


.industry-mini-features {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 30px;
    color: #718598;
    font-size: 10px;
}

    .industry-mini-features i {
        margin-right: 5px;
        color: var(--teal);
    }


/* ============================================================
   HERO IMAGE
   ============================================================ */

.industry-hero-image {
    position: relative;
    border-radius: 24px;
    box-shadow: 0 30px 70px rgba(18, 54, 87, .17);
}


    .industry-hero-image > img {
        display: block;
        width: 100%;
        min-height: 500px;
        object-fit: cover;
        border-radius: 24px;
    }


/* ============================================================
   LIVE PANEL
   ============================================================ */

.industry-live-panel {
    position: absolute;
    right: -22px;
    bottom: 25px;
    width: 330px;
    padding: 19px;
    border-radius: 17px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 20px 45px rgba(17, 53, 85, .20);
    backdrop-filter: blur(15px);
}


.industry-live-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid #edf1f5;
    color: #72879a;
    font-size: 8px;
    font-weight: 700;
}


    .industry-live-header > div {
        display: flex;
        align-items: center;
        gap: 7px;
    }


.industry-live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 5px rgba(34, 197, 94, .10);
}


.industry-online {
    color: #16a34a;
}


.industry-live-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 15px 0;
}


    .industry-live-grid > div {
        display: grid;
        grid-template-columns: 34px 1fr;
        column-gap: 8px;
        align-items: center;
    }


.industry-sensor {
    grid-row: 1 / span 2;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 9px;
}


    .industry-sensor.temperature {
        color: #f97316;
        background: #fff0e8;
    }


    .industry-sensor.voltage {
        color: #eab308;
        background: #fefce8;
    }


    .industry-sensor.machine {
        color: #2563eb;
        background: #edf4ff;
    }


    .industry-sensor.alarm {
        color: #10b981;
        background: #ecfdf5;
    }


.industry-live-grid small,
.industry-live-grid strong {
    display: block;
}


.industry-live-grid small {
    color: #8192a3;
    font-size: 7px;
}


.industry-live-grid strong {
    color: var(--navy);
    font-size: 13px;
}


.industry-normal {
    padding-top: 12px;
    border-top: 1px solid #edf1f5;
    color: #16a34a;
    font-size: 8px;
    font-weight: 600;
}


/* ============================================================
   GENERAL TITLES
   ============================================================ */

.industry-section-label {
    margin-bottom: 12px;
    color: var(--teal);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}


.industry-section-title {
    margin: 0 0 22px;
    color: var(--navy);
    font-size: clamp(38px, 4vw, 55px);
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: -2px;
}


    .industry-section-title strong {
        font-weight: 800;
    }


.industry-section-description {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.8;
}


.industry-heading {
    max-width: 800px;
    margin: 0 auto 55px;
    text-align: center;
}


    .industry-heading h2 {
        color: var(--navy);
        font-size: clamp(38px, 4vw, 55px);
        line-height: 1.08;
        font-weight: 500;
        letter-spacing: -2px;
    }


        .industry-heading h2 strong {
            font-weight: 800;
        }


    .industry-heading p {
        max-width: 700px;
        margin: 0 auto;
        color: var(--muted);
        font-size: 14px;
        line-height: 1.8;
    }


/* ============================================================
   MONITORING
   ============================================================ */

.industry-monitoring {
    padding: 110px 0;
    background: #f5f8fc;
}


.industry-monitor-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}


    .industry-monitor-grid article {
        padding: 25px;
        border: 1px solid var(--border);
        border-radius: 18px;
        background: #ffffff;
        transition: .25s ease;
    }


        .industry-monitor-grid article:hover {
            transform: translateY(-5px);
            box-shadow: 0 18px 40px rgba(18, 54, 87, .09);
        }


.monitor-icon {
    width: 47px;
    height: 47px;
    display: grid;
    place-items: center;
    margin-bottom: 20px;
    border-radius: 12px;
    font-size: 20px;
}


    .monitor-icon.temperature {
        color: #f97316;
        background: #fff0e8;
    }


    .monitor-icon.voltage {
        color: #eab308;
        background: #fefce8;
    }


    .monitor-icon.status {
        color: #2563eb;
        background: #edf4ff;
    }


    .monitor-icon.alarms {
        color: #10b981;
        background: #ecfdf5;
    }


.industry-monitor-grid h3 {
    color: var(--navy);
    font-size: 14px;
    font-weight: 700;
}


.monitor-value {
    display: block;
    margin: 10px 0;
    color: var(--navy);
    font-size: 25px;
}


    .monitor-value.status-ok {
        color: #16a34a;
    }


.industry-monitor-grid p {
    color: #778b9f;
    font-size: 9px;
    line-height: 1.7;
}


/* ============================================================
   CONNECTIVITY
   ============================================================ */

.industry-connectivity {
    padding: 115px 0;
    background: #ffffff;
}


.industry-interface-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}


    .industry-interface-grid article {
        min-height: 140px;
        padding: 22px;
        border: 1px solid var(--border);
        border-radius: 15px;
        background: #ffffff;
        transition: .25s ease;
    }


        .industry-interface-grid article:hover {
            transform: translateY(-4px);
            border-color: rgba(20, 184, 178, .35);
            box-shadow: 0 15px 35px rgba(18, 54, 87, .08);
        }


    .industry-interface-grid span {
        width: 42px;
        height: 42px;
        display: grid;
        place-items: center;
        margin-bottom: 15px;
        border-radius: 11px;
        color: var(--teal);
        background: #edfafa;
        font-size: 18px;
    }


    .industry-interface-grid h3 {
        color: var(--navy);
        font-size: 13px;
        font-weight: 700;
    }


    .industry-interface-grid p {
        margin: 6px 0 0;
        color: #778b9f;
        font-size: 9px;
    }


/* ============================================================
   RISKS
   ============================================================ */

.industry-risks {
    padding: 115px 0;
    background: #f5f8fc;
}


.industry-risk-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}


    .industry-risk-grid article {
        min-height: 210px;
        padding: 25px;
        border: 1px solid var(--border);
        border-radius: 17px;
        background: #ffffff;
        transition: .25s ease;
    }


        .industry-risk-grid article:hover {
            transform: translateY(-5px);
            box-shadow: 0 18px 40px rgba(18, 54, 87, .09);
        }


        .industry-risk-grid article > span {
            width: 45px;
            height: 45px;
            display: grid;
            place-items: center;
            margin-bottom: 20px;
            border-radius: 12px;
            color: #2563eb;
            background: #edf4ff;
            font-size: 18px;
        }


    .industry-risk-grid h3 {
        color: var(--navy);
        font-size: 14px;
    }


    .industry-risk-grid p {
        color: #778b9f;
        font-size: 10px;
        line-height: 1.7;
    }


/* ============================================================
   ARCHITECTURE
   ============================================================ */

.industry-architecture {
    padding: 115px 0;
    background: #ffffff;
}


.industry-architecture-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 12px;
}


    .industry-architecture-grid article {
        position: relative;
        min-height: 245px;
        padding: 27px;
        border: 1px solid var(--border);
        border-radius: 18px;
        background: #ffffff;
        transition: .25s ease;
    }


        .industry-architecture-grid article:hover {
            transform: translateY(-4px);
            box-shadow: 0 18px 40px rgba(18, 54, 87, .08);
        }


        .industry-architecture-grid article.featured {
            border-color: rgba(20, 184, 178, .35);
            background: radial-gradient( circle at 100% 0%, rgba(20, 184, 178, .08), transparent 50% ), #ffffff;
        }


.industry-step {
    position: absolute;
    top: 18px;
    right: 20px;
    color: #d7e2ec;
    font-size: 11px;
    font-weight: 800;
}


.industry-architecture-icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    margin-bottom: 23px;
    border-radius: 13px;
    color: var(--teal);
    background: #edfafa;
    font-size: 20px;
}


.industry-architecture-grid h3 {
    color: var(--navy);
    font-size: 14px;
}


.industry-architecture-grid p {
    color: #778b9f;
    font-size: 9px;
    line-height: 1.7;
}


.industry-arrow {
    color: #a8bac9;
    font-size: 20px;
}


/* ============================================================
   CONTROLLER
   ============================================================ */

.industry-controller {
    padding: 115px 0;
    background: #f5f8fc;
}


.industry-controller-image {
    padding: 35px;
    border: 1px solid var(--border);
    border-radius: 25px;
    background: radial-gradient( circle, #ffffff, #edf3f7 75% );
}


    .industry-controller-image img {
        display: block;
        width: 100%;
        transition: .3s ease;
    }


    .industry-controller-image:hover img {
        transform: scale(1.025);
    }


.industry-controller-specs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 11px;
    margin-top: 30px;
}


    .industry-controller-specs > div {
        display: flex;
        align-items: center;
        gap: 9px;
        min-height: 49px;
        padding: 10px 13px;
        border: 1px solid var(--border);
        border-radius: 11px;
        color: #475d71;
        background: #ffffff;
        font-size: 10px;
        font-weight: 600;
    }


    .industry-controller-specs i {
        color: var(--teal);
    }


/* ============================================================
   PLATFORM
   ============================================================ */

.industry-platform {
    padding: 115px 0;
    background: radial-gradient( circle at 80% 45%, rgba(59, 130, 246, .08), transparent 32% ), #ffffff;
}


.industry-platform-features {
    display: grid;
    gap: 11px;
    margin-top: 28px;
}


    .industry-platform-features > div {
        display: flex;
        align-items: center;
        gap: 13px;
        padding: 13px;
        border-radius: 12px;
        transition: .25s ease;
    }


        .industry-platform-features > div:hover {
            background: #f5f8fc;
        }


        .industry-platform-features > div > i {
            flex: 0 0 42px;
            width: 42px;
            height: 42px;
            display: grid;
            place-items: center;
            border-radius: 11px;
            color: #2563eb;
            background: #edf4ff;
        }


    .industry-platform-features span {
        color: #7c8fa1;
        font-size: 9px;
    }


    .industry-platform-features strong {
        display: block;
        margin-bottom: 2px;
        color: var(--navy);
        font-size: 11px;
    }


.industry-platform-image img {
    width: 100%;
    border-radius: 20px;
    filter: drop-shadow( 0 25px 40px rgba(18, 54, 87, .13) );
}


/* ============================================================
   ALERT
   ============================================================ */

.industry-alert {
    padding: 115px 0;
    background: #f5f8fc;
}


.industry-alert-card {
    max-width: 510px;
    margin: auto;
    overflow: hidden;
    border: 1px solid #f2d2d2;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 25px 55px rgba(100, 30, 30, .07);
}


.industry-alert-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px;
    background: #fff7f7;
}


    .industry-alert-header > span {
        width: 44px;
        height: 44px;
        display: grid;
        place-items: center;
        border-radius: 11px;
        color: #ef4444;
        background: #fee2e2;
    }


    .industry-alert-header > div {
        flex: 1;
    }


    .industry-alert-header strong,
    .industry-alert-header small {
        display: block;
    }


    .industry-alert-header strong {
        color: #991b1b;
        font-size: 12px;
    }


    .industry-alert-header small,
    .industry-alert-header time {
        color: #a47878;
        font-size: 8px;
    }


.industry-alert-value {
    padding: 35px;
    text-align: center;
}


    .industry-alert-value span,
    .industry-alert-value strong {
        display: block;
    }


    .industry-alert-value span {
        color: #8293a4;
        font-size: 9px;
    }


    .industry-alert-value strong {
        margin-top: 5px;
        color: #dc2626;
        font-size: 42px;
    }


.industry-alert-limit {
    padding: 15px;
    text-align: center;
    border-top: 1px solid var(--border);
    color: #718598;
    font-size: 9px;
}


/* ============================================================
   CONTACT
   ============================================================ */

.industry-contact {
    padding: 95px 0;
    background: #ffffff;
}


.industry-contact-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    padding: 55px;
    border: 1px solid #dfe9f2;
    border-radius: 25px;
    background: radial-gradient( circle at 90% 0%, rgba(59, 130, 246, .10), transparent 34% ), radial-gradient( circle at 0% 100%, rgba(20, 184, 178, .10), transparent 30% ), #f8fbfd;
}


    .industry-contact-box h2 {
        color: var(--navy);
        font-size: clamp(35px, 4vw, 50px);
        font-weight: 800;
        letter-spacing: -1.8px;
    }


    .industry-contact-box p {
        max-width: 700px;
        color: var(--muted);
        font-size: 13px;
        line-height: 1.75;
    }


.industry-contact-actions {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 991.98px) {

    .industry-live-panel {
        right: 20px;
    }


    .industry-monitor-grid,
    .industry-risk-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .industry-architecture-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .industry-arrow {
        display: none;
    }


    .industry-contact-box {
        flex-direction: column;
        align-items: flex-start;
    }
}


@media (max-width: 767.98px) {

    .industry-hero h1 {
        font-size: 46px;
        letter-spacing: -2px;
    }


    .industry-live-panel {
        position: relative;
        right: auto;
        bottom: auto;
        width: calc(100% - 30px);
        margin: -50px auto 0;
    }


    .industry-monitor-grid,
    .industry-interface-grid,
    .industry-risk-grid,
    .industry-architecture-grid,
    .industry-controller-specs {
        grid-template-columns: 1fr;
    }


    .industry-contact-box {
        padding: 35px 27px;
    }


    .industry-contact-actions {
        width: 100%;
    }


        .industry-contact-actions a {
            width: 100%;
        }
}
