/*
Theme Name: Hello Elementor Child
Theme URI: https://soportetecno.com/
Description: Child theme de Hello Elementor para SoporteTecno.
Author: Pablo Damián Martín
Author URI: https://soportetecno.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* =========================
   TOKENS GLOBALES
========================= */

:root {
  --bg: #f4f7fb;
  --surface: #ffffff;
  --surface-soft: #f8fbff;
  --surface-alt: #eaf0f7;

  --text: #142033;
  --muted: #526074;
  --line: #d5deea;

  --primary: #1d4e89;
  --primary-strong: #2f6db3;
  --primary-dark: #0f2747;

  --success: #22c55e;
  --warning: #f59e0b;

  --footer-bg: #0e1726;
  --footer-bg-soft: #132033;
  --footer-text: #eaf1f8;
  --footer-muted: #a9b7c8;
  --footer-line: #22324a;

  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;

  --shadow-soft: 0 10px 30px rgba(15, 23, 42, 0.06);
  --shadow-card: 0 22px 50px rgba(15, 23, 42, 0.08);

  --container: 1140px;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--text);
  background: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
}

/* =========================
   UTILIDADES GLOBALES
========================= */

.st-container,
.container {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
}

@media (max-width: 640px) {
  .st-container,
  .container {
    width: min(100% - 24px, var(--container));
  }
}

/* =========================
   HEADER NUEVO GLOBAL V6
========================= */

.st-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.985);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #dbe4ee;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.045);
}

.st-header::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(47,109,179,0) 0%, rgba(47,109,179,0.18) 50%, rgba(47,109,179,0) 100%);
  pointer-events: none;
}

.st-header-inner {
  display: grid;
  grid-template-columns: minmax(335px, 400px) 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 98px;
}

.st-header-brand {
  display: flex;
  align-items: center;
  justify-self: start;
  min-width: 335px;
}

.st-logo-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.st-logo-link:hover,
.st-logo-link:focus {
  transform: translateY(-1px);
  opacity: 0.98;
}

.st-logo {
  display: block;
  height: 92px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(15, 39, 71, 0.06));
}

.st-header-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: center;
}

.st-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.st-menu li {
  margin: 0;
  padding: 0;
}

.st-menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  color: #142033;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.004em;
  text-decoration: none;
  transition: color 0.18s ease, opacity 0.18s ease;
}

.st-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2f6db3, #4ea3e3);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
  opacity: 0.9;
}

.st-menu a:hover,
.st-menu a:focus {
  color: #1d4e89;
}

.st-menu a:hover::after,
.st-menu a:focus::after {
  transform: scaleX(1);
}

.st-header-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
}

.st-header-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 41px;
  padding: 0 15px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1d4e89 0%, #255da4 100%);
  color: #ffffff !important;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  white-space: nowrap;
  border: 1px solid rgba(29, 78, 137, 0.08);
  box-shadow: 0 10px 20px rgba(29, 78, 137, 0.11);
  transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.st-header-button:visited,
.st-header-button:hover,
.st-header-button:focus,
.st-header-button:active {
  color: #ffffff !important;
  text-decoration: none !important;
}

.st-header-button:hover,
.st-header-button:focus {
  background: linear-gradient(135deg, #163d6d 0%, #1d4e89 100%);
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(22, 61, 109, 0.16);
  border-color: rgba(29, 78, 137, 0.12);
}

@media (max-width: 1150px) {
  .st-header-inner {
    grid-template-columns: minmax(265px, 320px) 1fr auto;
    gap: 16px;
    min-height: 90px;
  }

  .st-logo {
    height: 78px;
  }

  .st-menu {
    gap: 18px;
  }

  .st-menu a {
    font-size: 0.9rem;
  }

  .st-header-button {
    min-height: 39px;
    padding: 0 14px;
    font-size: 0.83rem;
  }
}

@media (max-width: 920px) {
  .st-header-inner {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: auto;
    padding: 14px 0;
  }

  .st-header-brand,
  .st-header-nav,
  .st-header-cta {
    justify-content: center;
    justify-self: center;
    width: 100%;
  }

  .st-header-brand {
    min-width: 0;
  }

  .st-logo {
    height: 62px;
  }

  .st-menu {
    flex-wrap: wrap;
    gap: 12px 18px;
  }
}

@media (max-width: 640px) {
  .st-header-inner {
    gap: 12px;
    padding: 12px 0;
  }

  .st-logo {
    height: 50px;
  }

  .st-menu {
    gap: 8px 14px;
  }

  .st-menu a {
    min-height: 34px;
    font-size: 0.88rem;
  }

  .st-header-button {
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.82rem;
  }
}

/* =========================
   FOOTER NUEVO GLOBAL V4
========================= */

.site-footer,
.st-footer,
footer.st-footer {
  background: linear-gradient(180deg, #071325 0%, #0b1830 100%);
  color: var(--footer-text);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.site-footer a,
.st-footer a,
footer.st-footer a {
  color: var(--footer-muted);
  text-decoration: none !important;
  transition: color 0.16s ease, opacity 0.16s ease;
}

.site-footer a:hover,
.st-footer a:hover,
footer.st-footer a:hover,
.site-footer a:focus,
.st-footer a:focus,
footer.st-footer a:focus {
  color: #ffffff;
  text-decoration: none !important;
}

.site-footer p,
.site-footer li,
.site-footer span,
.st-footer p,
.st-footer li,
.st-footer span,
footer.st-footer p,
footer.st-footer li,
footer.st-footer span {
  color: var(--footer-muted);
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
.st-footer h2,
.st-footer h3,
.st-footer h4,
footer.st-footer h2,
footer.st-footer h3,
footer.st-footer h4 {
  color: #ffffff;
}

.st-footer-main {
  padding: 70px 0 30px;
}

.st-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 0.95fr 1.1fr;
  gap: 44px;
  align-items: start;
}

.st-footer-brand {
  max-width: 390px;
}

.st-footer-logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
  margin-bottom: 18px;
}

.st-footer-logo img {
  display: block;
  height: 42px;
  width: auto;
  object-fit: contain;
}

.st-footer-text {
  margin: 0;
  color: var(--footer-muted);
  line-height: 1.92;
  font-size: 0.96rem;
  max-width: 30ch;
}

.st-footer-col h4 {
  margin: 0 0 18px;
  font-size: 0.94rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.st-footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.st-footer-list li {
  margin: 0;
  line-height: 1.45;
  font-size: 0.9rem;
}

.st-footer-list a {
  display: inline-flex;
  align-items: flex-start;
  max-width: 100%;
  font-size: 0.9rem;
  line-height: 1.42;
  font-weight: 400;
  text-decoration: none !important;
  will-change: color;
}

.st-footer-contact .st-footer-list li {
  line-height: 1.5;
}

.st-footer-bottom {
  border-top: 1px solid rgba(143, 161, 181, 0.16);
  padding: 18px 0;
  margin-top: 16px;
}

.st-footer-bottom p {
  margin: 0;
  color: #8fa1b5;
  font-size: 0.87rem;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .st-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .st-footer-logo img {
    height: 40px;
  }

  .st-footer-text {
    max-width: 34ch;
  }
}

@media (max-width: 640px) {
  .st-footer-main {
    padding: 44px 0 22px;
  }

  .st-footer-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .st-footer-logo img {
    height: 38px;
  }

  .st-footer-text,
  .st-footer-list li,
  .st-footer-list a {
    font-size: 0.93rem;
  }
}
/* =========================
   SERVICIOS PAGE V3
========================= */

.st-services-page {
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.07), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, var(--bg) 260px);
  line-height: 1.6;
  padding-bottom: 64px;
}

.st-services-page * {
  box-sizing: border-box;
}

.st-services-page a {
  color: inherit;
  text-decoration: none;
}

.st-services-page .container {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
}

.st-services-page .hero {
  padding: 128px 0 84px;
}

.st-services-page .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(390px, 1.02fr);
  gap: 58px;
  align-items: center;
}

.st-services-page .eyebrow {
  margin: 0 0 14px;
  color: var(--primary);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.st-services-page .eyebrow-light {
  color: rgba(255, 255, 255, 0.78);
}

.st-services-page h1,
.st-services-page h2,
.st-services-page h3,
.st-services-page strong {
  letter-spacing: -0.04em;
}

.st-services-page .hero-content h1 {
  max-width: 10.5ch;
  margin: 0;
  font-size: clamp(2.6rem, 5.8vw, 4.15rem);
  line-height: 0.96;
  font-weight: 800;
  letter-spacing: -0.045em;
  color: #0f172a;
}

.st-services-page .hero-text,
.st-services-page .section-heading p,
.st-services-page .card p,
.st-services-page .service-detail-card p,
.st-services-page .cta-content p,
.st-services-page .faq-card p,
.st-services-page .audience-card p {
  line-height: 1.76;
  color: #42556f;
}

.st-services-page .hero-text {
  max-width: 56ch;
  margin: 24px 0 0;
  font-size: 1.06rem;
}

.st-services-page .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.st-services-page .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 14px;
  font-size: 0.98rem;
  font-weight: 800;
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease;
}

.st-services-page .btn:hover {
  transform: translateY(-1px);
}

.st-services-page .btn,
.st-services-page .btn:visited {
  color: inherit;
}

