:root {
  color-scheme: light;
  --lp-bg: #fbf8fb;
  --lp-panel: #ffffff;
  --lp-panel-soft: #fff8f7;
  --lp-fg: #17151f;
  --lp-muted: #655f71;
  --lp-border: #ebe4ee;
  --lp-border-strong: #d8cadd;
  --lp-primary: #7c3aed;
  --lp-primary-strong: #5b21b6;
  --lp-danger: #e11d48;
  --lp-warning: #c27610;
  --lp-success: #16845b;
  --lp-shadow: 0 18px 55px rgba(43, 31, 61, 0.12);
  --lp-card-shadow: 0 10px 28px rgba(43, 31, 61, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  background:
    radial-gradient(760px 320px at 16% 0%, rgba(225, 29, 72, 0.10), transparent 68%),
    radial-gradient(680px 300px at 82% 4%, rgba(124, 58, 237, 0.12), transparent 72%),
    linear-gradient(180deg, #fff, var(--lp-bg) 38%, #f7f4f8);
  color: var(--lp-fg);
}

a {
  color: inherit;
}

.landing {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 34px;
}

.landing__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 58px;
}

.landing__brand {
  display: inline-flex;
  align-items: center;
  color: var(--lp-fg);
  text-decoration: none;
}

.landing__brand img {
  width: 118px;
  height: auto;
  object-fit: contain;
}

.landing__nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #302936;
  font-size: 0.95rem;
}

.landing__nav a {
  text-decoration: none;
}

.landing__nav a:hover,
.landing__nav a:focus-visible {
  color: var(--lp-primary-strong);
}

.landing__login {
  font-weight: 700;
}

.landing__register {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--lp-primary-strong), #9f4fed);
  color: #fff;
  font-weight: 800;
  padding: 0 14px;
  box-shadow: 0 10px 22px rgba(124, 58, 237, 0.22);
}

.landing__register:hover,
.landing__register:focus-visible {
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(124, 58, 237, 0.28);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 52px;
  align-items: center;
}

.hero__copy {
  min-width: 0;
}

.hero__eyebrow,
.section__eyebrow,
.workflow__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  border: 1px solid var(--lp-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--lp-muted);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  padding: 8px 12px;
  text-transform: uppercase;
}

.hero__eyebrow span,
.workflow li span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--lp-success);
  box-shadow: 0 0 0 4px rgba(22, 132, 91, 0.16);
  flex: 0 0 auto;
}

.hero h1 {
  margin: 20px 0 18px;
  max-width: 700px;
  font-size: clamp(2.5rem, 6vw, 4.65rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero h1 span {
  background: linear-gradient(135deg, var(--lp-danger), var(--lp-primary));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero__text {
  margin: 0;
  max-width: 590px;
  color: var(--lp-muted);
  font-size: 1.06rem;
  line-height: 1.65;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 12px;
  padding: 0 18px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn--primary {
  background: linear-gradient(135deg, var(--lp-primary-strong), #9f4fed);
  color: #fff;
  box-shadow: 0 13px 28px rgba(124, 58, 237, 0.25);
}

.btn--secondary {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--lp-border-strong);
  color: #261f2d;
}

.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin-top: 30px;
  color: var(--lp-muted);
  font-size: 0.82rem;
  font-weight: 650;
}

.hero__meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero__meta span::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid var(--lp-primary);
  border-radius: 3px;
}

.waste-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(225, 29, 72, 0.24);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(225, 29, 72, 0.10), rgba(255, 255, 255, 0) 70%),
    var(--lp-panel);
  box-shadow: var(--lp-shadow);
  padding: 36px;
}

.waste-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.waste-card__label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--lp-danger);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.waste-card__label span {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: rgba(225, 29, 72, 0.12);
  position: relative;
}

.waste-card__label span::before,
.waste-card__label span::after {
  content: "";
  position: absolute;
  background: var(--lp-danger);
}

.waste-card__label span::before {
  width: 12px;
  height: 16px;
  left: 9px;
  top: 7px;
  border-radius: 9px 9px 9px 3px;
  transform: rotate(18deg);
}

.waste-card__label span::after {
  width: 7px;
  height: 9px;
  left: 12px;
  top: 13px;
  border-radius: 8px 8px 8px 2px;
  background: #fff;
  opacity: 0.85;
}

