:root {
  --blue-deep: #002740;
  --orange-cta: #FFA114;
  --orange-hover: #E38F0C;
  --gray-bg: #F4F6F8;
  --white: #FFFFFF;
  --text-main: #111827;
  --text-secondary: #333333;
  --dividers: #E6E6E6;
  --check-green: #1F3D2B;
}
* { box-sizing: border-box }
html, body { margin: 0; padding: 0 }
body {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color: var(--text-main);
  background: var(--white);
  line-height: 1.6;
}
.container {
  max-width: 1200px;
  padding: 0 24px;
  margin: 0 auto;
}
.container-1140 {
  max-width: 1140px;
}
.text-max-820 {
  max-width: 820px;
  margin: 0 auto;
}
.text-max-800 {
  max-width: 800px;
  margin: 0 auto;
}
.text-max-900 {
  max-width: 900px;
  margin: 0 auto;
}
.section .container.center > .text-max-900,
.section .container.center > .text-max-820,
.section .container.center > .text-max-800 {
  background: var(--white);
  border: 1px solid var(--dividers);
  border-radius: 16px;
  padding: 48px 44px;
  box-shadow: 0 14px 44px rgba(0, 39, 64, 0.07);
}
.section .container.center > .text-max-900 > :first-child,
.section .container.center > .text-max-820 > :first-child,
.section .container.center > .text-max-800 > :first-child {
  margin-top: 0;
}
.section .container.center > .text-max-900 > :last-child,
.section .container.center > .text-max-820 > :last-child,
.section .container.center > .text-max-800 > :last-child {
  margin-bottom: 0;
}
.section-sep-bottom {
  border-bottom: 1px solid var(--dividers);
}
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--white);
  border-bottom: 1px solid var(--dividers);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.logo {
  color: var(--blue-deep);
  text-decoration: none;
  font-weight: 700;
  font-size: 0;
  width: clamp(120px, 18vw, 170px);
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: 0;
  background-color: transparent;
  background-image: url("https://zonatesis.com/wp-content/uploads/2016/01/logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex: 0 0 auto;
}
.logo::before {
  content: "";
  display: none;
}
.logo::after {
  content: "";
  display: none;
}
.nav {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.nav a {
  margin: 0;
  color: var(--text-secondary);
  text-decoration: none;
}
.nav a:hover { color: var(--blue-deep) }
.section {
  padding: 120px 0;
}
.section-gray {
  background: var(--gray-bg);
}
.hero {
  background: linear-gradient(180deg, rgba(0, 39, 64, 0.05) 0%, var(--white) 55%, var(--white) 100%);
  padding-top: 140px;
  padding-bottom: 120px;
}
.hero .grid { align-items: center }
.hero-text h1 {
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 24px;
  color: var(--blue-deep);
  letter-spacing: -0.02em;
}
.hero-text h1::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  margin: 18px 0 0;
  background: var(--orange-cta);
  border-radius: 2px;
}
.hero-text .subtitle {
  margin: 0;
  max-width: 680px;
}
.hero-ctas {
  flex-wrap: wrap;
}
.services-hero {
  background: var(--white);
  padding-top: 140px;
  padding-bottom: 120px;
}
.services-hero h1 {
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 16px;
}
.tm-hero {
  background: linear-gradient(180deg, rgba(0, 39, 64, 0.05) 0%, var(--white) 40%, var(--white) 100%);
  padding-top: 140px;
  padding-bottom: 120px;
}
.tm-hero h1 {
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 20px;
  color: var(--blue-deep);
  letter-spacing: -0.02em;
}
.tm-hero h1::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  margin: 22px auto 0;
  background: var(--orange-cta);
  border-radius: 2px;
}
.tm-hero .subtitle {
  margin: 0 auto;
  max-width: 700px;
}
.tm-hero .microtext {
  display: inline-block;
  margin-top: 20px;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(0, 39, 64, 0.06);
  border: 1px solid rgba(0, 39, 64, 0.08);
  color: var(--blue-deep);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
}
.tm-hero .hero-ctas {
  margin-top: 28px;
}
/* Tesis maestría — bloque problema */
#tm-problema .text-max-900 {
  background: var(--white);
  border: 1px solid var(--dividers);
  border-radius: 16px;
  padding: 48px 44px;
  box-shadow: 0 14px 44px rgba(0, 39, 64, 0.07);
  text-align: center;
}
#tm-problema .section-title {
  margin: 0 auto 8px;
  max-width: 820px;
}
#tm-problema .section-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 20px auto 0;
  background: var(--orange-cta);
  border-radius: 2px;
}
#tm-problema .bullets-clean {
  list-style: none;
  padding: 0;
  margin: 28px auto 32px;
  max-width: 640px;
  text-align: left;
  display: grid;
  gap: 10px;
  color: var(--text-main);
}
#tm-problema .bullets-clean li {
  margin: 0;
  padding: 14px 16px 14px 42px;
  background: var(--gray-bg);
  border-radius: 10px;
  border: 1px solid var(--dividers);
  position: relative;
  line-height: 1.45;
}
#tm-problema .bullets-clean li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange-cta);
}
#tm-problema .subtitle {
  margin: 0 auto;
  max-width: 680px;
  padding-top: 24px;
  border-top: 1px solid var(--dividers);
  text-align: center;
}
/* Tesis maestría — alcance (qué incluye) */
#tm-alcance .text-max-900 {
  background: var(--white);
  border: 1px solid var(--dividers);
  border-radius: 16px;
  padding: 40px 38px;
  box-shadow: 0 14px 44px rgba(0, 39, 64, 0.07);
  text-align: center;
}
#tm-alcance .section-title {
  margin: 0 auto 8px;
  max-width: 900px;
}
#tm-alcance .section-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 20px auto 0;
  background: var(--orange-cta);
  border-radius: 2px;
}
#tm-alcance .bullets-clean {
  list-style: none;
  padding: 0;
  margin: 24px auto 0;
  max-width: 680px;
  text-align: left;
  display: grid;
  gap: 10px;
  color: var(--text-main);
}
#tm-alcance .bullets-clean li {
  margin: 0;
  padding: 12px 14px 12px 40px;
  background: var(--gray-bg);
  border-radius: 10px;
  border: 1px solid var(--dividers);
  position: relative;
  line-height: 1.45;
}
#tm-alcance .bullets-clean li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange-cta);
}
#tm-alcance .note {
  margin: 20px auto 0;
  max-width: 680px;
  padding-top: 20px;
  border-top: 1px solid var(--dividers);
  text-align: center;
  color: var(--blue-deep);
  font-weight: 600;
  font-size: 14px;
}
/* Tesis maestría — diferencial */
#tm-diferencial .text-max-900 {
  background: var(--white);
  border: 1px solid var(--dividers);
  border-radius: 16px;
  padding: 48px 44px;
  box-shadow: 0 14px 44px rgba(0, 39, 64, 0.07);
  text-align: center;
}
#tm-diferencial .section-title {
  margin: 0 auto 8px;
  max-width: 900px;
}
#tm-diferencial .section-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 20px auto 0;
  background: var(--orange-cta);
  border-radius: 2px;
}
#tm-diferencial .differential-list {
  margin: 28px auto 0;
  max-width: 640px;
  text-align: left;
  display: grid;
  gap: 10px;
  color: var(--text-main);
}
#tm-diferencial .differential-list li {
  margin: 0;
  padding: 14px 16px 14px 42px;
  background: var(--gray-bg);
  border-radius: 10px;
  border: 1px solid var(--dividers);
  position: relative;
  line-height: 1.45;
}
#tm-diferencial .differential-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue-deep);
}
/* Tesis maestría — filtro (es para / no es para + inversión) */
#tm-filtro > .container > h2.section-title {
  text-align: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}
