@charset "UTF-8";
.form-signin {
  width: 100%;
  color: #17372d;
}
.card-signin {
  border: 1px solid #dce7df;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(23, 55, 45, 0.1);
}
.card-signin .card-title {
  margin-bottom: 1.5rem;
  color: #17372d;
  font-size: 1.5rem;
  font-weight: 750;
  line-height: 1.2;
}
.card-signin .card-body {
  padding: 2.5rem;
}
.form-signin p {
  color: #4b665c;
  font-size: 1rem;
  line-height: 1.6;
}
.form-signin .btn {
  padding: 0.75rem 1rem;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.form-signin .btn:hover {
  transform: translateY(-1px);
}
.form-signin .btn-primary {
  color: #ffffff;
  background: #1e5b45;
  border-color: #1e5b45;
  box-shadow: 0 8px 18px rgba(30, 91, 69, 0.18);
}
.form-signin .btn-primary:hover, .form-signin .btn-primary:focus {
  background: #123c30;
  border-color: #123c30;
  box-shadow: 0 10px 22px rgba(18, 60, 48, 0.22);
}
.form-signin .btn-link {
  color: #1e5b45;
}
.form-signin .btn-link:hover, .form-signin .btn-link:focus {
  color: #123c30;
}
.form-label-group {
  position: relative;
  margin-bottom: 1.25rem;
}
.form-label-group input {
  height: auto;
  color: #17372d;
  border: 1px solid #dce7df;
  border-radius: 10px;
  background: #ffffff;
}
.form-label-group input:focus {
  border-color: #6da96f;
  box-shadow: 0 0 0 0.2rem rgba(109, 169, 111, 0.2);
}
.form-label-group > input, .form-label-group > label {
  padding: 0.8rem 1rem;
}
.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  color: #4b665c;
  font-size: 1rem;
  line-height: 1.4;
  pointer-events: none;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: all 0.1s ease-in-out;
}
.form-label-group input::-webkit-input-placeholder, .form-label-group input:-ms-input-placeholder, .form-label-group input::-ms-input-placeholder, .form-label-group input::-moz-placeholder, .form-label-group input::placeholder {
  color: transparent;
}
.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.2rem;
  padding-bottom: 0.4rem;
}
.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: 0.35rem;
  padding-bottom: 0.2rem;
  color: #4b665c;
  font-size: 1rem;
}
.form-signin .form-text, .form-signin .invalid-feedback, .form-signin .help-block {
  margin: 0.35rem 0.25rem;
  color: #4b665c;
  font-size: 1rem;
  line-height: 1.45;
}
.form-signin .custom-control-label, .form-signin .control-label {
  color: #17372d;
  font-size: 1rem;
  line-height: 1.5;
}
.form-signin hr {
  margin: 1.5rem 0;
  border-top-color: #dce7df;
}
.form-signin a:not(.btn) {
  color: #1e5b45;
}
.form-signin a:not(.btn):hover, .form-signin a:not(.btn):focus {
  color: #123c30;
  text-decoration: underline;
}
.form-signin .form-control {
  color: #17372d;
  font-size: 1rem;
  border-color: #dce7df;
}
.form-signin .form-control:focus {
  border-color: #6da96f;
  box-shadow: 0 0 0 0.2rem rgba(109, 169, 111, 0.2);
}
.form-signin .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #1e5b45;
  background-color: #1e5b45;
}
.form-signin .table {
  color: #17372d;
}
.form-signin .table th, .form-signin .table td {
  border-color: #dce7df;
}
.form-signin .table-striped tbody tr:nth-of-type(odd) {
  background: #f7f8f2;
}
.btn-google, .btn-facebook {
  color: #1e5b45;
  background: #e8f2e5;
  border-color: #dce7df;
}
.btn-google:hover, .btn-google:focus, .btn-facebook:hover, .btn-facebook:focus {
  color: #123c30;
  background: #d7ebd2;
  border-color: #6da96f;
}
.form-signin .small, .form-signin small {
  font-size: 1rem;
}
@media (max-width: 560px) {
  .card-signin .card-body {
    padding: 1.5rem;
  }
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: #17372d;
  background: #f7f8f2;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body, button, a {
  font-family: inherit;
}
body small, body .small {
  font-size: 14px;
}
a {
  color: inherit;
  text-decoration: none;
}
.landing-container {
  width: min(1120px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}
.site-navbar {
  position: relative;
  z-index: 20;
  background: rgba(247, 248, 242, 0.94);
  border-bottom: 1px solid rgba(220, 231, 223, 0.9);
}
.site-navbar__inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
  color: #17372d;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.brand__mark {
  display: inline-grid;
  width: 35px;
  height: 35px;
  place-items: center;
  color: #ffffff;
  background: #1e5b45;
  border-radius: 12px 12px 12px 3px;
  font-size: 16px;
  transform: rotate(-8deg);
}
.brand__mark i {
  transform: rotate(8deg);
}
.brand__name {
  font-size: 19px;
}
.site-navbar__links {
  display: flex;
  align-items: center;
  gap: 29px;
  margin-left: auto;
  color: #4b665c;
  font-size: 14px;
  font-weight: 600;
}
.site-navbar__links a, .site-navbar__login, .site-navbar__logout {
  transition: color 0.2s ease;
}
.site-navbar__links a:hover, .site-navbar__login:hover, .site-navbar__logout:hover {
  color: #1e5b45;
}
.site-navbar__actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.site-navbar__login, .site-navbar__logout {
  color: #4b665c;
  font-size: 14px;
  font-weight: 700;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button i {
  margin-left: 10px;
  font-size: 14px;
}
.button--small {
  min-height: 40px;
  padding: 0 18px;
  font-size: 14px;
}
.button--large {
  min-height: 53px;
  padding: 0 23px;
}
.button--primary {
  color: #ffffff;
  background: #1e5b45;
  box-shadow: 0 9px 20px rgba(30, 91, 69, 0.2);
}
.button--primary:hover {
  color: #ffffff;
  background: #123c30;
  box-shadow: 0 13px 25px rgba(30, 91, 69, 0.28);
}
.btn-primary {
  color: #ffffff;
  background: #1e5b45;
  border-color: #1e5b45;
}
.btn-primary:hover, .btn-primary:focus {
  color: #ffffff;
  background: #123c30;
  border-color: #123c30;
}
.button--text {
  padding: 0 4px;
  color: #1e5b45;
  background: transparent;
}
.button--text:hover {
  color: #123c30;
}
.button--text i {
  margin-left: 8px;
}
.button--light {
  color: #123c30;
  background: #ffffff;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.14);
}
.button--light:hover {
  color: #123c30;
  background: #e8f2e5;
}
.hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 27px;
  background: #f7f8f2;
}
.hero::before, .hero::after {
  position: absolute;
  z-index: 0;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(109, 169, 111, 0.13);
  border-radius: 50%;
  content: "";
}
.hero::before {
  top: -220px;
  right: -130px;
}
.hero::after {
  right: 24px;
  bottom: -350px;
  width: 510px;
  height: 510px;
}
.hero > .landing-container {
  position: relative;
  z-index: 1;
}
.hero__grid {
  align-items: center;
}
.hero__content {
  padding-bottom: 12px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #a9d6a4;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}
.eyebrow i {
  font-size: 14px;
}
.eyebrow--soft {
  color: #6da96f;
}
.hero h1 {
  max-width: 620px;
  margin: 21px 0 22px;
  color: #17372d;
  font-size: clamp(39px, 5vw, 64px);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 1.02;
}
.hero h1 em {
  color: #6da96f;
  font-style: normal;
}
.hero__lead {
  max-width: 540px;
  margin: 0;
  color: #4b665c;
  font-size: 17px;
  line-height: 1.72;
}
.hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 32px;
}
.hero__promise {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: 27px;
  color: #6d857b;
  font-size: 14px;
  font-weight: 650;
}
.hero__promise span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.hero__promise i {
  color: #6da96f;
  font-size: 14px;
}
.hero__visual {
  position: relative;
  min-height: 493px;
  padding: 24px 8px 28px 28px;
}
.hero__glow {
  position: absolute;
  top: 30px;
  right: 0;
  width: 90%;
  height: 84%;
  border-radius: 48% 52% 45% 55%;
  background: radial-gradient(circle at 55% 42%, rgba(183, 219, 167, 0.48), rgba(231, 241, 219, 0.5) 48%, rgba(247, 248, 242, 0) 72%);
}
.inventory-window {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  border: 1px solid rgba(208, 224, 211, 0.9);
  border-radius: 17px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(23, 55, 45, 0.12);
  transform: rotate(1.5deg);
}
.inventory-window__bar {
  display: flex;
  height: 39px;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px;
  color: #91a69d;
  background: #f4f8f2;
  border-bottom: 1px solid #e5eee5;
  font-size: 14px;
  font-weight: 700;
}
.window-dots {
  display: inline-flex;
  gap: 5px;
}
.window-dots i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c1d5c2;
}
.window-dots i:first-child {
  background: #eaa482;
}
.window-dots i:nth-child(2) {
  background: #ebcf83;
}
.window-title {
  margin-left: 25px;
}
.window-menu {
  color: #6da96f;
  font-size: 14px;
}
.inventory-window__body {
  padding: 24px 25px 25px;
}
.inventory-window__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.window-kicker {
  display: block;
  margin-bottom: 5px;
  color: #91a59b;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.inventory-window__heading strong {
  display: block;
  color: #17372d;
  font-size: 21px;
  letter-spacing: -0.04em;
}
.window-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 9px;
  color: #5d9666;
  background: #edf7eb;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 800;
}
.window-status i {
  font-size: 14px;
}
.inventory-stats {
  margin-top: 20px;
}
.inventory-stats > [class*="col-"] {
  padding-right: 4px;
  padding-left: 4px;
}
.inventory-stat {
  min-height: 91px;
  padding: 12px 12px 10px;
  border: 1px solid #e7efe7;
  border-radius: 10px;
  background: #fbfdf9;
}
.inventory-stat span, .inventory-stat em {
  display: block;
  color: #879d92;
  font-size: 14px;
  font-style: normal;
  font-weight: 650;
}
.inventory-stat strong {
  display: block;
  margin: 7px 0 4px;
  color: #17372d;
  font-size: 23px;
  letter-spacing: -0.05em;
  line-height: 1;
}
.inventory-stat strong small {
  color: #8ba198;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}
.inventory-stat em {
  color: #66a16b;
  font-size: 14px;
}
.inventory-stat em i {
  margin-right: 3px;
}
.inventory-stat__muted {
  color: #9caea6 !important;
}
.inventory-stat--accent {
  background: #f5f0ff;
  border-color: #e8def9;
}
.inventory-list {
  margin-top: 25px;
}
.inventory-list__header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 9px;
  color: #8aa097;
  border-bottom: 1px solid #edf2ec;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.plant-row {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #eff3ef;
}
.plant-row:last-child {
  border-bottom: 0;
}
.plant-row__icon {
  display: inline-grid;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  place-items: center;
  border-radius: 9px;
  font-size: 14px;
}
.plant-row__icon--green {
  color: #4e9562;
  background: #e9f5e8;
}
.plant-row__icon--yellow {
  color: #c5983e;
  background: #fff5dc;
}
.plant-row__icon--blue {
  color: #4c94b2;
  background: #e7f4f8;
}
.plant-row__name {
  min-width: 0;
  flex: 1;
}
.plant-row__name strong, .plant-row__name small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.plant-row__name strong {
  color: #17372d;
  font-size: 14px;
}
.plant-row__name small {
  margin-top: 3px;
  color: #8ba096;
  font-size: 14px;
}
.plant-row__quantity {
  color: #1e5b45;
  font-size: 14px;
  white-space: nowrap;
}
.hero-badge {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 14px 11px 11px;
  border: 1px solid rgba(220, 231, 223, 0.9);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 32px rgba(23, 55, 45, 0.13);
}
.hero-badge--top {
  top: 9px;
  right: -13px;
}
.hero-badge--bottom {
  bottom: 4px;
  left: -3px;
}
.hero-badge__icon {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #ffffff;
  background: #6da96f;
  border-radius: 8px;
  font-size: 14px;
}
.hero-badge__icon--warm {
  color: #b46d37;
  background: #fff0e6;
}
.hero-badge strong, .hero-badge small {
  display: block;
}
.hero-badge strong {
  color: #17372d;
  font-size: 14px;
}
.hero-badge small {
  margin-top: 3px;
  color: #8aa096;
  font-size: 14px;
}
.hero__scroll {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  color: #9aac9f;
  font-size: 14px;
  font-weight: 700;
}
.hero__scroll i {
  color: #6da96f;
  font-size: 14px;
}
.section {
  padding: 112px 0;
}
.section-heading {
  max-width: 640px;
}
.section-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.section-heading--left {
  text-align: left;
}
.section-heading h2 {
  margin: 17px 0 16px;
  color: #17372d;
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.08;
}
.section-heading p {
  margin: 0;
  color: #4b665c;
  font-size: 16px;
  line-height: 1.75;
}
.section-heading--center p {
  max-width: 635px;
  margin-right: auto;
  margin-left: auto;
}
.problem-section {
  background: #ffffff;
}
.problem-section__grid {
  align-items: center;
}
.problem-list {
  display: grid;
  gap: 14px;
}
.problem-list__item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 19px 21px;
  border: 1px solid #e6eee7;
  border-radius: 13px;
  background: #fbfdfb;
}
.problem-list__icon {
  display: inline-grid;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  place-items: center;
  color: #1e5b45;
  background: #e8f2e5;
  border-radius: 9px;
  font-size: 14px;
}
.problem-list__item strong {
  display: block;
  margin: 1px 0 5px;
  color: #17372d;
  font-size: 14px;
}
.problem-list__item div > span {
  display: block;
  color: #4b665c;
  font-size: 14px;
  line-height: 1.55;
}
.feature-section {
  background: #f7f8f2;
}
.feature-grid {
  margin-top: 55px;
}
.feature-card {
  min-height: 265px;
  border: 1px solid #e1ebe1;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 8px 25px rgba(23, 55, 45, 0.035);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.feature-card:hover {
  box-shadow: 0 17px 35px rgba(23, 55, 45, 0.09);
  transform: translateY(-4px);
}
.feature-card .card-body {
  padding: 26px 25px 24px;
}
.feature-card__icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  font-size: 16px;
}
.feature-card__icon--green {
  color: #4c9561;
  background: #e8f2e5;
}
.feature-card__icon--blue {
  color: #4283a5;
  background: #e9f3fb;
}
.feature-card__icon--orange {
  color: #b96b35;
  background: #fff0e6;
}
.feature-card__icon--purple {
  color: #7761b1;
  background: #f1edfb;
}
.feature-card__icon--teal {
  color: #3b8c82;
  background: #e7f5f1;
}
.feature-card__icon--pink {
  color: #b56c83;
  background: #fbeef3;
}
.feature-card h3 {
  margin: 20px 0 9px;
  color: #17372d;
  font-size: 17px;
  letter-spacing: -0.025em;
}
.feature-card p {
  min-height: 67px;
  margin: 0;
  color: #4b665c;
  font-size: 14px;
  line-height: 1.62;
}
.feature-card__link {
  display: block;
  margin-top: 17px;
  color: #1e5b45;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.feature-card__link i {
  margin-left: 5px;
  font-size: 14px;
}
.numbers-section {
  overflow: hidden;
  background: #ffffff;
}
.numbers-section__grid {
  align-items: center;
}
.numbers-section__visual {
  position: relative;
  padding: 27px 21px;
}
.numbers-section__visual::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 84%;
  height: 100%;
  border-radius: 19px;
  background: #eef6e9;
  content: "";
  transform: rotate(-4deg);
}
.cost-card {
  position: relative;
  z-index: 1;
  max-width: 420px;
  padding: 24px;
  border: 1px solid #dfeade;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(23, 55, 45, 0.12);
}
.cost-card__header, .cost-card__plant, .cost-card__rows, .cost-card__result {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cost-card__header {
  padding-bottom: 17px;
  color: #829990;
  border-bottom: 1px solid #edf2ed;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.cost-card__label {
  padding: 4px 6px;
  color: #8eab72;
  background: #e8f2e5;
  border-radius: 4px;
  font-size: 14px;
}
.cost-card__plant {
  justify-content: flex-start;
  gap: 11px;
  padding: 20px 0 16px;
}
.cost-card__plant strong {
  color: #17372d;
  font-size: 14px;
}
.cost-card__rows {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 13px 20px;
  padding: 14px 0;
  color: #7e948a;
  border-top: 1px solid #edf2ed;
  font-size: 14px;
}
.cost-card__rows strong {
  color: #17372d;
  font-size: 14px;
}
.cost-card__result {
  margin: 3px -10px 0;
  padding: 14px 10px;
  color: #1e5b45;
  background: #eff8ec;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
}
.cost-card__result strong {
  font-size: 17px;
  letter-spacing: -0.03em;
}
.cost-card__hint {
  margin-top: 18px;
  color: #8ba097;
  font-size: 14px;
  line-height: 1.5;
}
.cost-card__hint i {
  margin-right: 5px;
  color: #e9ad4d;
}
.check-list {
  display: grid;
  gap: 12px;
  margin-top: 25px;
}
.check-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #17372d;
  font-size: 14px;
  font-weight: 700;
}
.check-list i {
  display: inline-grid;
  width: 21px;
  height: 21px;
  place-items: center;
  color: #1e5b45;
  background: #e8f2e5;
  border-radius: 50%;
  font-size: 14px;
}
.workflow-section {
  color: #ffffff;
  background: #123c30;
}
.workflow-section .section-heading h2, .workflow-section .section-heading p {
  color: #ffffff;
}
.workflow-section .section-heading p {
  color: #c5d8ca;
}
.workflow-grid {
  margin-top: 52px;
}
.workflow-step {
  position: relative;
  min-height: 260px;
  border: 1px solid rgba(190, 222, 190, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
}
.workflow-step .card-body {
  padding: 29px 26px 25px;
}
.workflow-step__number {
  position: absolute;
  top: 22px;
  right: 24px;
  color: rgba(193, 225, 191, 0.45);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.workflow-step__icon {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #123c30;
  background: #cce9c3;
  border-radius: 12px;
  font-size: 15px;
}
.workflow-step h3 {
  margin: 23px 0 10px;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: -0.03em;
}
.workflow-step p {
  margin: 0;
  color: #c5d8ca;
  font-size: 14px;
  line-height: 1.68;
}
.team-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 42px;
  color: #c5d8ca;
  font-size: 14px;
  text-align: center;
}
.team-note i {
  color: #cce9c3;
}
.pricing-section {
  color: #ffffff;
  background: linear-gradient(135deg, #204f3e 0%, #123a2e 100%);
}
.section-heading--light h2 {
  color: #ffffff;
}
.section-heading--light p {
  color: #c8dbcd;
}
.price-card {
  max-width: 910px;
  margin: 52px auto 0;
  overflow: hidden;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.2);
}
.price-card .row > .price-card__main {
  padding: 41px 45px 42px;
  color: #17372d;
}
.price-card__eyebrow {
  color: #6da96f;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.price-card h3 {
  margin: 17px 0 8px;
  color: #17372d;
  font-size: 29px;
  letter-spacing: -0.045em;
}
.price-card__description {
  max-width: 370px;
  margin: 0;
  color: #4b665c;
  font-size: 14px;
  line-height: 1.65;
}
.price-card__price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  margin: 29px 0 5px;
}
.price-card__price strong {
  color: #1e5b45;
  font-size: 43px;
  letter-spacing: -0.06em;
  line-height: 1;
}
.price-card__price span {
  color: #81988e;
  font-size: 14px;
  font-weight: 700;
}
.price-card__note {
  margin: 0 0 24px;
  color: #81988e;
  font-size: 14px;
}
.price-card__main .button {
  margin-top: 2px;
}
.price-card .row > .price-card__features {
  padding: 42px 39px;
  color: #17372d;
  background: #f1f7ef;
}
.price-card__features-title {
  color: #17372d;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.price-card__features ul {
  display: grid;
  gap: 17px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}
