:root{
  --leaf: #138a36;
  --leaf-dark:#0c5f25;
  --leaf-ink:#0a2b14;
  --leaf-soft:#eaf6ee;
}

.bg-leaf { background: linear-gradient(135deg, var(--leaf), var(--leaf-dark)); }
.bg-leaf-ink { background: var(--leaf-ink); }
.bg-leaf-soft { background: var(--leaf-soft); }
.footer-leaf { background: #061a0d; }

.text-white-75{ color: rgba(255,255,255,.75) !important; }
.text-white-50{ color: rgba(255,255,255,.50) !important; }
.border-white-25{ border-color: rgba(255,255,255,.25) !important; }

.brand-mark { font-size: 1.3rem; filter: drop-shadow(0 4px 8px rgba(0,0,0,.2)); }
.navbar .nav-link{ opacity: .95; }
.navbar .nav-link:hover{ opacity: 1; text-decoration: underline; }

.hero-leaf{
  background: radial-gradient(1200px 600px at 20% 10%, rgba(255,255,255,.18), transparent 60%),
              radial-gradient(900px 500px at 80% 30%, rgba(255,255,255,.12), transparent 55%),
              linear-gradient(135deg, #0c5f25, #138a36);
  position: relative;
  overflow: hidden;
}

.hero-wave{
  height: 70px;
  background: linear-gradient(to bottom, transparent, #fff);
}

.hero-card{
  border-radius: 1.25rem;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  backdrop-filter: blur(10px);
}

.chip{
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  padding: .35rem .65rem;
  background: rgba(0,0,0,.12);
}

.icon-pill{
  width: 46px; height: 46px;
  display:flex; align-items:center; justify-content:center;
  border-radius: 14px;
  background: var(--leaf-soft);
  font-size: 1.3rem;
}

.stat{
  border-radius: 1rem;
  padding: 1rem;
  background: rgba(0,0,0,.15);
  border: 1px solid rgba(255,255,255,.15);
}
.stat-wide{ padding: 1.25rem; }
.stat-num{ font-size: 1.4rem; font-weight: 800; }
.stat-label{ opacity: .85; }

.footer-link{
  color: rgba(255,255,255,.72);
  text-decoration: none;
}
.footer-link:hover{ color: #fff; text-decoration: underline; }

.card-hover{ transition: transform .18s ease, box-shadow .18s ease; }
.card-hover:hover{ transform: translateY(-3px); box-shadow: 0 16px 40px rgba(0,0,0,.12) !important; }

.prose p{ line-height: 1.75; }
.prose img{ max-width: 100%; height:auto; border-radius: 1rem; }
.prose a{ color: var(--leaf-dark); }
.prose h2, .prose h3{ margin-top: 1.5rem; }

.bank-pre{
  background: #0b2a15;
  color: #e7ffee;
  padding: 1rem;
  border-radius: .9rem;
  white-space: pre-wrap;
}

.object-fit-cover{ object-fit: cover; width: 100%; height: 100%; }

@media (prefers-reduced-motion: reduce){
  .card-hover{ transition: none; }
}


.brand-logo{
  height: 34px;
  width: auto;
  border-radius: 8px;
  background: rgba(255,255,255,.12);
  padding: 2px;
}

.whatsapp-float{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1050;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 999px;
  text-decoration: none;
  background: #1faa59;
  color: #fff;
  box-shadow: 0 16px 40px rgba(0,0,0,.20);
  transform: translateY(0);
  transition: transform .15s ease, box-shadow .15s ease;
}
.whatsapp-float:hover{
  color:#fff;
  transform: translateY(-2px);
  box-shadow: 0 20px 52px rgba(0,0,0,.26);
}
.whatsapp-float i{ font-size: 1.35rem; line-height: 1; }
.whatsapp-float-text{ font-weight: 700; letter-spacing: .2px; }

.share-float{
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 1049;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.share-float-btn{
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,.22);
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}
.share-float-btn:hover{
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0,0,0,.28);
}
.share-float-btn i{
  font-size: 1rem;
  line-height: 1;
}

.share-facebook{ background: #1877f2; }
.share-x{ background: #111111; }
.share-linkedin{ background: #0a66c2; }
.share-whatsapp{ background: #25d366; }
.share-copy{ background: #6c757d; }
.share-copy.copied{ background: #138a36; }

@media (max-width: 575.98px){
  .share-float{
    left: 12px;
    bottom: 12px;
    gap: 6px;
  }
  .share-float-btn{
    width: 38px;
    height: 38px;
  }
}

.section-kicker{
  display:inline-block;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color: rgba(0,0,0,.55);
  font-size:.78rem;
}
.icon-circle{
  width: 46px; height: 46px;
  display:flex; align-items:center; justify-content:center;
  border-radius: 999px;
  background: var(--leaf-soft);
  color: var(--leaf-dark);
  font-size: 1.25rem;
}
.feature-list li{ margin-bottom: .45rem; }


.navbar-leaf-shadow{
  box-shadow: 0 14px 40px rgba(0,0,0,.18);
}
.navbar .btn{
  border-radius: 999px;
}
.navbar .nav-link{
  font-weight: 600;
}

.brand-logo{
  width: 30px;
  height: 30px;
  object-fit: contain;
  border-radius: 8px;
  background: rgba(255,255,255,.14);
  padding: 3px;
}

.icon-circle{
  width: 58px; height: 58px;
  font-size: 1.55rem;
  background: linear-gradient(135deg, var(--leaf-soft), rgba(19,138,54,.18));
  border: 1px solid rgba(19,138,54,.18);
}

.tile-green{
  background: linear-gradient(135deg, rgba(19,138,54,.16), rgba(10,43,20,.04));
  border: 1px solid rgba(19,138,54,.18);
  border-radius: 1.25rem;
}

.bento{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}
.bento-card{
  border-radius: 1.25rem;
  padding: 1.25rem;
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 14px 40px rgba(0,0,0,.07);
  position: relative;
  overflow: hidden;
}
.bento-card::after{
  content:'';
  position:absolute;
  inset:-60px;
  background: radial-gradient(220px 160px at 20% 20%, rgba(19,138,54,.18), transparent 60%),
              radial-gradient(220px 160px at 85% 40%, rgba(255,193,7,.16), transparent 60%);
  transform: rotate(8deg);
  pointer-events:none;
}
.bento-card > *{ position:relative; }
.floaty{
  animation: floaty 5.2s ease-in-out infinite;
}
.floaty2{ animation-duration: 6.4s; }
@keyframes floaty{
  0%,100%{ transform: translateY(0); }
  50%{ transform: translateY(-6px); }
}

/* Carousel */
.carousel-leaf img{
  max-height: 420px;
  object-fit: cover;
}


.navbar-leaf-shadow{ box-shadow: 0 14px 40px rgba(0,0,0,.18); }
.navbar .btn{ border-radius: 999px; }
.nav-grow{ transition: transform .14s ease; }
.nav-grow:hover{ transform: scale(1.06); }

.nav-cta-submenu{
  width: 100%;
}

@media (min-width: 992px){
  .nav-cta-submenu{
    width: auto;
    padding: .35rem .5rem;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.22);
    backdrop-filter: blur(6px);
  }
}

.brand-logo{
  width: 30px;
  height: 30px;
  object-fit: contain;
  border-radius: 8px;
  background: rgba(255,255,255,.14);
  padding: 3px;
}

.hero-leaf{ position: relative; }
.hero-bg-overlay{
  position:absolute;
  inset:0;
  background-size: cover;
  background-position: right center;
  opacity: .18;
  pointer-events:none;
  mix-blend-mode: screen;
}

.zoom-wrap{ border-radius: 1.25rem; overflow:hidden; }
.zoom-wrap img{ transition: transform .22s ease; transform: scale(1); }
.zoom-wrap:hover img{ transform: scale(1.06); }
img.lightboxable{ cursor: zoom-in; }
