/* =========================================================
   ZubiTrad — estilos propios del proyecto (landing Figma)
   Cargar siempre después de css/style.css
   ========================================================= */

.zt-page,
.zt-page *,
.zt-page *::before,
.zt-page *::after {
  box-sizing: border-box;
}

.zt-page {
  --zt-navy-dark: #001240;
  --zt-navy: #1e2b50;
  --zt-gold: #c5a059;
  --zt-gold-text: #946304;
  --zt-green: #177543;
  --zt-maroon: #922d1e;
  --zt-grey-bg: #f4f4f4;
  --zt-grey-text: #6b7280;
  --zt-border: #e2e8f0;
  --zt-blue: #4285f4;

  overflow-x: hidden;
  background: #fff;
}

.zt-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.zt-text-center {
  text-align: center;
}

/* ---------- Botones ---------- */
.zt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 100px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
  border: 2px solid transparent;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
  line-height: 1.2;
}

.zt-btn:hover {
  opacity: 0.88;
  text-decoration: none;
}

.zt-btn-lg {
  padding: 16px 32px;
  font-size: 16px;
}

.zt-btn-block {
  width: 100%;
}

.zt-btn-whatsapp {
  background: var(--zt-green);
  color: #fff;
}

.zt-btn-navy {
  background: var(--zt-navy);
  color: #fff;
}

.zt-btn-outline {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.zt-btn-outline-white {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

input.zt-btn {
  font-family: "Inter", sans-serif;
}

/* ---------- Cabecera ---------- */
.zt-header {
  position: sticky;
  top: -1px;
  z-index: 500;
  background: var(--zt-navy-dark);
  border-bottom: 1px solid var(--zt-border);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.zt-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 24px;
  flex-wrap: wrap;
}

.zt-logo img {
  height: 72px;
  width: auto;
  display: block;
  object-position: bottom;
}

.zt-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.zt-lang-switcher {
  display: flex;
  gap: 8px;
}

.zt-lang-pill {
  width: 48px;
    height: auto;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  border: 2px solid transparent;
  background: #808baf;
}

.zt-lang-pill img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zt-lang-active {
  border-color: #fff;
}

/* ---------- Hero ---------- */
.zt-hero {
  padding: 56px 0 80px;
  background: #fff;
}

.zt-hero-inner {
  display: flex;
  align-items: center;
  gap: 56px;
}

.zt-hero-text {
  flex: 1 1 520px;
  min-width: 0;
  max-width: 600px;
}

.zt-hero-media {
  position: relative;
  flex: 0 0 440px;
  width: 440px;
  max-width: 100%;
  aspect-ratio: 511 / 526;
  margin: 0 auto 0 auto;
}

.zt-lang-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.zt-lang-badges-secondary {
  margin-bottom: 24px;
}

.zt-lang-badge {
  border: 1.5px dashed var(--zt-navy);
  border-radius: 100px;
  padding: 6px 16px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--zt-navy);
}

.zt-lang-badge-small {
  padding: 4px 12px;
  font-size: 10.5px;
  opacity: 0.9;
}

.zt-hero-title {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: clamp(2.2rem, 4.6vw, 4.4rem);
  line-height: 1.08;
  color: var(--zt-navy);
  margin: 0 0 24px;
}

.zt-gold {
  color: var(--zt-gold);
}

.zt-hero-subtitle {
  font-family: "Lora", serif;
  font-size: 20px;
  line-height: 1.5;
  color: var(--zt-navy);
  max-width: 540px;
  margin: 0 0 32px;
}

.zt-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}

.zt-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.zt-hero-trust li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: 14px;
  color: var(--zt-navy);
}

/* Geometría calcada del componente de Figma (node 175:1574, revisión con stat-card
   arriba a la izquierda): img-base 79.6%x86.5% @ (13.9%,13.5%) · img-top 76.1%x82.4%
   @ (24%,7.55%) · stat-card 39.8%x39.3% @ (0%,0%) sobre un lienzo de ~502x509px */
