/* ----- Sobre (Ryzer Host) — layout moderno ----- */
body#about-page.light-theme {
  background-color: #fff;
}

/* Hero */
body#about-page .ab-hero {
  position: relative;
  isolation: isolate;
  padding: 5.5rem 0 3.5rem;
}
@media (min-width: 992px) {
  body#about-page .ab-hero {
    padding: 6.5rem 0 4.5rem;
  }
}
body#about-page .ab-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(165deg, rgba(15, 23, 42, 0.88) 0%, rgba(24, 24, 27, 0.92) 50%, rgba(9, 9, 11, 0.96) 100%),
    radial-gradient(ellipse 90% 60% at 15% 10%, rgba(var(--primary-rgb), 0.28), transparent 55%),
    radial-gradient(ellipse 50% 45% at 92% 25%, rgba(56, 189, 248, 0.1), transparent 50%);
}
body#about-page.light-theme .ab-hero__bg {
  background:
    linear-gradient(165deg, #ffffff 0%, #f8fafc 45%, #f1f5f9 100%),
    radial-gradient(ellipse 85% 55% at 12% 5%, rgba(var(--primary-rgb), 0.12), transparent 55%),
    radial-gradient(ellipse 55% 40% at 95% 20%, rgba(2, 132, 199, 0.08), transparent 45%);
}
body#about-page .ab-hero__grid {
  position: absolute;
  inset: -30% -15% -25% -15%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.055;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1px, transparent 1px);
  background-size: 44px 44px;
  transform: rotate(-6deg);
}
body#about-page.light-theme .ab-hero__grid {
  opacity: 0.045;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.35) 1px, transparent 1px);
}
body#about-page .ab-hero .container {
  position: relative;
  z-index: 1;
}
body#about-page .ab-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(var(--primary-rgb), 0.95);
  margin-bottom: 0.85rem;
}
body#about-page.light-theme .ab-eyebrow {
  color: var(--primary-deep);
}
body#about-page .ab-hero__title {
  font-size: clamp(1.65rem, 1.1rem + 2.2vw, 2.5rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #fafafa;
}
body#about-page.light-theme .ab-hero__title {
  color: var(--dark);
}
body#about-page .ab-hero__lead {
  color: rgba(226, 232, 240, 0.92) !important;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.05rem;
  line-height: 1.65;
}
@media (min-width: 992px) {
  body#about-page .ab-hero__lead {
    margin-left: 0;
    margin-right: 0;
  }
}
body#about-page.light-theme .ab-hero__lead {
  color: var(--text-gray) !important;
}
body#about-page .ab-hero__actions {
  gap: 0.65rem;
}
body#about-page .ab-btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #fff !important;
  background: transparent;
}
body#about-page .ab-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.55);
}
body#about-page.light-theme .ab-btn-ghost {
  border-color: rgba(10, 10, 10, 0.22);
  color: var(--dark) !important;
}
body#about-page.light-theme .ab-btn-ghost:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(10, 10, 10, 0.35);
}
body#about-page .ab-hero__visual {
  max-width: 440px;
}
body#about-page .ab-hero__img {
  filter: drop-shadow(0 28px 56px rgba(0, 0, 0, 0.45));
}

/* Highlights */
body#about-page .ab-highlights {
  background: rgba(9, 9, 11, 0.55);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
body#about-page.light-theme .ab-highlights {
  background: rgba(248, 250, 252, 0.9);
  border-bottom-color: rgba(15, 23, 42, 0.08);
}
body#about-page .ab-hi {
  height: 100%;
  padding: 1.15rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.2s ease, background 0.2s ease;
}
body#about-page .ab-hi:hover {
  border-color: rgba(var(--primary-rgb), 0.35);
  background: rgba(var(--primary-rgb), 0.06);
}
body#about-page.light-theme .ab-hi {
  border-color: rgba(15, 23, 42, 0.1);
  background: #fff;
  box-shadow: 0 4px 24px -12px rgba(15, 23, 42, 0.15);
}
body#about-page.light-theme .ab-hi:hover {
  border-color: rgba(var(--primary-rgb), 0.35);
}
body#about-page .ab-hi__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  margin-bottom: 0.75rem;
  background: rgba(var(--primary-rgb), 0.2);
  color: rgba(252, 165, 165, 0.95);
}
body#about-page.light-theme .ab-hi__ico {
  background: rgba(var(--primary-rgb), 0.12);
  color: var(--primary);
}
body#about-page .ab-hi__ico svg {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}
body#about-page .ab-hi__t {
  font-size: 1rem;
  font-weight: 700;
  font-family: var(--third-font);
  color: #f8fafc;
  margin-bottom: 0.45rem;
  letter-spacing: -0.01em;
}
body#about-page.light-theme .ab-hi__t {
  color: var(--dark);
}
body#about-page .ab-hi__p {
  font-size: 14px;
  color: var(--text-gray);
  line-height: 1.55;
  margin: 0;
}

