.fertilizer-tool-page {
  --tool-green: #16a34a;
  --tool-green-dark: #0f7a36;
  --tool-lime: #b8f24a;
  --tool-navy: #071a2f;
  --tool-ink: #10223d;
  --tool-muted: #64748b;
  --tool-line: #dfe8ee;
  --tool-bg: #f4f7f5;
  margin: 0;
  padding-bottom: 0;
  background: var(--tool-bg);
  color: var(--tool-ink);
}

.fertilizer-tool-page button,
.fertilizer-tool-page input {
  font: inherit;
}

.tool-container {
  width: min(1160px, calc(100% - 32px));
  margin-inline: auto;
}

.tool-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(16, 34, 61, 0.09);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.tool-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1160px, calc(100% - 32px));
  min-height: 72px;
  margin-inline: auto;
}

.tool-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--tool-green);
  font-size: 1.28rem;
  font-weight: 700;
}

.tool-brand img {
  width: 44px;
  height: 44px;
  border-radius: 14px;
}

.tool-brand strong {
  color: var(--tool-navy);
}

.tool-header nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #405169;
  font-weight: 700;
}

.tool-header nav a:hover {
  color: var(--tool-green-dark);
}

.tool-header .header-app-link {
  min-height: 44px;
  padding: 9px 18px;
  border-radius: 14px;
  background: var(--tool-green);
  color: #fff;
  box-shadow: 0 10px 22px rgba(22, 163, 74, 0.2);
}

.tool-eyebrow {
  margin: 0 0 10px;
  color: var(--tool-green-dark);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.tool-lead {
  color: #405169;
  font-size: 1.12rem;
  line-height: 1.75;
}

.answer-hero {
  padding: 70px 0 130px;
  background:
    radial-gradient(circle at 82% 30%, rgba(82, 199, 115, 0.2), transparent 28%),
    linear-gradient(145deg, #f2fbf5 0%, #fff 52%, #edf7fb 100%);
}

.answer-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: center;
}

.answer-hero-copy {
  max-width: 760px;
}

.answer-hero h1 {
  margin: 0 0 18px;
  color: var(--tool-navy);
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  letter-spacing: -0.04em;
}

.answer-hero h1 span {
  color: var(--tool-green-dark);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: #2e6142;
  font-size: 0.9rem;
  font-weight: 700;
}

.sample-note {
  display: grid;
  min-width: 230px;
  padding: 20px;
  border: 1px solid rgba(22, 163, 74, 0.22);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 44px rgba(7, 26, 47, 0.09);
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.sample-note:hover {
  border-color: rgba(22, 163, 74, 0.52);
  box-shadow: 0 22px 50px rgba(7, 26, 47, 0.13);
  transform: translateY(-2px);
}

.sample-note span {
  color: var(--tool-green-dark);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.sample-note strong {
  margin: 4px 0;
  color: var(--tool-navy);
  font-size: 1.1rem;
}

.sample-note small {
  color: #718096;
}

.quick-calculator {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  margin-top: -80px;
  scroll-margin-top: 92px;
  overflow: hidden;
  border: 1px solid rgba(215, 228, 222, 0.9);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(7, 26, 47, 0.16);
}

.quick-form-pane,
.quick-result-pane {
  padding: 34px;
}

.quick-form-pane {
  display: grid;
  gap: 18px;
}

.pane-heading {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pane-heading > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  background: #e9f8ed;
  color: var(--tool-green-dark);
  font-weight: 700;
}

.pane-heading h2,
.pane-heading p {
  margin: 0;
}

.pane-heading h2 {
  font-size: 1.35rem;
}

.pane-heading p {
  color: #718096;
  font-size: 0.85rem;
}

.unit-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  padding: 5px;
  border-radius: 14px;
  background: #eef3f1;
}

.unit-toggle button {
  min-height: 44px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #596a7f;
  font-weight: 700;
  cursor: pointer;
}

.unit-toggle button.active {
  background: #fff;
  color: var(--tool-green-dark);
  box-shadow: 0 5px 16px rgba(7, 26, 47, 0.09);
}

.tool-field {
  display: grid;
  gap: 7px;
}

.tool-field > span,
.round-entry label {
  color: #35475d;
  font-size: 0.9rem;
  font-weight: 700;
}

.tool-field > span small {
  color: #8b98a9;
  font-weight: 400;
}

.tool-field input,
.round-entry input {
  width: 100%;
  min-width: 0;
  height: 52px;
  padding: 0 14px;
  border: 1px solid #d9e4e9;
  border-radius: 13px;
  outline: 0;
  background: #f9fbfa;
  color: var(--tool-navy);
}

.tool-field input:focus,
.round-entry input:focus {
  border-color: var(--tool-green);
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.1);
}

.field-with-unit {
  position: relative;
  display: flex;
  align-items: center;
}

.field-with-unit input {
  padding-right: 64px;
}

.field-with-unit em,
.field-with-unit > span {
  position: absolute;
  right: 14px;
  color: #728096;
  font-size: 0.86rem;
  font-style: normal;
  font-weight: 700;
}

.two-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.formula-line {
  margin: 0;
  padding: 12px;
  border-radius: 12px;
  background: #f4f8f5;
  color: #607086;
  font-size: 0.83rem;
  text-align: center;
}

.formula-line strong {
  color: var(--tool-green-dark);
}

.calculator-notice,
.round-notice {
  min-height: 1.35em;
  margin: -8px 0 0;
  color: #5e7184;
  font-size: 0.78rem;
  text-align: center;
}

.calculator-notice[data-type="error"],
.round-notice[data-type="error"] {
  color: #b93838;
}

.calculator-notice[data-type="success"],
.round-notice[data-type="success"] {
  color: var(--tool-green-dark);
}

.quick-result-pane {
  background:
    radial-gradient(circle at 80% 15%, rgba(184, 242, 74, 0.18), transparent 25%),
    var(--tool-navy);
  color: #fff;
}

.result-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 4px 10px;
  border: 1px solid rgba(184, 242, 74, 0.24);
  border-radius: 999px;
  background: rgba(184, 242, 74, 0.09);
  color: #cfe99d;
  font-size: 0.75rem;
  font-weight: 700;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--tool-lime);
  box-shadow: 0 0 0 5px rgba(184, 242, 74, 0.1);
}