.zt-hero-photo-base {
  position: absolute;
  left: 13.9%;
  top: 13.5%;
  width: 79.6%;
  height: 86.5%;
  border-radius: 32px;
  object-fit: cover;
  transform: rotate(-4deg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.zt-hero-photo-top {
  position: absolute;
  left: 24%;
  top: 7.55%;
  width: 76.1%;
  height: 82.4%;
  border-radius: 32px;
  overflow: hidden;
  transform: rotate(-2deg);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
  z-index: 2;
  background: var(--zt-navy-dark);
}

.zt-hero-photo-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scaleX(-1);
}

.zt-hero-photo-badge {
  position: absolute;
  top: 3.3%;
  right: 8%;
  background: var(--zt-gold);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 10px;
  white-space: nowrap;
  padding: 6px 12px;
  border-radius: 100px;
  z-index: 2;
}

.zt-hero-photo-caption {
  position: absolute;
  left: 20%;
  width: 68%;
  top: 79%;
  background: var(--zt-navy);
  border-left: 4px solid var(--zt-gold);
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(3, 10, 140, 0.25);
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  z-index: 4;
}

.zt-hero-photo-caption-eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 10.5px;
  text-transform: uppercase;
  color: #fff;
}

.zt-hero-photo-caption-name {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
}

.zt-hero-stat {
  position: absolute;
  left: 0;
  top: 0;
  width: 39.8%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  border: 3px dashed var(--zt-gold);
  box-shadow: 0 12px 12px rgba(0, 45, 114, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-16.39deg);
  z-index: 3;
  gap: 2px;
  padding: 6px;
}

.zt-hero-stat-label {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  color: var(--zt-navy);
}

.zt-hero-stat-price {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 4vw, 2.75rem);
  color: var(--zt-navy-dark);
  line-height: 1;
}

.zt-hero-stat-note {
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: 11px;
  color: var(--zt-navy-dark);
}

/* ---------- Banner tira ---------- */
.zt-banner-strip {
  background: var(--zt-gold);
  border-bottom: 1px solid var(--zt-border);
  padding: 20px 0;
}

.zt-banner-strip-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.zt-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  flex: 0 0 auto;
}

.zt-dot-gold {
  background: var(--zt-gold);
}

/* ---------- Secciones genéricas ---------- */
.zt-section {
 padding: 80px 0 120px 0;
}

.zt-section-grey {
  background: var(--zt-grey-bg);
}

.zt-section-dark {
  background: var(--zt-navy-dark);
}

.zt-section-head {
  max-width: 90%;
  margin: 0 0 48px;
}

.zt-eyebrow {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--zt-gold);
  margin-bottom: 16px;
}

.zt-eyebrow.zt-white{
color: white;
}

.zt-h2 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-size: clamp(1.8rem, 3.6vw, 3.2rem);
  color: var(--zt-navy-dark);
  margin: 0 0 40px;
  line-height: 1.15;
}

.zt-h2.zt-white {
  color: #fff;
}

.zt-lead {
  font-family: "Inter", serif;
  font-size: 18px;
  color: var(--zt-grey-text);
 
  margin: 0;
}

/* ---------- Tarjeta destacada (Antecedentes penales) ---------- */
.zt-featured-card {
  position: relative;
  background: var(--zt-navy-dark);
  border: 1px solid var(--zt-border);
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 13px 8px rgba(134, 144, 161, 0.15);
  margin-bottom: 64px;
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  align-items: center;
}

.zt-featured-card-text {
  flex: 1 1;
}

.zt-featured-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 24px;
}

.zt-featured-card-text h3 {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  margin: 0 0 12px;
}

.zt-featured-card-text p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #fff;
  opacity: 0.9;
  margin: 0 0 24px;

}

.zt-featured-card-stat {
  flex: 0 0 280px;
  min-height: 180px;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 6px;
  padding: 24px;
  margin-left: auto;
}

.zt-featured-card-stat-label {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #fff;
}

.zt-featured-card-stat-price {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  line-height: 1.1;
}

.zt-featured-card-stat-note {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
}

/* ---------- Filas de servicios / tarjetas de documentos ---------- */
.zt-service-row {
  margin-top: 80px;
}

.zt-service-row-head {
  margin-bottom: 24px;
  max-width: 90%;
}

.zt-service-row-head h3 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-size: 24px;
  color: var(--zt-navy-dark);
  margin: 0 0 8px;
}

.zt-service-row-head p {

  font-size: 18px;
  color: var(--zt-grey-text);
  margin: 0;
}

.zt-card-grid {
  display: grid;
  gap: 16px;
}

.zt-card-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.zt-card-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.zt-doc-card {
  background: #fff;
  border: 1px solid var(--zt-border);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 13px 8px rgba(134, 144, 161, 0.1);
  display: flex;
  flex-direction: column;
  min-height: 280px;
}

