/* =========================
   Industries Page
========================= */

/* =========================
   Industries Header
========================= */

.industries {
  padding: 96px 0 80px;
  text-align: center;
}

.industries-title {
  font-size: 40px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 16px;
}

.industries-description {
  max-width: 900px;
  margin: 0 auto 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #475569;
}

.industries-focus {
  max-width: 900px;
  margin: 0 auto 64px;
  font-size: 14px;
  line-height: 1.6;
  color: #475569;
  font-style: italic;
}


/* Industry Cards */
/* =========================
   Industry Card – Reference Match
========================= */

.industry-card {
  max-width: 1100px;
  margin: 0 auto 56px;

  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 56px;

  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 48px;

  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

/* Text side */
.industry-text h3 {
  font-size: 22px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 12px;
}

.industry-text p {
  font-size: 14px;
  line-height: 1.6;
  color: #475569;
  margin-bottom: 16px;
  max-width: 460px;
}

/* CTA link */
.industry-link {
  font-size: 14px;
  font-weight: 500;
  color: #0f172a;
  text-decoration: none;
}

.industry-link:hover {
  text-decoration: underline;
}

/* Image side */
.industry-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.industry-image img {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
}


/* Mobile */
@media (max-width: 768px) {
  .industry-card {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

/* ===== FORCE RESET INDUSTRY CARDS ===== */

.industry-card {
  background: #f1f5f9 !important;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
  opacity: 1 !important;
  position: relative;
}


.industry-card::before,
.industry-card::after {
  content: none !important;
}

.industry-image img {
  opacity: 1 !important;
  filter: none !important;
}

/* =========================
   Fintech Card Variant
========================= */

.industry-card--fintech {
  margin-top: 32px;
}
.industry-card--fintech .industry-image img {
  max-width: 380px;
}

/* =========================
   Industries Page – Footer Fix
   (Force full-width footer)
========================= */

/* =========================
   Industries Page – Footer Fix
========================= */

.footer {
  width: 100%;
  background: linear-gradient(180deg, #0f172a 0%, #020617 100%);
}

.footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px;
}

.footer .copyright {
  text-align: center;
  padding: 24px 0;
  color: #94a3b8;
  font-size: 13px;
}

.industry-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
/* =====================================================
   INDUSTRY DETAIL PAGES (Manufacturing, Fintech, etc.)
   Scoped safely under .industry-page
===================================================== */

/* -------------------------
   Industry Intro
------------------------- */

.industry-page .industry-intro {
  padding: 96px 0 72px;
}

.industry-page .industry-intro-content {
  max-width: 980px;
}

.industry-page .industry-intro h1 {
  font-size: 48px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 8px;
}

.industry-page .industry-intro h2 {
  font-size: 26px;
  font-weight: 500;
  color: #94a3b8;
  margin-bottom: 32px;
}

.industry-page .industry-intro p {
  font-size: 18px;
  line-height: 1.8;
  color: #334155;
  margin-bottom: 20px;
}

.industry-page .industry-intro p strong {
  color: #0f172a;
  font-weight: 600;
}

/* -------------------------
   Industry Visual (Image)
------------------------- */

.industry-page .industry-visual {
  padding: 48px 0 72px;
}

.industry-page .industry-visual-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  max-width: 1100px;
  margin: 0 auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.industry-page .industry-visual-card {
  max-width: 1200px; /* slightly wider */
}

.industry-page .industry-visual-card img {
  width: 100%;
  height: 420px;            /* controls height */
  object-fit: cover;        /* crops instead of stretching */
  object-position: center;  /* keeps subject centered */
  display: block;
  border-radius: 12px;
}


/* -------------------------
   Industry Details Content
------------------------- */

.industry-page .industry-details {
  padding: 72px 0 96px;
}

.industry-page .industry-details-content {
  max-width: 820px;
  margin: 0 auto;   /* centers the 820px block */
}

.industry-page .industry-block {
  margin-bottom: 56px;
}

.industry-page .industry-block h3 {
  font-size: 26px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 16px;
}

.industry-page .industry-block p {
  font-size: 17px;
  line-height: 1.8;
  color: #334155;
  margin-bottom: 12px;
}

.industry-page .industry-block ul {
  margin: 12px 0 16px 18px;
  padding: 0;
}

.industry-page .industry-block ul li {
  font-size: 17px;
  line-height: 1.8;
  color: #334155;
  margin-bottom: 8px;
}

.industry-page .industry-note {
  font-size: 14px;
  color: #475569;
}

/* -------------------------
   See It In Action Section
------------------------- */

.industry-page .industry-action {
  padding: 48px 0 64px;
}

.industry-page .industry-action-content {
  max-width: 820px;
  margin: 0 auto;   /* centers the 820px block */
  text-align: left; /* keeps text left aligned */
}


.industry-page .industry-divider {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 0 0 32px 0;
  width: 100%;
}


.industry-page .industry-action h3 {
  font-size: 26px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 16px;
}

.industry-page .industry-action p {
  font-size: 17px;
  line-height: 1.8;
  color: #334155;
  margin-bottom: 20px;
  max-width: 720px;
}

.industry-page .industry-action-link {
  font-size: 17px;
  font-weight: 600;
  color: #1b2a41; /* your deep blue */
  text-decoration: none;
}


.industry-page .industry-action-link:hover {
  text-decoration: underline;
}


/* -------------------------
   Responsive (Mobile)
------------------------- */

@media (max-width: 768px) {
  .industry-page .industry-intro {
    padding: 72px 0 56px;
  }

  .industry-page .industry-visual {
    padding: 32px 0 56px;
  }

  .industry-page .industry-details {
    padding: 56px 0 72px;
  }
}

/* Reduce gap before "See It In Action" */

.industry-page .cta {
  margin-bottom: 0;
}

.industry-page .industry-action {
  padding-top: 24px;   /* was 48px */
}
.industry-page .industry-details {
  padding-bottom: 56px; /* was 96px */
}

