/* ==========================================================================
   Custom Stylesheet for Sweet Valley Produce Inc.
   Separated from HTML files for clean modular architecture.
   ========================================================================== */

/* --------------------------------------------------------------------------
   Common / Utility Classes
   -------------------------------------------------------------------------- */
.cs-btn_white_bg {
  background: #ffffff !important;
}

.cs-floating_card_label {
  font-size: 11px;
  text-transform: uppercase;
  color: #78748c;
}

.cs-floating_card_val {
  font-size: 13px;
  font-weight: 700;
}

.cs-floating_card_subtext {
  color: #666;
  font-weight: normal;
}

.cs-section_subtitle_uppercase {
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.cs-google_map_iframe {
  border: 0;
}

/* CTA Animated Banner Custom Subtitles & Titles */
.cs-cta_subtitle_badge {
  color: #dfc4f5 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  margin-bottom: 12px !important;
  display: block !important;
}

.cs-cta_title_custom {
  color: #ffffff !important;
  max-width: 780px;
  margin: 0 auto 16px auto;
}

.cs-cta_desc_custom {
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  max-width: 680px;
  margin: 0 auto 32px auto;
  line-height: 1.6;
}

/* --------------------------------------------------------------------------
   Buyers Page Specific Styles
   -------------------------------------------------------------------------- */
.cs-buyers_hero_section {
  background: linear-gradient(180deg, #ffffff 0%, #f7f4fa 100%);
  padding: 110px 0 80px 0;
  position: relative;
  overflow: hidden;
}

.cs-buyers_hero_section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(92, 64, 132, 0.08) 0%, rgba(0, 0, 0, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

.cs-buyers_hero_section .cs-breadcrumb {
  display: flex;
  width: 100%;
  margin-bottom: 16px !important;
}

.cs-buyers_hero_badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f1edfa;
  border: 1px solid rgba(92, 64, 132, 0.15);
  padding: 8px 18px;
  border-radius: 30px;
  color: #5c4084;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.cs-buyers_hero_title {
  color: #001747 !important;
  font-family: 'Syne', sans-serif !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  margin-bottom: 20px;
}

.cs-buyers_hero_desc {
  color: #5e5b72;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 580px;
}

.cs-buyers_hero_pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 35px;
}

.cs-buyers_hero_pill {
  background: #ffffff;
  border: 1px solid rgba(92, 64, 132, 0.15);
  border-radius: 20px;
  padding: 6px 14px;
  color: #2c293e;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(92, 64, 132, 0.04);
}

.cs-buyers_hero_pill i {
  color: #3da066;
}

.cs-buyers_hero_img_container {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.cs-buyers_hero_img_container img {
  width: 100%;
  height: 720px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.cs-buyers_hero_img_container:hover img {
  transform: scale(1.03);
}

.cs-buyers_floating_card {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(92, 64, 132, 0.1);
}

.cs-buyers_floating_card_item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1e152a;
  font-weight: 700;
  font-size: 13px;
}

.cs-buyers_floating_card_item i {
  color: #5c4084;
  font-size: 18px;
}

/* --------------------------------------------------------------------------
   Farmers Page Specific Styles
   -------------------------------------------------------------------------- */
.cs-farmers_hero_section {
  background: linear-gradient(180deg, #ffffff 0%, #f7f4fa 100%);
  padding: 120px 0 90px 0;
  position: relative;
  overflow: hidden;
  color: #1e1b2e;
}

.cs-farmers_hero_section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(92, 64, 132, 0.08) 0%, rgba(0, 0, 0, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

.cs-farmers_hero_section .cs-breadcrumb {
  display: flex;
  width: 100%;
  margin-bottom: 16px !important;
}

.cs-farmers_hero_badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f1edfa;
  border: 1px solid rgba(92, 64, 132, 0.15);
  padding: 8px 18px;
  border-radius: 30px;
  color: #5c4084;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.cs-farmers_hero_title {
  color: #001747 !important;
  font-family: 'Syne', sans-serif !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  margin-bottom: 20px;
}

.cs-farmers_hero_desc {
  color: #5e5b72;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 580px;
}

.cs-farmers_hero_pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 35px;
}

.cs-farmers_hero_pill {
  background: #ffffff;
  border: 1px solid rgba(92, 64, 132, 0.15);
  border-radius: 20px;
  padding: 6px 14px;
  color: #2c293e;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(92, 64, 132, 0.04);
}

.cs-farmers_hero_pill i {
  color: #3da066;
}

.cs-farmers_hero_img_container {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.cs-farmers_hero_img_container img {
  width: 100%;
  height: 720px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.cs-farmers_hero_img_container:hover img {
  transform: scale(1.03);
}

.cs-farmers_floating_card {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(92, 64, 132, 0.1);
}

.cs-farmers_floating_card_item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1e152a;
  font-weight: 700;
  font-size: 13px;
}

.cs-farmers_floating_card_item i {
  color: #5c4084;
  font-size: 18px;
}

/* Process Flow Styles */
.cs-process_section {
  background: linear-gradient(180deg, #f7f4fa 0%, #ffffff 100%);
  padding: 100px 0;
}

.cs-process_card {
  background: #ffffff;
  border-radius: 20px;
  padding: 35px 28px;
  box-shadow: 0 10px 30px rgba(92, 64, 132, 0.05);
  border: 1px solid rgba(92, 64, 132, 0.08);
  position: relative;
  height: 100%;
  transition: all 0.3s ease;
}

.cs-process_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(92, 64, 132, 0.12);
  border-color: #5c4084;
}

.cs-process_number {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: linear-gradient(135deg, #5c4084 0%, #3e285c 100%);
  color: #ffffff;
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.cs-process_title {
  font-size: 20px;
  font-weight: 700;
  color: #1e1b2e;
  margin-bottom: 12px;
}

.cs-process_desc {
  font-size: 14px;
  line-height: 1.65;
  color: #6c697e;
  margin-bottom: 0;
}

/* Zig Zag Highlight Section */
.cs-zigzag_section {
  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7f4fa 100%);
}

.cs-zigzag_img_wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.cs-zigzag_img_wrap img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}

.cs-zigzag_badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.94) !important;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #492b6f !important;
  border: 1px solid rgba(73, 43, 111, 0.18) !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12) !important;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
}