.price-card__features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #4b665c;
  font-size: 14px;
  line-height: 1.4;
}
.price-card__features li i {
  margin-top: 2px;
  color: #6da96f;
  font-size: 14px;
}
.pricing-section__bottom-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 27px auto 0;
  color: #c8dbcd;
  font-size: 14px;
  text-align: center;
}
.pricing-section__bottom-note i {
  color: #cce9c3;
}
.faq-section {
  background: #ffffff;
}
.faq-section__grid {
  align-items: start;
}
.faq-list {
  border-top: 1px solid #dce7df;
}
.faq-item {
  border: 0;
  border-bottom: 1px solid #dce7df;
  border-radius: 0;
}
.faq-question {
  position: relative;
  padding: 21px 35px;
  color: #17372d;
  font-size: 16px;
  font-weight: 750;
}
.faq-question:hover, .faq-question:focus {
  color: #1e5b45;
  text-decoration: none;
}
.faq-question:focus {
  outline: 0;
  box-shadow: none;
}
.faq-question::after {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #6da96f;
  content: "+";
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}
.faq-question[aria-expanded="true"]::after {
  content: "–";
}
.faq-item .card-body {
  max-width: 570px;
  padding: 21px 35px;
  color: #4b665c;
  font-size: 15px;
  line-height: 1.7;
}
.final-cta {
  padding: 72px 0;
  color: #ffffff;
  background: #6da96f;
}
.final-cta h2 {
  max-width: 650px;
  margin: 14px 0 0;
  color: #ffffff;
  font-size: clamp(29px, 4vw, 42px);
  letter-spacing: -0.055em;
  line-height: 1.08;
}
.site-footer {
  color: #c1d1c5;
  background: #102c24;
}
.site-footer__top {
  padding-top: 42px;
  padding-bottom: 38px;
}
.brand--footer {
  color: #ffffff;
}
.brand--footer .brand__mark {
  color: #123c30;
  background: #cce9c3;
}
.site-footer__top p {
  margin: 0;
  color: #99b2a3;
  font-size: 14px;
}
.site-footer__links {
  display: flex;
  gap: 21px;
  color: #c1d1c5;
  font-size: 14px;
  font-weight: 650;
}
.site-footer__links a:hover {
  color: #ffffff;
}
.site-footer__bottom {
  padding-top: 17px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(193, 209, 197, 0.15);
  color: #779387;
  font-size: 14px;
}
@media (max-width: 1000px) {
  .site-navbar__links {
    gap: 17px;
  }
  .hero__visual {
    min-height: 450px;
  }
  .feature-card .card-body {
    padding-right: 19px;
    padding-left: 19px;
  }
  .price-card .row > .price-card__main {
    padding-right: 34px;
    padding-left: 34px;
  }
  .price-card .row > .price-card__features {
    padding-right: 28px;
    padding-left: 28px;
  }
}
@media (max-width: 800px) {
  .site-navbar__links {
    gap: 0;
    margin-left: 0 !important;
  }
  .site-navbar__actions {
    margin-left: auto;
  }
  .hero {
    padding-top: 57px;
  }
  .hero__content {
    max-width: 650px;
  }
  .hero__visual {
    width: min(100%, 600px);
    min-height: 480px;
    margin: 0 auto;
  }
  .numbers-section__visual {
    width: min(100%, 520px);
    margin: 0 auto;
  }
  .numbers-section .section-heading {
    max-width: 620px;
    margin: 0 auto;
  }
  .faq-section__grid .section-heading {
    max-width: 620px;
  }
}
@media (max-width: 560px) {
  .landing-container {
    width: min(100% - 32px, 1120px);
  }
  .site-navbar__inner {
    min-height: 70px;
    gap: 13px;
  }
  .site-navbar__login, .site-navbar__logout {
    display: none;
  }
  .brand__name {
    font-size: 16px;
  }
  .brand__mark {
    width: 32px;
    height: 32px;
    border-radius: 10px 10px 10px 3px;
    font-size: 14px;
  }
  .button--small {
    min-height: 37px;
    padding: 0 13px;
    font-size: 14px;
  }
  .hero {
    padding-top: 48px;
  }
  .hero h1 {
    margin-top: 17px;
    font-size: 40px;
  }
  .hero__lead {
    font-size: 15px;
    line-height: 1.65;
  }
  .hero__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 17px;
    margin-top: 26px;
  }
  .hero__actions .button {
    width: 100%;
  }
  .hero__promise {
    display: grid;
    gap: 10px;
    margin-top: 23px;
  }
  .hero__visual {
    min-height: 385px;
    padding: 18px 0 24px;
  }
  .inventory-window__body {
    padding: 18px 15px 15px;
  }
  .inventory-window__heading strong {
    font-size: 17px;
  }
  .inventory-stats {
    margin-top: 15px;
  }
  .inventory-stats > [class*="col-"] {
    padding-right: 2px;
    padding-left: 2px;
  }
  .inventory-stat {
    min-height: 74px;
    padding: 9px 7px;
  }
  .inventory-stat strong {
    margin: 5px 0 3px;
    font-size: 16px;
  }
  .inventory-stat span, .inventory-stat em {
    font-size: 14px;
  }
  .inventory-list {
    margin-top: 18px;
  }
  .plant-row {
    min-height: 48px;
  }
  .plant-row__name strong {
    font-size: 14px;
  }
  .plant-row__name small, .plant-row__quantity {
    font-size: 14px;
  }
  .hero-badge {
    padding: 8px 10px 8px 8px;
  }
  .hero-badge--top {
    top: 1px;
    right: -4px;
  }
  .hero-badge--bottom {
    bottom: 1px;
    left: -4px;
  }
  .hero-badge__icon {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
  .hero-badge strong {
    font-size: 14px;
  }
  .hero-badge small {
    font-size: 14px;
  }
  .hero__scroll {
    margin-top: 4px;
  }
  .section {
    padding: 76px 0;
  }
  .section-heading h2 {
    margin-top: 14px;
    font-size: 34px;
  }
  .section-heading p {
    font-size: 14px;
    line-height: 1.65;
  }
  .problem-list__item {
    padding: 15px;
  }
  .feature-grid, .workflow-grid {
    margin-top: 36px;
  }
  .feature-card {
    min-height: 0;
  }
  .feature-card p {
    min-height: 0;
  }
  .numbers-section__visual {
    padding: 20px 7px;
  }
  .cost-card {
    padding: 18px 16px;
  }
  .cost-card__plant {
    padding-top: 15px;
  }
  .cost-card__plant strong {
    font-size: 14px;
  }
  .workflow-step {
    min-height: 0;
  }
  .team-note {
    align-items: flex-start;
    text-align: left;
  }
  .price-card {
    margin-top: 36px;
  }
  .price-card .row > .price-card__main, .price-card .row > .price-card__features {
    padding: 29px 23px;
  }
  .price-card h3 {
    font-size: 25px;
  }
  .price-card__price strong {
    font-size: 37px;
  }
  .price-card__features ul {
    gap: 13px;
    margin-top: 20px;
  }
  .pricing-section__bottom-note {
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.55;
    text-align: left;
  }
  .final-cta {
    padding: 58px 0;
  }
  .final-cta h2 {
    font-size: 34px;
  }
  .final-cta .button {
    width: 100%;
  }
  .site-footer__bottom {
    padding-top: 14px;
  }
}
