body {
  font-family: 'Segoe UI', sans-serif;
  background: linear-gradient(to right, #1e3c72, #2a5298);
  color: #fff;
  margin: 0;
  overflow-x: hidden; 
}

/* Pricing Section */
.pricing-section {
  background: linear-gradient(to bottom, #08001a, #060c2a);
  color: white;
  position: relative;
  padding: 150px 20px 200px;
}

.pricing-content {
  display: flex;
  flex-wrap: wrap; 
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  text-align: left;
}

.text-column {
  flex: 1 1 500px; 
  text-align: left;
}

.section-label {
  font-size: 1.25rem;
  color: #c0c0c0;
  margin-bottom: 0.5rem;
}

.main-heading {
  font-size: clamp(2.5rem, 6vw, 3.5rem);
  font-weight: bold;
  margin-bottom: 2.5rem;
  line-height: 1.2;
}

.description {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #d6d6d6;
  margin-bottom: 2rem;
}

.get-pricing-btn {
  display: inline-block;
  background-color: #ffc107;
  color: #000;
  padding: 12px 25px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s ease;
}

.get-pricing-btn:hover {
  background-color: #ffeb3b;
  transform: translateY(-2px);
}

.image-container {
  flex: 1 1 450px; 
  width: 100%;
  max-width: 450px;
  margin-top: 20px;
  display: flex; 
  justify-content: center;
}

.main-image {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

/* Award Banner */
.award-banner {
  margin-top: 50px;
  background-color: #0f1833;
  padding: 15px 25px;
  color: white;
  text-align: center;
  border-radius: 10px;
  font-size: 1rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.award-banner i {
  color: #e5ff7d;
}

/* FBA Prep Section */
.fba-prep-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  padding: 80px 20px;
  max-width: 1200px;
  margin: auto;
}

.fba-prep-section {
  flex: 1;
  min-width: 300px;
  text-align: left;
}

.prep-subtitle {
  font-size: 1rem;
  font-weight: 600;
  color: #cccccc;
  margin-bottom: 0.75rem;
}

.prep-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.prep-description {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #e0e0e0;
  margin-bottom: 2rem;
}

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

.feature-item {
  font-size: 1.1rem;
  display: flex;
  align-items: flex-start;
}

.feature-item::before {
  content: "✔";
  color: #4eaaff;
  font-weight: bold;
  margin-right: 12px;
  font-size: 1.2rem;
}

/* Pricing Form Box */
.form-box {
  flex: 1;
  min-width: 300px;
  background: #ffffff22;
  padding: 40px;
  border-radius: 12px;
  color: #ffffff;
}

.tab-buttons {
  display: flex;
  margin-bottom: 20px;
}

.tab-buttons button {
  flex: 1;
  padding: 12px;
  border: none;
  cursor: pointer;
  background: #ffffff33;
  color: #fff;
  font-weight: bold;
  border-radius: 8px 8px 0 0;
  transition: 0.3s;
}

.tab-buttons button.active {
  background: #ffffff;
  color: #2a5298;
}

.price-content {
  padding: 20px;
  background: #ffffff11;
  border-radius: 0 0 8px 8px;
  font-size: 1.1rem;
  line-height: 1.6;
}

/* AI Section */
.ai-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin: 80px auto 0 auto;
  padding: 40px 20px;
  gap: 80px;
}

.ai-left {
  flex: 1;
  min-width: 300px;
}

.label {
  text-transform: uppercase;
  font-size: 1rem;
  color: #6fc1ff;
  margin-bottom: 0.75rem;
}

.ai-left h1 {
  font-size: clamp(2.5rem, 6vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.desc {
  font-size: 1.25rem;
  line-height: 1.7;
  color: #cdd6e0;
  margin-bottom: 2rem;
}

.cta {
  color: #6fc1ff;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: color 0.3s;
}

.cta:hover {
  color: #a4d3ff;
}

.ai-right {
  flex: 1;
  min-width: 300px;
}

.ai-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ai-right li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  line-height: 1.6;
  font-size: 1.25rem;
}

.icon {
  color: #6fc1ff;
  background: rgba(111, 193, 255, 0.1);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-right: 14px;
  flex-shrink: 0;
}

/* Responsiveness */
@media (max-width: 1024px) {
  .pricing-content {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .pricing-section {
    padding-top: 100px;
  }
  .main-heading {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }
  .image-container {
    display: none; /* Hide the image on mobile */
  }
  .fba-prep-wrapper,
  .ai-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .fba-prep-section,
  .form-box,
  .ai-left,
  .ai-right {
    width: 100%;
    min-width: unset;
  }
  .fba-prep-wrapper {
    padding: 40px 10px;
  }
  .form-box {
    padding: 10px;
  }
  .prep-features {
    grid-template-columns: 1fr;
  }
  .ai-container {
    padding: 20px;
  }
  .ai-left h1 {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }
}