.cs-zigzag_badge i {
  color: #5c4084 !important;
}

.cs-zigzag_badge_green {
  background: rgba(255, 255, 255, 0.94) !important;
  color: #492b6f !important;
}

.cs-zigzag_content {
  padding: 10px 20px;
}

.cs-zigzag_tag {
  color: #5c4084;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.cs-zigzag_title {
  font-size: 32px;
  font-weight: 700;
  color: #1e1b2e;
  margin-bottom: 16px;
  line-height: 1.25;
}

.cs-zigzag_text {
  font-size: 15px;
  line-height: 1.7;
  color: #5e5b72;
  margin-bottom: 24px;
}

.cs-zigzag_list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
}

.cs-zigzag_list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #2c293e;
  margin-bottom: 14px;
}

.cs-zigzag_list li i {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 2px;
  border-radius: 50%;
  background: rgba(92, 64, 132, 0.12);
  color: #5c4084;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.cs-zigzag_list li span,
.cs-zigzag_list li div {
  flex: 1;
}

.cs-zigzag_list li strong {
  color: #001747;
  font-weight: 700;
}

/* Pillars Cards Section */
.cs-pillars_section {
  background: linear-gradient(180deg, #f7f4fa 0%, #ffffff 100%);
  padding: 100px 0;
}

.cs-pillar_card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  border: 1px solid rgba(92, 64, 132, 0.08);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.cs-pillar_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(92, 64, 132, 0.12);
  border-color: #5c4084;
}

.cs-pillar_icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: rgba(92, 64, 132, 0.08);
  color: #5c4084;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.cs-pillar_title {
  font-size: 22px;
  font-weight: 700;
  color: #1e1b2e;
  margin-bottom: 14px;
}

.cs-pillar_desc {
  font-size: 14px;
  line-height: 1.65;
  color: #65627a;
  margin-bottom: 24px;
}

.cs-pillar_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.cs-pillar_tag {
  background: #f1edfa;
  color: #5c4084;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 12px;
}

