/* Expand Existing Business service page
   Source of truth for /expand-existing-business/.
   Loaded by _includes/page-css.html from pages/expand-existing-business.md
   together with faq-styles.css. Do not duplicate these rules in service-landing.css. */

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

.expand-existing-business-page {
  background: #f8fafc;
}

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

/* Conversion primitives — this file does not require landing-page.css */
.expand-existing-business-page .problem-card {
  padding: 20px;
  background: #fef2f2;
  border-left: 4px solid #ef4444;
  border-radius: 8px;
  text-align: center;
}

.expand-existing-business-page .problem-card .problem-icon {
  font-size: 2.5em;
  margin-bottom: 15px;
}

.expand-existing-business-page .problem-card h3 {
  font-size: 1.4em;
  color: #991b1b;
  margin-bottom: 15px;
}

.expand-existing-business-page .problem-card p {
  color: #7f1d1d;
  line-height: 1.6;
  margin: 0;
}

.expand-existing-business-page .step-card {
  padding: 20px;
  background: #f9fafb;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  text-align: center;
  position: relative;
}

.expand-existing-business-page .step-card.featured {
  background: #eff6ff;
  border-color: #2563eb;
}

.expand-existing-business-page .step-number {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #0063A0;
  color: white;
  border-radius: 50%;
  line-height: 45px;
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 15px;
}

.expand-existing-business-page .step-card.featured .step-number {
  background: #2563eb;
}

.expand-existing-business-page .step-card h3 {
  font-size: 1.4em;
  color: #1e293b;
  margin-bottom: 15px;
}

.expand-existing-business-page .step-card p {
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

.expand-existing-business-page .pricing-card-landing {
  padding: 15px 12px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.expand-existing-business-page .pricing-card-landing.featured {
  border-color: #0063A0;
  box-shadow: 0 8px 25px rgba(0, 99, 160, 0.3);
}

.expand-existing-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;
}

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

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

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

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

.expand-existing-business-page .pricing-card-landing ul li {
  padding: 5px 0;
  color: #475569;
  border-bottom: 1px solid #e5e7eb;
  font-size: 0.9em;
  line-height: 1.4;
}

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

.expand-existing-business-page .pricing-card-landing ul li::before {
  content: "✓ ";
  color: #629E2D;
  font-weight: 700;
  margin-right: 10px;
}

.expand-existing-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;
}

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

.eeb-hero {
  background: linear-gradient(135deg, #0063A0 0%, #004070 100%);
  color: #fff;
  padding: 3rem 1.5rem 3.5rem;
  text-align: center;
}

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

.eeb-hero h1 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1rem;
  color: #fff;
}

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

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

.eeb-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;
}

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

.eeb-conversion-inner {
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.1);
  border: 1px solid #e2e8f0;
  overflow: hidden;
}

.eeb-block {
  padding: 2rem 2rem 2.25rem;
}

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

.eeb-block-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

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

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

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

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

.expand-existing-business-page .eeb-pricing-grid .pricing-card-landing.featured {
  transform: none;
}

.expand-existing-business-page .eeb-pricing-grid .pricing-cta {
  margin-bottom: 0;
}

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

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

.eeb-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;
}

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

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

.eeb-form-panel.is-collapsed {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

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

.eeb-form-wrap iframe {
  display: block;
  border-radius: 12px;
}

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

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

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

.expand-existing-business-page .eeb-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

.expand-existing-business-page .eeb-section h2 {
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #0f172a;
  margin: 0 0 0.75rem;
  border: none !important;
  padding: 0 !important;
}

.eeb-section-lead,
.expand-existing-business-page .section-subheadline {
  text-align: center;
  color: #64748b;
  font-size: 1.0625rem;
  line-height: 1.6;
  max-width: 640px;
  margin: 0 auto 1.75rem;
}

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

.expand-existing-business-page .problem-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

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

.expand-existing-business-page .steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

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

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

.eeb-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.eeb-audience-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
}

.eeb-audience-icon {
  font-size: 2rem;
  display: block;
  margin-bottom: 0.75rem;
}

.eeb-audience-card h3 {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #0f172a;
  margin: 0 0 0.5rem;
}

.eeb-audience-card p {
  font-size: 0.9375rem;
  color: #64748b;
  line-height: 1.55;
  margin: 0;
}

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

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

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

.eeb-includes-list li::before {
  content: "✓ ";
  color: #629E2D;
  font-weight: 700;
}

.expand-existing-business-page .faq-section {
  background: #fff;
  border-top: 1px solid #e2e8f0;
  padding-bottom: 4rem;
}

.expand-existing-business-page .faq-section h2 {
  margin-bottom: 1.5rem;
}

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

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

@media (max-width: 768px) {
  .eeb-hero {
    padding: 2.25rem 1rem 2.75rem;
  }

  .eeb-conversion {
    padding: 0 0.75rem 2rem;
    margin-top: -1rem;
  }

  .eeb-block {
    padding: 1.5rem 1rem 1.75rem;
  }

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

  .expand-existing-business-page .eeb-pricing-grid .pricing-card-landing {
    max-width: none;
  }

  .expand-existing-business-page .problem-grid {
    grid-template-columns: 1fr;
  }

  .expand-existing-business-page .steps-grid {
    grid-template-columns: 1fr;
  }

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

  .expand-existing-business-page .eeb-section {
    padding: 2.25rem 1rem;
  }
}
