:root {
  --bg: #f4f7f4;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: #ffffff;
  --surface-deep: #123628;
  --text: #16221d;
  --muted: #5d6f67;
  --charcoal: #121714;
  --line: rgba(23, 49, 39, 0.1);
  --primary: #2f6f47;
  --primary-dark: #1f4d31;
  --primary-soft: #dce9dd;
  --accent: #9abb86;
  --accent-bright: #b7ee48;
  --shadow: 0 20px 60px rgba(16, 38, 28, 0.12);
  --shadow-strong: 0 24px 70px rgba(13, 31, 23, 0.18);
  --radius-lg: 28px;
  --radius-md: 18px;
  --max-width: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(143, 184, 157, 0.24), transparent 26%),
    radial-gradient(circle at 85% 12%, rgba(183, 238, 72, 0.08), transparent 18%),
    radial-gradient(circle at bottom right, rgba(91, 133, 107, 0.12), transparent 30%),
    linear-gradient(180deg, #eef4ef 0%, #fbfcfb 46%, #eef3ef 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

.hero,
.section,
.footer {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.nav,
.hero-content,
.top-banner,
.section-heading,
.card-grid,
.contact-form,
.footer p {
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
}

.hero {
  position: relative;
  overflow: clip;
  min-height: 96vh;
  padding-top: 1rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(223, 236, 227, 0.92), transparent 24%),
    radial-gradient(circle at 84% 20%, rgba(183, 238, 72, 0.1), transparent 18%),
    radial-gradient(circle at 72% 34%, rgba(47, 111, 71, 0.14), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.top-banner {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  padding: 0.85rem 1rem;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #f5fbf6;
  background: linear-gradient(90deg, #15271f 0%, #24543a 55%, #3e7b4f 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(31, 77, 49, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.top-banner:hover,
.top-banner:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(31, 77, 49, 0.26);
}

.nav {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 0.6rem 0.95rem;
  border: 1px solid rgba(23, 49, 39, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 28px rgba(17, 34, 29, 0.06);
}

.brand-logo {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 20px rgba(19, 54, 39, 0.12);
}

.brand-text {
  display: grid;
  gap: 0.1rem;
  line-height: 1.1;
}

.brand-text strong {
  font-size: 1rem;
}

.brand-text small {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
}

.nav-links {
  display: flex;
  gap: 1.25rem;
  font-weight: 600;
  color: var(--muted);
}

.nav-links a {
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 100%;
  height: 2px;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  transform: scaleX(1);
}

.hero-content {
  position: relative;
  z-index: 1;
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  align-items: center;
  gap: 2rem;
  padding-top: 4.5rem;
}

.hero-copy {
  display: grid;
  gap: 1.25rem;
}

.hero-company {
  color: var(--primary-dark);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  max-width: 12ch;
  font-size: clamp(2.8rem, 7vw, 5.8rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

h3 {
  font-size: 1.3rem;
  margin-bottom: 0.75rem;
}

.hero-text,
.hero-subtext,
.section-heading p,
.card p,
.footer p,
.form-status,
label,
.testimonial-meta,
.booking-note {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.hero-text {
  max-width: 46rem;
  font-size: 1.08rem;
}

.hero-subtext {
  max-width: 42rem;
  margin-top: -0.3rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 0.5rem;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-top: 0.25rem;
}

.trust-row span,
.panel-label,
.panel-note,
.band-item span,
.card-link {
  color: var(--muted);
}

.trust-row span {
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(23, 49, 39, 0.08);
  font-size: 0.95rem;
  font-weight: 700;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(180deg, #387f53 0%, var(--primary) 100%);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(47, 111, 71, 0.24);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--primary-dark);
  box-shadow: 0 18px 34px rgba(31, 77, 49, 0.24);
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
  color: var(--text);
}

.hero-panel {
  padding: 1.8rem;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 249, 244, 0.9)),
    var(--surface);
  border: 1px solid rgba(23, 49, 39, 0.08);
  box-shadow: var(--shadow-strong);
}

.hero-logo {
  width: min(100%, 320px);
  display: block;
  margin-bottom: 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  padding: 0.7rem;
}

.panel-label {
  margin-bottom: 1.1rem;
  font-size: 0.92rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-stats {
  display: grid;
  gap: 1rem;
}

.hero-stats div {
  display: grid;
  gap: 0.2rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(23, 49, 39, 0.08);
}

.hero-stats div:last-child {
  border-bottom: 0;
}

.hero-stats strong {
  font-size: 1.9rem;
  letter-spacing: -0.04em;
  color: var(--primary-dark);
}

.panel-note {
  margin-top: 1rem;
  font-size: 0.98rem;
}

.section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-heading {
  display: grid;
  gap: 0.9rem;
  margin-bottom: 2rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.service-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.contact-form,
.step-card,
.cta-panel,
.testimonial-card,
.booking-panel,
.calendar-embed-shell {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(247, 250, 247, 0.78)),
    var(--surface);
  backdrop-filter: blur(10px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.card {
  padding: 1.6rem;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.card:hover,
.card:focus-within {
  transform: translateY(-6px);
  box-shadow: var(--shadow-strong);
  border-color: rgba(47, 111, 71, 0.18);
}

.card-link {
  display: inline-block;
  margin-top: 1.1rem;
  font-weight: 800;
  color: var(--primary);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: var(--max-width);
  margin: 0 auto;
}

.logo-strip {
  max-width: var(--max-width);
  margin: 0 auto 1.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
}

.logo-strip span {
  padding: 0.85rem 1.15rem;
  border-radius: 999px;
  background: rgba(21, 39, 31, 0.94);
  color: #eff7f0;
  border: 1px solid rgba(183, 238, 72, 0.12);
  box-shadow: 0 16px 30px rgba(18, 23, 20, 0.12);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: var(--max-width);
  margin: 0 auto;
}

.testimonial-card {
  padding: 1.6rem;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.testimonial-card:hover,
.testimonial-card:focus-within {
  transform: translateY(-6px);
  box-shadow: var(--shadow-strong);
  border-color: rgba(47, 111, 71, 0.18);
}

.testimonial-quote {
  margin-bottom: 1rem;
  color: var(--charcoal);
  font-size: 1.04rem;
  line-height: 1.8;
}

.testimonial-meta {
  font-weight: 800;
}

.step-card {
  padding: 1.8rem;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.step-card:hover,
.step-card:focus-within {
  transform: translateY(-6px);
  box-shadow: var(--shadow-strong);
  border-color: rgba(47, 111, 71, 0.18);
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  min-height: 3rem;
  margin-bottom: 1rem;
  padding: 0.6rem;
  border-radius: 999px;
  background: rgba(183, 238, 72, 0.18);
  color: var(--primary-dark);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.industry-grid {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.industry-pill {
  padding: 0.95rem 1.25rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(23, 49, 39, 0.08);
  box-shadow: var(--shadow);
  font-weight: 700;
  color: var(--charcoal);
}

.cta-panel {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  align-items: center;
  padding: 2rem;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
}

.booking-panel {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: center;
  padding: 2rem;
}

.booking-copy {
  display: grid;
  gap: 1rem;
}

.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 0.35rem;
}

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

.calendar-preview {
  display: flex;
  justify-content: center;
}

.calendar-embed-shell {
  width: min(100%, 560px);
  padding: 0.9rem;
}

.calendar-embed {
  width: 100%;
  min-height: 600px;
  border: 0;
  border-radius: 20px;
  background: #ffffff;
}

.contact-form {
  display: grid;
  gap: 1rem;
  padding: 2rem;
  max-width: 760px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form label:last-of-type,
.form-button,
.form-status {
  grid-column: 1 / -1;
}

label {
  display: grid;
  gap: 0.5rem;
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(24, 49, 38, 0.16);
  border-radius: var(--radius-md);
  padding: 0.95rem 1rem;
  font: inherit;
  color: var(--text);
  background: var(--surface-strong);
}

input:focus,
textarea:focus {
  outline: 2px solid rgba(47, 125, 76, 0.24);
  border-color: var(--primary);
}

textarea {
  resize: vertical;
}

.form-button {
  border: 0;
  cursor: pointer;
}

.form-status {
  min-height: 1.5rem;
  font-weight: 700;
  color: var(--primary-dark);
}

.footer {
  padding-top: 0;
  padding-bottom: 2.5rem;
}

.footer p {
  border-top: 1px solid var(--line);
  padding-top: 1.5rem;
}

.sticky-cta {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.4rem;
  padding: 0.95rem 1.25rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #387f53 0%, var(--primary) 100%);
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 18px 34px rgba(31, 77, 49, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.sticky-cta:hover,
.sticky-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(31, 77, 49, 0.3);
}

.premium-variant .hero-backdrop {
  background:
    radial-gradient(circle at 14% 18%, rgba(226, 239, 229, 0.96), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(183, 238, 72, 0.14), transparent 18%),
    radial-gradient(circle at 76% 38%, rgba(23, 39, 31, 0.14), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}

.premium-variant .top-banner {
  background: linear-gradient(90deg, #101714 0%, #1b3025 52%, #2f6f47 100%);
}

.premium-variant .button-primary {
  box-shadow: 0 18px 34px rgba(18, 23, 20, 0.24);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal-delay {
  transition-delay: 120ms;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .reveal-delay,
  .button,
  .card,
  .nav-links a::after {
    transition: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 900px) {
  .hero-content,
  .card-grid,
  .steps-grid,
  .testimonial-grid,
  .cta-panel,
  .booking-panel {
    grid-template-columns: 1fr;
  }

  .hero-content {
    padding-top: 3rem;
  }

  .cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: auto;
    padding-bottom: 3rem;
  }

  .nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand {
    width: 100%;
  }

  .nav-links {
    flex-wrap: wrap;
    gap: 0.9rem;
  }

  .hero-panel,
  .cta-panel,
  .step-card,
  .booking-panel,
  .testimonial-card {
    padding: 1.25rem;
  }

  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .contact-form {
    padding: 1.4rem;
    grid-template-columns: 1fr;
  }

  .contact-form label,
  .form-button,
  .form-status {
    grid-column: auto;
  }

  .sticky-cta {
    left: 1rem;
    right: 1rem;
    bottom: 0.85rem;
  }
}