.waste-card__amount {
  margin-top: 18px;
  background: linear-gradient(135deg, var(--lp-danger), #ff7a45);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(2.7rem, 5.8vw, 4.3rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.waste-card__title {
  margin: 12px 0 0;
  color: var(--lp-fg);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.waste-card__text {
  margin: 8px 0 0;
  color: var(--lp-muted);
  line-height: 1.5;
}

.section,
.product-preview,
.workflow,
.trust-strip,
.cta-strip {
  margin-top: 86px;
}

.section h2,
.product-preview h2,
.workflow h2,
.cta-strip h2 {
  margin: 12px 0 0;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1.16;
  letter-spacing: 0;
}

.feature-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.feature-card,
.price-card,
.product-preview,
.workflow,
.trust-strip,
.cta-strip {
  border: 1px solid var(--lp-border);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--lp-card-shadow);
}

.feature-card,
.price-card {
  padding: 24px;
}

.feature-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border-radius: 11px;
  background: rgba(124, 58, 237, 0.12);
  color: #6d5dfc;
}

.feature-card__icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.feature-card h3,
.price-card h3 {
  margin: 0;
  font-size: 1rem;
}

.feature-card p,
.price-card p,
.workflow p,
.cta-strip p {
  color: var(--lp-muted);
  line-height: 1.58;
}

.feature-card p,
.price-card p {
  margin: 8px 0 0;
  font-size: 0.91rem;
}

.product-preview {
  padding: 16px;
  background:
    linear-gradient(135deg, rgba(255, 246, 249, 0.98), rgba(239, 252, 249, 0.94)),
    #fff;
}

.preview-window {
  overflow: hidden;
  border: 1px solid #dce2ea;
  border-radius: 18px;
  background:
    radial-gradient(760px 360px at 88% 0%, rgba(216, 247, 239, 0.78), transparent 70%),
    linear-gradient(180deg, #f8fafc, #f3f8fb);
  padding: 18px;
  box-shadow: 0 18px 45px rgba(30, 41, 59, 0.10);
}

.preview-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.preview-breadcrumb,
.preview-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #334155;
  font-size: 0.72rem;
}

.preview-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: linear-gradient(135deg, #7568f6, #8c5df6);
  color: #fff;
  font-weight: 850;
}

.preview-controls span,
.preview-controls strong {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border: 1px solid #dce2ea;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
  padding: 0 12px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
}

.preview-controls strong {
  border-color: transparent;
  background: linear-gradient(135deg, #7568f6, #8c5df6);
  color: #fff;
}

.preview-title {
  margin-top: 22px;
}

.preview-title h2 {
  margin-top: 12px;
}

.preview-title p:last-child {
  margin: 6px 0 0;
  color: #475569;
  font-size: 0.95rem;
}

.preview-mobile-tabs {
  display: none;
}

.preview-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.preview-kpi {
  position: relative;
  overflow: hidden;
  border: 1px solid #dce2ea;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.92);
  padding: 16px 16px 12px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}

.preview-kpi > span,
.preview-kpi em {
  display: block;
}

.preview-kpi > span {
  color: #334155;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.preview-kpi > span::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 999px;
  background: currentColor;
}

.preview-kpi strong {
  display: block;
  margin-top: 12px;
  color: #020617;
  font-size: clamp(1.15rem, 2.2vw, 1.65rem);
  line-height: 1;
}

.preview-kpi em {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 2;
  width: auto;
  max-width: 100%;
  margin-top: 10px;
  border-radius: 999px;
  background: #bbf7d0;
  color: #008236;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 850;
  line-height: 1.2;
  padding: 6px 11px;
  text-align: left;
  white-space: nowrap;
}

.preview-kpi em.bad {
  background: #ffe4e6;
  color: #e11d48;
}

.preview-kpi em [data-currency-value] {
  margin-right: 4px;
}

.preview-kpi svg {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 48px;
  margin-top: 16px;
  overflow: hidden;
}

.preview-kpi path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.preview-kpi--red {
  color: #e11d48;
}

.preview-kpi--green {
  color: #059669;
}

.preview-kpi--violet {
  color: #635bff;
}

.preview-alert {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 228, 230, 0.72), rgba(255, 255, 255, 0.86));
  padding: 18px;
}

.preview-alert > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #fecdd3;
  border-radius: 10px;
  background: #ffe4e6;
  color: #e11d48;
  font-weight: 850;
}