.zt-icon-square {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: var(--zt-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  flex: 0 0 auto;
}

.zt-doc-card h4 {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 22px;
  color: var(--zt-navy-dark);
  margin: 0 0 8px;
}

.zt-doc-card p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  color: var(--zt-grey-text);
  margin: 0 0 16px;
  flex: 1;
}

.zt-doc-card-price {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--zt-gold);
  margin-bottom: 12px;
  display: block;
}

.zt-doc-card-cta {
  font-family: "Lora", serif;
  font-size: 16px;
  color: var(--zt-navy-dark);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.zt-doc-card-cta:hover {
  text-decoration: underline;
}

/* ---------- Cómo funciona ---------- */
.zt-how-card {
  background: var(--zt-navy-dark);
  border-radius: 40px;
  padding: 60px;
  text-align: center;
}

.zt-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 48px;
  text-align: left;
}

.zt-step-number {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: var(--zt-gold);
  margin-bottom: 12px;
}

.zt-step h4 {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 19px;
  color: #fff;
  margin: 0 0 8px;
}

.zt-step p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

/* ---------- Entrega ---------- */
.zt-cards-row {
  display: flex;
  gap: 32px;
  margin-top: 48px;
}

.zt-delivery-card {
  flex: 1;
  border-radius: 32px;
  padding: 48px 40px;
}

.zt-delivery-card-light {
  background: #fff;
  border: 1px solid var(--zt-border);
}

.zt-delivery-card-dark {
  background: var(--zt-navy-dark);
}

.zt-delivery-card-dark .zt-dash-list li{
  color: white;
}

.zt-delivery-card h3 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-size: 28px;
  margin: 16px 0;
  color: var(--zt-navy-dark);
}

.zt-delivery-card-dark h3 {
  color: #fff;
}

.zt-delivery-card p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: var(--zt-grey-text);
  margin: 0 0 24px;
}

.zt-delivery-card-dark p {
  color: rgba(255, 255, 255, 0.85);
}

.zt-dash-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.zt-dash-list li {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  padding-left: 22px;
  position: relative;
  color: inherit;
}

.zt-dash-list li::before {
  content: "\2014";
  position: absolute;
  left: 0;
}

/* ---------- Reseñas de Google ---------- */
.zt-reviews-excellent {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 22px;
  text-transform: uppercase;
  color: var(--zt-navy-dark);
  margin: 0 0 12px;
}

.zt-reviews-stars {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 12px;
}

.zt-reviews-count {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: var(--zt-navy-dark);
  margin: 0 0 8px;
}

.zt-google-logo {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 28px;
  margin: 0 0 40px;
}

.zt-carousel-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}

.zt-carousel-arrow {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.zt-carousel-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 8px 4px;
  flex: 1;
  scrollbar-width: none;
}

.zt-carousel-track::-webkit-scrollbar {
  display: none;
}

.zt-review-card {
  flex: 0 0 260px;
  scroll-snap-align: start;
  background: var(--zt-grey-bg);
  border-radius: 12px;
  padding: 20px;
  text-align: left;
}

.zt-review-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.zt-review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 40px;
}

.zt-review-avatar-initial {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--zt-maroon);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.zt-review-name {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--zt-navy-dark);
  margin: 0;
}

.zt-review-date {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: var(--zt-grey-text);
  margin: 0;
}

.zt-review-verified {
  margin-left: auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--zt-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px;
}

.zt-review-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 10px;
}

.zt-review-body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: var(--zt-grey-text);
  margin: 0;
}

/* ---------- Despachos de abogados ---------- */
.zt-law-card {
  background: var(--zt-maroon);
  border-radius: 40px;
  padding: 60px 48px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 48px;
  color: #fff;
}

.zt-law-text {
  flex: 1 1 400px;
}

.zt-law-text p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #fff;
  margin: 0;
  line-height: 1.4;
}

.zt-benefit-grid {
  flex: 1 1 400px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  align-content: start;
}

.zt-benefit-card {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  padding: 16px;
  backdrop-filter: blur(6px);
}

.zt-benefit-card h4 {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 8px;
  color: #fff;
}

.zt-benefit-card p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

/* ---------- Contacto ---------- */
.zt-contact-inner {
  display: flex;
  gap: 64px;
  flex-wrap: wrap;
}

