@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../webfonts/fa-regular-400.woff2') format('woff2'), url('../webfonts/fa-regular-400.ttf') format('truetype');
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('../webfonts/fa-solid-900.woff2') format('woff2'), url('../webfonts/fa-solid-900.ttf') format('truetype');
}
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../webfonts/fa-brands-400.woff2') format('woff2'), url('../webfonts/fa-brands-400.ttf') format('truetype');
}

* { box-sizing: border-box; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #1c2b1f;
  line-height: 1.6;
  margin: 0;
}

a { color: #16A34A; text-decoration: none; }
a:hover { color: #15803d; }

.navbar { background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,0.08); }
.navbar-brand { font-weight: 700; font-size: 22px; color: #15803d; }
.navbar-brand span { color: #166534; }
.nav-link { color: #374151; font-weight: 500; }
.nav-link:hover { color: #16A34A; }
.btn-nav-cta {
  background: #16A34A;
  color: #fff;
  border-radius: 6px;
  padding: 8px 20px;
  font-weight: 600;
}
.btn-nav-cta:hover { background: #15803d; color: #fff; }

.hero-section {
  background: linear-gradient(135deg, #052e16 0%, #14532d 55%, #166534 100%);
  color: #fff;
  padding: 100px 0 80px;
  text-align: center;
}
.hero-badge {
  display: inline-block;
  background: rgba(22,163,74,0.2);
  border: 1px solid rgba(22,163,74,0.45);
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #86efac;
  margin-bottom: 20px;
}
.hero-section h1 { font-size: 46px; font-weight: 700; margin-bottom: 20px; line-height: 1.2; max-width: 720px; margin-left: auto; margin-right: auto; }
.hero-section p.lead { font-size: 18px; opacity: 0.85; max-width: 560px; margin: 0 auto 36px; }

.hero-cta-row { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 56px; }

.hero-data-row {
  display: flex;
  gap: 0;
  justify-content: center;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 40px;
  flex-wrap: wrap;
}
.hero-data-item {
  flex: 0 0 180px;
  padding: 0 24px;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.hero-data-item:last-child { border-right: none; }
.hero-data-num { font-size: 36px; font-weight: 700; color: #86efac; }
.hero-data-label { font-size: 13px; color: rgba(255,255,255,0.6); margin-top: 4px; }

.btn-primary-nz {
  background: #16A34A;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 13px 28px;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}
.btn-primary-nz:hover { background: #15803d; color: #fff; }
.btn-outline-nz {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.5);
  border-radius: 6px;
  padding: 11px 24px;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}
.btn-outline-nz:hover { background: rgba(255,255,255,0.08); color: #fff; }

.section-label { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #16A34A; margin-bottom: 10px; }
.section-title { font-size: 30px; font-weight: 700; color: #14532d; margin-bottom: 14px; }
.section-subtitle { font-size: 16px; color: #6b7280; max-width: 560px; margin-bottom: 48px; }

.steps-section { padding: 80px 0; background: #f0fdf4; }
.steps-section .section-subtitle { margin-left: auto; margin-right: auto; text-align: center; }
.steps-section .section-title { text-align: center; }
.steps-section .section-label { text-align: center; display: block; }

.step-card {
  background: #fff;
  border: 1px solid #bbf7d0;
  border-radius: 12px;
  padding: 36px 28px;
  height: 100%;
  text-align: center;
  position: relative;
}
.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px; height: 48px;
  background: #16A34A;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50%;
  margin: 0 auto 20px;
}
.step-card h5 { font-weight: 700; color: #14532d; margin-bottom: 10px; font-size: 18px; }
.step-card p { color: #6b7280; font-size: 14px; margin: 0; line-height: 1.65; }

.esg-section { padding: 80px 0; background: #fff; }
.esg-card {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 24px;
  height: 100%;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.esg-card:hover { border-color: #16A34A; box-shadow: 0 4px 14px rgba(22,163,74,0.1); }
.esg-icon {
  width: 46px; height: 46px;
  background: #dcfce7;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.esg-icon i { color: #16A34A; font-size: 18px; }
.esg-card h6 { font-weight: 700; color: #14532d; margin-bottom: 8px; }
.esg-card p { color: #6b7280; font-size: 14px; margin: 0; }

.results-bar { background: #052e16; padding: 56px 0; color: #fff; }
.results-bar .section-label { color: #86efac; text-align: center; display: block; }
.results-bar .section-title { color: #fff; text-align: center; margin-bottom: 40px; }
.result-stat { text-align: center; }
.result-stat-num { font-size: 40px; font-weight: 700; color: #86efac; }
.result-stat-label { font-size: 14px; color: rgba(255,255,255,0.65); margin-top: 6px; }
.result-stat-sub { font-size: 13px; color: rgba(255,255,255,0.45); margin-top: 4px; }

.cta-section { background: #166534; padding: 80px 0; text-align: center; color: #fff; }
.cta-section h2 { font-size: 34px; font-weight: 700; margin-bottom: 16px; }
.cta-section p { opacity: 0.8; font-size: 16px; margin-bottom: 32px; max-width: 520px; margin-left: auto; margin-right: auto; }

.page-hero {
  background: linear-gradient(135deg, #052e16 0%, #14532d 100%);
  color: #fff;
  padding: 80px 0 60px;
}
.page-hero h1 { font-size: 38px; font-weight: 700; margin-bottom: 12px; }
.page-hero p { opacity: 0.85; font-size: 17px; max-width: 560px; margin: 0; }

.content-section { padding: 72px 0; }
.feature-label { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #16A34A; margin-bottom: 10px; }
.feature-title { font-size: 26px; font-weight: 700; color: #14532d; margin-bottom: 14px; }
.feature-desc { color: #6b7280; margin-bottom: 20px; line-height: 1.75; }
.feature-placeholder {
  background: #e5e7eb;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  font-size: 14px;
  border-radius: 10px;
  width: 100%;
}

.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 10px; color: #374151; font-size: 15px; }
.check-list li i { color: #16A34A; margin-top: 3px; flex-shrink: 0; }

.info-card {
  background: #f0fdf4;
  border: 1px solid #86efac;
  border-radius: 10px;
  padding: 26px;
  margin-bottom: 20px;
}
.info-card h5 { font-weight: 700; color: #14532d; margin-bottom: 10px; }
.info-card p { color: #374151; margin: 0; font-size: 15px; line-height: 1.7; }

.pricing-section { padding: 80px 0; background: #f9fafb; }
.pricing-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 36px 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.pricing-card.featured { border-color: #16A34A; box-shadow: 0 4px 24px rgba(22,163,74,0.18); }
.pricing-label { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #16A34A; margin-bottom: 8px; }
.pricing-card h4 { font-weight: 700; color: #14532d; font-size: 20px; margin-bottom: 4px; }
.pricing-desc { color: #6b7280; font-size: 14px; margin-bottom: 24px; }
.pricing-price { font-size: 40px; font-weight: 700; color: #14532d; line-height: 1; }
.pricing-price sup { font-size: 20px; font-weight: 700; vertical-align: super; line-height: 1; }
.pricing-price span { font-size: 14px; color: #6b7280; font-weight: 400; }
.pricing-divider { border-color: #e5e7eb; margin: 24px 0; }
.pricing-features { list-style: none; padding: 0; margin: 0 0 32px; flex: 1; }
.pricing-features li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; color: #374151; font-size: 14px; }
.pricing-features li i { color: #16A34A; margin-top: 3px; flex-shrink: 0; }
.btn-pricing {
  display: block;
  text-align: center;
  background: #16A34A;
  color: #fff;
  border-radius: 8px;
  padding: 12px;
  font-weight: 600;
  font-size: 15px;
  margin-top: auto;
}
.btn-pricing:hover { background: #15803d; color: #fff; }
.btn-pricing-outline {
  display: block;
  text-align: center;
  background: transparent;
  color: #16A34A;
  border: 2px solid #16A34A;
  border-radius: 8px;
  padding: 10px;
  font-weight: 600;
  font-size: 15px;
  margin-top: auto;
}
.btn-pricing-outline:hover { background: #f0fdf4; color: #16A34A; }
.featured-badge {
  display: inline-block;
  background: #16A34A;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 12px;
  margin-bottom: 8px;
}

.team-section { padding: 80px 0; background: #f9fafb; }
.team-card {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 32px 20px;
  border: 1px solid #e5e7eb;
  height: 100%;
}
.team-photo {
  width: 100px; height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 16px;
  display: block;
  border: 3px solid #bbf7d0;
  background: #d1fae5;
}
.team-card h5 { font-weight: 700; color: #14532d; margin-bottom: 4px; }
.team-card .title { color: #16A34A; font-size: 14px; font-weight: 600; margin-bottom: 10px; }
.team-card p { color: #6b7280; font-size: 14px; margin: 0; }

.contact-section { padding: 72px 0; background: #f9fafb; }
.contact-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 40px;
}
.contact-detail { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 24px; }
.contact-icon {
  width: 44px; height: 44px;
  background: #dcfce7;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-icon i { color: #16A34A; }
.contact-detail h6 { font-weight: 700; color: #14532d; margin-bottom: 4px; font-size: 14px; }
.contact-detail p { color: #6b7280; margin: 0; font-size: 14px; }

.form-label { font-weight: 600; font-size: 14px; color: #14532d; }
.form-control { border: 1px solid #d1d5db; border-radius: 8px; padding: 10px 14px; font-size: 15px; }
.form-control:focus { border-color: #16A34A; box-shadow: 0 0 0 3px rgba(22,163,74,0.1); outline: none; }
.btn-submit {
  background: #16A34A;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
}
.btn-submit:hover { background: #15803d; }

.blog-section { padding: 72px 0; }
.blog-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  transition: box-shadow 0.2s;
}
.blog-card:hover { box-shadow: 0 4px 16px rgba(22,163,74,0.1); }
.blog-img {
  background: #bbf7d0;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #16A34A;
  font-size: 14px;
}
.blog-body { padding: 20px; }
.blog-tag { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #16A34A; margin-bottom: 8px; }
.blog-body h5 { font-weight: 700; color: #14532d; font-size: 16px; margin-bottom: 8px; line-height: 1.4; }
.blog-body p { color: #6b7280; font-size: 14px; margin-bottom: 12px; }
.blog-meta { font-size: 13px; color: #9ca3af; }
.read-more { font-size: 14px; font-weight: 600; color: #16A34A; }

.about-section { padding: 72px 0; }
.about-values { padding: 56px 0; background: #f0fdf4; }
.value-item { display: flex; gap: 16px; margin-bottom: 28px; }
.value-icon {
  width: 44px; height: 44px;
  background: #dcfce7;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.value-icon i { color: #16A34A; font-size: 17px; }
.value-text h6 { font-weight: 700; color: #14532d; margin-bottom: 6px; }
.value-text p { color: #6b7280; font-size: 14px; margin: 0; }

.legal-section { padding: 72px 0; }
.legal-section h1 { font-size: 32px; font-weight: 700; color: #14532d; margin-bottom: 8px; }
.legal-section .updated { color: #6b7280; font-size: 14px; margin-bottom: 40px; }
.legal-section h2 { font-size: 21px; font-weight: 700; color: #14532d; margin: 32px 0 12px; }
.legal-section p { color: #374151; line-height: 1.8; margin-bottom: 16px; }
.legal-section ul { color: #374151; line-height: 1.8; margin-bottom: 16px; padding-left: 24px; }

footer {
  background: #052e16;
  color: #fff;
  padding: 60px 0 30px;
}
.footer-brand { font-size: 21px; font-weight: 700; color: #fff; margin-bottom: 12px; }
.footer-brand span { color: #4ade80; }
.footer-tagline { color: rgba(255,255,255,0.55); font-size: 14px; margin-bottom: 20px; }
.footer-col h6 { font-weight: 700; color: #fff; margin-bottom: 16px; font-size: 14px; letter-spacing: 0.05em; text-transform: uppercase; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { color: rgba(255,255,255,0.65); font-size: 14px; }
.footer-col ul li a:hover { color: #4ade80; }
.footer-col ul li.no-link { color: rgba(255,255,255,0.65); font-size: 14px; }
.footer-divider { border-color: rgba(255,255,255,0.1); margin: 32px 0 20px; }
.footer-copy { color: rgba(255,255,255,0.45); font-size: 14px; }

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #052e16;
  color: #fff;
  padding: 16px 24px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  box-shadow: 0 -2px 12px rgba(0,0,0,0.3);
}
.cookie-banner p { margin: 0; font-size: 14px; color: rgba(255,255,255,0.8); flex: 1; }
.cookie-banner a { color: #4ade80; }
.cookie-btn {
  background: #16A34A;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}
.cookie-btn:hover { background: #15803d; }

@media (max-width: 768px) {
  .hero-section h1 { font-size: 32px; }
  .hero-data-row { gap: 0; }
  .hero-data-item { flex: 0 0 50%; border-right: none; margin-bottom: 20px; }
  .section-title { font-size: 26px; }
}

/* === Card Uniformity Fix (auto-generated) === */

.blog-card {
  display: flex;
  flex-direction: column;
}

.step-card {
  display: flex;
  flex-direction: column;
}

.team-card {
  display: flex;
  flex-direction: column;
}

.blog-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-body > a:last-child,
.blog-body > p:last-child + a {
  margin-top: auto;
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.pricing-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.step-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.team-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* === Read More Pin Fix (auto-generated) === */

.blog-body > p {
  flex: 1;
}

.blog-body > a:last-child,
.blog-body > a:last-of-type {
  margin-top: auto;
  padding-top: 12px;
}

/* === Last-Child Pin Fix (auto-generated) === */

.blog-body > :last-child {
  margin-top: auto;
}

.blog-card > :last-child {
  margin-top: auto;
}

.info-card > :last-child {
  margin-top: auto;
}

.team-card > :last-child {
  margin-top: auto;
}

a.read-more,
[class*="read-more"],
[class*="blog-read-more"] {
  margin-top: auto;
}

/* === Blog Article Width Fix === */
.container-narrow {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 24px;
}
.container-narrow img {
  max-width: 100%;
  height: auto;
}

/* Card title link styling */
.blog-card h3 a, .blog-card h4 a, .blog-card h5 a,
.news-card h3 a, .news-card h4 a, .news-card h5 a,
.insight-card h3 a, .insight-card h4 a, .insight-card h5 a,
[class*="-card"] h3 a, [class*="-card"] h4 a, [class*="-card"] h5 a {
  color: inherit;
  text-decoration: none;
}
[class*="-card"] h3 a:hover, [class*="-card"] h4 a:hover, [class*="-card"] h5 a:hover {
  text-decoration: underline;
}

/* Form placeholder visibility */
input::placeholder, textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #6b7280;
  opacity: 1;
}
input, textarea, select {
  color: #111827;
  border: 1px solid #d1d5db;
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: var(--accent, #3b82f6);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* Universal card equal height */
[class$="-card"], [class*="-card "] {
  height: 100%;
  display: flex;
  flex-direction: column;
}
