/* ===== Página Sobre ===== */
body#sobre {
  background: var(--site-page-bg, #c5d8d0) !important;
}

body#sobre #content-area,
body#sobre #content {
  padding: 0 !important;
  background: transparent !important;
}

#sobre .about-page {
  font-family: "Lato", sans-serif;
  padding-bottom: 0;
}

#sobre .box_topo {
  display: none !important;
}

/* Hero */
#sobre .about-hero {
  position: relative;
  overflow: hidden;
  padding: 48px 0 56px;
  background: linear-gradient(135deg, #122820 0%, #19372F 50%, #1a4338 100%);
  color: #fff;
}

#sobre .about-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

#sobre .about-hero__orb {
  position: absolute;
  border-radius: 50%;
}

#sobre .about-hero__orb--1 {
  top: -60px;
  right: 10%;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14) 0%, transparent 70%);
}

#sobre .about-hero__orb--2 {
  bottom: -100px;
  left: -40px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(120, 200, 170, 0.2) 0%, transparent 68%);
}

#sobre .about-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 36px;
  align-items: center;
}

#sobre .about-hero__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#sobre .about-hero__title {
  margin: 0 0 14px !important;
  padding: 0 !important;
  float: none !important;
  width: auto !important;
  background: transparent !important;
  border: none !important;
  font-size: clamp(30px, 4.5vw, 44px) !important;
  line-height: 1.12 !important;
  font-weight: 700 !important;
  color: #fff !important;
  text-transform: none !important;
}

#sobre .about-hero__subtitle {
  margin: 0 0 24px;
  max-width: 520px;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

#sobre .about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#sobre .about-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

#sobre .about-hero__btn--primary {
  background: #fff;
  color: #19372F !important;
}

#sobre .about-hero__btn--primary:hover {
  transform: translateY(-1px);
  background: #f0faf6;
}

#sobre .about-hero__btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff !important;
}

#sobre .about-hero__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
}

#sobre .about-hero__media {
  position: relative;
}

#sobre .about-hero__frame {
  border-radius: 20px;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

#sobre .about-hero__frame img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 320px;
  object-fit: cover;
}

#sobre .about-hero__badge {
  position: absolute;
  left: -12px;
  bottom: 20px;
  padding: 10px 16px;
  border-radius: 10px;
  background: #fff;
  color: #19372F;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

/* Stats */
#sobre .about-stats {
  margin-top: -28px;
  position: relative;
  z-index: 2;
  padding-bottom: 48px;
}

#sobre .about-stats__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#sobre .about-stats__item {
  padding: 22px 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e8eeec;
  box-shadow: 0 8px 28px rgba(25, 55, 47, 0.08);
  text-align: center;
}

#sobre .about-stats__value {
  display: block;
  margin-bottom: 6px;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.1;
  color: #19372F;
}

#sobre .about-stats__label {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  color: #5a6562;
}

/* Story */
#sobre .about-story {
  padding: 16px 0 56px;
}

#sobre .about-story__grid {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

#sobre .about-story__title,
#sobre .about-section-title {
  margin: 0 0 12px !important;
  padding: 0 !important;
  float: none !important;
  font-size: clamp(24px, 3vw, 32px) !important;
  font-weight: 700 !important;
  color: #19372F !important;
  text-transform: none !important;
}

#sobre .about-story__line {
  width: 56px;
  height: 4px;
  border-radius: 4px;
  background: #19372F;
}

#sobre .about-rich-text,
#sobre .about-rich-text p {
  font-size: 15px;
  line-height: 1.75;
  color: #3a4543;
}

#sobre .about-rich-text p {
  margin: 0 0 14px;
}

#sobre .about-rich-text p:last-child {
  margin-bottom: 0;
}

/* Pillars */
#sobre .about-pillars {
  padding: 48px 0;
  background: #fff;
  border-top: 1px solid #e8eeec;
  border-bottom: 1px solid #e8eeec;
}

#sobre .about-section-title {
  text-align: center;
  margin-bottom: 28px !important;
}

#sobre .about-pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