.result-kicker {
  margin: 34px 0 2px;
  color: #9fb1c3;
  font-size: 0.88rem;
}

.hero-result-number {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.hero-result-number strong {
  color: var(--tool-lime);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: clamp(4rem, 9vw, 6.8rem);
  line-height: 1;
  letter-spacing: -0.08em;
}

.hero-result-number span {
  color: #fff;
  font-weight: 700;
}

.result-explain {
  min-height: 2.8em;
  margin: 16px 0 26px;
  color: #b7c6d4;
  font-size: 0.88rem;
}

.result-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.result-metrics div {
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.05);
}

.result-metrics small,
.result-metrics strong {
  display: block;
}

.result-metrics small {
  color: #8fa2b4;
  font-size: 0.7rem;
}

.result-metrics strong {
  margin-top: 3px;
  color: #fff;
  font-size: 0.88rem;
}

.reset-button {
  width: 100%;
  min-height: 42px;
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: #b8c5d0;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
}

.reset-button:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.safety-note {
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: #8fa2b4;
  font-size: 0.73rem;
  line-height: 1.6;
}

.field-adjustment {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 54px;
  align-items: start;
  padding-top: 90px;
}

.field-adjustment-copy h2 {
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.field-adjustment-copy > p:not(.tool-eyebrow) {
  color: #64748b;
}

.session-note {
  padding: 11px 13px;
  border: 1px solid #dde7e3;
  border-radius: 12px;
  background: #edf5f0;
  font-size: 0.78rem;
}

.field-adjustment-card {
  padding: 24px;
  border: 1px solid var(--tool-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(7, 26, 47, 0.09);
}

.round-entry {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 12px;
  align-items: end;
}

.round-entry > div {
  display: grid;
  gap: 6px;
}

.add-round-button {
  min-height: 52px;
  padding: 0 18px;
  border: 0;
  border-radius: 13px;
  background: var(--tool-green);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.add-round-button:disabled {
  background: #c8d4ce;
  color: #75857c;
  cursor: not-allowed;
}

.progress-line {
  height: 10px;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 99px;
  background: #e9efed;
}

.progress-line span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--tool-green), #68ce65);
  transition: width 240ms ease;
}

.progress-copy {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 8px;
  color: #68798d;
  font-size: 0.82rem;
}

.progress-copy strong {
  color: var(--tool-navy);
}

.round-cards {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.round-cards li:not(.rounds-empty) {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--tool-line);
  border-radius: 12px;
}

.round-number {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #e9f8ed;
  color: var(--tool-green-dark);
  font-weight: 700;
}

.round-cards strong,
.round-cards small {
  display: block;
}

.round-cards strong {
  color: var(--tool-navy);
  font-size: 0.9rem;
}

.round-cards small {
  color: #718096;
}

.round-cards button {
  border: 0;
  background: transparent;
  color: #bf3c3c;
  cursor: pointer;
}

.rounds-empty {
  padding: 13px;
  border-radius: 12px;
  background: #f3f6f5;
  color: #708092;
  font-size: 0.84rem;
  text-align: center;
}

.install-card[hidden],
.install-modal[hidden],
.install-guide-steps[hidden] {
  display: none;
}

.install-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  margin-top: 72px;
  padding: 24px;
  border: 1px solid #bfe5ca;
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 10%, rgba(184, 242, 74, 0.22), transparent 28%),
    linear-gradient(135deg, #fff 0%, #edf9f0 100%);
  box-shadow: 0 20px 52px rgba(7, 26, 47, 0.1);
}

