/* Start New Business service page
   Source of truth for /start-new-business/.
   Loaded by _includes/page-css.html from pages/start-new-business.md
   together with faq-styles.css. Do not duplicate these rules in service-landing.css. */

.measure:has(.start-new-business-page) {
  max-width: 100%;
}

.start-new-business-page {
  background: #f8fafc;
}

/* page-css is only loaded on this page; post-header sits outside .start-new-business-page */
.post-header {
  display: none !important;
}

/* Conversion primitives — this file does not require landing-page.css */
.start-new-business-page .problem-card {
  padding: 12px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  text-align: center;
}

.start-new-business-page .problem-card .problem-icon {
  width: 36px;
  height: 36px;
  margin: 0 auto 8px;
  background: #dc2626;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: inherit;
}

.start-new-business-page .problem-card .problem-icon img {
  width: 20px;
  height: 20px;
  display: block;
}

.start-new-business-page .problem-card h3 {
  font-size: 1.05em;
  color: #0f172a;
  margin: 0 0 4px;
}

.start-new-business-page .problem-card p {
  color: #475569;
  line-height: 1.45;
  font-size: 0.92em;
  margin: 0;
}

.start-new-business-page .step-card {
  padding: 12px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  text-align: center;
  position: relative;
}

.start-new-business-page .step-card.featured {
  background: #fff;
  border-color: #0063A0;
}

.start-new-business-page .step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #0063A0;
  color: white;
  border-radius: 8px;
  font-size: 1.05em;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1;
}

.start-new-business-page .step-card.featured .step-number {
  background: #0063A0;
}

.start-new-business-page .step-card h3 {
  font-size: 1.05em;
  color: #0f172a;
  margin: 0 0 4px;
}

.start-new-business-page .step-card p {
  color: #475569;
  line-height: 1.45;
  font-size: 0.92em;
  margin: 0;
}

.start-new-business-page .pricing-card-landing {
  padding: 12px 10px;
  background: white;
  border-radius: 8px;
  box-shadow: none;
  border: 1px solid #e2e8f0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.start-new-business-page .pricing-card-landing.featured {
  border-color: #0063A0;
  border-width: 2px;
  box-shadow: none;
}

.start-new-business-page .pricing-card-landing .pricing-badge {
  display: inline-block;
  background: #629E2D;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8em;
  margin-bottom: 10px;
}

.start-new-business-page .pricing-card-landing h3 {
  font-size: 1.3em;
  color: #1e293b;
  margin: 8px 0;
  font-weight: 600;
}

.start-new-business-page .pricing-card-landing .price {
  font-size: 1.6em;
  color: #0063A0;
  font-weight: 700;
  margin: 10px 0 3px;
}

.start-new-business-page .pricing-card-landing .price-note {
  font-size: 0.8em;
  color: #64748b;
  margin-bottom: 10px;
  line-height: 1.4;
}

.start-new-business-page .pricing-card-landing ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  text-align: left;
  width: 100%;
}

.start-new-business-page .pricing-card-landing ul li {
  padding: 4px 0;
  color: #475569;
  border-bottom: 1px solid #e5e7eb;
  font-size: 0.875em;
  line-height: 1.4;
}

.start-new-business-page .pricing-card-landing ul li:last-child {
  border-bottom: none;
}

.start-new-business-page .pricing-card-landing ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #629E2D;
  margin-right: 8px;
  vertical-align: middle;
}

.start-new-business-page .pricing-card-landing .pricing-cta {
  display: inline-block;
  background: #629E2D;
  color: white;
  padding: 8px 18px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 10px;
  transition: all 0.3s ease;
  font-size: 0.9em;
}

.start-new-business-page .pricing-card-landing .pricing-cta:hover {
  background: #4a7d1f;
  transform: none;
}


.snb-hero {
  background: linear-gradient(135deg, #0063A0 0%, #004070 100%);
  color: #fff;
  padding: 1.75rem 1.25rem 2rem;
  text-align: center;
}

.snb-hero-inner {
  max-width: 720px;
  margin: 0 auto;
}

.snb-hero h1 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.6rem;
  color: #fff;
}

.snb-hero-sub {
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 1rem;
  font-weight: 400;
}

.snb-trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 0.75rem;
}

.snb-trust-row span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #fff;
}

.snb-conversion {
  padding: 0 1.25rem 1.5rem;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}

.snb-conversion-inner {
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: none;
  border: 1px solid #e2e8f0;
  overflow: hidden;
}

.snb-block {
  padding: 1.25rem 1.25rem 1.35rem;
}

.snb-block + .snb-block {
  border-top: 1px solid #e2e8f0;
}

.snb-block-header {
  text-align: center;
  margin-bottom: 0.85rem;
}

.snb-block-header h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.5rem;
  border: none !important;
  padding: 0 !important;
}

.snb-block-header p {
  font-size: 1rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

.snb-pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 300px));
  gap: 12px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}

.start-new-business-page .snb-pricing-grid .pricing-card-landing {
  width: 100%;
  max-width: 300px;
  min-width: 0;
  height: auto;
  box-sizing: border-box;
}

.start-new-business-page .snb-pricing-grid .pricing-card-landing.featured {
  transform: none;
}

.start-new-business-page .snb-pricing-grid .pricing-cta {
  margin-bottom: 0;
}