#sobre .about-pillar {
  padding: 24px 22px;
  border-radius: 16px;
  background: #fafbfb;
  border: 1px solid #e8eeec;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#sobre .about-pillar:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(25, 55, 47, 0.1);
}

#sobre .about-pillar__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: rgba(25, 55, 47, 0.08);
  color: #19372F;
}

#sobre .about-pillar__icon svg {
  width: 24px;
  height: 24px;
}

#sobre .about-pillar__title {
  margin: 0 0 10px !important;
  padding: 0 !important;
  float: none !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #19372F !important;
  text-transform: none !important;
}

#sobre .about-pillar--mission {
  border-top: 3px solid #19372F;
}

#sobre .about-pillar--vision {
  border-top: 3px solid #2d6b5a;
}

#sobre .about-pillar--values {
  border-top: 3px solid #4a8f7c;
}

/* Policy */
#sobre .about-policy {
  padding: 56px 0;
}

#sobre .about-policy__inner {
  padding: 36px 32px;
  border-radius: 20px;
  background: linear-gradient(135deg, #19372F 0%, #122820 100%);
  color: #fff;
}

#sobre .about-policy__eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

#sobre .about-policy__title {
  margin: 0 0 16px !important;
  padding: 0 !important;
  float: none !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #fff !important;
}

#sobre .about-policy .about-rich-text,
#sobre .about-policy .about-rich-text p {
  color: rgba(255, 255, 255, 0.88);
}

/* Map */
#sobre .about-map {
  padding: 56px 0;
}

#sobre .about-map__grid {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

#sobre .about-map__info {
  padding: 28px 24px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e8eeec;
  box-shadow: 0 4px 20px rgba(25, 55, 47, 0.06);
}

#sobre .about-map__eyebrow {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7a8582;
}

#sobre .about-map__title {
  margin: 0 0 12px !important;
  padding: 0 !important;
  float: none !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #19372F !important;
}

#sobre .about-map__address {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #3a4543;
}

#sobre .about-map__link {
  font-size: 13px;
  font-weight: 600;
  color: #19372F !important;
  text-decoration: none !important;
}

#sobre .about-map__link:hover {
  text-decoration: underline !important;
}

#sobre .about-map__embed {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e8eeec;
  min-height: 280px;
}

#sobre .about-map__embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  border: 0;
}

/* CTA */
#sobre .about-cta {
  padding: 0 0 64px;
}

#sobre .about-cta__inner {
  padding: 40px 32px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e8eeec;
  box-shadow: 0 8px 32px rgba(25, 55, 47, 0.08);
  text-align: center;
}

#sobre .about-cta__title {
  margin: 0 0 10px !important;
  padding: 0 !important;
  float: none !important;
  font-size: clamp(22px, 3vw, 30px) !important;
  font-weight: 700 !important;
  color: #19372F !important;
}

#sobre .about-cta__text {
  margin: 0 auto 22px;
  max-width: 560px;
  font-size: 15px;
  line-height: 1.6;
  color: #5a6562;
}

#sobre .about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

#sobre .about-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border-radius: 10px;
  background: #19372F;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  transition: background 0.2s ease, transform 0.15s ease;
}

#sobre .about-cta__btn:hover {
  background: #122820;
  transform: translateY(-1px);
}

#sobre .about-cta__btn--ghost {
  background: transparent;
  border: 1px solid #19372F;
  color: #19372F !important;
}

#sobre .about-cta__btn--ghost:hover {
  background: rgba(25, 55, 47, 0.06);
}

@media all and (max-width: 960px) {
  #sobre .about-hero__grid,
  #sobre .about-story__grid,
  #sobre .about-map__grid {
    grid-template-columns: 1fr;
  }

  #sobre .about-pillars__grid {
    grid-template-columns: 1fr;
  }

  #sobre .about-stats__grid {
    grid-template-columns: 1fr;
  }

  #sobre .about-hero__badge {
    left: 12px;
  }
}

@media all and (max-width: 640px) {
  #sobre .about-hero {
    padding: 36px 0 44px;
  }

  #sobre .about-hero__frame img {
    min-height: 240px;
  }

  #sobre .about-policy__inner,
  #sobre .about-cta__inner {
    padding: 28px 20px;
  }
}