.preview-alert strong {
  display: block;
  color: #020617;
  font-size: 1rem;
}

.preview-alert p {
  margin: 6px 0 0;
  color: #475569;
}

.preview-alert b {
  display: block;
  color: #e11d48;
  margin-bottom: 2px;
}

.preview-panels {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 12px;
  margin-top: 12px;
}

.preview-panel {
  overflow: hidden;
  border: 1px solid #dce2ea;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
}

.preview-panel header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #e2e8f0;
  padding: 14px 16px;
}

.preview-panel header strong {
  color: #020617;
}

.preview-panel header span {
  color: #475569;
  font-size: 0.74rem;
}

.preview-rings {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 22px 16px 18px;
}

.preview-rings div {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.preview-rings strong {
  display: grid;
  place-items: center;
  width: 90px;
  height: 90px;
  border: 12px solid #e2e8f0;
  border-top-color: #e11d48;
  border-radius: 999px;
  color: #020617;
  font-size: 1.25rem;
}

.preview-rings div:nth-child(2) strong {
  border-top-color: #635bff;
}

.preview-rings div:nth-child(3) strong {
  border-top-color: #e11d48;
}

.preview-rings span {
  color: #475569;
  font-size: 0.72rem;
  line-height: 1.3;
}

.preview-mini-table {
  border-top: 1px solid #e2e8f0;
}

.preview-mini-table div,
.preview-action-list div {
  display: grid;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #e2e8f0;
  padding: 12px 16px;
}

.preview-mini-table div:first-child,
.preview-action-list div:first-child {
  border-top: 0;
}

.preview-mini-table div {
  grid-template-columns: 74px minmax(0, 1fr) 92px 92px 56px;
}

.preview-mini-table__head {
  grid-template-columns: minmax(0, 1fr) 92px 92px 56px !important;
  background: #f8fafc;
}

.preview-mini-table__head span {
  color: #475569;
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.preview-mini-table__head span:first-child {
  grid-column: 1;
}

.preview-mini-table b {
  width: max-content;
  border-radius: 999px;
  background: #ffe4e6;
  color: #e11d48;
  font-size: 0.62rem;
  padding: 4px 7px;
  text-transform: uppercase;
}

.preview-mini-table span,
.preview-mini-table strong {
  color: #020617;
  font-size: 0.82rem;
}

.preview-mini-table strong {
  text-align: right;
}

.preview-action-list div {
  grid-template-columns: 9px minmax(0, 1fr) 92px;
}

.preview-action-list div > span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #e11d48;
}

.preview-action-list div > span.ok {
  background: #059669;
}

.preview-action-list p {
  margin: 0;
}

.preview-action-list p strong,
.preview-action-list small {
  display: block;
}

.preview-action-list p strong {
  color: #020617;
  font-size: 0.82rem;
}

.preview-action-list small {
  margin-top: 3px;
  color: #475569;
  font-size: 0.74rem;
}

.preview-action-list button {
  min-height: 30px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #7568f6, #8c5df6);
  color: #fff;
  font-weight: 850;
}

.workflow {
  padding: 40px 44px;
  background:
    linear-gradient(180deg, rgba(124, 58, 237, 0.07), rgba(255, 255, 255, 0) 78%),
    rgba(255, 255, 255, 0.82);
}

.workflow__eyebrow {
  color: var(--lp-primary-strong);
}

.workflow p {
  max-width: 600px;
  margin: 12px 0 0;
}

.workflow ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.workflow li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--lp-border);
  border-radius: 999px;
  background: #fff;
  padding: 10px 15px;
  font-size: 0.92rem;
}

.workflow li strong {
  font-weight: 850;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.84);
}

.trust-strip div {
  padding: 24px;
}

.trust-strip div + div {
  border-left: 1px solid var(--lp-border);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  color: var(--lp-fg);
  font-size: 0.96rem;
}

