/* /new-business startup-team landing page.
 * Shared navigation, process, testimonials, FAQ, and deal primitives are
 * loaded separately; every rule here is scoped to this page.
 */

.new-business-page {
  --startup-ink: #11110f;
  --startup-lime: #a9d01e;
  --startup-orange: #e8622a;
  --startup-paper: #f5f2eb;
  --startup-line: #d8d0c5;
}

.new-business-page .new-business-hero {
  background:
    linear-gradient(90deg, rgba(9, 3, 2, 0.98) 0%, rgba(18, 19, 14, 0.96) 62%, rgba(24, 34, 20, 0.94) 100%);
  text-align: left;
  padding: 92px 48px 88px;
}

.new-business-page .new-business-hero::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -70px;
  top: 40px;
  border: 1px solid rgba(169, 208, 30, 0.28);
  box-shadow: 0 0 0 22px rgba(169, 208, 30, 0.04), 0 0 0 44px rgba(169, 208, 30, 0.025);
  transform: rotate(14deg);
  pointer-events: none;
}

.new-business-page .new-business-hero::after {
  background:
    linear-gradient(135deg, transparent 0 70%, rgba(232, 98, 42, 0.14) 70% 70.5%, transparent 70.5%),
    radial-gradient(circle at 72% 28%, rgba(169, 208, 30, 0.2) 0%, transparent 44%);
}

.new-business-page .new-business-hero .rush-hero-inner {
  max-width: 1120px;
}

.new-business-page .new-business-hero .rush-headline {
  max-width: 700px;
  font-size: clamp(48px, 7vw, 82px);
  letter-spacing: -0.035em;
}

.new-business-page .new-business-hero .rush-hero-sub {
  max-width: 680px;
  font-size: 19px;
  font-weight: 400;
}

.new-business-page .new-business-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.new-business-page .new-business-hero-badges .rush-rating-badge {
  margin-bottom: 0;
}

.new-business-page .new-business-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 24px;
}

.new-business-page .new-business-hero .rush-cta-primary {
  margin: 0;
}

