/*==================================================
INDUSTRY HERO
==================================================*/

.industry-hero{

    padding:32px 0 80px;

    background:#F8FAFC;

}





.industry-hero-grid{

    display:grid;

    grid-template-columns:1.1fr .9fr;

    gap:70px;

    align-items:center;

}



.industry-hero-content h1{

    font-size:58px;

    line-height:1.1;

    margin-bottom:24px;
    margin-top:0;

    color:#0F172A;

}

.industry-hero-content p{

    font-size:19px;

    line-height:1.8;

    color:#64748B;

    max-width:650px;

    margin-bottom:36px;

}

.industry-hero-buttons{

    display:flex;

    gap:18px;

    margin-bottom:45px;

}

.btn-primary{

    background:#2563EB;

    color:#fff;

    padding:16px 32px;

    border-radius:12px;

    text-decoration:none;

    font-weight:600;

}

.btn-secondary{

    border:1px solid #CBD5E1;

    color:#0F172A;

    padding:16px 32px;

    border-radius:12px;

    text-decoration:none;

    font-weight:600;

}

.industry-highlights{

    display:flex;

    gap:20px;

}

.highlight-card{

    background:#fff;

    border-radius:18px;

    padding:22px;

    min-width:170px;

    box-shadow:0 12px 40px rgba(15,23,42,.08);

}

.highlight-card strong{

    display:block;

    font-size:30px;

    color:#2563EB;

    margin-bottom:8px;

}

.highlight-card span{

    color:#64748B;

}

.industry-hero-image img{

    width:100%;

    border-radius:26px;

    display:block;

    box-shadow:0 35px 70px rgba(15,23,42,.12);

}
/*==================================================
INDUSTRY OVERVIEW
==================================================*/

.industry-overview{

    padding:90px 0;

    background:#fff;

}

.section-header{

    text-align:center;

    max-width:760px;

    margin:0 auto 60px;

}

.section-tag{

    display:inline-block;

    color:#2563EB;

    font-size:13px;

    font-weight:600;

    text-transform:uppercase;

    letter-spacing:1px;

    margin-bottom:12px;

}

.section-header h2{

    font-size:42px;

    color:#0F172A;

    margin-bottom:18px;

}

.section-header p{

    color:#64748B;

    font-size:18px;

    line-height:1.8;

}

.overview-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

}

.overview-gallery{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:18px;

}

.gallery-large{

    grid-column:1 / -1;

    overflow:hidden;

    border-radius:18px;

    height:340px;

}

.gallery-large img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.4s;

}

.gallery-small{

    height:180px;

    overflow:hidden;

    border-radius:18px;

}

.gallery-small img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.4s;

}

.gallery-large:hover img,

.gallery-small:hover img{

    transform:scale(1.08);

}

.overview-content h3{

    font-size:32px;

    color:#0F172A;

    margin-bottom:20px;

}

.overview-content p{

    color:#475569;

    line-height:1.9;

    margin-bottom:22px;

}

.overview-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:15px;

    margin:35px 0;

}

.overview-features div{

    background:#F8FAFC;

    border:1px solid #E2E8F0;

    padding:14px 18px;

    border-radius:12px;

    font-weight:600;

    color:#1E293B;

    transition:.3s;

}

.overview-features div:hover{

    border-color:#2563EB;

    transform:translateY(-4px);

}
/*==================================================
INDUSTRY SNAPSHOT
==================================================*/

.industry-snapshot{

    padding:100px 0;

    background:#c6d7e9;

}

.snapshot-header{

    text-align:center;

    max-width:720px;

    margin:0 auto 60px;

}

.snapshot-header h2{

    font-size:40px;

    color:#0F172A;

    margin-bottom:18px;

}

.snapshot-header p{

    color:#64748B;

    line-height:1.8;

    font-size:17px;

}

.snapshot-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:28px;

}

.snapshot-card{

    background:#fff;

    border:1px solid #E2E8F0;

    border-radius:18px;

    padding:40px 30px;

    text-align:center;

    transition:.35s ease;

}

.snapshot-card:hover{

    transform:translateY(-8px);

    border-color:#2563EB;

    box-shadow:0 20px 45px rgba(15,23,42,.08);

}

.snapshot-icon{

    width:70px;

    height:70px;

    margin:0 auto 22px;

    border-radius:18px;

    background:#cee0f7;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:30px;

}

