/* V3 shared styles — inner pages (industry, service, etc.) */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');

:root {
  --lpv3-navy: #0c2d4a;
  --lpv3-navy-deep: #0f1729;
  --lpv3-teal: #1B3A4B;
  --lpv3-cyan: #2a8f9e;
  --lpv3-green: #7cb342;
  --lpv3-green-bright: #8dc63f;
  --lpv3-green-dark: #689f38;
  --lpv3-brand-green: #4CAF50;
  --lpv3-sky: #c5e4f3;
  --lpv3-sky-soft: #e8f4fa;
  --lpv3-text: #1e293b;
  --lpv3-text-soft: #64748b;
  --lpv3-max-width: 1400px;
  --lpv3-gutter: 2rem;
}

.lpv3-page {
  background: #ffffff;
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--lpv3-text);
}

.lpv3-page section h2,
.lpv3-page section h3 {
  text-align: left;
}

.lpv3-shell {
  max-width: var(--lpv3-max-width);
  margin: 0 auto;
  padding: 0 var(--lpv3-gutter);
  width: 100%;
}

.lpv3-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-width: 168px;
  padding: 0.72rem 1.65rem;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.lpv3-btn--primary {
  background: var(--lpv3-navy);
  border: 2px solid var(--lpv3-navy);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(12, 45, 74, 0.18);
}

.lpv3-btn--primary:hover {
  background: #0a2540;
  color: #ffffff;
}

.lpv3-btn--outline {
  background: #ffffff;
  border: 2px solid var(--lpv3-green-bright);
  color: var(--lpv3-green-dark);
  box-shadow: 0 4px 14px rgba(12, 45, 74, 0.1);
}

.lpv3-btn--outline:hover {
  background: rgba(141, 198, 63, 0.08);
}

.lpv3-btn--ghost-light {
  background: rgba(255, 255, 255, 0.12);
  border: 2px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
}

.lpv3-btn--ghost-light:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.lpv3-section-tag {
  display: inline-block;
  margin-bottom: 0.65rem;
  color: var(--lpv3-cyan);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lpv3-section-head {
  max-width: 42rem;
  margin: 0 0 clamp(1.75rem, 3vw, 2.25rem);
  text-align: left;
}

.lpv3-section-head h2 {
  margin: 0;
  color: var(--lpv3-navy);
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: 800;
  line-height: 1.15;
  text-align: left;
}

.lpv3-section-head p {
  margin: 0.85rem 0 0;
  color: var(--lpv3-text-soft);
  font-size: 1rem;
  line-height: 1.65;
  text-align: left;
}

/* ── Industry hero ── */

section.lpv3-industry-hero {
  position: relative;
  overflow: hidden;
  background: var(--lpv3-navy-deep);
}

.lpv3-industry-hero__media,
.lpv3-industry-hero__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.lpv3-industry-hero__media {
  background-size: cover;
  background-position: 72% center;
  background-repeat: no-repeat;
}

.lpv3-industry-hero__overlay {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(255, 255, 255, 0.88) 34%,
    rgba(232, 244, 250, 0.45) 52%,
    rgba(12, 45, 74, 0.12) 100%
  );
}

.lpv3-industry-hero__body {
  position: relative;
  z-index: 1;
}

.lpv3-industry-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 58%) minmax(0, 1fr);
  align-items: center;
  min-height: clamp(300px, 38vh, 420px);
  padding: 1.25rem 0 1.75rem;
}

.lpv3-industry-hero__content {
  max-width: 40rem;
}

.lpv3-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.85rem;
  padding: 0;
  list-style: none;
  font-size: 0.82rem;
  font-weight: 600;
}

.lpv3-breadcrumb a {
  color: var(--lpv3-cyan);
  text-decoration: none;
}

.lpv3-breadcrumb a:hover {
  text-decoration: underline;
}

.lpv3-breadcrumb li + li::before {
  content: '/';
  margin-right: 0.4rem;
  color: var(--lpv3-text-soft);
}

.lpv3-breadcrumb li[aria-current='page'] {
  color: var(--lpv3-text-soft);
}

.lpv3-industry-hero h1 {
  margin: 0;
  max-width: none;
  color: var(--lpv3-navy);
  font-size: clamp(2rem, 3.6vw, 2.85rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.lpv3-industry-hero__lead {
  margin: 1rem 0 0;
  max-width: none;
  color: var(--lpv3-cyan);
  font-size: clamp(1rem, 1.45vw, 1.12rem);
  font-weight: 600;
  line-height: 1.6;
}

.lpv3-industry-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.35rem;
}

.lpv3-industry-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.1rem;
  margin-top: 1.5rem;
}

.lpv3-industry-hero__trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--lpv3-navy);
  font-size: 0.84rem;
  font-weight: 600;
}

.lpv3-industry-hero__trust i {
  color: var(--lpv3-green-dark);
}

/* ── Facility / industry types ── */

