.hero-stats-sobre .hero-stat-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(53, 135, 190, 0.35), rgba(45, 111, 160, 0.35));
  color: #ffffff;
}

.hero-stats-sobre .hero-stat-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}
:root {
  --sobre-blue: #3587be;
  --sobre-slate-900: #0f172a;
  --sobre-slate-700: #1f2b42;
  --sobre-slate-500: #334155;
  --sobre-soft-gray: #f1f5f9;
}

body.sobre-page {
  font-family: 'TT Commons Pro', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background-color: #ffffff;
  color: #0f172a;
}

.hero-sobre {
  background: linear-gradient(140deg, rgba(15, 23, 42, 0.98) 0%, rgba(31, 41, 55, 0.95) 45%, rgba(51, 65, 85, 0.92) 100%);
  color: #e2e8f0;
  position: relative;
  overflow: hidden;
}

.hero-sobre .hero-badge {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #f8fafc;
}

.hero-sobre .hero-title {
  color: #ffffff;
  font-size: clamp(2.25rem, 4vw, 3.25rem);
}

.hero-sobre .hero-description {
  color: rgba(226, 232, 240, 0.85);
  font-size: clamp(1rem, 2.6vw, 1.2rem);
  line-height: 1.65;
  max-width: 48ch;
}

.hero-sobre .hero-buttons .hero-btn-outline {
  border-color: rgba(255, 255, 255, 0.35);
  color: #e2e8f0;
}

.hero-sobre .hero-buttons .hero-btn-outline:hover {
  border-color: rgba(53, 135, 190, 0.6);
  color: #ffffff;
}

.hero-sobre .particle {
  position: absolute;
  top: 15%;
  display: block;
  background: linear-gradient(135deg, rgba(53, 135, 190, 0.9), rgba(45, 111, 160, 0.6));
  border-radius: 999px;
  opacity: 0.5;
  animation: float 8s linear infinite;
}

.hero-pillars {
  margin: 2rem 0 2.5rem;
  display: grid;
  gap: 1rem;
  list-style: none;
  padding: 0;
}

.hero-pillars li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: var(--border-radius-2xl, 1.5rem);
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.95rem;
  color: rgba(226, 232, 240, 0.9);
}

.icon-pill {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.85rem;
  background: linear-gradient(135deg, #3587be 0%, #2d6fa0 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-shrink: 0;
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.35);
}

.icon-pill svg {
  width: 1.1rem;
  height: 1.1rem;
  color: currentColor;
}

.sobre-visual .sobre-visual-panel {
  background: rgba(15, 23, 42, 0.8);
  border-radius: 1.75rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.45);
  padding: 2rem;
  color: #f8fafc;
  backdrop-filter: blur(16px);
  transition: transform 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
}

.sobre-visual .sobre-visual-panel:hover {
  transform: translateY(-10px);
  border-color: rgba(53, 135, 190, 0.5);
  box-shadow: 0 45px 100px rgba(15, 23, 42, 0.55);
}

.sobre-visual-panel header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  color: rgba(248, 250, 252, 0.9);
}

.sobre-visual-panel .status-pill {
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(53, 135, 190, 0.35);
  color: rgba(53, 135, 190, 0.9);
  font-size: 0.85rem;
}

.sobre-visual-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sobre-visual-panel li {
  padding: 1rem;
  border-radius: 1.25rem;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.15);
  font-size: 0.95rem;
  line-height: 1.5;
  transition: transform 250ms ease, border-color 250ms ease, background 250ms ease;
}

.sobre-visual-panel li:hover {
  transform: translateY(-6px);
  border-color: rgba(53, 135, 190, 0.45);
  background: rgba(15, 23, 42, 0.95);
}

.sobre-visual-panel .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.9rem;
  background: rgba(53, 135, 190, 0.18);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  letter-spacing: 0.03em;
}

.sobre-visual-note {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(15, 23, 42, 0.9);
  border-radius: 1rem;
  padding: 0.85rem 1.1rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
  font-size: 0.9rem;
  color: rgba(248, 250, 252, 0.85);
}

.sobre-visual-note svg {
  width: 1.2rem;
  height: 1.2rem;
  color: rgba(53, 135, 190, 0.9);
}

.about-overview {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

@media (max-width: 768px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.about-card {
  background: #ffffff;
  border-radius: 1.75rem;
  padding: 2rem;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(226, 232, 240, 0.8);
  transition: transform 250ms ease, box-shadow 250ms ease;
}

.about-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 35px 90px rgba(15, 23, 42, 0.12);
}

.about-card .icon-badge {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #3587be 0%, #2d6fa0 100%);
  display: grid;
  place-items: center;
  color: #ffffff;
  margin-bottom: 1.25rem;
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.35);
}

.about-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.about-card p {
  color: #4b5563;
  line-height: 1.6;
}

.about-pilares {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 35%, #334155 70%, #1f2b42 100%);
  color: #f8fafc;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.pillars-grid .card-premium {
  background: rgba(15, 23, 42, 0.75);
  border: 1px solid rgba(148, 163, 184, 0.2);
  text-align: left;
  box-shadow: 0 40px 90px rgba(15, 23, 42, 0.4);
}

