/* ==========================================================================
   Industries page — Figma layout (scoped under .page-industries)
   ========================================================================== */

/* Marquee: home.css handles animation; tighten band to Figma frames */
.page-industries #homeMarquee {
    padding: 14px 0;
}

.page-industries {
    /* Let #pageParticles + orbital rings show through (same idea as home sections) */
    --ind-bg: transparent;
    --ind-panel: rgba(18, 26, 46, 0.78);
    --ind-cell: #0d1425;
    --ind-card: rgba(92, 100, 122, 0.55);
    --ind-accent: #f3124e;
    --ind-accent-soft: #ff3b5c;
    --ind-text: #ffffff;
    --ind-muted: #aeb9ca;
    --ind-radius-lg: 28px;
    --ind-radius-pill: 48px;
    position: relative;
    z-index: 2;
    padding-bottom: 40px;
    overflow-x: clip;
}

.page-industries .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ----- Hero: shared Figma layout (#homeHeroSec.homeHero--figma in home.css) ----- */

/* Hero: logo pink (#F3124E), readable measure, clear separation before CTAs */
.page-industries #homeHeroSec.homeHero--figma .homeHero__inner {
    max-width: min(880px, 100%);
}

.page-industries #homeHeroSec.homeHero--figma .homeHero__headingBold--figma {
    font-family: "Montserrat", "Outfit", sans-serif;
    letter-spacing: -0.03em;
    /* Tighter scale so two nowrap lines fit on narrow viewports */
    font-size: clamp(18px, 4.2vw, 86px);
    line-height: 1.05;
}

.page-industries #homeHeroSec.homeHero--figma .homeHero__heading {
    /* Wider than body copy so line 1 (“Industries We Empower with”) stays one row; still centered like hero */
    max-width: min(92vw, 880px);
    margin: 0 auto clamp(8px, 1.1vw, 14px);
}

/* First line = exact brand / logo color (site.css --viva-pink) — no coral substitute */
.page-industries #homeHeroSec.homeHero--figma .homeHero__headingLine1 {
    color: var(--viva-pink, #f3124e) !important;
    -webkit-text-fill-color: var(--viva-pink, #f3124e);
    text-shadow: none;
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    white-space: normal;
    line-height: 1.05;
}

.page-industries #homeHeroSec.homeHero--figma .homeHero__headingLine2 {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
    text-shadow: none;
    white-space: normal;
    line-height: 1.05;
    margin-top: 0.02em;
}

/* Match #homeHeroSec.homeHero--figma .homeHero__desc (home.css) — same type scale and measure */
.page-industries #homeHeroSec.homeHero--figma .homeHero__desc {
    font-family: "Outfit", sans-serif;
    font-size: clamp(23px, 2.7vw, 29px);
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.82);
    max-width: min(900px, 94vw);
    margin: 30px auto 44px;
    white-space: pre-line;
    text-align: justify;
    text-justify: inter-word;
    text-align-last: center;
}

.page-industries #homeHeroSec.homeHero--figma .homeHero__actions {
    margin-top: clamp(12px, 2vw, 20px);
    padding-top: clamp(28px, 3.2vw, 40px);
    border-top: 1px solid rgba(243, 18, 78, 0.22);
    max-width: min(900px, 94vw);
    margin-left: auto;
    margin-right: auto;
}

/* Same hero lead scaling as home.css @media rules for #homeHeroSec.homeHero--figma .homeHero__desc */
@media (min-width: 1400px) {
    .page-industries #homeHeroSec.homeHero--figma .homeHero__desc {
        font-size: 29px;
        max-width: 900px;
        margin-bottom: 44px;
        line-height: 1.55;
    }
}

@media (max-width: 992px) {
    .page-industries #homeHeroSec.homeHero--figma .homeHero__desc {
        font-size: 26px;
        max-width: 840px;
        line-height: 1.5;
    }

    .page-industries #homeHeroSec.homeHero--figma .homeHero__actions {
        max-width: 840px;
    }
}

