/* Home › CTA Plataformas (bg #2D2D2D + imagem). */
.plat-cta { position: relative; min-height: clamp(420px, 54vw, 696px); display: flex; align-items: center; overflow: hidden; background: var(--leto-charcoal); margin: clamp(20px, 2.4vw, 40px); }
.plat-cta__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .85; }
.plat-cta__scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(40,40,40,.35), rgba(40,40,40,.5)); }
.plat-cta__inner { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 2rem; }
.plat-cta__title { max-width: 620px; font-size: clamp(1.62rem, 1.08rem + 1.8vw, 32.4px); font-weight: 500; line-height: 1.1; color: #fff; }
