/* PNSS V164R3.2 — homepage ecosystem polish and compatibility hardening */

/* Keep modern V164 homepage sections visible even when the legacy home-showroom class is added. */
body.home-showroom main.v164-page > section.v164r3-selector,
body.home-showroom main.v164-page > section.v164r32-ecosystem,
body.home-showroom main.v164-page > section.v164-section {
  display:block !important;
}

.v164r32-ecosystem{
  background:linear-gradient(135deg,#071a35 0%,#0a2346 58%,#07192f 100%);
  color:#fff;
  padding:72px 32px 66px;
  border-top:1px solid rgba(255,255,255,.07);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.v164r32-ecosystem-inner{max-width:1180px;margin:0 auto}
.v164r32-ecosystem-head{display:flex;align-items:end;justify-content:space-between;gap:36px;margin-bottom:30px}
.v164r32-eyebrow{margin:0;color:#5bd5ff;font-size:.68rem;font-weight:850;letter-spacing:.16em;text-transform:uppercase}
.v164r32-ecosystem-head h2{margin:0;max-width:720px;font-family:var(--font-sora),Arial,sans-serif;font-size:clamp(2rem,3.3vw,3.35rem);line-height:1.05;letter-spacing:-.045em;color:#fff;text-align:right}
.v164r32-pillars{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.v164r32-pillar{position:relative;min-height:260px;padding:26px;border:1px solid rgba(112,205,255,.24);border-radius:20px;background:linear-gradient(155deg,rgba(255,255,255,.075),rgba(255,255,255,.025));color:#fff;text-decoration:none;display:flex;flex-direction:column;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}
.v164r32-pillar:hover{transform:translateY(-3px);border-color:rgba(100,216,255,.62);background:linear-gradient(155deg,rgba(255,255,255,.10),rgba(255,255,255,.035));box-shadow:0 18px 40px rgba(0,0,0,.15)}
.v164r32-pillar:focus-visible{outline:3px solid #65d9ff;outline-offset:4px}
.v164r32-pillar-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:42px}
.v164r32-code{display:inline-flex;align-items:center;justify-content:center;min-width:48px;height:48px;padding:0 10px;border-radius:13px;background:rgba(20,155,255,.14);border:1px solid rgba(92,211,255,.35);color:#69dcff;font-size:.72rem;font-weight:900;letter-spacing:.08em}
.v164r32-arrow{font-size:1.15rem;color:#67d9ff;line-height:1}
.v164r32-pillar h3{margin:0 0 11px;font-family:var(--font-sora),Arial,sans-serif;font-size:1.34rem;line-height:1.2;letter-spacing:-.025em;color:#fff}
.v164r32-pillar p{margin:0 0 22px;color:#c3d5eb;font-size:.86rem;line-height:1.65;max-width:340px}
.v164r32-link{margin-top:auto;color:#72dcff;font-size:.76rem;font-weight:800}
.v164r32-service-line{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:9px 24px;margin-top:26px;padding-top:22px;border-top:1px solid rgba(255,255,255,.09);color:#a9bfd8;font-size:.68rem;font-weight:760;letter-spacing:.095em;text-transform:uppercase}
.v164r32-service-line span+span:before{content:"•";margin-right:24px;color:#3f84b9}

@media(max-width:900px){
  .v164r32-ecosystem{padding:60px 24px}
  .v164r32-ecosystem-head{display:block}
  .v164r32-eyebrow{margin-bottom:12px}
  .v164r32-ecosystem-head h2{text-align:left}
  .v164r32-pillars{grid-template-columns:1fr}
  .v164r32-pillar{min-height:0}
  .v164r32-pillar-top{margin-bottom:28px}
}
@media(max-width:620px){
  .v164r32-ecosystem{padding:50px 18px}
  .v164r32-ecosystem-head h2{font-size:2rem}
  .v164r32-pillar{padding:22px;border-radius:16px}
  .v164r32-service-line{justify-content:flex-start;gap:8px 14px}
  .v164r32-service-line span+span:before{margin-right:14px}
}

/* R3.2 final homepage simplification: keep ecosystem headline compact and left-aligned. */
.v164r32-ecosystem-head{display:block;margin-bottom:30px}
.v164r32-eyebrow{margin-bottom:12px}
.v164r32-ecosystem-head h2{text-align:left;max-width:760px}