.zt-contact-text {
  flex: 1 0 400px;
  color: #fff;
}

.zt-contact-logo {
  display: block;
  height: 70px;
  width: auto;
  margin-bottom: 24px;
}

.zt-contact-text p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #fff;
  margin: 0 0 32px;
}

.zt-contact-methods {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.zt-contact-method {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: #fff;
}

.zt-contact-icon-badge {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.2));
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 70px;
}

.zt-contact-method-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.zt-contact-method-label {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  color: #fff;
}

.zt-contact-method-tag {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--zt-gold);
}

.zt-contact-form-card {
  flex: 1 1 480px;
  max-width: 100%;
  background: var(--zt-grey-bg);
  border: 1px solid var(--zt-border);
  border-radius: 32px;
  padding: 32px;
}

.zt-contact-success-box {
  font-family: "Inter", sans-serif;
  color: var(--zt-green);
  font-weight: 600;
  margin-bottom: 16px;
}

.zt-contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.zt-form-row {
  display: flex;
  gap: 16px;
  flex-wrap: nowrap;
}

.zt-form-row label,
.zt-form-row-full {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.zt-form-row label span,
.zt-form-row-full > span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--zt-grey-text);
  text-align: left;
}

.zt-form-row input,
.zt-form-row-full input,
.zt-form-row-full textarea {
  background: #fff;
  border: 1px solid var(--zt-border);
  border-radius: 12px;
  padding: 14px 16px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: var(--zt-navy-dark);
  width: 100%;
}

.zt-form-row-full textarea {
  min-height: 120px;
  resize: vertical;
}

.zt-form-row input:not(:placeholder-shown):invalid,
.zt-form-row-full input:not(:placeholder-shown):invalid {
  border-color: #c0392b;
  background: #fdf2f1;
}

.zt-upload-dropzone {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
  background: #fff;
  border: 1.5px dashed var(--zt-border);
  border-radius: 12px;
  padding: 24px 16px;
}

.zt-upload-dropzone-title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--zt-navy-dark);
  text-transform: none;
  margin-top: 8px;
}

.zt-upload-dropzone-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: var(--zt-grey-text);
  text-transform: none;
}

.zt-upload-dropzone-hint {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  color: var(--zt-grey-text);
  text-transform: none;
  margin-top: 4px;
}

.zt-upload-dropzone input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.zt-form-disclaimer {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: var(--zt-grey-text);
  margin: 0;
  line-height: 1.3;
}

.zt-form-disclaimer a {
  color: var(--zt-navy);
}

.zt-form-privacy-details {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: var(--zt-grey-text);
  line-height: 1.5;
}

.zt-form-privacy-details summary {
  cursor: pointer;
  color: var(--zt-navy);
  font-weight: 600;
}

.zt-form-privacy-details p {
  margin: 10px 0 0;
  font-size: 14px;
}

.zt-form-privacy-details a {
  color: var(--zt-navy);
  font-size: 14px;
}

/* ---------- Footer ---------- */
.zt-footer {
  background: var(--zt-navy-dark);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 50px 0;
}

.zt-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 24px;
}

