
:root {
  --soil-green: #075247;
  --soil-green-2: #0b6357;
  --soil-green-3: #083d36;
  --soil-cream: #f8f1e2;
  --soil-card: #fffaf0;
  --soil-gold: #f2c76f;
  --soil-gold-strong: #ebb35f;
  --soil-lime: #d7fb7c;
  --soil-muted: #6a7f77;
  --soil-border: rgba(7, 82, 71, 0.14);
  --soil-shadow: 0 22px 55px rgba(7, 82, 71, 0.12);
  --soil-radius: 2rem;

  --primary: #003E36; /*173d3d;*/
  --primary-light: #6B7C80;
  --secondary: #FAEE9E; /*#d1ac70*/
  --secondary-light: #f0dfb4;
  --secondary-lighter: #FAF6EB;
  --isabelline: #f6f3ee;
  --baby-powder: #fcfaf6;
  --white: #ffffff;
  --font-family:"Outfit";
  --f-fiktree:"Figtree";
  --f-outfit:"Outfit";
  --bs-body-font-family: "Outfit";
  --bs-font-sans-serif: "Figtree";
  --bs-border-color: #d1ac70;
  --secondary-sun:#F6B41B;
}

@font-face {
  font-family: 'Figtree';
  src: url('../font/Figtree-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Figtree';
  src: url('../font/Figtree-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Figtree';
  src: url('../font/Figtree-Regular.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Figtree';
  src: url('../font/Figtree-Medium.ttf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: 'Figtree';
  src: url('../font/Figtree-SemiBold.ttf') format('truetype');
  font-weight: 600;
}

@font-face {
  font-family: 'Figtree';
  src: url('../font/Figtree-Bold.ttf') format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: 'Figtree';
  src: url('../font/Figtree-ExtraBold.ttf') format('truetype');
  font-weight: 800;
}

@font-face {
  font-family: 'Outfit';
  src: url('../font/Outfit-Regular.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Outfit';
  src: url('../font/Outfit-Medium.ttf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: 'Outfit';
  src: url('../font/Outfit-SemiBold.ttf') format('truetype');
  font-weight: 600;
}

@font-face {
  font-family: 'Outfit';
  src: url('../font/Outfit-Bold.ttf') format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: 'Outfit';
  src: url('../font/Outfit-ExtraBold.ttf') format('truetype');
  font-weight: 800;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--soil-cream);
  color: var(--soil-green-3);
  font-family: Outfit;
}

.primary-color {
  color: var(--primary) !important;
}
.primary-light-color {
  color: var(--primary-light) !important;
}
.secondary-color {
  color: var(--secondary);
}
.black-color {
  color: #12191D !important;
}
.red-color {
  color: #E80000;
}
.color-090909 {
  color: #090909;
}
.color-004D43 {
  color: #004D43;
}
.color-6B7C80 {
  color: #6B7C80;
}
.color-F6EB9B {
  color: #F6EB9B;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 25px;
}
h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
p {
  font-size: 14px;
  font-family: var(--f-fiktree);
}
.font-size-small{
  font-size: 16px;
}
.subtitle{
  font-size: 16px;
}

.fs-italic {
  font-style: italic;
}

.f-outfit {
  font-family: 'Outfit';
}
.f-figtree {
  font-family: 'Figtree';
}
.f-outfit-s {
  font-family: 'Outfit';
}
.fw-light {
  font-weight: 300 !important;
}
.fw-regular {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-SemiBold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700 !important;
}
.font-size-xsmall{
  font-size: 13px !important;
}

.l-height-80 {
  line-height: 80px;
}
.l-height-70 {
  line-height: 70px;
}
.l-height-50 {
  line-height: 50px;
}
.l-height-34 {
  line-height: 34px;
}
.l-height-32 {
  line-height: 32px;
}
.l-height-31 {
  line-height: 31px;
}
.l-height-26 {
  line-height: 26px;
}
.l-height-25 {
  line-height: 25px;
}
.l-height-22 {
  line-height: 22px;
}
.l-height-18 {
  line-height: 18.3px;
}


.fs-81{
  font-size: 80px;
}
.fs-70{
  font-size: 70px;
}
.fs-61{
  font-size: 60px;
}
.fs-60{
  font-size: 60px;
}
.fs-55{
  font-size: 55px;
}
.fs-50{
  font-size: 50px;
}
.fs-45{
  font-size: 45px;
}
.fs-43{
  font-size: 40px;
}
.fs-42{
  font-size: 40px;
}
.fs-41{
  font-size: 40px;
}
.fs-40{
  font-size: 40px;
}
.fs-37{
  font-size: 35px;
}
.fs-36{
  font-size: 35px;
}
.fs-35{
  font-size: 35px;
}
.fs-34{
  font-size: 35px;
}
.fs-32{
  font-size: 30px;
}
.fs-31{
  font-size: 30px;
}
.fs-30{
  font-size: 30px;
}
.fs-26{
  font-size: 26px;
}
.fs-25{
  font-size: 25px;
}
.fs-24{
  font-size: 24px;
}
.fs-21{
  font-size: 20px;
}
.fs-20{
  font-size: 20px;
}
.fs-19{
  font-size: 19px !important;
}
.fs-18{
  font-size: 18px;
}
.fs-17{
  font-size: 17px;
}
.fs-16{
  font-size: 16px;
}
.fs_16{
  font-size: 16px;
}
.fs-15{
  font-size: 15px;
}
.fs-14{
  font-size: 14px;
}
.fs-13{
  font-size: 13px;
}
.fs-12{
  font-size: 12px;
}
.fs-10{
  font-size: 10px;
}
.fs-9{
  font-size: 9px;
}
.border-right {
  border-right: 1px solid #12191D80 !important;
}

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

a {
  color: inherit;
}

.section-pad {
  padding: 80px 60px;
}

.section-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(250, 237, 158, 1);
  color: #090909;
  font-size: 12px;
  font-weight: 600;
  font-family: var(--f-fiktree);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.section-pill-1 {
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.5rem;
  border-radius: 999px;
  background: #004D43;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  font-family: var(--f-fiktree);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.soil-btn,
.soil-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 8px 30px;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--f-outfit);
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.soil-btn {
  color: #003E36;
  background: rgba(250, 238, 158, 1);
}

.soil-btn:hover,
.soil-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(242, 199, 111, 0.32);
  background: #f6da8f;
}

.soil-btn-outline {
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(14px);
}

.soil-btn-outline:hover,
.soil-btn-outline:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
}

.display-title {
  font-size: clamp(2.9rem, 8vw, 6rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.display-title .accent,
.section-title .accent,
.text-accent {
  color: var(--soil-gold);
}

.section-title {
  font-size: clamp(2.35rem, 5vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.section-copy {
  color: #6B7C80;
  font-size: 19.5px;
  line-height: 31px;
  font-family: var(--f-fiktree);
  font-weight: 400;
}

.card-soft {
  background: rgba(255, 255, 255, 0.85);
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: var(--soil-shadow);
}

.hero-shell {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #013E35;
}

.navbar-soil {
  position: relative;
  z-index: 2;
  padding-top: 1.35rem;
}

.navbar-soil .navbar-brand img {
  width: 147px;
}

.navbar-soil .nav-link {
  color: rgba(245, 246, 246, 1);
  font-size: 20px;
  font-weight: 500;
  font-family: var(--f-fiktree);
}

.navbar-soil .nav-link:hover,
.navbar-soil .nav-link:focus-visible {
  color: #fff;
}

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

.section-1 {
  background: url(../images/banner-img.png) center center no-repeat;
  background-size: cover;
  padding: 40px 0;
}

.sub-pill {
  background: var(--color-orange-6412, #E5A6631F);
  color: #F5F6F6;
  border: 1px solid var(--color-orange-6422, #E5A66338);
  padding: 6px 14px;
  border-radius: 25px;
  font-size: 11px;
  font-family: var(--f-fiktree);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.Be-useful {
  background: linear-gradient(90deg, #F8E798 55.29%, #E7AC68 100%);
}

.gradient-text{
  display: inline-block;
  background: linear-gradient(90deg, #F8E798 0%, #E7AC68 80.77%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.paragraph-text {
  color: #F5F6F6 !important;
}

.hero-text {
  max-width: 51rem;
  margin: 1.75rem auto 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.12rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.2rem;
}

.highlights-rail {
  position: relative;
  z-index: 3;
  margin-top: -3rem;
}

.highlights-card {
  overflow: hidden;
  border-radius: 1.65rem;
  background: #fff;
  box-shadow: var(--soil-shadow);
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.8rem 1.6rem;
  min-height: 100%;
}

.highlight-item + .highlight-item {
  border-left: 1px solid rgba(7, 82, 71, 0.12);
}

.icon-box,
.icon-box-light {
  display: grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 1rem;
  flex-shrink: 0;
}

.icon-box {
  background: var(--soil-green);
  color: #fff;
  box-shadow: 0 18px 30px rgba(7, 82, 71, 0.18);
}

.icon-box img,
.icon-box-light img,
.list-icon img,
.utility-icon img,
.chip img,
.footer-meta img,
.social-link img {
  width: 1.5rem;
  height: 1.5rem;
}

.statement-banner {
  margin-top: 4rem;
  border-radius: var(--soil-radius);
  overflow: hidden;
  text-align: center;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(7, 82, 71, 0.72), rgba(7, 82, 71, 0.86)),
    url("/assets/images/used/forest-aerial.png") center/cover no-repeat;
}

.statement-banner .banner-inner {
  padding: clamp(4.75rem, 8vw, 7.5rem) 1rem;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.eyebrow-line {
  margin-bottom: 1.2rem;
}

.divider-list {
  border-top: 1px solid var(--soil-border);
}

.divider-list article {
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--soil-border);
}

.divider-list h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.segmented-control {
  display: inline-flex;
  gap: 0.3rem;
  padding: 0.35rem;
  border-radius: 999px;
  background: #e6ece7;
}

.segmented-control button {
  border: 0;
  background: transparent;
  color: #6f8178;
  font-weight: 700;
  padding: 0.75rem 1.45rem;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.segmented-control button.active {
  background: var(--soil-gold);
  color: var(--soil-green-3);
}

.segmented-control button:hover {
  transform: translateY(-1px);
}

.audience-shell {
  margin-top: 3rem;
  padding: clamp(2rem, 5vw, 3rem);
  border-radius: var(--soil-radius);
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(7, 82, 71, 0.08);
  box-shadow: 0 20px 50px rgba(7, 82, 71, 0.08);
}

.audience-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 4vw, 3.2rem);
}

.audience-highlight {
  margin: 1.8rem 0 1.8rem;
  padding: 1.75rem;
  border-radius: 1.35rem;
  background: rgba(179, 219, 223, 0.34);
}

.audience-highlight h3 {
  margin-bottom: 0.85rem;
  font-size: 1.35rem;
}

.audience-feature {
  padding: 1.25rem 0;
  border-top: 1px solid var(--soil-border);
}

.audience-feature:first-child {
  border-top: 0;
}

.audience-feature h3 {
  margin-bottom: 0.55rem;
  font-size: 1.3rem;
  font-weight: 700;
}

.problem-section {
  background: #fdfdfb;
}

.metric-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  overflow: hidden;
  margin-top: 2.25rem;
  border-radius: 1.4rem;
  background: #f8efcb;
  border: 1px solid rgba(7, 82, 71, 0.08);
}

.metric-band article {
  padding: 1.25rem 1rem;
  text-align: center;
}

.metric-band article + article {
  border-left: 1px solid rgba(7, 82, 71, 0.16);
}

.metric-value {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--soil-green);
  font-size: 2rem;
  font-weight: 700;
}

.metric-value.alert {
  color: #ff4036;
}

.chart-card {
  margin-top: 2rem;
  padding: 1.15rem 1rem 1rem;
  border-radius: var(--soil-radius);
  background: #fff;
  border: 1px solid rgba(7, 82, 71, 0.08);
  box-shadow: 0 18px 42px rgba(7, 82, 71, 0.08);
}

canvas {
  width: 100%;
  display: block;
}

.chart-note {
  margin-top: 1rem;
  color: var(--soil-muted);
  font-size: 0.95rem;
  text-align: right;
}

.section-5 {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #003E36;
}

.steps-line {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 18%;
  height: 2px;
  background: linear-gradient(90deg, rgba(229, 166, 99, 0) 0%, rgba(229, 166, 99, 0.22) 10%, rgba(229, 166, 99, 0.18) 90%, rgba(229, 166, 99, 0) 100%);
}

.steps-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 3.75rem;
}

.step-card {
  display: block;
  text-align: center;
}

.step-badge-img {
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}
.step-badge-img img {
  width: auto;
}
.step-badge {
  display: grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  border: 1px solid rgba(242, 199, 111, 0.26);
  background: linear-gradient(135deg, rgba(229, 166, 99, 0.22) 0%, rgba(229, 166, 99, 0.08) 100%);
  color: var(--soil-gold);
  font-size: 1.7rem;
  font-weight: 800;
}

.step-card h3 {
  font-family: var(--f-outfit);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.9rem;
  color: #F5F6F6;
}
.step-card p {
  font-size: 16px !important;
}

.steps-summary {
  max-width: 52rem;
  margin: 3rem auto 0;
  text-align: center;
  color: #F5F6F6;
  font-size: 19.5px;
  line-height: 1.8;
  font-weight: 400;
  font-family: var(--f-fiktree);
}

.signals-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.8fr);
  gap: clamp(2rem, 5vw, 4.4rem);
}

.signal-row {
  display: grid;
  grid-template-columns: 5.25rem minmax(0, 1fr);
  gap: 1.2rem;
  align-items: start !important;
  padding: 1.65rem 0;
  border-bottom: 1px solid var(--soil-border);
}

.icon-box-light {
  color: var(--soil-green-3);
  background: linear-gradient(180deg, rgba(215, 251, 124, 0.92), rgba(242, 199, 111, 0.7));
}

.signal-row h3 {
  margin-bottom: 0.5rem;
  font-size: 28px;
  font-weight: 600;
  font-family: var(--f-outfit);
  color: #12191D;
}

.mini-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.8rem;
  margin-bottom: 10px;
  border-radius: 999px;
  background: rgba(218, 253, 175, 1);
  color: #090909;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.mini-tag-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.8rem;
  margin-bottom: 10px;
  border-radius: 999px;
  background: rgba(240, 253, 175, 1);
  color: #090909;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.mini-tag-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.8rem;
  margin-bottom: 10px;
  border-radius: 999px;
  background: rgba(255, 228, 175, 1);
  color: #090909;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.scorecards {
  display: grid;
  gap: 1.35rem;
}

.scorecard img {
  width: 100%;
  margin-bottom: 10px;
}

.scorecard.lime {
  background: rgba(222, 248, 182, 0.36);
}

.scorecard.gold {
  background: rgba(252, 236, 193, 0.38);
}

.scorecard.red {
  background: rgba(255, 226, 217, 0.48);
}

.gauge-arc {
  position: relative;
  width: 11.5rem;
  height: 6rem;
  margin: 0 auto 1rem;
  overflow: hidden;
}

.gauge-arc::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 11.5rem;
  height: 11.5rem;
  transform: translateX(-50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at center, transparent 56%, #000 56% 63%, transparent 63%),
    repeating-conic-gradient(from 180deg, var(--gauge-color) 0 4deg, rgba(7, 82, 71, 0.22) 4deg 8deg, transparent 8deg 11deg);
  -webkit-mask: radial-gradient(circle at center, transparent 56%, #000 56%);
  mask: radial-gradient(circle at center, transparent 56%, #000 56%);
  clip-path: inset(0 0 50% 0);
}

.gauge-arc::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 6.6rem;
  height: 3.1rem;
  transform: translateX(-50%);
  border-top: 2px solid rgba(7, 82, 71, 0.14);
}

.gauge-readout {
  text-align: center;
}

.gauge-score {
  display: block;
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
}

.gauge-readout small {
  color: var(--soil-muted);
}

.section-7 {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #003E36;
}

.deflation-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.deflation-bullets {
  max-width: 34rem;
  margin: 2.5rem auto 0;
}

.deflation-bullets article {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1.2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.deflation-bullets article:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.bullet-check {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.85);
  flex-shrink: 0;
}

.deflation-note {
  margin-top: 2rem;
  padding: 1.6rem 1.4rem;
  border-radius: 1.2rem;
  color: #004D43;
  background: rgba(234, 245, 242, 1);

}

.foundation-section {
  color: #fff;
  background: #003E36;
}

.foundation-cycle-img {
  max-width: 100%;
}

.foundation-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.foundation-info-card {
  padding: 1.4rem;
  border-radius: 1.25rem;
  color: #004D43;
  background: rgba(234, 245, 242, 1);
}

.foundation-info-card h3 {
  font-size: 22px !important;
}

.foundation-cycle {
  position: relative;
  min-height: 52rem;
  margin-top: 4rem;
}

.foundation-cycle::before,
.foundation-cycle::after {
  content: "";
  position: absolute;
  inset: 6rem 12%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.foundation-cycle::after {
  inset: 11rem 22%;
}

.foundation-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16rem;
  height: 16rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at center, rgba(7, 82, 71, 0.95), rgba(7, 82, 71, 0.75));
  box-shadow: 0px 0px 100px 0px rgba(246, 235, 155, 0.2);
}

.foundation-center img {
  width: 10rem;
}

.orbit-card {
  position: absolute;
  width: 13.5rem;
  padding: 1.45rem 1.3rem;
  border-radius: 50%;
  color: var(--soil-green-3);
  text-align: center;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
}

.orbit-card strong {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.3;
}

.orbit-card p {
  margin: 0;
  color: #6B7C80;
  line-height: 1.65;
}

.orbit-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.orbit-top-right {
  top: 9rem;
  right: 7%;
}

.orbit-bottom-right {
  right: 7%;
  bottom: 9rem;
}

.orbit-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.orbit-bottom-left {
  left: 7%;
  bottom: 9rem;
}

.orbit-top-left {
  top: 9rem;
  left: 7%;
}

.utility-callout {
  margin-top: 2rem;
  padding: 1.85rem 2rem;
  border-radius: 1.45rem;
  background: rgba(234, 245, 242, 1);
  border-left: 5px solid rgba(0, 77, 67, 1);
}

.utility-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.utility-card {
  padding: 2rem;
}

.utility-card.positive {
  color: #fff;
  background: rgba(0, 77, 67, 1);
  border-radius: 1.5rem;
}

.utility-card.negative {
  background: #fff;
  box-shadow: 0px 0px 40px 25px rgba(0, 77, 67, 0.02);
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.utility-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1.2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-family: var(--f-fiktree);
  font-weight: 400;
}

.utility-card.negative .utility-item {
  border-top-color: rgba(7, 82, 71, 0.1);
}

.utility-item:first-of-type {
  border-top: 0;
}

.utility-icon {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  color: #ffffff;
}

.technology-section {
  color: #fff;
  background: #003E36;
}

.chip-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  margin-top: 2rem;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 1.1rem;
  border-radius: 15px;
  color: #fff;
  font-family: var(--f-fiktree);
  font-size: 14px;
  font-weight: 600;
  background: rgba(0, 77, 67, 0.2);
  border: 0.5px solid rgba(246, 235, 155, 1);
  box-shadow: 0px 0px 10px 0px rgba(246, 235, 155, 0.2) inset;
}

.origin-section {
  color: #fff;
  background: #003E36;
}

.origin-shell {
  margin-top: 2.4rem;
  padding: 2rem;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: linear-gradient(90.03deg, rgba(0, 179, 156, 0.3) -125.38%, rgba(0, 77, 67, 0.48) 107.86%);
  box-shadow: 0px 0px 100px 100px rgba(0, 164, 143, 0.1) inset;
}

.origin-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.45fr) minmax(0, 1fr);
  gap: 1.6rem;
  align-items: start;
}

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

.card-soft-light {
  background: rgba(255, 255, 255, 1) !important;
}

.origin-card {
  padding: 1.4rem;
  border-radius: 1.35rem;
  border-left: 3px solid rgba(246, 235, 155, 1);
  background: rgba(255, 255, 255, 0.02);
  margin-bottom: 15px;
}

.origin-card h3 {
  margin-bottom: 0.7rem;
  color: #FAED9E;
  font-size: 28px;
  font-weight: 600;
  font-family: var(--f-outfit);
  border-bottom: 1px solid #FFFFFF33;
}

.origin-bar-panel {
  padding-top: 0.4rem;
}

.origin-bar-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
  align-items: end;
  min-height: 24rem;
  padding: 2.5rem 0 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.origin-bar {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  min-height: 22rem;
}

.origin-bar::before {
  content: attr(data-value);
  position: absolute;
  top: -2rem;
  color: var(--soil-gold);
  font-weight: 700;
}

.origin-bar > span {
  display: block;
  width: 100%;
  border-radius: 1.2rem 1.2rem 0 0;
  background: linear-gradient(180deg, var(--bar-top), rgba(242, 199, 111, 0.34));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.origin-label {
  margin-top: 0.9rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.82rem;
}

.origin-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
}

.legend-line {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.legend-line span {
  width: 1.8rem;
  height: 2px;
  background: #fff;
}

.legend-line.dashed span {
  background: linear-gradient(90deg, var(--soil-gold) 0 60%, transparent 60% 100%);
  background-size: 10px 2px;
}

.movement-section {
  background: rgba(255, 252, 241, 1);
}

.movement-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.movement-wheel {
  max-width: 100%;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(2rem, 5vw, 4rem);
}

.faq-note {
  margin-top: 1.8rem;
  padding: 1.5rem;
  border-radius: 10px;
  color: #004D43;
  background: rgba(234, 245, 242, 1);
  border-left: 5px solid rgba(0, 77, 67, 1);
}

.contact-pill {
  margin-top: 1rem;
}

.contact-pill img {
  width: 1.25rem;
  height: 1.25rem;
}

.faq-group + .faq-group {
  margin-top: 2.6rem;
}

.faq-group h3 {
  margin-bottom: 1rem;
  color: #004D43;
  font-size: 25px !important;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--f-fiktree);
  border-bottom: 1px solid rgba(0, 77, 67, 0.2);
}

.faq-item {
  overflow: hidden;
  margin-top: 1rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(7, 82, 71, 0.08);
  box-shadow: 0 10px 25px rgba(7, 82, 71, 0.06);
}

.faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.3rem 1.25rem;
  border: 0;
  color: #12191D;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--f-fiktree);
  text-align: left;
}

