.todoexiste-nosotros-page {
  background: #f5f5f7;
}
.te-nosotros {
  width: min(920px, calc(100% - 32px));
  margin: 32px auto 64px;
}
.te-nosotros-hero h1 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.2;
  margin: 8px 0 16px;
  color: #1a1a1a;
}
.te-nosotros-kicker {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c9a86c;
  font-weight: 700;
}
.te-nosotros-lead {
  font-size: 1.05rem;
  color: #444;
  max-width: 42rem;
}
.te-nosotros-brands {
  display: flex;
  gap: 28px;
  margin-top: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #c9a86c;
}
.te-nosotros-brands a {
  text-decoration: none;
  color: inherit;
}
.te-nosotros-brands span {
  display: block;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 8px;
}
.te-nosotros-brands img {
  height: 40px;
  width: auto;
  background: #0a0a0a;
  padding: 6px 8px;
  border-radius: 4px;
}
.te-nosotros-brands .logo-existe {
  background: transparent;
  padding: 0;
  height: 44px;
}
.te-nosotros-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin: 36px 0;
}
.te-nosotros-grid article {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 20px;
}
.te-nosotros-grid h2 {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c9a86c;
  margin-bottom: 10px;
}
.te-nosotros-grid p {
  color: #333;
  font-size: 0.95rem;
}
.te-nosotros-grid a {
  color: #1a1a1a;
  font-weight: 600;
}
.te-nosotros-contacts,
.te-nosotros-card {
  scroll-margin-top: 96px;
}
.te-nosotros-contacts h2 {
  font-size: 1.35rem;
  margin: 6px 0 12px;
}
.te-nosotros-contact-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.te-nosotros-contact-list li {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 16px 18px;
  display: grid;
  gap: 4px;
}
.te-nosotros-contact-list strong {
  color: #1a1a1a;
}
.te-nosotros-contact-list span {
  color: #666;
  font-size: 0.9rem;
}
.te-nosotros-contact-list a {
  color: #1a1a1a;
  font-weight: 600;
  word-break: break-all;
}

.te-nosotros-card {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 28px;
  align-items: center;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}
.te-nosotros-card h2 {
  font-size: 1.35rem;
  margin: 6px 0 12px;
}
.te-nosotros-url {
  font-size: 0.92rem;
  color: #555;
}
.te-nosotros-url a {
  color: #1a1a1a;
  word-break: break-all;
}
.te-nosotros-cta {
  display: inline-block;
  margin-top: 8px;
  padding: 12px 18px;
  background: #c9a86c;
  color: #1a1a1a !important;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
}
.te-nosotros-card-media {
  text-align: center;
}
.te-nosotros-card-media img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #c9a86c;
  margin-bottom: 14px;
}
.te-nosotros-qr {
  display: inline-block;
  padding: 8px;
  background: #fff;
  border: 1px solid #e6e6e6;
}
.te-nosotros-qr-caption {
  margin-top: 8px;
  font-size: 0.75rem;
  color: #888;
  letter-spacing: 0.04em;
}
@media (max-width: 720px) {
  .te-nosotros-card {
    grid-template-columns: 1fr;
  }
}
