.page-growth-money {
  background: #fff;
}

.growth-money {
  --gm-text: #111;
  --gm-text-secondary: #666b73;
  --gm-text-tertiary: #92969d;
  --gm-border: #e5e7eb;
  --gm-border-strong: #d5d8dd;
  --gm-soft: #f5f6f7;
  --gm-soft-hover: #f0f1f2;
  width: min(1440px, calc(100% - 40px));
  min-width: 0;
  margin: 0 auto;
  padding: 24px 0 64px;
  color: var(--gm-text);
}

.growth-money,
.growth-money * {
  box-sizing: border-box;
}

.growth-money a {
  color: inherit;
}

.growth-money__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-bottom: 22px;
  font-size: 13px;
  color: var(--gm-text-secondary);
}

.growth-money__breadcrumbs a {
  text-decoration: none;
}

.growth-money__breadcrumbs a:hover {
  color: var(--gm-text);
}

.growth-money__hero {
  min-width: 0;
}

.growth-money__hero-copy {
  max-width: 980px;
}

.growth-money__eyebrow {
  margin: 0 0 7px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
  color: var(--gm-text-secondary);
}

.growth-money h1,
.growth-money h2,
.growth-money h3,
.growth-money p {
  text-wrap: pretty;
}

.growth-money h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.02;
  letter-spacing: -.042em;
}

.growth-money__lead {
  max-width: 820px;
  margin: 16px 0 0;
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.55;
  color: var(--gm-text-secondary);
}

.growth-money__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, max-content));
  gap: 0;
  margin-top: 24px;
}

.growth-money__fact {
  min-width: 0;
  padding: 0 22px;
}

.growth-money__fact:first-child {
  padding-left: 0;
}

.growth-money__fact + .growth-money__fact {
  border-left: 1px solid var(--gm-border);
}

.growth-money__fact strong,
.growth-money__fact span {
  display: block;
}

.growth-money__fact strong {
  font-size: 17px;
  line-height: 1.2;
}

.growth-money__fact span {
  margin-top: 3px;
  font-size: 12px;
  color: var(--gm-text-secondary);
}

.growth-money__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.growth-money__primary,
.growth-money__secondary {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
}

.growth-money__primary {
  border: 1px solid #111;
  background: #111;
  color: #fff !important;
}

.growth-money__primary:hover {
  background: #252525;
}

.growth-money__secondary {
  border: 1px solid var(--gm-border-strong);
  background: #fff;
}

.growth-money__secondary:hover {
  background: var(--gm-soft);
}

.growth-money__quick,
.growth-money__calculator,
.growth-money__offers,
.growth-money__steps,
.growth-money__faq,
.growth-money__related {
  min-width: 0;
  margin-top: 38px;
  padding-top: 30px;
  border-top: 1px solid var(--gm-border);
}

.growth-money__section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.growth-money__section-head > div {
  min-width: 0;
}

.growth-money__section-head h2,
.growth-money__steps h2,
.growth-money__faq h2,
.growth-money__related h2,
.growth-money__calculator h2 {
  margin: 0;
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.12;
  letter-spacing: -.032em;
}

.growth-money__section-head > a,
.growth-money__reset {
  flex: 0 0 auto;
  border: 0;
  background: none;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.growth-money__section-head > a:hover,
.growth-money__reset:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.growth-money__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.growth-money__chip {
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid var(--gm-border);
  border-radius: 9px;
  background: var(--gm-soft);
  color: var(--gm-text);
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
}

.growth-money__chip.is-active {
  border-color: #111;
  background: #111;
  color: #fff;
}

.growth-money__filter-status {
  min-height: 20px;
  margin: 10px 0 0;
  font-size: 13px;
  color: var(--gm-text-secondary);
}

.growth-money__calculator {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 28px;
  align-items: center;
}

.growth-money__calculator > div > p:last-child {
  max-width: 720px;
  margin: 9px 0 0;
  line-height: 1.55;
  color: var(--gm-text-secondary);
}

.growth-money__calculator-box {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--gm-border);
  border-radius: 12px;
  background: var(--gm-soft);
}

.growth-money__calculator-box label {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 700;
}

.growth-money__calculator-box input {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--gm-border-strong);
  border-radius: 9px;
  background: #fff;
  color: var(--gm-text);
  font: inherit;
  font-size: 16px;
}

.growth-money__calculator-box input:focus {
  border-color: #8f949b;
}

.growth-money__calculator-box input:focus-visible {
  outline: 3px solid rgba(17, 17, 17, .24);
  outline-offset: 2px;
}

.growth-money__calculator-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 11px;
}

.growth-money__calculator-result span {
  color: var(--gm-text-secondary);
}

.growth-money__calculator-result strong {
  font-size: 19px;
}

.growth-money__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
}

.growth-money__offer {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--gm-border);
  border-radius: 12px;
  background: #fff;
  transition: border-color .14s ease, background-color .14s ease;
}

.growth-money__offer:hover {
  border-color: var(--gm-border-strong);
  background: #fcfcfc;
}

.growth-money__offer[hidden] {
  display: none;
}

.growth-money__offer-link {
  display: block;
  min-width: 0;
  height: 100%;
  text-decoration: none;
}

.growth-money__offer-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: var(--gm-soft);
}

.growth-money__offer-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.growth-money__offer-media .material-symbols-outlined {
  font-size: 38px;
  color: var(--gm-text-tertiary);
}

.growth-money__offer-body {
  min-width: 0;
  padding: 11px;
}

.growth-money__offer h3 {
  min-height: 38px;
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-wrap: anywhere;
  font-size: 13px;
  line-height: 1.42;
}

.growth-money__offer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  min-width: 0;
  margin-top: 9px;
}

