﻿/* =========================================================
   CRM & SALES AUTOMATION INDUSTRY PAGE
   ========================================================= */

.page-industry {
  background: #fff;
}

.page-industry .service-detail-hero .hero-copy h1 .accent {
  color: var(--blue-400);
}

.page-industry .ind-hero {
  padding-bottom: 72px;
}

.page-industry .ind-hero .hero-grid--solo {
  grid-template-columns: minmax(0, 1fr);
  max-width: 760px;
}

.page-industry .ind-hero .hero-bg-infinity {
  top: calc(var(--header-clearance) + 24px);
  opacity: 0.55;
}

.page-industry .ind-hero .hero-copy h1 {
  font-size: clamp(34px, 4.6vw, 54px);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.page-industry .ind-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
  width: var(--icon-size-md);
  height: var(--icon-size-md);
  border-radius: var(--icon-radius-md);
  margin-bottom: 18px;
}

.page-industry .ind-icon svg {
  display: block;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}

/* Experience card — soft tile, blue stroke icon */
.page-industry .ind-experience__card .ind-icon {
  color: var(--blue-500);
  background: var(--blue-pill-bg);
  border: 1px solid rgba(15, 141, 235, 0.14);
  box-shadow: 0 2px 10px rgba(15, 141, 235, 0.1);
}

.page-industry .ind-experience__card .ind-icon svg {
  stroke: var(--blue-500);
  stroke-width: 2;
}

/* Solution cards — solid tile, white icon */
.page-industry .ind-solution-card .ind-icon {
  color: #fff;
  background: var(--blue-500);
  box-shadow: 0 4px 14px rgba(15, 141, 235, 0.32);
}

.page-industry .ind-solution-card .ind-icon svg {
  stroke: #fff;
  stroke-width: 2;
}

/* Fallback when page-industry is missing (static previews) */
.ind-experience__card .ind-icon,
.ind-solution-card .ind-icon {
  width: var(--icon-size-md);
  height: var(--icon-size-md);
  border-radius: var(--icon-radius-md);
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ind-experience__card .ind-icon svg,
.ind-solution-card .ind-icon svg {
  width: 22px;
  height: 22px;
}

.ind-experience__card .ind-icon {
  color: var(--blue-500);
  background: var(--blue-pill-bg);
  border: 1px solid rgba(15, 141, 235, 0.14);
  box-shadow: 0 2px 10px rgba(15, 141, 235, 0.1);
}

.ind-experience__card .ind-icon svg {
  stroke: var(--blue-500);
  stroke-width: 2;
}

.ind-solution-card .ind-icon {
  color: #fff;
  background: var(--blue-500);
  box-shadow: 0 4px 14px rgba(15, 141, 235, 0.32);
}

.ind-solution-card .ind-icon svg {
  stroke: #fff;
  stroke-width: 2;
}

/* Intro */
.ind-intro {
  padding: var(--section-padding-y) 0;
  background: #fff;
}

.ind-intro .container {
  max-width: 920px;
  text-align: center;
}

.ind-intro__title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.6vw, 40px);
  font-weight: 800;
  color: var(--blue-500);
  margin-bottom: 28px;
  line-height: 1.2;
}

.ind-intro p {
  font-size: 16px;
  line-height: 1.85;
  color: var(--text-body);
  margin-bottom: 18px;
}

.ind-intro p:last-child {
  margin-bottom: 0;
}

/* Experience */
.ind-experience {
  padding: var(--section-padding-y) 0;
  background: var(--bg-grey);
}

.ind-experience .section-head {
  margin-bottom: 44px;
}

.ind-experience__lead {
  max-width: 920px;
  margin: 20px auto 0;
  font-size: 16px;
  line-height: 1.85;
  color: var(--text-body);
}

.ind-experience__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: stretch;
}

.ind-experience__media {
  margin: 0;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #d6dee8;
  box-shadow: 0 18px 48px rgba(15, 32, 66, 0.08);
  background: #fff;
}

.ind-experience__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.ind-experience__card {
  width: 100%;
  background: #fff;
  border: 1px solid #d6dee8;
  border-radius: 20px;
  padding: 32px 30px;
  box-shadow: 0 2px 14px rgba(15, 32, 66, 0.05);
}

