/* Estilos compartidos por Términos y Privacidad — CapyGamer Store */

:root {
  --noche:#1D1D27; --celeste:#4DABB7; --terracota:#7F3D2D;
  --pelaje:#E1A671; --hueso:#F2F0EC;
  --sup:#26262F; --linea:#3A3A44; --muted:#9A9AA2;
}

* { box-sizing: border-box; }

body {
  margin: 0; background: var(--noche); color: var(--hueso);
  font-family: 'Montserrat', system-ui, sans-serif; line-height: 1.75; font-size: 16px;
}

.envoltura { max-width: 820px; margin: 0 auto; padding: 0 20px 80px; }

.cab {
  border-bottom: 1px solid var(--linea); margin-bottom: 44px;
  padding: 22px 0 30px; background: rgba(38,38,47,.4);
}
.cab-in {
  max-width: 820px; margin: 0 auto; padding: 0 20px;
  display: flex; align-items: center; gap: 14px;
}
.cab img {
  width: 48px; height: 48px; border-radius: 13px;
  border: 2px solid rgba(77,171,183,.55); object-fit: cover;
}
.cab-nom {
  font-family: 'Luckiest Guy', cursive; font-size: 21px; letter-spacing: .5px; line-height: 1;
}
.cab-nom .c1 { color: var(--celeste); }
.cab-nom .c2 { color: var(--pelaje); }
.cab-sub {
  font-size: 9px; color: var(--muted); text-transform: uppercase;
  letter-spacing: .2em; font-weight: 700; margin-top: 4px;
}
.volver {
  margin-left: auto; color: var(--celeste); text-decoration: none;
  font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em;
}
.volver:hover { text-decoration: underline; }

h1 {
  font-family: 'Luckiest Guy', cursive; font-weight: 400;
  font-size: clamp(30px, 5vw, 42px); color: var(--celeste);
  margin: 0 0 10px; letter-spacing: .5px; line-height: 1.15;
}
.fecha {
  color: var(--muted); font-size: 13px; margin: 0 0 40px;
  padding-bottom: 22px; border-bottom: 1px solid var(--linea);
}

h2 {
  font-family: 'Luckiest Guy', cursive; font-weight: 400;
  font-size: 22px; color: var(--pelaje); margin: 42px 0 14px; letter-spacing: .5px;
}

p, li { color: #D8D6D2; }
p { margin: 0 0 15px; }
ul { padding-left: 22px; margin: 0 0 15px; }
li { margin-bottom: 9px; }

strong { color: var(--hueso); }
a { color: var(--celeste); }

.aviso {
  background: rgba(127,61,45,.15); border-left: 4px solid var(--terracota);
  padding: 18px 22px; border-radius: 0 12px 12px 0; margin: 26px 0;
}
.aviso p:last-child { margin-bottom: 0; }

.destacado {
  background: rgba(77,171,183,.09); border: 1px solid rgba(77,171,183,.35);
  padding: 20px 24px; border-radius: 14px; margin: 26px 0;
}
.destacado p:last-child { margin-bottom: 0; }

.pie-legal {
  margin-top: 60px; padding-top: 26px; border-top: 1px solid var(--linea);
  color: var(--muted); font-size: 13px; text-align: center;
}
