/* =========================================================
   KRAALSENSE PUBLIC PRICING PAGE
   Dedicated stylesheet loaded after main.css/responsive.css.
   Prefix: ksp- to prevent collisions with legacy pricing CSS.
========================================================= */

.ksp-page {
  padding-top: 90px;
  padding-bottom: 120px;
  background: #fff;
}

.ksp-page [hidden] {
  display: none !important;
}

.ksp-page p {
  margin-bottom: 0;
}

/* ---------------------------------------------------------
   Banner — follows the same public inner-banner structure
--------------------------------------------------------- */
.ksp-banner {
  min-height: 680px;
  display: flex;
  align-items: flex-end;
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.66) 52%, rgba(0, 0, 0, 0.38) 100%),
    url("../images/banner/finfarm.3f1d159dca73.jpg");
  background-position: center;
  background-size: cover;
}

.ksp-banner::before {
  opacity: 0.12;
}

.ksp-banner__content {
  max-width: 930px;
  padding-bottom: 8px;
}

.ksp-banner__eyebrow {
  width: fit-content;
  margin-bottom: 22px;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  backdrop-filter: blur(12px);
}

.ksp-banner__eyebrow .sub-heading-title {
  color: #fff;
}

.ksp-banner h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(58px, 6vw, 88px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.ksp-banner__content > p {
  max-width: 760px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  line-height: 1.65;
}

.ksp-banner__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  margin-top: 30px;
}

.ksp-banner__proof span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-family: var(--font-family-1);
  font-size: 13px;
  font-weight: 700;
}

.ksp-banner__proof i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--accent-color-2);
  color: #000;
  font-size: 9px;
}

.ksp-breadcrumb {
  justify-content: flex-start;
  margin-top: 38px;
}

.ksp-breadcrumb .breadcrumb-item,
.ksp-breadcrumb .breadcrumb-icon {
  font-size: 16px;
}

/* ---------------------------------------------------------
   Intro
--------------------------------------------------------- */
.ksp-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.72fr);
  align-items: end;
  gap: 70px;
}

.ksp-intro__title .sub-heading {
  margin-bottom: 20px;
}

.ksp-intro h2 {
  max-width: 760px;
  font-size: clamp(46px, 5vw, 68px);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.ksp-intro__copy {
  padding-left: 32px;
  border-left: 2px solid var(--accent-color-2);
  color: var(--text-color);
  font-size: 18px;
  line-height: 1.7;
}

/* ---------------------------------------------------------
   Audience + billing controls
--------------------------------------------------------- */
.ksp-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 22px;
  margin-top: 52px;
  padding: 16px;
  border: 1px solid #dfdfda;
  border-radius: 24px;
  background: #f7f7f3;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.07);
}

.ksp-controls__group {
  min-width: 0;
}