.st-services-page .btn-primary,
.st-services-page .btn-primary:visited {
  color: #fff;
  background: linear-gradient(135deg, var(--primary-strong), var(--primary));
  box-shadow: 0 16px 30px rgba(37, 99, 235, 0.22);
}

.st-services-page .btn-primary:hover {
  background: linear-gradient(135deg, #225bd7, #1b46c2);
}

.st-services-page .btn-secondary,
.st-services-page .btn-secondary:visited {
  color: var(--text);
  background: #ffffff;
  border: 1px solid #cfd9e6;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.st-services-page .btn-secondary:hover {
  background: #fff;
  border-color: #bccbdd;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.07);
}

.st-services-page .btn-secondary-light,
.st-services-page .btn-secondary-light:visited {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.st-services-page .btn-secondary-light:hover {
  background: rgba(255, 255, 255, 0.08);
}

.st-services-page .hero-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.st-services-page .hero-pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #d4deea;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  font-size: 0.89rem;
  font-weight: 700;
  color: #24364d;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.03);
}

.st-services-page .hero-panel {
  position: relative;
}

.st-services-page .hero-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid #d5dfea;
  border-radius: 30px;
  padding: 34px 32px 30px;
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.08);
}

.st-services-page .hero-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--primary), var(--primary-dark));
}

.st-services-page .hero-card-top {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 0.95rem;
  font-weight: 800;
  color: #18304f;
}

.st-services-page .status-dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: var(--success);
  box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.12);
}

.st-services-page .hero-card h2 {
  margin: 0 0 14px;
  font-size: 1.9rem;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.st-services-page .hero-card-text {
  margin: 0 0 24px;
  color: #475569;
  font-size: 0.99rem;
  line-height: 1.72;
}

.st-services-page .hero-card-list {
  display: grid;
  gap: 16px;
}

.st-services-page .hero-card-row {
  display: grid;
  gap: 4px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e7edf4;
}

.st-services-page .hero-card-row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.st-services-page .hero-card-label {
  font-size: 0.82rem;
  font-weight: 800;
  color: #1b2e46;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.st-services-page .hero-card-value {
  font-size: 0.98rem;
  color: #4a5e77;
}

.st-services-page .hero-mini-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.st-services-page .metric {
  border: 1px solid #d9e2ee;
  border-radius: 16px;
  background: linear-gradient(180deg, #f8fbff 0%, #f3f8fe 100%);
  padding: 14px 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.st-services-page .metric strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.94rem;
  font-weight: 800;
  color: #15283f;
}

.st-services-page .metric span {
  color: #4b5f79;
  font-size: 0.84rem;
}

.st-services-page .section {
  padding: 82px 0 0;
}

.st-services-page .section-alt {
  margin-top: 64px;
  padding: 74px 0;
  background: linear-gradient(180deg, rgba(234, 240, 247, 0.74) 0%, rgba(234, 240, 247, 1) 100%);
  border-top: 1px solid #e0e8f2;
  border-bottom: 1px solid #e0e8f2;
}

.st-services-page .section-heading {
  max-width: 790px;
  margin: 0 auto 42px;
  text-align: center;
}

.st-services-page .section-heading h2,
.st-services-page .cta-content h2 {
  margin: 0 0 14px;
  font-size: clamp(2.1rem, 4vw, 3.15rem);
  line-height: 1.03;
  font-weight: 800;
  letter-spacing: -0.042em;
  color: #0f172a;
}

.st-services-page .section-heading p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.02rem;
  color: #4b5f79;
}

.st-services-page .cards-grid,
.st-services-page .steps-grid,
.st-services-page .services-detail-list,
.st-services-page .audience-grid,
.st-services-page .faq-grid {
  display: grid;
  gap: 24px;
}

.st-services-page .cards-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.st-services-page .steps-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.st-services-page .services-detail-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.st-services-page .audience-grid,
.st-services-page .faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.st-services-page .card,
.st-services-page .service-detail-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #d8e1ec;
  border-radius: 24px;
  padding: 28px 26px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.st-services-page .card h3,
.st-services-page .service-detail-card h3 {
  margin: 0 0 14px;
  font-size: 1.2rem;
  line-height: 1.18;
  font-weight: 900;
  color: #111827;
}

.st-services-page .card-kicker {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.st-services-page .service-card {
  position: relative;
  min-height: 272px;
  display: flex;
  flex-direction: column;
  padding-bottom: 24px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.st-services-page .service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
  border-color: #c9d8ea;
}

.st-services-page .service-card-featured {
  border-color: #aecaef;
  background: linear-gradient(180deg, #ffffff 0%, #eef5ff 100%);
  box-shadow: 0 22px 46px rgba(37, 99, 235, 0.12);
}

.st-services-page .card-link,
.st-services-page .card-link:visited {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding-top: 18px;
  font-size: 0.93rem;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #1f4ed8;
  word-break: normal;
}

.st-services-page .card-link:hover,
.st-services-page .card-link:focus {
  color: #163fb3;
  text-decoration: underline;
}

.st-services-page .service-card p {
  margin-bottom: 0;
}

.st-services-page .step-card {
  min-height: 232px;
  border-radius: 22px;
  border-top: 4px solid rgba(29, 78, 137, 0.14);
}

.st-services-page .step-number {
  display: inline-flex;
  margin-bottom: 16px;
  font-size: 1.02rem;
  font-weight: 800;
  color: #1d4e89;
}

.st-services-page .step-card p {
  margin-top: 10px;
}

.st-services-page .service-detail-card {
  padding: 34px 30px;
}

.st-services-page .service-detail-card p {
  margin: 0 0 16px;
}

.st-services-page .service-detail-card ul,
.st-services-page .simple-list,
.st-services-page .cta-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  display: grid;
  gap: 8px;
}

.st-services-page .service-detail-card ul {
  margin-top: 14px;
}

.st-services-page .service-detail-card ul li {
  line-height: 1.58;
}

.st-services-page .simple-list {
  gap: 10px;
}

.st-services-page .faq-card,
.st-services-page .audience-card {
  min-height: 100%;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbfe 100%);
}

.st-services-page .cta-section {
  padding-top: 34px;
}

.st-services-page .cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 48px 42px;
  border-radius: 30px;
  background: linear-gradient(135deg, #0f274b 0%, #123462 100%);
  color: #fff;
  box-shadow: 0 24px 56px rgba(11, 31, 58, 0.18);
}

.st-services-page .cta-content {
  max-width: 700px;
}

.st-services-page .cta-content h2 {
  color: #ffffff;
}

.st-services-page .cta-content p {
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.74;
}

.st-services-page .cta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 0;
  margin: 22px 0 0;
  list-style: none;
}

.st-services-page .cta-list li {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.91rem;
  font-weight: 600;
}

.st-services-page .cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.st-services-page .cta-actions .btn {
  min-width: 150px;
}

.st-services-page .cta-actions .btn-primary {
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.26);
}

.st-services-page .cta-actions .btn-secondary-light {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.34);
}

.st-services-page .cta-actions .btn-secondary-light:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.5);
}

.st-services-page .cta-section .btn-secondary-light,
.st-services-page .cta-section .btn-secondary-light span {
  color: #ffffff !important;
}

@media (max-width: 1150px) {
  .st-services-page .hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .st-services-page .hero-content h1 {
    max-width: 100%;
  }

  .st-services-page .services-detail-list {
    grid-template-columns: 1fr;
  }

  .st-services-page .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .st-services-page .hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .st-services-page .hero-content h1 {
    max-width: 10ch;
  }

  .st-services-page .cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .st-services-page .audience-grid,
  .st-services-page .faq-grid,
  .st-services-page .hero-mini-metrics,
  .st-services-page .cta-box {
    grid-template-columns: 1fr;
  }

  .st-services-page .audience-grid,
  .st-services-page .faq-grid,
  .st-services-page .hero-mini-metrics,
  .st-services-page .cta-box {
    display: grid;
  }
}

@media (max-width: 900px) {
  .st-services-page .hero-content h1 {
    max-width: 100%;
  }

  .st-services-page .service-card,
  .st-services-page .step-card {
    min-height: auto;
  }

  .st-services-page .cta-box {
    padding: 32px 24px;
  }
}