@media (max-width: 768px) {
    .page-industries #homeHeroSec.homeHero--figma .homeHero__headingLine1,
    .page-industries #homeHeroSec.homeHero--figma .homeHero__headingLine2 {
        white-space: normal;
    }

    .page-industries #homeHeroSec.homeHero--figma .homeHero__desc {
        font-size: clamp(14px, 3.9vw, 16px);
        line-height: 1.6;
        margin: 16px auto 24px;
        width: min(100%, 336px);
        max-width: calc(100vw - 36px);
        text-align: left !important;
        text-justify: auto;
        text-align-last: auto;
        word-spacing: normal;
        letter-spacing: normal;
        hyphens: none;
    }

    .page-industries #homeHeroSec.homeHero--figma .homeHero__actions {
        max-width: calc(100vw - 36px);
    }
}

@media (max-width: 480px) {
    .page-industries #homeHeroSec.homeHero--figma .homeHero__desc {
        font-size: 14px;
    }
}

.page-industries .indHero__btnOutline {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    color: #fff !important;
    box-shadow: none !important;
}

.page-industries .indHero__btnOutline:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(243, 18, 78, 0.45) !important;
    transform: translateY(-2px);
}

.page-industries .indHero__btnIconAccent {
    background: #f3124e !important;
}

.page-industries .indHero__btnOutline:hover .indHero__btnIconAccent {
    background: #ff3b5c !important;
}

/* Wide banner after hero (#homeFeatureBanner via viva-figma-hero); extra spacing only */
.page-industries #homeFeatureBanner {
    padding: 0 20px 0;
    position: relative;
}

.page-industries #homeResultsSec .homeResults__desc {
    text-align: justify;
    text-justify: inter-word;
    text-align-last: left;
}

.page-industries #homeResultsSec .homeResults__staffCardText p {
    text-align: left;
    text-justify: auto;
    text-align-last: auto;
    word-spacing: normal;
    letter-spacing: normal;
    hyphens: none;
    text-wrap: pretty;
}

.page-industries #homeResultsSec .homeResults__staffCardText a {
    color: var(--viva-pink, #f3124e) !important;
    font: inherit !important;
    letter-spacing: inherit;
    text-decoration: none;
}

.page-industries #homeResultsSec .homeResults__staffCardText a:hover,
.page-industries #homeResultsSec .homeResults__staffCardText a:focus-visible {
    color: #ffffff !important;
}

.page-industries .homeIndustries__preHeading {
    color: #f3124e !important; /* INDUSTRIES label in logo color */
}

.page-industries #homeIndustriesSec .indCard--solid .homeIndustries__cardLabel {
    font-family: "Montserrat", "Outfit", system-ui, sans-serif !important;
}

/* ----- Trusted: same marquee + logo scale as Home (see home.css .homeTrusted__*) ----- */
.page-industries #homeTrustedSec {
    background: transparent;
}

.page-industries #homeTrustedSec .homeTrusted__inner {
    max-width: min(1600px, 100%);
}

/* ----- Industries card grid (Figma masonry under #homeIndustriesSec) ----- */
.page-industries #homeIndustriesSec {
    background: transparent;
}

/* Mosaic grid + cards: industry-mosaic.css (loaded globally) */

.indPill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(243, 18, 78, 0.45);
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.indPill--dim {
    background: rgba(30, 36, 54, 0.9);
    border-color: rgba(255, 255, 255, 0.1);
}

.indPill__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--ind-accent);
    color: #fff;
}

/* ----- Core lead ----- */
.indCoreLead {
    padding: 20px 20px 56px;
    text-align: center;
    background: var(--ind-bg);
}

.indCoreLead__inner {
    max-width: 900px;
    margin: 0 auto;
}

.indCoreLead .homeIndustries__cta {
    margin-bottom: clamp(24px, 3.5vw, 44px);
}

/* Figma: black circle on primary CTA (home uses #0e1025) */
.page-industries .homeIndustries__viewAllBtnIcon {
    background: #000000 !important;
}

.indBtn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 18px 32px;
    border-radius: 999px;
    font-family: "Outfit", sans-serif;
    /* Match inner-page overview CTA / readable UI text (design-system-inner.css) */
    font-size: clamp(17px, 1.25vw, 20px);
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.indBtn--primary {
    background: rgba(7, 9, 30, 0.88);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    margin-bottom: 28px;
}

.indBtn--primary:hover {
    color: #fff;
    transform: translateY(-2px);
    background: rgba(16, 20, 48, 0.92);
    border-color: rgba(255, 255, 255, 0.48);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.indBtn--ghost {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.indBtn--ghost:hover {
    color: #fff;
    border-color: rgba(243, 18, 78, 0.5);
}

.indBtn__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--ind-accent);
    color: #fff;
    flex-shrink: 0;
}