/* Commitment Banner */
.cs-farmers_quote_section {
  background: linear-gradient(135deg, #2b1d3d 0%, #4a3468 100%);
  color: #ffffff;
  padding: 80px 0;
  position: relative;
}

.cs-farmers_quote_box {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.cs-farmers_quote_icon {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.25);
  margin-bottom: 20px;
}

.cs-farmers_quote_text {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  font-family: 'Syne', sans-serif;
  margin-bottom: 24px;
  color: #ffffff;
}

.cs-farmers_quote_author {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #7ce8a8;
  font-weight: 700;
}

/* Accordion Section */
.cs-accordian_section_custom {
  padding: 90px 0;
  background: #ffffff;
}

.cs-faq_intro_text {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}

.cs-accordians.cs-style1 .cs-accordian {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(92, 64, 132, 0.1);
}

.cs-accordians.cs-style1 .cs-accordian:not(:last-child) {
  margin-bottom: 12px;
}

.cs-accordians.cs-style1 .cs-accordian_head {
  cursor: pointer;
  user-select: none;
  padding: 12px 16px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #5c4084 !important;
  background: #ffffff;
  transition: background-color 0.2s ease;
}

.cs-accordians.cs-style1 .cs-accordian_head:hover {
  background: #fcfbfe;
}

.cs-accordians.cs-style1 .cs-accordian_title {
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
  color: #1e1b2e !important;
  margin: 0 !important;
  padding-right: 10px !important;
}

.cs-accordians.cs-style1 .cs-accordian_toggle {
  position: relative;
  top: auto;
  right: auto;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  border: 1px solid rgba(92, 64, 132, 0.15);
  background: #f9f8fc;
  color: #5c4084;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs-accordians.cs-style1 .cs-accordian_toggle i {
  transition: transform 0.3s ease;
}

.cs-accordians.cs-style1 .cs-accordian.active .cs-accordian_toggle i {
  transform: rotate(180deg);
}

.cs-accordians.cs-style1 .cs-accordian-body {
  padding: 12px 16px 16px 16px !important;
  border-top: 1px solid rgba(92, 64, 132, 0.08) !important;
  background: #ffffff;
  font-size: 13.5px !important;
  line-height: 1.6 !important;
  color: #555268 !important;
}

/* Responsive Media Queries & Mobile Spacing Enhancements */
@media (max-width: 991px) {

  .cs-buyers_hero_section,
  .cs-farmers_hero_section,
  .cs-products_hero_section {
    padding: 90px 0 60px 0;
  }

  .cs-buyers_hero_title,
  .cs-farmers_hero_title,
  .cs-products_hero_title {
    font-size: 28px !important;
  }

  /* Separation between left action buttons and hero image container when stacked on mobile */
  .cs-buyers_hero_img_container,
  .cs-farmers_hero_img_container {
    margin-top: 36px !important;
  }

  .cs-buyers_hero_img_container img,
  .cs-farmers_hero_img_container img {
    height: 340px;
  }

  .cs-buyers_floating_card,
  .cs-farmers_floating_card {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .cs-zigzag_title {
    font-size: 26px;
  }

  .cs-zigzag_img_wrap {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .cs-farmers_quote_text {
    font-size: 18px;
  }
}

@media (max-width: 575px) {

  .cs-buyers_hero_img_container,
  .cs-farmers_hero_img_container {
    margin-top: 32px !important;
  }

  .cs-buyers_hero_img_container img,
  .cs-farmers_hero_img_container img {
    height: 280px;
  }

  /* Gap optimization for small mobile displays */
  .cs-products_hero_section .d-flex.gap-3,
  .cs-buyers_hero_section .d-flex.gap-3,
  .cs-farmers_hero_section .d-flex.gap-3 {
    gap: 12px !important;
  }
}

/* --------------------------------------------------------------------------
   Products Page Specific Styles (Brand Color Alignment)
   -------------------------------------------------------------------------- */
.cs-products_hero_section {
  background: linear-gradient(180deg, #ffffff 0%, #f7f4fa 100%);
  padding: 110px 0 80px 0;
  position: relative;
  overflow: hidden;
}

.cs-products_hero_section::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -15%;
  width: 550px;
  height: 550px;
  background: radial-gradient(circle, rgba(73, 43, 111, 0.08) 0%, rgba(0, 0, 0, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

.cs-products_hero_badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FAECFC;
  border: 1px solid #E9CEF2;
  padding: 8px 18px;
  border-radius: 30px;
  color: #492B6F;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.cs-products_hero_title {
  color: #001747 !important;
  font-family: 'Syne', sans-serif !important;
  font-size: 38px !important;
  font-weight: 700 !important;
  line-height: 1.22 !important;
  margin-bottom: 20px;
}

.cs-products_hero_desc {
  color: #78778f;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 580px;
}

.cs-products_hero_sizes_card {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px 22px;
  border: 1px solid #E9CEF2;
  box-shadow: 0 8px 20px rgba(73, 43, 111, 0.04);
  margin-bottom: 24px;
}

.cs-products_hero_sizes_header {
  font-size: 13px;
  font-weight: 700;
  color: #492B6F;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cs-products_size_pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cs-products_size_pill {
  background: #FAECFC;
  border: 1px solid #E9CEF2;
  border-radius: 20px;
  padding: 5px 14px;
  color: #492B6F;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}

.cs-products_size_pill:hover {
  background: #492B6F;
  color: #ffffff;
  border-color: #492B6F;
}

.cs-products_size_pill i {
  color: #5e3b82;
}

.cs-products_size_pill:hover i {
  color: #ffffff;
}

.cs-commercial_grade_box {
  background: #FAECFC;
  border-left: 4px solid #492B6F;
  border-radius: 10px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 13.5px;
  color: #001747;
  line-height: 1.5;
  margin-bottom: 32px;
}

.cs-commercial_grade_box i {
  font-size: 22px;
  color: #492B6F;
  flex-shrink: 0;
}

/* Feature Highlights (Embedded in Hero) */
.cs-product_feature_item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(73, 43, 111, 0.12);
  box-shadow: 0 8px 20px rgba(73, 43, 111, 0.05);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cs-product_feature_item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(73, 43, 111, 0.12);
  border-color: #492B6F;
}

.cs-product_feature_icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #492B6F;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.cs-product_feature_title {
  font-size: 15px;
  font-weight: 700;
  color: #001747;
  margin-bottom: 2px;
}

.cs-product_feature_desc {
  font-size: 12.5px;
  color: #78778f;
  margin: 0;
  line-height: 1.4;
}

/* Story Section */
.cs-products_story_section {
  padding: 90px 0;
  background: linear-gradient(180deg, #f7f4fa 0%, #ffffff 100%);
}

.cs-story_card {
  background: #ffffff;
  border-radius: 20px;
  padding: 35px 28px;
  box-shadow: 0 10px 30px rgba(73, 43, 111, 0.05);
  border: 1px solid rgba(73, 43, 111, 0.12);
  height: 100%;
  transition: all 0.3s ease;
}

.cs-story_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(73, 43, 111, 0.12);
  border-color: #492B6F;
}

.cs-story_icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(73, 43, 111, 0.08);
  color: #492B6F;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.cs-story_title {
  font-size: 20px;
  font-weight: 700;
  color: #001747;
  margin-bottom: 12px;
}

.cs-story_desc {
  font-size: 14px;
  line-height: 1.65;
  color: #78778f;
  margin-bottom: 0;
}

/* Product Catalog Section */
.cs-products_catalog_section {
  padding: 90px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7f4fa 100%);
}

/* Specifications / Packaging Section */
.cs-products_specs_section {
  background: linear-gradient(180deg, #f7f4fa 0%, #ffffff 100%);
  padding: 90px 0;
}

.cs-spec_box {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  border: 1px solid rgba(73, 43, 111, 0.12);
  box-shadow: 0 10px 25px rgba(73, 43, 111, 0.05);
  height: 100%;
}

.cs-spec_box_header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.cs-spec_box_icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(73, 43, 111, 0.08);
  color: #492B6F;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs-spec_box_title {
  font-size: 20px;
  font-weight: 700;
  color: #001747;
  margin: 0;
}

.cs-spec_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cs-spec_list li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(73, 43, 111, 0.15);
  font-size: 14px;
  color: #78778f;
}

.cs-spec_list li:last-child {
  border-bottom: none;
}

.cs-spec_list li strong {
  color: #001747;
}

/* --------------------------------------------------------------------------
   Index Page (Homepage) Seamless Vertical Flow Styles
   -------------------------------------------------------------------------- */
.cs-hero.cs-style10 {
  background: linear-gradient(180deg, #ffffff 0%, #f7f4fa 100%);
}

.cs-hubs_section {
  background: linear-gradient(180deg, #f7f4fa 0%, #ffffff 100%);
}

.cs-flying_img_wrap.cs-style1 {
  background: linear-gradient(180deg, #ffffff 0%, #f7f4fa 100%);
}

.cs-gradient_bg_1 {
  background: linear-gradient(180deg, #f7f4fa 0%, #ffffff 100%) !important;
}


/* --------------------------------------------------------------------------
   Homepage Hubs Showcase Section & Cards
   -------------------------------------------------------------------------- */
.cs-hubs_section {
  background: linear-gradient(180deg, #f7f4fa 0%, #ffffff 100%);
}

.cs-hub_card {
  background: #ffffff;
  border-radius: 20px;
  padding: 36px 30px;
  border: 1px solid rgba(73, 43, 111, 0.1);
  box-shadow: 0 10px 30px rgba(0, 23, 71, 0.05);
  transition: all 0.35s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.cs-hub_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(73, 43, 111, 0.12);
  border-color: rgba(73, 43, 111, 0.25);
}

.cs-hub_card_featured {
  border: 2px solid #492b6f;
  box-shadow: 0 15px 35px rgba(73, 43, 111, 0.12);
}

.cs-hub_badge {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: rgba(73, 43, 111, 0.08);
  color: #492b6f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 20px;
}

.cs-hub_tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #492b6f;
  margin-bottom: 8px;
  display: block;
}

.cs-hub_title {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #001747 !important;
  margin-bottom: 14px;
}

.cs-hub_desc {
  font-size: 14px;
  line-height: 1.6;
  color: #78778f;
  margin-bottom: 20px;
  flex-grow: 1;
}

.cs-hub_features {
  list-style: none;
  padding: 0;
  margin: 0 0 26px 0;
}

.cs-hub_features li {
  font-size: 13px;
  font-weight: 600;
  color: #001747;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.cs-hub_features li i {
  color: #492b6f;
  font-size: 14px;
}

.cs-hub_btn_wrap {
  margin-top: auto;
}

.cs-hub_btn_wrap .cs-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cs-info_card.cs-style2 {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f7f4fa 100%);
}

.cs-info_card.cs-style2 .cs-info_card_bg {
  width: 100% !important;
}

/* --------------------------------------------------------------------------
   CTA Section Animated Moving Gradient Background
   -------------------------------------------------------------------------- */
@keyframes csGradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

#download .cs-accent_bg {
  background: linear-gradient(-45deg, #492b6f, #341c54, #5b3788, #24113d, #492b6f) !important;
  background-size: 300% 300% !important;
  animation: csGradientMove 14s ease infinite !important;
  position: relative;
  overflow: hidden;
}

#download .cs-cta.cs-style4 .cs-cta_right {
  padding: 150px 0;
}

#download .cs-cta.cs-style4 .cs-cta_img {
  top: 50% !important;
  transform: translateY(-50%) !important;
  max-height: 90%;
}

#download .cs-cta.cs-style4 .cs-cta_img img {
  max-height: 420px;
  width: auto;
  object-fit: contain;
}

#download .cs-section_overlay_70::after {
  display: none !important;
}