.faq-symbol {
  flex-shrink: 0;
  color: #6B7C80;
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.2s ease;
}

.faq-trigger[aria-expanded="true"] .faq-symbol {
  transform: rotate(45deg);
}

.faq-panel {
  display: none;
  padding: 0 1.25rem 1.3rem;
  color: #6B7C80;
  line-height: 1.75;
  font-size: 1.05rem;
  font-weight: 400;
}

.faq-item.open .faq-panel {
  display: block;
}

.cta-panel {
  position: relative;
  overflow: hidden;
  color: #fff;
  border-radius: 2.15rem 2.15rem 0 0;
  background: rgba(0, 62, 54, 1);
}

.cta-panel::before {
  content: "";
  position: absolute;
  inset: auto 50% 9rem auto;
  width: 24rem;
  height: 24rem;
  transform: translateX(50%);
  opacity: 0.045;
  pointer-events: none;
}
.cta-panel iframe{
  border: none;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 1240px !important;
}

.cta-inner {
  position: relative;
  z-index: 1;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 20px;
}

.cta-form {
  margin-top: 2rem;
}

.cta-input {
  height: 3.7rem;
  border-radius: 999px !important;
  padding-inline: 1.25rem;
  color: #fff !important;
  background: var(--color-grey-9710, rgba(255, 252, 241, 0.1)) !important;
  border: 1px solid rgba(255, 252, 241, 0.32) !important;
}