.pillars-grid .card-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #3587be 0%, #2d6fa0 100%);
  display: grid;
  place-items: center;
  color: #ffffff;
  margin-bottom: 1.5rem;
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.35);
}

.pillars-grid h3 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}

.pillars-grid p {
  color: rgba(226, 232, 240, 0.9);
}

.valores-sobre {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.75rem;
  margin-top: 3rem;
}

.value-card {
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 1.75rem;
  padding: 2rem;
  box-shadow: 0 25px 70px rgba(15, 23, 42, 0.1);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.value-card:hover {
  transform: translateY(-8px);
  border-color: rgba(53, 135, 190, 0.45);
  box-shadow: 0 35px 90px rgba(15, 23, 42, 0.12);
}

.value-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.85rem;
  background: linear-gradient(135deg, #3587be 0%, #2d6fa0 100%);
  display: grid;
  place-items: center;
  color: #ffffff;
  margin-bottom: 0.5rem;
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.35);
}

.value-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.value-card p {
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.7;
}

.metodologia-sobre {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 30%, #15253c 70%, #0f172a 100%);
}

.metodologia-layout {
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 1024px) {
  .metodologia-layout {
    grid-template-columns: 2fr 1fr;
    align-items: start;
  }
}

.methodology-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
}

.methodology-step {
  cursor: pointer;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 1.5rem;
  padding: 1.75rem;
  transition: transform 250ms ease, border-color 250ms ease, background 250ms ease, box-shadow 250ms ease;
}

.methodology-step:hover,
.methodology-step:focus-visible,
.methodology-step.is-active {
  transform: translateY(-8px);
  border-color: rgba(53, 135, 190, 0.5);
  background: rgba(15, 23, 42, 0.85);
  box-shadow: 0 35px 80px rgba(15, 23, 42, 0.55);
}

.methodology-step h3 {
  font-size: 1.2rem;
}

.methodology-step p {
  color: rgba(226, 232, 240, 0.85);
}

.methodology-step .card-icon {
  margin-bottom: 1rem;
}

.methodology-step .step-number {
  font-size: 1.9rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
}

.methodology-step .card-description {
  line-height: 1.6;
}

.methodology-step .step-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #3587be 0%, #2d6fa0 100%);
  display: grid;
  place-items: center;
  color: #ffffff;
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.35);
}

.methodology-step .step-index {
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: 0.2em;
  font-size: 0.85rem;
  color: rgba(148, 163, 184, 0.8);
}

.methodology-highlight {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 1.8rem;
  border: 1px solid rgba(148, 163, 184, 0.3);
  padding: 2rem;
  position: sticky;
  top: 120px;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.35);
}

.methodology-highlight .highlight-badge {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  display: grid;
  place-items: center;
  font-size: 1rem;
  font-weight: 700;
  color: rgba(53, 135, 190, 0.9);
  margin-bottom: 1rem;
}

.methodology-highlight h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #ffffff;
}

.methodology-highlight p {
  color: rgba(226, 232, 240, 0.85);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.highlight-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}

.highlight-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: rgba(226, 232, 240, 0.8);
  font-size: 0.95rem;
}

.highlight-list .icon-pill svg {
  width: 1.1rem;
  height: 1.1rem;
}

.cta-sobre {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.cta-card {
  background: #ffffff;
  border-radius: 2rem;
  padding: 3rem;
  border: 1px solid rgba(226, 232, 240, 0.9);
  display: grid;
  gap: 2rem;
  box-shadow: 0 35px 100px rgba(15, 23, 42, 0.12);
}

@media (min-width: 1024px) {
  .cta-card {
    grid-template-columns: 1.3fr 0.7fr;
    align-items: center;
  }
}

.cta-card .section-badge {
  color: var(--sobre-blue);
  border-color: rgba(53, 135, 190, 0.3);
  background: rgba(53, 135, 190, 0.12);
}

.cta-panel {
  display: grid;
  gap: 1rem;
  border-radius: 1.5rem;
  padding: 1.5rem;
  background: linear-gradient(140deg, rgba(53, 135, 190, 0.08), rgba(45, 111, 160, 0.12));
}

.cta-panel div {
  padding: 1.25rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(148, 163, 184, 0.3);
}

.cta-panel-label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #475569;
  margin-bottom: 0.5rem;
}

.cta-panel-value {
  font-size: 2rem;
  font-weight: 800;
  color: var(--sobre-blue);
}

@media (max-width: 640px) {
  .hero-pillars {
    grid-template-columns: 1fr;
  }

  .hero-stats-sobre {
    grid-template-columns: 1fr;
  }

  .about-card,
  .value-card,
  .cta-card {
    padding: 1.75rem;
  }

  .methodology-grid {
    grid-template-columns: 1fr;
  }
}

@keyframes float {
  0% {
    transform: translateY(0);
    opacity: 0.2;
  }
  50% {
    transform: translateY(-20px);
    opacity: 0.6;
  }
  100% {
    transform: translateY(0);
    opacity: 0.2;
  }
}