#download .cs-bg_parallax {
  background-image: none !important;
}

/* --------------------------------------------------------------------------
   Unified Corporate Contact & Partnership Hub Section
   -------------------------------------------------------------------------- */
.cs-unified_contact_section {
  background-image: url('../img/bg-california-farmers.jpg') !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  position: relative;
}

.cs-contact_hub_card {
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 24px;
  padding: 45px 40px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.cs-contact_hub_card .cs-text_box_subtitle {
  margin-bottom: 8px;
}

.cs-contact_title {
  font-size: 34px;
  font-weight: 700;
  color: #001747;
  line-height: 1.25em;
  margin-bottom: 16px;
}

.cs-contact_desc {
  font-size: 15px;
  color: #444444;
  line-height: 1.65em;
  margin-bottom: 28px;
}

.cs-contact_info_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}

.cs-contact_info_item {
  background: #f7f4fa;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid rgba(73, 43, 111, 0.08);
}

.cs-contact_info_item_title {
  font-size: 15px;
  font-weight: 700;
  color: #001747;
  margin-bottom: 6px;
}

.cs-contact_info_item_text {
  font-size: 13px;
  color: #555555;
  line-height: 1.5em;
  margin: 0;
}

.cs-contact_actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cs-map_card_wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  height: 520px !important;
  width: 100% !important;
  background: #e5e3df;
}

