/* ===========================================
   SOIC — Estilos por sección
   =========================================== */

/* ============ HEADER ============ */
.header {
  position: fixed;
  top: clamp(12px, 1.5vw, 22px);
  left: 0; right: 0;
  z-index: 90;
  padding: 0 clamp(16px, 3vw, 40px);
  pointer-events: none;
}
.header__pill {
  pointer-events: auto;
  max-width: 1280px;
  margin: 0 auto;
  background: var(--c-brown);
  color: var(--c-cream);
  border-radius: var(--radius-pill);
  padding: 10px 12px 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: var(--shadow-pill);
}
.header__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f-display);
  font-weight: 900;
  font-size: 20px;
  letter-spacing: -0.01em;
}
.header__logo {
  width: 22px; height: 22px;
  background: var(--c-red);
  border-radius: 6px;
  display: inline-block;
  transform: rotate(45deg);
}
.header__nav {
  display: flex;
  gap: 28px;
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}
.header__nav a { opacity: 0.85; transition: color 0.2s, opacity 0.2s; }
.header__nav a:hover { opacity: 1; color: var(--c-sage); }
.header__cta {
  background: var(--c-cream);
  color: var(--c-brown);
  padding: 10px 18px;
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: 14px;
  transition: transform 0.2s ease;
}
.header__cta:hover { transform: translateY(-1px); }
.header.is-scrolled .header__pill {
  padding-top: 8px;
  padding-bottom: 8px;
  background: rgba(89, 79, 79, 0.92);
  backdrop-filter: blur(10px);
}

@media (max-width: 860px) {
  .header__nav { display: none; }
  .header__pill { padding-left: 18px; }
}

/* ============ HERO ============ */
.hero {
  padding-top: clamp(140px, 18vh, 200px);
  padding-bottom: clamp(80px, 12vw, 140px);
}
.hero__title {
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(48px, 9vw, 130px);
  line-height: 0.92;
  letter-spacing: -0.025em;
  margin-bottom: 32px;
  max-width: 1100px;
}
.hero__title-accent {
  color: var(--c-red);
  font-style: italic;
}
.hero__sub {
  font-size: clamp(18px, 1.6vw, 22px);
  max-width: 640px;
  margin-bottom: 40px;
  opacity: 0.8;
}
.hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.hero__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  border-top: 1px solid rgba(89, 79, 79, 0.18);
  padding-top: 40px;
  max-width: 720px;
}
.metric {
  display: flex; flex-direction: column;
}
.metric__num {
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  color: var(--c-red);
  margin-bottom: 6px;
}
.metric__label {
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--c-text-muted);
}

/* Formas decorativas hero */
.hero__shape {
  position: absolute;
  background: var(--c-sage);
  border-radius: 30% 70% 50% 50% / 50%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.55;
}
.hero__shape--1 {
  width: 340px; height: 340px;
  top: -80px; right: -100px;
  background: var(--c-red);
  opacity: 0.08;
}
.hero__shape--2 {
  width: 240px; height: 240px;
  bottom: -60px; left: -80px;
  background: var(--c-olive);
  opacity: 0.15;
}
.hero .container { position: relative; z-index: 1; }

@media (max-width: 640px) {
  .hero__metrics { grid-template-columns: 1fr; gap: 18px; }
}

/* ============ INTEGRATIONS ============ */
.integrations {
  padding-top: 40px;
  padding-bottom: 80px;
}
.integrations__marquee {
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.integrations__track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  gap: 20px;
  white-space: nowrap;
  animation: marquee 45s linear infinite;
  will-change: transform;
}
.integrations__marquee:hover .integrations__track { animation-play-state: paused; }
.logo-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f-mono);
  font-weight: 600;
  font-size: 16px;
  padding: 12px 22px;
  border: 1.5px solid rgba(89, 79, 79, 0.18);
  border-radius: var(--radius-pill);
  background: var(--c-cream-soft);
  white-space: nowrap;
  flex-shrink: 0;
}
.logo-chip img {
  width: 22px; height: 22px;
  opacity: 0.85;
}
.logo-chip__icon-dark {
  /* Para SVGs que vienen negros desde jsdelivr (sin recoloreo del CDN) */
  filter: invert(28%) sepia(10%) saturate(380%) hue-rotate(330deg) brightness(95%);
}

