/* ===== Termos — Cine Super K (dark + glass) ===== */
:root{
  --brand-1:#6f7cff; --brand-2:#705cfc;
  --ink-1:#fff; --ink-2:#eaeef7; --ink-3:#cbd3e1; --muted:#9aa6bf;
  --card-a:#141720; --card-b:#11141a; --stroke-1:rgba(255,255,255,.08);
}

/* Seção e container */
.section-termos{padding-block:48px;}
.section-termos .container{max-width:1140px;}

/* HERO */
.section-termos .termos-hero.v3{max-width:920px;margin-inline:auto;text-align:center;margin-bottom:40px;}
.section-termos .termos-headline{
  margin:0 0 8px; font-weight:800; line-height:1.05; font-size:clamp(2.1rem,3.8vw,3.1rem);
  background:linear-gradient(180deg,var(--ink-1) 0%,#dfe2ff 80%);
  -webkit-background-clip:text; background-clip:text; color:transparent;
  text-shadow:0 10px 36px rgba(112,92,252,.28);
}
.section-termos .termos-underline{
  height:3px;width:180px;margin:12px auto 14px;border-radius:999px;
  background:linear-gradient(90deg,transparent,var(--brand-1),var(--brand-2),transparent);
  filter:drop-shadow(0 0 12px rgba(112,92,252,.5));
}
.section-termos .termos-caption{font-size:1.06rem;color:var(--muted);}
.section-termos .termos-updated{font-size:.95rem;color:var(--muted);}

/* Cards glass */
.section-termos .card-glass{
  position:relative;border-radius:18px;overflow:hidden;
  background:linear-gradient(180deg,var(--card-a) 0%,var(--card-b) 100%);
  border:1px solid var(--stroke-1); box-shadow:0 12px 28px rgba(0,0,0,.30);
  backdrop-filter:saturate(120%) blur(4px); padding:22px;
}
.section-termos .card-glass::before{
  content:"";position:absolute;inset:0 0 auto 0;height:2px;
  background:linear-gradient(90deg,transparent,var(--brand-1),var(--brand-2),transparent);opacity:.55;
}
@media (max-width:576px){ .section-termos .card-glass{padding:18px;} }

/* Tipografia */
.section-termos h2,.section-termos h3{color:var(--ink-1);}
.section-termos p{color:var(--ink-2); line-height:1.7;}
.section-termos .text-muted{color:var(--muted)!important;}

/* Links */
.section-termos .link-cta{color:var(--ink-1); text-decoration:none; font-weight:600;}
.section-termos .link-cta:hover{text-decoration:underline;}