.snb-learn-more {
  display: inline-block;
  margin-top: 10px;
  padding: 0;
  background: none;
  border: none;
  color: #0063A0;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.snb-learn-more:hover,
.snb-learn-more:focus-visible {
  color: #004f80;
  outline: none;
}

.snb-learn-more-panel {
  width: 100%;
  margin-top: 10px;
  padding: 12px 12px 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  text-align: left;
  box-sizing: border-box;
  max-height: min(55vh, 420px);
  overflow-y: auto;
}

.snb-learn-more-panel[hidden] {
  display: none !important;
}

.snb-learn-more-intro {
  margin: 0 0 8px;
  font-size: 0.8rem;
  line-height: 1.4;
  color: #64748b;
}

.snb-learn-facts {
  list-style: disc;
  margin: 0;
  padding: 0 0 0 1.1rem;
}

.snb-learn-facts li {
  margin: 0 0 0.55rem;
  padding: 0 !important;
  border: none !important;
  font-size: 0.8rem;
  line-height: 1.45;
  color: #334155;
  text-align: left;
}

.snb-learn-facts li::before {
  content: none !important;
  margin: 0 !important;
}

.snb-learn-facts a {
  color: #0063A0;
  font-weight: 500;
  text-decoration: none;
  display: inline;
}

.snb-learn-facts a:hover,
.snb-learn-facts a:focus-visible {
  text-decoration: underline;
}

.snb-expedite-note {
  width: 100%;
  margin: 8px 0 2px;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #64748b;
  text-align: left;
}

.snb-addons-note {
  text-align: center;
  font-size: 0.875rem;
  color: #64748b;
  margin: 0.75rem 0 0;
}

.snb-form-block {
  position: relative;
  scroll-margin-top: 96px;
}

.snb-form-toggle {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding: 14px 24px;
  background: #0063A0;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.snb-form-toggle:hover,
.snb-form-toggle:focus-visible {
  background: #004f80;
  outline: none;
}

.snb-form-panel {
  margin-top: 1.25rem;
}

/* Keep the iframe in the DOM (not display:none) so it can preload while collapsed. */
.snb-form-panel.is-collapsed {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.snb-form-wrap {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
}

.snb-form-wrap iframe {
  display: block;
  border-radius: 8px;
}

.snb-new-tab-link {
  text-align: center;
  margin: 1rem 0 0;
  font-size: 0.875rem;
}

.snb-new-tab-link a {
  color: #0063A0;
  font-weight: 600;
  text-decoration: none;
}

.snb-new-tab-link a:hover {
  text-decoration: underline;
}

.start-new-business-page .snb-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.5rem 1.25rem;
}

.start-new-business-page .snb-section h2 {
  text-align: center;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  color: #0f172a;
  margin: 0 0 0.4rem;
  border: none !important;
  padding: 0 !important;
}

.snb-section-lead,
.start-new-business-page .section-subheadline {
  text-align: center;
  color: #64748b;
  font-size: 0.98rem;
  line-height: 1.5;
  max-width: 640px;
  margin: 0 auto 0.85rem;
}

.start-new-business-page .problem-section {
  background: #fff;
  border-top: 1px solid #e2e8f0;
}

.start-new-business-page .problem-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.start-new-business-page .how-it-works-section {
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
}

.start-new-business-page .steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.snb-audience-section {
  background: #fff;
  border-top: 1px solid #e2e8f0;
}

.snb-section-inner {
  max-width: 960px;
  margin: 0 auto;
}

.snb-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 0.85rem;
}

.snb-audience-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 12px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.snb-audience-icon {
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 0 8px;
}

.snb-audience-card h3 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #0f172a;
  margin: 0 0 4px;
}

.snb-audience-card p {
  font-size: 0.92rem;
  color: #64748b;
  line-height: 1.45;
  margin: 0;
}

.snb-includes-section {
  background: linear-gradient(135deg, #eff6ff 0%, #f0fdf4 100%);
  border-top: 1px solid #e2e8f0;
}

.snb-includes-list {
  list-style: none;
  padding: 0;
  margin: 0.85rem auto 0;
  max-width: 640px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.snb-includes-list li {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 0.65rem 0.85rem;
  font-size: 0.92rem;
  color: #334155;
  margin: 0;
  line-height: 1.4;
}

.snb-includes-list li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #629E2D;
  margin-right: 8px;
  vertical-align: middle;
}

.start-new-business-page .faq-section {
  background: #fff;
  border-top: 1px solid #e2e8f0;
  padding-bottom: 2rem;
}

.start-new-business-page .faq-section h2 {
  margin-bottom: 0.85rem;
}

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

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

@media (max-width: 768px) {
  .snb-hero {
    padding: 1.35rem 1rem 1.6rem;
  }

  .snb-conversion {
    padding: 0 0.75rem 1.25rem;
    margin-top: -0.75rem;
  }

  .snb-block {
    padding: 1rem 0.85rem 1.1rem;
  }

  .snb-pricing-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin: 0 auto;
  }

  .start-new-business-page .snb-pricing-grid .pricing-card-landing {
    max-width: none;
  }

  .start-new-business-page .problem-grid {
    grid-template-columns: 1fr;
  }

  .start-new-business-page .steps-grid {
    grid-template-columns: 1fr;
  }

  .snb-includes-list {
    grid-template-columns: 1fr;
  }

  .start-new-business-page .snb-section {
    padding: 1.25rem 1rem;
  }
}
