/* V9: informational about section only. No legacy about/hero/card classes.
   Landing owns the outer gap; FAQ retains its own 64px top padding. */
#nosotros {
  --about9-gradient: linear-gradient(110deg, #8343ff 12%, #3877f3 100%);
  position: relative;
  isolation: isolate;
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 0;
  scroll-margin-top: 90px;
  text-align: center;
  color: var(--text);
  font-weight: 400;
  font-synthesis: none;
}
#nosotros::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -24px -12px;
  pointer-events: none;
  background: radial-gradient(ellipse at 18% 30%, rgba(124,58,237,.06), transparent 65%), radial-gradient(ellipse at 85% 40%, rgba(59,130,246,.06), transparent 65%), radial-gradient(ellipse at 55% 85%, rgba(20,184,166,.06), transparent 65%);
  -webkit-mask-image: radial-gradient(ellipse, #000 40%, transparent 72%);
  mask-image: radial-gradient(ellipse, #000 40%, transparent 72%);
}
#nosotros .about9-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  margin: 0 0 28px;
  border: 1px solid rgba(124,58,237,.12);
  border-radius: 999px;
  background: var(--primary-soft);
  color: var(--primary-strong);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}
#nosotros .about9-title {
  margin: 0;
  text-wrap: balance;
  color: var(--text);
  font-size: 52px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -.04em;
}
#nosotros .about9-title-top,
#nosotros .about9-title-bottom { display: block; }
#nosotros .about9-title-bottom {
  width: fit-content;
  margin-inline: auto;
  background: var(--about9-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#nosotros .about9-word { position: relative; display: inline-block; }
#nosotros .about9-spark {
  position: absolute;
  width: 36px;
  height: auto;
  max-width: none;
  aspect-ratio: 56 / 79;
  left: -40px;
  top: -20px;
  pointer-events: none;
}
#nosotros .about9-intro {
  max-width: 800px;
  margin: 24px auto 36px;
  font-size: 20px;
  line-height: 1.65;
  font-weight: 400;
  color: var(--text-muted);
}
#nosotros strong { font-weight: 700; }
#nosotros .about9-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  text-align: left;
}
#nosotros .about9-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-content: start;
  align-items: start;
  gap: 14px;
  padding: 20px;
  border-radius: 26px;
  border: 1px solid var(--border);
  background: var(--surface-solid);
  box-shadow: 0 4px 16px rgba(15,23,42,.035);
  min-width: 0;
}
#nosotros .about9-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
}
#nosotros .about9-icon svg { width: 28px; height: 28px; }
#nosotros .about9-icon-purple { color: #7c3aed; background: #f3edff; }
#nosotros .about9-icon-blue { color: #2878ef; background: #eaf3ff; }
#nosotros .about9-icon-teal { color: #009b80; background: #e4faf4; }
#nosotros .about9-copy { min-width: 0; }
#nosotros .about9-name {
  margin: 0 0 8px;
  color: var(--text);
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
}
#nosotros .about9-description {
  margin: 0;
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}
#nosotros .about9-signature {
  margin: 32px 0 0;
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
}
[data-theme="dark"] #nosotros { --about9-gradient: linear-gradient(110deg, #b48aff 12%, #71b2ff 100%); }
[data-theme="dark"] #nosotros::before {
  background: radial-gradient(ellipse at 18% 30%, rgba(139,92,246,.06), transparent 65%), radial-gradient(ellipse at 85% 40%, rgba(96,165,250,.06), transparent 65%), radial-gradient(ellipse at 55% 85%, rgba(45,212,191,.06), transparent 65%);
}
[data-theme="dark"] #nosotros .about9-card { box-shadow: 0 4px 16px rgba(0,0,0,.12); }
[data-theme="dark"] #nosotros .about9-icon-purple { color: #c4b5fd; background: #2d2146; }
[data-theme="dark"] #nosotros .about9-icon-blue { color: #93c5fd; background: #192e49; }
[data-theme="dark"] #nosotros .about9-icon-teal { color: #5eead4; background: #153b34; }
@media (min-width: 960px) {
  #nosotros .about9-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
  #nosotros .about9-card { grid-template-columns: minmax(0, 1fr); gap: 18px; padding: 28px; }
  #nosotros .about9-icon { width: 64px; height: 64px; }
}
@media (max-width: 639px) {
  #nosotros {
    /* Replace the parent gutter only here, matching V8's 20px shell. */
    width: calc(100% + 2 * var(--page-gutter) - 40px);
    margin-inline: calc(20px - var(--page-gutter));
    max-width: none;
  }
  #nosotros .about9-eyebrow { font-size: 12px; gap: 6px; padding: 6px 12px; margin-bottom: 20px; }
  #nosotros .about9-eyebrow svg { width: 16px; height: 16px; }
  /* Reserve room beside the first word for the decorative ray at narrow widths. */
  #nosotros .about9-title { font-size: clamp(30px, 8vw, 34px); padding-inline: 12px; }
  #nosotros .about9-title-top,
  #nosotros .about9-title-bottom { display: inline; }
  #nosotros .about9-title-bottom { background: none; -webkit-text-fill-color: currentColor; }
  #nosotros .about9-time {
    display: block;
    width: fit-content;
    margin-inline: auto;
    background: var(--about9-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #nosotros .about9-spark { width: 22px; left: -23px; top: -14px; }
  #nosotros .about9-intro { margin: 18px auto 28px; font-size: 16px; line-height: 1.65; }
  #nosotros .about9-name { font-size: 16px; }
  #nosotros .about9-description { font-size: 14px; line-height: 1.6; }
  #nosotros .about9-signature { font-size: 14px; }
}
@media (forced-colors: active) {
  #nosotros::before { display: none; }
  #nosotros .about9-title-bottom,
  #nosotros .about9-time { background: none; color: CanvasText; -webkit-text-fill-color: CanvasText; }
  #nosotros .about9-card,
  #nosotros .about9-eyebrow { border-color: CanvasText; box-shadow: none; }
}