/* ============ PROBLEM ============ */
.problem .section__title { max-width: 1000px; }
.strike {
  position: relative;
  display: inline-block;
}
.strike::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 52%;
  height: 8px;
  background: var(--c-red);
  transform: rotate(-2deg);
}
.problem__list {
  display: grid;
  gap: 18px;
  max-width: 820px;
  margin: 40px 0 56px;
}
.problem__list li {
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 500;
  padding-left: 40px;
  position: relative;
  line-height: 1.35;
}
.problem__list li::before {
  content: "—";
  position: absolute;
  left: 0; top: 0;
  color: var(--c-red);
  font-weight: 700;
}
.problem__kicker {
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 500;
  max-width: 820px;
  padding-top: 32px;
  border-top: 1px solid rgba(242, 242, 242, 0.2);
}
.problem__kicker strong {
  font-weight: 800;
  color: var(--c-sage);
}
.problem__shape {
  position: absolute;
  width: 460px; height: 460px;
  background: var(--c-red);
  opacity: 0.14;
  border-radius: 38% 62% 50% 50% / 50%;
  bottom: -180px; right: -160px;
  z-index: 0;
}
.problem .container { position: relative; z-index: 1; }

/* ============ WHAT ============ */
.what { padding-top: 140px; padding-bottom: 140px; }
.what .section__title { max-width: 1100px; margin-bottom: 24px; }
.what__shape {
  position: absolute;
  background: var(--c-olive);
  opacity: 0.4;
  z-index: 0;
}
.what__shape--1 {
  width: 380px; height: 380px;
  border-radius: 50% 40% 60% 50%;
  top: -120px; right: -100px;
  transform: rotate(15deg);
}
.what__shape--2 {
  width: 260px; height: 260px;
  border-radius: 40% 60% 50% 40%;
  bottom: -80px; left: -80px;
  background: var(--c-cream);
  opacity: 0.6;
}
.what .container { position: relative; z-index: 1; }

/* ============ WHEEL (rueda de servicios) ============ */
.wheel {
  padding: 60px 0;
  overflow: hidden;
}
.wheel__track {
  display: flex;
  align-items: center;
  gap: 36px;
  white-space: nowrap;
  width: max-content;
  animation: marquee 20s linear infinite;
  will-change: transform;
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(48px, 8vw, 120px);
  letter-spacing: -0.02em;
  line-height: 1;
}
.wheel:hover .wheel__track { animation-play-state: paused; }
.wheel__item { padding: 0 12px; }
.wheel__dot {
  display: inline-flex;
  width: 28px; height: 28px;
  background: var(--c-cream);
  border-radius: 50%;
  font-size: 0;
  flex-shrink: 0;
}

/* ============ SERVICES ============ */
.services .section__title { margin-bottom: 80px; }
.services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.service-card {
  background: var(--c-cream-soft);
  border: 1px solid rgba(89, 79, 79, 0.1);
  border-radius: var(--radius);
  padding: 32px 28px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card);
  border-color: var(--c-red);
}
.service-card__icon {
  font-size: 36px;
  margin-bottom: 20px;
}
.service-card h3 {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: 22px;
  line-height: 1.15;
  margin-bottom: 12px;
}
.service-card p {
  font-size: 15px;
  line-height: 1.55;
  opacity: 0.78;
}