#tm-filtro > .container > h2.section-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 20px auto 36px;
  background: var(--orange-cta);
  border-radius: 2px;
}
#tm-filtro .fit-grid {
  gap: 28px;
  max-width: 1000px;
  margin: 0 auto;
}
#tm-filtro .fit-grid::before {
  display: none;
}
#tm-filtro .fit-col {
  background: var(--white);
  border: 1px solid var(--dividers);
  border-radius: 14px;
  padding: 28px 26px;
  box-shadow: 0 10px 36px rgba(0, 39, 64, 0.06);
}
#tm-filtro .fit-col:first-child {
  border-top: 3px solid var(--check-green);
}
#tm-filtro .fit-col:last-child {
  border-top: 3px solid rgba(0, 39, 64, 0.22);
}
#tm-filtro .fit-col h3 {
  margin: 0 0 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--dividers);
  font-size: 17px;
  letter-spacing: 0.02em;
}
#tm-filtro .list-elegant {
  margin: 0;
}
#tm-filtro .list-elegant li {
  margin: 0 0 10px;
  padding: 12px 14px;
  background: var(--gray-bg);
  border-radius: 10px;
  border: 1px solid var(--dividers);
  line-height: 1.45;
  color: var(--text-main);
}
#tm-filtro .list-elegant li:last-child {
  margin-bottom: 0;
}
#tm-filtro .investment {
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  border-top: none;
  padding: 44px 40px;
  background: var(--white);
  border: 1px solid var(--dividers);
  border-radius: 16px;
  box-shadow: 0 14px 44px rgba(0, 39, 64, 0.07);
}
#tm-filtro .investment .section-title {
  text-align: center;
  margin: 0 auto 8px;
}
#tm-filtro .investment .section-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 18px auto 24px;
  background: var(--orange-cta);
  border-radius: 2px;
}
#tm-filtro .investment p {
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
  color: var(--text-secondary);
  line-height: 1.65;
}
#tm-filtro .investment p + p {
  margin-top: 18px;
}
.services-framework-card {
  /* marker class (si en el futuro se agrega) */
}

