.features-farmtab-page .navbar {
  background: #fff;
  padding: 1rem 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: 2rem 1rem;
  background: #f5f7f2;
}

.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;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}

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

/* Section wrapper */
.features-farmtab-page .features {
  padding: 60px 20px;
  background: #f5f7f2;
  border-bottom: solid 1px #e5e5e5;
}

/* 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: 2rem 1rem;
  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: 2rem 1rem;
  text-align: center;
  background: #f5f7f2;
  border-top: solid 1px #e5e5e5;
}

.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;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}

.features-farmtab-page .payment-options div.checkout-image img {
  border-radius: 12px;
}

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

/* Review */
.features-farmtab-page .review {
  padding: 1rem;
  text-align: center;
  background: #f5f7f2;
  border-bottom: solid 1px #e5e5e5;
}

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

.csa-learn-more {
  background-color: #2f6f3e;
  padding: .5rem 1rem;
  border-radius: 5px;
  color: white;
  font-weight: 600;
}

@media (max-width: 640px) {
  .csa-learn-more {
    padding: .45rem .9rem;
    font-size: 0.85rem;
  }
}

.csa-learn-more:hover {
  text-decoration: underline;
}

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

/* ── Sign-Up Section: join-grid ── */
.join-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 2.5rem;
}

/* ── join-left: Form side ── */
.join-left {
  background: #ffffff;
  border-radius: 16px;
  padding: 2rem 2.25rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}

.join-left .section-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #1a2e1c;
  margin-bottom: 0.4rem;
  letter-spacing: -0.02em;
  text-align: left;
}

.join-left .section-description {
  font-size: 0.95rem;
  color: #5a7060;
  margin-bottom: 1.5rem;
  text-align: left;
}

/* ── join-right: Features & Pricing side ── */
.join-right {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.join-right h3 {
  font-size: 0.95rem;
  font-weight: 800;
  margin: 0 0 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #d4edda;
}

/* Features: wrapping pill tags */
.join-right ul:not(.pricing-list) {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.join-right ul:not(.pricing-list) li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #cbd5f5;
  background-color: #f8fafc;
  border-radius: 999px;
  padding: 5px 14px;
  font-size: .95rem;
  line-height: 1.4;
}

.join-right ul:not(.pricing-list) li::before {
  content: "✓";
  color: #2e7d32;
  font-weight: 800;
  font-size: 0.75rem;
  flex-shrink: 0;
}

/* Pricing: horizontal card row */
.join-right .pricing-block {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

.join-right .pricing-block ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Hide the label <li>s — labels move into card structure via CSS */
.join-right .pricing-block ul li[style*="font-weight: 600"] {
  display: none;
}

.join-right .pricing-block ul li:not([style*="font-weight: 600"]) {
  all: unset;
  display: flex;
  flex-direction: column;
  background: #f8fafc;
  border: 1px solid #cbd5f5;
  border-radius: 12px;
  padding: 14px 18px;
  min-width: 150px;
  flex: 1;
}

/* Label the cards with CSS counters / data attributes */
.join-right .pricing-block ul li:nth-of-type(2)::before {
  content: "Service fee";
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #6b7280;
  margin-bottom: 4px;
}

.join-right .pricing-block ul li:nth-of-type(4)::before {
  content: "Delivery fee";
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #6b7280;
  margin-bottom: 4px;
}

.join-right .pricing-block ul li:nth-of-type(2) span,
.join-right .pricing-block ul li:nth-of-type(4) span,
.join-right .pricing-block ul li:not([style*="font-weight: 600"]) {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a2e1c;
}

.join-right .fine-print {
  font-size: 0.75rem;
  color: #6a9a6e;
  margin-top: 0.5rem;
  line-height: 1.5;
  font-style: italic;
}

/* Contact */
.features-farmtab-page .contact {
  padding: 2rem 1rem;
  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: #f5f7f2;
  font-size: 14px;
  color: #555;
}

/* TOP NAV */
.features-farmtab-page .navbar {
    display: flex;
    justify-content: center;
    gap: 45px;
    row-gap: 12px;
    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;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}

.features-farmtab-page .csa-image-right {
  width: 85%;
  margin-top: -120px;
  margin-left: auto;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 0px 5px rgba(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: 2rem 1rem;
  background: #f5f7f2;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
}

.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;
    border: 1px solid #cbd5f5;
    background-color: #f8fafc;
    border-radius: 25px;
    padding: .5rem;
    font-size: .95rem;
}

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

.features-farmtab-page .faq-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.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;
  border: 1px solid #cbd5f5;
}

.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,
  .join-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

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