/* LIBERA Studio — servicios v2
   Cargado exclusivamente en servicios/index.html
   Reemplaza los sv-* genéricos del bloque anterior en home.css */

/* ── Hero split ──────────────────────────────────── */

.sv-hero--split {
  padding-top: 68px;
  padding-bottom: 0;
  min-height: 100dvh;
  border-bottom: 1px solid rgba(237,233,225,0.10);
  display: flex;
  align-items: center;
}
.sv-hero--split .wrap { display: block; }

.sv-hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px,6vw,80px);
  align-items: center;
  padding-block: clamp(48px,8vh,96px);
}

.sv-hl {
  font-family: 'Archivo Black', ui-sans-serif, sans-serif;
  font-weight: 400;
  font-size: clamp(44px,7vw,96px);
  line-height: 0.9;
  letter-spacing: -0.025em;
  color: var(--od);
  margin: 0;
}
.sv-hl em {
  color: var(--fire);
  font-style: normal;
}

.sv-hero-right {
  display: flex;
  flex-direction: column;
  gap: clamp(20px,3vh,28px);
}

.sv-brief {
  border: 1px solid rgba(237,233,225,0.12);
  border-radius: 4px;
  overflow: hidden;
}
.sv-brief-row {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 13px 18px;
  border-bottom: 1px solid rgba(237,233,225,0.10);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 12px;
}
.sv-brief-row:last-child { border-bottom: none; }
.sv-brief-n {
  color: var(--fire);
  font-size: 10px;
  letter-spacing: .18em;
}
.sv-brief-name {
  color: var(--od-2);
  letter-spacing: .04em;
}
.sv-brief-price {
  color: var(--fire-soft);
  font-size: 11px;
  letter-spacing: .03em;
  white-space: nowrap;
}
.sv-brief-sub {
  font-size: var(--fs-lead);
  color: var(--od-2);
  margin: 0;
  max-width: 44ch;
  line-height: 1.6;
}

@media (max-width: 860px) {
  .sv-hero--split {
    min-height: auto;
    padding-bottom: clamp(48px,7vw,80px);
  }
  .sv-hero-split {
    grid-template-columns: 1fr;
    padding-block: clamp(80px,10vw,120px) clamp(40px,5vw,60px);
  }
}

/* ── Mini label (replaces eyebrow+sec-title en secciones v2) ── */

.sv-mini-label {
  display: block;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--od-3);
  margin: 0 0 clamp(32px,5vh,52px);
}

/* ── Service section header (01/02/03) ──────────────── */

.sv-svc-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: clamp(36px, 5vh, 56px);
  padding-bottom: clamp(24px, 3vh, 36px);
  border-bottom: 1px solid rgba(237,233,225,0.10);
}
.sv-svc-title {
  font-family: 'Big Shoulders Display', ui-sans-serif, sans-serif;
  font-weight: 900;
  font-size: clamp(52px, 8vw, 96px);
  line-height: 0.92;
  letter-spacing: -0.02em;
  color: var(--od);
  margin: 0;
  text-wrap: balance;
}
.sv-svc-title em {
  color: var(--fire);
  font-style: normal;
}

/* ── Hero service nav (tipografía editorial) ─────── */

.sv-svc-nav {
  display: flex;
  flex-direction: column;
}
.sv-svc-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(237,233,225,0.10);
  text-decoration: none;
  gap: 12px;
  transition: border-color .2s;
}
.sv-svc-link:last-child { border-bottom: none; }
.sv-svc-link:hover .sv-svc-name { color: var(--fire-soft); }
.sv-svc-link:hover .sv-svc-arrow { transform: translateX(5px); color: var(--fire); }
.sv-svc-name {
  font-family: 'Big Shoulders Display', ui-sans-serif, sans-serif;
  font-weight: 900;
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--od);
  transition: color .2s;
}
.sv-svc-arrow {
  font-size: 20px;
  color: var(--od-3);
  flex-shrink: 0;
  transition: transform .22s cubic-bezier(.25,1,.5,1), color .2s;
  font-family: var(--body);
}

/* ── Service section intro (Packs Web / Automatización) ── */

.sv-svc-intro {
  font-size: var(--fs-lead);
  color: var(--od-2);
  line-height: 1.65;
  max-width: 64ch;
  margin: 0 0 clamp(32px, 4vw, 52px);
}

/* ── Diagnóstico intro ────────────────────────────── */

.sv-diag-intro {
  max-width: 64ch;
  margin-bottom: clamp(32px, 4vw, 52px);
}
.sv-diag-heading {
  font-family: 'Archivo Black', ui-sans-serif, sans-serif;
  font-weight: 400;
  font-size: clamp(26px, 3.2vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--od);
  margin: 0 0 16px;
}
.sv-diag-sub {
  font-size: var(--fs-lead);
  color: var(--od-2);
  line-height: 1.65;
  margin: 0;
}

/* ── Timeline horizontal (proceso) ───────────────── */

.sv-tl {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: start;
  border: 1px solid rgba(237,233,225,0.10);
  border-radius: 12px;
  overflow: hidden;
  margin-top: clamp(32px, 4vw, 52px);
}

.sv-tl-step {
  padding: clamp(24px, 3vw, 36px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}

.sv-tl-sep {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: clamp(24px, 3vw, 36px);
  padding-inline: 2px;
  align-self: stretch;
  border-left: 1px solid rgba(237,233,225,0.10);
  border-right: 1px solid rgba(237,233,225,0.10);
  color: var(--fire);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 16px;
  min-width: 36px;
}

.sv-tl-n {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--fire);
}
.sv-tl-name {
  font-family: 'Big Shoulders Display', ui-sans-serif, sans-serif;
  font-weight: 900;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--od);
  margin: 0;
  text-wrap: balance;
}
.sv-tl-text {
  font-size: 13px;
  line-height: 1.65;
  color: var(--od-2);
  margin: 0;
  flex: 1;
}
.sv-tl-price {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: .04em;
  color: var(--fire-soft);
}

@media (max-width: 860px) {
  .sv-tl {
    grid-template-columns: 1fr;
    border-radius: 8px;
  }
  .sv-tl-step {
    border-bottom: 1px solid rgba(237,233,225,0.10);
    height: auto;
  }
  .sv-tl-step:last-child { border-bottom: none; }
  .sv-tl-sep { display: none; }
}

/* ── Hosting note ─────────────────────────────────── */

.sv-hosting-note {
  margin-top: clamp(16px,2vh,24px);
  padding-top: clamp(16px,2vh,24px);
  border-top: 1px solid rgba(237,233,225,0.08);
  font-size: 12px;
  color: var(--od-3);
  font-style: italic;
  line-height: 1.5;
}

/* ── Automatización footer ────────────────────────── */

.sv-auto-foot {
  margin-top: clamp(20px,3vh,32px);
  padding: clamp(20px,2.5vw,28px);
  border: 1px solid rgba(237,233,225,0.10);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.sv-auto-foot p {
  font-size: 13px;
  color: var(--od-3);
  margin: 0;
  max-width: 52ch;
  line-height: 1.6;
}

@media (max-width: 720px) {
  .sv-auto-foot { flex-direction: column; align-items: flex-start; }
}

/* ── FAQ strip ───────────────────────────────────── */

.sv-faq-strip {
  padding-block: clamp(56px,8vh,96px);
  border-top: 1px solid rgba(237,233,225,0.10);
}