.install-app-icon {
  width: 76px;
  height: 76px;
  border-radius: 22px;
  box-shadow: 0 12px 25px rgba(7, 26, 47, 0.16);
}

.install-card-copy h2,
.install-card-copy p {
  margin: 0;
}

.install-card-copy h2 {
  margin-bottom: 5px;
  color: var(--tool-navy);
  font-size: clamp(1.3rem, 3vw, 1.8rem);
}

.install-card-copy > p:last-child {
  color: #5d6f80;
}

.install-button {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 58px;
  padding: 10px 18px;
  border: 0;
  border-radius: 16px;
  background: var(--tool-green);
  color: #fff;
  box-shadow: 0 12px 26px rgba(22, 163, 74, 0.24);
  text-align: left;
  cursor: pointer;
}

.install-button:hover {
  background: var(--tool-green-dark);
  transform: translateY(-1px);
}

.install-button svg {
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
}

.install-button strong,
.install-button small {
  display: block;
  white-space: nowrap;
}

.install-button strong {
  font-size: 0.92rem;
}

.install-button small {
  margin-top: 2px;
  color: #d9f5e2;
  font-size: 0.68rem;
}

.install-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: end center;
  padding: 20px;
}

.install-modal-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(7, 26, 47, 0.62);
  backdrop-filter: blur(6px);
}

.install-modal-panel {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  max-height: calc(100dvh - 40px);
  overflow-y: auto;
  padding: 26px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 32px 80px rgba(7, 26, 47, 0.34);
}

.install-modal-panel > img {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  border-radius: 19px;
  box-shadow: 0 10px 22px rgba(7, 26, 47, 0.14);
}

.install-modal-panel h2 {
  margin: 0 42px 16px 0;
  color: var(--tool-navy);
  font-size: 1.55rem;
}

.install-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: #eef3f1;
  color: #526274;
  font-size: 1.4rem;
  cursor: pointer;
}

.install-guide-steps {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.install-guide-steps li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 11px;
  align-items: center;
  padding: 11px;
  border: 1px solid var(--tool-line);
  border-radius: 14px;
  background: #f9fbfa;
}

.install-guide-steps li > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: #e4f7e9;
  color: var(--tool-green-dark);
  font-weight: 700;
}

.install-guide-steps p {
  margin: 0;
  color: #526274;
}

.install-guide-steps strong {
  color: var(--tool-navy);
}

.install-guide-note {
  margin: 16px 0;
  padding: 12px;
  border-radius: 12px;
  background: #edf9f0;
  color: #476657;
  font-size: 0.82rem;
}

.install-guide-done {
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: 14px;
  background: var(--tool-green);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

body.install-modal-open {
  overflow: hidden;
}

.conversion-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: start;
  margin-top: 72px;
  padding: 28px;
  scroll-margin-top: 92px;
  border-radius: 24px;
  background: linear-gradient(135deg, #08223d, #0b3658);
  box-shadow: 0 22px 55px rgba(7, 26, 47, 0.22);
}

.conversion-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 17px;
  background: var(--tool-lime);
  color: #17350e;
  font-size: 1.7rem;
  font-weight: 700;
}

.conversion-card .mini-label {
  color: var(--tool-lime);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.conversion-card h2 {
  margin: 4px 0 6px;
  color: #fff;
  font-size: 1.55rem;
}

.conversion-card p {
  max-width: 720px;
  margin: 0;
  color: #c7d5e3;
}

.tool-store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.tool-store-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 168px;
  min-height: 58px;
  padding: 9px 16px;
  border: 1px solid #dfe6ea;
  border-radius: 16px;
  background: #fff;
  color: #172334;
  box-shadow: 0 10px 25px rgba(7, 26, 47, 0.1);
}

.tool-store-button small,
.tool-store-button strong {
  display: block;
  line-height: 1.1;
}

.tool-store-button small {
  color: #718096;
  font-size: 0.65rem;
}

.tool-store-button strong {
  font-size: 0.95rem;
}

.tool-store-icon {
  width: 30px;
  height: 32px;
  flex: 0 0 auto;
}

.tool-apple-icon {
  fill: #172334;
}

.tool-play-icon {
  fill: none;
  stroke: none;
}

.how-it-works {
  padding: 82px 0;
}

