/* ZosHosting Web Hotfix v7
   Home-compatible visual system for Nosotros + corporate documentation pages.
   Tokens are intentionally aligned with the Home: #1B1B1B / #8A2CF6 / #A95DFF / Sora / 1180px / 70px grid. */

:root {
  --zos-purple: #8a2cf6;
  --zos-purple-bright: #a95dff;
  --zos-purple-soft: #cda9ff;
  --zos-ink: #1b1b1b;
  --zos-ink-soft: #242424;
  --zos-ink-lighter: #303030;
  --zos-white: #ffffff;
  --zos-muted: #aaa5b1;
  --zos-muted-light: #bdb8c3;
  --zos-line: rgba(255,255,255,.11);
  --zos-line-soft: rgba(255,255,255,.07);
  --zos-container: 1180px;
}

/* Keep the Home v4 visibility hotfixes intact. */
.advantage-hero .advantage-copy,
.advantage-hero .paraguay-panel,
.advantage-hero.reveal-on-scroll .advantage-copy,
.advantage-hero.reveal-on-scroll .paraguay-panel,
.process-grid article,
.process-grid.reveal-on-scroll article {
  opacity: 1 !important;
  transform: none !important;
}
.process-grid::after,
.process-grid.reveal-on-scroll::after { transform: scaleX(1) !important; }

/* Footer social links stay text-only, including Home. */
.social-links {
  display: flex !important;
  flex-wrap: wrap;
  gap: 7px 16px !important;
  margin-top: 7px !important;
}
.social-links a {
  display: inline !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #88828d !important;
  font-size: 11px !important;
  line-height: 1.7 !important;
  opacity: .95;
  transform: none !important;
}
.social-links a:hover {
  color: var(--zos-purple-soft) !important;
  background: transparent !important;
  transform: none !important;
}

/* ---------- Shared page foundation ---------- */
body.page-company,
body.page-policy,
body.page-legal {
  margin: 0;
  background:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    var(--zos-ink) !important;
  background-size: 70px 70px, 70px 70px, auto !important;
  color: var(--zos-white);
  font-family: Sora, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.page-company main,
body.page-policy main,
body.page-legal main,
body.page-company section,
body.page-policy section,
body.page-legal section {
  background-color: transparent !important;
  background-image: none;
}
.page-company .container,
.page-policy .container,
.page-legal .container {
  width: min(calc(100% - 48px), var(--zos-container));
  margin-inline: auto;
}
.page-company .site-header,
.page-policy .site-header,
.page-legal .site-header {
  background: rgba(27,27,27,.78) !important;
  backdrop-filter: blur(22px);
}
.page-company .nav-links,
.page-policy .nav-links,
.page-legal .nav-links { gap: 22px; }
.page-company .nav-links a,
.page-policy .nav-links a,
.page-legal .nav-links a { font-size: 13px; white-space: nowrap; }

.zos-eyebrow,
.zos-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--zos-purple-soft);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
  font-weight: 700;
}
.zos-eyebrow i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #75ffb3;
  box-shadow: 0 0 0 5px rgba(117,255,179,.12);
}