.growth-money__offer-meta span {
  max-width: 100%;
  overflow: hidden;
  padding: 4px 6px;
  border-radius: 6px;
  background: var(--gm-soft);
  color: var(--gm-text-secondary);
  font-size: 10px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.growth-money__offer-bottom {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin-top: 13px;
}

.growth-money__offer-bottom strong {
  max-width: 100%;
  overflow-wrap: anywhere;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.growth-money__offer-bottom > span {
  font-size: 11px;
  font-weight: 700;
  color: var(--gm-text-secondary);
}

.growth-money__empty,
.growth-money__no-filter-results {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 17px;
  border: 1px solid var(--gm-border);
  border-radius: 11px;
  background: var(--gm-soft);
}

.growth-money__empty[hidden],
.growth-money__no-filter-results[hidden] {
  display: none;
}

.growth-money__empty .material-symbols-outlined {
  flex: 0 0 auto;
  font-size: 30px;
}

.growth-money__empty h3,
.growth-money__empty p {
  margin: 0;
}

.growth-money__empty p,
.growth-money__no-filter-results span {
  display: block;
  margin-top: 4px;
  color: var(--gm-text-secondary);
}

.growth-money__empty a {
  display: inline-block;
  margin-top: 8px;
  font-weight: 700;
}

.growth-money__steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.growth-money__steps-grid article {
  min-width: 0;
  padding-top: 14px;
  border-top: 1px solid var(--gm-border);
}

.growth-money__steps-grid article > span {
  display: inline-block;
  color: var(--gm-text-secondary);
  font-size: 12px;
  font-weight: 800;
}

.growth-money__steps-grid h3 {
  margin: 7px 0 4px;
  font-size: 17px;
}

.growth-money__steps-grid p {
  margin: 0;
  line-height: 1.5;
  color: var(--gm-text-secondary);
}

.growth-money__faq-list {
  margin-top: 14px;
  border-top: 1px solid var(--gm-border);
}

.growth-money__faq details {
  border-bottom: 1px solid var(--gm-border);
}

.growth-money__faq summary {
  padding: 15px 0;
  cursor: pointer;
  font-weight: 700;
}

.growth-money__faq details p {
  max-width: 900px;
  margin: -3px 0 16px;
  line-height: 1.55;
  color: var(--gm-text-secondary);
}

.growth-money__related-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
  margin-top: 17px;
}

.growth-money__related-links a {
  display: flex;
  min-width: 0;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 13px;
  border: 1px solid var(--gm-border);
  border-radius: 9px;
  background: #fff;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.3;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: border-color .14s ease, background-color .14s ease;
}

.growth-money__related-links a:hover {
  border-color: var(--gm-border-strong);
  background: var(--gm-soft);
}

.growth-money__related-links a span {
  flex: 0 0 auto;
  color: var(--gm-text-secondary);
}

@media (max-width: 1100px) {
  .growth-money__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .growth-money__related-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .growth-money__calculator {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .growth-money__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .growth-money__related-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .growth-money {
    width: calc(100% - 20px);
    padding: 14px 0 44px;
  }

  .growth-money__breadcrumbs {
    margin-bottom: 16px;
    font-size: 12px;
  }

  .growth-money h1 {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.04;
  }

  .growth-money__lead {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.5;
  }

  .growth-money__facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    margin-top: 20px;
  }

  .growth-money__fact {
    padding: 0 10px;
  }

  .growth-money__fact strong {
    overflow-wrap: anywhere;
    font-size: 15px;
  }

  .growth-money__fact span {
    font-size: 10px;
    line-height: 1.25;
  }

  .growth-money__hero-actions {
    margin-top: 20px;
  }

  .growth-money__primary,
  .growth-money__secondary {
    min-height: 42px;
    padding: 0 13px;
    border-radius: 9px;
    font-size: 13px;
  }

  .growth-money__quick,
  .growth-money__calculator,
  .growth-money__offers,
  .growth-money__steps,
  .growth-money__faq,
  .growth-money__related {
    margin-top: 30px;
    padding-top: 24px;
  }

  .growth-money__section-head {
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 13px;
  }

  .growth-money__section-head h2,
  .growth-money__steps h2,
  .growth-money__faq h2,
  .growth-money__related h2,
  .growth-money__calculator h2 {
    font-size: 24px;
  }

  .growth-money__section-head > a,
  .growth-money__reset {
    margin-top: 3px;
    font-size: 12px;
  }

  .growth-money__chips {
    gap: 6px;
  }

  .growth-money__chip {
    min-height: 42px;
    padding: 0 11px;
    font-size: 12px;
  }

  .growth-money__calculator-box {
    padding: 13px;
  }

  .growth-money__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .growth-money__offer {
    border-radius: 10px;
  }

  .growth-money__offer-body {
    padding: 9px;
  }

  .growth-money__offer h3 {
    min-height: 35px;
    font-size: 12px;
  }

  .growth-money__offer-meta {
    gap: 4px;
    margin-top: 7px;
  }

  .growth-money__offer-meta span {
    padding: 3px 5px;
    font-size: 9px;
  }

  .growth-money__offer-bottom {
    margin-top: 10px;
  }

  .growth-money__offer-bottom strong {
    font-size: 14px;
  }

  .growth-money__offer-bottom > span {
    font-size: 10px;
  }

  .growth-money__steps-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 14px;
  }

  .growth-money__related-links {
    gap: 7px;
  }

  .growth-money__related-links a {
    min-height: 48px;
    padding: 9px 11px;
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  .growth-money__section-head {
    flex-direction: column;
  }

  .growth-money__facts {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .growth-money__fact,
  .growth-money__fact:first-child {
    padding: 0;
  }

  .growth-money__fact + .growth-money__fact {
    padding-top: 9px;
    border-top: 1px solid var(--gm-border);
    border-left: 0;
  }
}