.cs-map_card_wrapper iframe {
  width: 100% !important;
  height: 520px !important;
  border: 0 !important;
  display: block !important;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .cs-contact_info_grid {
    grid-template-columns: 1fr;
  }

  .cs-map_card_wrapper,
  .cs-map_card_wrapper iframe {
    min-height: 400px !important;
    height: 400px !important;
  }
}

/* ==========================================================================
   Header Glassmorphism Modernization
   ========================================================================== */
.cs-site_header {
  background: rgba(255, 255, 255, 0.75) !important;
  -webkit-backdrop-filter: blur(14px) saturate(180%) !important;
  backdrop-filter: blur(14px) saturate(180%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: none !important;
  transition: background 0.35s ease, backdrop-filter 0.35s ease, border-color 0.35s ease !important;
}

.cs-site_header.cs-sticky-active {
  background: rgba(255, 255, 255, 0.88) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  box-shadow: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6) !important;
}

.cs-site_header .cs-nav .cs-nav_list ul {
  background: rgba(255, 255, 255, 0.92) !important;
  -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
  backdrop-filter: blur(16px) saturate(180%) !important;
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  box-shadow: none !important;
  border-radius: 12px !important;
}

/* ==========================================================================
   Navbar Active Item (Primary Purple Bold + Google Font Highlight)
   ========================================================================== */
.cs-site_header .cs-nav .cs-nav_list>li>a {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  transition: color 0.25s ease !important;
}

.cs-site_header .cs-nav .cs-nav_list>li:hover>a {
  color: #543b6f !important;
}

.cs-site_header .cs-nav .cs-nav_list>li.current-menu-item>a {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  color: #543b6f !important;
  font-weight: 700 !important;
  background: none !important;
  border: none !important;
}




/* ==========================================================================
   Product Cards Subtle Purple Border & Refinement
   ========================================================================== */
.cs-product.cs-style5,
.cs-product {
  border: 1px solid rgba(123, 96, 121, 0.22) !important;
  border-radius: 20px !important;
  box-shadow: 0 4px 18px rgba(123, 96, 121, 0.04) !important;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important;
}

.cs-product.cs-style5:hover,
.cs-product:hover {
  border-color: rgba(123, 96, 121, 0.5) !important;
  box-shadow: 0 8px 25px rgba(123, 96, 121, 0.12) !important;
  transform: translateY(-3px);
}

/* ==========================================================================
   High-Conversion Contact Page Styles
   ========================================================================== */
.cs-contact_page_wrapper {
  background: #ffffff;
  position: relative;
}

.cs-contact_hero_v2 {
  background: transparent !important;
  padding: 160px 0 45px 0;
  position: relative;
}

.cs-contact_hero_badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FAECFC;
  border: 1px solid #E9CEF2;
  padding: 8px 18px;
  border-radius: 30px;
  color: #492B6F;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.cs-contact_hero_title {
  color: #001747 !important;
  font-family: 'Syne', sans-serif !important;
  font-size: 42px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin-bottom: 18px;
}

.cs-contact_hero_desc {
  color: #5e5b72;
  font-size: 17px;
  line-height: 1.65;
  max-width: 680px;
  margin: 0 auto 30px auto;
}

.cs-contact_trust_pills {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}

.cs-contact_trust_pill {
  background: #ffffff;
  border: 1px solid rgba(73, 43, 111, 0.15);
  border-radius: 24px;
  padding: 8px 18px;
  color: #2c293e;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 14px rgba(73, 43, 111, 0.04);
}

.cs-contact_trust_pill i {
  color: #492B6F;
}

/* Contact Main Section Card Wrappers */
.cs-contact_hub_container {
  background: transparent !important;
  padding: 0 0 90px 0;
}

@media (min-width: 992px) {
  .cs-form_col_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    z-index: 5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

.cs-btn_custom_submit {
  display: inline-flex !important;
  width: auto !important;
  padding: 12px 28px !important;
  font-size: 14.5px !important;
  border-radius: 12px !important;
}

.cs-contact_info_card_v2 {
  background: linear-gradient(145deg, #231636 0%, #442769 100%);
  color: #ffffff;
  border-radius: 24px;
  padding: 45px 36px;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(35, 22, 54, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cs-contact_info_card_v2::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -30%;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(0, 0, 0, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

.cs-contact_info_header_v2 {
  margin-bottom: 32px;
}

.cs-contact_info_header_v2 h3 {
  color: #ffffff;
  font-family: 'Syne', sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.cs-contact_info_header_v2 p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0;
}

.cs-contact_channels_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 36px;
}

.cs-contact_channel_item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 16px 20px;
  transition: all 0.3s ease;
  text-decoration: none !important;
}

.cs-contact_channel_item:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}

.cs-contact_channel_icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.15);
  color: #dfc4f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.cs-contact_channel_label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 600;
  margin-bottom: 2px;
}

