/* ==========================================================================
   Trisha Web - Public Industry Detail
   Bootstrap 5 compatible
   Mobile responsive
   ========================================================================== */

.industry-detail-page {
    --industry-ink: #172937;
    --industry-muted: #63717b;
    --industry-border: #e3ebee;
    --industry-soft: #f6fafb;
    --industry-primary: #159d95;
    --industry-primary-dark: #0e7f79;
    --industry-white: #ffffff;
    color: var(--industry-ink);
    background: var(--industry-white);
}

.industry-detail-breadcrumb {
    padding: 14px 0;
    border-bottom: 1px solid #edf2f4;
    background: #fff;
}

.industry-breadcrumb-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    line-height: 1.5;
}

.industry-breadcrumb-link {
    color: var(--industry-primary);
    text-decoration: none;
    font-weight: 600;
}

.industry-breadcrumb-link:hover {
    color: var(--industry-primary-dark);
    text-decoration: underline;
}

.industry-breadcrumb-separator {
    color: #a7b2b8;
}

.industry-breadcrumb-current {
    color: var(--industry-muted);
    font-weight: 500;
}

.industry-detail-hero {
    position: relative;
    overflow: hidden;
    padding: 88px 0;
    background:
        radial-gradient(circle at 86% 18%, rgba(21,157,149,.16), transparent 34%),
        linear-gradient(135deg, #10242f 0%, #173946 52%, #0e2b35 100%);
    color: #fff;
}

.industry-detail-hero::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -170px;
    top: -190px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 50%;
}

.industry-detail-hero::after {
    content: "";
    position: absolute;
    width: 620px;
    height: 620px;
    left: -360px;
    bottom: -470px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 50%;
}

.industry-detail-hero .container {
    position: relative;
    z-index: 2;
}

.industry-detail-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 16px;
    background: rgba(255,255,255,.08);
    color: #72ddd5;
    font-size: 27px;
    box-shadow: 0 14px 35px rgba(0,0,0,.16);
}

.industry-detail-eyebrow {
    display: block;
    margin-bottom: 12px;
    color: #72ddd5;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
}

.industry-detail-title {
    max-width: 850px;
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(36px, 5vw, 62px);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -1.5px;
}

.industry-detail-lead {
    max-width: 760px;
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 17px;
    line-height: 1.8;
}

.industry-detail-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
}

.industry-detail-primary-cta,
.industry-detail-secondary-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 13px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background-color .2s ease;
}

.industry-detail-primary-cta {
    background: var(--industry-primary);
    color: #fff;
    box-shadow: 0 12px 28px rgba(21,157,149,.24);
}

.industry-detail-primary-cta:hover {
    background: #1ab0a7;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(21,157,149,.30);
}

.industry-detail-secondary-cta {
    border: 1px solid rgba(255,255,255,.22);
    background: rgba(255,255,255,.07);
    color: #fff;
}

.industry-detail-secondary-cta:hover {
    background: rgba(255,255,255,.13);
    color: #fff;
    transform: translateY(-2px);
}

.industry-detail-media {
    position: relative;
    margin: 0;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 24px;
    background: rgba(255,255,255,.08);
    box-shadow: 0 30px 70px rgba(0,0,0,.25);
}

.industry-detail-media img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
    border-radius: 17px;
}

.industry-detail-media-glow {
    position: absolute;
    inset: 18% -8% -18% 18%;
    z-index: 0;
    background: rgba(21,157,149,.25);
    filter: blur(50px);
    border-radius: 50%;
}

.industry-detail-icon-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 330px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 24px;
    background: rgba(255,255,255,.06);
    color: #72ddd5;
    font-size: 100px;
    box-shadow: 0 30px 70px rgba(0,0,0,.20);
}

.industry-detail-content {
    padding: 86px 0;
    background: #fff;
}

.industry-detail-copy {
    padding: 0;
}

.industry-detail-section-label {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--industry-primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.industry-detail-copy h2 {
    margin: 0 0 24px;
    color: var(--industry-ink);
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.7px;
}

.industry-detail-description {
    color: var(--industry-muted);
    font-size: 16px;
    line-height: 1.9;
}

.industry-detail-cta {
    padding: 0 0 86px;
    background: #fff;
}

.industry-detail-cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 42px 46px;
    border: 1px solid var(--industry-border);
    border-radius: 22px;
    background:
        radial-gradient(circle at 88% 15%, rgba(21,157,149,.12), transparent 30%),
        var(--industry-soft);
    box-shadow: 0 20px 55px rgba(23,41,55,.07);
}

.industry-detail-cta-content {
    max-width: 780px;
}

.industry-detail-cta-content h2 {
    margin: 0 0 12px;
    color: var(--industry-ink);
    font-size: clamp(25px, 3vw, 36px);
    line-height: 1.2;
    font-weight: 800;
}

.industry-detail-cta-content p {
    max-width: 700px;
    margin: 0;
    color: var(--industry-muted);
    font-size: 15px;
    line-height: 1.75;
}

.industry-detail-cta-action {
    flex: 0 0 auto;
}

@media (max-width: 991.98px) {
    .industry-detail-hero {
        padding: 68px 0;
    }

    .industry-detail-media,
    .industry-detail-icon-panel {
        max-width: 680px;
        margin-inline: auto;
    }

    .industry-detail-cta-card {
        align-items: flex-start;
        flex-direction: column;
        padding: 34px 28px;
    }
}

@media (max-width: 767.98px) {
    .industry-detail-breadcrumb {
        padding: 11px 0;
    }

    .industry-detail-hero {
        padding: 54px 0 60px;
    }

    .industry-detail-title {
        font-size: clamp(34px, 11vw, 48px);
        letter-spacing: -1px;
    }

    .industry-detail-lead {
        font-size: 15px;
    }

    .industry-detail-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .industry-detail-primary-cta,
    .industry-detail-secondary-cta {
        width: 100%;
    }

    .industry-detail-content {
        padding: 62px 0;
    }

    .industry-detail-cta {
        padding-bottom: 62px;
    }

    .industry-detail-icon-panel {
        min-height: 240px;
        font-size: 76px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .industry-detail-primary-cta,
    .industry-detail-secondary-cta {
        transition: none;
    }
}