.trust-strip span {
  margin-top: 8px;
  color: var(--lp-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
}

.price-card h3 {
  color: var(--lp-muted);
  font-size: 0.76rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.price-card__amount {
  margin-top: 10px;
  color: var(--lp-fg) !important;
  font-size: 2.15rem !important;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.1 !important;
}

.price-card__amount span {
  margin-left: 4px;
  color: var(--lp-muted);
  font-size: 0.9rem;
  font-weight: 650;
}

.price-card > p:not(.price-card__amount):not(.price-card__badge) {
  flex: 1;
  min-height: 68px;
}

.price-card .btn {
  width: 100%;
  margin-top: 18px;
}

.price-card--featured {
  border-color: rgba(124, 58, 237, 0.38);
  background:
    linear-gradient(180deg, rgba(124, 58, 237, 0.07), rgba(255, 255, 255, 0) 70%),
    var(--lp-panel);
}

.price-card__badge {
  position: absolute;
  top: -12px;
  right: 18px;
  margin: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--lp-primary-strong), #9f4fed);
  color: #fff !important;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  padding: 6px 11px;
  text-transform: uppercase;
}

.cta-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 40px;
}

.cta-strip h2 {
  font-size: clamp(1.45rem, 2.8vw, 1.85rem);
}

.cta-strip p {
  margin: 8px 0 0;
}

.landing__footer {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 34px;
  color: var(--lp-muted);
  font-size: 0.9rem;
}

.landing__footer a {
  text-decoration: none;
}

.landing__footer a:hover,
.landing__footer a:focus-visible {
  color: var(--lp-primary-strong);
  text-decoration: underline;
}

@media (max-width: 980px) {
  .hero,
  .feature-grid,
  .pricing-grid,
  .preview-kpis,
  .preview-panels,
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 34px;
  }

  .waste-card {
    max-width: 620px;
  }

  .preview-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .preview-controls {
    flex-wrap: wrap;
  }

  .trust-strip div + div {
    border-left: 0;
    border-top: 1px solid var(--lp-border);
  }
}

@media (max-width: 640px) {
  .landing {
    width: min(100% - 22px, 1180px);
    padding-top: 16px;
  }

  .landing__header {
    align-items: center;
    margin-bottom: 34px;
  }

  .landing__nav {
    width: auto;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
    white-space: nowrap;
  }

  .landing__brand img {
    width: 104px;
  }

  .landing__login {
    font-size: 0.9rem;
  }

  .landing__register {
    min-height: 34px;
    padding: 0 12px;
  }

  .hero {
    gap: 28px;
  }

  .hero h1 {
    font-size: clamp(2.25rem, 12vw, 3.25rem);
    line-height: 1.02;
  }

  .hero__text {
    font-size: 1rem;
  }

  .btn {
    width: 100%;
  }

  .waste-card,
  .product-preview,
  .workflow,
  .cta-strip {
    border-radius: 18px;
    padding: 18px;
  }

  .trust-strip {
    border-radius: 18px;
  }

  .section,
  .product-preview,
  .workflow,
  .trust-strip,
  .cta-strip {
    margin-top: 58px;
  }

  .preview-window {
    border-radius: 16px;
    padding: 12px;
  }

  .preview-title {
    margin-top: 20px;
  }

  .preview-title h2 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .preview-mobile-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    margin-top: 18px;
    border: 1px solid #dce2ea;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.76);
    padding: 6px;
  }

  .preview-mobile-tabs button {
    min-width: 0;
    min-height: 44px;
    border: 0;
    border-radius: 11px;
    background: transparent;
    color: #475569;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 800;
    cursor: pointer;
  }

  .preview-mobile-tabs button.is-active {
    background: #fff1f2;
    color: #0f172a;
    box-shadow: inset 0 0 0 1px #fecdd3;
  }

  .preview-kpis {
    display: block;
    margin-top: 12px;
  }

  .preview-kpi {
    display: none;
    padding: 14px;
  }

  .preview-kpi.is-active {
    display: block;
  }

  .preview-kpi em {
    white-space: normal;
  }

  .preview-alert {
    align-items: flex-start;
  }

  .preview-rings {
    grid-template-columns: 1fr;
  }

  .preview-panel header {
    align-items: flex-start;
    flex-direction: column;
  }

  .preview-mini-table div,
  .preview-action-list div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .preview-action-list button {
    width: 100%;
  }

  .preview-controls span,
  .preview-controls strong {
    min-height: 30px;
    font-size: 0.7rem;
  }

  .preview-breadcrumb {
    flex-wrap: wrap;
  }

  .preview-alert {
    grid-template-columns: 1fr;
  }

  .preview-alert p {
    font-size: 0.9rem;
  }

  .cta-strip {
    align-items: stretch;
    flex-direction: column;
  }
}