.section-title {
  margin: 0 0 24px;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.how-grid article {
  padding: 22px;
  border: 1px solid var(--tool-line);
  border-radius: 18px;
  background: #fff;
}

.how-grid article > span {
  color: var(--tool-green);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-weight: 700;
}

.how-grid h3 {
  margin: 8px 0 5px;
}

.how-grid p {
  margin: 0;
  font-size: 0.88rem;
}

.formula-explainer {
  margin-top: 18px;
  padding: 24px;
  border: 1px solid #cae8d2;
  border-radius: 20px;
  background: linear-gradient(135deg, #edf9f0, #f4fbff);
}

.formula-explainer h3 {
  margin-bottom: 8px;
}

.formula-explainer p {
  margin-bottom: 8px;
}

.formula-explainer p:last-child {
  margin-bottom: 0;
}

.formula-explainer strong {
  color: var(--tool-green-dark);
}

.faq-tool-section {
  padding: 70px 0 84px;
  background: #fff;
}

.tool-faq-list {
  display: grid;
  gap: 10px;
  max-width: 900px;
}

.tool-faq-list details {
  overflow: hidden;
  border: 1px solid var(--tool-line);
  border-radius: 16px;
  background: #fbfdfc;
}

.tool-faq-list summary {
  padding: 16px 18px;
  color: var(--tool-navy);
  font-weight: 700;
  cursor: pointer;
}

.tool-faq-list p {
  margin: 0;
  padding: 0 18px 18px;
}

.tool-footer {
  padding: 34px 0;
  background: var(--tool-navy);
}

.tool-footer .tool-container {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
}

.tool-footer .tool-brand strong {
  color: #fff;
}

.tool-footer p {
  margin: 0;
  color: #93a6b7;
  font-size: 0.85rem;
}

.tool-footer nav {
  display: flex;
  gap: 16px;
  color: #c3d0da;
  font-size: 0.82rem;
}

.calculator-warning [data-bind="status"] {
  color: #ffb4a8;
}

@media (max-width: 920px) {
  .answer-hero-inner,
  .field-adjustment {
    grid-template-columns: 1fr;
  }

  .sample-note {
    display: none;
  }

  .quick-calculator {
    grid-template-columns: 1fr;
    width: min(760px, calc(100% - 32px));
  }

  .field-adjustment {
    width: min(760px, calc(100% - 32px));
    gap: 20px;
  }

  .tool-footer .tool-container {
    grid-template-columns: auto 1fr;
  }

  .tool-footer nav {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .tool-header-inner {
    min-height: 62px;
  }

  .tool-brand img {
    width: 38px;
    height: 38px;
  }

  .tool-header nav a:not(.header-app-link) {
    display: none;
  }

  .tool-header nav {
    gap: 0;
  }

  .tool-header .header-app-link {
    min-height: 40px;
    padding: 8px 13px;
    font-size: 0.82rem;
  }

  .answer-hero {
    padding: 46px 0 112px;
  }

  .answer-hero h1 {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  .quick-form-pane,
  .quick-result-pane {
    padding: 24px 18px;
  }

  .two-fields,
  .how-grid {
    grid-template-columns: 1fr;
  }

  .result-metrics {
    grid-template-columns: repeat(3, 1fr);
  }

  .result-metrics div {
    padding: 10px 7px;
  }

  .hero-result-number strong {
    font-size: clamp(3.8rem, 20vw, 6rem);
  }

  .field-adjustment {
    padding-top: 64px;
  }

  .round-entry {
    grid-template-columns: 1fr 1fr;
  }

  .add-round-button {
    grid-column: 1 / -1;
  }

  .progress-copy {
    display: grid;
    gap: 2px;
  }

  .install-card {
    grid-template-columns: auto 1fr;
    gap: 14px;
    padding: 18px;
  }

  .install-app-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
  }

  .install-card-copy > p:last-child {
    font-size: 0.82rem;
  }

  .install-button {
    grid-column: 1 / -1;
    justify-content: center;
    width: 100%;
  }

  .install-modal {
    padding: 10px;
  }

  .install-modal-panel {
    max-height: calc(100dvh - 20px);
    padding: 22px 18px;
    border-radius: 24px;
  }

  .conversion-card {
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }

  .conversion-icon {
    width: 46px;
    height: 46px;
  }

  .tool-store-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .tool-store-button {
    min-width: 0;
    padding: 8px 10px;
  }

  .tool-footer .tool-container {
    grid-template-columns: 1fr;
  }

  .tool-footer nav {
    grid-column: auto;
    flex-wrap: wrap;
  }
}

@media (max-width: 390px) {
  .result-metrics {
    grid-template-columns: 1fr;
  }

  .round-entry {
    grid-template-columns: 1fr;
  }

  .add-round-button {
    grid-column: auto;
  }

  .tool-store-buttons {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fertilizer-tool-page *,
  .fertilizer-tool-page *::before,
  .fertilizer-tool-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