.ind-experience__card p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-body);
  margin: 0;
}

/* Solutions */
.ind-solutions {
  padding: var(--section-padding-y) 0;
  background: #fff;
}

.ind-solutions__title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.6vw, 40px);
  font-weight: 800;
  color: var(--blue-500);
  text-align: center;
  margin-bottom: 44px;
  line-height: 1.2;
}

.ind-solutions__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ind-solution-card {
  background: #f4f7fb;
  border: 1px solid #e3eaf2;
  border-radius: 18px;
  padding: 28px 24px;
  min-height: 180px;
}

.ind-solution-card h3 {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 10px;
  line-height: 1.35;
}

.ind-solution-card p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-muted, #667085);
  margin: 0;
}

/* Pain points */
.ind-painpoints {
  padding: var(--section-padding-y) 0;
  background: linear-gradient(180deg, #061726 0%, #08223c 100%);
  color: #fff;
}

.ind-painpoints__title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.6vw, 40px);
  font-weight: 800;
  text-align: center;
  margin-bottom: 44px;
  line-height: 1.2;
}

.ind-painpoints__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ind-pain-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 22px 20px;
  min-height: 148px;
}

.ind-pain-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  margin-bottom: 14px;
}

.ind-pain-icon svg {
  width: 18px;
  height: 18px;
}

.ind-pain-card p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
}

.ind-arrow {
  color: var(--blue-400);
  font-weight: 700;
  padding: 0 2px;
}

/* Features */
.ind-features {
  padding: var(--section-padding-y) 0;
  background: #f7f4ef;
}

.ind-features .section-h2 {
  margin-bottom: 44px;
}

.ind-features__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 980px;
  margin: 0 auto;
}

.ind-feature-card {
  background: #fff;
  border: 1px solid #e3e0da;
  border-radius: 18px;
  padding: 32px 28px;
}

.ind-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--blue-500);
  margin-bottom: 16px;
}

.ind-feature-icon svg {
  width: 28px;
  height: 28px;
}

.ind-feature-card h3 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 10px;
}

.ind-feature-card p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-body);
  margin: 0;
}

/* Why us timeline */
.ind-why {
  padding: var(--section-padding-y) 0;
  background: #f4f7fa;
}

.ind-why .section-head {
  margin-bottom: 12px;
}

.ind-why__timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 1040px;
  margin: 48px auto 0;
  padding: 6px 0;
}

.ind-why__timeline::before {
  content: '';
  position: absolute;
  left: 29px;
  top: 26px;
  bottom: 26px;
  width: 2px;
  background: #dce3ed;
  z-index: 0;
}

.ind-why-step {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.ind-why-marker {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--blue-500);
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.ind-why-marker svg {
  width: 22px;
  height: 22px;
}

.ind-why-card {
  background: #fff;
  border: 1px solid #d6dee8;
  border-radius: 18px;
  padding: 28px 32px;
  box-shadow: 0 2px 14px rgba(15, 32, 66, 0.05);
}

.ind-why-card h3 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 8px;
}

.ind-why-card p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-body);
  margin: 0;
}

/* FAQ */
.page-industry .ind-faq {
  padding: var(--section-padding-y) 0;
  background: #fff;
}

.page-industry .ind-faq .section-head {
  margin-bottom: 36px;
}

/* Final CTA */
.page-industry .ind-final-cta .project-copy h2 .accent {
  color: var(--blue-400);
}

@media (max-width: 1080px) {
  .ind-solutions__grid {
    grid-template-columns: 1fr;
  }

  .ind-painpoints__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ind-features__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .page-industry .ind-hero .hero-bg-infinity {
    opacity: 0.35;
    width: min(72vw, 320px);
  }

  .ind-painpoints__grid {
    grid-template-columns: 1fr;
  }

  .ind-why__timeline::before {
    left: 25px;
  }

  .ind-why-step {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 18px;
  }

  .ind-why-marker {
    width: 44px;
    height: 44px;
  }

  .ind-why-card {
    padding: 22px 20px;
  }
}
