:root {
  color-scheme: light;
}

.smallbiz-hero {
  background: var(--green-900);
  color: #ffffff;
  padding: 120px 0 96px;
  position: relative;
  overflow: hidden;
}

.smallbiz-hero .container {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 900px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.smallbiz-hero h1,
.smallbiz-hero h2,
.smallbiz-hero p {
  color: #ffffff;
}

.smallbiz-hero p {
  color: rgba(255, 255, 255, 0.88);
}

.hero-cta {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.btn-secondary {
  background: transparent;
  color: var(--green-800);
  border: 1px solid rgba(0, 104, 71, 0.3);
  transition: all 0.2s ease;
}

.btn-secondary:hover {
  background: var(--green-50);
  border-color: var(--green-600);
  text-decoration: none;
}

.smallbiz-hero .btn-secondary,
.cta-section .btn-secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.5);
  background: transparent;
}

.smallbiz-hero .btn-secondary:hover,
.cta-section .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.8);
}

.section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 48px;
}

.section-header p {
  margin-bottom: 0;
}

.section-cream {
  background: var(--surface-cream);
}

.section-white {
  background: #ffffff;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.card {
  background: #ffffff;
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.card h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.pill-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.pill {
  background: var(--green-50);
  border: 1px solid rgba(0, 104, 71, 0.14);
  border-radius: var(--radius);
  padding: 18px;
  text-align: center;
  font-weight: 600;
  color: var(--green-800);
}

.split-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
}

.list-card {
  background: #ffffff;
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow-sm);
}

.list-card h3 {
  margin-bottom: 16px;
}

.list-card ul {
  display: grid;
  gap: 12px;
}

.list-card li {
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--surface-cream);
  border: 1px solid rgba(0, 0, 0, 0.04);
  font-weight: 600;
  color: var(--ink);
}

.screenshot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.screenshot-card {
  background: #ffffff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}

.screenshot-card img {
  width: 100%;
  height: auto;
  display: block;
}

.screenshot-card figcaption {
  padding: 18px 20px;
  font-weight: 600;
  color: var(--ink);
  background: #ffffff;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.comparison-table th,
.comparison-table td {
  padding: 18px 20px;
  text-align: left;
}

.comparison-table thead th {
  background: var(--green-800);
  color: #ffffff;
  font-size: 1.05rem;
}

.comparison-table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.comparison-table tbody tr:last-child {
  border-bottom: none;
}

.founder-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  align-items: center;
}

.founder-photo {
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.founder-card {
  background: var(--surface-cream);
  border-radius: var(--radius);
  padding: 28px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: var(--shadow-sm);
}

.founder-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.founder-list li {
  font-weight: 600;
  color: var(--ink);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.pricing-card {
  border-radius: var(--radius);
  background: #ffffff;
  padding: 28px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pricing-card.featured {
  border: 2px solid var(--green-500);
  box-shadow: 0 10px 26px rgba(42, 157, 110, 0.15);
}

.pricing-name {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--ink);
}

    .pricing-price {
      font-size: 2.2rem;
      font-family: 'DM Serif Display', serif;
      color: var(--green-800);
    }

    .pricing-price-annual {
      font-size: 1.2rem;
      font-weight: 700;
      color: var(--green-700);
      margin-top: -8px;
      margin-bottom: 8px;
    }

    .pricing-period {  font-size: 1rem;
  color: var(--ink-muted);
}

.pricing-features {
  display: grid;
  gap: 8px;
  color: var(--ink-light);
}

    /* Feature Showcase Styles (like homepage) */
    .feature-detail {
      padding: 4rem 0;
    }
    
    .feature-detail:nth-child(even) {
      background: var(--surface-cream);
    }
    
    .feature-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 4rem;
      align-items: center;
    }
    
    .feature-layout.reverse {
      direction: rtl;
    }
    
    .feature-layout.reverse > * {
      direction: ltr;
    }
    
    .feature-text h3 {
      margin-bottom: 1.5rem;
      color: var(--green-800);
      font-size: 2rem;
    }
    
    .feature-text p {
      margin-bottom: 1.5rem;
      font-size: 1.15rem;
      line-height: 1.6;
    }
    
    .feature-image img {
      width: 100%;
      height: auto;
      border-radius: var(--radius);
      box-shadow: var(--shadow-lg);
      border: 1px solid rgba(0, 0, 0, 0.05);
    }

    @media (max-width: 768px) {
      .feature-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
      }
      
      .feature-layout.reverse {
        direction: ltr;
      }
    }

    .pricing-cta {
      display: grid;
      gap: 12px;
      margin-top: auto;
    }

    /* Add-on Styles */
    .addon-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 24px;
      max-width: 900px;
      margin: 0 auto;
    }

    .addon-card {
      background: #ffffff;
      border-radius: var(--radius);
      padding: 28px;
      border: 1px solid rgba(0, 0, 0, 0.06);
      box-shadow: var(--shadow-sm);
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .addon-header {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      flex-wrap: wrap;
      gap: 8px;
    }

    .addon-price {
      font-size: 1.25rem;
      font-weight: 700;
      color: var(--green-800);
    }

    .addon-period {
      font-size: 0.9rem;
      color: var(--ink-muted);
      font-weight: 400;
    }

    .badge {  display: inline-flex;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  background: var(--green-100);
  color: var(--green-800);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.cta-section .btn {
  min-width: 180px;
}

@media (max-width: 768px) {
  .smallbiz-hero {
    padding: 96px 0 72px;
  }

  .hero-cta {
    flex-direction: column;
  }
}