.cs-contact_channel_val {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

.cs-contact_guarantee_box {
  background: rgba(255, 255, 255, 0.06);
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 18px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.cs-contact_guarantee_box i {
  color: #7ce8a8;
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

/* Right Form Card Styling */
.cs-contact_form_card_v2 {
  background: #ffffff;
  border-radius: 24px;
  padding: 45px 40px;
  border: 1px solid rgba(73, 43, 111, 0.12);
  box-shadow: 0 15px 40px rgba(73, 43, 111, 0.06);
}

.cs-contact_form_title {
  color: #001747;
  font-family: 'Syne', sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}

.cs-contact_form_subtitle {
  color: #65637a;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 28px;
}

.cs-input_icon_wrap {
  position: relative;
  width: 100%;
}

.cs-input_icon_wrap .cs-form_icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #8c89a0;
  font-size: 15px;
  pointer-events: none;
  transition: color 0.25s ease;
}

.cs-input_icon_wrap.cs-textarea_icon_wrap .cs-form_icon {
  top: 20px;
  transform: none;
}

.cs-form_field_v2 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 52px;
  background: #f9f8fc !important;
  border: 1px solid rgba(73, 43, 111, 0.14) !important;
  border-radius: 12px !important;
  padding: 10px 18px 10px 48px !important;
  font-size: 14.5px !important;
  color: #1e1b2e !important;
  font-weight: 500 !important;
  transition: all 0.25s ease !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

textarea.cs-form_field_v2 {
  height: 130px !important;
  padding-top: 16px !important;
  resize: vertical;
}

.cs-form_field_v2:focus {
  background: #ffffff !important;
  border-color: #5c4084 !important;
  box-shadow: 0 0 0 4px rgba(92, 64, 132, 0.12) !important;
}

.cs-input_icon_wrap:focus-within .cs-form_icon {
  color: #5c4084;
}

.cs-form_privacy_text {
  font-size: 12.5px;
  color: #88859c;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
}

.cs-form_privacy_text i {
  color: #3da066;
}

/* Response Time Trust Bar Below Form */
.cs-contact_trust_bar {
  background: #ffffff;
  border: 1px solid rgba(73, 43, 111, 0.08);
  border-radius: 20px;
  padding: 30px 40px;
  margin-top: 50px;
}

.cs-contact_trust_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cs-contact_trust_item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cs-contact_trust_icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #FAECFC;
  border: 1px solid #E9CEF2;
  color: #492B6F;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.cs-contact_trust_title {
  font-size: 15px;
  font-weight: 700;
  color: #001747;
  margin-bottom: 2px;
}

.cs-contact_trust_desc {
  font-size: 13px;
  color: #65637a;
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .cs-contact_hero_title {
    font-size: 32px !important;
  }

  .cs-contact_form_card_v2 {
    padding: 32px 24px;
    margin-top: 36px;
  }

  .cs-contact_info_card_v2 {
    padding: 35px 24px;
  }

  .cs-contact_trust_grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* ==========================================================================
   Modern Corporate Footer V2 Styles
   ========================================================================== */
.cs-footer_v2 {
  background: linear-gradient(145deg, #1b1227 0%, #291842 100%);
  color: #ffffff;
  padding: 80px 0 0 0;
  position: relative;
  overflow: hidden;
  border-top: 4px solid #5c4084;
}

.cs-footer_v2::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(92, 64, 132, 0.25) 0%, rgba(0, 0, 0, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

.cs-footer_v2_logo_wrap {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 22px;
}

.cs-footer_v2_logo_wrap img {
  height: 120px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  display: block;
}

/* ==========================================================================
   Mobile Topbar Header Contact Button & Nav Menu Toggle Fixes
   ========================================================================== */
@media (max-width: 991px) {
  .cs-main_header_in {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    position: relative !important;
    width: 100% !important;
  }

  .cs-main_header_left {
    display: flex !important;
    align-items: center !important;
    position: static !important;
  }

  .cs-nav {
    position: static !important;
  }

  .cs-main_header_center {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .cs-site_branding img {
    height: 36px !important;
    width: auto !important;
  }

  .cs-main_header_right {
    display: flex !important;
    align-items: center !important;
    margin-left: auto !important;
    margin-right: 12px !important;
    z-index: 10 !important;
  }

  .cs-toolbox_btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 5px 12px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    border-radius: 18px !important;
    white-space: nowrap !important;
    background-color: #5c4084 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 10px rgba(92, 64, 132, 0.25) !important;
  }

  .cs-toolbox_btn:hover,
  .cs-toolbox_btn:active {
    background-color: #492b6f !important;
    color: #ffffff !important;
  }

  /* Hamburger Toggle Icon - Positioned relative to cs-main_header_in */
  .cs-site_header.cs-style1 .cs-munu_toggle,
  .cs-munu_toggle {
    position: absolute !important;
    right: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin-top: 0 !important;
    width: 32px !important;
    height: 27px !important;
    z-index: 9999 !important;
    cursor: pointer !important;
    display: block !important;
    pointer-events: auto !important;
  }

  .cs-munu_toggle span,
  .cs-munu_toggle span:before,
  .cs-munu_toggle span:after {
    background-color: #5c4084;
  }

  .cs-toggle_active span {
    background-color: transparent !important;
  }

  /* Full-width Mobile Dropdown Navigation Menu */
  .cs-nav .cs-nav_list {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background-color: #ffffff !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18) !important;
    z-index: 9998 !important;
    padding: 10px 0 !important;
    border-top: 3px solid #5c4084 !important;
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
    box-sizing: border-box !important;
  }

  .cs-nav .cs-nav_list>li {
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
  }

  .cs-nav .cs-nav_list>li>a {
    display: block !important;
    padding: 12px 24px !important;
    color: #2b2b2b !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #f4f0fa !important;
    transition: all 0.2s ease !important;
  }

  .cs-nav .cs-nav_list>li:last-child>a {
    border-bottom: none !important;
  }

  .cs-nav .cs-nav_list>li>a:hover,
  .cs-nav .cs-nav_list>li.current-menu-item>a {
    color: #5c4084 !important;
    background-color: #f8f5fc !important;
    padding-left: 28px !important;
  }
}

/* ==========================================================================
   Hero Section Mobile Button Centering
   ========================================================================== */
@media (max-width: 991px) {

  .cs-hero_text,
  .cs-hero_btns {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
  }

  .cs-hero_btns .cs-btn,
  .cs-hero_text .cs-btn,
  .cs-hero .cs-btn {
    margin-left: auto !important;
    margin-right: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .cs-buyers_hero_text,
  .cs-farmers_hero_text {
    text-align: center !important;
  }

  .cs-buyers_hero_text .d-flex.flex-wrap,
  .cs-farmers_hero_text .d-flex.flex-wrap {
    justify-content: center !important;
  }
}

/* ==========================================================================
   Mobile Responsive Typography & Heading Hierarchy Fixes
   ========================================================================== */
@media (max-width: 991px) {

  /* H1 & Hero Main Titles - Always largest heading on Mobile (34px) */
  h1,
  .h1,
  .cs-hero_title,
  .cs-hero .cs-hero_title,
  .cs-hero_text .cs-hero_title,
  .cs-hero.cs-style10 .cs-hero_title,
  .cs-contact_hero_title,
  .cs-buyers_hero_title,
  .cs-farmers_hero_title {
    font-size: 34px !important;
    line-height: 1.22 !important;
    font-weight: 600 !important;
  }

  /* H2 & Section Titles - Always smaller than H1 on Mobile (25px) */
  h2,
  .h2,
  .cs-section_title,
  .cs-section_heading .cs-section_title,
  .cs-section_heading.cs-style1 .cs-section_title,
  .cs-section_heading.cs-style2 .cs-section_title,
  .cs-section_heading.cs-style3 .cs-section_title,
  .cs-section_heading.cs-style4 .cs-section_title {
    font-size: 25px !important;
    line-height: 1.28 !important;
    font-weight: 700 !important;
  }

  /* H3 & Subsection Titles */
  h3:not(.cs-section_subtitle),
  .h3 {
    font-size: 20px !important;
    line-height: 1.35 !important;
  }

  /* Section Small Subtitles (Badges/Category Labels) */
  .cs-section_subtitle,
  .cs-section_heading .cs-section_subtitle {
    font-size: 12px !important;
    letter-spacing: 1.2px !important;
  }
}

@media (max-width: 576px) {

  /* H1 & Hero Main Titles on Compact Mobile Phones (29px) */
  h1,
  .h1,
  .cs-hero_title,
  .cs-hero .cs-hero_title,
  .cs-hero_text .cs-hero_title,
  .cs-hero.cs-style10 .cs-hero_title,
  .cs-contact_hero_title,
  .cs-buyers_hero_title,
  .cs-farmers_hero_title {
    font-size: 29px !important;
    line-height: 1.22 !important;
  }

  /* H2 & Section Titles on Compact Mobile Phones (22px) */
  h2,
  .h2,
  .cs-section_title,
  .cs-section_heading .cs-section_title,
  .cs-section_heading.cs-style1 .cs-section_title,
  .cs-section_heading.cs-style2 .cs-section_title,
  .cs-section_heading.cs-style3 .cs-section_title,
  .cs-section_heading.cs-style4 .cs-section_title {
    font-size: 22px !important;
    line-height: 1.28 !important;
  }

  /* H3 & Subsection Titles */
  h3:not(.cs-section_subtitle),
  .h3 {
    font-size: 18px !important;
  }
}

/* ==========================================================================
   Mobile Card Separation & Grid Spacing Fixes
   ========================================================================== */
@media (max-width: 991px) {
  .cs-hub_card,
  .cs-contact_hub_card,
  .cs-card {
    margin-bottom: 26px !important;
    height: auto !important;
  }

  .cs-hubs_section .row > div:last-child .cs-hub_card,
  .cs-contact_hubs_section .row > div:last-child .cs-contact_hub_card {
    margin-bottom: 0 !important;
  }
}

/* ==========================================================================
   Hero Main Image Mobile Display Fix
   ========================================================================== */
@media (max-width: 991px) {
  .cs-hero_img {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    max-width: 380px !important;
    margin: 30px auto 0 auto !important;
    right: auto !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    text-align: center !important;
  }

  .cs-hero_main_img {
    display: block !important;
    width: 100% !important;
  }

  .cs-hero_main_img img {
    width: 100% !important;
    height: auto !important;
    max-height: 300px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.08)) !important;
  }

  .cs-hero_mini_img {
    display: none !important;
  }
}

/* ==========================================================================
   Desktop Header Layout - Logo Left, Nav & CTA Right
   ========================================================================== */
@media (min-width: 992px) {
  .cs-main_header_in {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    position: relative !important;
  }

  .cs-main_header_center {
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    order: 1 !important;
    margin-right: auto !important;
    display: flex !important;
    align-items: center !important;
  }

  .cs-site_branding {
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    display: inline-block !important;
  }

  .cs-main_header_left {
    order: 2 !important;
    margin-left: auto !important;
    display: flex !important;
    align-items: center !important;
  }

  .cs-main_header_right {
    order: 3 !important;
    margin-left: 24px !important;
    display: flex !important;
    align-items: center !important;
  }

  .cs-nav {
    display: flex !important;
    align-items: center !important;
  }

  .cs-nav .cs-nav_list {
    display: flex !important;
    align-items: center !important;
    gap: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .cs-nav .cs-nav_list > li {
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Hide duplicate 'Contact Us' text link in desktop nav (CTA button is present) */
  .cs-nav .cs-nav_list > li:has(a[href*="contact"]),
  .cs-nav .cs-nav_list > li > a[href*="contact"] {
    display: none !important;
  }
}

.cs-footer_v2_tagline {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14.5px;
  line-height: 1.65;
  margin-bottom: 22px;
  max-width: 340px;
}

/* ==========================================================================
   PageSpeed Insights Performance & Font Display Swap Fixes
   ========================================================================== */
@font-face {
  font-display: swap !important;
}

* {
  font-display: swap;
}

.cs-site_branding img {
  max-height: 45px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

.cs-footer_v2_badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cs-footer_badge {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 12.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.cs-footer_badge i {
  color: #c9a3ee;
}

.cs-footer_v2_title {
  color: #ffffff;
  font-family: 'Syne', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 10px;
}

.cs-footer_v2_title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 3px;
  background: #9b6bd3;
  border-radius: 2px;
}

.cs-footer_v2_links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cs-footer_v2_links li {
  margin-bottom: 12px;
}

.cs-footer_v2_links a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14.5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
}

.cs-footer_v2_links a i {
  font-size: 10px;
  color: #9b6bd3;
  transition: transform 0.25s ease;
}

.cs-footer_v2_links a:hover {
  color: #ffffff;
  transform: translateX(5px);
}

.cs-footer_v2_links a:hover i {
  color: #c9a3ee;
}

.cs-footer_v2_contact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 24px;
}

@media (max-width: 575px) {
  .cs-footer_v2_contact {
    grid-template-columns: 1fr;
  }
}

.cs-footer_v2_contact li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
}

.cs-footer_v2_contact li i {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c9a3ee;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 2px;
}

.cs-footer_v2_contact li strong {
  color: #ffffff;
  font-weight: 600;
  display: block;
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.cs-footer_v2_contact li a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.25s ease;
}

.cs-footer_v2_contact li a:hover {
  color: #c9a3ee;
}

.cs-footer_v2_bottom {
  margin-top: 60px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}

.cs-footer_v2_legal {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cs-footer_v2_legal a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color 0.25s ease;
}

.cs-footer_v2_legal a:hover {
  color: #ffffff;
}

.cs-footer_v2_legal .cs-divider {
  color: rgba(255, 255, 255, 0.25);
}

/* ==========================================================================
   WCAG 2.2 Accessibility Enhancements (Focus, Contrast, Skip Links & Motion)
   ========================================================================== */
.cs-skip_link {
  position: absolute;
  top: -100px;
  left: 16px;
  background: #492B6F;
  color: #ffffff !important;
  padding: 12px 22px;
  z-index: 99999;
  font-weight: 700;
  font-size: 14px;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  transition: top 0.2s ease-in-out;
  text-decoration: none;
}

.cs-skip_link:focus {
  top: 16px;
}

/* Visible Keyboard Focus Indicators (WCAG 2.4.7 & 2.4.11) */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #492B6F !important;
  outline-offset: 3px !important;
  border-radius: 2px;
}

/* Ensure dark background interactive elements focus with high contrast light outline */
.cs-footer_v2 a:focus-visible,
.cs-footer_v2 button:focus-visible,
.cs-accent_bg_2 a:focus-visible {
  outline: 3px solid #c9a3ee !important;
  outline-offset: 3px !important;
}

/* Minimum Touch Target Sizes (WCAG 2.5.8 - AA 24px min, 44px recommended) */
button,
.cs-toolbox_btn,
.cs-nav_list a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

/* Respect Reduced Motion Preference (WCAG 2.3.3) */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* --------------------------------------------------------------------------
   Preloader Pure White Background Fix
   -------------------------------------------------------------------------- */
.cs-preloader,
.cs-preloader_bg {
  background-color: #ffffff !important;
}