/* Servicios — sección "framework" (solo texto) */
#services-framework .text-max-800 {
  background: var(--white);
  border: 1px solid var(--dividers);
  border-radius: 16px;
  padding: 44px 44px;
  box-shadow: 0 14px 44px rgba(0, 39, 64, 0.07);
}
#services-framework p {
  margin: 0;
  color: var(--text-secondary);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  text-align: left;
  width: 100%;
  padding: 14px 16px 14px 16px;
  background: rgba(244, 246, 248, 0.9);
  border: 1px solid var(--dividers);
  border-radius: 12px;
  line-height: 1.6;
}
#services-framework p + p {
  margin-top: 14px;
}
#services-framework p::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--orange-cta);
  flex: 0 0 auto;
  margin-top: 6px;
}
#services-differential .text-max-900 {
  background: var(--white);
  border: 1px solid var(--dividers);
  border-radius: 16px;
  padding: 48px 44px;
  box-shadow: 0 14px 44px rgba(0, 39, 64, 0.07);
  text-align: center;
}
#services-differential .section-title {
  margin: 0 auto 6px;
  max-width: 900px;
}
#services-differential .section-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 18px auto 0;
  background: var(--orange-cta);
  border-radius: 2px;
}
#services-differential .subtitle {
  margin: 0 auto 10px;
  max-width: 760px;
}
#services-differential .differential-list {
  list-style: none;
  padding: 0;
  margin: 28px auto 0;
  max-width: 640px;
  text-align: left;
  display: grid;
  gap: 10px;
  color: var(--text-main);
}
#services-differential .differential-list li {
  margin: 0;
  padding: 14px 16px 14px 42px;
  background: var(--gray-bg);
  border-radius: 10px;
  border: 1px solid var(--dividers);
  position: relative;
  line-height: 1.45;
}
#services-differential .differential-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange-cta);
}
.td-hero {
  background: var(--white);
  padding-top: 150px;
  padding-bottom: 130px;
}
.td-hero h1 {
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 16px;
}
#td-diferencial {
  background: linear-gradient(180deg, rgba(0, 39, 64, 0.04) 0%, var(--white) 70%, var(--white) 100%);
}
#td-diferencial .text-max-900 {
  background: var(--white);
  border: 1px solid var(--dividers);
  border-radius: 16px;
  padding: 48px 44px;
  box-shadow: 0 14px 44px rgba(0, 39, 64, 0.07);
  text-align: center;
}
#td-diferencial .section-title {
  margin: 0 auto 8px;
  max-width: 900px;
}
#td-diferencial .section-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 20px auto 0;
  background: var(--orange-cta);
  border-radius: 2px;
}
#td-diferencial .bullets-clean {
  list-style: none;
  padding: 0;
  margin: 28px auto 32px;
  max-width: 640px;
  text-align: left;
  display: grid;
  gap: 10px;
  color: var(--text-main);
}
#td-diferencial .bullets-clean li {
  margin: 0;
  padding: 14px 16px 14px 42px;
  background: var(--gray-bg);
  border-radius: 10px;
  border: 1px solid var(--dividers);
  position: relative;
  line-height: 1.45;
}
#td-diferencial .bullets-clean li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue-deep);
}
.ai-hero {
  background: var(--white);
  padding-top: 150px;
  padding-bottom: 130px;
}
.ai-hero h1 {
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 16px;
}
.pg-hero {
  background: var(--white);
  padding-top: 140px;
  padding-bottom: 120px;
  border-bottom: 1px solid var(--dividers);
}
.pg-hero h1 {
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 16px;
}
.work-type-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.work-type-card {
  border: 1px solid var(--dividers);
  border-radius: 12px;
  background: var(--white);
  padding: 14px 14px;
  cursor: pointer;
  font: inherit;
  text-align: left;
  color: var(--text-main);
}
.work-type-card:hover {
  border-color: rgba(0,39,64,0.35);
}
.work-type-card.is-selected {
  border-color: var(--blue-deep);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.work-type-hint {
  margin-top: 12px;
  color: var(--text-secondary);
  font-size: 14px;
  min-height: 20px;
}
.ce-hero {
  background: var(--white);
  padding-top: 140px;
  padding-bottom: 120px;
}
.ce-hero h1 {
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 16px;
}
.exp-hero {
  background: var(--white);
  padding-top: 140px;
  padding-bottom: 120px;
}
.exp-hero h1 {
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 16px;
}
.exp-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.exp-card {
  border: 1px solid var(--dividers);
  border-radius: 8px;
  background: var(--white);
  padding: 32px;
}
.exp-chip {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,39,64,0.18);
  color: var(--blue-deep);
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 12px;
}
.exp-quote {
  margin: 14px 0 14px;
  padding-left: 14px;
  border-left: 3px solid rgba(0,39,64,0.2);
  color: var(--text-main);
  font-weight: 600;
}
.exp-summary {
  margin: 0 0 18px;
  color: var(--text-secondary);
}
.exp-proof-btn {
  border: 0;
  background: transparent;
  color: var(--blue-deep);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  padding: 6px 0;
  border-bottom: 4px solid transparent;
}
.exp-proof-btn:hover {
  border-bottom-color: var(--orange-cta);
}
.levels-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 28px;
}
.level-card {
  border: 1px solid var(--dividers);
  border-radius: 12px;
  background: var(--white);
  padding: 24px 24px;
}
.level-card h3 {
  margin-top: 0;
  color: var(--blue-deep);
}
.level-card p {
  margin-bottom: 0;
  color: var(--text-secondary);
}
.exp-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
}
.exp-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}
.exp-modal-dialog {
  position: relative;
  background: var(--white);
  border-radius: 12px;
  max-width: 920px;
  width: calc(100% - 32px);
  padding: 24px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.25);
}
.exp-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
  color: var(--text-secondary);
}
.exp-modal-close:hover { color: var(--text-main) }
.exp-modal-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.exp-modal-body {
  display: grid;
  gap: 14px;
}
.exp-modal-pdf {
  width: 100%;
  height: 70vh;
  border: 1px solid var(--dividers);
  border-radius: 10px;
}
.exp-modal-download {
  display: inline-block;
  color: var(--blue-deep);
  text-decoration: none;
  font-weight: 700;
  padding-bottom: 6px;
  border-bottom: 4px solid transparent;
  width: fit-content;
}
.exp-modal-download:hover {
  border-bottom-color: var(--orange-cta);
}
.exp-modal-missing {
  color: var(--text-secondary);
}
.correction-type-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.correction-type-card {
  border: 1px solid var(--dividers);
  border-radius: 12px;
  background: var(--white);
  padding: 14px 14px;
  cursor: pointer;
  font: inherit;
  text-align: left;
  color: var(--text-main);
}
.correction-type-card:hover {
  border-color: rgba(0,39,64,0.35);
}
.correction-type-card.is-selected {
  border-color: var(--blue-deep);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.article-type-grid {
  max-width: 1140px;
  padding: 0 24px;
  margin: 32px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.article-type-card {
  border: 1px solid var(--dividers);
  border-radius: 12px;
  background: var(--white);
  padding: 22px 22px;
  position: relative;
  cursor: pointer;
}
.article-type-card.is-selected {
  border-color: var(--blue-deep);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.article-type-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background: var(--orange-cta);
  transition: width .2s ease-in-out;
}
.article-type-card:hover::after {
  width: 100%;
}
.article-type-card h3 {
  margin: 0 0 10px;
  color: var(--blue-deep);
  font-size: 18px;
  line-height: 1.35;
}
.article-type-card p {
  margin: 0;
  color: var(--text-secondary);
}
.article-scope {
  margin-top: 64px;
  border-top: 1px solid var(--dividers);
  padding-top: 40px;
}
.microtext {
  color: var(--text-secondary);
  font-size: 14px;
  margin-top: 12px;
}
.btn-sm {
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 600;
}
.bullets-clean {
  list-style: none;
  padding: 0;
  margin: 28px auto 32px;
  max-width: 640px;
  text-align: left;
  display: grid;
  gap: 10px;
  color: var(--text-main);
}
.bullets-clean li {
  margin: 0;
  padding: 14px 16px 14px 42px;
  background: var(--gray-bg);
  border-radius: 10px;
  border: 1px solid var(--dividers);
  position: relative;
  line-height: 1.45;
}
.bullets-clean li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange-cta);
}
.note {
  margin-top: 18px;
  color: var(--text-secondary);
}
.phase-grid {
  max-width: 1140px;
  padding: 0 24px;
  margin: 32px auto 0;
  display: grid;
  gap: 16px;
}
.phase-card {
  display: flex;
  align-items: baseline;
  gap: 16px;
  border: 1px solid var(--dividers);
  border-radius: 12px;
  background: var(--white);
  padding: 18px 20px;
}
.phase-title {
  color: var(--blue-deep);
  font-weight: 700;
  min-width: 72px;
}
.phase-text {
  color: var(--text-secondary);
}
.investment {
  margin-top: 64px;
  border-top: 1px solid var(--dividers);
  padding-top: 40px;
}
.faq {
  display: grid;
  gap: 12px;
}
.faq-item {
  border: 1px solid var(--dividers);
  border-radius: 12px;
  background: var(--white);
  overflow: hidden;
}
.faq-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  color: var(--blue-deep);
  font-weight: 700;
  text-align: left;
}
.faq-toggle:hover {
  background: rgba(0,39,64,0.04);
}
.faq-toggle[aria-expanded="true"] .chev {
  transform: rotate(-135deg);
}
.faq-content {
  padding: 0 20px 20px;
  color: var(--text-secondary);
}
.faq-content p {
  margin: 12px 0 0;
}
.faq-cta {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-hero {
  background: var(--white);
  padding-top: 140px;
  padding-bottom: 120px;
}
.faq-hero h1 {
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 16px;
}
.faq-index {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.faq-index a {
  text-decoration: none;
  color: var(--blue-deep);
  border: 1px solid var(--dividers);
  border-radius: 999px;
  padding: 10px 12px;
  font-weight: 600;
  background: var(--white);
}
.faq-index a:hover {
  background: rgba(0,39,64,0.04);
  border-color: rgba(0,39,64,0.22);
}
.faq .faq-toggle {
  padding: 24px 24px;
}
.faq .faq-content {
  padding: 0 24px 24px;
}
.faq .faq-toggle {
  color: var(--blue-deep);
}
.faq .faq-content {
  color: var(--text-secondary);
}
.eval-intro {
  background: linear-gradient(180deg, rgba(0, 39, 64, 0.04) 0%, var(--white) 55%, var(--white) 100%);
  padding-top: 140px;
  padding-bottom: 120px;
}
.eval-intro h1 {
  font-size: 44px;
  line-height: 1.2;
  margin: 0 0 16px;
}
.eval-intro h1::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  margin: 18px 0 0;
  background: var(--orange-cta);
  border-radius: 2px;
}
.eval-intro .subtitle {
  margin: 0;
  max-width: 680px;
}
.eval-mini-method {
  margin-top: 22px;
}
.mini-pill {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(0, 39, 64, 0.12);
}
.eval-container {
  max-width: 720px;
}
.eval-mini-method {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.mini-pill {
  border: 1px solid var(--dividers);
  border-radius: 999px;
  padding: 10px 12px;
  font-weight: 600;
  color: var(--blue-deep);
  background: var(--white);
}
.eval-section {
  background: var(--gray-bg);
}
.eval-card {
  background: var(--white);
  border: 1px solid var(--dividers);
  border-radius: 16px;
  box-shadow: 0 14px 44px rgba(0, 39, 64, 0.07);
  padding: 40px;
}
.eval-progress {
  margin-bottom: 18px;
}
.eval-progress-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.eval-step-indicator {
  font-weight: 700;
  color: var(--blue-deep);
}
.eval-progress-bar {
  height: 6px;
  border-radius: 999px;
  background: rgba(0,39,64,0.16);
  overflow: hidden;
}
.eval-progress-fill {
  height: 100%;
  width: 50%;
  background: var(--blue-deep);
  border-radius: 999px;
  transition: width .2s ease-in-out;
}
.eval-step h2 {
  margin-top: 0;
  color: var(--blue-deep);
  font-size: 24px;
}
.help-text {
  color: #6B7280;
  margin-top: 8px;
}
.field {
  margin-top: 18px;
}
.field label {
  display: block;
  font-weight: 600;
  color: var(--text-main);
  margin-bottom: 8px;
}
.field input[type="text"],
.field input[type="email"],
.field input[type="tel"],
.field input[type="date"],
.field textarea,
.field input[type="file"] {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--dividers);
  border-radius: 10px;
  padding: 12px 14px;
  font: inherit;
  color: var(--text-main);
  background: var(--white);
}
.field input[type="text"]:focus,
.field input[type="email"]:focus,
.field input[type="tel"]:focus,
.field input[type="date"]:focus,
.field textarea:focus,
.field input[type="file"]:focus {
  outline: none;
  border-color: rgba(0, 39, 64, 0.65);
  box-shadow: 0 0 0 4px rgba(0, 39, 64, 0.12);
}
.field textarea {
  min-height: 130px;
  resize: vertical;
}
.field input[type="file"] {
  padding: 12px 12px;
}
.field-help {
  color: #6B7280;
  font-size: 14px;
  margin-top: 8px;
}
.field-error {
  color: #B91C1C;
  font-size: 14px;
  margin-top: 8px;
  min-height: 18px;
}
.is-error input,
.is-error textarea {
  border-color: #B91C1C;
  background: #FEF2F2;
}
.is-valid input,
.is-valid textarea {
  border-color: var(--blue-deep);
}
.fieldset {
  border: 0;
  padding: 0;
  margin: 18px 0 0;
}
.fieldset legend {
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 10px;
}
.radio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
.radio-stack {
  display: grid;
  gap: 12px;
}
.radio-item {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--dividers);
  border-radius: 10px;
  padding: 14px 14px;
  cursor: pointer;
  min-height: 44px;
  color: var(--text-main);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, background-color .15s ease-in-out;
}
.radio-item:hover {
  border-color: rgba(0, 39, 64, 0.35);
}
.radio-item input {
  accent-color: var(--orange-cta);
}
.radio-item.is-checked {
  border-color: var(--blue-deep);
  background: rgba(0, 39, 64, 0.03);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.radio-item.is-checked span {
  font-weight: 700;
}
.radio-item input {
  width: 18px;
  height: 18px;
}
.actions {
  margin-top: 24px;
}
.actions-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.btn-block {
  width: 100%;
  text-align: center;
}
.btn-text {
  border: 2px solid transparent;
  background: transparent;
  color: var(--text-secondary);
}
.btn-text:hover {
  color: var(--text-main);
}
.hp-field {
  display: none;
}
.eval-confidentiality {
  margin-top: 18px;
  font-size: 12px;
  color: #6B7280;
}
.legal-hero {
  background: var(--white);
  padding-top: 140px;
  padding-bottom: 120px;
}
.legal-hero h1 {
  font-size: 44px;
  line-height: 1.2;
  margin: 0 0 16px;
}
.legal-content h2 {
  color: var(--blue-deep);
  margin: 36px 0 12px;
  font-size: 22px;
  line-height: 1.3;
}
.legal-content h2:first-of-type {
  margin-top: 0;
}
.legal-content p,
.legal-content li {
  color: var(--text-secondary);
}
.legal-content ul {
  margin: 12px 0 0;
  padding-left: 18px;
}
.legal-content a {
  color: var(--blue-deep);
  text-decoration: none;
  border-bottom: 2px solid rgba(0,39,64,0.18);
}
.legal-content a:hover {
  border-bottom-color: var(--orange-cta);
}
.zt-footer {
  background: var(--blue-deep);
  color: var(--white);
  padding: 72px 0;
}
.zt-footer a {
  color: var(--white);
  text-decoration: none;
}
.zt-footer a:hover {
  color: var(--orange-cta);
}
.zt-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 32px;
}
.zt-footer .footer-title {
  font-weight: 800;
  margin: 0 0 12px;
  color: var(--white);
}
.zt-footer .footer-text {
  margin: 0;
  color: #D6DEE6;
}
.zt-footer .footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.zt-footer .footer-cta {
  margin-top: 18px;
}
.zt-footer .footer-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid var(--white);
  border-radius: 10px;
  padding: 12px 14px;
  font-weight: 700;
  width: fit-content;
}
.zt-footer .footer-whatsapp-icon {
  width: 26px;
  height: 26px;
  border-radius: 9px;
  background: #25D366;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 2a9.9 9.9 0 0 0-8.5 14.9L2 22l5.3-1.4-.3-.2A9.9 9.9 0 1 0 12 2zm0 18.2c-1.6 0-3.2-.4-4.6-1.2l-.3-.2-3.1.8.8-3-.2-.3A8.2 8.2 0 1 1 12 20.2zm4.7-5.9c-.3-.2-1.8-.9-2.1-1s-.5-.2-.7.2-.8 1-.9 1.1-.3.2-.6.1a6.7 6.7 0 0 1-2-1.2 7.5 7.5 0 0 1-1.4-1.8c-.1-.3 0-.5.1-.6l.5-.6c.1-.1.2-.3.3-.5.1-.2 0-.4 0-.5s-.7-1.8-1-2.5c-.3-.7-.6-.6-.8-.6h-.7c-.2 0-.5.1-.7.3s-1 1-1 2.4 1 2.8 1.1 3c.1.2 2.1 3.3 5.1 4.6.7.3 1.3.5 1.8.6.8.3 1.5.2 2 .1.6-.1 1.8-.7 2-1.4s.2-1.3.1-1.4c-.1-.1-.3-.2-.6-.4z'/%3E%3C/svg%3E");
}
.zt-footer .footer-whatsapp-number {
  line-height: 1;
}
.zt-footer .footer-whatsapp:hover {
  background: var(--white);
  color: var(--blue-deep);
}
.zt-footer .footer-bottom {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(230,230,230,0.25);
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  color: #D6DEE6;
  font-size: 14px;
}
.zt-footer .footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.zt-footer .footer-legal a {
  color: #D6DEE6;
}
.zt-footer .footer-legal a:hover {
  color: var(--orange-cta);
}
.modes-grid {
  max-width: 1140px;
  padding: 0 24px;
  margin: 32px auto 0;
  display: grid;
  gap: 16px;
}
.mode-card {
  border: 1px solid var(--dividers);
  border-radius: 12px;
  background: var(--white);
  padding: 22px 22px;
}
.mode-title {
  color: var(--blue-deep);
  font-weight: 700;
  margin-bottom: 10px;
}
.mode-text {
  color: var(--text-secondary);
}
.subtitle {
  font-size: 18px;
  color: var(--text-secondary);
  max-width: 800px;
}
.hero-ctas { margin-top: 24px; display: flex; gap: 16px }
/* Heroes centrados (servicios, maestría, doctorado, etc.): alinear CTAs al centro */
.center .text-max-820 .hero-ctas {
  justify-content: center;
  flex-wrap: wrap;
}
.btn {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn:hover {
  transform: translateY(-1px);
}
.btn:active {
  transform: translateY(0);
}
.btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(0, 39, 64, 0.18);
}
.btn-primary {
  background: var(--orange-cta);
  color: var(--blue-deep);
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}
.btn-primary:hover { background: var(--orange-hover) }
.btn-outline {
  border: 2px solid var(--blue-deep);
  color: var(--blue-deep);
  background: transparent;
}
.btn-outline:hover {
  background: var(--blue-deep);
  color: var(--white);
}
.btn-outline-light {
  border: 2px solid var(--white);
  color: var(--white);
  background: transparent;
}
.btn-outline-light:hover {
  background: var(--white);
  color: var(--blue-deep);
}
.btn-lg {
  font-size: 18px;
  padding: 16px 28px;
}
.grid {
  display: grid;
  gap: 40px;
}
.grid-60-40 {
  grid-template-columns: 1fr 0.66fr;
}
.grid-40-60 {
  grid-template-columns: 0.66fr 1fr;
}
.hero-media,
.metodo-media,
.autoridad-media {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: clamp(400px, 46vw, 600px);
}
.media-bg-dark {
  position: absolute;
  inset: 12px;
  background: rgba(0,39,64,0.08);
  border-radius: 12px;
}
.media-bg-soft {
  position: absolute;
  inset: 18px;
  background: #F7F9FB;
  border-radius: 12px;
}
.hero-media img, .metodo-media img, .autoridad-media img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 12px;
  position: relative;
  object-fit: cover;
}
.visual-block {
  background: linear-gradient(135deg, rgba(0,39,64,0.06), rgba(0,39,64,0.02));
  border-radius: 12px;
  height: 280px;
}
.section-title {
  font-size: 36px;
  line-height: 1.2;
  color: var(--blue-deep);
  margin: 0 0 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.section-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 18px 0 0;
  background: var(--orange-cta);
  border-radius: 2px;
}
.center .section-title::after {
  margin-left: auto;
  margin-right: auto;
}
.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.service-card {
  background: var(--white);
  border: 1px solid var(--dividers);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: transform .15s ease-in-out, box-shadow .15s ease-in-out, border-color .15s ease-in-out;
}
.service-card:hover {
  transform: translateY(-2px);
  border-color: rgba(0,39,64,0.18);
  box-shadow: 0 16px 50px rgba(0, 39, 64, 0.10);
}
.service-card-inner {
  padding: 40px;
}
.service-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background: var(--orange-cta);
  transition: width .2s ease-in-out;
}
.service-card:hover::after {
  width: 100%;
}
.service-link {
  color: var(--text-secondary);
  text-decoration: none;
}
.service-link:hover { color: var(--blue-deep) }
.btn-service {
  display: inline-block;
  color: var(--text-secondary);
  text-decoration: none;
  padding-bottom: 6px;
  border-bottom: 4px solid transparent;
}
.btn-service:hover {
  color: var(--blue-deep);
  border-bottom-color: var(--orange-cta);
}
.service-blocks {
  display: grid;
  gap: 64px;
}
.service-block {
  border: 1px solid var(--dividers);
  border-radius: 12px;
  background: var(--white);
  padding: 40px;
}
.services-secondary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.service-card-compact .service-card-inner {
  padding: 32px;
}
.differential-list {
  list-style: none;
  padding: 0;
  margin: 24px auto 0;
  color: var(--text-secondary);
}
.differential-list li {
  margin: 10px 0;
}
.cta-actions {
  justify-content: center;
}
.divider-line {
  height: 2px;
  width: 80px;
  background: var(--blue-deep);
  margin-bottom: 24px;
}
.center { text-align: center }
.narrow {
  max-width: 900px;
}
.list-elegant {
  list-style: none;
  padding: 0;
  margin: 16px 0 24px;
  color: var(--text-secondary);
  display: grid;
  gap: 10px;
}
.list-elegant li {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--dividers);
  border-radius: 10px;
  background: var(--gray-bg);
  line-height: 1.45;
}
.metrics {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.metric {
  border: 1px solid var(--dividers);
  border-radius: 8px;
  padding: 12px 16px;
  background: var(--white);
  color: var(--text-secondary);
}
.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  position: relative;
}
.fit-grid::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--dividers);
  transform: translateX(-0.5px);
}
.fit-col h3 {
  color: var(--blue-deep);
  margin-top: 0;
}
.fit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--text-secondary);
  display: grid;
  gap: 10px;
}
.fit-list .check { color: var(--check-green) }
.fit-list .x { color: var(--text-secondary) }
.fit-list li {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--dividers);
  border-radius: 10px;
  background: var(--gray-bg);
  line-height: 1.45;
}
.fit-list li.check {
  border-color: rgba(31, 61, 43, 0.18);
  background: rgba(31, 61, 43, 0.06);
}
.cta-final {
  background: var(--blue-deep);
  color: var(--white);
}
.cta-title {
  font-size: 32px;
  line-height: 1.3;
  margin: 0 0 24px;
}
.section-divider {
  border-top: 1px solid var(--blue-deep);
}
.page-hero {
  padding-top: 120px;
  padding-bottom: 120px;
}
.page-hero .grid {
  align-items: center;
}
.page-hero h1 {
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 16px;
}
.page-hero .subtitle {
  margin-top: 0;
  margin-bottom: 24px;
}
.steps {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 32px;
  align-items: start;
}
.steps-nav {
  position: sticky;
  top: 96px;
  border: 1px solid var(--dividers);
  border-radius: 12px;
  background: var(--white);
  padding: 16px 12px;
}
.steps-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 10px;
  color: var(--blue-deep);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.steps-nav a:hover {
  background: rgba(0,39,64,0.06);
}
.metodo-step {
  border: 1px solid var(--dividers);
  border-radius: 12px;
  background: var(--white);
  overflow: hidden;
}
.metodo-step-title {
  margin: 0;
}
.metodo-step + .metodo-step {
  margin-top: 16px;
}
.metodo-step-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  color: var(--blue-deep);
  font-weight: 700;
  text-align: left;
}
.metodo-step-toggle:hover {
  background: rgba(0,39,64,0.04);
}
.metodo-step-toggle .step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  min-width: 28px;
  padding: 0 8px;
  border-radius: 999px;
  border: 1px solid rgba(0,39,64,0.18);
  color: var(--blue-deep);
  font-weight: 800;
}
.metodo-step-toggle .step-text {
  flex: 1 1 auto;
}
.metodo-step-toggle .chev {
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(0,39,64,0.6);
  border-bottom: 2px solid rgba(0,39,64,0.6);
  transform: rotate(45deg);
  transition: transform .15s ease-in-out;
  flex: 0 0 auto;
}
.metodo-step-toggle[aria-expanded="true"] .chev {
  transform: rotate(-135deg);
}
.metodo-step-content {
  padding: 0 20px 20px;
  color: var(--text-secondary);
}
.metodo-step-content ul {
  margin: 12px 0 0;
  padding-left: 18px;
}
@media (max-width: 1023px) {
  .header-inner {
    height: auto;
    flex-wrap: wrap;
    gap: 12px;
    padding: 10px 0;
  }
  .nav {
    justify-content: center;
  }
  .hero {
    padding-top: 120px;
    padding-bottom: 90px;
  }
  .hero-text h1 { font-size: 40px }
  .section-title { font-size: 32px }
  .page-hero h1 { font-size: 40px }
  .steps { grid-template-columns: 1fr }
  .steps-nav { position: static }
  .services-hero h1 { font-size: 40px }
  .tm-hero h1 { font-size: 40px }
  .td-hero h1 { font-size: 40px }
  .ai-hero h1 { font-size: 40px }
  .article-type-grid { grid-template-columns: 1fr }
  .pg-hero h1 { font-size: 40px }
  .ce-hero h1 { font-size: 40px }
  .exp-hero h1 { font-size: 40px }
  .levels-grid { grid-template-columns: 1fr }
  .faq-hero h1 { font-size: 40px }
  .eval-intro h1 { font-size: 36px }
  .legal-hero h1 { font-size: 36px }
}
@media (max-width: 767px) {
  .container { padding: 0 16px }
  .section { padding: 80px 0 }
  .section .container.center > .text-max-900,
  .section .container.center > .text-max-820,
  .section .container.center > .text-max-800 {
    padding: 28px 20px;
    border-radius: 12px;
  }
  .header-inner {
    height: auto;
    flex-wrap: wrap;
    gap: 12px;
    padding: 10px 0;
  }
  .header .btn {
    padding: 10px 14px;
  }
  .nav {
    width: 100%;
    justify-content: center;
    gap: 12px;
    order: 3;
    padding-bottom: 6px;
  }
  .nav a {
    font-size: 14px;
  }
  .grid-60-40, .grid-40-60 { grid-template-columns: 1fr }
  .services-grid { grid-template-columns: 1fr }
  .services-secondary-grid { grid-template-columns: 1fr }
  .fit-grid { grid-template-columns: 1fr }
  .fit-grid::before { display: none }
  .hero-ctas { flex-direction: column }
  .center .text-max-820 .hero-ctas { align-items: center }
  .hero-media,
  .metodo-media,
  .autoridad-media { height: 400px }
  .hero-text h1 { font-size: 34px }
  .section-title { font-size: 26px }
  .bullets-clean {
    margin: 24px auto 28px;
  }
  .bullets-clean li {
    padding: 12px 14px 12px 38px;
  }
  .bullets-clean li::before {
    left: 14px;
  }
  .page-hero h1 { font-size: 34px }
  .services-hero { padding-top: 120px; padding-bottom: 80px }
  .services-hero h1 { font-size: 34px }
  .tm-hero { padding-top: 120px; padding-bottom: 80px }
  .tm-hero h1 { font-size: 34px }
  #td-diferencial .text-max-900 {
    padding: 28px 20px;
    border-radius: 12px;
  }
  #td-diferencial .bullets-clean li {
    padding: 12px 14px 12px 38px;
  }
  #td-diferencial .bullets-clean li::before {
    left: 14px;
  }
  #tm-problema .text-max-900 {
    padding: 28px 20px;
    border-radius: 12px;
  }
  #tm-problema .bullets-clean li {
    padding: 12px 14px 12px 38px;
  }
  #tm-problema .bullets-clean li::before {
    left: 14px;
  }
  #tm-diferencial .text-max-900 {
    padding: 28px 20px;
    border-radius: 12px;
  }
  #tm-diferencial .differential-list li {
    padding: 12px 14px 12px 38px;
  }
  #tm-diferencial .differential-list li::before {
    left: 14px;
  }
  #tm-alcance .text-max-900 {
    padding: 28px 20px;
    border-radius: 12px;
  }
  #tm-alcance .bullets-clean li {
    padding: 12px 14px 12px 38px;
  }
  #tm-alcance .bullets-clean li::before {
    left: 14px;
  }
  #services-framework .text-max-800 {
    padding: 30px 20px;
  }
  #services-framework p {
    gap: 10px;
  }
  #services-differential .text-max-900 {
    padding: 28px 20px;
    border-radius: 12px;
  }
  #services-differential .differential-list li {
    padding: 12px 14px 12px 38px;
  }
  #services-differential .differential-list li::before {
    left: 14px;
  }
  #tm-filtro .fit-col {
    padding: 22px 18px;
  }
  #tm-filtro .investment {
    padding: 28px 20px;
    margin-top: 36px;
  }
  .phase-grid { padding: 0 16px }
  .td-hero { padding-top: 120px; padding-bottom: 90px }
  .td-hero h1 { font-size: 34px }
  .modes-grid { padding: 0 16px }
  .ai-hero { padding-top: 120px; padding-bottom: 90px }
  .ai-hero h1 { font-size: 34px }
  .article-type-grid { padding: 0 16px }
  .pg-hero { padding-top: 120px; padding-bottom: 80px }
  .pg-hero h1 { font-size: 34px }
  .work-type-grid { grid-template-columns: 1fr }
  .ce-hero { padding-top: 120px; padding-bottom: 80px }
  .ce-hero h1 { font-size: 34px }
  .correction-type-grid { grid-template-columns: 1fr }
  .exp-hero { padding-top: 120px; padding-bottom: 80px }
  .exp-hero h1 { font-size: 34px }
  .exp-grid { grid-template-columns: 1fr }
  .faq-hero { padding-top: 120px; padding-bottom: 80px }
  .faq-hero h1 { font-size: 34px }
  .faq .faq-toggle { padding: 20px 18px }
  .faq .faq-content { padding: 0 18px 18px }
  .eval-intro { padding-top: 120px; padding-bottom: 80px }
  .eval-intro h1 { font-size: 30px }
  .eval-card { padding: 24px; border-radius: 12px }
  .radio-grid { grid-template-columns: 1fr }
  .actions-split { grid-template-columns: 1fr }
  .legal-hero { padding-top: 120px; padding-bottom: 80px }
  .legal-hero h1 { font-size: 30px }
  .zt-footer { padding: 48px 0 }
  .zt-footer .footer-grid { grid-template-columns: 1fr }
  .zt-footer .footer-bottom { flex-direction: column; align-items: flex-start }
}