@media (max-width: 640px) {
  .st-services-page .container {
    width: min(100% - 24px, var(--container));
  }

  .st-services-page .hero {
    padding: 52px 0 36px;
  }

  .st-services-page .hero-content h1 {
    max-width: 100%;
    font-size: clamp(2.3rem, 11vw, 3.5rem);
    line-height: 0.98;
  }

  .st-services-page .hero-text {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.62;
  }

  .st-services-page .hero-actions {
    margin-top: 26px;
    gap: 12px;
  }

  .st-services-page .hero-pill-row {
    margin-top: 16px;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .st-services-page .hero-pill {
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.92rem;
  }

  .st-services-page .hero-card,
  .st-services-page .card,
  .st-services-page .service-detail-card,
  .st-services-page .cta-box {
    padding: 22px 20px;
    border-radius: 20px;
  }

  .st-services-page .hero-card h2,
  .st-services-page .card h3,
  .st-services-page .service-detail-card h3 {
    font-size: 1.18rem;
    line-height: 1.2;
  }

  .st-services-page .hero-card-text,
  .st-services-page .section-heading p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .st-services-page .hero-card-row {
    padding-bottom: 12px;
  }

  .st-services-page .hero-mini-metrics {
    gap: 8px;
    margin-top: 20px;
    grid-template-columns: 1fr;
  }

  .st-services-page .metric {
    padding: 12px 10px;
  }

  .st-services-page .metric strong {
    font-size: 0.92rem;
  }

  .st-services-page .metric span {
    font-size: 0.82rem;
  }

  .st-services-page .section {
    padding: 56px 0 0;
  }

  .st-services-page .section-alt {
    margin-top: 46px;
    padding: 56px 0;
  }

  .st-services-page .cards-grid,
  .st-services-page .steps-grid,
  .st-services-page .audience-grid,
  .st-services-page .faq-grid,
  .st-services-page .services-detail-list {
    grid-template-columns: 1fr;
  }

  .st-services-page .card-link {
    font-size: 0.94rem;
  }

  .st-services-page .service-card,
  .st-services-page .step-card {
    min-height: auto;
  }

  .st-services-page .cta-box {
    padding: 30px 22px;
  }

  .st-services-page .cta-content h2 {
    font-size: 2rem;
    line-height: 1.08;
  }

  .st-services-page .cta-content p {
    font-size: 1rem;
    line-height: 1.66;
  }

  .st-services-page .cta-list li {
    width: 100%;
  }

  .st-services-page .cta-actions,
  .st-services-page .hero-actions {
    flex-direction: column;
  }

  .st-services-page .hero-actions .btn,
  .st-services-page .cta-actions .btn {
    width: 100%;
  }
}

/* =========================
   CONTACTO PAGE — VERSIÓN REFINADA
========================= */

.st-contact-page {
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.07), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, var(--bg) 260px);
  line-height: 1.6;
  padding-bottom: 64px;
}

.st-contact-page * {
  box-sizing: border-box;
}

.st-contact-page a {
  color: inherit;
  text-decoration: none;
}

.st-contact-page .container {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
}

/* =========================
   HERO
========================= */

.st-contact-page .contact-hero {
  padding: 120px 0 96px;
}

.st-contact-page .contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
  gap: 54px;
  align-items: center;
}

.st-contact-page .eyebrow {
  margin: 0 0 14px;
  color: var(--primary);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.st-contact-page .eyebrow-light {
  color: rgba(255, 255, 255, 0.78);
}

.st-contact-page h1,
.st-contact-page h2,
.st-contact-page h3,
.st-contact-page strong {
  letter-spacing: -0.04em;
}

.st-contact-page .contact-hero-content h1 {
  max-width: 12.2ch;
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 3.75rem);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #0f172a;
}

.st-contact-page .contact-hero-text,
.st-contact-page .section-heading p,
.st-contact-page .card p,
.st-contact-page .cta-content p,
.st-contact-page .faq-card p {
  line-height: 1.76;
  color: #42556f;
}

.st-contact-page .contact-hero-text {
  max-width: 56ch;
  margin: 24px 0 0;
  font-size: 1.06rem;
}

.st-contact-page .contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

/* =========================
   BOTONES
========================= */

.st-contact-page .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 14px;
  font-size: 0.98rem;
  font-weight: 800;
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease;
}

.st-contact-page .btn:hover {
  transform: translateY(-1px);
}

.st-contact-page .btn,
.st-contact-page .btn:visited {
  color: inherit;
}

.st-contact-page .btn-primary,
.st-contact-page .btn-primary:visited {
  color: #fff;
  background: linear-gradient(135deg, var(--primary-strong), var(--primary));
  box-shadow: 0 16px 30px rgba(37, 99, 235, 0.22);
}

.st-contact-page .btn-primary:hover {
  background: linear-gradient(135deg, #225bd7, #1b46c2);
}

.st-contact-page .btn-secondary,
.st-contact-page .btn-secondary:visited {
  color: var(--text);
  background: #ffffff;
  border: 1px solid #cfd9e6;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.st-contact-page .btn-secondary:hover {
  background: #fff;
  border-color: #bccbdd;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.07);
}

.st-contact-page .btn-secondary-light,
.st-contact-page .btn-secondary-light:visited {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.st-contact-page .btn-secondary-light:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* =========================
   PILLS
========================= */

.st-contact-page .contact-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.st-contact-page .contact-pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #d4deea;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  font-size: 0.89rem;
  font-weight: 700;
  color: #24364d;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.03);
}

/* =========================
   CARD PRINCIPAL DEL HERO
========================= */

.st-contact-page .contact-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid #d5dfea;
  border-radius: 30px;
  padding: 34px 32px 30px;
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.08);
}

.st-contact-page .contact-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--primary), var(--primary-dark));
}

.st-contact-page .contact-card-top {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 0.95rem;
  font-weight: 800;
  color: #18304f;
}

.st-contact-page .status-dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: var(--success);
  box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.12);
}

.st-contact-page .contact-card h2 {
  margin: 0 0 14px;
  font-size: 1.9rem;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.st-contact-page .contact-card-text {
  margin: 0 0 24px;
  color: #475569;
  font-size: 0.99rem;
  line-height: 1.72;
}

.st-contact-page .contact-card-list {
  display: grid;
  gap: 16px;
}

.st-contact-page .contact-card-row {
  display: grid;
  gap: 4px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e7edf4;
}

.st-contact-page .contact-card-row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.st-contact-page .contact-card-label {
  font-size: 0.82rem;
  font-weight: 800;
  color: #1b2e46;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.st-contact-page .contact-card-value {
  font-size: 0.98rem;
  color: #4a5e77;
}

.st-contact-page .contact-mini-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.st-contact-page .metric {
  border: 1px solid #d9e2ee;
  border-radius: 16px;
  background: linear-gradient(180deg, #f8fbff 0%, #f3f8fe 100%);
  padding: 14px 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.st-contact-page .metric strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.94rem;
  font-weight: 800;
  color: #15283f;
}

.st-contact-page .metric span {
  color: #4b5f79;
  font-size: 0.84rem;
}

/* =========================
   SECCIONES
========================= */

.st-contact-page .section {
  padding: 82px 0 0;
}

.st-contact-page .section-alt {
  margin-top: 64px;
  padding: 74px 0;
  background: linear-gradient(180deg, rgba(234, 240, 247, 0.74) 0%, rgba(234, 240, 247, 1) 100%);
  border-top: 1px solid #e0e8f2;
  border-bottom: 1px solid #e0e8f2;
}

.st-contact-page .section-heading {
  max-width: 790px;
  margin: 0 auto 42px;
  text-align: center;
}

.st-contact-page .section-heading h2,
.st-contact-page .cta-content h2 {
  margin: 0 0 14px;
  font-size: clamp(2.1rem, 4vw, 3.15rem);
  line-height: 1.03;
  font-weight: 800;
  letter-spacing: -0.042em;
  color: #0f172a;
}

.st-contact-page .section-heading p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.02rem;
  color: #4b5f79;
}

/* =========================
   GRIDS
========================= */

.st-contact-page .contact-channels-grid,
.st-contact-page .contact-info-grid,
.st-contact-page .attention-grid,
.st-contact-page .faq-grid {
  display: grid;
  gap: 24px;
}

.st-contact-page .contact-channels-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.st-contact-page .contact-info-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.st-contact-page .attention-grid,
.st-contact-page .faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* =========================
   CARDS GENERALES
========================= */

.st-contact-page .card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #d8e1ec;
  border-radius: 24px;
  padding: 28px 26px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.st-contact-page .card h3 {
  margin: 0 0 14px;
  font-size: 1.2rem;
  line-height: 1.18;
  font-weight: 900;
  color: #111827;
}

.st-contact-page .card-kicker {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* =========================
   CANALES
========================= */

.st-contact-page .channel-card {
  min-height: 290px;
  display: flex;
  flex-direction: column;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.st-contact-page .channel-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
  border-color: #c9d8ea;
}

.st-contact-page .channel-card-featured {
  position: relative;
  border-color: #8fb7ef;
  background: linear-gradient(180deg, #ffffff 0%, #ecf4ff 100%);
  box-shadow: 0 26px 56px rgba(37, 99, 235, 0.16);
  transform: translateY(-2px);
}

.st-contact-page .channel-card-featured::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #2563eb, #1d4ed8);
  border-radius: 24px 24px 0 0;
}

.st-contact-page .channel-card-featured h3 {
  color: #0f172a;
}

.st-contact-page .channel-card-featured .card-link {
  color: #1748cc;
}

.st-contact-page .channel-card h3 {
  margin: 0 0 16px;
}

.st-contact-page .channel-card p {
  margin: 0 0 18px;
}

.st-contact-page .channel-card .simple-list {
  gap: 12px;
}

.st-contact-page .channel-card .card-link {
  padding-top: 20px;
}

/* =========================
   LISTAS / LINKS
========================= */

.st-contact-page .simple-list,
.st-contact-page .cta-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  display: grid;
  gap: 8px;
}

.st-contact-page .simple-list {
  gap: 10px;
}

.st-contact-page .card-link,
.st-contact-page .card-link:visited {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding-top: 18px;
  font-size: 0.93rem;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #1f4ed8;
}

.st-contact-page .card-link:hover,
.st-contact-page .card-link:focus {
  color: #163fb3;
  text-decoration: underline;
}

/* =========================
   MODALIDAD
========================= */

.st-contact-page .attention-card {
  border-top: 4px solid rgba(29, 78, 137, 0.14);
}

/* =========================
   FAQ
========================= */

.st-contact-page .faq-card {
  min-height: 100%;
}

/* =========================
   CTA FINAL
========================= */

.st-contact-page .cta-section {
  padding-top: 34px;
}

.st-contact-page .cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 48px 42px;
  border-radius: 30px;
  background: linear-gradient(135deg, #0f274b 0%, #123462 100%);
  color: #fff;
  box-shadow: 0 24px 56px rgba(11, 31, 58, 0.18);
}

.st-contact-page .cta-content {
  max-width: 700px;
}

.st-contact-page .cta-content h2 {
  color: #ffffff;
}

.st-contact-page .cta-content p {
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.74;
}

.st-contact-page .cta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 0;
  margin: 22px 0 0;
  list-style: none;
}

