/* ===== Business Page Specific Styles ===== */

.biz-hero {
  background:
    linear-gradient(to right, rgba(4,42,12,0.94) 0%, rgba(4,42,12,0.75) 45%, rgba(4,42,12,0.2) 100%),
    url('images/hero-business.png') center / cover no-repeat;
  position: relative;
  color: #fff;
  padding: 200px 0 220px;
}

.biz-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to bottom, transparent, #fff);
}

.biz-hero .container {
  position: relative;
  z-index: 1;
}

.biz-hero-text {
  max-width: 580px;
}

.biz-hero h1 {
  color: #fff;
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  font-weight: 700;
  line-height: 1.1;
}

.biz-hero .hero-subtitle {
  color: rgba(255, 255, 255, 0.65);
}

.biz-hero .hero-badge {
  background: rgba(47, 177, 71, 0.18);
  color: #7ae893;
  border: 1px solid rgba(47, 177, 71, 0.35);
}

/* Value Section */
.value-section {
  background: #fff;
  text-align: center;
}

.value-inner {
  max-width: 700px;
}

/* Features Section */
.features-section {
  background: #f8fdf9;
}

.features-inner {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.features-text {
  flex: 1.2;
}

.features-text h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  margin-bottom: 14px;
}

.features-text > p {
  color: #495057;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 24px;
}

.features-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  margin-bottom: 28px;
}

.features-list li {
  position: relative;
  padding-left: 26px;
  font-size: 0.93rem;
  color: #212529;
}

.features-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2fb147;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}

.features-visual {
  flex: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-highlight-card {
  background: linear-gradient(135deg, rgb(4, 42, 12), rgb(15, 80, 30));
  color: #fff;
  border-radius: 20px;
  padding: 48px 40px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(4, 42, 12, 0.25);
}

.fh-icon {
  font-size: 2rem;
  margin-bottom: 12px;
  color: #2fb147;
}

.fh-number {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}

.fh-label {
  font-size: 1rem;
  color: rgba(255,255,255,0.7);
  font-weight: 500;
}

/* Pricing Section */
.pricing-section {
  background: #fff;
}

.pricing-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
  max-width: 980px;
  align-items: start;
}

.pricing-card {
  background: #fff;
  border: 2px solid #e9ecef;
  border-radius: 20px;
  padding: 40px 32px;
  text-align: center;
  width: 100%;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
  position: relative;
}

.pricing-card-featured {
  border-color: #2fb147;
  box-shadow: 0 16px 50px rgba(47, 177, 71, 0.15);
  transform: translateY(-8px);
}

.pricing-popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #2fb147;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 20px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.pricing-tier-label {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #2fb147;
  margin-bottom: 16px;
}

.pricing-commission {
  display: inline-block;
  background: rgba(47, 177, 71, 0.1);
  color: #1a7a30;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.pricing-contact-label {
  font-size: 2rem !important;
}

.btn-outline-green {
  background: transparent;
  border: 2px solid #2fb147;
  color: #2fb147;
  font-weight: 600;
}

.btn-outline-green:hover {
  background: #2fb147;
  color: #fff;
}

.pricing-amount {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  margin-bottom: 4px;
}

.price-value {
  font-size: 3.5rem;
  font-weight: 700;
  color: #212529;
  line-height: 1;
}

.pricing-billing {
  font-size: 0.9rem;
  color: #495057;
  margin-bottom: 24px;
}

.pricing-divider {
  height: 1px;
  background: #e9ecef;
  margin: 0 0 24px;
}

.pricing-features {
  text-align: left;
  margin-bottom: 28px;
}

.pricing-features li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 0.93rem;
  color: #495057;
}

.pricing-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(47, 177, 71, 0.12);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%232fb147' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}

.btn-full {
  display: block;
  width: 100%;
  text-align: center;
}

/* Why Section */
.why-section {
  background: rgb(4, 42, 12);
  color: #fff;
}

.why-section .section-title {
  color: #fff;
}

.why-section .section-desc {
  color: rgba(255,255,255,0.75);
  max-width: 700px;
}

.why-section .why-points {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}

