﻿/* =========================================================
   ITELGE IMPEX - INDUSTRIES PAGE
   Complete page stylesheet
   ========================================================= */

/* -------------------------
   SHARED
   ------------------------- */

.industries-eyebrow {
    display: block;
    margin-bottom: 18px;
    color: #f39a2f;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.industries-line {
    display: block;
    width: 52px;
    height: 2px;
    margin-top: 25px;
    background-color: #f39a2f;
}

/* -------------------------
   HERO
   ------------------------- */

.industries-hero {
    position: relative;
    display: flex;
    min-height: 78vh;
    min-height: 78svh;
    overflow: hidden;
    background-color: #020c19;
    isolation: isolate;
}

.industries-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url("../images/industries/industries-hero.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: scale(1.015);
}

.industries-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient( 90deg, rgba(2, 12, 25, 0.98) 0%, rgba(2, 12, 25, 0.93) 28%, rgba(2, 12, 25, 0.74) 47%, rgba(2, 12, 25, 0.34) 70%, rgba(2, 12, 25, 0.18) 100% ), linear-gradient( 180deg, rgba(2, 12, 25, 0.25) 0%, rgba(2, 12, 25, 0.05) 55%, rgba(2, 12, 25, 0.62) 100% );
}

.industries-hero::before,
.industries-hero::after {
    position: absolute;
    z-index: 2;
    content: "";
    border-radius: 50%;
    pointer-events: none;
}

.industries-hero::before {
    top: -330px;
    right: -90px;
    width: 820px;
    height: 820px;
    border: 1px solid rgba(243, 154, 47, 0.18);
}

.industries-hero::after {
    top: -220px;
    right: 55px;
    width: 640px;
    height: 640px;
    border: 1px solid rgba(0, 168, 181, 0.22);
}

.industries-hero-container {
    position: relative;
    z-index: 3;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    width: 100%;
    padding-top: 120px;
    padding-bottom: 65px;
}

.industries-hero-content {
    max-width: 800px;
}

    .industries-hero-content h1 {
        margin: 0;
        color: #ffffff;
        font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
        font-size: clamp(64px, 6.6vw, 112px);
        font-weight: 500;
        line-height: 0.9;
        letter-spacing: -1.4px;
    }

        .industries-hero-content h1 strong {
            display: block;
            color: #19b8c4;
            font-weight: 500;
        }

    .industries-hero-content p {
        max-width: 650px;
        margin: 27px 0 0;
        color: rgba(223, 232, 239, 0.78);
        font-size: 18px;
        font-weight: 300;
        line-height: 1.7;
    }

