.features-farmtab-page .navbar {
  background: #fff;
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.features-farmtab-page .nav-links a {
  margin: 0 15px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.features-farmtab-page .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 0px;
}


/* Hero */
.features-farmtab-page .hero {
  text-align: center;
  padding: 60px 20px;
  background: #f6f7f5;
}

.features-farmtab-page .hero h1 {
  font-size: 28px;
  margin-bottom: 10px;
}

.features-farmtab-page .hero p {
  margin-bottom: 30px;
  font-size: 18px;
}

.features-farmtab-page .hero-img {
  max-width: 800px;
  width: 100%;
  border-radius: 12px;
  background-color: white;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

/* Features */
.features-farmtab-page .features {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 60px 20px;
  background: #f6f7f5;
  flex-wrap: wrap;
}

/* Section wrapper */
.features-farmtab-page .features {
  padding: 60px 20px;
  background: #f6f7f5;
}

/* THIS is the correct flex container */
.features-farmtab-page .features-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap; /* allows stacking on smaller screens */
}

/* Individual feature cards */
.features-farmtab-page .feature {
  max-width: 300px;
  text-align: center;
  flex: 1 1 300px; /* responsive sizing */
}

/* Delivery */
.features-farmtab-page .delivery {
  padding: 60px 20px;
  background: #ffffff;
  text-align: center;
}

.features-farmtab-page .delivery-content {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}

.features-farmtab-page .delivery-text {
  width: 100%;
  display:block;
  text-align: center;
}

/* Payments */
.features-farmtab-page .payments {
  padding: 60px 20px;
  text-align: center;
  background: #f6f7f5;
}

.features-farmtab-page .payment-options {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 60px;
  flex-wrap: wrap;
}

.features-farmtab-page .payment-options div.checkout-image {
  width: 500px;
  max-width: 100%;
  border-radius: 12px;
  background-color: white;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

.features-farmtab-page .payment-options div.checkout-description {
  width: 600px;
  max-width: 100%;
}

/* Review */
.features-farmtab-page .review {
  padding: 20px;
  padding-bottom: 60px;
  text-align: center;
  background: #f6f7f5;
}

.features-farmtab-page .review-img {
  width: 800px;
  max-width: 100%;
  margin: 40px 0;
  border-radius: 12px;
  background-color: white;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

.features-farmtab-page .mobile-img {
  max-width: 150px;
  width:100%;
  border-radius: 12px;
  display: block;
  margin: auto;
}

/* Contact */
.features-farmtab-page .contact {
  padding: 60px 20px;
  text-align: center;
  background: #ffffff;
}

.features-farmtab-page .contact-form {
  max-width: 600px;
  margin: 30px auto 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.features-farmtab-page .contact-form input {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.features-farmtab-page .contact-form button {
  padding: 14px;
  border: none;
  background: #2e7d32;
  color: white;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
}

.features-farmtab-page .contact-form button:hover {
  background: #256628;
}

/* Pricing */
.features-farmtab-page .pricing {
  padding: 40px 20px;
  text-align: center;
  background: #f6f7f5;
  font-size: 14px;
  color: #555;
}

/* TOP NAV */
.features-farmtab-page .navbar {
    display: flex;
    justify-content: center;
    gap: 45px;
    row-gap: 12px;
    padding: 25px 0;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

.features-farmtab-page .navbar a {
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    border: 1px solid #cbd5f5;
    background: #f8fafc;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.features-farmtab-page .navbar a:hover {
   background: #e5f0e8;
   border-color: #2f6f3e;
}

.features-farmtab-page .payment-options-list {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    font-weight: 700;
}


.features-farmtab-page .csa-images {
  margin-top: 3rem;
  position: relative;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.features-farmtab-page .csa-image-left {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

.features-farmtab-page .csa-image-right {
  width: 85%;
  margin-top: -120px;
  margin-left: auto;
  border-radius: 12px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}


.features-farmtab-page .state-logo-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

.features-farmtab-page .state-logos {
  max-height: 75px;
  width: auto;
}

/*
.features-farmtab-page .container {
    text-align:center;
}
*/

.features-farmtab-page .available-products-section {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

.features-farmtab-page .form-signup {
  padding: 60px 20px;
  background: #f6f7f5;
}

.features-farmtab-page .section-title {
  text-align:center;
}

.features-farmtab-page .section-description {
  text-align:center;
}

.features-farmtab-page .checkout-description ul {
    list-style: none;
    padding-left: 0;
}

.features-farmtab-page .checkout-description ul li {
    margin-bottom: 15px;
}

.features-farmtab-page .price {
    display: none;
}

.features-farmtab-page .faq-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.features-farmtab-page .faq-columns {
  display: grid;
  gap: 2rem;
  margin-top: 2.5rem;
}

.features-farmtab-page .faq-column details {
  background: #f9fafb;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

.features-farmtab-page .faq-column summary {
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.features-farmtab-page .faq-column summary::-webkit-details-marker {
  display: none;
}

.faq-column details[open] {
  background: #eef3ef;
}

.features-farmtab-page .faq-column ul {
  padding-left: 1.25rem;
  margin-top: 0.75rem;
}

.features-farmtab-page .faq-column li {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .features-farmtab-page .join-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .features-farmtab-page .faq-columns {
    grid-template-columns: 1fr 1fr;
  }
}