.cta-input::placeholder {
  color: #FFFCF152 !important;
  text-align: center;
}

.form-feedback {
  display: none;
  margin-top: 0.85rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
}

.form-feedback.show {
  display: block;
}

.site-footer {
  color: rgba(255, 255, 255, 0.75);
  background: rgba(1, 47, 40, 1);
}

.footer-top {
  padding: 3.2rem 0 2.2rem;
}

.footer-brand img {
  width: 89px;
}

.footer-brand p {
  margin-top: 1.4rem;
  max-width: 20rem;
  font-size: 13px;
  line-height: 1.85;
  color: #FFFCF185;
  font-family: var(--f-fiktree);
  font-weight: 400;
}

.social-row {
  display: flex;
  gap: 0.7rem;
  margin-top: 1.2rem;
}

.social-link {
  display: grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.footer-heading {
  margin-bottom: 1.2rem;
  color: #FAED9E;
  font-family: var(--f-outfit);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-list {
  display: grid;
  gap: 0.9rem;
}

.footer-list a {
  color: #FFFCF18C !important;
  font-family: var(--f-fiktree);
  font-weight: 400;
  font-size: 13px;
}

.footer-meta {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--f-fiktree);
  font-weight: 400;
  color: #FFFCF18C;
  font-size: 13px;
}

.footer-meta img {
  width: 1.05rem;
  height: 1.05rem;
}

.footer-bottom {
  padding: 1.2rem 0 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFFCF185;
  font-size: 11px;
  font-family: var(--f-fiktree);
  font-weight: 400;
}

.footer-bottom a {
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  .foundation-cycle {
    min-height: 58rem;
  }

  .orbit-top-right,
  .orbit-bottom-right {
    right: 2%;
  }

  .orbit-top-left,
  .orbit-bottom-left {
    left: 2%;
  }
}

@media (max-width: 991.98px) {
  .hero-copy {
    padding: 4.25rem 0 8rem;
  }

  .navbar-soil .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 1.25rem;
    background: rgba(7, 82, 71, 0.92);
    backdrop-filter: blur(16px);
  }

  .highlight-item + .highlight-item {
    border-left: 0;
    border-top: 1px solid rgba(7, 82, 71, 0.12);
  }

  .split-layout,
  .audience-grid,
  .signals-grid,
  .movement-grid,
  .faq-grid,
  .origin-grid {
    grid-template-columns: 1fr;
  }

  .metric-band {
    grid-template-columns: repeat(2, 1fr);
  }

  .metric-band article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(7, 82, 71, 0.16);
  }

  .metric-band article:nth-child(4) {
    border-top: 1px solid rgba(7, 82, 71, 0.16);
  }

  .steps-line {
    display: none;
  }

  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .foundation-info-grid,
  .utility-grid {
    grid-template-columns: 1fr;
  }

  .foundation-cycle {
    display: grid;
    gap: 1rem;
    min-height: 0;
  }

  .foundation-cycle::before,
  .foundation-cycle::after,
  .foundation-center {
    position: relative;
    inset: auto;
    transform: none;
    width: auto;
    height: auto;
  }

  .foundation-center {
    width: 14rem;
    height: 14rem;
    margin: 0 auto 0.5rem;
  }

  .orbit-card {
    position: relative;
    width: 100%;
    transform: none;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    border-radius: 1.35rem;
  }
}

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

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions a,
  .cta-form button,
  .cta-form input {
    width: 100%;
  }

  .display-title {
    font-size: clamp(2.6rem, 16vw, 4.2rem);
  }

  .section-title {
    font-size: clamp(2rem, 12vw, 3rem);
  }

  .metric-band {
    grid-template-columns: 1fr;
  }

  .metric-band article + article {
    border-left: 0;
    border-top: 1px solid rgba(7, 82, 71, 0.16);
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .origin-bar-grid {
    gap: 0.7rem;
  }

  .origin-bar::before {
    font-size: 0.95rem;
  }
}