.why-point {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 20px;
  transition: background 0.2s ease;
}

.why-point:hover {
  background: rgba(255,255,255,0.1);
}

.why-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(47, 177, 71, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2fb147;
}

.why-point p {
  font-size: 0.93rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
}

.why-cta {
  text-align: center;
  margin-top: 36px;
}

/* Benefits Section */
.benefits-section {
  background: #f8f9fa;
}

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

.benefit-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 14px;
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.benefit-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(47, 177, 71, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.benefit-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #212529;
}

.benefit-card p {
  font-size: 0.93rem;
  color: #495057;
  line-height: 1.6;
}

/* Get Started CTA - inherits from style.css */

/* ===== Opportunity Section ===== */
.opportunity-section {
  background: #fff;
  padding: 60px 0;
}

.opportunity-wrapper {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.opportunity-badge {
  display: inline-block;
  background: rgba(47, 177, 71, 0.1);
  color: #2fb147;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 8px 24px;
  border-radius: 24px;
  margin-bottom: 36px;
}

.opportunity-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.opportunity-card {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  padding: 32px 28px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.opportunity-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.07);
}

.opportunity-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(47, 177, 71, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.opportunity-card h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 8px;
}

.opportunity-card p {
  font-size: 0.93rem;
  color: #495057;
  line-height: 1.6;
}

/* ===== Revenue Section ===== */
.revenue-section {
  background: #f8f9fa;
  padding: 60px 0;
}

.revenue-wrapper {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.revenue-formula {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 40px 0 36px;
  padding: 36px 24px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e9ecef;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}

.revenue-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.revenue-number {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 700;
  color: #212529;
}

.revenue-number-result {
  color: #2fb147;
}

.revenue-item-result {
  padding: 12px 24px;
  background: rgba(47, 177, 71, 0.06);
  border-radius: 12px;
}

.revenue-label {
  font-size: 0.8rem;
  color: #495057;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.revenue-operator {
  font-size: 1.8rem;
  font-weight: 300;
  color: #adb5bd;
  padding: 0 4px;
}

.revenue-notes {
  max-width: 680px;
  margin: 0 auto;
}

.revenue-note-scale {
  font-size: 1rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 8px;
}

.revenue-note-track {
  font-size: 0.9rem;
  color: #6c757d;
  font-style: italic;
}

/* ===== Action Plan Section ===== */
.action-section {
  background: #fff;
  padding: 60px 0;
}

.action-wrapper {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.action-subtitle {
  font-size: 0.95rem;
  font-weight: 600;
  color: #2fb147;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 36px;
  margin-top: -20px;
}

.action-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
}

.action-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  max-width: 200px;
  position: relative;
}

.action-step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2fb147, #25a03d);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  box-shadow: 0 4px 12px rgba(47, 177, 71, 0.3);
}

.action-step-icon {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: rgba(47, 177, 71, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.action-step h3 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 6px;
}

.action-step p {
  font-size: 0.88rem;
  color: #495057;
  line-height: 1.5;
}

.action-step-connector {
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #2fb147, #adb5bd);
  border-radius: 1px;
  margin-top: 52px;
  flex-shrink: 0;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .features-inner {
    flex-direction: column;
    gap: 30px;
  }

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

  .features-visual {
    width: 100%;
  }

  .feature-highlight-card {
    width: 100%;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .pricing-card-featured {
    transform: translateY(0);
  }

  .pricing-card {
    padding: 36px 24px;
  }

  .why-points {
    grid-template-columns: 1fr;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  /* Opportunity responsive */
  .opportunity-grid {
    grid-template-columns: 1fr;
  }

  /* Revenue responsive */
  .revenue-formula {
    flex-direction: column;
    gap: 12px;
    padding: 28px 16px;
  }

  .revenue-operator {
    font-size: 1.4rem;
  }

  /* Action Plan responsive */
  .action-steps {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .action-step {
    max-width: 100%;
    width: 100%;
  }

  .action-step-connector {
    width: 2px;
    height: 30px;
    margin-top: 0;
  }

  /* CTA responsive */
  .cta-points {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}