.st-contact-page .cta-list li {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.91rem;
  font-weight: 600;
}

.st-contact-page .cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.st-contact-page .cta-actions .btn {
  min-width: 150px;
}

.st-contact-page .cta-section .btn-secondary-light,
.st-contact-page .cta-section .btn-secondary-light span {
  color: #ffffff !important;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1150px) {
  .st-contact-page .contact-hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .st-contact-page .contact-hero-content h1 {
    max-width: 100%;
  }

  .st-contact-page .contact-channels-grid,
  .st-contact-page .contact-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .st-contact-page .attention-grid,
  .st-contact-page .faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .st-contact-page .container {
    width: min(100% - 24px, var(--container));
  }

  .st-contact-page .contact-hero {
    padding: 52px 0 36px;
  }

  .st-contact-page .contact-hero-content h1 {
    max-width: 100%;
    font-size: clamp(2.3rem, 11vw, 3.5rem);
    line-height: 0.98;
  }

  .st-contact-page .contact-hero-text {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.62;
  }

  .st-contact-page .contact-hero-actions {
    margin-top: 26px;
    gap: 12px;
  }

  .st-contact-page .contact-pill-row {
    margin-top: 16px;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .st-contact-page .contact-pill {
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.92rem;
  }

  .st-contact-page .contact-card,
  .st-contact-page .card,
  .st-contact-page .cta-box {
    padding: 22px 20px;
    border-radius: 20px;
  }

  .st-contact-page .contact-card h2,
  .st-contact-page .card h3 {
    font-size: 1.18rem;
    line-height: 1.2;
  }

  .st-contact-page .contact-card-text,
  .st-contact-page .section-heading p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .st-contact-page .contact-mini-metrics {
    gap: 8px;
    margin-top: 20px;
    grid-template-columns: 1fr;
  }

  .st-contact-page .metric {
    padding: 12px 10px;
  }

  .st-contact-page .metric strong {
    font-size: 0.92rem;
  }

  .st-contact-page .metric span {
    font-size: 0.82rem;
  }

  .st-contact-page .section {
    padding: 56px 0 0;
  }

  .st-contact-page .section-alt {
    margin-top: 46px;
    padding: 56px 0;
  }

  .st-contact-page .contact-channels-grid,
  .st-contact-page .contact-info-grid,
  .st-contact-page .attention-grid,
  .st-contact-page .faq-grid {
    grid-template-columns: 1fr;
  }

  .st-contact-page .cta-box {
    padding: 30px 22px;
  }

  .st-contact-page .cta-content h2 {
    font-size: 2rem;
    line-height: 1.08;
  }

  .st-contact-page .cta-content p {
    font-size: 1rem;
    line-height: 1.66;
  }

  .st-contact-page .cta-list li {
    width: 100%;
  }

  .st-contact-page .cta-actions,
  .st-contact-page .contact-hero-actions {
    flex-direction: column;
  }

  .st-contact-page .contact-hero-actions .btn,
  .st-contact-page .cta-actions .btn {
    width: 100%;
  }
}

/* =========================
   SOBRE NOSOTROS PAGE
========================= */

.st-about-page {
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.07), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, var(--bg) 260px);
  line-height: 1.6;
  padding-bottom: 64px;
}

.st-about-page * {
  box-sizing: border-box;
}

.st-about-page a {
  color: inherit;
  text-decoration: none;
}

.st-about-page .container {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
}

/* =========================
   HERO
========================= */

.st-about-page .about-hero {
  padding: 120px 0 96px;
}

.st-about-page .about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
  gap: 54px;
  align-items: center;
}

.st-about-page .eyebrow {
  margin: 0 0 14px;
  color: var(--primary);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.st-about-page .eyebrow-light {
  color: rgba(255, 255, 255, 0.78);
}

.st-about-page h1,
.st-about-page h2,
.st-about-page h3,
.st-about-page strong {
  letter-spacing: -0.04em;
}

.st-about-page .about-hero-content h1 {
  max-width: 14.4ch;
  margin: 0;
  font-size: clamp(2.35rem, 4.7vw, 3.72rem);
  line-height: 0.99;
  font-weight: 800;
  color: #0f172a;
}

.st-about-page .about-hero-text,
.st-about-page .section-heading p,
.st-about-page .card p,
.st-about-page .cta-content p {
  line-height: 1.76;
  color: #42556f;
}

.st-about-page .about-hero-text {
  max-width: 58ch;
  margin: 24px 0 0;
  font-size: 1.06rem;
}

.st-about-page .about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

/* =========================
   BOTONES
========================= */

.st-about-page .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 14px;
  font-size: 0.98rem;
  font-weight: 800;
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease;
}

.st-about-page .btn:hover {
  transform: translateY(-1px);
}

.st-about-page .btn,
.st-about-page .btn:visited {
  color: inherit;
}

.st-about-page .btn-primary,
.st-about-page .btn-primary:visited {
  color: #fff;
  background: linear-gradient(135deg, var(--primary-strong), var(--primary));
  box-shadow: 0 16px 30px rgba(37, 99, 235, 0.22);
}

.st-about-page .btn-primary:hover {
  background: linear-gradient(135deg, #225bd7, #1b46c2);
}

.st-about-page .btn-secondary,
.st-about-page .btn-secondary:visited {
  color: var(--text);
  background: #ffffff;
  border: 1px solid #cfd9e6;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.st-about-page .btn-secondary:hover {
  background: #fff;
  border-color: #bccbdd;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.07);
}

.st-about-page .btn-secondary-light,
.st-about-page .btn-secondary-light:visited {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.st-about-page .btn-secondary-light:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* =========================
   PILLS
========================= */

.st-about-page .about-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.st-about-page .about-pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #d4deea;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  font-size: 0.89rem;
  font-weight: 700;
  color: #24364d;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.03);
}

/* =========================
   CARD HERO
========================= */

.st-about-page .about-hero-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid #d5dfea;
  border-radius: 30px;
  padding: 34px 32px 30px;
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.08);
}

.st-about-page .about-hero-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--primary), var(--primary-dark));
}

.st-about-page .about-hero-card-top {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 0.95rem;
  font-weight: 800;
  color: #18304f;
}

.st-about-page .status-dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: var(--success);
  box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.12);
}

.st-about-page .about-hero-card h2 {
  margin: 0 0 14px;
  font-size: 1.9rem;
  line-height: 1.05;
  font-weight: 800;
  color: #0f172a;
}

.st-about-page .about-hero-card-text {
  margin: 0 0 24px;
  color: #475569;
  font-size: 0.99rem;
  line-height: 1.72;
}

.st-about-page .about-hero-card-list {
  display: grid;
  gap: 16px;
}

.st-about-page .about-card-row {
  display: grid;
  gap: 4px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e7edf4;
}

.st-about-page .about-card-row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.st-about-page .about-card-label {
  font-size: 0.82rem;
  font-weight: 800;
  color: #1b2e46;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.st-about-page .about-card-value {
  font-size: 0.98rem;
  color: #4a5e77;
}

.st-about-page .about-mini-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.st-about-page .metric {
  border: 1px solid #d9e2ee;
  border-radius: 16px;
  background: linear-gradient(180deg, #f8fbff 0%, #f3f8fe 100%);
  padding: 14px 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.st-about-page .metric strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.94rem;
  font-weight: 800;
  color: #15283f;
}

.st-about-page .metric span {
  color: #4b5f79;
  font-size: 0.84rem;
}

/* =========================
   SECCIONES
========================= */

.st-about-page .section {
  padding: 82px 0 0;
}

.st-about-page .section-alt {
  margin-top: 64px;
  padding: 74px 0;
  background: linear-gradient(180deg, rgba(234, 240, 247, 0.74) 0%, rgba(234, 240, 247, 1) 100%);
  border-top: 1px solid #e0e8f2;
  border-bottom: 1px solid #e0e8f2;
}

.st-about-page .section-heading {
  max-width: 790px;
  margin: 0 auto 42px;
  text-align: center;
}

.st-about-page .section-heading h2,
.st-about-page .cta-content h2 {
  margin: 0 0 14px;
  font-size: clamp(2.1rem, 4vw, 3.15rem);
  line-height: 1.03;
  font-weight: 800;
  color: #0f172a;
}

.st-about-page .section-heading p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.02rem;
  color: #4b5f79;
}

/* =========================
   GRIDS
========================= */

.st-about-page .about-diff-grid,
.st-about-page .about-services-grid,
.st-about-page .about-trust-grid {
  display: grid;
  gap: 24px;
}

