
/* PLANÍCIE NET — STREAMINGS V2 */
.streamings-section{padding:110px 0;background:radial-gradient(circle at 15% 25%,rgba(0,112,255,.12),transparent 30%),radial-gradient(circle at 85% 70%,rgba(237,28,36,.08),transparent 26%),#020817}
.streamings-heading{max-width:820px;margin:0 auto 46px;text-align:center}
.streamings-kicker{display:block;margin-bottom:13px;color:#ff3d47;font-size:13px;font-weight:900;letter-spacing:1px}
.streamings-heading h2{margin:0;font-size:clamp(38px,4vw,58px);line-height:1.05;letter-spacing:-2px}
.streamings-heading h2 span{color:#35a6ff}
.streamings-heading p{margin:18px auto 0;color:#aab8d0;font-size:17px;line-height:1.7}
.streamings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.streaming-card{overflow:hidden;border:1px solid rgba(79,145,255,.22);border-radius:24px;background:linear-gradient(155deg,#0b1d3a,#041126);box-shadow:0 24px 70px rgba(0,0,0,.34);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.streaming-card:hover{transform:translateY(-7px);border-color:rgba(67,150,255,.55);box-shadow:0 30px 80px rgba(0,0,0,.48)}
.streaming-image{aspect-ratio:16/9;overflow:hidden}
.streaming-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.streaming-card:hover .streaming-image img{transform:scale(1.04)}
.streaming-content{padding:24px}
.streaming-content h3{margin:0 0 10px;font-size:24px}
.streaming-content p{min-height:54px;margin:0;color:#aab8d0;line-height:1.6}
.streaming-price{margin:22px 0;display:flex;align-items:baseline;gap:6px}
.streaming-price small,.streaming-price span{color:#aab8d0}
.streaming-price strong{font-size:34px}
.streaming-price.consulte strong{font-size:28px;color:#35a6ff}
.streaming-button{width:100%;min-height:50px;display:inline-flex;align-items:center;justify-content:center;border-radius:13px;color:#fff;font-weight:800;background:linear-gradient(135deg,#087cff,#0357d1)}
.streaming-card:nth-child(2) .streaming-button,.streaming-card:nth-child(6) .streaming-button{background:linear-gradient(135deg,#ff3d47,#b90814)}
.streaming-note{margin-top:28px;padding:18px 22px;border:1px solid rgba(255,255,255,.08);border-radius:16px;color:#aab8d0;text-align:center;background:rgba(6,21,45,.72)}
@media(max-width:1080px){.streamings-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.streamings-section{padding:82px 0}.streamings-grid{grid-template-columns:1fr}.streaming-content p{min-height:auto}}