/* ============ DEMO WHATSAPP ============ */
.demo .section__title { max-width: 900px; margin-bottom: 24px; }
.demo .section__lead { margin-bottom: 80px; }
.demo__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.phone {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.phone__label {
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  background: rgba(242, 242, 242, 0.1);
}
.phone--after .phone__label {
  background: var(--c-red);
  color: var(--c-cream);
}
.phone__screen {
  width: 100%;
  max-width: 380px;
  background: #ECE5DD;
  border-radius: 28px;
  padding: 0;
  overflow: hidden;
  border: 8px solid #1f1b1b;
  box-shadow: 0 30px 80px rgba(0,0,0,0.3);
  color: #111;
}
.phone__header {
  background: #075E54;
  color: #fff;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.phone__avatar {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #888C69, #594F4F);
}
.phone__avatar--bot {
  background: linear-gradient(135deg, var(--c-red), #5e0d14);
}
.phone__header small {
  display: block;
  font-size: 11px;
  opacity: 0.8;
  font-weight: 400;
}
.phone__header strong { font-size: 14px; }
.phone__chat {
  padding: 18px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 460px;
  max-height: 520px;
  overflow-y: auto;
  font-size: 14px;
}
.bubble {
  max-width: 80%;
  padding: 8px 12px 6px;
  border-radius: 10px;
  line-height: 1.4;
  position: relative;
  box-shadow: 0 1px 1px rgba(0,0,0,0.06);
}
.bubble--in {
  background: #fff;
  align-self: flex-start;
  border-top-left-radius: 2px;
}
.bubble--out {
  background: #DCF8C6;
  align-self: flex-end;
  border-top-right-radius: 2px;
}
.bubble--out.late { opacity: 0.6; }
.bubble--time {
  align-self: center;
  background: rgba(0,0,0,0.05);
  font-size: 11px;
  color: #555;
  box-shadow: none;
  padding: 4px 10px;
}

@media (max-width: 860px) {
  .demo__split { grid-template-columns: 1fr; gap: 60px; }
}

/* ============ CASES — COVERFLOW 3D ============ */
.cases .section__title { margin-bottom: 60px; }

.coverflow {
  --cf-card-w: 460px;
  --cf-card-h: 560px;
  --cf-gap: 70px;
  position: relative;
  width: 100%;
  outline: none;
}
.coverflow__stage {
  position: relative;
  height: calc(var(--cf-card-h) + 60px);
  perspective: 1600px;
  perspective-origin: 50% 50%;
  overflow: hidden;
}
.coverflow__track {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  cursor: grab;
}
.coverflow__track.is-dragging { cursor: grabbing; }

.cf-card {
  --offset: 0;
  --abs-offset: 0;
  position: absolute;
  width: var(--cf-card-w);
  height: var(--cf-card-h);
  background: var(--c-cream-soft);
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(89, 79, 79, 0.12);
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.25);
  transform:
    translateX(calc(var(--offset) * (var(--cf-card-w) * 0.55 + var(--cf-gap))))
    translateZ(calc(var(--abs-offset) * -180px))
    rotateY(calc(var(--offset) * -28deg))
    scale(calc(1 - var(--abs-offset) * 0.08));
  transition: transform 0.6s cubic-bezier(.2,.8,.2,1), opacity 0.4s ease, filter 0.4s ease;
  opacity: calc(1 - var(--abs-offset) * 0.35);
  filter: brightness(calc(1 - var(--abs-offset) * 0.15));
  z-index: calc(10 - var(--abs-offset));
  cursor: pointer;
}
.cf-card.is-active {
  cursor: default;
  box-shadow: 0 40px 80px -20px rgba(166, 28, 40, 0.35), 0 20px 40px -10px rgba(0,0,0,0.2);
  border-color: var(--c-red);
}
.cf-card__media {
  width: 100%;
  height: 60%;
  background: var(--c-brown);
  position: relative;
  overflow: hidden;
}
.cf-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cf-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.15));
  pointer-events: none;
}
.cf-card__body {
  padding: 26px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cf-card__tag {
  align-self: flex-start;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: var(--radius-pill);
  background: var(--c-sage);
  color: var(--c-brown);
}
.cf-card h3 {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.01em;
}
.cf-card p {
  font-size: 14.5px;
  opacity: 0.75;
  line-height: 1.5;
}

/* Controles */
.coverflow__controls {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.cf-btn {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--c-brown);
  color: var(--c-cream);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.cf-btn:hover { background: var(--c-red); transform: scale(1.06); }
.coverflow__dots {
  display: inline-flex;
  gap: 10px;
}
.cf-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(89, 79, 79, 0.25);
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.cf-dot.is-active {
  background: var(--c-red);
  transform: scale(1.3);
}
.cf-dot:hover { background: var(--c-brown); }

@media (max-width: 920px) {
  .coverflow {
    --cf-card-w: 320px;
    --cf-card-h: 460px;
    --cf-gap: 30px;
  }
}
@media (max-width: 560px) {
  .coverflow {
    --cf-card-w: 270px;
    --cf-card-h: 420px;
    --cf-gap: 20px;
  }
  .cf-card h3 { font-size: 18px; }
  .cf-card p { font-size: 13.5px; }
}

/* ============ METHOD ============ */
.method .section__title { margin-bottom: 80px; max-width: 1000px; }
.method__steps {
  display: grid;
  gap: 16px;
  counter-reset: step;
}
.method__steps li {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 32px;
  align-items: start;
  padding: 36px 0;
  border-top: 1px solid rgba(89, 79, 79, 0.18);
}
.method__steps li:last-child { border-bottom: 1px solid rgba(89, 79, 79, 0.18); }
.method__num {
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(56px, 7vw, 96px);
  line-height: 1;
  color: var(--c-red);
}
.method__steps h3 {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: clamp(24px, 2.4vw, 32px);
  margin-bottom: 10px;
}
.method__steps p {
  font-size: clamp(15px, 1.4vw, 18px);
  opacity: 0.78;
  max-width: 720px;
}

@media (max-width: 640px) {
  .method__steps li { grid-template-columns: 1fr; gap: 12px; }
}

/* ============ FAQ ============ */
.faq .section__title { margin-bottom: 48px; }
.faq__item {
  border-top: 1px solid rgba(89, 79, 79, 0.18);
  padding: 24px 0;
}
.faq__item:last-of-type { border-bottom: 1px solid rgba(89, 79, 79, 0.18); }
.faq__item summary {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: clamp(20px, 2vw, 26px);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: "+";
  font-size: 32px;
  font-weight: 400;
  color: var(--c-red);
  transition: transform 0.2s ease;
}
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.8;
  max-width: 720px;
}

/* ============ CTA ============ */
.cta {
  text-align: center;
  padding: clamp(120px, 16vw, 200px) 0;
}
.cta__title {
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(44px, 8vw, 110px);
  line-height: 0.95;
  letter-spacing: -0.025em;
  margin-bottom: 32px;
}
.cta__sub {
  font-size: clamp(17px, 1.6vw, 22px);
  max-width: 640px;
  margin: 0 auto 56px;
  opacity: 0.9;
}

/* Lead form */
.lead-form {
  background: var(--c-cream);
  color: var(--c-text);
  border-radius: 24px;
  padding: clamp(28px, 4vw, 48px);
  text-align: left;
  box-shadow: 0 30px 80px rgba(0,0,0,0.25);
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 720px;
  margin: 0 auto;
}
.lead-form__row { width: 100%; }
.lead-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.lead-field__label {
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--c-text);
  opacity: 0.7;
}
.lead-field input[type="text"],
.lead-field input[type="tel"],
.lead-field input[type="email"],
.lead-field textarea {
  font-family: var(--f-body);
  font-size: 16px;
  color: var(--c-text);
  background: #fff;
  border: 1.5px solid rgba(89, 79, 79, 0.18);
  border-radius: 12px;
  padding: 14px 16px;
  width: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  resize: vertical;
}
.lead-field textarea {
  min-height: 110px;
  line-height: 1.5;
}
.lead-field input:focus,
.lead-field textarea:focus {
  outline: none;
  border-color: var(--c-red);
  box-shadow: 0 0 0 3px rgba(166, 28, 40, 0.15);
}
.lead-field input::placeholder,
.lead-field textarea::placeholder {
  color: rgba(89, 79, 79, 0.5);
  opacity: 1;
}
.lead-field.has-error input,
.lead-field.has-error textarea {
  border-color: var(--c-red);
  background: rgba(166, 28, 40, 0.04);
}

