/* ==========================================================================
   CatalogIQ — Industries Pages
   ========================================================================= */

.industry-page {
  background: var(--page-bg);
}

.industry-hero {
  padding: 92px 0 70px;
  background:
    radial-gradient(circle at 68% 18%, rgba(244,181,42,.12), transparent 26%),
    linear-gradient(#0B1320, #0B1320);
}

.industry-hero__inner {
  max-width: none;
}

.industry-hero__title {
  margin: 0 0 18px;
  max-width: 820px;
  font-size: clamp(46px, 6vw, 78px);
  line-height: 1.04;
  letter-spacing: -.04em;
  color: var(--text-primary);
}

.industry-hero__subhead {
  margin: 0 0 34px;
  max-width: 820px;
  font-size: 21px;
  line-height: 1.68;
  color: rgba(230,237,243,.74);
}

.industry-hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* =============================
   Intro Section
============================= */

.industry-intro__grid {
  display: grid;
  grid-template-columns: minmax(0,.95fr) minmax(320px,.85fr);
  gap: 34px;
  align-items: stretch;
}

.industry-intro__copy h2 {
  margin: 0 0 14px;
  max-width: 14ch;
  font-size: clamp(34px, 3.6vw, 54px);
  line-height: 1.08;
  letter-spacing: -.03em;
  color: var(--text-primary);
}

.industry-intro__kicker {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.5;
  color: rgba(234,240,246,.92);
  font-style: italic;
}

.industry-intro__copy p {
  margin: 0;
  max-width: 60ch;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(230,237,243,.72);
}

/* =============================
   Quote Card
============================= */

.industry-quote {
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.09);
  border-left: 3px solid var(--brand-gold);
  border-radius: 16px;
  padding: 28px 28px 24px;
  box-shadow: 0 18px 50px rgba(0,0,0,.22);
}

.industry-quote blockquote {
  margin: 0 0 22px;
  font-size: 28px;
  line-height: 1.45;
  letter-spacing: -.015em;
  color: var(--text-primary);
}

.industry-quote cite {
  font-style: normal;
  color: var(--brand-gold);
  font-weight: 600;
}

/* =============================
   Logo Grid
============================= */

.industry-logo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
}

.industry-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  border-radius: 12px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  font-size: 17px;
  font-weight: 700;
  color: rgba(230,237,243,.82);
}

/* =============================
   Challenges Section
============================= */

.industry-challenges__head {
  max-width: 920px;
  margin: 0 auto 34px;
  text-align: center;
}

.industry-challenges__eyebrow {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(234,240,246,.92);
}

.industry-challenges__head h2 {
  margin: 0;
  font-size: clamp(34px, 3.5vw, 54px);
  line-height: 1.08;
  letter-spacing: -.03em;
  color: var(--text-primary);
}

.industry-challenges__grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 28px;
}

/* =============================
   Cards
============================= */

.industry-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  padding: 24px 22px 22px;
  box-shadow: 0 18px 50px rgba(0,0,0,.20);
}

.industry-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -.02em;
  color: var(--text-primary);
}

.industry-card__sub {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--brand-gold);
  font-weight: 600;
}

.industry-card p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.74;
  color: rgba(230,237,243,.72);
}

.industry-card strong {
  color: rgba(234,240,246,.92);
}

.industry-card__link {
  margin-top: auto;
  padding-top: 14px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--brand-gold);
}

/* =============================
   AI Section
============================= */

.industry-ai__panel {
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 18px;
  padding: 32px 32px 28px;
  box-shadow: 0 18px 50px rgba(0,0,0,.18);
}

.industry-ai__panel h2 {
  margin: 0 0 14px;
  max-width: 18ch;
  font-size: clamp(34px, 3.4vw, 54px);
  line-height: 1.08;
  letter-spacing: -.03em;
  color: var(--text-primary);
}

.industry-ai__panel > p {
  margin: 0 0 16px;
  max-width: 96ch;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(230,237,243,.74);
}

.industry-ai__subhead {
  margin: 22px 0 14px;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: var(--text-primary);
}

.industry-ai__bullets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
  margin: 0 0 28px;
  padding-left: 20px;
  color: rgba(230,237,243,.76);
}

.industry-ai__bullets li {
  margin: 0 0 12px;
  line-height: 1.7;
}

.industry-ai__cta {
  text-align: center;
}

/* =============================
   Bottom Link Cards
============================= */

.industry-links__grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 24px;
}

.industry-links__stack {
  display: grid;
  gap: 18px;
}

.industry-link-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  padding: 24px 24px 22px;
  box-shadow: 0 18px 50px rgba(0,0,0,.18);
}

.industry-link-card__eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--brand-gold);
  font-weight: 700;
}

.industry-link-card h3 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.18;
  letter-spacing: -.02em;
  color: var(--text-primary);
  max-width:22ch;
}

.industry-link-card p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.76;
  color: rgba(230,237,243,.72);
}

.industry-link-card__action {
  margin-top: auto;
  font-size: 15px;
  color: var(--text-primary);
  text-decoration: none;
}

/* =============================
   Responsive
============================= */

@media (max-width:1080px) {

  .industry-challenges__grid {
    grid-template-columns: 1fr 1fr;
  }

  .industry-links__grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width:980px) {

  .industry-intro__grid,
  .industry-ai__bullets {
    grid-template-columns: 1fr;
  }

  .industry-hero__title {
    max-width: 15ch;
  }

}

@media (max-width:640px) {

  .industry-hero {
    padding-top: 72px;
  }

  .industry-hero__title {
    max-width: none;
    font-size: clamp(38px,11vw,58px);
  }

  .industry-hero__subhead {
    font-size: 18px;
  }

  .industry-challenges__grid {
    grid-template-columns: 1fr;
  }

  .industry-quote {
    padding: 22px 20px 20px;
  }

  .industry-quote blockquote {
    font-size: 22px;
  }

  .industry-ai__panel,
  .industry-card,
  .industry-link-card {
    padding: 22px 20px 20px;
  }

}

.industry-ai__panel {
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 18px;
  padding: 32px 32px 28px;
  box-shadow: 0 18px 50px rgba(0,0,0,.18);
}

.industry-ai__panel h2 {
  margin: 0 0 14px;
  max-width: 18ch;
  font-size: clamp(34px, 3.4vw, 54px);
  line-height: 1.08;
  letter-spacing: -.03em;
  color: var(--text-primary);
}

.industry-ai__panel > p {
  margin: 0 0 16px;
  max-width: 96ch;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(230,237,243,.74);
}

.industry-ai__subhead {
  margin: 26px 0 14px;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: var(--text-primary);
}

.industry-ai__bullets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 60px;
  margin: 0;
  padding-left: 20px;
  color: rgba(230,237,243,.76);
}

.industry-ai__bullets li {
  margin: 0 0 12px;
  line-height: 1.7;
}

.industry-ai__cta {
  margin-top: 48px;
  text-align: center;
}