.zt-footer-main {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.zt-footer-brand {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.zt-footer-logo-mark {
  height: 80px;
  width: auto;
}

.zt-footer-tagline {
  font-family: "Lora", serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  color: #fff;
  margin: 0;
}

.zt-footer-links {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.zt-footer-links a {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  text-decoration: none;
}

.zt-footer-links a:hover {
  text-decoration: underline;
}

.zt-footer-logo {
  height: 32px;
  width: auto;
}

/* ---------- Botón flotante de WhatsApp ---------- */
.zt-fab {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  z-index: 600;
  display: flex;
}

.zt-fab img {
  width: 100%;
  height: 100%;
}

/* ---------- Textos legales modal ---------- */
.textos-legales{
  padding-top: 100px;
  padding-bottom: 100px;
}
.textos-legales h1,
.textos-legales h2, 
.textos-legales h3, 
.textos-legales h4, 
.textos-legales h5, 
.textos-legales h6{
margin: 16px 0;
color: var(--zt-navy-dark);
font-weight: 700;
}

.textos-legales h1,
.textos-legales h2{
  font-size: clamp(22px, 5vw, 36px);
}

.textos-legales h3,
.textos-legales h4{
  font-size: clamp(20px, 5vw, 30px);
}


.textos-legales p,
.textos-legales strong,
.textos-legales li{
  font-weight: 16px;
  color: var(--zt-grey-text);
}

.textos-legales a{
    font-weight: 16px;
  color: var(--zt-navy);
}

.textos-legales a:hover{
  color: var(--zt-navy-dark);
}
.textos-legales ul,
.textos-legales ol{
  list-style: initial;
  padding-left: 16px;
}

.textos-legales ul li{
  list-style-type: disc;
}

.textos-legales ol li{
  list-style-type: decimal;
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1100px) {
  .zt-card-grid-4,
  .zt-card-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .zt-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 990px) {
  .zt-container {
    padding: 0 16px;
  }

  /* ---------- Cabecera ---------- */
  .zt-header-inner {
    padding: 16px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .zt-logo img {
    height: 48px;
  }

  .zt-header-actions {
    display: none;
  }

  /* ---------- Hero ----------
     zt-hero-text pasa a display:contents para poder reordenar sus hijos
     junto con zt-hero-media (imagen entre el texto y los botones, como en Figma) */
  .zt-hero {
    padding: 40px 0 64px;
  }

  .zt-hero-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .zt-hero-text {
    display: contents;
  }

  .zt-lang-badges {
    order: 1;
    gap: 6px;
    margin-bottom: 6px;
  }

  .zt-lang-badges-secondary {
    order: 1;
    margin-bottom: 16px;
  }

  .zt-lang-badge {
    font-size: 11px;
    padding: 6px 13px;
  }

  .zt-lang-badge-small {
    font-size: 9px;
    padding: 6px 10px;
  }

  .zt-hero-title {
    order: 1;
    font-size: 36px;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 16px;
  }

  .zt-hero-subtitle {
    order: 1;
    font-size: 14px;
    line-height: 22px;
    opacity: 0.9;
    max-width: 100%;
    margin-bottom: 0;
  }

  .zt-hero-media {
    order: 2;
    width: 100%;
    max-width: 338px;
    flex: none;
    margin: 24px auto 60px auto;
  }

  .zt-hero-cta {
    order: 3;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
  }

  .zt-hero-trust {
    order: 4;
    flex-direction: column;
    gap: 6px;
    opacity: 0.7;
  }

  /* ---------- Botones (a ancho completo en mobil) ---------- */
  .zt-btn {
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    gap: 12px;
  }

  /* ---------- Banner tira ---------- */
  .zt-banner-strip {
    padding: 24px 0;
  }

  .zt-banner-strip-inner {
    flex-direction: column;
    gap: 8px;
    font-size: 16px;
  }

  .zt-banner-strip-inner .zt-dot {
    display: none;
  }

  /* ---------- Secciones genéricas ---------- */
  .zt-section {
    padding: 40px 0;
  }

  .zt-section-head {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .zt-eyebrow {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .zt-h2 {
    margin-bottom: 8px;
    text-align: left;
  }

  .zt-lead {
    font-size: 14px;
    line-height: 22px;
  }

  /* ---------- Tarjeta destacada (Antecedentes penales) ----------
     zt-featured-card-text pasa a display:contents para que el precio quede
     entre el texto y el botón de WhatsApp, como en Figma */
  .zt-featured-card {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 32px 24px;
    border-radius: 24px;
    margin-bottom: 0;
  }

  .zt-featured-card-text {
    display: contents;
  }

  .zt-featured-badge {
    order: 1;
    gap: 12px;
    font-size: 10px;
    letter-spacing: 1.5px;
  }

  .zt-featured-card-text h3 {
    order: 1;
    font-size: 28px;
  }

  .zt-featured-card-text p {
    order: 1;
    font-size: 14px;
    line-height: 22px;
  }

  .zt-featured-card-stat {
    order: 2;
    flex: none;
    width: 100%;
    border: none;
    padding: 12px;
    margin: 0 0 24px;
    gap: 12px;
  }

  .zt-featured-card-stat-label {
    font-size: 16px;
  }

  .zt-featured-card-stat-price {
    font-size: 60px;
  }

  .zt-featured-card-stat-note {
    font-size: 12px;
    letter-spacing: 1.8px;
  }

  .zt-featured-card-text .zt-btn {
    order: 3;
  }

  /* ---------- Filas de servicios / tarjetas de documentos ---------- */
  .zt-service-row {
    margin-top: 40px;
  }

  .zt-service-row-head {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .zt-service-row-head p {
    font-size: 14px;
    line-height: 22px;
  }

  .zt-card-grid {
    gap: 8px;
  }

  .zt-card-grid-3 .zt-doc-card:last-child {
    grid-column: 1 / -1;
  }

  .zt-doc-card {
    padding: 16px 12px;
    min-height: 0;
    gap: 8px;
  }

  .zt-icon-square {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    margin-bottom: 0;
  }

  .zt-doc-card h4 {
    font-size: 15px;
    margin: 0;
  }

  .zt-doc-card p {
    font-size: 12px;
    line-height: 1.4;
    margin: 0;
  }

  .zt-doc-card-price {
    font-size: 8px;
    letter-spacing: 0.4px;
    text-align: left;
    margin: auto 0 0;
  }

  .zt-doc-card-cta {
    display: none;
  }

  /* ---------- Cómo funciona ---------- */
  .zt-how-card {
    padding: 32px 24px;
    border-radius: 16px;
    text-align: left;
  }

  .zt-steps {
    gap: 16px 8px;
    margin-top: 40px;
  }

  .zt-step-number {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .zt-step h4 {
    font-size: 16px;
  }

  .zt-step p {
    font-size: 12px;
    line-height: 18px;
  }

  /* ---------- Entrega ---------- */
  .zt-cards-row {
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
  }

  .zt-delivery-card {
    padding: 32px 24px;
    border-radius: 16px;
  }

  .zt-delivery-card .zt-eyebrow,
  .zt-law-card .zt-eyebrow {
    font-size: 10px;
    letter-spacing: 1.5px;
    margin-bottom: 4px;
  }

  .zt-delivery-card h3 {
    font-size: 20px;
    margin: 4px 0 16px;
  }

  .zt-dash-list{
    gap: 4px;

  }

  .zt-delivery-card p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
  }

  .zt-dash-list li {
    font-size: 14px;
  }

  /* ---------- Despachos de abogados (b2b) ---------- */
  .zt-law-card {
    flex-direction: column;
    padding: 32px 24px;
    border-radius: 16px;
    gap: 24px;
  }

  .zt-law-text {
    flex: 0 0 auto;
}

  .zt-law-text .zt-h2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .zt-law-text p {
    font-size: 14px;
    line-height: 22px;
  }

  .zt-benefit-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .zt-benefit-card {
    padding: 16px;
    border-radius: 8px;
  }

  .zt-benefit-card h4 {
    font-size: 16px;
  }

  .zt-benefit-card p {
    font-size: 12px;
    line-height: 1.5;
  }

  /* ---------- Contacto ---------- */
  .zt-contact-inner {
    flex-direction: column;
    gap: 32px;
  }

  .zt-contact-form-card {
    flex: 1 1 auto;
    width: 100%;
    padding: 16px;
    border-radius: 16px;
  }

  .zt-contact-logo {
    height: 64px;
    margin-bottom: 16px;
  }

  .zt-contact-text p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 24px;
  }

  .zt-contact-methods {
    gap: 16px;
  }

  .zt-contact-icon-badge {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }

  .zt-contact-method img {
    width: 18px;
    height: 18px;
  }

  .zt-contact-method-label {
    font-size: 14px;
  }

  .zt-form-row {
    flex-direction: column;
  }

  .zt-form-row label span,
  .zt-form-row-full > span {
    font-size: 14px;
  }

  .zt-form-row input,
  .zt-form-row-full input {
    height: 56px;
  }

  .zt-form-row-full textarea {
    min-height: 147px;
  }

  /* ---------- Footer ---------- */
  .zt-footer {
    padding: 24px 0;
  }

  .zt-footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
  }

  .zt-footer-main {
    align-items: center;
  }

  .zt-footer-brand {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .zt-footer-logo-mark {
    height: 49px;
  }

  .zt-footer-tagline {
    font-size: 16px;
    text-align: center;
  }

  .zt-footer-links {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  /* TEXTOS LEGALES */
  .textos-legales{
  padding-top: 40px;
  padding-bottom: 40px;
}
}

/* ---------- Ajustes para móviles muy pequeños ---------- */
@media (max-width: 480px) {
  

  .zt-featured-card-stat-price {
    font-size: 48px;
  }

  .zt-contact-logo {
    height: 56px;
  }
}