.ksp-controls__label {
  display: block;
  margin: 0 0 10px 4px;
  color: #6d6d68;
  font-family: var(--font-family-1);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ksp-audience {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.ksp-audience__button {
  appearance: none;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
  min-height: 72px;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: 16px;
  background: transparent;
  color: #1b1b1b;
  cursor: pointer;
  text-align: left;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.ksp-audience__button:hover {
  background: #ededE8;
}

.ksp-audience__button.is-active {
  background: #090909;
  color: #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.ksp-audience__button:focus-visible,
.ksp-billing__button:focus-visible,
.ksp-card__button:focus-visible {
  outline: 3px solid rgba(198, 239, 46, 0.85);
  outline-offset: 3px;
}

.ksp-audience__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: #e8e8e3;
  color: #000;
  font-size: 16px;
}

.ksp-audience__button.is-active .ksp-audience__icon {
  background: var(--accent-color-2);
}

.ksp-audience__button strong,
.ksp-audience__button small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ksp-audience__button strong {
  font-family: var(--font-family-1);
  font-size: 14px;
  font-weight: 800;
}

.ksp-audience__button small {
  margin-top: 4px;
  color: #7a7a74;
  font-family: var(--font-family-2);
  font-size: 11px;
}

.ksp-audience__button.is-active small {
  color: rgba(255, 255, 255, 0.62);
}

.ksp-controls__group--billing {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 16px;
  border-left: 1px solid #deded8;
}

.ksp-controls__billing-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ksp-controls__saving {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--accent-color-2);
  color: #000;
  font-family: var(--font-family-1);
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}

.ksp-billing {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  padding: 5px;
  border: 1px solid #deded8;
  border-radius: 15px;
  background: #fff;
}

.ksp-billing__button {
  appearance: none;
  min-height: 48px;
  padding: 11px 15px;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: #61615c;
  cursor: pointer;
  font-family: var(--font-family-1);
  font-size: 13px;
  font-weight: 800;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.ksp-billing__button.is-active {
  background: #090909;
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

/* ---------------------------------------------------------
   Pricing panels
--------------------------------------------------------- */
.ksp-panels {
  margin-top: 84px;
}

.ksp-segment {
  animation: kspPanelIn 240ms ease both;
}

@keyframes kspPanelIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.ksp-segment__header {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.7fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 34px;
}

.ksp-segment__header > div {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: start;
  gap: 20px;
}

.ksp-segment__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: #090909;
  color: var(--accent-color-2);
  font-family: var(--font-family-1);
  font-size: 14px;
  font-weight: 900;
}

.ksp-segment__eyebrow {
  margin-bottom: 10px !important;
  color: #777771;
  font-family: var(--font-family-1);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ksp-segment__header h2 {
  max-width: 760px;
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.ksp-segment__header > p {
  color: var(--text-color);
  font-size: 17px;
  line-height: 1.65;
}

.ksp-ownership-note {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 0 0 30px 82px;
  padding: 17px 19px;
  border: 1px solid #deded8;
  border-radius: 16px;
  background: #f7f7f3;
}

.ksp-ownership-note__icon {
  color: #111;
  font-size: 18px;
}

.ksp-ownership-note p {
  color: #5d5d58;
  font-size: 14px;
  line-height: 1.55;
}

.ksp-ownership-note strong {
  color: #111;
}

/* ---------------------------------------------------------
   Plan grid and cards
--------------------------------------------------------- */
.ksp-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.ksp-grid--farmers {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ksp-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  padding: 28px;
  overflow: hidden;
  border: 1px solid #ddddD8;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.055);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.ksp-card:hover {
  transform: translateY(-6px);
  border-color: #bdbdb6;
  box-shadow: 0 26px 62px rgba(0, 0, 0, 0.11);
}

.ksp-card--popular {
  border-color: #111;
  background:
    radial-gradient(circle at 100% 0%, rgba(198, 239, 46, 0.19), transparent 34%),
    linear-gradient(155deg, #090909 0%, #171717 100%);
  color: #fff;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.18);
}

.ksp-card--popular::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--accent-color-2);
}

.ksp-card__badge {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--accent-color-2);
  color: #000;
  font-family: var(--font-family-1);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ksp-card__header {
  min-height: 182px;
  padding-right: 0;
}

.ksp-card--popular .ksp-card__header {
  padding-right: 78px;
}

.ksp-card__plan-mark {
  display: flex;
  gap: 5px;
  margin-bottom: 22px;
}

.ksp-card__plan-mark span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d5d5cf;
}

.ksp-card__plan-mark span:first-child {
  width: 28px;
  border-radius: 999px;
  background: #111;
}

.ksp-card--popular .ksp-card__plan-mark span {
  background: rgba(255, 255, 255, 0.25);
}

.ksp-card--popular .ksp-card__plan-mark span:first-child {
  background: var(--accent-color-2);
}

.ksp-card__category {
  margin-bottom: 8px !important;
  color: #7f7f78;
  font-family: var(--font-family-1);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ksp-card h3 {
  font-size: 26px;
  line-height: 1.16;
  letter-spacing: -0.025em;
}

.ksp-card__description {
  margin-top: 11px !important;
  color: #686862;
  font-size: 14px;
  line-height: 1.5;
}

.ksp-card--popular .ksp-card__category,
.ksp-card--popular .ksp-card__description {
  color: rgba(255, 255, 255, 0.65);
}

.ksp-card--popular h3 {
  color: #fff;
}

.ksp-card__purchase {
  padding-top: 22px;
  border-top: 1px solid #e2e2dd;
}

.ksp-card--popular .ksp-card__purchase {
  border-color: rgba(255, 255, 255, 0.14);
}

.ksp-card__price {
  display: flex;
  align-items: baseline;
  gap: 5px;
  min-height: 58px;
}

.ksp-card__currency {
  color: #111;
  font-family: var(--font-family-1);
  font-size: 17px;
  font-weight: 800;
}

.ksp-card__amount {
  color: #111;
  font-family: var(--font-family-1);
  font-size: 52px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
}

.ksp-card__amount--free {
  font-size: 48px;
  letter-spacing: -0.045em;
}

.ksp-card__suffix {
  color: #72726c;
  font-family: var(--font-family-1);
  font-size: 12px;
  font-weight: 700;
}

.ksp-card--popular .ksp-card__currency,
.ksp-card--popular .ksp-card__amount {
  color: #fff;
}

.ksp-card--popular .ksp-card__suffix {
  color: rgba(255, 255, 255, 0.65);
}

.ksp-card__billing-note {
  min-height: 40px;
  margin-top: 8px !important;
  color: #777771;
  font-size: 12px;
  line-height: 1.45;
}

.ksp-card--popular .ksp-card__billing-note {
  color: rgba(255, 255, 255, 0.62);
}

.ksp-card__action {
  margin-top: 17px;
}

.ksp-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  min-height: 50px;
  padding: 14px 16px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-family: var(--font-family-1);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ksp-card__button:hover i {
  transform: translateX(3px);
}

.ksp-card__button i {
  transition: transform 180ms ease;
}

.ksp-card__button--outline {
  border-color: #cecec8;
  background: #fff;
  color: #111;
}

.ksp-card__button--outline:hover {
  border-color: #111;
  background: #111;
  color: #fff;
}

.ksp-card__button--dark {
  border-color: #111;
  background: #111;
  color: #fff;
}

.ksp-card__button--dark:hover {
  background: #2c2c2c;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.17);
}

.ksp-card__button--lime {
  border-color: var(--accent-color-2);
  background: var(--accent-color-2);
  color: #000;
  box-shadow: 0 14px 30px rgba(198, 239, 46, 0.18);
}

.ksp-card__button--lime:hover {
  background: #d7ff43;
  box-shadow: 0 18px 38px rgba(198, 239, 46, 0.25);
}

.ksp-card__trial {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  min-height: 34px;
  margin-top: 11px !important;
  color: #777771;
  font-size: 11px;
  line-height: 1.4;
}

.ksp-card__trial i {
  margin-top: 1px;
  color: #111;
}

.ksp-card--popular .ksp-card__trial {
  color: rgba(255, 255, 255, 0.62);
}

.ksp-card--popular .ksp-card__trial i {
  color: var(--accent-color-2);
}

.ksp-card__details {
  display: grid;
  gap: 24px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e2e2dd;
}

.ksp-card--popular .ksp-card__details {
  border-color: rgba(255, 255, 255, 0.14);
}

.ksp-card__details h4 {
  color: #111;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ksp-card--popular .ksp-card__details h4 {
  color: #fff;
}

.ksp-card__details ul {
  display: grid;
  gap: 10px;
  margin: 13px 0 0;
  padding: 0;
}

.ksp-card__details li {
  position: relative;
  padding-left: 25px;
  color: #41413d;
  font-size: 13px;
  line-height: 1.42;
}

.ksp-card__included li::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--accent-color-2);
}

.ksp-card__included li::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 6px;
  height: 3px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg);
}