.btn_secondary {
  width: 100% !important;
  background-color: var(--secondary);
  color: #003E36;
  font-size: 16px;
  font-weight: 500 !important;
  font-family: var(--f-outfit);
  cursor: pointer;
  border-radius: 50px;
  text-align: center;
  padding: 10px 40px;
}
.btn_transparent {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500 !important;
  font-family: var(--f-outfit);
  cursor: pointer;
  border-radius: 50px;
  text-align: center;
  padding: 10px 40px;
}

.section-2 {
  background: #FFFFFF;
}

.proof-icon {
  width: 70px;
  box-shadow: 0px 2px 8px 0px #004D431A;
}

.section-03 {
  background: url(../images/used/forest-aerial-1.png) center center no-repeat;
  background-size: cover;
  width: 100%;
}

.section-3 {
  background: #FFFCF1;
}

.gradient-text-1{
  display: inline-block;
  background: linear-gradient(90deg, #E7AC68 0%, #EAB771 39.9%, #F8E798 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.audience-toggle-wrap{
  display: inline-flex;
  align-items: center;
  background: #EDF2F0;
  padding: 4px;
  border-radius: 50px;
  font-family: var(--f-outfit);
  font-weight: 600;
}

.toggle-btn{
  border: none;
  background: transparent;
  padding: 10px 32px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  color: #6B7C80;
  cursor: pointer;
  transition: all .3s ease;
}

.audience-toggle-wrap-1{
  display: inline-flex;
  align-items: center;
  background: #EDF2F0;
  padding: 4px;
  border-radius: 50px;
  box-shadow: 0px 1px 3px 0px #004D4314 inset;
  font-family: var(--f-outfit);
  font-weight: 600;
}

.toggle-btn.active{
  background: #F6EB9B;
  color: #12191D;
}

.toggle-btn-1{
  border: none;
  background: transparent;
  padding: 10px 32px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  color: #6B7C80;
  cursor: pointer;
  transition: all .3s ease;
}

.toggle-btn-1.active{
  background: #004D43;
  color: #FFFCF1;
}

.alert-box {
  background: #EAF5F2;
  color: #004D43;
  padding: 20px;
  border-radius: 10px;
}

.section-4 {
  background: #ffffff;
}

.secondary-box {
  background: #FAED9E4F;
  color: #004D43;
  border-radius: 10px;
  padding: 20px 0;
}

.clart {
  width: 100%;
}

.section-6 {
  background: #FFFCF1;
}

.testimonial-card{
  border-radius: 0;
  padding: 40px 50px;
  position: relative;
  overflow: visible;
}

.testimonial-image-wrap{
  position: relative;
  width: 220px;
  height: 220px;
  margin: auto;
}

.testimonial-image-wrap::before{
  content: "";
  position: absolute;
  inset: -10px;
  border: 8px solid rgba(212, 173, 104, 0.5);
  border-radius: 50%;
}

.testimonial-image-wrap::after{
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  left: -30px;
  top: -30px;
  background: radial-gradient(
      circle,
      rgba(255,255,255,.15) 0%,
      rgba(255,255,255,0) 70%
  );
  z-index: -1;
}

.testimonial-image-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 8px solid #7b6549;
}