.indBtn__arrow--dark {
    background: #0a0e1a;
    color: #fff;
}

.indDetail__cta {
    text-transform: none;
}

.indBtn--primary.indDetail__cta {
    padding: 18px 32px;
}

.indBtn__arrow--onPrimary {
    background: var(--viva-pink, #f3124e) !important;
    color: #ffffff !important;
}

.indCoreLead__title {
    margin: 0;
}

.indCoreLead__accent {
    display: block;
    font-family: "Outfit", sans-serif;
    font-weight: 800;
    font-size: clamp(26px, 3.5vw, 38px);
    color: var(--viva-pink, #f3124e) !important;
    -webkit-text-fill-color: var(--viva-pink, #f3124e);
}

.indCoreLead__main {
    display: block;
    font-family: "Outfit", sans-serif;
    font-weight: 800;
    font-size: clamp(32px, 4.5vw, 48px);
    color: #fff;
}

/* ----- Detail rows (Company Overview body scale: --viva-overview-* in design-system-inner.css) ----- */
.indDetail,
#indDetailManufacturing,
[id^="ind-detail-"] {
    scroll-margin-top: 120px;
}

.indDetail {
    padding: clamp(56px, 7vw, 88px) 20px;
    background: var(--ind-bg);
}

.indDetail__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 5vw, 56px);
    align-items: center;
}

.indDetail__text {
    max-width: min(52ch, 100%);
}

.indDetail--reversed .indDetail__inner {
    direction: rtl;
}

.indDetail--reversed .indDetail__text,
.indDetail--reversed .indDetail__visual {
    direction: ltr;
}

.indDetail__title {
    margin: 0 0 clamp(18px, 2vw, 24px);
    font-family: "Outfit", sans-serif;
    font-weight: 800;
    font-size: clamp(36px, 4vw, 52px);
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: var(--viva-pink, #f3124e) !important;
    -webkit-text-fill-color: var(--viva-pink, #f3124e);
}

.indDetail__desc {
    margin: 0 0 clamp(22px, 2.5vw, 28px);
    color: rgba(255, 255, 255, 0.94);
    font-family: "Outfit", "Inter", sans-serif;
    font-size: var(--viva-overview-body-fs, clamp(19px, 1.45vw, 24px));
    font-weight: 400;
    line-height: 1.72;
}

.indDetail__list {
    margin: 0 0 clamp(32px, 3.5vw, 40px);
    padding: 0;
    list-style: none;
}

.indDetail__list li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: clamp(14px, 1.5vw, 18px);
    color: rgba(255, 255, 255, 0.92);
    font-family: "Outfit", "Inter", sans-serif;
    font-size: var(--viva-overview-body-fs, clamp(19px, 1.45vw, 24px));
    font-weight: 400;
    line-height: 1.72;
}

.indDetail__bullet {
    position: absolute;
    left: 0;
    top: 0.55em;
    color: #fff;
    font-weight: 700;
    font-size: 0.85em;
}

.indDetail__list a {
    color: var(--viva-pink, #f3124e);
    font: inherit !important;
    letter-spacing: inherit;
    text-decoration: none;
}

/* Override site.css global li/a font-size lock so links match surrounding text */
body.site-body--inner #siteMain .page-industries #homeResultsSec .homeResults__staffCardText p {
    font-family: "Outfit", sans-serif !important;
    font-size: clamp(18px, 1.45vw, 22px) !important;
    font-weight: 400 !important;
    line-height: 1.62 !important;
}

body.site-body--inner #siteMain .page-industries #homeResultsSec .homeResults__staffCardText a {
    font: inherit !important;
    line-height: inherit !important;
}

body.site-body--inner #siteMain .page-industries .indDetail__list li {
    font-family: "Outfit", "Inter", sans-serif !important;
    font-size: var(--viva-overview-body-fs, clamp(19px, 1.45vw, 24px)) !important;
    font-weight: 400 !important;
    line-height: 1.72 !important;
}

body.site-body--inner #siteMain .page-industries .indDetail__list a {
    font: inherit !important;
    line-height: inherit !important;
}