.ksp-card__limits {
  padding: 16px;
  border: 1px solid #e2e2dd;
  border-radius: 14px;
  background: #f7f7f3;
}

.ksp-card__limits ul {
  gap: 8px;
  margin-top: 10px;
}

.ksp-card__limits li {
  padding-left: 14px;
  color: #686862;
  font-size: 12px;
}

.ksp-card__limits li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #92928c;
}

.ksp-card--popular .ksp-card__details li {
  color: rgba(255, 255, 255, 0.82);
}

.ksp-card--popular .ksp-card__limits {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

.ksp-card--popular .ksp-card__limits li {
  color: rgba(255, 255, 255, 0.62);
}

.ksp-card--popular .ksp-card__limits li::before {
  background: var(--accent-color-2);
}

/* Wide final farmer/commercial card prevents the ugly orphan card */
.ksp-grid--farmers .ksp-card--wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.68fr) minmax(0, 1.25fr);
  gap: 34px;
  align-items: start;
  padding: 34px;
  border-color: #111;
  background:
    radial-gradient(circle at 94% 14%, rgba(198, 239, 46, 0.18), transparent 25%),
    #111;
}

.ksp-grid--farmers .ksp-card--wide::after {
  content: 'Commercial';
  position: absolute;
  top: 26px;
  right: 30px;
  color: rgba(255, 255, 255, 0.08);
  font-family: var(--font-family-1);
  font-size: clamp(50px, 7vw, 104px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
  pointer-events: none;
}

.ksp-grid--farmers .ksp-card--wide .ksp-card__header,
.ksp-grid--farmers .ksp-card--wide .ksp-card__purchase,
.ksp-grid--farmers .ksp-card--wide .ksp-card__details {
  position: relative;
  z-index: 1;
}

.ksp-grid--farmers .ksp-card--wide .ksp-card__header {
  min-height: 0;
  padding-right: 0;
}

.ksp-grid--farmers .ksp-card--wide .ksp-card__category,
.ksp-grid--farmers .ksp-card--wide .ksp-card__description,
.ksp-grid--farmers .ksp-card--wide .ksp-card__billing-note,
.ksp-grid--farmers .ksp-card--wide .ksp-card__trial {
  color: rgba(255, 255, 255, 0.64);
}

.ksp-grid--farmers .ksp-card--wide h3,
.ksp-grid--farmers .ksp-card--wide .ksp-card__currency,
.ksp-grid--farmers .ksp-card--wide .ksp-card__amount,
.ksp-grid--farmers .ksp-card--wide .ksp-card__details h4 {
  color: #fff;
}

.ksp-grid--farmers .ksp-card--wide .ksp-card__plan-mark span {
  background: rgba(255, 255, 255, 0.24);
}

.ksp-grid--farmers .ksp-card--wide .ksp-card__plan-mark span:first-child {
  background: var(--accent-color-2);
}

.ksp-grid--farmers .ksp-card--wide .ksp-card__purchase,
.ksp-grid--farmers .ksp-card--wide .ksp-card__details {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.ksp-grid--farmers .ksp-card--wide .ksp-card__details {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ksp-grid--farmers .ksp-card--wide .ksp-card__details li {
  color: rgba(255, 255, 255, 0.82);
}

.ksp-grid--farmers .ksp-card--wide .ksp-card__limits {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

.ksp-grid--farmers .ksp-card--wide .ksp-card__limits li {
  color: rgba(255, 255, 255, 0.64);
}

.ksp-grid--farmers .ksp-card--wide .ksp-card__trial i {
  color: var(--accent-color-2);
}

/* ---------------------------------------------------------
   Consultation CTA
--------------------------------------------------------- */
.ksp-help {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin-top: 82px;
  padding: 52px 56px;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 15%, rgba(198, 239, 46, 0.24), transparent 28%),
    #090909;
}

.ksp-help::after {
  content: '';
  position: absolute;
  right: -80px;
  bottom: -110px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 40px rgba(255, 255, 255, 0.04), 0 0 0 80px rgba(255, 255, 255, 0.025);
}

.ksp-help__content,
.ksp-help__button {
  position: relative;
  z-index: 1;
}

.ksp-help__content {
  max-width: 780px;
}

.ksp-help__eyebrow {
  width: fit-content;
  margin-bottom: 18px;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.ksp-help__eyebrow .sub-heading-title {
  color: #fff;
}

.ksp-help h2 {
  max-width: 720px;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.ksp-help p {
  max-width: 690px;
  margin-top: 16px !important;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.62;
}

.ksp-help__button {
  flex: 0 0 auto;
  min-width: 235px;
}

/* ---------------------------------------------------------
   Responsive
--------------------------------------------------------- */
@media screen and (max-width: 1180px) {
  .ksp-intro,
  .ksp-segment__header {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  .ksp-intro__copy {
    max-width: 760px;
  }

  .ksp-controls {
    grid-template-columns: 1fr;
  }

  .ksp-controls__group--billing {
    padding: 14px 0 0;
    border-top: 1px solid #deded8;
    border-left: 0;
  }

  .ksp-grid,
  .ksp-grid--farmers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ksp-grid--farmers .ksp-card--wide {
    grid-template-columns: 1fr 1fr;
  }

  .ksp-grid--farmers .ksp-card--wide .ksp-card__details {
    grid-column: 1 / -1;
  }
}

@media screen and (max-width: 767px) {
  .ksp-page {
    padding-top: 68px;
    padding-bottom: 80px;
  }

  .ksp-banner {
    min-height: 650px;
    padding-left: 22px;
    padding-right: 22px;
    background-position: 58% center;
  }

  .ksp-banner__content {
    text-align: left;
  }

  .ksp-banner h1 {
    font-size: clamp(45px, 13vw, 64px);
  }

  .ksp-banner__content > p {
    font-size: 16px;
    line-height: 1.55;
  }

  .ksp-banner__proof {
    display: grid;
    gap: 10px;
  }

  .ksp-breadcrumb {
    margin-top: 28px;
  }

  .ksp-intro {
    gap: 20px;
  }

  .ksp-intro h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .ksp-intro__copy {
    padding-left: 20px;
    font-size: 16px;
  }

  .ksp-controls {
    margin-top: 38px;
    padding: 12px;
    border-radius: 20px;
  }

  .ksp-audience {
    grid-template-columns: 1fr;
  }

  .ksp-audience__button {
    min-height: 66px;
  }

  .ksp-audience__button strong,
  .ksp-audience__button small {
    white-space: normal;
  }

  .ksp-panels {
    margin-top: 62px;
  }

  .ksp-segment__header > div {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
  }

  .ksp-segment__count {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    font-size: 12px;
  }

  .ksp-segment__header h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .ksp-segment__header > p {
    font-size: 15px;
  }

  .ksp-ownership-note {
    margin-left: 0;
  }

  .ksp-grid,
  .ksp-grid--farmers {
    grid-template-columns: 1fr;
  }

  .ksp-card {
    padding: 24px;
    border-radius: 19px;
  }

  .ksp-card__header {
    min-height: 0;
  }

  .ksp-card__purchase {
    margin-top: 22px;
  }

  .ksp-grid--farmers .ksp-card--wide {
    display: flex;
    padding: 26px;
  }

  .ksp-grid--farmers .ksp-card--wide .ksp-card__purchase,
  .ksp-grid--farmers .ksp-card--wide .ksp-card__details {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .ksp-grid--farmers .ksp-card--wide .ksp-card__details {
    grid-template-columns: 1fr;
  }

  .ksp-grid--farmers .ksp-card--wide::after {
    display: none;
  }

  .ksp-help {
    align-items: stretch;
    flex-direction: column;
    gap: 30px;
    margin-top: 58px;
    padding: 34px 26px;
  }

  .ksp-help__button {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .ksp-banner {
    min-height: 620px;
  }

  .ksp-controls__billing-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }

  .ksp-billing__button {
    padding-left: 8px;
    padding-right: 8px;
  }

  .ksp-card__badge {
    position: static;
    width: fit-content;
    margin-bottom: 18px;
  }

  .ksp-card--popular .ksp-card__header {
    padding-right: 0;
  }
}
