
  * { box-sizing: border-box; }
  body { margin: 0; }
  @keyframes floatOrb { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(20px,-24px) scale(1.06); } }
  @keyframes pulseDot { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .35; transform: scale(.7); } }
  @keyframes riseCard { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
  @keyframes popIn { 0% { opacity: 0; transform: translateY(22px) scale(.94); } 60% { transform: translateY(-3px) scale(1.01); } 100% { opacity: 1; transform: translateY(0) scale(1); } }
  @keyframes floatSoft { 0%, 100% { transform: translateY(-9px); } 50% { transform: translateY(9px); } }
  @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
  .marquee-row:hover .marquee-track { animation-play-state: paused; }
  .serv-card { transition: background .3s ease, box-shadow .3s ease; cursor: pointer; }
  .serv-card .serv-ico { transition: background .3s ease, border-color .3s ease; }
  .serv-card .serv-ico svg { stroke: #8ee85f; transition: stroke .3s ease; }
  .serv-card h3 { color: #ffffff; }
  .serv-card p { color: #cfe0c8; }
  .serv-card .serv-btn { display: none; }
  .serv-card.is-active { background: linear-gradient(160deg, #6fdd52, #35a83a); box-shadow: 0 24px 48px -18px rgba(20,120,50,.6); }
  .serv-card.is-active .serv-ico { background: #ffffff !important; border-color: transparent !important; box-shadow: 0 6px 14px rgba(6,30,14,.22); }
  .serv-card.is-active .serv-ico svg { stroke: #147a34; }
  .serv-card.is-active h3 { color: #06210f; }
  .serv-card.is-active p { color: #0d3a1c; }
  .serv-card .serv-btn { display: none !important; }
  .dc-burger { display: none; }
  @media (max-width: 1140px) {
    .dc-desknav { display: none !important; }
    .dc-burger { display: inline-flex !important; }
    .dc-langsel { display: none !important; }
  }



  .img-slot{display:flex;align-items:center;justify-content:center;text-align:center;padding:18px;
    background:repeating-linear-gradient(45deg,#f2f7ef,#f2f7ef 12px,#eaf2e6 12px,#eaf2e6 24px);
    border:2px dashed rgba(46,158,75,.35);color:#5c7a62;font:600 13.5px/1.45 'Manrope',sans-serif;border-radius:inherit}



  @keyframes ringSpin { to { transform: rotate(360deg); } }
  .co2-chip { width: 64px; height: 64px; border-radius: 50%; position: relative; display: flex; align-items: center; justify-content: center; background: #eaf6e2; transition: background .3s ease, transform .3s ease; }
  .co2-chip .ring { position: absolute; inset: -7px; width: calc(100% + 14px); height: calc(100% + 14px); animation: ringSpin 46s linear infinite; }
  .co2-chip .icn { position: relative; z-index: 1; }
  .co2-chip:hover { background: #ddf0cd; transform: translateY(-3px); }
  .co2-chip:hover .ring { animation-duration: 5s; }



      @keyframes ctaGlow { 0%, 100% { box-shadow: 0 20px 48px -12px rgba(111,221,82,.75); } 50% { box-shadow: 0 22px 60px -10px rgba(111,221,82,1), 0 0 34px rgba(142,232,95,.35); } }
      .hero-cta-pri { display: inline-flex; align-items: center; gap: 12px; padding: 16px 30px; border-radius: 999px; background: linear-gradient(135deg, #6fdd52, #35a83a); color: #0a2c16; font-size: 16.5px; font-weight: 800; letter-spacing: -.2px; text-decoration: none; animation: ctaGlow 3.2s ease-in-out infinite; transition: transform .25s ease, box-shadow .25s ease; }
      .hero-cta-pri:hover { transform: translateY(-3px) scale(1.02); animation: none; box-shadow: 0 0 0 3px rgba(142,232,95,.55), 0 30px 62px -12px rgba(111,221,82,1); }
      .hero-cta-pri .arr { flex: none; width: 29px; height: 29px; border-radius: 50%; background: rgba(6,33,15,.16); display: flex; align-items: center; justify-content: center; transition: transform .25s ease, background .25s ease; }
      .hero-cta-pri:hover .arr { transform: translateX(4px); background: rgba(6,33,15,.28); }
      .hero-cta-sec { display: inline-flex; align-items: center; gap: 10px; padding: 15px 27px; border-radius: 999px; background: rgba(255,255,255,.08); border: 2px solid rgba(255,255,255,.65); color: #ffffff; font-size: 15.5px; font-weight: 800; text-decoration: none; backdrop-filter: blur(6px); transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease; }
      .hero-cta-sec:hover { background: #ffffff; color: #0a2c16; border-color: #ffffff; transform: translateY(-3px); }
      @media (max-width: 760px) { h1 { white-space: normal !important; } }
    

.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; } @media (max-width: 980px) { .news-grid { grid-template-columns: 1fr; } }


    @keyframes orbFloat { 0%, 100% { transform: translateY(-14px); } 50% { transform: translateY(16px); } }
    .circ-wrap { display: flex; align-items: center; justify-content: center; gap: clamp(6px, 1vw, 16px); padding: 60px 5vw; }
    .circ-wrap h2 { margin: 0; font-size: clamp(34px, 4.6vw, 62px); font-weight: 800; line-height: 1.05; letter-spacing: -2.2px; color: #ffffff; text-shadow: 0 4px 40px rgba(4,20,10,.55); white-space: nowrap; }
    .circ-orb { width: clamp(190px, 24vw, 340px); height: auto; flex: none; margin: 0 clamp(-54px, -3.8vw, -30px); animation: orbFloat 7s ease-in-out infinite; will-change: transform; }
    @media (max-width: 860px) {
      .circ-wrap { flex-direction: column; gap: 8px; text-align: center; }
      .circ-wrap h2 { white-space: normal; }
      .circ-orb { width: min(56vw, 280px); margin: 10px 0; }
    }
  
/* Mobile refinements 1.0.1 */
@media (max-width: 720px) {
  .anarpla-section--home-1 .anarpla-site-nav {
    padding: 18px 20px !important;
  }

  .anarpla-section--home-1 > .anarpla-stack-mobile {
    padding: 12px 20px 34px !important;
  }

  .anarpla-section--home-1 > .anarpla-stack-mobile > div[style*="inline-flex"] {
    width: auto !important;
    max-width: 100% !important;
    padding: 9px 15px !important;
  }

  .anarpla-section--home-1 > .anarpla-stack-mobile > div[style*="inline-flex"] span {
    font-size: 11px !important;
    letter-spacing: 1.45px !important;
    line-height: 1.35 !important;
  }

  .anarpla-section--home-1 h1 {
    max-width: 10ch;
    margin-top: 24px !important;
    font-size: clamp(38px, 11.3vw, 54px) !important;
    line-height: .98 !important;
    letter-spacing: -1.8px !important;
    text-wrap: balance;
  }

  .anarpla-section--home-1 .hero-cta-pri,
  .anarpla-section--home-1 .hero-cta-sec {
    width: min(100%, 350px);
    justify-content: center;
    padding-left: 22px;
    padding-right: 22px;
  }

  .anarpla-section--home-stats {
    min-height: auto !important;
  }

  .anarpla-home-stats__inner {
    padding: 72px 20px 80px !important;
  }

  .anarpla-home-stats__inner > div:first-of-type {
    max-width: 100%;
  }

  .anarpla-home-stats__inner > div:first-of-type span:last-child {
    font-size: 12px !important;
    letter-spacing: 1.7px !important;
    line-height: 1.35 !important;
  }

  .anarpla-home-stats__inner .anarpla-grid--4 {
    margin-top: 42px !important;
    gap: 18px !important;
  }

  .anarpla-home-stats__inner .anarpla-grid--4 > div {
    width: 100%;
    padding: 30px 22px !important;
  }

  .anarpla-realtime-pill {
    width: 100%;
    max-width: 100%;
    display: grid !important;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px !important;
    padding: 18px 22px !important;
    border-radius: 24px !important;
    text-align: center;
  }

  .anarpla-realtime-pill__amount,
  .anarpla-realtime-pill__status {
    width: auto !important;
    max-width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 1.35;
  }

  .anarpla-realtime-pill__amount {
    font-size: 14px !important;
  }

  .anarpla-realtime-pill__status {
    font-size: 12px !important;
    letter-spacing: 1.2px !important;
  }

  .anarpla-realtime-pill__separator {
    display: none !important;
  }

  .anarpla-section--home-2,
  .anarpla-section--home-3,
  .anarpla-section--home-4,
  .anarpla-section--home-5,
  .anarpla-section--home-6,
  .anarpla-section--home-7,
  .anarpla-section--home-8,
  .anarpla-section--home-11 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .anarpla-section--home-2,
  .anarpla-section--home-3,
  .anarpla-section--home-8 {
    padding-top: 76px !important;
    padding-bottom: 84px !important;
  }

  .anarpla-section--home-2 h2,
  .anarpla-section--home-8 h2 {
    margin-bottom: 36px !important;
  }

  .anarpla-home-access-card {
    min-height: 0 !important;
    background-position: center !important;
  }

  .anarpla-home-access-card > div:first-child {
    background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.90) 62%, rgba(255,255,255,.76) 100%) !important;
  }

  .anarpla-home-access-card__content {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 520px;
    justify-content: center;
    padding: 42px 28px !important;
  }

  .anarpla-home-access-card__content h3 {
    max-width: 9ch !important;
    font-size: clamp(38px, 10.5vw, 48px) !important;
    line-height: 1.02 !important;
    letter-spacing: -1.25px !important;
    text-wrap: balance;
  }

  .anarpla-home-access-card__content p {
    max-width: 24ch !important;
    font-size: 17px !important;
    line-height: 1.5 !important;
  }

  .anarpla-home-access-card__content a {
    width: auto !important;
    max-width: 100%;
    justify-content: center;
    white-space: normal;
    text-align: center;
  }

  .anarpla-home-publication-card {
    width: 100%;
  }

  .anarpla-home-publication-card__media {
    height: 260px !important;
    padding: 22px 14px;
  }

  .anarpla-home-publication-card__media img {
    width: auto !important;
    max-width: 72% !important;
    max-height: 100%;
    object-fit: contain;
  }

  .anarpla-home-publication-card__body {
    padding: 26px 24px 30px !important;
  }

  .anarpla-home-publication-card__body h3 {
    font-size: 24px !important;
    line-height: 1.15 !important;
  }

  .anarpla-home-publication-card__body p {
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  .anarpla-section--home-9 .anarpla-wide-container,
  .anarpla-section--home-10 .anarpla-wide-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 420px) {
  .anarpla-home-access-card__content {
    min-height: 500px;
    padding: 38px 24px !important;
  }

  .anarpla-home-access-card__content h3 {
    font-size: clamp(36px, 10.8vw, 44px) !important;
  }
}