.industries-hero-summary {
    flex: 0 0 270px;
    padding: 29px;
    background-color: rgba(2, 19, 37, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.13);
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

    .industries-hero-summary span {
        display: block;
        color: #f39a2f;
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .industries-hero-summary strong {
        display: block;
        margin: 11px 0 13px;
        color: #ffffff;
        font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
        font-size: 41px;
        font-weight: 500;
        line-height: 1;
    }

    .industries-hero-summary p {
        margin: 0;
        color: rgba(205, 217, 226, 0.7);
        font-size: 13px;
        line-height: 1.6;
    }

/* -------------------------
   INTRODUCTION
   ------------------------- */

.industries-introduction {
    padding: 110px 0;
    background: radial-gradient( circle at 88% 20%, rgba(0, 168, 181, 0.07), transparent 30% ), #020b18;
}

.industries-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
    gap: 90px;
    align-items: start;
}

    .industries-intro-grid h2 {
        margin: 0;
        color: #ffffff;
        font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
        font-size: clamp(52px, 5vw, 80px);
        font-weight: 500;
        line-height: 0.98;
    }

        .industries-intro-grid h2 strong {
            display: block;
            color: #19b8c4;
            font-weight: 500;
        }

    .industries-intro-grid p {
        margin: 0 0 22px;
        color: rgba(199, 213, 223, 0.72);
        font-size: 16px;
        line-height: 1.8;
    }

    .industries-intro-grid .industries-lead {
        color: rgba(239, 244, 248, 0.92);
        font-size: 20px;
        font-weight: 300;
        line-height: 1.7;
    }

/* -------------------------
   INDUSTRY SHOWCASE
   ------------------------- */

.industries-showcase {
    padding: 0 0 105px;
    overflow: hidden;
    background-color: #020b18;
}

.industries-showcase-container {
    max-width: 1920px;
    margin: 0 auto;
    padding-right: 35px;
    padding-left: 35px;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.industry-panel {
    position: relative;
    min-height: 570px;
    overflow: hidden;
    background-color: #061528;
    border: 1px solid rgba(255, 255, 255, 0.1);
    scroll-margin-top: 105px;
}

    .industry-panel::before {
        position: absolute;
        top: 0;
        right: 100%;
        left: 0;
        z-index: 5;
        height: 3px;
        content: "";
        background: linear-gradient(90deg, #f39a2f, #00a8b5);
        transition: right 0.4s ease;
    }

    .industry-panel:hover::before {
        right: 0;
    }

.industry-panel-image {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: transform 0.65s ease, filter 0.65s ease;
}

    .industry-panel-image.agriculture {
        background-image: url("../images/industries/agriculture.webp");
    }

    .industry-panel-image.consumer {
        background-image: url("../images/industries/consumer-goods.webp");
    }

    .industry-panel-image.logistics {
        background-image: url("../images/industries/logistics.webp");
    }

    .industry-panel-image.industrial {
        background-image: url("../images/industries/industrial.webp");
    }

    .industry-panel-image.leather {
        background-image: url("../images/industries/leather.webp");
    }

    .industry-panel-image.animal {
        background-image: url("../images/industries/animal-products.webp");
    }

.industry-panel:hover .industry-panel-image {
    transform: scale(1.07);
    filter: saturate(1.08);
}

.industry-panel-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient( 180deg, rgba(2, 12, 25, 0.08) 0%, rgba(2, 12, 25, 0.32) 42%, rgba(2, 12, 25, 0.97) 100% );
}

.industry-panel-number {
    position: absolute;
    top: 24px;
    right: 26px;
    z-index: 3;
    color: rgba(255, 255, 255, 0.4);
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 32px;
    font-weight: 500;
}

.industry-panel-content {
    position: absolute;
    right: 30px;
    bottom: 31px;
    left: 30px;
    z-index: 3;
}

.industry-panel-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 20px;
    color: #19b8c4;
}

    .industry-panel-icon.orange {
        color: #f39a2f;
    }

    .industry-panel-icon svg {
        width: 100%;
        height: 100%;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.45;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.industry-panel-content h2 {
    max-width: 390px;
    margin: 0 0 17px;
    color: #ffffff;
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.03;
}

.industry-panel-content p {
    max-width: 410px;
    margin: 0;
    color: rgba(212, 222, 230, 0.74);
    font-size: 14px;
    line-height: 1.68;
}

/* -------------------------
   ADVANTAGES
   ------------------------- */

.industries-advantages {
    padding: 110px 0 100px;
    background: radial-gradient( circle at 10% 18%, rgba(243, 154, 47, 0.07), transparent 28% ), linear-gradient(135deg, #031527, #020a16);
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.industries-advantages-header {
    max-width: 820px;
    margin-bottom: 58px;
}

    .industries-advantages-header h2 {
        margin: 0;
        color: #ffffff;
        font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
        font-size: clamp(52px, 5vw, 80px);
        font-weight: 500;
        line-height: 0.98;
    }

        .industries-advantages-header h2 strong {
            display: block;
            color: #19b8c4;
            font-weight: 500;
        }

.industries-advantages-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

    .industries-advantages-grid article {
        min-height: 280px;
        padding: 32px 24px;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

        .industries-advantages-grid article:last-child {
            border-right: 0;
        }

.industries-advantage-icon {
    width: 47px;
    height: 47px;
    margin-bottom: 23px;
    color: #19b8c4;
}

    .industries-advantage-icon.orange {
        color: #f39a2f;
    }

    .industries-advantage-icon svg {
        width: 100%;
        height: 100%;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.45;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.industries-advantages-grid h3 {
    min-height: 58px;
    margin: 0 0 14px;
    color: #ffffff;
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.06;
}

.industries-advantages-grid p {
    margin: 0;
    color: rgba(198, 211, 221, 0.68);
    font-size: 14px;
    line-height: 1.7;
}

/* -------------------------
   CTA
   ------------------------- */

.industries-cta {
    padding: 75px 0;
    background-color: #010914;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.industries-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.industries-cta h2 {
    margin: 0;
    color: #ffffff;
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: clamp(43px, 4.5vw, 70px);
    font-weight: 500;
    line-height: 0.98;
}

    .industries-cta h2 strong {
        display: block;
        color: #19b8c4;
        font-weight: 500;
    }

.industries-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 245px;
    min-height: 55px;
    padding: 14px 18px 14px 22px;
    color: #ffffff;
    border: 1px solid rgba(243, 154, 47, 0.86);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

    .industries-cta-button svg {
        width: 22px;
        height: 22px;
        margin-left: 22px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .industries-cta-button:hover,
    .industries-cta-button:focus {
        color: #06101c;
        text-decoration: none;
        background-color: #f39a2f;
        transform: translateY(-2px);
    }

/* -------------------------
   RESPONSIVE - LARGE TABLET
   ------------------------- */

@media (max-width: 1199.98px) {
    .industries-hero-container {
        gap: 45px;
    }

    .industries-hero-content h1 {
        font-size: clamp(60px, 7vw, 92px);
    }

    .industries-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .industry-panel {
        min-height: 520px;
    }

    .industries-advantages-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

        .industries-advantages-grid article:nth-child(3) {
            border-right: 0;
        }

        .industries-advantages-grid article:nth-child(1),
        .industries-advantages-grid article:nth-child(2),
        .industries-advantages-grid article:nth-child(3) {
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }
}

/* -------------------------
   RESPONSIVE - TABLET
   ------------------------- */

@media (max-width: 991.98px) {
    .industries-hero {
        min-height: auto;
    }

    .industries-hero-bg {
        background-position: 63% center;
    }

    .industries-hero-overlay {
        background: linear-gradient( 90deg, rgba(2, 12, 25, 0.98) 0%, rgba(2, 12, 25, 0.9) 58%, rgba(2, 12, 25, 0.46) 100% ), linear-gradient( 180deg, rgba(2, 12, 25, 0.1), rgba(2, 12, 25, 0.82) );
    }

    .industries-hero-container {
        display: block;
        min-height: 720px;
        padding-top: 145px;
        padding-bottom: 70px;
    }

    .industries-hero-content {
        max-width: 690px;
    }

    .industries-hero-summary {
        width: 100%;
        max-width: 430px;
        margin-top: 45px;
    }

    .industries-introduction,
    .industries-advantages {
        padding-top: 85px;
        padding-bottom: 75px;
    }

    .industries-intro-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .industries-showcase-container {
        padding-right: 22px;
        padding-left: 22px;
    }

    .industries-advantages-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

        .industries-advantages-grid article {
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

            .industries-advantages-grid article:nth-child(2n) {
                border-right: 0;
            }

            .industries-advantages-grid article:last-child {
                grid-column: 1 / -1;
                border-bottom: 0;
            }

    .industries-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* -------------------------
   RESPONSIVE - MOBILE
   ------------------------- */

@media (max-width: 767.98px) {
    .industries-hero-bg {
        background-position: 68% center;
    }

    .industries-hero-overlay {
        background: linear-gradient( 180deg, rgba(2, 12, 25, 0.74) 0%, rgba(2, 12, 25, 0.84) 55%, rgba(2, 12, 25, 0.98) 100% ), linear-gradient( 90deg, rgba(2, 12, 25, 0.95), rgba(2, 12, 25, 0.42) );
    }

    .industries-hero-container {
        min-height: auto;
        padding-top: 120px;
        padding-bottom: 65px;
    }

    .industries-hero-content h1 {
        font-size: 58px;
        line-height: 0.94;
    }

    .industries-hero-content p {
        font-size: 16px;
    }

    .industries-hero-summary {
        padding: 24px;
    }

    .industries-introduction,
    .industries-advantages {
        padding-top: 70px;
        padding-bottom: 62px;
    }

    .industries-intro-grid h2,
    .industries-advantages-header h2 {
        font-size: 49px;
    }

    .industries-intro-grid .industries-lead {
        font-size: 18px;
    }

    .industries-grid {
        grid-template-columns: 1fr;
    }

    .industry-panel {
        min-height: 470px;
    }

    .industries-advantages-grid {
        grid-template-columns: 1fr;
    }

        .industries-advantages-grid article,
        .industries-advantages-grid article:last-child {
            grid-column: auto;
            min-height: auto;
            border-right: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

            .industries-advantages-grid article:last-child {
                border-bottom: 0;
            }

        .industries-advantages-grid h3 {
            min-height: auto;
        }

    .industries-cta {
        padding: 60px 0;
    }

        .industries-cta h2 {
            font-size: 47px;
        }
}

/* -------------------------
   RESPONSIVE - SMALL MOBILE
   ------------------------- */

@media (max-width: 479.98px) {
    .industries-hero-content h1 {
        font-size: 49px;
    }

    .industries-hero-content p {
        font-size: 15px;
    }

    .industries-showcase-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .industry-panel {
        min-height: 420px;
    }

    .industry-panel-content {
        right: 22px;
        bottom: 23px;
        left: 22px;
    }

        .industry-panel-content h2 {
            font-size: 29px;
        }

        .industry-panel-content p {
            font-size: 13px;
        }

    .industries-cta-button {
        width: 100%;
        min-width: 0;
    }
}

/* -------------------------
   SHORT DESKTOP HEIGHTS
   ------------------------- */

@media (min-width: 992px) and (max-height: 820px) {
    .industries-hero {
        min-height: 700px;
    }

    .industries-hero-container {
        padding-top: 110px;
        padding-bottom: 45px;
    }

    .industries-hero-content h1 {
        font-size: clamp(58px, 6vw, 90px);
    }

    .industries-hero-content p {
        font-size: 16px;
    }
}

/* -------------------------
   REDUCED MOTION
   ------------------------- */

@media (prefers-reduced-motion: reduce) {
    .industries-hero-bg,
    .industry-panel-image,
    .industries-cta-button {
        transition: none !important;
        transform: none !important;
    }
}