.testimonial-quote{
  color: #F5F6F6E5;
  font-size: 33px;
  line-height: 47.85px;
  font-weight: 700;
  font-style: italic;
  font-family: var(--f-fiktree);
  margin-bottom: 35px;
}

.author-info{
  display: flex;
  align-items: center;
  gap: 16px;
}

.author-line{
  width: 40px;
  height: 3px;
  background: #D9B05D;
}

.author-info h5{
  color: #F5F6F6;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--f-outfit);
  line-height: 25.6px;
}

.author-info p{
  color: #F5F6F699;
  font-size: 13px;
  font-family: var(--f-fiktree);
  font-weight: 400;
  line-height: 20.15px;
  margin: 0;
}

@media(max-width:991px){

  .testimonial-card{
      padding: 30px 20px;
      text-align: center;
  }

  .testimonial-quote{
      font-size: 2rem;
  }

  .author-info{
      justify-content: center;
  }
}

#owl-carousel .owl-nav{
  display:flex !important;
  justify-content:center;
  align-items:center;
  margin-top: 0 !important;
}
.owl-carousel .owl-item img {
  width: auto !important;
}

#owl-carousel .owl-dots{
  display:flex !important;
  align-items:center;
  margin:0 !important;
  background: transparent !important;
}

#owl-carousel .owl-prev,
#owl-carousel .owl-next{
  width:40px !important;
  height:40px !important;
  border-radius:50% !important;
  display:flex !important;
  align-items:center;
  justify-content:center;
}
#owl-carousel .owl-dot {
  background:transparent !important;
  margin: 0 !important;
}
#owl-carousel .owl-dot span{
  width:8px !important;
  height:8px !important;
  margin:0 6px !important;
  background: var(--color-grey-9718, #FFFCF12E) !important;
}