/* Cards pilares */
body#about-page .ab-card {
  border-radius: 18px;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  position: relative;
  overflow: hidden;
}
body#about-page.light-theme .ab-card {
  border-color: rgba(15, 23, 42, 0.1);
  background: #fff;
  box-shadow: 0 8px 32px -16px rgba(15, 23, 42, 0.2);
}
body#about-page .ab-card--accent {
  border-color: rgba(var(--primary-rgb), 0.35);
  background: linear-gradient(155deg, rgba(var(--primary-rgb), 0.14) 0%, rgba(255, 255, 255, 0.04) 65%);
}
body#about-page.light-theme .ab-card--accent {
  border-color: rgba(var(--primary-rgb), 0.35);
  background: linear-gradient(155deg, rgba(var(--primary-rgb), 0.08) 0%, #fff 70%);
}
body#about-page .ab-card__num {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: rgba(var(--primary-rgb), 0.85);
  margin-bottom: 0.75rem;
}
body#about-page .ab-card__title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.65rem;
}
body#about-page.light-theme .ab-card__title {
  color: var(--dark);
}
body#about-page .ab-card__text {
  color: var(--text-gray) !important;
}

/* Split infra */
body#about-page .ab-split__img {
  border-radius: 16px;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 24px 48px -28px rgba(0, 0, 0, 0.55);
}
body#about-page.light-theme .ab-split__img {
  box-shadow: 0 20px 40px -24px rgba(15, 23, 42, 0.25);
}
body#about-page .ab-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 0.5rem;
}
body#about-page .ab-list {
  padding-left: 1.15rem;
  margin: 0;
}
body#about-page .ab-list li {
  margin-bottom: 0.4rem;
}
body#about-page .ab-list li:last-child {
  margin-bottom: 0;
}

/* Features grid */
body#about-page .ab-feat {
  height: 100%;
  padding: 1.35rem 1.25rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}
body#about-page.light-theme .ab-feat {
  border-color: rgba(15, 23, 42, 0.1);
  background: #fff;
  box-shadow: 0 4px 20px -12px rgba(15, 23, 42, 0.15);
}
body#about-page .ab-feat__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  margin-bottom: 1rem;
  background: rgba(52, 211, 153, 0.12);
  color: rgba(52, 211, 153, 0.95);
}
body#about-page.light-theme .ab-feat__ico {
  background: rgba(16, 185, 129, 0.12);
  color: #059669;
}
body#about-page .ab-feat__ico svg {
  width: 22px;
  height: 22px;
  stroke-width: 2;
}
body#about-page .ab-feat__t {
  font-size: 1.05rem;
  font-weight: 700;
  font-family: var(--third-font);
  color: #f1f5f9;
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
}
body#about-page.light-theme .ab-feat__t {
  color: var(--dark);
}
body#about-page .ab-feat__p {
  font-size: 14px;
  color: var(--text-gray);
  line-height: 1.55;
  margin: 0;
}
body#about-page .ab-link {
  color: rgba(252, 165, 165, 0.95);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
body#about-page .ab-link:hover {
  color: #fff;
}
body#about-page.light-theme .ab-link {
  color: var(--primary);
}
body#about-page.light-theme .ab-link:hover {
  color: var(--primary-deep);
}

/* Product tiles */
body#about-page .ab-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.35rem;
  padding: 1.5rem 1.25rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  color: inherit;
  height: 100%;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
body#about-page .ab-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--primary-rgb), 0.4);
  background: rgba(var(--primary-rgb), 0.08);
  box-shadow: 0 16px 40px -24px rgba(0, 0, 0, 0.5);
}
body#about-page.light-theme .ab-tile {
  border-color: rgba(15, 23, 42, 0.1);
  background: #fff;
  box-shadow: 0 4px 20px -12px rgba(15, 23, 42, 0.12);
}
body#about-page.light-theme .ab-tile:hover {
  box-shadow: 0 16px 36px -20px rgba(15, 23, 42, 0.25);
}
body#about-page .ab-tile svg {
  width: 28px;
  height: 28px;
  color: rgba(var(--primary-rgb), 0.9);
  stroke-width: 2;
  margin-bottom: 0.25rem;
}
body#about-page .ab-tile__name {
  font-weight: 700;
  font-size: 1rem;
  color: #f8fafc;
}
body#about-page.light-theme .ab-tile__name {
  color: var(--dark);
}
body#about-page .ab-tile__hint {
  font-size: 13px;
  color: var(--text-gray);
  line-height: 1.35;
}

/* CTA */
body#about-page .ab-cta__box {
  max-width: 720px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(145deg, rgba(var(--primary-rgb), 0.18) 0%, rgba(255, 255, 255, 0.05) 45%, rgba(9, 9, 11, 0.6) 100%);
}
body#about-page.light-theme .ab-cta__box {
  border-color: rgba(15, 23, 42, 0.1);
  background: linear-gradient(145deg, rgba(var(--primary-rgb), 0.08) 0%, #fff 55%, #f8fafc 100%);
  box-shadow: 0 12px 40px -20px rgba(15, 23, 42, 0.2);
}
body#about-page .ab-cta .title-1 {
  color: #fff;
}
body#about-page.light-theme .ab-cta .title-1 {
  color: var(--dark);
}
body#about-page .ab-cta__lead {
  max-width: 520px;
  color: rgba(226, 232, 240, 0.9) !important;
}
body#about-page.light-theme .ab-cta__lead {
  color: var(--text-gray) !important;
}
body#about-page .ab-cta__actions {
  gap: 0.65rem;
}