.snapshot-card h3{

    font-size:42px;

    color:#0F172A;

    margin-bottom:10px;

}

.snapshot-card span{

    color:#64748B;

    font-size:16px;

}
/*==================================================
MARKET SEGMENTS
==================================================*/

.industry-segments{

    padding:100px 0;

    background:#ffffff;

}

.segments-header{

    max-width:720px;

    margin:0 auto 60px;

    text-align:center;

}

.segments-header h2{

    font-size:40px;

    color:#0F172A;

    margin-bottom:18px;

}

.segments-header p{

    color:#64748B;

    line-height:1.8;

}

.segments-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:28px;

}

.segment-card{

    position:relative;

    height:320px;

    border-radius:20px;

    overflow:hidden;

    text-decoration:none;

    display:block;

}

.segment-card img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.45s ease;

}

.segment-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(to top, rgba(15,23,42,.92), rgba(15,23,42,.15));

    display:flex;

    flex-direction:column;

    justify-content:flex-end;

    padding:28px;

}

.segment-overlay h3{

    color:#fff;

    font-size:24px;

    margin-bottom:8px;

}

.segment-overlay span{

    color:rgba(255,255,255,.8);

    margin-bottom:20px;

    display:block;

}

.segment-link{

    color:#fff;

    font-weight:600;

    transition:.3s;

}

.segment-card:hover img{

    transform:scale(1.08);

}

.segment-card:hover{

    transform:translateY(-8px);

    transition:.35s;

}

.segment-card:hover .segment-link{

    transform:translateX(6px);

}
/*==================================================
INDUSTRY INSIGHTS
==================================================*/

.industry-insights{

    padding:110px 0;

    background:#ffffff;

}

.insights-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:stretch;

    margin-top:60px;

}

.insights-image{

    border-radius:24px;

    overflow:hidden;

    box-shadow:0 25px 60px rgba(15,23,42,.08);

    min-height:560px;

}

.insights-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

    transition:.5s ease;

}

.insights-image:hover img{

    transform:scale(1.05);

}

.insights-content{

    background:#F8FAFC;

    border:1px solid #E2E8F0;

    border-radius:24px;

    padding:45px;

    display:flex;

    flex-direction:column;

    justify-content:center;

}

.insights-content h3{

    font-size:34px;

    color:#0F172A;

    margin-bottom:24px;

    line-height:1.3;

}

.insights-content p{

    color:#64748B;

    font-size:17px;

    line-height:1.9;

    margin-bottom:22px;

}

.insights-content p:last-child{

    margin-bottom:0;

}

.insights-content:hover{

    border-color:#2563EB;

    box-shadow:0 20px 50px rgba(37,99,235,.08);

    transition:.35s ease;

}
/*==================================================
INDUSTRY CTA
==================================================*/

.industry-cta{

    padding:100px 0;

    background:#fff;

}

.industry-cta-box{

    display:grid;

    grid-template-columns:3fr 1fr;

    align-items:center;

    gap:60px;

    padding:60px;

    border-radius:24px;

    background:#0F172A;

    overflow:hidden;

    position:relative;

}

.industry-cta-box::before{

    content:"";

    position:absolute;

    top:0;

    right:0;

    width:180px;

    height:100%;

    background:linear-gradient(90deg,transparent,rgba(23, 83, 147, 0.04));

}

.cta-content{

    position:relative;

    z-index:2;

}

.cta-content .section-tag{

    background:rgba(255,255,255,.08);

    color:#fff;

    border:none;

    margin-bottom:18px;

}

.cta-content h2{

    font-size:42px;

    color:#fff;

    margin-bottom:18px;

    line-height:1.25;

}

.cta-content p{

    font-size:17px;

    line-height:1.8;

    color:rgba(255,255,255,.82);

    max-width:760px;

    margin:0;

}

.cta-action{

    display:flex;

    justify-content:flex-end;

    align-items:center;

    position:relative;

    z-index:2;

}

.cta-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:18px 34px;

    border-radius:14px;

    background:#2563EB;

    color:#fff;

    text-decoration:none;

    font-weight:600;

    font-size:16px;

    transition:.35s ease;

    white-space:nowrap;

}

.cta-btn:hover{

    background:#1D4ED8;

    transform:translateY(-3px);

    box-shadow:0 15px 30px rgba(37,99,235,.30);

}