/* terminos.css — Clon fiel del documento de referencia, con Inter en lugar de Barlow Condensed / Mulish. */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

.tc-root {
  min-height: 100vh;
  background: #f6f4f3;
  font-family: Inter, system-ui, sans-serif;
  color: #17181b;
  padding-bottom: 56px;
}

/* Header */
.tc-header {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #eee6e3;
}

.tc-header-bar {
  height: 6px;
  background: linear-gradient(90deg, #e61f26, #f2674d);
}

.tc-header-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 34px 28px 30px;
}

.tc-header-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.tc-logo {
  display: block;
  height: 44px;
  width: auto;
}

.tc-header-sep {
  width: 1px;
  height: 34px;
  background: #eadfe0;
}

.tc-header-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.tc-header-label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #e61f26;
}

.tc-header-campaign {
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #17181b;
}

.tc-title {
  font-weight: 800;
  font-size: clamp(32px, 5.5vw, 54px);
  line-height: 0.95;
  margin: 24px 0 0;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: #17181b;
}

.tc-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.tc-pill {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  background: #fbe6e6;
  color: #e61f26;
  border: 1px solid #f4cccd;
}

/* Main */
.tc-main {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 28px;
}

.tc-intro {
  font-size: 16px;
  line-height: 1.7;
  color: #6c6f76;
  max-width: 64ch;
  margin: 32px 0 6px;
}

/* Section cards */
.tc-sections {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 18px;
}

.tc-card {
  position: relative;
  background: #fff;
  border: 1px solid #ece7e5;
  border-radius: 16px;
  box-shadow: 0 1px 2px rgba(25,20,18,0.04), 0 12px 28px rgba(40,18,18,0.05);
  padding: 26px 28px;
}

#tratamiento-datos {
  scroll-margin-top: 24px;
}

.tc-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.tc-badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  font-weight: 800;
  font-size: 17px;
  background: #e61f26;
  color: #fff;
  border-radius: 50%;
}

.tc-card-head h2 {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #17181b;
}

.tc-card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tc-card-body p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.72;
  color: #44464c;
}

/* Ordered lists */
.tc-ol {
  margin: 2px 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tc-ol li {
  display: flex;
  gap: 12px;
  align-items: baseline;
  font-size: 15.5px;
  line-height: 1.6;
  color: #44464c;
}

.tc-ol-num {
  flex: 0 0 auto;
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  color: #e61f26;
  background: #fbe6e6;
  border-radius: 7px;
  transform: translateY(1px);
}

/* Unordered lists */
.tc-ul {
  margin: 2px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.tc-ul li {
  display: flex;
  gap: 11px;
  align-items: baseline;
  font-size: 15.5px;
  line-height: 1.6;
  color: #44464c;
}

.tc-dot {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e61f26;
  transform: translateY(-1px);
}

/* Premio highlights */
.tc-premio {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  background: #fbe6e6;
  border-width: 1px 1px 1px 5px;
  border-style: solid;
  border-color: #f4cccd #f4cccd #f4cccd #e61f26;
  border-radius: 12px;
  padding: 16px 20px;
}

.tc-premio-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #e61f26;
}

.tc-premio-value {
  font-weight: 800;
  font-size: 21px;
  line-height: 1;
  color: #17181b;
  text-transform: uppercase;
}

.tc-premio--green {
  background: #1c5b3c;
  border: none;
  border-radius: 12px;
  padding: 17px 22px;
}

.tc-premio--green .tc-premio-label {
  color: #9fe6bd;
}

.tc-premio--green .tc-premio-value {
  color: #fff;
}

/* Legal block */
.tc-legal {
  margin-top: 22px;
  background: #fff8f8;
  border: 1px dashed #f0c6c8;
  border-radius: 16px;
  padding: 24px 26px;
}

.tc-legal-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e61f26;
}

.tc-legal p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: #44464c;
}

/* Footer */
.tc-footer {
  margin-top: 26px;
  background: #e61f26;
  border-radius: 16px;
  padding: 22px 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  color: #fff;
}

.tc-footer-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.tc-footer-org {
  font-size: 13.5px;
  font-weight: 700;
}

.tc-footer-sub {
  font-size: 12.5px;
  color: rgba(255,255,255,0.82);
}

.tc-footer-hashtag {
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Mobile adjustments */
@media (max-width: 480px) {
  .tc-header-inner { padding: 24px 18px 22px; }
  .tc-main { padding: 0 18px; }
  .tc-card { padding: 20px 18px; }
  .tc-card-head h2 { font-size: 18px; }
  .tc-header-sep { display: none; }
}