@media (max-width: 768px) {
    body.site-body--inner #siteMain .page-industries .indDetail__list li,
    body.site-body--inner #siteMain .page-industries #homeResultsSec .homeResults__staffCardText p {
        font-size: 16px !important;
        line-height: 1.55 !important;
    }

    body.site-body--inner #siteMain .page-industries .indDetail__list a,
    body.site-body--inner #siteMain .page-industries #homeResultsSec .homeResults__staffCardText a {
        font: inherit !important;
        line-height: inherit !important;
    }
}

.indDetail__list a:hover,
.indDetail__list a:focus-visible {
    color: #ffffff;
}

.indDetail__visualFrame {
    position: relative;
    border-radius: 20px;
    min-height: 280px;
    background: linear-gradient(145deg, #0f1830, #0a1022);
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.indDetail__img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    object-position: center;
}

/* ----- Industry-specific solutions (Figma: dark card, overlap image, circle row) ----- */
.indSolutions {
    position: relative;
    padding: clamp(64px, 8vw, 96px) 20px clamp(72px, 9vw, 100px);
    background: var(--ind-bg);
    isolation: isolate;
}

/* Faint concentric rings (match frame ambience) */
.indSolutions::before {
    content: "";
    position: absolute;
    inset: 12% 8% auto;
    left: 50%;
    transform: translateX(-50%);
    width: min(900px, 92vw);
    height: min(900px, 92vw);
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
    opacity: 0.14;
    border: 1px solid rgba(243, 18, 78, 0.22);
    box-shadow:
        0 0 0 1px rgba(243, 18, 78, 0.06),
        inset 0 0 100px rgba(243, 18, 78, 0.04);
}

.indSolutions__panel {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
    background: rgba(28, 34, 48, 0.9);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: clamp(40px, 5vw, 56px) clamp(28px, 4vw, 44px) clamp(40px, 5vw, 52px) clamp(36px, 4vw, 48px);
    overflow: visible;
    box-shadow:
        0 28px 64px rgba(0, 0, 0, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.indSolutions__top {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    gap: clamp(24px, 3.5vw, 40px);
    align-items: start;
    margin-bottom: 0;
}

.indSolutions__copy {
    min-width: 0;
}

.indSolutions__title {
    margin: 0 0 clamp(20px, 2.2vw, 26px);
}

.indSolutions__accent {
    display: block;
    font-family: "Montserrat", "Outfit", sans-serif;
    font-weight: 800;
    font-size: clamp(26px, 2.5vw, 34px);
    letter-spacing: -0.02em;
    line-height: 1.15;
    color: var(--viva-pink, #f3124e) !important;
    -webkit-text-fill-color: var(--viva-pink, #f3124e);
}

.indSolutions__main {
    display: block;
    font-family: "Montserrat", "Outfit", sans-serif;
    font-weight: 800;
    font-size: clamp(40px, 4.2vw, 54px);
    letter-spacing: -0.035em;
    line-height: 1.05;
    color: #ffffff;
}

.indSolutions__lead {
    margin: 0 0 clamp(18px, 2vw, 22px);
    font-family: "Montserrat", "Outfit", sans-serif;
    font-size: clamp(16px, 1.25vw, 18px);
    font-weight: 500;
    line-height: 1.72;
    color: #ffffff;
}

.indSolutions__intro {
    margin: 0 0 14px;
    font-family: "Montserrat", "Outfit", sans-serif;
    font-size: clamp(15px, 1.15vw, 17px);
    font-weight: 600;
    line-height: 1.5;
    color: #a0aec0;
}

.indSolutions__bullets {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Montserrat", "Outfit", sans-serif;
}

.indSolutions__bullets li {
    margin-bottom: clamp(10px, 1.2vw, 14px);
    font-size: clamp(15px, 1.12vw, 17px);
    font-weight: 400;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.9);
}

.indSolutions__bullets li:last-child {
    margin-bottom: 0;
}

/* Figma: white asterisk bullets (not list markers) */
.indSolutions__bullets span {
    display: inline-block;
    margin-right: 10px;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.05em;
    line-height: 1;
    vertical-align: 0.05em;
}

.indSolutions__media {
    position: relative;
    align-self: start;
    /* Figma: image block rises above the gray panel */
    margin-top: clamp(-104px, -7.5vw, -64px);
    padding-top: 0;
    margin-right: 0;
    width: clamp(250px, 27vw, 360px);
    z-index: 2;
}

/* Figma: full-width pink bar above image */
.indSolutions__accentBar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 16px;
    border-radius: 0;
    background: linear-gradient(90deg, #ff1f61 0%, #f3124e 100%);
    z-index: 3;
    box-shadow: 0 0 18px rgba(243, 18, 78, 0.4);
}

.indSolutions__imgWrap {
    position: relative;
    z-index: 1;
    margin-top: 16px;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
}

.indSolutions__imgWrap img {
    width: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 4 / 5;
    min-height: 320px;
}

/* Circle row: below card (Figma) — inset panel, thin white ring on circles, arcs above row */
.indSolutions__circlesBar {
    max-width: 1160px;
    margin: clamp(32px, 4.5vw, 48px) auto 0;
    padding: clamp(28px, 4vw, 40px) clamp(16px, 2.5vw, 28px) clamp(24px, 3.5vw, 32px);
    background: rgba(28, 34, 48, 0.72);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    box-shadow:
        0 20px 48px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.indSolutions__circles {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    padding: 0;
    overflow: visible;
}

.indSolutions__circle {
    position: relative;
    z-index: 2;
    flex: 0 1 200px;
    width: clamp(148px, 18vw, 200px);
    max-width: 200px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--viva-pink, #f3124e);
    border: 1px solid rgba(255, 255, 255, 0.92);
    padding: clamp(18px, 2vw, 26px) clamp(14px, 1.6vw, 18px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.indSolutions__circle h3 {
    margin: 0 0 8px;
    font-family: "Montserrat", "Outfit", sans-serif;
    font-size: clamp(17px, 1.35vw, 21px);
    font-weight: 800;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
    line-height: 1.2;
}

.indSolutions__circle p {
    margin: 0;
    font-family: "Montserrat", "Outfit", sans-serif;
    font-size: clamp(12px, 0.95vw, 14px);
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
}

/* Curved connector + arrowhead: lift so arc sits above circle “shoulders”, not through centers */
.indSolutions__flowSvg {
    position: relative;
    z-index: 1;
    width: clamp(48px, 7vw, 80px);
    height: clamp(44px, 5.5vw, 56px);
    flex-shrink: 0;
    align-self: flex-start;
    margin: 0 clamp(-4px, -0.4vw, 0) 0;
    top: clamp(-14px, -1.8vw, -8px);
    overflow: visible;
    opacity: 1;
}

/* ----- Challenges ----- */
.indChallenges {
    position: relative;
    padding: 64px 20px 80px;
    background: var(--ind-bg);
    isolation: isolate;
}

/* Figma: faint radar rings + ambient glow (sits behind content) */
.indChallenges::before,
.indChallenges::after {
    content: "";
    position: absolute;
    top: 50%;
    width: min(520px, 70vw);
    height: min(520px, 70vw);
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
    opacity: 0.22;
    border: 1px solid rgba(243, 18, 78, 0.35);
    box-shadow:
        0 0 0 1px rgba(243, 18, 78, 0.08),
        inset 0 0 80px rgba(243, 18, 78, 0.06);
}

.indChallenges::before {
    left: -18%;
    transform: translateY(-50%);
}

.indChallenges::after {
    right: -18%;
    transform: translateY(-50%);
}

.indChallenges__inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

.indChallenges__head {
    text-align: center;
    margin-bottom: 44px;
}

.indChallenges__title {
    margin: 0 0 12px;
}

.indChallenges__accent {
    display: block;
    font-family: "Outfit", sans-serif;
    font-weight: 800;
    font-size: clamp(28px, 3.5vw, 40px);
    color: var(--viva-pink, #f3124e) !important;
    -webkit-text-fill-color: var(--viva-pink, #f3124e);
}

.indChallenges__main {
    display: block;
    font-family: "Outfit", sans-serif;
    font-weight: 800;
    font-size: clamp(36px, 4.5vw, 52px);
    color: #fff;
}

.indChallenges__sub {
    margin: 0 auto;
    max-width: min(52ch, 100%);
    color: rgba(255, 255, 255, 0.9);
    font-family: "Outfit", "Inter", sans-serif;
    font-size: var(--viva-overview-body-fs, clamp(19px, 1.45vw, 24px));
    line-height: 1.72;
}

.indChallenges__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(28px, 4vw, 48px);
    align-items: start;
}

.indChallenges__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.indChallenges__listItem {
    padding: clamp(20px, 2.2vw, 26px) clamp(22px, 2.5vw, 28px);
    border-radius: 14px;
    background: rgba(20, 28, 48, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.94);
    font-size: var(--viva-overview-body-fs, clamp(19px, 1.45vw, 24px));
    font-family: "Outfit", "Inter", sans-serif;
    font-weight: 400;
    line-height: 1.72;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.18);
}

.page-industries .indChallenges__listItem {
    font-family: "Outfit", "Inter", sans-serif;
}

.indChallenges__listItem--dot {
    position: relative;
    padding-right: 36px;
}

.indChallenges__listItem--dot::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 7px;
    height: 7px;
    margin-top: -3.5px;
    border-radius: 50%;
    background: var(--ind-accent);
    box-shadow: 0 0 12px rgba(243, 18, 78, 0.65);
}

.indChallenges__diagram {
    display: flex;
    justify-content: center;
    width: 100%;
}

.indChallenges__diagramFrame {
    width: 100%;
    max-width: min(520px, 100%);
    margin: 0 auto;
    line-height: 0;
}

/* Vector hex (same artwork as home How we Work — not a PNG screenshot) */
.indChallenges__diagramSvg {
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
    filter: drop-shadow(0 16px 48px rgba(0, 0, 0, 0.45));
}

/* Case studies: uses homeCaseStudies__* from home.css */

.page-industries #homeCaseStudiesSec {
    background: transparent;
}

/* ----- Tech stack ----- */
.indTech {
    position: relative;
    padding: 72px 20px 24px;
    background: transparent;
}

.indTech__topBar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #f3124e, #ff5c7a);
    opacity: 0.95;
}

.indTech__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.indTech__head {
    text-align: center;
    margin-bottom: 40px;
}

.indTech__title {
    margin: 0;
}

.indTech__accent {
    display: block;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    font-size: clamp(22px, 2.5vw, 30px);
    color: var(--ind-accent);
}

.indTech__main {
    display: block;
    font-family: "Outfit", sans-serif;
    font-weight: 800;
    font-size: clamp(36px, 4.5vw, 52px);
    color: #fff;
}

.indTech__row {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 40px;
    align-items: stretch;
}

.indTech__kicker {
    margin: 0 0 10px;
    color: #f3124e;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    font-size: clamp(18px, 1.35vw, 22px);
    letter-spacing: 0.02em;
}

.indTech__hl {
    margin: 0 0 clamp(18px, 2vw, 22px);
    font-family: "Outfit", sans-serif;
    font-weight: 800;
    font-size: clamp(30px, 3.2vw, 42px);
    color: #f3124e;
    line-height: 1.15;
}

.indTech__copy {
    margin: 0 0 clamp(24px, 3vw, 32px);
    color: rgba(255, 255, 255, 0.94);
    font-family: "Outfit", "Inter", sans-serif;
    font-size: var(--viva-overview-body-fs, clamp(19px, 1.45vw, 24px));
    line-height: 1.72;
}

.indTech__boxes {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.indTech__boxes > div {
    padding: clamp(20px, 2vw, 24px) clamp(22px, 2.2vw, 26px);
    border-radius: 14px;
    background: rgba(44, 53, 77, 0.72);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.94);
    font-family: "Outfit", "Inter", sans-serif;
    font-size: clamp(17px, 1.3vw, 21px);
    line-height: 1.68;
}

.indTech__boxes strong {
    display: block;
    color: #f3124e;
    font-family: "Outfit", sans-serif;
    font-size: clamp(18px, 1.35vw, 22px);
    font-weight: 700;
    margin-bottom: 10px;
}

/*
 * Tech collage — Figma/PDF: two rows on a shared 3-col template.
 * Top: solid pink | horizontal mood image | spacer (aligns with bar column).
 * Bottom: large hero (cols 1–2) | full-height vertical accent bar (col 3).
 */
.indTech__collage {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    min-width: 0;
    min-height: 0;
    height: 100%;
    box-sizing: border-box;
}

.indTech__collageRow {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr) 18px;
    gap: 10px;
    min-width: 0;
    align-items: stretch;
}

.indTech__collageRow--top {
    min-height: 140px;
    max-height: 168px;
}

.indTech__collageRow--bottom {
    flex: 1 1 auto;
    min-height: min(420px, 58vh);
}

.indTech__collageRail {
    min-width: 0;
}

.indTech__collageSq {
    min-width: 0;
    min-height: 120px;
    height: 100%;
    background: #f3124e;
    border-radius: 14px;
    box-shadow:
        0 12px 36px rgba(243, 18, 78, 0.35),
        inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.indTech__collageImg {
    position: relative;
    min-width: 0;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.indTech__collageImg--small {
    height: 100%;
}

.indTech__collageImg--small img {
    width: 100%;
    height: 100%;
    min-height: 120px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.indTech__collageRow--bottom .indTech__collageImg--large {
    grid-column: 1 / 3;
    grid-row: 1;
    min-height: 260px;
    height: 100%;
}

.indTech__collageImg--large img {
    width: 100%;
    height: 100%;
    min-height: min(420px, 58vh);
    object-fit: cover;
    object-position: center;
    display: block;
}

.indTech__collageRow--bottom .indTech__collageBar {
    grid-column: 3;
    grid-row: 1;
    align-self: stretch;
    width: 18px;
    margin-left: -10px;
    justify-self: end;
    border-radius: 0 12px 12px 0;
    background: linear-gradient(180deg, #ff3158 0%, #c4123d 52%, #8f0f2e 100%);
    box-shadow: 0 0 24px rgba(243, 18, 78, 0.38);
    pointer-events: none;
}

/* Testimonials: #homeTestimonialsSec + .homeTestimonials__* from home.css */

.page-industries #homeTestimonialsSec {
    background: transparent;
}

/* ----- Responsive ----- */
@media (max-width: 1064px) {
    .indDetail__inner,
    .indSolutions__top,
    .indChallenges__row,
    .indTech__row {
        grid-template-columns: 1fr;
    }

    .indTech__collageRow--top {
        min-height: 112px;
        max-height: 148px;
    }

    .indTech__collageRow--bottom {
        min-height: 280px;
    }

    .indTech__collageImg--large img {
        min-height: 280px;
    }

    .indTech__collageRow--bottom .indTech__collageBar {
        width: 14px;
        margin-left: -8px;
    }

    .indDetail--reversed .indDetail__inner {
        direction: ltr;
    }

    .indSolutions__media {
        margin-top: 8px;
        max-width: 420px;
        width: min(100%, 420px);
        margin-left: auto;
        margin-right: auto;
    }

    .indSolutions__circles {
        flex-wrap: wrap;
        row-gap: 20px;
        column-gap: 8px;
        justify-content: center;
    }

    .indSolutions__circle {
        flex: 0 0 calc(50% - 12px);
        max-width: 200px;
        width: calc(50% - 12px);
    }

    .indSolutions__flowSvg {
        display: none;
    }
}

@media (max-width: 768px) {
    .page-industries {
    }

    #homeHeroSec.homeHero--figma {
    }

    .page-industries .homeIndustries__preHeading {
        font-size: 30px !important;
        line-height: 1.08;
        letter-spacing: -0.01em;
    }

    .page-industries .homeIndustries__heading {
        font-size: 42px !important;
        line-height: 1.08;
    }

    #homeHeroSec.homeHero--figma .homeHero__heading {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    /* Industries hero: two fixed lines — don’t break words inside pink / white spans */
    .page-industries #homeHeroSec.homeHero--figma .homeHero__heading {
        overflow-wrap: normal;
        word-break: normal;
    }

    .page-industries .indChallenges__listItem {
        text-align: center;
    }

    .page-industries .indTech__copy {
        text-align: justify !important;
        text-justify: inter-word;
        text-align-last: left;
        hyphens: auto;
    }

}

/* ----- indIntro strip (Case Studies page still uses this; Industries uses #homeResultsSec below the feature cards) ----- */
.indIntro {
    padding: 0 20px 48px;
}

.indIntro__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(160px, 220px) 1fr minmax(220px, 280px);
    gap: 24px;
    align-items: stretch;
    background: transparent;
    border: none;
    padding: 0;
}

.indIntro__visual {
    border-radius: 16px;
    overflow: hidden;
    min-height: 200px;
    position: relative;
    isolation: isolate;
}

.indIntro__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(243, 18, 78, 0.35), transparent 55%);
    pointer-events: none;
    z-index: 1;
    border-radius: inherit;
}

.indIntro__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 220px;
}