.st-about-page .about-diff-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.st-about-page .about-services-grid,
.st-about-page .about-trust-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.st-about-page .about-audience-grid,
.st-about-page .about-process-grid {
  display: grid;
  gap: 24px;
}

.st-about-page .about-audience-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.st-about-page .about-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* =========================
   CARDS GENERALES
========================= */

.st-about-page .card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #d8e1ec;
  border-radius: 24px;
  padding: 28px 26px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}
.st-about-page .diff-card {
  min-height: 100%;
  padding: 30px 28px;
}
.st-about-page .card h3 {
  margin: 0 0 14px;
  font-size: 1.2rem;
  line-height: 1.18;
  font-weight: 900;
  color: #111827;
}

.st-about-page .card-kicker {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* =========================
   LISTAS
========================= */

.st-about-page .simple-list,
.st-about-page .cta-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  display: grid;
  gap: 10px;
}

.st-about-page .simple-list li {
  line-height: 1.58;
}

/* =========================
   PROCESS
========================= */

.st-about-page .process-card {
  border-top: 4px solid rgba(29, 78, 137, 0.14);
}

.st-about-page .process-step {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--primary);
  font-size: 0.96rem;
  font-weight: 800;
}

/* =========================
   SERVICIOS
========================= */

.st-about-page .about-services-link-wrap {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

/* =========================
   CTA FINAL
========================= */

.st-about-page .cta-section {
  padding-top: 34px;
}

.st-about-page .cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 48px 42px;
  border-radius: 30px;
  background: linear-gradient(135deg, #0f274b 0%, #123462 100%);
  color: #fff;
  box-shadow: 0 24px 56px rgba(11, 31, 58, 0.18);
}

.st-about-page .cta-content {
  max-width: 700px;
}

.st-about-page .cta-content h2 {
  color: #ffffff;
}

.st-about-page .cta-content p {
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.74;
}

.st-about-page .cta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 0;
  margin: 22px 0 0;
  list-style: none;
}

.st-about-page .cta-list li {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.91rem;
  font-weight: 600;
}

.st-about-page .cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.st-about-page .cta-actions .btn {
  min-width: 150px;
}

.st-about-page .cta-section .btn-secondary-light,
.st-about-page .cta-section .btn-secondary-light span {
  color: #ffffff !important;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1150px) {
  .st-about-page .about-hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .st-about-page .about-hero-content h1 {
    max-width: 100%;
  }

  .st-about-page .about-diff-grid,
  .st-about-page .about-services-grid,
  .st-about-page .about-trust-grid,
  .st-about-page .about-process-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1024px) {
  .st-about-page .about-audience-grid,
  .st-about-page .about-process-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .st-about-page .container {
    width: min(100% - 24px, var(--container));
  }

  .st-about-page .about-hero {
    padding: 52px 0 36px;
  }

  .st-about-page .about-hero-content h1 {
    max-width: 100%;
    font-size: clamp(2.3rem, 11vw, 3.5rem);
    line-height: 0.98;
  }

  .st-about-page .about-hero-text {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.62;
  }

  .st-about-page .about-hero-actions {
    margin-top: 26px;
    gap: 12px;
  }

  .st-about-page .about-pill-row {
    margin-top: 16px;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .st-about-page .about-pill {
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.92rem;
  }

  .st-about-page .about-hero-card,
  .st-about-page .card,
  .st-about-page .cta-box {
    padding: 22px 20px;
    border-radius: 20px;
  }

  .st-about-page .about-hero-card h2,
  .st-about-page .card h3 {
    font-size: 1.18rem;
    line-height: 1.2;
  }

  .st-about-page .about-hero-card-text,
  .st-about-page .section-heading p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .st-about-page .about-mini-metrics {
    gap: 8px;
    margin-top: 20px;
    grid-template-columns: 1fr;
  }

  .st-about-page .metric {
    padding: 12px 10px;
  }

  .st-about-page .metric strong {
    font-size: 0.92rem;
  }

  .st-about-page .metric span {
    font-size: 0.82rem;
  }

  .st-about-page .section {
    padding: 56px 0 0;
  }

  .st-about-page .section-alt {
    margin-top: 46px;
    padding: 56px 0;
  }

.st-about-page .about-diff-grid,
.st-about-page .about-audience-grid,
.st-about-page .about-process-grid,
.st-about-page .about-services-grid,
.st-about-page .about-trust-grid {
  grid-template-columns: 1fr;
}

  .st-about-page .cta-box {
    padding: 30px 22px;
  }

  .st-about-page .cta-content h2 {
    font-size: 2rem;
    line-height: 1.08;
  }

  .st-about-page .cta-content p {
    font-size: 1rem;
    line-height: 1.66;
  }

  .st-about-page .cta-list li {
    width: 100%;
  }

  .st-about-page .cta-actions,
  .st-about-page .about-hero-actions {
    flex-direction: column;
  }

  .st-about-page .about-hero-actions .btn,
  .st-about-page .cta-actions .btn {
    width: 100%;
  }
}

/* =========================
   SECTION HEADING
========================= */

.st-section-heading {
  max-width: 920px;
  margin: 0 auto 34px;
  text-align: center;
}

.st-section-eyebrow {
  margin: 0 0 12px;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5a769c;
}

.st-section-eyebrow-light {
  color: rgba(255, 255, 255, 0.76);
}

.st-section-heading h2 {
  margin: 0 0 14px;
  font-size: clamp(2.1rem, 4.1vw, 3.75rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: #121c34;
  text-wrap: balance;
}

.st-section-heading p {
  margin: 0 auto;
  max-width: 780px;
  font-size: 1rem;
  line-height: 1.74;
  color: #5a687f;
}

/* =========================
   HERO
========================= */

.st-home-hero {
  padding: 34px 0 20px;
  background:
    radial-gradient(circle at top left, rgba(74, 144, 226, 0.06), transparent 28%),
    linear-gradient(180deg, #eef4fb 0%, #edf3fa 100%);
}

.st-home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
  gap: 24px;
  align-items: stretch;
}

.st-home-hero-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(180deg, #1c4b90 0%, #173e7a 100%);
  color: #ffffff;
  border-radius: 26px;
  padding: 24px 24px 22px;
  box-shadow: 0 18px 42px rgba(17, 34, 68, 0.14);
  min-height: 100%;
}

.st-home-eyebrow {
  margin: 0 0 12px;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.74);
}

.st-home-hero-main h1 {
  margin: 0;
  max-width: 8.8ch;
  font-size: clamp(2.2rem, 4.1vw, 4rem);
  line-height: 0.93;
  letter-spacing: -0.04em;
  color: #ffffff;
  text-wrap: balance;
}

.st-home-hero-text {
  margin: 16px 0 0;
  max-width: 56ch;
  font-size: 0.98rem;
  line-height: 1.68;
  color: rgba(255, 255, 255, 0.92);
}

.st-home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.st-home-hero-actions .btn,
.st-home-hero-actions .st-btn {
  min-width: 190px;
  justify-content: center;
}

.st-home-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.st-home-hero-badges span {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 600;
}

/* =========================
   HERO SIDE
========================= */

.st-home-hero-side {
  position: relative;
  overflow: hidden;
  padding: 22px 22px 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #d7e4f4;
  box-shadow: 0 18px 42px rgba(17, 37, 77, 0.09);
}

.st-home-side-accent {
  position: absolute;
  top: 0;
  left: 22px;
  right: 22px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2c6de8 0%, #68a7ff 100%);
}

.st-home-side-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0 14px;
  font-size: 0.94rem;
  font-weight: 700;
  color: #183d75;
}

.st-home-side-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #6fd58f;
  box-shadow: 0 0 0 6px rgba(111, 213, 143, 0.18);
  flex: 0 0 auto;
}

.st-home-side-title {
  margin: 0 0 12px;
  max-width: 11.5ch;
  font-size: clamp(1.55rem, 2.35vw, 2.6rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: #101a31;
  text-wrap: balance;
}

.st-home-side-text {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.68;
  color: #46556d;
}

.st-home-side-info {
  margin-top: 18px;
  border-top: 1px solid #dce6f2;
}

.st-home-side-row {
  padding: 14px 0;
  border-bottom: 1px solid #dce6f2;
}

.st-home-side-row strong {
  display: block;
  margin-bottom: 5px;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #14284a;
}

.st-home-side-row span {
  display: block;
  font-size: 0.94rem;
  line-height: 1.55;
  color: #51627b;
}

.st-home-side-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.st-home-mini-card {
  min-height: 90px;
  padding: 12px 12px;
  border-radius: 16px;
  border: 1px solid #dbe6f3;
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}

.st-home-mini-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 0.9rem;
  line-height: 1.2;
  color: #162238;
}

.st-home-mini-card span {
  display: block;
  font-size: 0.84rem;
  line-height: 1.42;
  color: #5a6b83;
}

