:root {
  --bg: #f3f6fb;
  --surface: #ffffff;
  --ink: #17242d;
  --muted: #51626d;
  --primary: #81eb37;
  --primary-dark: #67c828;
  --primary-ink: #16300f;
  --line: #dce4ee;
  --max: 1120px;
  --radius: 14px;
  --shadow: 0 14px 36px rgba(13, 34, 53, 0.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(1200px 540px at -10% -12%, rgba(118, 210, 64, 0.1), transparent 55%),
    radial-gradient(980px 420px at 105% 8%, rgba(28, 64, 100, 0.08), transparent 58%),
    var(--bg);
  line-height: 1.55;
  -webkit-text-size-adjust: 100%;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

h1, h2, h3 {
  margin: 0 0 0.7rem;
  line-height: 1.15;
  font-family: "Montserrat", "Source Sans 3", sans-serif;
  letter-spacing: -0.02em;
}

h1 { font-size: clamp(2rem, 6.8vw, 3.9rem); }
h2 { font-size: clamp(1.55rem, 5vw, 2.9rem); }
h3 { font-size: clamp(1.12rem, 3vw, 1.45rem); }

p {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 1.03rem;
}

.skip-link {
  position: absolute;
  left: -9999px;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 99;
  background: #fff;
  padding: 0.5rem 0.75rem;
}

.container {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
}

.section { padding: 4rem 0; }
.section-muted {
  background: linear-gradient(180deg, #edf2f8 0%, #f3f7fc 100%);
}
.center { text-align: center; }
.narrow { max-width: 800px; }

section[id] {
  scroll-margin-top: 86px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  min-height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand img {
  width: 150px;
  height: 70px;
  padding: 0;
  display: block;
  object-fit: contain;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.01em;
  font-size: 0.92rem;
  padding: 0.86rem 1.25rem;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.btn::after {
  content: "→";
  font-size: 0.94em;
  transition: transform 0.3s ease;
  display: inline-block;
}

.btn:hover,
.btn:focus-visible {
  box-shadow: 0 8px 22px rgba(40, 65, 22, 0.14);
}

.btn:hover::after,
.btn:focus-visible::after {
  transform: translateX(4px);
}

.btn-primary {
  background: linear-gradient(130deg, var(--primary), #98f55d);
  color: var(--primary-ink);
  border-color: #77dc33;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: linear-gradient(130deg, #76dc31, #8ef24f);
}

.btn-secondary {
  background: #fff;
  color: var(--ink);
  border-color: #b8c9af;
}

.btn-dark {
  background: #1c3314;
  color: #fff;
  border-color: #1c3314;
}

.btn-lg {
  min-height: 56px;
  min-width: 230px;
}

.site-header .btn {
  width: auto;
  min-height: 44px;
  padding: 0.62rem 1rem;
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: 65vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(14, 26, 11, 0.86), rgba(14, 26, 11, 0.46));
  z-index: -1;
}


.hero-bg-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; aspect-ratio: 16/9;
  object-position: center;
  z-index: -2;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 85% 0%, rgba(129, 235, 55, 0.28), transparent 45%);
  z-index: -1;
  pointer-events: none;
}

.hero-content { padding: 4rem 0 3rem; }

.eyebrow {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #3e6f2a;
  margin-bottom: 0.75rem;
  font-size: 0.79rem;
}

.hero .eyebrow { color: #dfffcc; }

.hero h1,
.hero p { color: #fff; }

.hero-subtitle {
  max-width: 720px;
  font-size: clamp(1rem, 2.4vw, 1.34rem);
  color: #ebffe0;
}

.hero-cta {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin: 1.45rem 0 1rem;
}

.hero-trust {
  margin: 0;
  color: #d9f7c7;
  font-size: 0.94rem;
}

.trust-bar {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(34, 197, 94, 0.15);
  border-bottom: 1px solid rgba(34, 197, 94, 0.15);
  padding: 0.95rem 0;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.03);
  z-index: 10;
}

.trust-bar .container {
  width: 100%;
  max-width: none;
  padding-inline: 0;
}

.trust-marquee {
  overflow: hidden;
  display: flex;
}

.trust-track {
  display: flex;
  width: max-content;
  gap: 3.5rem;
  padding-left: 3.5rem;
  animation: trust-scroll 45s linear infinite;
  will-change: transform;
}

.trust-grid {
  display: flex;
  align-items: center;
  gap: 3.5rem;
}

.trust-card {
  margin: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: max-content;
  box-shadow: none;
  transition: opacity 0.3s ease;
}

.trust-card:hover {
  opacity: 0.8;
}

.trust-card img {
  width: 26px;
  height: 26px;
  min-width: 26px;
  padding: 0.35rem;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.12);
  box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.25);
}

.trust-card p {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  color: #0F172A;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

@keyframes trust-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.section-intro {
  padding: 2.2rem 0 0.75rem;
  background: linear-gradient(180deg, #f7fafc 0%, #eef4fa 100%);
}

.cards-grid {
  display: grid;
  gap: 1rem;
}

.feature-card {
  background: var(--surface);
  border: 1px solid #d7e4d2;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(40, 65, 22, 0.1);
}

.feature-card .card-banner {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-bottom: 1px solid #d7e4d2;
}

.feature-card .card-content {
  padding: 1.6rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.feature-card .icon {
  width: 32px;
  height: 32px;
  color: #57a826;
  margin-bottom: 1rem;
}

.cta-card {
  background: linear-gradient(135deg, #8bee42, #b7f684);
  border-color: #8adb4f;
}

.cta-card h3,
.cta-card p { color: #162710; }

.process-section {
  background: transparent;
}

.process-section.section {
  padding-top: 0;
  padding-bottom: 0;
}

.process-gallery-band {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: clamp(1rem, 2.5vw, 2rem) 0;
  background:
    radial-gradient(960px 320px at 14% 0%, rgba(134, 224, 83, 0.2), transparent 60%),
    radial-gradient(880px 300px at 90% 100%, rgba(178, 238, 136, 0.22), transparent 62%),
    linear-gradient(180deg, #eef8e7 0%, #f7fcf1 100%);
  border-top: 1px solid #d2e7c4;
  border-bottom: 1px solid #d2e7c4;
}

.process-gallery-head {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto 0.95rem;
  text-align: center;
}

.process-gallery-head .eyebrow {
  color: #2f6f1f;
  margin-bottom: 0.5rem;
}

.process-gallery-head h2 {
  margin-bottom: 0.45rem;
  font-size: clamp(1.5rem, 4vw, 2.35rem);
  color: #183315;
}

.process-gallery-head p {
  margin: 0 auto;
  max-width: 760px;
  color: #2e4728;
  font-size: clamp(1rem, 2vw, 1.12rem);
}

.process-gallery-tilt {
  width: min(calc(100% - 2rem), 800px);
  margin: 0 auto;
  perspective: 1400px;
}

.form-section {
  background:
    radial-gradient(860px 360px at 8% 100%, rgba(27, 77, 120, 0.08), transparent 62%),
    linear-gradient(180deg, #f6f9fd 0%, #eef4fb 100%);
}

.process-grid {
  display: grid;
  gap: 1.8rem;
  align-items: stretch;
}

.process-image {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  min-height: 100%;
}

.process-showcase {
  position: relative;
  min-height: clamp(260px, 48vw, 430px);
  aspect-ratio: 1376 / 768;
  border-radius: 18px;
  padding-right: clamp(28px, 5.2vw, 60px);
  isolation: isolate;
  transform: rotateX(2deg) rotateY(-1.8deg);
  transform-origin: center center;
}

.process-showcase::before {
  content: "";
  position: absolute;
  inset: 10px 22px 12px 0;
  border-radius: 18px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.06));
  box-shadow: 0 24px 54px rgba(12, 30, 45, 0.24);
  z-index: 0;
  pointer-events: none;
}

.process-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - clamp(28px, 5.2vw, 60px));
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(221, 231, 241, 0.9);
  box-shadow: 0 14px 34px rgba(10, 28, 42, 0.28), 0 2px 10px rgba(10, 28, 42, 0.14);
  opacity: 0.14;
  z-index: 1;
  transform: translateX(24px) scale(0.91);
  filter: saturate(0.82) blur(0.2px);
  transition: opacity 0.62s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1), filter 0.62s ease;
  will-change: transform, opacity;
  pointer-events: none;
}

.process-slide.is-current {
  opacity: 1;
  z-index: 4;
  transform: translateX(0) scale(1);
  filter: saturate(1);
  box-shadow: 0 20px 44px rgba(10, 28, 42, 0.34), 0 5px 14px rgba(10, 28, 42, 0.16);
}

.process-slide.is-next {
  opacity: 0.52;
  z-index: 3;
  transform: translateX(clamp(28px, 3.8vw, 46px)) scale(0.94);
  filter: saturate(0.9) blur(0.15px);
}

.process-slide.is-prev {
  opacity: 0.3;
  z-index: 2;
  transform: translateX(-18px) scale(0.96);
  filter: saturate(0.88) blur(0.1px);
}

.process-showcase::after {
  content: "";
  position: absolute;
  inset: auto 1rem -0.65rem 1rem;
  height: 20px;
  border-radius: 999px;
  background: radial-gradient(closest-side, rgba(12, 30, 45, 0.28), rgba(12, 30, 45, 0));
  z-index: 0;
  pointer-events: none;
}

.process-gallery-controls {
  position: absolute;
  left: 0.9rem;
  bottom: 0.9rem;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  gap: 0.44rem;
  padding: 0.34rem;
  border-radius: 999px;
  border: 1px solid rgba(228, 237, 246, 0.72);
  background: rgba(7, 23, 35, 0.5);
  backdrop-filter: blur(7px);
  box-shadow: 0 10px 24px rgba(8, 24, 36, 0.3);
}

.process-nav {
  width: 2.28rem;
  height: 2.28rem;
  border: 1px solid rgba(220, 234, 246, 0.84);
  border-radius: 999px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08));
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(5, 18, 28, 0.26);
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.process-nav:hover,
.process-nav:focus-visible {
  transform: scale(1.06);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.14));
  border-color: rgba(243, 249, 254, 0.98);
  box-shadow: 0 10px 18px rgba(5, 18, 28, 0.34);
}

@media (min-width: 1020px) {
  .process-gallery-controls {
    left: 1.05rem;
    bottom: 1.05rem;
    gap: 0.5rem;
    padding: 0.4rem;
    background: rgba(8, 24, 37, 0.56);
    box-shadow: 0 14px 30px rgba(8, 24, 37, 0.34);
  }

  .process-nav {
    width: 2.7rem;
    height: 2.7rem;
    font-size: 1.3rem;
    border-color: rgba(230, 240, 249, 0.82);
    box-shadow: 0 8px 20px rgba(8, 24, 37, 0.3);
  }

  .process-nav:hover,
  .process-nav:focus-visible {
    transform: scale(1.08);
    border-color: rgba(247, 251, 255, 1);
    box-shadow: 0 12px 26px rgba(8, 24, 37, 0.38);
  }
}

.process-content {
  width: 100%;
  background: linear-gradient(145deg, #ffffff 0%, #f4f7fc 55%, #edf2f8 100%);
  border: 0;
  border-radius: var(--radius);
  padding: 1.25rem;
  box-shadow: 0 14px 28px rgba(33, 46, 61, 0.08);
}

.process-content-wrap {
  margin-top: 0;
}

.process-content-band {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding: clamp(0.9rem, 1.8vw, 1.35rem) 0;
  background: #e6eaf1;
  border-top: 0;
  border-bottom: 0;
}

.form-section.section {
  padding-top: 0;
}

.process-steps {
  display: grid;
  gap: 0.9rem;
}

.process-step {
  display: grid;
  grid-template-columns: 2.3rem 1fr;
  column-gap: 0.9rem;
  align-items: start;
  padding: 1.04rem 1.08rem;
  border: 1px solid #d2ddea;
  border-radius: 15px;
  background: linear-gradient(180deg, #ffffff 0%, #f3f7fb 100%);
  box-shadow: 0 8px 18px rgba(22, 38, 55, 0.08);
  cursor: default;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.process-step:hover {
  border-color: #d2ddea;
  transform: none;
  box-shadow: 0 8px 18px rgba(22, 38, 55, 0.08);
}

.process-step.is-active {
  border-color: #82be63;
  background: linear-gradient(180deg, #f1f9e8 0%, #f8fcf4 100%);
  box-shadow: 0 12px 22px rgba(41, 86, 28, 0.12);
}

.process-step span {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1;
  background: linear-gradient(140deg, #81eb37 0%, #67c828 100%);
  color: #16300f;
  box-shadow: 0 7px 14px rgba(56, 118, 23, 0.24), inset 0 0 0 1px rgba(22, 48, 15, 0.12);
  pointer-events: none;
  user-select: none;
}

.process-step p {
  margin: 0;
  color: #1e3346;
  font-size: 1.03rem;
  font-weight: 650;
  line-height: 1.5;
}

.split {
  display: grid;
  gap: 1.6rem;
  align-items: center;
}

.image-frame {
  border: 1px solid #d6e3d0;
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.mini-grid {
  margin: 1.2rem 0 1.5rem;
  display: grid;
  gap: 0.85rem;
}

.mini-grid article {
  border-left: 3px solid #7fd839;
  padding-left: 0.8rem;
}

.use-cases .triad {
  display: grid;
  gap: 1rem;
  margin-top: 1.4rem;
}

.triad article {
  padding: 0.4rem;
  text-align: center;
}

.triad-image {
  border: 1px solid #d6e3d0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.reviews {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(1200px 520px at 8% -10%, rgba(116, 210, 62, 0.16), transparent 52%),
    radial-gradient(700px 340px at 92% 2%, rgba(23, 58, 92, 0.14), transparent 58%),
    linear-gradient(180deg, #edf2f7 0%, #f4f7fb 100%);
}

.reviews-head {
  max-width: 1020px;
  margin: 0 auto 1.35rem;
}

.reviews-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  margin-bottom: 0.6rem;
}

.reviews-top > div:first-child {
  flex: 1;
  min-width: 0;
}

.reviews-ratingline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.58rem;
  font-size: 1.05rem;
  color: #294151;
}

.rating-stars {
  color: #f2b01d;
  letter-spacing: 0.08em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
}

.reviews-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
  padding: 0.58rem 0.85rem;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  border: 1px solid #d4dfeb;
  box-shadow: 0 10px 22px rgba(22, 37, 52, 0.11);
  font-weight: 700;
  color: #163047;
  white-space: nowrap;
  margin-left: auto;
}

.reviews-badge img {
  width: 20px;
  height: 20px;
}

.reviews-proof {
  margin-top: 0.58rem;
  display: inline-block;
  padding: 0.42rem 0.82rem;
  border-radius: 999px;
  border: 1px solid #c6dcba;
  background: linear-gradient(180deg, #edf8e3 0%, #e4f3d8 100%);
  color: #24421a;
  font-size: 0.9rem;
  font-weight: 800;
}

.reviews-slider {
  overflow: hidden;
  border-radius: 24px;
  touch-action: pan-y;
  padding: 0.2rem;
}

.reviews-track {
  display: flex;
  gap: 1.1rem;
  transition: transform 0.64s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.review-card {
  flex: 0 0 100%;
  border: 1px solid #d5dfeb;
  border-radius: 20px;
  padding: 1.08rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 12px 30px rgba(18, 35, 52, 0.1);
  transform: translateY(4px) scale(0.985);
  opacity: 0.84;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, opacity 0.35s ease, box-shadow 0.35s ease;
}

.review-card.is-visible {
  transform: translateY(0) scale(1);
  opacity: 1;
  box-shadow: 0 18px 35px rgba(18, 35, 52, 0.15);
}

.review-meta {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  margin-bottom: 0.82rem;
}

.review-meta > div {
  flex: 1;
  min-width: 0;
}

.review-avatar {
  min-width: 42px;
  height: 42px;
  padding: 0 0.42rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 0.86rem;
  color: #1f3342;
  background: linear-gradient(145deg, #dcedc9, #eaf6dc);
  border: 1px solid #b8dca0;
}

.review-platform {
  width: 19px;
  height: 19px;
  opacity: 0.92;
}

.stars {
  margin: 0 0 0.5rem;
  color: #f2b01d;
  letter-spacing: 0.1em;
  font-size: 0.98rem;
}

.review-meta strong {
  display: block;
  color: #213342;
  margin: 0;
  line-height: 1.2;
}

.review-meta span {
  display: block;
  font-size: 0.84rem;
  color: #657683;
}

.review-quote {
  color: #2a3f4d;
  margin-bottom: 0.58rem;
  line-height: 1.48;
  min-height: 5.6rem;
}

.review-role {
  margin: 0 0 0.72rem;
  font-size: 0.88rem;
  color: #5c6f7e;
}

.review-link {
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  color: #1f3342;
  margin-top: auto;
}

.review-link:hover,
.review-link:focus-visible {
  color: #163047;
}

.reviews-dots {
  display: flex;
  justify-content: center;
  gap: 0.48rem;
  margin-top: 1.05rem;
}

.reviews-dots button {
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 999px;
  border: 0;
  background: transparent;
  padding: 0;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.reviews-dots button.is-active {
  background: transparent;
  transform: none;
}

.form-layout {
  display: grid;
  gap: 1.6rem;
  padding-top: 2.8rem;
}

.check-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.4rem;
}

.check-list li {
  position: relative;
  padding-left: 1.35rem;
  color: #243d1e;
  font-weight: 600;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.36rem;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 3px;
  background: #81eb37;
}

.lead-form {
  background: #ffffff;
  border: 1px solid rgba(226, 233, 241, 0.8);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-row {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 700px) {
  .form-row {
    grid-template-columns: 1fr 1fr;
  }
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.lead-form label {
  font-weight: 600;
  color: #0F172A;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.88rem;
  margin-top: 0;
}

.lead-form input,
.lead-form textarea {
  background: #f8f9ff;
  border: 1px solid #bccbb9;
  border-radius: 8px;
  padding: 0.72rem 1rem;
  font: inherit;
  font-family: 'Work Sans', sans-serif;
  color: #0F172A;
  transition: all 0.3s ease;
}

.lead-form input:focus,
.lead-form textarea:focus {
  outline: none;
  background: #ffffff;
  border-color: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.15);
}

.form-submit-btn {
  margin-top: 0.5rem;
  width: 100%;
}

.form-note {
  margin: 0.2rem 0 0;
  font-size: 0.9rem;
  text-align: center;
}

.phone-box {
  border: 1px solid #d6e3d0;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: #fff;
  padding: 1.5rem;
  text-align: center;
}

.phone-block {
  background: linear-gradient(180deg, #f2f7fc 0%, #e8f0f8 100%);
}

.faq-wrap h2 {
  text-align: center;
  margin-bottom: 1.1rem;
}

.faq {
  background:
    radial-gradient(760px 260px at 15% 0%, rgba(120, 210, 62, 0.1), transparent 60%),
    linear-gradient(180deg, #f5f9fd 0%, #edf4fb 100%);
}

.faq-list {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  gap: 0.65rem;
}

.faq-item {
  background: #fff;
  border: 1px solid #d3e1ce;
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.25s ease;
}

.faq-item.is-open,
.faq-item:hover { border-color: #87d948; }

.faq-q {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 1rem 2.8rem 1rem 1rem;
  font: inherit;
  font-weight: 800;
  color: #1a2f14;
  cursor: pointer;
  position: relative;
}

.faq-q::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #62b82b;
}

.faq-item.is-open .faq-q::after { content: "−"; }

.faq-a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}

.faq-a p {
  overflow: hidden;
  margin: 0;
  padding: 0 1rem;
}

.faq-item.is-open .faq-a { grid-template-rows: 1fr; }
.faq-item.is-open .faq-a p { padding-bottom: 1rem; }

.final-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(155deg, #1f2f19 8%, #436e35 52%, #7dcf3e 100%);
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 15%, rgba(196, 255, 160, 0.2), transparent 44%);
}

.final-inner {
  position: relative;
  z-index: 1;
}

.final-cta h2,
.final-cta p { color: #fff; }

.center-cta { justify-content: center; }

.site-footer {
  background: #121d10;
  color: #ffffff;
  padding: 1.8rem 0 1rem;
}

.site-footer p,
.site-footer a {
  color: #ffffff;
  margin: 0;
  text-decoration: none;
}

.footer-grid {
  display: grid;
  gap: 1rem;
}

.footer-bottom {
  margin-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-bottom-inner {
  padding-top: 0.85rem;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.85);
}

.mobile-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  display: none;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #314728;
  background: rgba(17, 27, 15, 0.95);
  backdrop-filter: blur(8px);
  padding-bottom: env(safe-area-inset-bottom, 0);
}

.mobile-sticky-cta a {
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  padding: 0.85rem 0.4rem;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.mobile-sticky-cta a:first-child { background: #253821; }
.mobile-sticky-cta a:last-child { background: #74d432; color: #142111; }

/* Mobile-first UX improvements */
@media (max-width: 699px) {
  body {
    line-height: 1.5;
    padding-bottom: calc(10px + env(safe-area-inset-bottom, 0));
  }

  h1 {
    font-size: clamp(1.8rem, 8vw, 2.4rem);
    line-height: 1.12;
  }

  h2 {
    font-size: clamp(1.35rem, 6.2vw, 1.85rem);
  }

  p {
    font-size: 1rem;
    margin-bottom: 0.85rem;
  }

  .container {
    width: min(calc(100% - 1.25rem), var(--max));
  }

  .section {
    padding: 2.7rem 0;
  }

  .hero {
    min-height: 76svh;
  }

  .hero-content {
    padding: calc(0.2rem + 72px) 0 2rem;
  }

  .hero-subtitle {
    font-size: 1.03rem;
    line-height: 1.45;
    max-width: 100%;
  }

  .hero-trust {
    font-size: 0.9rem;
    text-align: center;
  }

  .btn {
    width: 100%;
    min-height: 50px;
    justify-content: center;
    font-size: 0.95rem;
    padding: 0.82rem 1rem;
  }

  .site-header .btn {
    width: auto;
    min-height: 42px;
    padding: 0.55rem 0.85rem;
    font-size: 0.86rem;
  }

  .btn::after {
    content: "";
  }

  .hero-cta {
    gap: 0.7rem;
    margin-top: 1.2rem;
  }

  .cards-grid,
  .process-grid,
  .split,
  .form-layout,
  .triad {
    gap: 1.15rem;
  }

  .form-layout {
    padding-top: 1.8rem;
  }

  .feature-card,
  .process-content,
  .review-card,
  .lead-form,
  .phone-box {
    padding: 1rem;
    border-radius: 12px;
  }

  .trust-bar {
    padding: 0.65rem 0 0.7rem;
  }

  .trust-track {
    animation-duration: 30s;
    gap: 0.62rem;
  }

  .trust-grid {
    gap: 0.62rem;
  }

  .trust-card {
    min-width: 222px;
    padding: 0.72rem 0.88rem;
    border-radius: 16px;
  }

  .trust-card img {
    width: 22px;
    height: 22px;
    min-width: 22px;
  }

  .trust-card p {
    font-size: 0.92rem;
  }

  .section-intro {
    padding: 1.55rem 0 0.4rem;
  }

  #services.section {
    padding-top: 1rem;
    padding-bottom: 1.05rem;
  }

  .process-section.section {
    padding-top: 0.9rem;
    padding-bottom: 0;
  }

  .process-step {
    grid-template-columns: 2.05rem 1fr;
    column-gap: 0.72rem;
    padding: 0.82rem;
  }

  .process-step span {
    width: 2.05rem;
    height: 2.05rem;
    font-size: 0.9rem;
  }

  .process-step p {
    font-size: 1rem;
    line-height: 1.4;
  }

  .process-showcase {
    min-height: 190px;
    border-radius: 14px;
    padding-right: 22px;
    transform: none;
  }

  .process-slide {
    width: calc(100% - 22px);
    border-radius: 14px;
  }

  .process-gallery-controls {
    display: none !important;
    left: 0.7rem;
    bottom: 0.7rem;
    gap: 0.42rem;
  }

  .process-nav {
    width: 2.12rem;
    height: 2.12rem;
    font-size: 1.18rem;
  }

  .process-content {
    padding: 1.28rem 1rem 1rem;
    border-radius: 14px;
  }

  .form-section.section {
    padding-top: 0;
  }

  .lead-form {
    padding: 1.2rem 1rem 1rem;
  }

  .mini-grid {
    margin: 1rem 0 1.1rem;
    gap: 0.65rem;
  }

  .reviews-head {
    margin-bottom: 0.95rem;
  }

  .reviews-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
    margin-bottom: 0.5rem;
  }

  .reviews-ratingline {
    font-size: 0.95rem;
    gap: 0.42rem;
  }

  .reviews-badge {
    font-size: 0.84rem;
    padding: 0.46rem 0.7rem;
  }

  .reviews-proof {
    font-size: 0.82rem;
    padding: 0.36rem 0.62rem;
    line-height: 1.3;
  }

  .reviews-track {
    gap: 0.72rem;
  }

  .review-card {
    padding: 0.95rem;
    border-radius: 16px;
  }

  .review-avatar {
    min-width: 38px;
    width: 38px;
    height: 38px;
    font-size: 0.78rem;
  }

  .review-platform {
    width: 17px;
    height: 17px;
  }

  .review-quote {
    min-height: 0;
    margin-bottom: 0.52rem;
  }

  .review-link {
    font-size: 0.85rem;
  }

  .stars {
    font-size: 0.95rem;
  }

  .reviews-dots {
    margin-top: 0.75rem;
  }

  .lead-form label {
    font-size: 0.93rem;
  }

  .lead-form input,
  .lead-form textarea {
    min-height: 46px;
    font-size: 16px;
  }

  .faq-wrap h2 {
    margin-bottom: 0.8rem;
  }

  .faq-q {
    font-size: 0.98rem;
    padding: 0.9rem 2.4rem 0.9rem 0.9rem;
  }

  .faq-q::after {
    right: 0.85rem;
  }

  .faq-a p {
    font-size: 0.96rem;
  }

  .final-inner .hero-cta {
    margin-top: 1rem;
  }

  .mobile-sticky-cta {
    grid-template-columns: 1fr 1fr;
  }

  .mobile-sticky-cta a {
    font-size: 0.74rem;
    padding: 0.78rem 0.35rem;
  }

  .floating-call-btn {
    display: inline-flex;
    right: 0.75rem;
    bottom: calc(0.9rem + env(safe-area-inset-bottom, 0));
    min-height: 50px;
  }
}

@media (min-width: 700px) {
  .section { padding: 5rem 0; }
  .hero-content { padding-top: 6.4rem; }

  .hero-cta {
    flex-direction: row;
    align-items: center;
  }

  .cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-intro { padding: 3rem 0 1rem; }

  .process-grid,
  .split,
  .form-layout {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .triad {
    grid-template-columns: 1fr minmax(220px, 0.9fr) 1fr;
    align-items: center;
  }

  .triad article { text-align: left; }
  .review-card { flex: 0 0 calc(50% - 0.45rem); }
  .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 1020px) {
  .process-showcase {
    min-height: 0;
    aspect-ratio: 1376 / 768;
    max-height: 58vh;
    margin: 0 auto;
  }
  
  .process-gallery-tilt {
    width: min(calc(100% - 2rem), 860px);
  }

  .process-steps {
    gap: 0.85rem;
  }

  .process-step {
    padding: 1rem;
  }

  .trust-bar .container {
    padding-inline: 2rem;
  }

  .trust-card {
    min-width: max-content;
  }

  .review-card { flex: 0 0 calc(33.333% - 0.6rem); }
  .mobile-sticky-cta { display: none; }
  .site-footer { padding-bottom: 1.2rem; }
  .floating-call-btn {
    width: auto;
    bottom: 1.2rem;
  }
}

.floating-call-btn {
  position: fixed;
  right: 1rem;
  bottom: 1.1rem;
  z-index: 85;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 52px;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  color: #0b1c30;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(34, 197, 94, 0.3);
  box-shadow: 0 14px 34px rgba(34, 197, 94, 0.16), 0 4px 12px rgba(15, 23, 42, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
}

.floating-call-btn:hover,
.floating-call-btn:focus-visible {
  transform: scale(1.02);
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(34, 197, 94, 0.2), 0 6px 16px rgba(15, 23, 42, 0.08);
}

.fab-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #22C55E;
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(34, 197, 94, 0.4);
}

.fab-icon-wrap svg {
  width: 18px;
  height: 18px;
}

@media (prefers-reduced-motion: reduce) {
  .trust-track {
    animation: none;
  }

  .reviews-track,
  .btn,
  .trust-card,
  .process-step,
  .faq-a {
    transition: none;
  }
}


.site-header .btn.btn-primary {
  background: #214f30;
  border-color: #214f30;
  color: #ffffff;
}

.site-header .btn.btn-primary:hover,
.site-header .btn.btn-primary:focus-visible {
  background: #1b4328;
  border-color: #1b4328;
}




.reviews-dots button::before {
  content: "";
  width: 0.66rem;
  height: 0.66rem;
  border-radius: 999px;
  background: #bfcbd8;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.reviews-dots button.is-active::before {
  background: #78d23e;
  transform: scale(1.2);
}

.reviews-dots button:focus-visible {
  outline: 2px solid #1f3342;
  outline-offset: 2px;
}

.floating-call-btn .btn-text-desktop {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.1;
}

.floating-call-btn .fab-subtitle {
  font-size: 0.72rem;
  font-weight: 600;
  color: #64748B;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.15rem;
}

.floating-call-btn .fab-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0F172A;
}

@media (min-width: 1020px) {
  .floating-call-btn {
    padding: 0.75rem 1.4rem 0.75rem 0.85rem;
    gap: 0.85rem;
  }
  
  .fab-icon-wrap {
    width: 42px;
    height: 42px;
  }
  
  .fab-icon-wrap svg {
    width: 22px;
    height: 22px;
  }
  
  .floating-call-btn .btn-text-mobile {
    display: none;
  }
  
  .floating-call-btn .btn-text-desktop {
    display: flex;
  }
}