/* Phone group */
.lead-phone {
  position: relative;
  display: flex;
  gap: 8px;
}
.lead-phone__country {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 14px;
  border: 1.5px solid rgba(89, 79, 79, 0.18);
  border-radius: 12px;
  background: #fff;
  font-family: var(--f-body);
  font-size: 15px;
  font-weight: 600;
  color: var(--c-text);
  cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s;
  flex-shrink: 0;
}
.lead-phone__country:hover { border-color: var(--c-red); }
.lead-phone__flag {
  display: inline-flex;
  align-items: center;
  width: 22px; height: 16px;
}
.lead-phone__flag img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 2px;
  display: block;
}
.lead-phone__code { font-variant-numeric: tabular-nums; }
.lead-phone input[type="tel"] { flex: 1; }

.lead-phone__list {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  max-height: 280px;
  overflow-y: auto;
  background: #fff;
  border: 1.5px solid rgba(89, 79, 79, 0.18);
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.18);
  z-index: 20;
  padding: 6px;
  list-style: none;
  margin: 0;
}
.lead-phone__option {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
  color: var(--c-text);
  transition: background-color 0.15s;
}
.lead-phone__option:hover,
.lead-phone__option:focus {
  background: rgba(166, 28, 40, 0.08);
  outline: none;
}
.lead-phone__option .opt-flag {
  width: 24px; height: 18px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
}
.lead-phone__option .opt-code {
  font-family: var(--f-mono);
  font-size: 13px;
  color: var(--c-text-muted);
}