#owl-carousel .owl-dot.active span{
  background:#F6EB9B !important;
}
.custom-border-end{
  border-right: 1px solid #dee2e6;
}
.custom-border-bottom{
  border-bottom: 1px solid #dee2e6;
}
.border-radius {
  border-radius: 1.35rem !important;
}
@media screen and (max-width: 1200px){}
@media screen and (max-width: 992px){
  .feature-scroll{
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .feature-scroll::-webkit-scrollbar{
    height: 6px;
  }

  .feature-scroll .col{
    flex: 0 0 300px;
    min-width: 300px;
  }

  .custom-border-bottom{
    border-bottom: none;
  }
  .origin-section {
    text-align: center;
  }
  .movement-section {
    text-align: center;
  }
  .movement-wheel {
    margin-inline: auto;
  }
  .origin-cards {
    text-align: left;
  }
  .origin-shell {
    text-align: left;
  }
}
@media screen and (max-width: 768px){

  .step-card {
    display: flex;
    text-align: start;
    align-items: start;
  }
  .step-badge {
    margin: 0;
    margin-right: 1rem;
  }
  .steps-summary {
    text-align: start;
  }
  .mini-tag {
    display: none;
  }
  .mini-tag-1 {
    display: none;
  }
  .mini-tag-2 {
    display: none;
  }
  .toggle-btn-1{
    padding: 10px 25px;
  }
  .toggle-btn{
    padding: 10px 25px;
  }
  .utility-card.negative {
    border-radius: 1.5rem;
    margin-top: 20px;
  }
  .chip-grid {
    gap: 1rem;
  }
  .chip {
    width: 100%;
  }
  .origin-card {
    border-radius: 0;
  }
  .owl-carousel .owl-item img {
    margin-left: auto;
    margin-right: auto;
    width: 50% !important;
  }
  .testimonial-quote {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.26px;
  }
  .testimonial-card {
    padding: 30px 0;
  }

  .author-info h5 {
    font-size: 16px;
  }
  .author-info p {
    font-size: 13px;
  }
  .step-badge-img {
    margin-right: 10px;
  }
}
@media screen and (max-width: 576px){
  .navbar-soil .navbar-brand img {
    width: 100px;
  }
  .l-height-80 {
    line-height: 38px;
  }
  .l-height-70 {
    line-height: 34px;
  }
  .l-height-50 {
    line-height: auto;
  }
  .l-height-34 {
    line-height: 25px;
  }
  .l-height-32 {
    line-height: 25px;
  }
  .l-height-31 {
    line-height: 24px;
  }
  .l-height-26 {
    line-height: 25px;
  }
  .l-height-25 {
    line-height: auto;
  }
  .l-height-22 {
    line-height: auto;
  }
  .l-height-18 {
    line-height: auto;
  }
  .fs-70{
    font-size: 32px;
  }
  .fs-61{
    font-size: 30px;
  }
  .fs-60{
    font-size: 26.5px;
  }
  .fs-55{
    font-size: 26px;
  }
  .fs-50{
    font-size: 26px;
  }
  .fs-42{
    font-size: 35px;
  }
  .fs-41{
    font-size: 30px;
  }
  .fs-40{
    font-size: 25px;
  }
  .fs-36{
    font-size: 20px;
  }
  .fs-35{
    font-size: 25px;
  }
  .fs-34{
    font-size: 30px;
  }
  .fs-32{
    font-size: 20px;
  }
  .fs-30{
    font-size: 25px;
  }
  .fs-26{
    font-size: 10px;
  }
  .fs-25{
    font-size: 10px;
  }
  .fs-24{
    font-size: 16px;
  }
  .fs-20{
    font-size: 14px;
  }
  .fs-19{
    font-size: 14px !important;
  }
  .fs-18{
    font-size: 14px;
  }
  .fs-17{
    font-size: 14px;
  }
  .fs-16{
    font-size: 14px;
  }
  .fs_16{
    font-size: 7px;
  }
  .fs-15{
    font-size: 7px;
  }
  .fs_15{
    font-size: 15px;
  }
  .fs-14{
    font-size: 13px;
  }
  .mt-50 {
    margin-top: 50%;
  }
  h3 {
    font-size: 20px !important;
  }
  .navbar-brand {
    margin-right: 0 !important;
  }
  .section-03 {
    background: url(../images/used/forest-aerial-small-1.png) center center no-repeat;
    background-size: cover;
    width: 100%;
  }
  .card-soft {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
  .origin-card h3 {
    border-bottom: 0;
    font-size: 20px;
  }
  .cta-panel iframe{
    height: 1523px !important;
  }
  .sub-pill {
    font-size: 7px;
  }
  .section-pill-1 {
    font-size: 8px;
  }
  .toggle-btn {
    font-size: 12px;
  }
  .toggle-btn-1 {
    font-size: 12px;
  }
  .secondary-box {
    padding: 5px 0px;
    border-radius: 5px;
  }
  .step-card h3 {
    font-size: 16px !important;
  }
  .step-card p {
    font-size: 13px !important;
  }
  .step-badge-img img {
    width: 50%;
  }
  .signal-row h3 {
    font-size: 16px;
  }
  .section-copy {
    font-size: 13.5px;
    line-height: 24.5px;
  }
  .foundation-info-card h3 {
    font-size: 18px !important;
  }
  .utility-callout h3 {
    font-size: 14px !important;
  }
  .utility-item {
    font-size: 14px;
  }
  .chip {
    font-size: 14px;
  }
  .faq-note {
    border-left: 0;
    border-top: 4px solid rgba(0, 77, 67, 1);
  }
  .faq-trigger {
    font-size: 14px;
  }
  .steps-line{
    display: block;
    left: 8%;
    top: 15px;
    bottom: 50px;
    width: 2px;
    height: auto;
    right: auto;
    background: linear-gradient(
      180deg,
      rgba(229,166,99,0) 0%,
      rgba(229,166,99,.22) 10%,
      rgba(229,166,99,.22) 90%,
      rgba(229,166,99,0) 100%
    );
  }
  .utility-callout {
    border-left: 0;
    border-top: 4px solid rgba(0, 77, 67, 1);
  }
  .faq-group h3 {
    font-size: 20px !important;
  }
  .steps-summary {
    font-size: 14px;
  }
  .soil-btn, .soil-btn-outline {
    font-size: 15px;
  }
}
@media screen and (max-width: 376px){
  .step-badge-img img {
    width: 60% !important;
  }
}