/* =========================================================
   INDUSTRIES PAGE STYLES
   Theme: matches dark/gradient premium look used site-wide
========================================================= */

* {
    box-sizing: border-box;
}

/* ---------- SCROLL REVEAL BASE ---------- */

.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.in-view {
    opacity: 1;
    transform: translateY(0);
}

/* ---------- SECTION HEADING ---------- */

.section-heading {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 50px;
    padding: 0 20px;
}

.section-tag {
    display: inline-block;
    background: #eef2ff;
    color: #4f46e5;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.section-tag.light {
    background: rgba(255,255,255,0.12);
    color: #ffffff;
}

.section-heading h2 {
    font-size: 34px;
    font-weight: 800;
    color: #14162b;
    margin: 0 0 12px;
}

.section-heading p {
    color: #6b6f85;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* ---------- HERO ---------- */

.industries-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #14162b 0%, #1f2242 45%, #2d1f52 100%);
    padding: 110px 20px 100px;
    text-align: center;
}

.hero-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.35;
    animation: floatBlob 10s ease-in-out infinite;
    pointer-events: none;
}

.blob-1 {
    width: 320px;
    height: 320px;
    background: #7c3aed;
    top: -80px;
    left: -60px;
    animation-delay: 0s;
}

.blob-2 {
    width: 260px;
    height: 260px;
    background: #4f46e5;
    bottom: -60px;
    right: -40px;
    animation-delay: 2s;
}

.blob-3 {
    width: 200px;
    height: 200px;
    background: #06b6d4;
    top: 40%;
    left: 45%;
    animation-delay: 4s;
}

@keyframes floatBlob {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -30px) scale(1.1); }
}

.industries-hero-container {
    position: relative;
    z-index: 2;
    max-width: 780px;
    margin: 0 auto;
}

.industries-hero-tag {
    display: inline-block;
    background: rgba(255,255,255,0.1);
    color: #c7d2fe;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 7px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 22px;
    animation: fadeDown 0.8s ease both;
}

.industries-hero-title {
    color: #ffffff;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 20px;
    animation: fadeUp 0.9s ease both;
    animation-delay: 0.1s;
}

.industries-hero-title span {
    background: linear-gradient(90deg, #a78bfa, #60a5fa, #34d399);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 200% auto;
    animation: gradientShift 4s linear infinite;
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

.industries-hero-desc {
    color: #c8cadf;
    font-size: 17px;
    line-height: 1.7;
    margin: 0 0 40px;
    animation: fadeUp 0.9s ease both;
    animation-delay: 0.2s;
}

.industries-hero-stats {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    animation: fadeUp 0.9s ease both;
    animation-delay: 0.3s;
}

.hero-stat-box {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(6px);
    padding: 18px 26px;
    border-radius: 16px;
    min-width: 150px;
    transition: transform 0.3s ease, background 0.3s ease;
}

.hero-stat-box:hover {
    transform: translateY(-6px);
    background: rgba(255,255,255,0.1);
}

.hero-stat-number {
    display: block;
    font-size: 26px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 4px;
}

.hero-stat-label {
    font-size: 12.5px;
    color: #b8bbd4;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.industries-hero-btn {
    display: inline-block;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 15px 34px;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(79,70,229,0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: fadeUp 0.9s ease both;
    animation-delay: 0.4s;
}

.industries-hero-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(79,70,229,0.55);
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeDown {
    from { opacity: 0; transform: translateY(-16px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ---------- ALL INDUSTRIES GRID ---------- */

.all-industries-section {
    padding: 90px 20px;
    background: #f8f9fc;
}

.industries-grid {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 26px;
}

.industry-card {
    display: block;
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid #eef0f6;
    box-shadow: 0 4px 16px rgba(20,20,50,0.05);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.industry-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(20,20,50,0.12);
}

.industry-card-image {
    position: relative;
    width: 100%;
    height: 170px;
    overflow: hidden;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
}

.industry-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.industry-card:hover .industry-card-image img {
    transform: scale(1.1);
}

.industry-card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 46px;
    font-weight: 800;
}

.industry-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20,22,43,0) 40%, rgba(20,22,43,0.55) 100%);
}

.industry-card-body {
    padding: 22px 22px 26px;
}

.industry-card-body h3 {
    font-size: 19px;
    font-weight: 700;
    color: #14162b;
    margin: 0 0 10px;
}

.industry-card-body p {
    font-size: 14px;
    color: #6b6f85;
    line-height: 1.6;
    margin: 0 0 16px;
    min-height: 44px;
}

.industry-card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #4f46e5;
    transition: gap 0.25s ease;
}

.industry-card:hover .industry-card-link {
    gap: 10px;
}

.industry-card-link svg {
    transition: transform 0.25s ease;
}

.industry-card:hover .industry-card-link svg {
    transform: translateX(3px);
}

/* ---------- WHY INDUSTRIES SECTION ---------- */

.why-industries-section {
    padding: 90px 20px;
    background: #ffffff;
}

.why-industries-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 24px;
}

