.seo-service-page {
  --seo-ink: #111111;
  --seo-paper: var(--bg, #fbf9ef);
  --seo-blue: #0773d1;
  --seo-orange: #ff6501;
  margin: 0;
  color: var(--seo-ink);
  background: transparent;
  font-family: "PP Neue Montreal", Arial, sans-serif;
}
.seo-service-page * {
  box-sizing: border-box;
}
.seo-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem clamp(1.2rem, 4vw, 4rem);
  border-bottom: 1px solid rgba(17, 17, 17, 0.15);
  background: rgba(243, 240, 232, 0.93);
  backdrop-filter: blur(16px);
}
.seo-brand {
  color: inherit;
  font-family: "Youth", Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-decoration: none;
}
.seo-brand span {
  color: var(--seo-blue);
}
.seo-header nav {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 2vw, 2rem);
}
.seo-header nav a {
  color: inherit;
  font-size: 0.95rem;
  text-decoration: none;
}
.seo-header .seo-nav-cta {
  padding: 0.75rem 1rem;
  color: #fff;
  border-radius: 999px;
  background: var(--seo-ink);
}
.seo-services-content {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding-top: 1.5rem;
  background: transparent;
}
.seo-breadcrumb {
  display: flex;
  gap: 0.55rem;
  padding: 1.25rem 0;
  color: #5d5b56;
  font-size: 0.82rem;
}
.seo-breadcrumb a {
  color: inherit;
}
.seo-hero {
  min-height: 73vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 0 7rem;
  border-bottom: 1px solid rgba(17, 17, 17, 0.18);
}
.seo-hub-hero {
  min-height: 64vh;
}
.seo-eyebrow {
  margin: 0 0 1rem;
  color: var(--seo-blue);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.seo-hero h1 {
  max-width: 1050px;
  margin: 0;
  font-family: "Youth", Arial, sans-serif;
  font-size: clamp(3.4rem, 9vw, 8.6rem);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: -0.055em;
}
.seo-lead {
  max-width: 760px;
  margin: 2rem 0 0;
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  line-height: 1.42;
}
.seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}
.seo-primary,
.seo-secondary {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0.85rem 1.2rem;
  border: 1px solid var(--seo-ink);
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}
.seo-primary {
  color: #fff;
  background: var(--seo-ink);
}
.seo-secondary {
  color: var(--seo-ink);
  background: transparent;
}
.seo-benefits,
.seo-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0;
  padding: 6rem 0;
  background: transparent;
}
.seo-benefits article,
.seo-service-card {
  min-height: 340px;
  padding: 2rem;
  color: var(--seo-ink);
  border-top: 1px solid rgba(17, 17, 17, 0.18);
  border-bottom: 1px solid rgba(17, 17, 17, 0.18);
  background: transparent;
  text-decoration: none;
}
.seo-benefits article + article,
.seo-service-card + .seo-service-card {
  border-left: 1px solid rgba(17, 17, 17, 0.18);
}
.seo-benefits span,
.seo-service-card > span {
  color: var(--seo-orange);
  font-size: 0.8rem;
  font-weight: 700;
}
.seo-benefits h2,
.seo-service-card h2 {
  margin: 4rem 0 1rem;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1;
}
.seo-benefits p,
.seo-service-card p {
  max-width: 34rem;
  line-height: 1.55;
}
.seo-service-card b {
  display: inline-block;
  margin-top: 1rem;
  color: var(--seo-blue);
}
.seo-services-grid {
  grid-template-columns: repeat(2, 1fr);
}
.seo-split,
.seo-founders {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 8vw, 8rem);
  padding: 7rem 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.18);
}
.seo-split h2,
.seo-projects > h2,
.seo-founders h2,
.seo-faq > h2,
.seo-final-cta h2 {
  margin: 0 0 1rem;
  font-size: clamp(2.4rem, 5vw, 5.4rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}
.seo-split > div > p:last-child,
.seo-founders > p {
  font-size: 1.15rem;
  line-height: 1.6;
}
.seo-split ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.seo-split li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 1rem;
  padding: 1.4rem 0;
  border-top: 1px solid rgba(17, 17, 17, 0.18);
}
.seo-split li span {
  color: var(--seo-orange);
  font-weight: 700;
}
.seo-split h3 {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
}
.seo-split li p {
  margin: 0;
  line-height: 1.5;
}
.seo-projects,
.seo-faq {
  padding: 7rem 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.18);
}
.seo-projects > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
  margin: 3rem 0 1.5rem;
}
.seo-projects > div a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
  min-height: 180px;
  padding: 1.5rem;
  color: #fff;
  border-radius: 1rem;
  background: var(--seo-blue);
  text-decoration: none;
}
.seo-projects > div a span {
  grid-column: 1 / -1;
  opacity: 0.75;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.seo-projects > div a strong {
  align-self: end;
  font-size: 1.7rem;
}
.seo-projects > div a b {
  align-self: end;
  font-size: 1.5rem;
}
.seo-text-link {
  color: inherit;
  font-weight: 700;
}
.seo-faq details {
  border-top: 1px solid rgba(17, 17, 17, 0.18);
}
.seo-faq summary {
  padding: 1.35rem 0;
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 700;
}
.seo-faq details p {
  max-width: 760px;
  margin: 0 0 1.5rem;
  line-height: 1.6;
}
.seo-final-cta {
  margin: 7rem 0;
  padding: clamp(2rem, 6vw, 5rem);
  color: #fff;
  border-radius: 1.5rem;
  background: var(--seo-blue);
}
.seo-final-cta p {
  max-width: 650px;
  margin: 1rem 0 2rem;
  font-size: 1.2rem;
  line-height: 1.5;
}
.seo-final-cta .seo-primary {
  color: var(--seo-ink);
  border-color: #fff;
  background: #fff;
}
.seo-footer {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 2rem;
  padding: 4rem clamp(1.2rem, 4vw, 4rem);
  color: #fff;
  background: var(--seo-ink);
}
.seo-footer p {
  max-width: 420px;
  color: #bbb;
}
.seo-footer nav,
.seo-socials {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.seo-footer a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .seo-header nav a:not(.seo-nav-cta) {
    display: none;
  }
  .seo-header {
    padding: 0.8rem 1rem;
  }
  .seo-header .seo-nav-cta {
    padding: 0.65rem 0.85rem;
    font-size: 0.82rem;
  }
  .seo-services-content {
    width: min(100% - 1.25rem, 1180px);
    padding-top: 5rem;
  }
  .seo-hero {
    min-height: auto;
    padding: 4rem 0 5rem;
  }
  .seo-hero h1 {
    font-size: clamp(3.1rem, 16vw, 5.2rem);
  }
  .seo-benefits,
  .seo-services-grid,
  .seo-split,
  .seo-founders,
  .seo-projects > div,
  .seo-footer {
    grid-template-columns: 1fr;
  }
  .seo-benefits,
  .seo-services-grid {
    gap: 0;
    padding: 4rem 0;
  }
  .seo-benefits article,
  .seo-service-card {
    min-height: 280px;
    padding: 1.5rem;
  }
  .seo-benefits article + article,
  .seo-service-card + .seo-service-card {
    border-left: 0;
    border-top: 0;
  }
  .seo-split,
  .seo-founders,
  .seo-projects,
  .seo-faq {
    padding: 5rem 0;
  }
  .seo-footer {
    padding: 3rem 1.2rem;
  }
}

/* Las páginas de servicios reutilizan el cierre de pantalla completa del sitio. */
.chahinos-services-page .footer {
  width: 100%;
  margin-top: 0;
}

.chahinos-services-page .footer p,
.seo-services-content + .footer p,
.chahinos-services-page .ch-wa-panel p {
  text-align: center;
}

.diario-placeholder .seo-hero {
  min-height: 78vh;
  border-bottom: 0;
}