.st-home-mini-card-blue {
  background: linear-gradient(180deg, #f7fbff 0%, #edf5ff 100%);
  border-color: #cfe0fb;
}

.st-home-mini-card-cyan {
  background: linear-gradient(180deg, #f5fcff 0%, #ebfaff 100%);
  border-color: #cfeefa;
}

.st-home-mini-card-green {
  background: linear-gradient(180deg, #f7fff9 0%, #ecfaf0 100%);
  border-color: #d2efd8;
}

/* =========================
   BUTTONS
========================= */

.st-home-hero .btn,
.st-home-final-cta .btn,
.st-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 14px;
  font-size: 0.96rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease,
    color 0.18s ease;
}

.st-home-hero .btn:hover,
.st-home-final-cta .btn:hover,
.st-btn:hover {
  transform: translateY(-2px);
}

.st-home-hero .btn-primary,
.st-home-final-cta .btn-primary,
.st-btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #5fa0ff 0%, #2f6fe9 100%);
  border: 1px solid transparent;
  box-shadow: 0 14px 30px rgba(47, 111, 233, 0.24);
}

.st-home-hero .btn-primary:hover,
.st-home-final-cta .btn-primary:hover,
.st-btn-primary:hover {
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(47, 111, 233, 0.30);
}

.st-home-hero .btn-secondary,
.st-home-final-cta .btn-secondary,
.st-btn-secondary {
  color: #173a70;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #d3dfef;
  box-shadow: 0 8px 20px rgba(15, 31, 62, 0.05);
}

.st-home-hero .btn-secondary:hover,
.st-home-final-cta .btn-secondary:hover,
.st-btn-secondary:hover {
  background: #ffffff;
  border-color: #bfd0e3;
}

.st-btn-outline-light {
  color: #ffffff;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.25);
}

/* =========================
   CARD GRIDS
========================= */

.st-card-grid {
  display: grid;
  gap: 22px;
}

.st-card-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.st-card-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.st-card-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* =========================
   BASE CARDS
========================= */

.st-service-card,
.st-value-card,
.st-step-card,
.st-list-card,
.st-review-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid #d8e4f3;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 14px 30px rgba(15, 31, 62, 0.05);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.st-service-card:hover,
.st-value-card:hover,
.st-step-card:hover,
.st-list-card:hover,
.st-review-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(15, 31, 62, 0.08);
}

.st-service-card,
.st-value-card,
.st-review-card {
  padding: 24px 22px 22px;
}

.st-step-card,
.st-list-card {
  padding: 24px 22px 22px;
}

.st-card-kicker {
  margin: 0 0 10px;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5172a0;
}

.st-service-card h3,
.st-value-card h3,
.st-step-card h3,
.st-list-card h3,
.st-review-card h3 {
  margin: 0 0 10px;
  font-size: 1.14rem;
  line-height: 1.24;
  color: #0f1930;
}

.st-service-card p,
.st-value-card p,
.st-step-card p,
.st-review-card p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.72;
  color: #5d6b82;
}

.st-list-card ul {
  margin: 0;
  padding-left: 20px;
}

.st-list-card li {
  margin-bottom: 10px;
  font-size: 0.98rem;
  line-height: 1.68;
  color: #5d6b82;
}

.st-step-number {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.98rem;
  font-weight: 800;
  color: #2f6de5;
}

/* =========================
   COLOR LIFE ON CARDS
========================= */

.st-service-card::before,
.st-value-card::before,
.st-review-card::before,
.st-list-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 5px;
  border-radius: 999px;
}