.new-business-page .new-business-external-cta,
.new-business-page .new-business-final-external {
  color: rgba(255, 255, 255, 0.84);
  font: 600 14px/1.4 'Muli', system-ui, sans-serif;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.new-business-page .new-business-external-cta:hover,
.new-business-page .new-business-final-external:hover {
  color: var(--startup-lime);
}

.new-business-page .new-business-hero .deal-hero-secondary {
  text-align: left;
  margin-top: 20px;
}

.new-business-page .new-business-offer {
  background: var(--startup-paper);
  border-bottom: 1px solid var(--startup-line);
  padding: 64px 48px 68px;
}

.new-business-page .new-business-offer-inner {
  max-width: 1120px;
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 56px;
  align-items: center;
}

.new-business-page .new-business-kicker {
  display: block;
  color: var(--startup-orange);
  font: 700 12px/1.2 'Figtree', system-ui, sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.new-business-page .new-business-offer h2 {
  color: var(--startup-ink);
  font: 800 42px/1.05 'Barlow', sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}

.new-business-page .new-business-offer p {
  max-width: 720px;
  color: #4a4742;
  font: 16px/1.65 'Muli', system-ui, sans-serif;
  margin: 0;
}

.new-business-page .new-business-offer-price {
  background: var(--startup-ink);
  border-top: 5px solid var(--startup-lime);
  color: #fff;
  padding: 26px 24px 24px;
  text-align: center;
  transform: rotate(1.5deg);
  box-shadow: 12px 12px 0 rgba(232, 98, 42, 0.16);
}

.new-business-page .new-business-offer-price strong {
  display: block;
  color: var(--startup-lime);
  font: 800 68px/0.9 'Barlow', sans-serif;
}

.new-business-page .new-business-offer-price span {
  display: block;
  margin-top: 14px;
  font: 700 13px/1.45 'Figtree', system-ui, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.new-business-page .new-business-offer-actions {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 26px;
}

.new-business-page .new-business-primary-cta {
  background: var(--startup-ink);
  color: #fff;
  padding: 16px 28px;
}

.new-business-page .new-business-primary-cta:hover {
  background: #3b3532;
}

.new-business-page .new-business-secondary-cta {
  color: var(--startup-ink);
  font: 700 14px/1.4 'Muli', system-ui, sans-serif;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.new-business-page .new-business-secondary-cta:hover {
  color: var(--startup-orange);
}

.new-business-page .new-business-trust {
  max-width: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #fff;
}

.new-business-page .new-business-trust .rush-bullet {
  border-left-color: var(--startup-orange);
  border-radius: 0;
}

.new-business-page .new-business-use-cases {
  background: var(--startup-paper);
  padding: 78px 48px 84px;
  border-bottom: 1px solid var(--startup-line);
}

.new-business-page .new-business-section-intro {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.new-business-page .new-business-section-intro .deal-section-heading {
  margin-bottom: 18px;
}

.new-business-page .new-business-section-intro > p {
  color: #4a4742;
  font: 16px/1.65 'Muli', system-ui, sans-serif;
  margin: 0;
}

.new-business-page .new-business-use-case-grid {
  max-width: 1120px;
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.new-business-page .new-business-use-case {
  min-width: 0;
  border-top: 4px solid var(--startup-lime);
  background: #fff;
  padding: 24px 20px 26px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.new-business-page .new-business-use-case:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(9, 3, 2, 0.08);
}

.new-business-page .new-business-use-case > span {
  display: block;
  color: var(--startup-orange);
  font: 800 13px 'Barlow', sans-serif;
  letter-spacing: 0.12em;
  margin-bottom: 24px;
}

.new-business-page .new-business-use-case h3 {
  color: var(--startup-ink);
  font: 700 19px/1.2 'Figtree', system-ui, sans-serif;
  margin: 0 0 10px;
}

.new-business-page .new-business-use-case p {
  color: #4a4742;
  font: 14px/1.55 'Muli', system-ui, sans-serif;
  margin: 0;
}

.new-business-page .new-business-process {
  background: #fff;
}

.new-business-page .new-business-testimonials {
  background: #ece8df;
}

.new-business-page .new-business-faq {
  max-width: 960px;
}

.new-business-page .new-business-faq .faq-item {
  border-left-color: var(--startup-lime);
}

.new-business-page .new-business-faq .faq-question::after {
  color: var(--startup-orange);
}

.new-business-page .new-business-final-cta {
  background: var(--startup-ink);
}

.new-business-page .new-business-final-cta::before {
  background:
    linear-gradient(120deg, transparent 0 70%, rgba(169, 208, 30, 0.16) 70% 70.5%, transparent 70.5%),
    radial-gradient(circle at 78% 45%, rgba(232, 98, 42, 0.18) 0%, transparent 52%);
}

.new-business-page .new-business-final-actions {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 28px;
}

.new-business-page .new-business-final-actions .deal-cta-primary {
  margin-bottom: 0;
}

.new-business-page .new-business-see-work {
  position: relative;
  z-index: 1;
  font: 14px/1.4 'Muli', system-ui, sans-serif;
}

.new-business-page .new-business-see-work a {
  color: var(--startup-lime);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.new-business-page .new-business-see-work a:hover {
  color: #fff;
}

.new-business-page a:focus-visible,
.new-business-page summary:focus-visible,
.new-business-page button:focus-visible {
  outline: 3px solid var(--startup-orange);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .new-business-page .new-business-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .new-business-page .new-business-use-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .new-business-page .new-business-hero,
  .new-business-page .new-business-offer,
  .new-business-page .new-business-use-cases {
    padding-left: 24px;
    padding-right: 24px;
  }

  .new-business-page .new-business-hero {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .new-business-page .new-business-hero::before {
    width: 220px;
    height: 220px;
    right: -100px;
    top: 180px;
  }

  .new-business-page .new-business-hero-actions,
  .new-business-page .new-business-final-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .new-business-page .new-business-external-cta,
  .new-business-page .new-business-final-external {
    text-align: left;
  }

  .new-business-page .new-business-offer-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .new-business-page .new-business-offer h2 {
    font-size: 34px;
  }

  .new-business-page .new-business-offer-price {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }

  .new-business-page .new-business-hero .rush-cta-primary,
  .new-business-page .new-business-primary-cta,
  .new-business-page .new-business-final-actions .deal-cta-primary {
    width: 100%;
    max-width: none;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .new-business-page .new-business-trust,
  .new-business-page .new-business-use-case-grid {
    grid-template-columns: 1fr;
  }

  .new-business-page .new-business-hero .rush-headline {
    font-size: 43px;
  }

  .new-business-page .new-business-hero .rush-hero-sub {
    font-size: 17px;
  }

  .new-business-page .new-business-offer-actions {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }

  .new-business-page .new-business-secondary-cta {
    display: block;
  }
}
