:root {
  --bg: #f5f7f2;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: #ffffff;
  --text: #102417;
  --muted: #5d6d63;
  --line: rgba(16, 36, 23, 0.08);
  --green: #1d7a46;
  --green-deep: #0f4d2c;
  --green-soft: #dff4e7;
  --dark: #0d1d12;
  --shadow: 0 18px 45px rgba(16, 36, 23, 0.10);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(92, 201, 120, 0.18), transparent 28%),
    linear-gradient(180deg, #f6faf6 0%, #edf3ee 100%);
  padding-top: 92px;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.site-navbar {
  backdrop-filter: blur(14px);
  background: rgba(13, 29, 18, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-brand {
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: #fff;
}

.nav-logo {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}

.nav-link {
  color: rgba(255, 255, 255, 0.82) !important;
  font-weight: 500;
}

.nav-link:hover,
.nav-link.active {
  color: #fff !important;
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.2);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  filter: invert(1);
}

.site-btn,
.site-btn-dark,
.site-btn-ghost,
.site-btn-outline,
.site-btn-outline-light {
  border-radius: 999px;
  padding: 0.92rem 1.45rem;
  font-weight: 600;
  border-width: 1px;
}

.site-btn {
  background: linear-gradient(135deg, #23a25b, #167543);
  border-color: transparent;
  box-shadow: 0 14px 34px rgba(29, 122, 70, 0.25);
}

.site-btn:hover,
.site-btn:focus {
  background: linear-gradient(135deg, #1f8e50, #125d35);
}

.site-btn-outline {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.site-btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.site-btn-ghost {
  border-color: rgba(29, 122, 70, 0.18);
  color: var(--green);
  background: #fff;
}

.site-btn-ghost:hover {
  background: var(--green-soft);
  color: var(--green-deep);
}

.site-btn-dark {
  color: var(--dark);
}

.site-btn-outline-light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}

.site-btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.hero-section,
.page-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(8, 24, 15, 0.94), rgba(23, 74, 41, 0.82)),
    url("../images/nav-bg.jpg") center/cover no-repeat;
  color: #fff;
}

.hero-section {
  padding: 7rem 0 5rem;
}

.page-hero {
  padding: 6rem 0 3.75rem;
}

.page-hero-sm h1,
.hero-section h1 {
  font-size: clamp(2.35rem, 5vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 800;
  max-width: 12ch;
}

.page-hero-sm p,
.hero-copy,
.page-hero p {
  font-size: 1.06rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.82);
  max-width: 62ch;
}

.page-hero .container {
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
}

.eyebrow {
  margin-bottom: 1rem;
  color: #bdf0c9;
}

.section-kicker {
  margin-bottom: 0.8rem;
  color: var(--green);
}

.hero-actions {
  margin-top: 2rem;
}

.hero-metrics .metric-card,
.glass-card {
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
}

.metric-card {
  border-radius: 20px;
  padding: 1rem;
  height: 100%;
}

.metric-card strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 1rem;
}

.metric-card span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.6;
}

.glass-card {
  border-radius: 28px;
  padding: 1rem;
}

.hero-image {
  border-radius: 22px;
  width: 100%;
  object-fit: cover;
}

.section-shell {
  padding: 5.5rem 0;
}

.section-muted {
  background: rgba(255, 255, 255, 0.55);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-intro {
  max-width: 760px;
  margin-bottom: 2rem;
}

.section-intro-left {
  max-width: 620px;
}

.section-intro h2,
.story-card h2,
.cta-panel h2,
.contact-details h2,
.form-card h2,
.feature-card h3,
.service-body h3,
.mini-panel h3 {
  letter-spacing: -0.03em;
}

.section-intro h2,
.story-card h2,
.cta-panel h2,
.contact-details h2,
.form-card h2,
.page-hero h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 1rem;
  line-height: 1.1;
}

.section-intro p,
.story-card p,
.cta-panel p,
.contact-details p,
.form-card p,
.feature-card p,
.service-body p,
.mini-panel p,
.footer-copy,
.check-list li,
.form-note {
  color: var(--muted);
  line-height: 1.8;
}

.feature-card,
.story-card,
.service-card,
.contact-details,
.form-card,
.mini-panel {
  background: var(--surface-strong);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.feature-card,
.story-card,
.contact-details,
.form-card,
.mini-panel {
  padding: 1.8rem;
}

.icon-badge {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--green-soft);
  color: var(--green);
  font-weight: 700;
  margin-bottom: 1rem;
}

.feature-card h3,
.service-body h3,
.mini-panel h3,
.contact-item h3 {
  font-size: 1.15rem;
  font-weight: 700;
}

.service-card {
  overflow: hidden;
}

.service-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  background: linear-gradient(180deg, #ecf6ef, #dcefe1);
  padding: 2rem;
}

.service-body {
  padding: 1.8rem;
}

.service-tag {
  display: inline-block;
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  background: var(--green-soft);
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.text-link {
  color: var(--green);
  font-weight: 600;
}

.story-card {
  height: 100%;
}

.cta-panel {
  height: 100%;
  border-radius: 28px;
  padding: 2rem;
  background: linear-gradient(135deg, #10361f, #1d7a46);
  color: #fff;
  box-shadow: var(--shadow);
}

.cta-panel p,
.cta-panel .section-kicker,
.alt-cta .section-kicker {
  color: rgba(255, 255, 255, 0.82);
}

.feature-stack {
  display: grid;
  gap: 1.25rem;
}

.contact-item + .contact-item {
  margin-top: 1.4rem;
}

.contact-item a,
.footer-links a,
.social-inline a {
  color: var(--green-deep);
}

.form-card,
.contact-details {
  padding: 2rem;
}

.modern-input {
  min-height: 52px;
  border-radius: 16px;
  border: 1px solid rgba(16, 36, 23, 0.14);
  padding: 0.95rem 1rem;
  background: #f9fcfa;
}

textarea.modern-input {
  min-height: 150px;
}

.modern-input:focus {
  border-color: rgba(29, 122, 70, 0.42);
  box-shadow: 0 0 0 0.2rem rgba(29, 122, 70, 0.12);
  background: #fff;
}

.form-note {
  font-size: 0.92rem;
}

.check-list {
  padding-left: 1.25rem;
  margin: 0;
}

.check-list li + li {
  margin-top: 0.75rem;
}

.quote-side-panel {
  background: linear-gradient(180deg, #f8fcf9 0%, #eef6f1 100%);
}

.site-footer {
  background: #0c1811;
  color: rgba(255, 255, 255, 0.78);
  padding: 4rem 0 1.5rem;
}

.site-footer h4 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #fff;
  font-weight: 700;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li + li {
  margin-top: 0.65rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.8);
}

.social-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 991.98px) {
  body {
    padding-top: 82px;
  }

  .hero-section,
  .page-hero {
    padding-top: 5.5rem;
  }

  .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
  }
}

@media (max-width: 767.98px) {
  .section-shell {
    padding: 4rem 0;
  }

  .feature-card,
  .story-card,
  .service-body,
  .contact-details,
  .form-card,
  .mini-panel,
  .cta-panel {
    padding: 1.4rem;
  }

  .service-image {
    height: 220px;
  }
}