.st-service-card-blue::before,
.st-value-card-blue::before,
.st-review-card-blue::before,
.st-list-card-blue::before {
  background: linear-gradient(90deg, #2e6fe8 0%, #77aefc 100%);
}

.st-service-card-cyan::before,
.st-value-card-cyan::before,
.st-review-card-cyan::before,
.st-list-card-cyan::before {
  background: linear-gradient(90deg, #23a7d9 0%, #81d8f5 100%);
}

.st-service-card-green::before,
.st-value-card-green::before,
.st-review-card-green::before {
  background: linear-gradient(90deg, #34b96b 0%, #8be0ac 100%);
}

.st-service-card-blue-light::before,
.st-value-card-blue-light::before {
  background: linear-gradient(90deg, #4b8cff 0%, #a1c4ff 100%);
}

.st-service-card-cyan-light::before {
  background: linear-gradient(90deg, #4dc2ea 0%, #b4eafd 100%);
}

.st-service-card-green-light::before {
  background: linear-gradient(90deg, #55c785 0%, #beeecd 100%);
}

.st-service-card-blue,
.st-value-card-blue,
.st-review-card-blue,
.st-list-card-blue {
  background:
    radial-gradient(circle at top right, rgba(71, 130, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.st-service-card-cyan,
.st-value-card-cyan,
.st-review-card-cyan,
.st-list-card-cyan {
  background:
    radial-gradient(circle at top right, rgba(65, 196, 232, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7fcff 100%);
}

.st-service-card-green,
.st-value-card-green,
.st-review-card-green {
  background:
    radial-gradient(circle at top right, rgba(81, 197, 119, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fff9 100%);
}

.st-service-card-blue-light,
.st-value-card-blue-light {
  background:
    radial-gradient(circle at top right, rgba(119, 174, 252, 0.10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.st-service-card-cyan-light {
  background:
    radial-gradient(circle at top right, rgba(128, 219, 245, 0.10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7fdff 100%);
}

.st-service-card-green-light {
  background:
    radial-gradient(circle at top right, rgba(139, 224, 172, 0.10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fff9 100%);
}

/* =========================
   CTA CENTER
========================= */

.st-section-cta-center {
  margin-top: 26px;
  text-align: center;
}

/* =========================
   FINAL CTA
========================= */

.st-home-final-cta {
  padding: 20px 0 58px;
}

.st-home-final-cta-box {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(260px, 0.94fr);
  gap: 22px;
  align-items: center;
  padding: 30px 28px;
  border-radius: 26px;
  background: linear-gradient(135deg, #143a73 0%, #0f2f5d 100%);
  box-shadow: 0 22px 48px rgba(15, 36, 68, 0.16);
}

.st-home-final-cta-content {
  color: #ffffff;
  max-width: 680px;
}

.st-home-final-cta-content .st-section-eyebrow-light {
  margin-bottom: 12px;
}

.st-home-final-cta-content h2 {
  margin: 0;
  max-width: 11.5ch;
  font-size: clamp(2rem, 3.1vw, 3.1rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #ffffff;
  text-wrap: balance;
}

.st-home-final-cta-content p {
  margin: 16px 0 0;
  max-width: 58ch;
  font-size: 1rem;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.92);
}

.st-home-final-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.st-home-final-tags span {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.st-home-final-cta-actions {
  display: grid;
  gap: 12px;
}

.st-home-final-cta-actions .btn,
.st-home-final-cta-actions .st-btn {
  width: 100%;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1180px) {
  .st-home-hero-grid {
    grid-template-columns: 1fr;
  }

  .st-home-hero-main h1 {
    max-width: 10ch;
  }

  .st-home-side-title {
    max-width: none;
  }

  .st-card-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st-home-final-cta-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 920px) {
  .st-card-grid-3,
  .st-card-grid-2,
  .st-card-grid-4 {
    grid-template-columns: 1fr;
  }

  .st-home-side-mini-grid {
    grid-template-columns: 1fr;
  }

  .st-home-hero-main,
  .st-home-hero-side {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media (max-width: 820px) {
  .st-home-hero {
    padding: 28px 0 16px;
  }

  .st-home-hero-main,
  .st-home-hero-side {
    padding: 22px 20px;
    border-radius: 22px;
  }

  .st-home-hero-main h1 {
    max-width: 11ch;
    font-size: clamp(2rem, 8.8vw, 3.2rem);
    line-height: 0.95;
  }

  .st-home-hero-text {
    font-size: 0.98rem;
    line-height: 1.66;
  }

  .st-home-hero-actions {
    flex-direction: column;
  }

  .st-home-hero-actions .btn,
  .st-home-hero-actions .st-btn {
    width: 100%;
    min-width: 0;
  }

  .st-home-hero-badges span {
    justify-content: center;
    text-align: center;
  }

  .st-home-side-title {
    font-size: clamp(1.55rem, 6vw, 2.2rem);
  }
}

@media (max-width: 640px) {
  .st-container {
    width: min(100% - 28px, 1280px);
  }

  .st-home-section {
    padding: 52px 0;
  }

  .st-home-hero {
    padding: 22px 0 12px;
  }

  .st-home-hero-main {
    padding: 20px 18px 18px;
    border-radius: 22px;
  }

  .st-home-hero-side {
    padding: 18px 16px 16px;
    border-radius: 20px;
  }

  .st-home-eyebrow {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
  }

  .st-home-hero-main h1 {
    max-width: none;
    font-size: clamp(1.82rem, 9.8vw, 2.7rem);
    line-height: 0.96;
  }

  .st-home-hero-text,
  .st-home-side-text,
  .st-section-heading p {
    font-size: 0.96rem;
    line-height: 1.66;
  }

  .st-section-heading h2 {
    font-size: clamp(1.8rem, 9vw, 2.7rem);
    line-height: 1;
  }

  .st-home-side-title {
    font-size: clamp(1.45rem, 8vw, 2rem);
    line-height: 1;
  }

  .st-home-hero-actions,
  .st-home-final-cta-actions {
    width: 100%;
  }

  .st-home-hero-badges {
    flex-direction: column;
    align-items: stretch;
  }

  .st-home-hero-badges span {
    width: 100%;
  }

  .st-home-final-cta {
    padding: 18px 0 52px;
  }

  .st-home-final-cta-box {
    padding: 24px 18px;
    border-radius: 22px;
    gap: 18px;
  }

  .st-home-final-cta-content h2 {
    max-width: none;
    font-size: clamp(1.72rem, 8.5vw, 2.35rem);
    line-height: 1.04;
  }

  .st-home-final-cta-content p {
    font-size: 0.96rem;
    line-height: 1.66;
  }

  .st-home-final-tags span {
    font-size: 0.84rem;
    padding: 8px 12px;
  }

  .st-home-side-row strong,
  .st-home-side-row span,
  .st-home-mini-card strong,
  .st-home-mini-card span {
    word-break: break-word;
  }
}
/* =========================
   HOME PATCH V1 — FINAL REAL
========================= */

.st-review-card {
  min-height: 100%;
}

.st-review-card .st-card-kicker {
  margin-bottom: 12px;
}

.st-home-final-kicker {
  margin: 0 0 12px;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.74);
}

.st-home-hero-main h1 {
  max-width: 11.5ch;
}

.st-home-side-title {
  max-width: 13ch;
}

.st-home-final-cta-content h2 {
  max-width: 13ch;
}

.st-home-final-cta-actions .btn {
  min-height: 48px;
}

@media (max-width: 820px) {
  .st-home-hero-main h1,
  .st-home-side-title,
  .st-home-final-cta-content h2 {
    max-width: 100%;
  }
}
/* =========================================================
   BLOG / HOME.PHP — SOPORTETECNO
========================================================= */

.st-blog-page {
  background: #eef3f9;
  color: #0f1930;
}

.st-blog-hero {
  padding: 34px 0 22px;
  background:
    radial-gradient(circle at top left, rgba(74, 144, 226, 0.06), transparent 28%),
    linear-gradient(180deg, #eef4fb 0%, #edf3fa 100%);
}

.st-blog-hero-box {
  padding: 34px 32px 30px;
  border-radius: 28px;
  background: linear-gradient(180deg, #1c4b90 0%, #173e7a 100%);
  color: #ffffff;
  box-shadow: 0 20px 46px rgba(17, 34, 68, 0.14);
}

.st-blog-eyebrow {
  margin: 0 0 12px;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.74);
}

.st-blog-hero-box h1 {
  margin: 0;
  max-width: 13ch;
  font-size: clamp(2.2rem, 4.2vw, 4rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
  color: #ffffff;
  text-wrap: balance;
}

.st-blog-hero-text {
  margin: 18px 0 0;
  max-width: 62ch;
  font-size: 1rem;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.92);
}

.st-blog-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.st-blog-hero-tags span {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 600;
}

/* =========================
   LISTADO
========================= */

.st-blog-section {
  padding: 54px 0 64px;
}

.st-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.st-blog-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  border: 1px solid #d8e4f3;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 14px 30px rgba(15, 31, 62, 0.05);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.st-blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 38px rgba(15, 31, 62, 0.09);
  border-color: #c9d9ec;
}

.st-blog-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2e6fe8 0%, #77aefc 100%);
  z-index: 2;
}

.st-blog-card-image-link {
  display: block;
  text-decoration: none;
}

.st-blog-card-image {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #dfe9f5;
  overflow: hidden;
}

.st-blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.st-blog-card-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at top left, rgba(74, 144, 226, 0.12), transparent 28%),
    linear-gradient(180deg, #edf4fb 0%, #e4edf7 100%);
}

.st-blog-card-image-placeholder span {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #547097;
}

.st-blog-card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px 22px 22px;
}

.st-blog-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
  font-size: 0.84rem;
  font-weight: 700;
  color: #607089;
}

.st-blog-card-separator {
  color: #90a0b8;
}

.st-blog-card-title {
  margin: 0 0 12px;
  font-size: 1.22rem;
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.st-blog-card-title a {
  color: #0f1930;
  text-decoration: none;
  transition: color 0.18s ease;
}

.st-blog-card-title a:hover {
  color: #1d4e89;
}

.st-blog-card-excerpt {
  color: #5d6b82;
  font-size: 0.97rem;
  line-height: 1.72;
}

.st-blog-card-excerpt p {
  margin: 0;
}

.st-blog-card-link {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding-top: 18px;
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #1f4ed8;
  text-decoration: none;
  transition: color 0.18s ease;
}

.st-blog-card-link:hover {
  color: #163fb3;
  text-decoration: underline;
}

/* =========================
   PAGINACIÓN
========================= */

.st-blog-pagination {
  margin-top: 34px;
}

.st-blog-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.st-blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid #d3dfef;
  background: #ffffff;
  color: #173a70;
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(15, 31, 62, 0.04);
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}

.st-blog-pagination .page-numbers:hover {
  transform: translateY(-2px);
  border-color: #bfd0e3;
  box-shadow: 0 12px 24px rgba(15, 31, 62, 0.07);
}

.st-blog-pagination .page-numbers.current {
  background: linear-gradient(135deg, #1d4e89 0%, #255da4 100%);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(29, 78, 137, 0.18);
}

/* =========================
   EMPTY STATE
========================= */

.st-blog-empty {
  max-width: 760px;
  margin: 0 auto;
  padding: 42px 30px;
  border-radius: 24px;
  border: 1px solid #d8e4f3;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 14px 30px rgba(15, 31, 62, 0.05);
  text-align: center;
}

.st-blog-empty h2 {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #121c34;
}

.st-blog-empty p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.72;
  color: #5d6b82;
}

/* =========================
   CTA FINAL
========================= */

.st-blog-cta {
  padding: 0 0 60px;
}

.st-blog-cta-box {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.92fr);
  gap: 22px;
  align-items: center;
  padding: 30px 28px;
  border-radius: 26px;
  background: linear-gradient(135deg, #143a73 0%, #0f2f5d 100%);
  box-shadow: 0 22px 48px rgba(15, 36, 68, 0.16);
}

.st-blog-cta-content {
  color: #ffffff;
  max-width: 680px;
}

.st-blog-cta-eyebrow {
  margin: 0 0 12px;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.74);
}

.st-blog-cta-content h2 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(2rem, 3.1vw, 3.1rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #ffffff;
  text-wrap: balance;
}

.st-blog-cta-content p {
  margin: 16px 0 0;
  max-width: 58ch;
  font-size: 1rem;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.92);
}

.st-blog-cta-actions {
  display: grid;
  gap: 12px;
}

.st-blog-cta-actions .btn {
  width: 100%;
  min-height: 48px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1180px) {
  .st-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st-blog-cta-box {
    grid-template-columns: 1fr;
  }

  .st-blog-hero-box h1,
  .st-blog-cta-content h2 {
    max-width: 100%;
  }
}

@media (max-width: 820px) {
  .st-blog-hero {
    padding: 28px 0 18px;
  }

  .st-blog-hero-box,
  .st-blog-cta-box {
    padding: 24px 22px;
    border-radius: 22px;
  }

  .st-blog-grid {
    grid-template-columns: 1fr;
  }

  .st-blog-hero-box h1 {
    font-size: clamp(2rem, 8.8vw, 3.2rem);
    line-height: 0.95;
  }

  .st-blog-cta-content h2 {
    font-size: clamp(1.85rem, 7.8vw, 2.7rem);
    line-height: 1.04;
  }

  .st-blog-hero-tags {
    flex-direction: column;
    align-items: stretch;
  }

  .st-blog-hero-tags span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .st-blog-section {
    padding: 44px 0 52px;
  }

  .st-blog-hero-box {
    padding: 22px 18px 20px;
  }

  .st-blog-hero-box h1 {
    font-size: clamp(1.82rem, 9.8vw, 2.7rem);
    line-height: 0.96;
  }

  .st-blog-hero-text,
  .st-blog-card-excerpt,
  .st-blog-empty p,
  .st-blog-cta-content p {
    font-size: 0.96rem;
    line-height: 1.66;
  }

  .st-blog-card-content {
    padding: 22px 18px 18px;
  }

  .st-blog-card-title {
    font-size: 1.12rem;
  }

  .st-blog-cta {
    padding: 0 0 52px;
  }

  .st-blog-cta-box {
    padding: 24px 18px;
    border-radius: 22px;
    gap: 18px;
  }

  .st-blog-cta-content h2 {
    max-width: none;
    font-size: clamp(1.72rem, 8.5vw, 2.35rem);
    line-height: 1.04;
  }

  .st-blog-cta-actions {
    width: 100%;
  }
}
/* =========================================================
   SINGLE POST / SINGLE.PHP — SOPORTETECNO FINAL
========================================================= */

.st-single-page {
  background: #eef3f9;
  color: #0f1930;
}

.st-single-hero {
  padding: 34px 0 24px;
  background:
    radial-gradient(circle at top left, rgba(74, 144, 226, 0.06), transparent 28%),
    linear-gradient(180deg, #eef4fb 0%, #edf3fa 100%);
}

.st-single-hero-box {
  padding: 24px 28px 22px;
  border-radius: 28px;
  background: linear-gradient(180deg, #1c4b90 0%, #173e7a 100%);
  color: #ffffff;
  box-shadow: 0 20px 46px rgba(17, 34, 68, 0.14);
}

.st-single-meta-top {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}

.st-single-category,
.st-single-date {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
}

.st-single-category {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.st-single-date {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.9);
}

.st-single-hero-box h1 {
  margin: 0;
  max-width: 16ch;
  font-size: clamp(1.9rem, 3.4vw, 3.1rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: #ffffff;
  text-wrap: balance;
}

.st-single-excerpt {
  margin-top: 18px;
  max-width: 68ch;
  font-size: 1.04rem;
  line-height: 1.74;
  color: rgba(255, 255, 255, 0.92);
}

.st-single-excerpt p {
  margin: 0;
}

/* =========================
   IMAGEN DESTACADA
========================= */

.st-single-featured-image-wrap {
  padding: 0 0 18px;
}

.st-single-featured-image {
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid #d8e4f3;
  box-shadow: 0 16px 34px rgba(15, 31, 62, 0.08);
  background: #dfe9f5;
}

.st-single-featured-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================
   LAYOUT
========================= */

.st-single-content-section {
  padding: 18px 0 60px;
}

.st-single-content-section .st-container,
.st-single-featured-image-wrap .st-container,
.st-single-hero .st-container,
.st-single-cta .st-container {
  width: min(1320px, calc(100% - 48px));
}

.st-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 26px;
  align-items: start;
}

.st-single-main {
  min-width: 0;
}

/* =========================
   CONTENIDO DEL POST
========================= */

.st-single-content {
  padding: 38px 36px;
  border-radius: 26px;
  border: 1px solid #d8e4f3;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 14px 30px rgba(15, 31, 62, 0.05);
  color: #223147;
}

.st-single-content > *:first-child {
  margin-top: 0;
}

.st-single-content > *:last-child {
  margin-bottom: 0;
}

.st-single-content h2,
.st-single-content h3,
.st-single-content h4 {
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #101a31;
}

.st-single-content h2 {
  margin-top: 1.7em;
  margin-bottom: 0.55em;
  font-size: clamp(1.7rem, 2.8vw, 2.35rem);
}

.st-single-content h3 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
}

.st-single-content h4 {
  margin-top: 1.4em;
  margin-bottom: 0.5em;
  font-size: 1.18rem;
}

.st-single-content p,
.st-single-content li {
  font-size: 1.03rem;
  line-height: 1.86;
  color: #44546b;
}

.st-single-content p {
  margin: 0 0 1.15em;
}

.st-single-content ul,
.st-single-content ol {
  margin: 0 0 1.2em 1.2em;
  padding: 0;
}

.st-single-content li {
  margin-bottom: 0.6em;
}

.st-single-content a {
  color: #1d4e89;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
}

.st-single-content a:hover {
  color: #143a73;
}

.st-single-content strong {
  color: #122036;
}

.st-single-content blockquote {
  margin: 1.5em 0;
  padding: 18px 20px 18px 18px;
  border-left: 4px solid #2f6fe9;
  border-radius: 0 18px 18px 0;
  background: linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%);
  color: #35455d;
}

.st-single-content blockquote p:last-child {
  margin-bottom: 0;
}

.st-single-content img,
.st-single-content .wp-block-image img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

.st-single-content .wp-block-image {
  margin: 1.6em 0;
}

.st-single-content .alignwide,
.st-single-content .alignfull {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.st-single-content pre {
  overflow-x: auto;
  margin: 1.5em 0;
  padding: 18px;
  border-radius: 18px;
  background: #0f172a;
  color: #e5eef8;
  font-size: 0.94rem;
  line-height: 1.65;
}

.st-single-content code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.94em;
}

.st-single-content :not(pre) > code {
  padding: 0.18em 0.42em;
  border-radius: 8px;
  background: #edf3fb;
  color: #173a70;
}

.st-single-page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #dbe5f1;
}

.st-single-page-links span,
.st-single-page-links a {
  font-size: 0.94rem;
  font-weight: 700;
  color: #173a70;
  text-decoration: none;
}

/* =========================
   NAVEGACIÓN ENTRE POSTS
========================= */

.st-single-post-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.st-single-post-nav-item {
  min-height: 100%;
}

.st-single-post-nav-item a {
  display: flex;
  align-items: center;
  min-height: 84px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid #d8e4f3;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 10px 24px rgba(15, 31, 62, 0.04);
  color: #173a70;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.st-single-post-nav-item a:hover {
  transform: translateY(-2px);
  border-color: #bfd0e3;
  box-shadow: 0 14px 28px rgba(15, 31, 62, 0.07);
}

/* =========================
   SIDEBAR
========================= */

.st-single-sidebar {
  min-width: 0;
}

.st-single-sidebar-box {
  position: sticky;
  top: 120px;
  padding: 24px 20px 20px;
  border-radius: 24px;
  border: 1px solid #d8e4f3;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 14px 30px rgba(15, 31, 62, 0.05);
}

.st-single-sidebar-eyebrow {
  margin: 0 0 10px;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5a769c;
}

.st-single-sidebar-box h2 {
  margin: 0 0 12px;
  font-size: 1.42rem;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #101a31;
}

.st-single-sidebar-box p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.68;
  color: #53637b;
}

.st-single-sidebar-actions {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

/* =========================
   BOTONES
========================= */

.st-single-page .btn,
.st-single-page a.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 14px;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease,
    color 0.18s ease;
}

.st-single-page .btn:hover,
.st-single-page a.btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.st-single-page .btn-primary,
.st-single-page a.btn-primary {
  color: #ffffff !important;
  background: linear-gradient(135deg, #5fa0ff 0%, #2f6fe9 100%);
  border: 1px solid transparent;
  box-shadow: 0 14px 30px rgba(47, 111, 233, 0.24);
}

.st-single-page .btn-primary:hover,
.st-single-page a.btn-primary:hover {
  color: #ffffff !important;
  box-shadow: 0 18px 34px rgba(47, 111, 233, 0.30);
}

.st-single-page .btn-secondary,
.st-single-page a.btn-secondary {
  color: #173a70 !important;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #d3dfef;
  box-shadow: 0 8px 20px rgba(15, 31, 62, 0.05);
}

.st-single-page .btn-secondary:hover,
.st-single-page a.btn-secondary:hover {
  color: #173a70 !important;
  background: #ffffff;
  border-color: #bfd0e3;
}

.st-single-sidebar-actions .btn,
.st-single-sidebar-actions a.btn,
.st-single-cta-actions .btn,
.st-single-cta-actions a.btn {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  font-size: 0.94rem;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
}

/* =========================
   CTA FINAL
========================= */

.st-single-cta {
  padding: 0 0 60px;
}

.st-single-cta-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 18px;
  align-items: center;
  padding: 26px 24px;
  border-radius: 26px;
  background: linear-gradient(135deg, #143a73 0%, #0f2f5d 100%);
  box-shadow: 0 22px 48px rgba(15, 36, 68, 0.16);
}

.st-single-cta-content {
  color: #ffffff;
  max-width: 680px;
}

.st-single-cta-eyebrow {
  margin: 0 0 12px;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.74);
}

.st-single-cta-content h2 {
  margin: 0;
  max-width: 13ch;
  font-size: clamp(1.8rem, 2.8vw, 2.7rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: #ffffff;
  text-wrap: balance;
}

.st-single-cta-content p {
  margin: 16px 0 0;
  max-width: 54ch;
  font-size: 0.96rem;
  line-height: 1.68;
  color: rgba(255, 255, 255, 0.92);
}

.st-single-cta-actions {
  display: grid;
  gap: 12px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1180px) {
  .st-single-content-section .st-container,
  .st-single-featured-image-wrap .st-container,
  .st-single-hero .st-container,
  .st-single-cta .st-container {
    width: min(100% - 32px, 1280px);
  }

  .st-single-layout,
  .st-single-cta-box {
    grid-template-columns: 1fr;
  }

  .st-single-hero-box h1,
  .st-single-cta-content h2 {
    max-width: 100%;
  }

  .st-single-sidebar-box {
    position: static;
  }
}

@media (max-width: 820px) {
  .st-single-hero {
    padding: 28px 0 20px;
  }

  .st-single-hero-box,
  .st-single-content,
  .st-single-cta-box {
    padding: 24px 22px;
    border-radius: 22px;
  }

  .st-single-hero-box h1 {
    font-size: clamp(2rem, 8.8vw, 3.2rem);
    line-height: 0.95;
  }

  .st-single-post-nav {
    grid-template-columns: 1fr;
  }

  .st-single-cta-content h2 {
    font-size: clamp(1.85rem, 7.8vw, 2.7rem);
    line-height: 1.04;
  }
}

@media (max-width: 640px) {
  .st-single-content-section {
    padding: 14px 0 52px;
  }

  .st-single-content {
    padding: 24px 18px;
  }

  .st-single-hero-box {
    padding: 22px 18px 20px;
  }

  .st-single-hero-box h1 {
    font-size: clamp(1.82rem, 9.8vw, 2.7rem);
    line-height: 0.96;
  }

  .st-single-excerpt,
  .st-single-content p,
  .st-single-content li,
  .st-single-sidebar-box p,
  .st-single-cta-content p {
    font-size: 0.96rem;
    line-height: 1.72;
  }

  .st-single-content h2 {
    font-size: 1.55rem;
  }

  .st-single-content h3 {
    font-size: 1.28rem;
  }

  .st-single-sidebar-box {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .st-single-cta {
    padding: 0 0 52px;
  }

  .st-single-cta-box {
    padding: 24px 18px;
    border-radius: 22px;
    gap: 18px;
  }

  .st-single-cta-content h2 {
    max-width: none;
    font-size: clamp(1.72rem, 8.5vw, 2.35rem);
    line-height: 1.04;
  }

  .st-single-cta-actions {
    width: 100%;
  }
}