section.lpv3-industry-types {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  background: linear-gradient(180deg, var(--lpv3-sky-soft) 0%, #f8fafc 100%);
  border-top: 1px solid rgba(158, 201, 222, 0.35);
}

.lpv3-industry-types__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.lpv3-industry-types__tags span {
  padding: 0.42rem 0.75rem;
  border: 1px solid rgba(158, 201, 222, 0.45);
  border-radius: 999px;
  background: #ffffff;
  color: var(--lpv3-navy);
  font-size: 0.82rem;
  font-weight: 600;
}

/* ── Scope / feature cards ── */

section.lpv3-scope {
  padding: clamp(3rem, 6vw, 4.5rem) 0;
  background: #ffffff;
  border-top: 1px solid rgba(158, 201, 222, 0.35);
}

.lpv3-scope__intro {
  max-width: 48rem;
  margin: 0 0 1.75rem;
  color: var(--lpv3-text-soft);
  font-size: 1rem;
  line-height: 1.7;
  text-align: left;
}

.lpv3-scope__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.lpv3-scope-card {
  padding: 1.35rem 1.3rem;
  border: 1px solid rgba(158, 201, 222, 0.45);
  border-radius: 12px;
  background: #f8fafc;
}

.lpv3-scope-card h3 {
  margin: 0 0 0.85rem;
  color: var(--lpv3-navy);
  font-size: 1.05rem;
  font-weight: 800;
}

.lpv3-scope-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lpv3-scope-card li {
  position: relative;
  padding-left: 1.15rem;
  margin-bottom: 0.55rem;
  color: var(--lpv3-text);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.5;
}

.lpv3-scope-card li:last-child {
  margin-bottom: 0;
}

.lpv3-scope-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: var(--lpv3-brand-green);
}

/* ── Why cards ── */

section.lpv3-why {
  padding: clamp(3rem, 6vw, 4.5rem) 0;
  background: linear-gradient(180deg, var(--lpv3-sky-soft) 0%, #f8fafc 100%);
  border-top: 1px solid rgba(158, 201, 222, 0.35);
}

.lpv3-why__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.lpv3-why-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.35rem 1.2rem 1.25rem;
  border: 1px solid rgba(158, 201, 222, 0.55);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(12, 45, 74, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.lpv3-why-card:hover {
  border-color: rgba(42, 143, 158, 0.45);
  box-shadow: 0 10px 28px rgba(12, 45, 74, 0.08);
  transform: translateY(-2px);
}

.lpv3-why-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: var(--lpv3-sky-soft);
  color: var(--lpv3-green-dark);
}

.lpv3-why-card__icon i {
  font-size: 1rem;
}

.lpv3-why-card h3 {
  margin: 0 0 0.55rem;
  color: var(--lpv3-navy);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.3;
}

.lpv3-why-card p {
  margin: 0;
  color: var(--lpv3-text-soft);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* ── Coverage ── */

.lpv3-section-head p a {
  color: var(--lpv3-cyan);
  font-weight: 700;
  text-decoration: none;
}

.lpv3-section-head p a:hover {
  text-decoration: underline;
}

section.lpv3-coverage {
  padding: clamp(3rem, 6vw, 4.5rem) 0;
  background: #ffffff;
  border-top: 1px solid rgba(158, 201, 222, 0.35);
}

.lpv3-coverage__regions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.lpv3-coverage-card {
  padding: 1.1rem 1.15rem;
  border: 1px solid rgba(158, 201, 222, 0.45);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(12, 45, 74, 0.05);
}

.lpv3-coverage-card h3 {
  margin: 0;
  color: var(--lpv3-navy);
  font-size: 0.98rem;
  font-weight: 800;
}

.lpv3-coverage-card__cities {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.75rem;
}

.lpv3-coverage-card__cities span {
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: var(--lpv3-sky-soft);
  color: var(--lpv3-text);
  font-size: 0.74rem;
  font-weight: 600;
}

/* ── CTA band ── */

section.lpv3-cta-band {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  background: linear-gradient(135deg, var(--lpv3-navy-deep) 0%, var(--lpv3-navy) 100%);
  border-top: 3px solid var(--lpv3-brand-green);
}

.lpv3-cta-band__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 2rem;
}

.lpv3-cta-band__copy h2 {
  margin: 0 0 0.5rem;
  color: #ffffff;
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 800;
}

.lpv3-cta-band__copy p {
  margin: 0;
  max-width: 32rem;
  color: #cbd5e1;
  font-size: 0.95rem;
  line-height: 1.6;
}

.lpv3-cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

@media (max-width: 1100px) {
  .lpv3-why__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  :root {
    --lpv3-gutter: 1.5rem;
  }

  .lpv3-industry-hero__grid {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 1rem 0 1.5rem;
  }

  .lpv3-industry-hero__content {
    max-width: none;
  }

  .lpv3-industry-hero__overlay {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.94) 0%,
      rgba(232, 244, 250, 0.88) 100%
    );
  }

  .lpv3-industry-hero__media {
    background-position: 80% center;
  }

  .lpv3-scope__grid,
  .lpv3-coverage__regions {
    grid-template-columns: 1fr;
  }

  .lpv3-why__grid {
    grid-template-columns: 1fr;
  }

  .lpv3-cta-band__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