.why-card {
    background: #f8f9fc;
    border: 1px solid #eef0f6;
    border-radius: 18px;
    padding: 32px 26px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.why-card:hover {
    transform: translateY(-6px);
    background: #ffffff;
    box-shadow: 0 16px 32px rgba(20,20,50,0.08);
}

.why-icon {
    font-size: 34px;
    margin-bottom: 16px;
}

.why-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: #14162b;
    margin: 0 0 10px;
}

.why-card p {
    font-size: 14px;
    color: #6b6f85;
    line-height: 1.6;
    margin: 0;
}

/* ---------- CTA / LEAD FORM SECTION ---------- */

.industry-cta-section {
    padding: 90px 20px;
    background: linear-gradient(135deg, #14162b 0%, #1f2242 50%, #2d1f52 100%);
}

.industry-cta-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 50px;
    align-items: center;
}

.industry-cta-left h2 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 16px;
    line-height: 1.3;
}

.industry-cta-left p {
    color: #c8cadf;
    font-size: 15.5px;
    line-height: 1.7;
    margin: 0 0 22px;
}

.industry-cta-points {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.industry-cta-points li {
    color: #e2e4f5;
    font-size: 14.5px;
    font-weight: 500;
}

.industry-cta-right {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.14);
    backdrop-filter: blur(8px);
    border-radius: 20px;
    padding: 32px;
}

.industry-lead-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.industry-lead-form input,
.industry-lead-form select,
.industry-lead-form textarea {
    width: 100%;
    padding: 13px 16px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.08);
    color: #ffffff;
    font-size: 14px;
    font-family: inherit;
    outline: none;
    transition: border 0.25s ease, background 0.25s ease;
}

.industry-lead-form select option {
    color: #14162b;
}

.industry-lead-form input::placeholder,
.industry-lead-form textarea::placeholder {
    color: #b8bbd4;
}

.industry-lead-form input:focus,
.industry-lead-form select:focus,
.industry-lead-form textarea:focus {
    border-color: #7c3aed;
    background: rgba(255,255,255,0.13);
}

.industry-lead-form textarea {
    resize: vertical;
}

.industry-lead-form button {
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: #fff;
    border: none;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 26px rgba(79,70,229,0.4);
}

.industry-lead-form button:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(79,70,229,0.55);
}

#leadFormMessage {
    margin: 0;
    font-size: 13.5px;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 900px) {
    .industry-cta-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .industries-hero-title {
        font-size: 32px;
    }

    .industries-hero-desc {
        font-size: 15px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .section-heading h2 {
        font-size: 26px;
    }
}

/* ---------- BREADCRUMB ---------- */

.breadcrumb-nav {
    background: #f8f9fc;
    border-bottom: 1px solid #eef0f6;
    padding: 14px 20px;
}

.breadcrumb-container {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
}

.breadcrumb-container a {
    color: #6b6f85;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.breadcrumb-container a:hover {
    color: #4f46e5;
}

.breadcrumb-sep {
    color: #b8bbd4;
}

.breadcrumb-current {
    color: #4f46e5;
    font-weight: 700;
}