.indIntro__copy {
    display: flex;
    align-items: center;
    background: rgba(26, 31, 43, 0.72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 14px;
    padding: 22px 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.indIntro__copy p {
    margin: 0;
    color: var(--ind-text, #ffffff);
    font-family: "Inter", "Outfit", sans-serif;
    font-size: clamp(16px, 1.4vw, 19px);
    line-height: 1.68;
}

.indIntro__stats {
    background: #f3124e;
    border-radius: 16px;
    padding: 22px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
}

.indIntro__stat {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.indIntro__statLine {
    display: block;
    height: 1px;
    background: rgba(255, 255, 255, 0.35);
    margin-bottom: 4px;
}

.indIntro__stat:first-child .indIntro__statLine {
    display: none;
}

.indIntro__statNum {
    font-family: "Outfit", sans-serif;
    font-weight: 800;
    font-size: clamp(28px, 3vw, 36px);
    color: #fff;
    line-height: 1;
}

.indIntro__statLabel {
    font-family: "Inter", "Outfit", sans-serif;
    font-size: clamp(14px, 1.1vw, 16px);
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.45;
}

@media (max-width: 1064px) {
    .indIntro__inner {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "visual stats"
            "copy copy";
    }

    .indIntro__visual {
        grid-area: visual;
    }

    .indIntro__stats {
        grid-area: stats;
    }

    .indIntro__copy {
        grid-area: copy;
    }
}

@media (max-width: 768px) {
    .indIntro__inner {
        grid-template-columns: 1fr;
        grid-template-areas: none;
    }

    .indIntro__stats {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
    }
}

/* Industry-specific solutions closing line */
.indSolutions__closing {
    margin: clamp(22px, 2.5vw, 30px) 0 0;
    font-family: "Montserrat", "Outfit", sans-serif;
    font-size: clamp(15px, 1.12vw, 17px);
    line-height: 1.65;
    font-weight: 500;
    color: #a0aec0;
}

/* Case studies: three outcome cards on large screens */
.page-industries .page-industries__caseTimeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 991px) {
    .page-industries .page-industries__caseTimeline {
        grid-template-columns: 1fr;
    }
}

/* Why choose us */
.indWhyChoose {
    position: relative;
    z-index: 2;
    padding: clamp(56px, 7vw, 96px) clamp(20px, 4vw, 40px);
}

.indWhyChoose__inner {
    max-width: 920px;
    margin: 0 auto;
}

.indWhyChoose__head {
    text-align: center;
    margin-bottom: clamp(28px, 3.5vw, 40px);
}

.indWhyChoose__title {
    margin: 0 0 12px;
    font-family: "Montserrat", "Outfit", sans-serif;
    font-weight: 800;
    font-size: clamp(30px, 3.6vw, 46px);
    line-height: 1.1;
    color: #fff;
    letter-spacing: -0.02em;
}

.indWhyChoose__accent {
    display: block;
    color: #f3124e;
    font-size: clamp(22px, 2.4vw, 28px);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.indWhyChoose__main {
    display: block;
}

.indWhyChoose__sub {
    margin: 0;
    font-family: "Montserrat", "Outfit", sans-serif;
    font-size: clamp(17px, 1.5vw, 20px);
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.88);
}

.indWhyChoose__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.indWhyChoose__item {
    margin: 0;
    padding: 16px 18px 16px 48px;
    position: relative;
    font-family: "Montserrat", "Outfit", sans-serif;
    font-size: clamp(15px, 1.25vw, 17px);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.94);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
}

.indWhyChoose__item::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f3124e;
    box-shadow: 0 0 0 3px rgba(243, 18, 78, 0.25);
}

.indWhyChoose__footer {
    margin: clamp(28px, 3.5vw, 40px) 0 0;
    text-align: center;
    font-family: "Montserrat", "Outfit", sans-serif;
    font-size: clamp(16px, 1.4vw, 19px);
    line-height: 1.65;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
}

@media (max-width: 640px) {
    .indWhyChoose__list {
        grid-template-columns: 1fr;
    }
}