.lead-form__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
}
.lead-form__submit {
  width: 100%;
  justify-content: center;
  background: var(--c-red);
  color: var(--c-cream);
}
.lead-form__submit:hover {
  background: #8a1620;
  transform: translateY(-2px);
}
.lead-form__legal {
  font-size: 13px;
  color: var(--c-text-muted);
  text-align: center;
  margin: 0;
}

/* ============ FOOTER ============ */
.footer {
  background: var(--c-brown);
  color: var(--c-cream);
  padding: 80px 0 28px;
}
.footer__top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(242, 242, 242, 0.15);
}
.footer__brand p {
  margin-top: 16px;
  max-width: 360px;
  opacity: 0.7;
  font-size: 15px;
}
.footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f-display);
  font-weight: 900;
  font-size: 24px;
}
.footer__col h4 {
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px;
  opacity: 0.6;
}
.footer__col ul { display: flex; flex-direction: column; gap: 10px; font-size: 15px; }
.footer__col a { opacity: 0.85; transition: opacity 0.2s; }
.footer__col a:hover { opacity: 1; color: var(--c-sage); }
.footer__bottom {
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-family: var(--f-mono);
  font-size: 12px;
  opacity: 0.6;
}
@media (max-width: 760px) {
  .footer__top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer__bottom { flex-direction: column; }
}

/* ============ DOC (páginas legales) ============ */
.doc-title {
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 14px 0 18px;
}
.doc { margin-top: 40px; max-width: 720px; }
.doc h2 {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: clamp(22px, 2.4vw, 28px);
  letter-spacing: -0.01em;
  margin: 48px 0 14px;
  line-height: 1.15;
}
.doc h2:first-child { margin-top: 0; }
.doc h3 {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(18px, 1.8vw, 20px);
  margin: 28px 0 10px;
}
.doc p, .doc li {
  font-size: 17px;
  line-height: 1.65;
  opacity: 0.9;
}
.doc p { margin: 0 0 14px; }
.doc ul, .doc ol { padding-left: 24px; margin: 10px 0 18px; }
.doc ul { list-style: disc; }
.doc ol { list-style: decimal; }
.doc li { margin-bottom: 6px; }
.doc li::marker { color: var(--c-red); }
.doc a { color: var(--c-red); text-decoration: underline; text-underline-offset: 3px; }
.doc a:hover { color: #8a1620; }
.doc strong { font-weight: 700; }
.doc__meta {
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.55;
  margin-top: 56px;
}
