/*
 * Four-pillar simplification study
 * Uses the approved homepage Featured Solutions component without creating a
 * second visual system.
 */

.eds-production.eds-pillar-overview #capabilities{scroll-margin-top:112px}
.eds-production.eds-pillar-overview #capabilities .section-head{align-items:end;margin-bottom:30px}
.eds-production.eds-pillar-overview #capabilities .grid12{display:grid!important;grid-template-columns:repeat(12,minmax(0,1fr))!important;gap:24px!important}
.eds-production.eds-pillar-overview #capabilities .grid12>.featured-solution-card{grid-column:span 12!important;width:100%!important}

/* Exact approved homepage feature component. */
.eds-production.eds-pillar-overview .featured-solution-card{
  position:relative;
  scroll-margin-top:112px;
  min-height:590px;
  padding:clamp(38px,4.6vw,68px);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  border-radius:28px;
  display:grid!important;
  grid-template-columns:1fr;
  align-items:end;
  gap:clamp(42px,6vw,90px);
  background:#071614;
  color:#fff;
  box-shadow:0 26px 70px rgba(8,26,23,.13);
}
.eds-production.eds-pillar-overview .featured-solution-card::before{
  position:absolute;
  inset:0;
  z-index:0;
  content:"";
  background-image:
    linear-gradient(90deg,rgba(3,21,20,.96) 0%,rgba(3,21,20,.82) 42%,rgba(3,21,20,.24) 76%,rgba(3,21,20,.10) 100%),
    var(--featured-hero-image);
  background-size:cover;
  background-position:center;
}
.eds-production.eds-pillar-overview .featured-solution-card::after{
  position:absolute;
  inset:0;
  z-index:1;
  content:"";
  background:linear-gradient(180deg,rgba(255,255,255,.03),transparent 42%,rgba(0,0,0,.18));
  pointer-events:none;
}
.eds-production.eds-pillar-overview .featured-solution-card--hero-reverse::before{transform:scaleX(-1)}
.eds-production.eds-pillar-overview .featured-solution-copy{position:relative;z-index:2;max-width:790px}
.eds-production.eds-pillar-overview .featured-solution-card--hero-reverse .featured-solution-copy{margin-left:auto}
.eds-production.eds-pillar-overview .featured-solution-label{display:block;margin-bottom:26px;color:#68d8c7;font-size:11px;font-weight:750;letter-spacing:.17em;text-transform:uppercase}
.eds-production.eds-pillar-overview .featured-solution-card h3{max-width:760px;margin:0;color:#fff!important;font-size:clamp(48px,5.4vw,78px);font-weight:500;line-height:.94;letter-spacing:-.06em;text-shadow:none!important}
.eds-production.eds-pillar-overview .featured-solution-card p{max-width:650px;margin:26px 0 0;color:rgba(255,255,255,.74)!important;font-size:18px;line-height:1.62;text-shadow:none!important}
.eds-production.eds-pillar-overview .featured-solution-points{max-width:650px;margin:28px 0 0;padding:0;display:grid;gap:12px;list-style:none}
.eds-production.eds-pillar-overview .featured-solution-points li{position:relative;padding-left:22px;color:rgba(255,255,255,.80);font-size:15px;font-weight:720;line-height:1.4}
.eds-production.eds-pillar-overview .featured-solution-points li::before{content:"";position:absolute;left:0;top:.52em;width:7px;height:7px;border-radius:50%;background:#22ae9d;box-shadow:0 0 0 5px rgba(34,174,157,.10)}
.eds-production.eds-pillar-overview .featured-solution-actions{display:flex!important;gap:12px!important;flex-wrap:wrap;margin-top:34px!important;width:auto!important}
.eds-production.eds-pillar-overview .featured-solution-actions .btn{display:inline-flex!important;width:auto!important;min-width:0!important;min-height:52px!important;padding:13px 22px!important}
.eds-production.eds-pillar-overview .featured-solution-actions .btn-primary{background:#118f80!important;color:#fff!important;border-color:#118f80!important}
.eds-production.eds-pillar-overview .featured-solution-actions .btn-secondary{background:#fff!important;color:#0b1728!important;border-color:#fff!important}
.eds-production.eds-pillar-overview .pillar-feature-inner{display:contents}

@media(max-width:980px){
  .eds-production.eds-pillar-overview .featured-solution-card{min-height:560px}
}

@media(max-width:760px){
  .eds-production.eds-pillar-overview #capabilities{scroll-margin-top:86px}
  .eds-production.eds-pillar-overview #capabilities .section-head{margin-bottom:28px}
  .eds-production.eds-pillar-overview .featured-solution-card{
    scroll-margin-top:86px;
    min-height:540px;
    padding:34px 24px;
    border-radius:22px;
    gap:36px;
  }
  .eds-production.eds-pillar-overview .featured-solution-card::before,
  .eds-production.eds-pillar-overview .featured-solution-card--hero-reverse::before{
    transform:none;
    background-image:
      linear-gradient(180deg,rgba(3,21,20,.14) 0%,rgba(3,21,20,.26) 38%,rgba(3,21,20,.94) 82%,rgba(3,21,20,.98) 100%),
      var(--featured-hero-image);
    background-position:center;
  }
  .eds-production.eds-pillar-overview .featured-solution-card--hero-reverse .featured-solution-copy{margin-left:0}
  .eds-production.eds-pillar-overview .featured-solution-card h3{font-size:48px}
  .eds-production.eds-pillar-overview .featured-solution-card p{font-size:16px}
}