/* ---------- Nosotros: narrative, not commercial ---------- */
.about-hero {
  padding: 162px 0 84px;
}
.about-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 76px;
  min-height: 540px;
}
.about-hero-copy h1 {
  max-width: 720px;
  margin: 24px 0 24px;
  color: var(--zos-white);
  font-size: clamp(58px, 6vw, 88px);
  font-weight: 700;
  line-height: .94;
  letter-spacing: -.075em;
}
.about-hero-copy h1 span { color: var(--zos-purple-bright); }
.about-hero-copy p {
  max-width: 610px;
  margin: 0;
  color: var(--zos-muted-light);
  font-size: 18px;
  line-height: 1.75;
}
.about-origin {
  width: min(100%, 460px);
  justify-self: center;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)), #202020;
  box-shadow: 0 24px 58px rgba(0,0,0,.22);
}
.about-origin-label {
  display: block;
  margin-bottom: 14px;
  color: #8c8591;
  font-size: 10px;
  letter-spacing: .12em;
}
.about-origin > strong {
  display: block;
  max-width: 17ch;
  color: var(--zos-white);
  font-size: 28px;
  line-height: 1.16;
  letter-spacing: -.045em;
}
.about-origin-list {
  display: grid;
  margin-top: 28px;
  border-top: 1px solid var(--zos-line-soft);
}
.about-origin-list > div {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid var(--zos-line-soft);
}
.about-origin-list > div:last-child { border-bottom: 0; padding-bottom: 0; }
.about-origin-list span {
  color: var(--zos-purple-soft);
  font-size: 10px;
  font-weight: 700;
}
.about-origin-list p {
  margin: 0;
  color: var(--zos-muted);
  font-size: 14px;
  line-height: 1.55;
}
.about-origin-list b {
  display: block;
  margin-bottom: 5px;
  color: var(--zos-white);
  font-size: 13px;
}
.about-story {
  padding: 96px 0;
  border-top: 1px solid rgba(255,255,255,.08);
}
.about-story-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 74px;
  align-items: start;
}
.about-story h2 {
  max-width: 11ch;
  margin: 14px 0 0;
  color: var(--zos-white);
  font-size: clamp(44px, 4.6vw, 66px);
  line-height: 1.02;
  letter-spacing: -.065em;
}
.about-story-copy { padding-top: 28px; }
.about-story-copy p {
  max-width: 640px;
  margin: 0;
  color: var(--zos-muted-light);
  font-size: 17px;
  line-height: 1.82;
}
.about-story-copy p + p { margin-top: 20px; }
.about-founder {
  padding: 112px 0 106px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.about-founder .container {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 78px;
  align-items: start;
}
.founder-intro { padding-top: 4px; }
.founder-intro h2 {
  margin: 18px 0 8px;
  color: var(--zos-white);
  font-size: clamp(42px, 4.2vw, 62px);
  line-height: 1;
  letter-spacing: -.065em;
}
.founder-role {
  margin: 0;
  color: var(--zos-muted);
  font-size: 14px;
}
.founder-body {
  max-width: 680px;
  padding-top: 42px;
}
.founder-body > p {
  margin: 0;
  color: var(--zos-muted-light);
  font-size: 18px;
  line-height: 1.82;
}
.founder-body blockquote {
  margin: 34px 0 0;
  padding: 0 0 0 24px;
  border-left: 2px solid var(--zos-purple);
  background: transparent;
  color: #e8e4ec;
  font-size: clamp(23px, 2.4vw, 31px);
  line-height: 1.45;
  letter-spacing: -.035em;
}
.about-direction {
  padding: 96px 0 124px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.about-direction-inner {
  max-width: 880px;
  text-align: center;
}
.about-direction h2 {
  margin: 16px auto 0;
  color: var(--zos-white);
  font-size: clamp(42px, 4.5vw, 64px);
  line-height: 1.04;
  letter-spacing: -.065em;
}

/* ---------- Corporate documentation pages ---------- */
.page-doc .doc-hero {
  padding: 154px 0 72px;
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.doc-hero-inner { max-width: 980px; }
.doc-hero h1 {
  max-width: 900px;
  margin: 22px 0 18px;
  color: var(--zos-white);
  font-size: clamp(48px, 5vw, 72px);
  line-height: .99;
  letter-spacing: -.07em;
  font-weight: 700;
}
.doc-hero > .container > p,
.doc-hero-inner > p {
  max-width: 760px;
  margin: 0;
  color: var(--zos-muted-light);
  font-size: 17px;
  line-height: 1.75;
}
.doc-meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  margin-top: 42px;
  border-top: 1px solid var(--zos-line);
  border-bottom: 1px solid var(--zos-line);
}
.doc-meta > span {
  min-width: 0;
  padding: 18px 20px;
  border-right: 1px solid var(--zos-line-soft);
}
.doc-meta > span:first-child { padding-left: 0; }
.doc-meta > span:last-child { border-right: 0; }
.doc-meta small,
.legal-identity small {
  display: block;
  color: #827c87;
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.doc-meta strong,
.legal-identity strong {
  display: block;
  margin-top: 7px;
  color: #e9e5ec;
  font-size: 13px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
.doc-meta a,
.legal-identity a { color: var(--zos-purple-soft); }

.doc-body { padding: 70px 0 120px; }
.doc-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 780px);
  justify-content: space-between;
  gap: clamp(46px, 7vw, 100px);
  align-items: start;
}
.doc-toc {
  position: sticky;
  top: 112px;
  align-self: start;
}
.doc-toc-inner {
  padding-left: 18px;
  border-left: 1px solid var(--zos-line);
}
.doc-toc-inner > span {
  display: block;
  margin-bottom: 15px;
  color: #7f7984;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 700;
}
.doc-toc nav {
  display: grid;
  gap: 2px;
  max-height: calc(100vh - 175px);
  padding-right: 8px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,.18) transparent;
}
.doc-toc a {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 9px;
  padding: 7px 8px;
  border-radius: 8px;
  color: #99939e;
  font-size: 12px;
  line-height: 1.4;
}
.doc-toc a:hover { color: #e7e2eb; background: rgba(255,255,255,.035); }
.doc-toc a span { color: #6f6974; font-size: 10px; font-weight: 700; padding-top: 1px; }
.doc-article { min-width: 0; }
.doc-lead {
  padding: 0 0 42px;
  border-bottom: 1px solid var(--zos-line);
}
.doc-lead h2 {
  margin: 0 0 12px;
  color: var(--zos-white);
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -.05em;
}
.doc-lead p,
.doc-section p,
.doc-copy {
  color: var(--zos-muted-light);
  font-size: 16px;
  line-height: 1.82;
}
.doc-lead p { margin: 0; }
.doc-lead a,
.doc-copy a { color: var(--zos-purple-soft); text-decoration: underline; text-underline-offset: 3px; }
.doc-section {
  scroll-margin-top: 110px;
  display: grid;
  grid-template-columns: 44px minmax(0,1fr);
  gap: 22px;
  padding: 46px 0;
  border-bottom: 1px solid var(--zos-line);
}
.doc-section-number {
  padding-top: 5px;
  color: #77717c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}
.doc-section h2 {
  margin: 0 0 14px;
  color: var(--zos-white);
  font-size: clamp(28px, 2.6vw, 38px);
  line-height: 1.12;
  letter-spacing: -.05em;
}
.doc-section p { margin: 0; }
.doc-section p + p { margin-top: 16px; }
.doc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 22px;
}
.doc-actions a {
  color: var(--zos-purple-soft);
  font-size: 13px;
  font-weight: 600;
}

/* Legal document content is intentionally not card-based. */
.legal-layout { grid-template-columns: 250px minmax(0, 800px); }
.legal-identity {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 0;
  margin-bottom: 8px;
  border-top: 1px solid var(--zos-line);
  border-bottom: 1px solid var(--zos-line);
}
.legal-identity > div {
  padding: 17px 18px;
  border-right: 1px solid var(--zos-line-soft);
}
.legal-identity > div:first-child { padding-left: 0; }
.legal-identity > div:last-child { border-right: 0; }
.doc-category {
  display: inline-block;
  margin-bottom: 9px;
  color: var(--zos-purple-soft);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 9px;
  font-weight: 700;
}
.doc-copy p { margin: 0; }
.doc-copy p + p { margin-top: 16px; }
.doc-copy ul,
.doc-copy ol {
  margin: 16px 0 0;
  padding-left: 20px;
  color: var(--zos-muted-light);
}
.doc-copy li + li { margin-top: 9px; }
.doc-copy .definition-list {
  margin: 22px 0 0;
  border-top: 1px solid var(--zos-line);
}
.doc-copy .definition-list > div {
  display: grid;
  grid-template-columns: 170px minmax(0,1fr);
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid var(--zos-line-soft);
}
.doc-copy .definition-list dt {
  color: #ece8ef;
  font-weight: 700;
}
.doc-copy .definition-list dd { margin: 0; color: var(--zos-muted-light); }
.doc-copy .info-grid,
.doc-copy .contact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 0;
  margin-top: 20px;
  border-top: 1px solid var(--zos-line);
}
.doc-copy .info-grid > div,
.doc-copy .contact-list > a,
.doc-copy .contact-list > div {
  padding: 16px 0;
  border-bottom: 1px solid var(--zos-line-soft);
}
.doc-copy .info-grid > div:nth-child(odd),
.doc-copy .contact-list > *:nth-child(odd) { padding-right: 22px; }
.doc-copy .info-grid > div:nth-child(even),
.doc-copy .contact-list > *:nth-child(even) { padding-left: 22px; border-left: 1px solid var(--zos-line-soft); }
.doc-copy .info-grid span,
.doc-copy .contact-list span {
  display: block;
  color: #827c87;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 9px;
}
.doc-copy .info-grid strong,
.doc-copy .contact-list strong {
  display: block;
  margin-top: 6px;
  color: #e8e4eb;
  font-size: 13px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.doc-copy .table-wrap {
  max-width: 100%;
  margin-top: 20px;
  overflow: auto;
  border-top: 1px solid var(--zos-line);
  border-bottom: 1px solid var(--zos-line);
}
.doc-copy table { width: 100%; min-width: 480px; border-collapse: collapse; }
.doc-copy th,
.doc-copy td {
  padding: 13px 12px;
  border-bottom: 1px solid var(--zos-line-soft);
  text-align: left;
  color: var(--zos-muted-light);
  font-size: 13px;
}
.doc-copy th { color: #ece8ef; font-weight: 600; }
.doc-copy tr:last-child td { border-bottom: 0; }
.doc-copy .note {
  margin-top: 18px !important;
  padding: 15px 18px;
  border-left: 2px solid var(--zos-purple);
  background: rgba(255,255,255,.025) !important;
  color: var(--zos-muted-light);
}

/* Footer spacing on all three pages */
.page-company footer,
.page-policy footer,
.page-legal footer {
  margin-top: 0;
  background: #101010 !important;
}
.page-company .footer-top,
.page-policy .footer-top,
.page-legal .footer-top {
  grid-template-columns: 1.65fr .8fr .8fr 1fr;
  gap: clamp(28px, 4vw, 58px);
  padding-top: 72px;
  padding-bottom: 58px;
}
.page-company .footer-brand p,
.page-policy .footer-brand p,
.page-legal .footer-brand p { color: #79737e; font-size: 12px; line-height: 1.7; }
.page-company .footer-column strong,
.page-policy .footer-column strong,
.page-legal .footer-column strong { font-size: 11px; }
.page-company .footer-column a,
.page-policy .footer-column a,
.page-legal .footer-column a,
.page-company .footer-column span,
.page-policy .footer-column span,
.page-legal .footer-column span { color: #88828d; font-size: 11px; }

@media (max-width: 1060px) {
  .about-hero-grid { grid-template-columns: 1fr; gap: 54px; }
  .about-origin { justify-self: start; }
  .about-story-grid { grid-template-columns: 1fr; gap: 26px; }
  .about-story-copy { padding-top: 0; }
  .about-founder .container { grid-template-columns: 1fr; gap: 18px; }
  .founder-body { padding-top: 0; }
  .doc-layout,
  .legal-layout { grid-template-columns: 210px minmax(0,1fr); gap: 48px; }
  .doc-meta { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .doc-meta > span:nth-child(2) { border-right: 0; }
  .doc-meta > span:nth-child(-n+2) { border-bottom: 1px solid var(--zos-line-soft); }
  .page-company .footer-top,
  .page-policy .footer-top,
  .page-legal .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  .page-company .container,
  .page-policy .container,
  .page-legal .container { width: min(calc(100% - 32px), var(--zos-container)); }
  .about-hero { padding: 138px 0 68px; }
  .about-hero-grid { min-height: 0; }
  .about-story,
  .about-founder,
  .about-direction { padding-top: 72px; padding-bottom: 76px; }
  .doc-hero { padding-top: 134px !important; }
  .doc-layout,
  .legal-layout { grid-template-columns: 1fr; }
  .doc-toc { position: static; }
  .doc-toc-inner { padding-left: 0; border-left: 0; border-bottom: 1px solid var(--zos-line); padding-bottom: 20px; }
  .doc-toc nav {
    grid-template-columns: repeat(2, minmax(0,1fr));
    max-height: none;
    overflow: visible;
  }
  .legal-identity { grid-template-columns: 1fr; }
  .legal-identity > div { padding-left: 0; border-right: 0; border-bottom: 1px solid var(--zos-line-soft); }
  .legal-identity > div:last-child { border-bottom: 0; }
}

@media (max-width: 620px) {
  .about-hero-copy h1 { font-size: clamp(48px, 14vw, 68px); }
  .about-hero-copy p,
  .about-story-copy p,
  .founder-body > p { font-size: 16px; }
  .about-origin { padding: 24px; border-radius: 24px; }
  .about-origin > strong { font-size: 24px; }
  .founder-body blockquote { font-size: 21px; }
  .doc-hero h1 { font-size: clamp(44px, 13vw, 62px); }
  .doc-meta { grid-template-columns: 1fr; }
  .doc-meta > span { padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--zos-line-soft); }
  .doc-meta > span:last-child { border-bottom: 0; }
  .doc-toc nav { grid-template-columns: 1fr; }
  .doc-section { grid-template-columns: 34px minmax(0,1fr); gap: 14px; padding: 36px 0; }
  .doc-lead p,
  .doc-section p,
  .doc-copy { font-size: 15px; }
  .doc-copy .definition-list > div { grid-template-columns: 1fr; gap: 6px; }
  .doc-copy .info-grid,
  .doc-copy .contact-list { grid-template-columns: 1fr; }
  .doc-copy .info-grid > div,
  .doc-copy .contact-list > a,
  .doc-copy .contact-list > div { padding: 14px 0 !important; border-left: 0 !important; }
  .page-company .footer-top,
  .page-policy .footer-top,
  .page-legal .footer-top { grid-template-columns: 1fr; }
}

/* ========================================================================== 
   ZosHosting Web Hotfix v8 — refinements requested after v7
   ========================================================================== */

/* Documentation: smaller, calmer reading scale on the main/right column. */
.page-doc .doc-layout {
  grid-template-columns: 232px minmax(0, 742px);
  gap: clamp(44px, 7vw, 92px);
}
.page-doc .legal-layout {
  grid-template-columns: 240px minmax(0, 758px);
}
.page-doc .doc-lead h2 {
  font-size: 29px;
  letter-spacing: -.045em;
}
.page-doc .doc-section h2 {
  font-size: clamp(25px, 2.1vw, 32px);
  line-height: 1.14;
  letter-spacing: -.045em;
}
.page-doc .doc-lead p,
.page-doc .doc-section p,
.page-doc .doc-copy,
.page-doc .doc-copy dd,
.page-doc .doc-copy li {
  font-size: 14.5px;
  line-height: 1.76;
}
.page-doc .doc-copy th,
.page-doc .doc-copy td {
  font-size: 12.5px;
  line-height: 1.55;
}
.page-doc .doc-copy .info-grid strong,
.page-doc .doc-copy .contact-list strong,
.page-doc .doc-meta strong,
.page-doc .legal-identity strong {
  font-size: 12px;
}
.page-doc .doc-category {
  font-size: 8px;
}
.page-doc .doc-section {
  padding: 40px 0;
}
.page-doc .doc-section-number {
  font-size: 10px;
}

/* About page: editorial hero instead of a generic card. */
.about-hero {
  padding-bottom: 98px;
}
.about-hero-grid {
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(54px, 7vw, 96px);
}
.about-hero-copy h1 {
  max-width: 690px;
  font-size: clamp(56px, 5.7vw, 84px);
}
.about-manifesto {
  width: min(100%, 448px);
  justify-self: end;
  padding: 8px 0 0 30px;
  border-left: 1px solid rgba(255,255,255,.13);
}
.about-manifesto-label {
  display: block;
  margin-bottom: 20px;
  color: #817b86;
  font-size: 10px;
  letter-spacing: .12em;
}
.about-manifesto-quote {
  margin: 0;
  max-width: 16ch;
  color: var(--zos-white);
  font-size: clamp(27px, 2.5vw, 35px);
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: -.05em;
}
.about-manifesto-facts {
  display: grid;
  margin-top: 32px;
  border-top: 1px solid var(--zos-line-soft);
}
.about-manifesto-facts > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 13px;
  padding: 16px 0;
  border-bottom: 1px solid var(--zos-line-soft);
}
.about-manifesto-facts > div:last-child { border-bottom: 0; }
.about-manifesto-facts span {
  color: var(--zos-purple-soft);
  font-size: 9px;
  font-weight: 700;
}
.about-manifesto-facts p {
  margin: 0;
  color: var(--zos-muted);
  font-size: 13px;
  line-height: 1.55;
}
.about-manifesto-facts b {
  display: block;
  margin-bottom: 4px;
  color: var(--zos-white);
  font-size: 12px;
}

/* Founder presentation follows the reference: monogram left, profile right. */
.about-founder {
  padding: 112px 0 118px;
}
.founder-profile {
  display: grid !important;
  grid-template-columns: 180px minmax(0, 710px) !important;
  justify-content: center;
  gap: clamp(54px, 7vw, 94px) !important;
  align-items: center !important;
}
.founder-monogram {
  display: grid;
  place-items: center;
  width: 166px;
  height: 166px;
  border-radius: 28px;
  background: linear-gradient(145deg, #8a2cf6, #a95dff);
  color: #fff;
  box-shadow: 0 22px 50px rgba(138,44,246,.18);
  font-size: 54px;
  font-weight: 700;
  letter-spacing: -.06em;
}
.founder-profile-copy {
  max-width: 710px;
}
.founder-profile-copy .zos-kicker {
  color: var(--zos-purple-bright);
}
.founder-profile-copy h2 {
  margin: 14px 0 22px;
  max-width: 14ch;
  color: var(--zos-white);
  font-size: clamp(46px, 4.5vw, 68px);
  line-height: 1.02;
  letter-spacing: -.065em;
}
.founder-profile-copy > p {
  margin: 0;
  color: var(--zos-muted-light);
  font-size: 16px;
  line-height: 1.78;
}
.founder-profile-copy > p + p {
  margin-top: 18px;
}
.founder-profile-copy .founder-statement {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--zos-line);
  color: #e6e2ea;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}
.about-direction {
  padding-top: 104px;
  padding-bottom: 150px;
}

@media (max-width: 1060px) {
  .about-manifesto { justify-self: start; max-width: 560px; }
  .founder-profile {
    grid-template-columns: 150px minmax(0, 1fr) !important;
    gap: 46px !important;
  }
  .founder-monogram { width: 144px; height: 144px; font-size: 46px; }
  .page-doc .doc-layout,
  .page-doc .legal-layout { grid-template-columns: 205px minmax(0,1fr); gap: 46px; }
}

@media (max-width: 820px) {
  .about-manifesto { padding-left: 22px; }
  .founder-profile {
    grid-template-columns: 1fr !important;
    justify-items: start;
    gap: 28px !important;
  }
  .founder-monogram { width: 118px; height: 118px; border-radius: 24px; font-size: 38px; }
  .page-doc .doc-layout,
  .page-doc .legal-layout { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .about-manifesto { border-left: 0; padding-left: 0; border-top: 1px solid var(--zos-line); padding-top: 24px; }
  .about-manifesto-quote { max-width: 18ch; font-size: 26px; }
  .founder-profile-copy h2 { font-size: 44px; }
  .founder-profile-copy > p { font-size: 15px; }
  .founder-profile-copy .founder-statement { font-size: 16px; }
  .page-doc .doc-lead p,
  .page-doc .doc-section p,
  .page-doc .doc-copy,
  .page-doc .doc-copy dd,
  .page-doc .doc-copy li { font-size: 14px; }
  .page-doc .doc-section h2 { font-size: 26px; }
}

/* Reference alignment: founder mark starts level with role/name block. */
.founder-profile { align-items: start !important; }
.founder-monogram { margin-top: 4px; }

/* ========================================================================== 
   ZosHosting Web Hotfix v9 — document hero alignment
   Align the upper document header with the left edge of the document layout.
   ========================================================================== */
.page-doc .doc-hero-inner {
  max-width: 1180px;
}

.page-doc .doc-hero-inner > .zos-eyebrow,
.page-doc .doc-hero-inner > h1,
.page-doc .doc-hero-inner > p,
.page-doc .doc-hero-inner > .doc-meta {
  width: min(100%, 980px);
}

/* ======================================================================
   HOTFIX v10 — FOOTER GLOBAL
   El footer usa la misma estructura aprobada en Sobre nosotros,
   Renovaciones y Bases y condiciones en TODAS las páginas.
   No altera el diseño de contenido de ninguna página.
   ====================================================================== */
footer {
  margin-top: 0 !important;
  background-color: #1B1B1B !important;
  background-image: none !important;
  color: #fff;
}

footer .footer-top {
  display: grid !important;
  grid-template-columns: minmax(280px, 1.65fr) minmax(130px, .8fr) minmax(150px, .8fr) minmax(180px, 1fr) !important;
  align-items: start !important;
  gap: clamp(28px, 4vw, 58px) !important;
  padding-top: 72px !important;
  padding-bottom: 58px !important;
}

footer .footer-brand {
  min-width: 0;
}
footer .footer-brand .brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}
footer .footer-brand p {
  max-width: 320px;
  margin-top: 20px;
  color: #79737e !important;
  font-size: 12px !important;
  line-height: 1.7 !important;
}
footer .footer-column {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 13px !important;
  min-width: 0;
}
footer .footer-column strong {
  margin-bottom: 7px !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
}
footer .footer-column > a,
footer .footer-column > span {
  color: #88828d !important;
  font-size: 11px !important;
  line-height: 1.6 !important;
}
footer .footer-column > a:hover {
  color: var(--zos-purple-soft, #cda9ff) !important;
}
footer .footer-bottom {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 30px !important;
  padding-top: 26px !important;
  padding-bottom: 28px !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
  color: #5f5964 !important;
  font-size: 9px !important;
}
footer .footer-bottom-links {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  gap: 8px 18px !important;
}
footer .footer-bottom a {
  color: #5f5964 !important;
}
footer .footer-bottom a:hover {
  color: var(--zos-purple-soft, #cda9ff) !important;
}

/* Las redes se mantienen como texto, no como botones. */
footer .social-links {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px 16px !important;
  margin-top: 7px !important;
}
footer .social-links a {
  display: inline !important;
  width: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #88828d !important;
  font-size: 11px !important;
  line-height: 1.7 !important;
  transform: none !important;
}
footer .social-links a:hover {
  color: var(--zos-purple-soft, #cda9ff) !important;
  background: transparent !important;
  transform: none !important;
}

@media (max-width: 1060px) {
  footer .footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 650px) {
  footer .footer-top {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
    padding-top: 54px !important;
    padding-bottom: 44px !important;
  }
  footer .footer-bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 14px !important;
  }
  footer .footer-bottom-links {
    justify-content: flex-start !important;
  }
}

/* ---------- v11: centered desktop navigation ----------
   Keep brand anchored left and client-area button anchored right while the
   navigation labels sit on the true horizontal center of the header. */
@media (min-width: 861px) {
  .nav-wrap {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 24px !important;
  }

  .nav-wrap > .brand {
    justify-self: start !important;
    margin: 0 !important;
  }

  .nav-wrap > .nav-links {
    justify-self: center !important;
    margin: 0 !important;
  }

  .nav-wrap > .header-cta {
    justify-self: end !important;
    margin: 0 !important;
  }
}

/* ========================================================================== 
   ZosHosting Web Hotfix v13 — mobile navigation + Sobre nosotros responsive
   ========================================================================== */

@media (max-width: 860px) {
  /* Header móvil: geometría estable y botón hamburguesa perfectamente centrado. */
  .site-header .nav-wrap {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 44px !important;
    align-items: center !important;
    gap: 14px !important;
    height: 72px !important;
  }

  .site-header .nav-wrap > .brand {
    justify-self: start !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  .site-header .nav-wrap > .header-cta {
    display: none !important;
  }

  .site-header .menu-toggle {
    position: relative !important;
    justify-self: end !important;
    display: block !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    border-radius: 11px !important;
    background: rgba(255,255,255,.04) !important;
    box-shadow: none !important;
    cursor: pointer !important;
    z-index: 102 !important;
  }

  .site-header .menu-toggle span {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    display: block !important;
    width: 18px !important;
    height: 1.5px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #fff !important;
    transform-origin: 50% 50% !important;
    transition: transform .18s ease, opacity .18s ease !important;
  }

  .site-header .menu-toggle span:first-child {
    transform: translate(-50%, -5px) !important;
  }

  .site-header .menu-toggle span:last-child {
    transform: translate(-50%, 4px) !important;
  }

  .site-header .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translate(-50%, -50%) rotate(45deg) !important;
  }

  .site-header .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg) !important;
  }

  .site-header .nav-links {
    position: absolute !important;
    top: calc(100% + 10px) !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 101 !important;
    display: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 8px !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    border-radius: 15px !important;
    background: rgba(27,27,27,.985) !important;
    box-shadow: 0 22px 55px rgba(0,0,0,.42) !important;
    backdrop-filter: blur(22px) !important;
  }

  .site-header .nav-links.is-open {
    display: flex !important;
  }

  .site-header .nav-links a {
    display: flex !important;
    align-items: center !important;
    min-height: 46px !important;
    padding: 0 13px !important;
    border-radius: 10px !important;
    color: #c9c5ce !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    white-space: normal !important;
  }

  .site-header .nav-links a:hover,
  .site-header .nav-links a[aria-current="page"] {
    color: #fff !important;
    background: rgba(255,255,255,.055) !important;
  }

  /* Evita scroll accidental de fondo cuando el menú está abierto. */
  body.zos-mobile-menu-open {
    overflow: hidden !important;
  }

  /* Sobre nosotros: una sola columna limpia, con proporciones de móvil. */
  body.page-company .about-hero {
    padding: 118px 0 58px !important;
  }

  body.page-company .about-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
    min-height: 0 !important;
  }

  body.page-company .about-hero-copy {
    max-width: 620px !important;
    margin-inline: auto !important;
    text-align: center !important;
  }

  body.page-company .about-hero-copy .zos-eyebrow {
    justify-content: center !important;
  }

  body.page-company .about-hero-copy h1 {
    max-width: 10ch !important;
    margin: 18px auto 20px !important;
    font-size: clamp(44px, 12.8vw, 62px) !important;
    line-height: .96 !important;
    letter-spacing: -.065em !important;
  }

  body.page-company .about-hero-copy p {
    max-width: 34rem !important;
    margin-inline: auto !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
  }

  body.page-company .about-manifesto {
    width: min(100%, 520px) !important;
    max-width: 520px !important;
    margin-inline: auto !important;
    padding: 26px 0 0 !important;
    border-left: 0 !important;
    border-top: 1px solid rgba(255,255,255,.11) !important;
  }

  body.page-company .about-manifesto-label {
    margin-bottom: 14px !important;
    text-align: center !important;
  }

  body.page-company .about-manifesto-quote {
    max-width: 22ch !important;
    margin-inline: auto !important;
    text-align: center !important;
    font-size: clamp(23px, 7vw, 29px) !important;
    line-height: 1.2 !important;
  }

  body.page-company .about-manifesto-facts {
    margin-top: 24px !important;
  }

  body.page-company .about-story {
    padding: 64px 0 !important;
  }

  body.page-company .about-story-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  body.page-company .about-story h2 {
    max-width: 12ch !important;
    margin-top: 12px !important;
    font-size: clamp(36px, 10vw, 48px) !important;
    line-height: 1.03 !important;
  }

  body.page-company .about-story-copy {
    padding-top: 0 !important;
  }

  body.page-company .about-story-copy p {
    font-size: 15px !important;
    line-height: 1.75 !important;
  }

  body.page-company .about-founder {
    padding: 68px 0 72px !important;
  }

  body.page-company .founder-profile {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    gap: 24px !important;
    text-align: center !important;
  }

  body.page-company .founder-monogram {
    width: 94px !important;
    height: 94px !important;
    margin: 0 auto !important;
    border-radius: 22px !important;
    font-size: 34px !important;
    box-shadow: 0 16px 36px rgba(138,44,246,.16) !important;
  }

  body.page-company .founder-profile-copy {
    max-width: 560px !important;
    margin-inline: auto !important;
  }

  body.page-company .founder-profile-copy .zos-kicker {
    justify-content: center !important;
  }

  body.page-company .founder-profile-copy h2 {
    max-width: none !important;
    margin: 12px 0 18px !important;
    font-size: clamp(38px, 10.5vw, 48px) !important;
    line-height: 1.02 !important;
  }

  body.page-company .founder-profile-copy > p {
    max-width: 35rem !important;
    margin-inline: auto !important;
    color: #bdb8c3 !important;
    font-size: 15px !important;
    line-height: 1.72 !important;
  }

  body.page-company .founder-profile-copy > p + p {
    margin-top: 14px !important;
  }

  body.page-company .founder-profile-copy .founder-statement {
    margin-top: 22px !important;
    padding-top: 18px !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  body.page-company .about-direction {
    padding: 64px 0 88px !important;
  }

  body.page-company .about-direction-inner {
    max-width: 640px !important;
    margin-inline: auto !important;
    text-align: center !important;
  }

  body.page-company .about-direction h2 {
    max-width: 12ch !important;
    margin: 12px auto 0 !important;
    font-size: clamp(36px, 10vw, 48px) !important;
    line-height: 1.04 !important;
  }
}

@media (max-width: 480px) {
  .site-header .nav-wrap {
    grid-template-columns: minmax(0, 1fr) 42px !important;
  }

  .site-header .brand {
    gap: 10px !important;
    font-size: 18px !important;
  }

  .site-header .brand img,
  .site-header .brand-mark {
    width: 31px !important;
    height: 31px !important;
  }

  body.page-company .about-hero-copy h1 {
    font-size: clamp(40px, 12.2vw, 52px) !important;
  }
}


/* ========================================================================== 
   ZosHosting Web Hotfix v14 — header móvil + footer global
   ========================================================================== */

/* Footer ZOS: mismo gris base del sitio, sin cuadrícula ni textura. */
footer,
body.page-company footer,
body.page-policy footer,
body.page-legal footer {
  background-color: #1B1B1B !important;
  background-image: none !important;
}

/* En móvil, logo a la izquierda y hamburguesa al extremo derecho. */
@media (max-width: 860px) {
  .site-header .nav-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    gap: 14px !important;
  }

  .site-header .nav-wrap > .brand {
    flex: 0 1 auto !important;
    justify-self: auto !important;
    margin-right: auto !important;
  }

  .site-header .menu-toggle {
    position: relative !important;
    flex: 0 0 42px !important;
    justify-self: auto !important;
    margin-left: auto !important;
    margin-right: 0 !important;
  }

  .site-header .nav-links {
    left: 0 !important;
    right: 0 !important;
  }
}

@media (max-width: 480px) {
  .site-header .menu-toggle {
    flex-basis: 42px !important;
  }
}

/* ==========================================================
   ZOS v20 — quitar separadores horizontales globales
   Mantiene intactos bordes internos de cards, tablas y campos.
   ========================================================== */
body main > section,
body main > .metric-row,
body.page-company .about-story,
body.page-company .about-founder,
body.page-company .about-direction,
body.page-doc .doc-hero,
body .cta-section {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

body footer,
body footer .footer-bottom {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
