:root {
  --green-primary: #62b32f;
  --green-secondary: #81b92a;
  --green-dark: #4d9824;
  --blue-primary: #2fa8d8;
  --blue-dark: #217fa9;
  --orange-primary: #ef6b22;
  --orange-dark: #d85a15;
  --orange-soft: #fff1e8;
  --red-primary: #d64545;
  --red-dark: #a92828;
  --black: #3c3a39;
  --black-dark: #1f1e1d;
  --page-bg: #f4f4ef;
  --card-bg: #fff;
  --text: #232323;
  --text-soft: #5f5f5f;
  --border: #2323231a;
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --shadow-soft: 0 16px 38px #3c3a391f;
  --shadow-card: 0 12px 28px #3c3a391a;
  --shadow-deep: 0 18px 50px #0000001a;
}

*, :before, :after {
  box-sizing: border-box;
}

html, body {
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;
}

body {
  background: var(--page-bg);
  color: var(--text);
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

button, a {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: min(100% - 42px, 1240px);
  margin-inline: auto;
}

.main-content {
  z-index: 2;
  position: relative;
  overflow: hidden;
  background: var(--page-bg) !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.hero-premium {
  background: radial-gradient(circle at 0 0, #ffffff29, #0000 38%), radial-gradient(circle at 100% 100%, #ffffff1a, #0000 34%), linear-gradient(135deg, #7bc038 0%, #62b32f 100%);
  padding: clamp(28px, 4vw, 42px) 0;
  position: relative;
}

.section-projetos {
  background: radial-gradient(circle at 0 0, #ffffff2e, #0000 36%), radial-gradient(circle at 100% 100%, #ffffff1a, #0000 34%), linear-gradient(135deg, #f27b34 0%, #ef6b22 100%);
  padding: clamp(38px, 6vw, 78px) 0;
  position: relative;
}

.crgr-side-section {
  padding: clamp(38px, 6vw, 64px) 0;
  position: relative;
  background: radial-gradient(circle at 100% 0, #ffffff24, #0000 36%), radial-gradient(circle at 0 100%, #ffffff14, #0000 34%), linear-gradient(135deg, #43b1df 0%, #2397c8 100%) !important;
}

.section-blue {
  padding: clamp(38px, 6vw, 64px) 0;
  position: relative;
  background: radial-gradient(circle at 0 0, #ffffff24, #0000 36%), radial-gradient(circle at 100% 100%, #ffffff14, #0000 34%), linear-gradient(135deg, #7bc038 0%, #62b32f 100%) !important;
}

#parcerias {
  padding: clamp(38px, 6vw, 64px) 0 52px;
  position: relative;
  background: radial-gradient(circle, #ffffff14, #0000 46%), linear-gradient(135deg, #5c5b5a 0%, #1f1e1d 100%) !important;
  margin-bottom: 0 !important;
}

.hero-shell, .section-shell-content, .projetos-card {
  border-radius: var(--radius-xl);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-deep),
    0 3px 12px #0000000d;
  background: linear-gradient(#fffffff7, #f8f8f5f7);
  border: 1px solid #ffffff6b;
  position: relative;
  transform: translateZ(0);
}

.section-shell-content {
  width: min(100% - 42px, 1240px);
  margin-inline: auto;
  padding: clamp(24px, 3vw, 34px);
}

.hero-shell {
  max-width: 1240px;
  overflow: hidden;
}

.hero-split {
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
  align-items: stretch;
  gap: 24px;
  display: grid;
}

.hero-copy {
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 38px 8px 30px 38px;
  display: flex;
}

.hero-title {
  letter-spacing: -.05em;
  margin: 0;
  font-size: clamp(42px, 5.4vw, 72px);
  line-height: .92;
}

.hero-title-line, .hero-title-highlight {
  display: block;
}

.hero-title-highlight {
  color: var(--green-primary);
  text-shadow: 0 8px 20px #62b32f24;
}

.hero-description {
  max-width: 600px;
  color: var(--text-soft);
  margin: 24px 0 0;
  font-size: clamp(15px, 1.08vw, 17px);
  line-height: 1.7;
}

.hero-image {
  justify-content: center;
  align-items: stretch;
  min-width: 0;
  padding: 24px 24px 24px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-carousel {
  background: #fff;
  border-radius: 26px;
  width: 100%;
  height: clamp(390px, 34vw, 470px);
  min-height: 390px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #0000000a, 0 16px 38px #0000001f;
}

.hero-carousel-track, .hero-slide {
  width: 100%;
  height: 100%;
}

.hero-carousel-track {
  position: relative;
}

.hero-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity .7s, visibility .7s;
  position: absolute;
  inset: 0;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.hero-slide img {
  object-fit: contain;
  object-position: center;
  background: #fff;
  width: 100%;
  height: 100%;
  display: block;
}

.carousel-btn {
  z-index: 5;
  width: 42px;
  height: 42px;
  color: var(--text);
  cursor: pointer;
  background: #ffffffe6;
  border: 0;
  border-radius: 999px;
  font-size: 34px;
  line-height: 1;
  transition: all .2s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 10px 26px #0000002e;
}

.carousel-btn:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.04);
}

.carousel-prev {
  left: 16px;
}

.carousel-next {
  right: 16px;
}

.carousel-dots {
  z-index: 6;
  backdrop-filter: blur(10px);
  background: #ffffff94;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.carousel-dot {
  cursor: pointer;
  background: #3c3a3947;
  border: 0;
  border-radius: 999px;
  width: 9px;
  height: 9px;
  transition: all .22s;
}

.carousel-dot.is-active {
  background: var(--green-primary);
  width: 24px;
}

.hero-indicators {
  padding: 18px 34px 34px;
}

.hero-indicators .section-shell-content {
  width: 100%;
  box-shadow: none;
  backdrop-filter: none;
  background: none;
  border: 0;
  padding: 0;
}

.hero-indicators .section-head {
  margin-bottom: 18px;
}

.hero-indicators .section-head h2 {
  letter-spacing: -.03em;
  margin: 0 0 10px;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1;
}

.hero-indicators .section-head p {
  max-width: 760px;
  color: var(--text-soft);
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.cards-grid {
  gap: 14px;
  display: grid;
}

.cards-grid.five, .metrics-grid-custom {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  gap: 14px;
  display: grid;
}

.metric-card {
  color: #fff;
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 108px;
  padding: 14px;
  transition: transform .25s, box-shadow .25s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 26px #3c3a3924;
}

.metric-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px #3c3a392e;
}

.metric-green {
  background: linear-gradient(135deg, #62b32f, #4d9824);
}

.metric-blue {
  background: linear-gradient(135deg, #2fa8d8, #217fa9);
}

.metric-orange {
  background: linear-gradient(135deg, #ef6b22, #d85a15);
}

.metric-dark {
  background: linear-gradient(135deg, #3c3a39, #1f1e1d);
}

.metric-alert {
  background: linear-gradient(135deg, #d64545, #a92828);
}

.metric-label {
  color: #fffffff0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
}

.metric-value {
  color: #fff;
  letter-spacing: -1px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.metric-hint {
  color: #ffffffeb;
  margin: 0;
  font-size: 10.8px;
  line-height: 1.35;
}

.projetos-card {
  width: min(100% - 42px, 1240px);
  margin: 0 auto;
  padding: clamp(24px, 4vw, 46px);
  overflow: hidden;
}

.projetos-card:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle at 92% 8%, #ef6b221f, #0000 28%), radial-gradient(circle at 8% 90%, #62b32f14, #0000 28%);
  position: absolute;
  inset: 0;
}

.projetos-card h2 {
  letter-spacing: -.04em;
  color: var(--black-dark);
  margin: 0 0 14px;
  font-size: clamp(32px, 4.5vw, 56px);
  line-height: 1;
  position: relative;
}

.projetos-card > p {
  max-width: 820px;
  color: var(--text-soft);
  margin: 0 0 34px;
  font-size: clamp(15.5px, 1.3vw, 18px);
  line-height: 1.7;
  position: relative;
}

.projeto-destaque {
  color: #fff;
  background: radial-gradient(circle at top left, #ffffff38, transparent 34%),
    radial-gradient(circle at bottom right, #3c3a3929, transparent 30%),
    linear-gradient(135deg, var(--orange-primary), var(--orange-dark));
  border-radius: 28px;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  align-items: center;
  gap: clamp(24px, 4vw, 46px);
  padding: clamp(24px, 4vw, 44px);
  transition: transform .25s, box-shadow .25s;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 42px #ef6b223d;
}

.projeto-destaque:before {
  content: "NSRU";
  color: #ffffff14;
  letter-spacing: -.08em;
  pointer-events: none;
  font-size: clamp(80px, 16vw, 190px);
  font-weight: 900;
  line-height: 1;
  position: absolute;
  bottom: -28px;
  right: -14px;
}

.projeto-destaque:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 56px #ef6b2252;
}

.projeto-texto {
  z-index: 2;
  position: relative;
}

.projeto-texto h3 {
  letter-spacing: -.035em;
  color: #fff;
  margin: 0 0 18px;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.06;
}

.projeto-texto p {
  color: #fffffff0;
  margin: 0 0 24px;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.75;
}

.projeto-texto h4 {
  color: #fff;
  margin: 0 0 14px;
  font-size: 18px;
}

.projeto-texto ul {
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.projeto-texto li {
  color: #fff;
  background: #ffffff29;
  border: 1px solid #ffffff2e;
  border-radius: 16px;
  padding: 14px 16px 14px 44px;
  line-height: 1.55;
  position: relative;
}

.projeto-texto li:before {
  content: "✓";
  width: 20px;
  height: 20px;
  color: var(--orange-primary);
  background: #fff;
  border-radius: 999px;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
  display: grid;
  position: absolute;
  top: 14px;
  left: 16px;
}

.projeto-logo {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.projeto-logo img {
  background: linear-gradient(135deg, #ffffff29, #ffffff14);
  border: 1px solid #ffffff3d;
  border-radius: 22px;
  width: min(100%, 240px);
  height: auto;
  padding: clamp(10px, 2vw, 16px);
  box-shadow: 0 14px 28px #0000001f;
}

.section-head {
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  display: flex;
}

.section-head h2, .crgr-text-col h2 {
  letter-spacing: -.035em;
  color: var(--text);
  margin: 0 0 14px;
  font-size: clamp(32px, 3.5vw, 48px);
  line-height: 1.05;
}

.section-head p, .section-text {
  max-width: 820px;
  color: var(--text-soft);
  margin: 0;
  font-size: 17px;
  line-height: 1.72;
}

.section-text + .section-text {
  margin-top: 14px;
}

.crgr-side-layout {
  grid-template-columns: minmax(0, .96fr) minmax(420px, 1.04fr);
  align-items: stretch;
  gap: 28px;
  display: grid;
}

.crgr-text-col {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.crgr-badge {
  width: fit-content;
  min-height: 32px;
  color: var(--blue-primary);
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #2fa8d81f;
  border: 1px solid #2fa8d838;
  border-radius: 999px;
  align-items: center;
  margin-bottom: 14px;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 900;
  display: inline-flex;
}

.map-helper-box {
  background: linear-gradient(135deg, #fffffffa, #ffffffd1);
  border: 1px solid #ffffff94;
  border-radius: 20px;
  margin-top: 22px;
  padding: 18px 20px;
  line-height: 1.65;
  box-shadow: 0 14px 32px #3c3a391a, inset 0 1px #fffffff2;
}

.map-helper-box strong, .map-helper-box span {
  display: block;
}

.map-helper-box strong {
  color: var(--text);
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 900;
}

.map-helper-box span {
  color: var(--text-soft);
  font-size: 14.5px;
}

.crgr-map-col {
  min-width: 0;
}

.map-panel, .crgr-map-panel {
  background: #f7f7f2;
  border: 1px solid #23232317;
  border-radius: 26px;
  width: 100%;
  height: 100%;
  padding: 14px;
  box-shadow: 0 12px 28px #3c3a3914;
}

.map-box {
  border-radius: 22px;
  width: 100%;
  min-height: 500px;
  overflow: hidden;
}

.leaflet-container {
  font-family: Inter, Arial, sans-serif;
}

.faq-list {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.faq-item {
  background: #fffffff5;
  border: 1px solid #23232314;
  border-radius: 18px;
  transition: transform .25s, box-shadow .25s;
  overflow: hidden;
  box-shadow: 0 8px 20px #0000000d;
}

.faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px #00000014;
}

.faq-item summary {
  cursor: pointer;
  padding: 20px 22px;
  font-size: 17px;
  font-weight: 900;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  color: var(--text-soft);
  margin: 0;
  padding: 0 22px 22px;
  line-height: 1.7;
}

.faq-icon {
  float: right;
}

.partner-grid {
  gap: 24px;
  width: 100%;
  display: grid;
}

.partner-grid-logos {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  display: grid;
}

.partner-card {
  background: linear-gradient(#fffffffa, #f8f8f8f5);
  border: 1px solid #23232314;
  border-radius: 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  min-height: 220px;
  padding: 28px;
  transition: all .25s;
  display: flex;
  position: relative;
  box-shadow: 0 10px 30px #0000000f, 0 2px 8px #0000000a;
}

.partner-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px #00000014, 0 6px 18px #81b92a1f;
}

.partner-card img {
  object-fit: contain;
  width: auto;
  height: 78px;
  transition: all .25s;
  display: block;
}

.partner-card:hover img {
  transform: scale(1.04);
}

.partner-logo-maos-verdes {
  height: 74px;
}

.partner-logo-cluster {
  height: 84px;
}

.partner-logo-regenera {
  height: 70px;
}

.partner-logo-vp {
  height: 78px;
}

.partner-logo-coadesc {
  height: 82px;
}

.partner-logo-ccpa {
  height: 112px;
}

[data-reveal] {
  opacity: 0;
  transition: opacity .65s, transform .65s;
  transform: translateY(24px);
}

[data-reveal].in {
  opacity: 1;
  transform: none;
}

.cursor-glow {
  pointer-events: none;
  z-index: 0;
  opacity: .6;
  background: radial-gradient(500px circle at
      calc(var(--mx, -9999) * 1px)
      calc(var(--my, -9999) * 1px),
      #81b92a1a,
      transparent 40%);
  position: fixed;
  inset: 0;
}

.skip-link {
  position: absolute;
  top: auto;
  left: -9999px;
}

.skip-link:focus {
  z-index: 99999;
  color: #fff;
  background: #000;
  border-radius: 14px;
  padding: 14px 18px;
  top: 20px;
  left: 20px;
}

.site-footer-public {
  margin-top: 0 !important;
}

.footer-public-container {
  padding-right: 300px;
  position: relative;
}

.footer-public-links {
  margin-left: auto;
  padding-right: 20px;
}

.floating-register {
  z-index: 999999 !important;
}

@media (width <= 1180px) {
  .hero-split {
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 20px;
  }

  .hero-copy {
    padding-left: 30px;
  }

  .hero-image {
    padding-right: 20px;
  }

  .cards-grid.five, .metrics-grid-custom {
    grid-template-columns: repeat(5, minmax(120px, 1fr));
  }

  .partner-grid-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-carousel {
    height: 320px;
    min-height: 320px;
  }

  .footer-public-container, .footer-public-links {
    padding-right: 0;
  }
}

@media (width <= 980px) {
  .crgr-side-layout, .projeto-destaque {
    grid-template-columns: 1fr;
  }

  .hero-split {
    grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  }

  .hero-copy {
    padding: 30px 6px 26px 28px;
  }

  .hero-image {
    padding: 22px 22px 22px 0;
  }

  .hero-title {
    font-size: clamp(38px, 5.4vw, 58px);
  }

  .hero-description {
    font-size: 15px;
  }

  .hero-carousel {
    height: 360px;
    min-height: 360px;
  }

  .hero-indicators {
    padding: 26px 42px 40px;
  }

  .hero-indicators .section-head {
    padding-left: 4px;
    overflow: visible;
  }

  .hero-indicators .section-head h2 {
    padding-left: 2px;
    overflow: visible;
  }

  .projeto-logo {
    order: -1;
  }

  .projeto-logo img {
    width: min(100%, 230px);
  }

  .map-box {
    min-height: 420px;
  }

  .crgr-map-col {
    width: 100%;
  }

  .footer-public-links {
    justify-content: center;
    margin-left: 0;
  }
}

@media (width <= 860px) {
  .hero-split {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 30px 28px 8px;
  }

  .hero-description {
    max-width: 720px;
  }

  .hero-image {
    padding: 18px 28px 0;
  }

  .hero-carousel {
    height: 360px;
    min-height: 360px;
  }
}

@media (width <= 760px) {
  .container, .section-shell-content, .projetos-card {
    width: min(100% - 24px, 1240px);
  }

  .hero-premium, .section-projetos, .crgr-side-section, .section-blue, #parcerias {
    padding: 28px 0;
  }

  .hero-shell, .section-shell-content, .projetos-card {
    border-radius: 24px;
  }

  .hero-copy {
    padding: 28px 22px 18px;
  }

  .hero-title {
    word-break: normal;
    font-size: clamp(34px, 10vw, 54px);
    line-height: .96;
  }

  .hero-description {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.68;
  }

  .hero-image {
    padding: 0 16px 18px;
  }

  .hero-carousel {
    border-radius: 20px;
    height: 240px;
    min-height: 240px;
  }

  .carousel-btn {
    width: 34px;
    height: 34px;
    font-size: 26px;
  }

  .hero-indicators {
    padding: 12px 24px 28px;
  }

  .cards-grid.five, .metrics-grid-custom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .metric-card {
    min-height: 120px;
    padding: 14px;
  }

  .metric-value {
    font-size: 30px;
  }

  .section-shell-content, .projetos-card {
    padding: 24px;
  }

  .projeto-destaque {
    border-radius: 22px;
    gap: 24px;
    padding: 24px;
  }

  .projeto-texto li {
    font-size: 14.5px;
  }

  .section-head {
    margin-bottom: 22px;
    display: block;
  }

  .section-head h2, .crgr-text-col h2 {
    font-size: clamp(28px, 8vw, 38px);
  }

  .section-head p, .section-text {
    font-size: 15.5px;
  }

  .map-box {
    min-height: 320px;
  }

  .faq-item summary {
    padding: 18px 20px;
    font-size: 15.5px;
  }

  .faq-item p {
    padding: 0 20px 20px;
  }

  .partner-grid-logos {
    grid-template-columns: 1fr;
  }

  .partner-card {
    min-height: 170px;
    padding: 22px;
  }

  .partner-logo {
    max-height: 70px;
  }
}

@media (width <= 520px) {
  .container, .section-shell-content, .projetos-card {
    width: min(100% - 18px, 1240px);
  }

  .hero-copy {
    padding: 24px 18px 16px;
  }

  .hero-title {
    font-size: clamp(32px, 11vw, 46px);
  }

  .hero-carousel {
    height: 210px;
    min-height: 210px;
  }

  .hero-indicators {
    padding: 0 18px 20px;
  }

  .cards-grid.five, .metrics-grid-custom {
    grid-template-columns: 1fr;
  }

  .section-shell-content, .projetos-card, .projeto-destaque {
    padding: 20px;
  }

  .projeto-logo img {
    width: min(100%, 190px);
    padding: 18px;
  }

  .projeto-texto h3 {
    font-size: 26px;
  }

  .projeto-texto p, .projeto-texto li {
    font-size: 14.5px;
  }

  .map-box {
    min-height: 280px;
  }

  .partner-card {
    min-height: 150px;
  }

  .partner-logo {
    max-height: 62px;
  }
}

@media (width <= 380px) {
  .hero-title {
    font-size: 31px;
  }

  .metric-value {
    font-size: 27px;
  }

  .projeto-texto li {
    padding-left: 40px;
  }
}

.hero-slide-link a {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-slide-link img {
  cursor: pointer;
  transition: all .35s;
}

.hero-slide-link:hover img {
  transform: scale(1.02);
}
