
.nosotros-page {
  position: relative;
  padding: 78px 0 96px;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 16%, rgba(34, 163, 90, 0.13), transparent 30%),
    radial-gradient(circle at 90% 10%, rgba(49, 86, 255, 0.10), transparent 28%),
    linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
}

.nosotros-page::before,
.nosotros-page::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  pointer-events: none;
}

.nosotros-page::before { width: 260px; height: 260px; left: -100px; top: 44px; }
.nosotros-page::after { width: 340px; height: 340px; right: -130px; bottom: 120px; }
.nosotros-page .container { position: relative; z-index: 1; }

.about-hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  align-items: stretch;
  margin-bottom: 26px;
}

.about-card,
.about-visual,
.about-info-card,
.about-map-card,
.about-form-card {
  background: rgba(255,255,255,.96);
  border: 1px solid #dfeaf6;
  border-radius: 28px;
  box-shadow: 0 20px 55px rgba(31,47,70,.1);
}

.about-card { padding: 34px; }
.about-eyebrow { color: #22a35a; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.about-card h1 { margin: 10px 0 14px; color: #172033; font-size: clamp(34px, 4vw, 54px); line-height: 1; font-weight: 900; }
.about-card p { color: #53647e; font-size: 17px; line-height: 1.62; margin-bottom: 20px; }
.about-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.about-btn { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; padding: 12px 18px; font-weight: 900; }
.about-btn--primary { background: #22a35a; color: #fff; }
.about-btn--ghost { background: #ecfff4; color: #168449; }
.about-visual { overflow: hidden; position: relative; min-height: 360px; }
.about-visual img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-visual-badge { position: absolute; left: 22px; bottom: 22px; right: 22px; padding: 16px; border-radius: 20px; background: rgba(255,255,255,.9); backdrop-filter: blur(8px); color: #172033; font-weight: 900; }
.about-visual-badge span { display: block; color: #22a35a; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }

.about-info-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 26px; }
.about-info-card { padding: 22px; min-height: 150px; }
.about-info-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; color: #fff; background: linear-gradient(135deg,#22a35a,#168449); margin-bottom: 14px; font-size: 20px; }
.about-info-card h3 { margin: 0 0 6px; color: #172033; font-size: 17px; font-weight: 900; }
.about-info-card p, .about-info-card a { color: #64748b; line-height: 1.45; word-break: break-word; }

.about-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: stretch; }
.about-map-card { overflow: hidden; min-height: 430px; position: relative; }
.about-map-card iframe { width: 100%; height: 100%; min-height: 430px; border: 0; display: block; }
.about-map-floating { position: absolute; left: 20px; right: 20px; bottom: 20px; background: rgba(255,255,255,.92); border-radius: 18px; padding: 16px; box-shadow: 0 14px 35px rgba(31,47,70,.14); display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.about-map-floating strong { display: block; color: #172033; margin-bottom: 4px; }
.about-map-floating span { color: #64748b; }

.about-form-card { padding: 28px; }
.about-form-card h2 { color: #172033; font-weight: 900; margin-bottom: 6px; }
.about-form-card p { color: #64748b; margin-bottom: 18px; }
.about-form { display: grid; gap: 12px; }
.about-form input,
.about-form textarea { width: 100%; border: 1px solid #d8e4f2; border-radius: 16px; padding: 13px 15px; outline: none; background: #fff; }
.about-form textarea { min-height: 138px; resize: vertical; }
.about-form input:focus,
.about-form textarea:focus { border-color: #22a35a; box-shadow: 0 0 0 4px rgba(34,163,90,.12); }
.about-form button { border: 0; border-radius: 16px; padding: 14px 18px; color: #fff; background: linear-gradient(135deg,#22a35a,#168449); font-weight: 900; cursor: pointer; }

@media (max-width: 991px) {
  .about-hero, .about-bottom { grid-template-columns: 1fr; }
  .about-info-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .nosotros-page { padding: 48px 0 70px; }
  .about-card, .about-form-card { padding: 22px; }
  .about-info-grid { grid-template-columns: 1fr; }
  .about-actions { flex-direction: column; }
  .about-btn { justify-content: center; }
}


.about-visual--empty {
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 14% 18%, rgba(34, 163, 90, .18), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(49, 86, 255, .12), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(244, 250, 255, .98));
}

.about-visual-empty__icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: linear-gradient(135deg, #22a35a, #168449);
  color: #fff;
  font-size: 25px;
  box-shadow: 0 16px 30px rgba(34, 163, 90, .22);
  margin-bottom: 18px;
}

.about-visual--empty h2 {
  color: #172033;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.08;
  font-weight: 900;
  margin: 10px 0 14px;
}

.about-visual--empty p {
  color: #53647e;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 18px;
}

.about-mini-list {
  display: grid;
  gap: 10px;
}

.about-mini-list div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.8);
  color: #26364f;
  font-weight: 800;
}

.about-mini-list i {
  color: #22a35a;
}


.about-map-go {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 74px;
  border-radius: 999px;
  padding: 11px 16px;
  background: linear-gradient(135deg, #22a35a, #168449);
  color: #fff !important;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(34, 163, 90, .22);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.about-map-go:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: 0 18px 34px rgba(34, 163, 90, .28);
}

@media (max-width: 560px) {
  .about-map-floating {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-map-go {
    width: 100%;
  }
}
