.figcaption {font-size: 20px !important;}

/* Always show WooCommerce product filters */
.wc-block-product-filter--hidden,
.wp-block-woocommerce-product-filter-attribute[hidden],
.wp-block-woocommerce-product-filter-price[hidden] {
    display: block !important;
}

.wc-block-product-filter-checkbox-list__items {
    display: block !important;
}

/* =========================
   OUT OF STOCK / BACKORDER CONTAINER
========================= */
.wc-block-grid__product.outofstock,
.wc-block-product.outofstock,
.product.outofstock,
.wc-block-grid__product.onbackorder,
.wc-block-product.onbackorder,
.product.onbackorder {
    position: relative;
}

/* =========================
   OUT OF STOCK BADGE
========================= */
.wc-block-grid__product.outofstock::after,
.wc-block-product.outofstock::after,
.product.outofstock::after {
    content: "OUT OF STOCK";
    position: absolute;
    top: 12px;
    left: 12px;
    background: #ffd400;
    color: #111;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 3px;
    z-index: 20;
    letter-spacing: 0.5px;
}

/* =========================
   ON BACKORDER BADGE
========================= */
.wc-block-grid__product.onbackorder::after,
.wc-block-product.onbackorder::after,
.product.onbackorder::after {
    content: "ON BACKORDER";
    position: absolute;
    top: 12px;
    left: 12px;
    background: #ff9800;
    color: #111;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 3px;
    z-index: 20;
    letter-spacing: 0.5px;
}

/* =========================
   HIDE SALE BADGES ON OUT OF STOCK
========================= */
.product.outofstock .onsale,
.product.outofstock .wc-block-components-product-sale-badge,
.product.outofstock .wc-block-product__badge,
.product.outofstock .wc-block-grid__product-onsale,
.product.outofstock .ast-onsale-card,
.product.outofstock .astra-shop-summary-wrap .onsale,
.wc-block-grid__product.outofstock .onsale,
.wc-block-grid__product.outofstock .wc-block-components-product-sale-badge,
.wc-block-grid__product.outofstock .wc-block-product__badge,
.wc-block-grid__product.outofstock .wc-block-grid__product-onsale,
.wc-block-product.outofstock .onsale,
.wc-block-product.outofstock .wc-block-components-product-sale-badge,
.wc-block-product.outofstock .wc-block-product__badge,
.wc-block-product.outofstock .wc-block-grid__product-onsale {
    display: none !important;
}

/* =========================
   HIDE SALE BADGES ON BACKORDER
========================= */
.product.onbackorder .onsale,
.product.onbackorder .wc-block-components-product-sale-badge,
.product.onbackorder .wc-block-product__badge,
.product.onbackorder .wc-block-grid__product-onsale,
.product.onbackorder .ast-onsale-card,
.product.onbackorder .astra-shop-summary-wrap .onsale,
.wc-block-grid__product.onbackorder .onsale,
.wc-block-grid__product.onbackorder .wc-block-components-product-sale-badge,
.wc-block-grid__product.onbackorder .wc-block-product__badge,
.wc-block-grid__product.onbackorder .wc-block-grid__product-onsale,
.wc-block-product.onbackorder .onsale,
.wc-block-product.onbackorder .wc-block-components-product-sale-badge,
.wc-block-product.onbackorder .wc-block-product__badge,
.wc-block-product.onbackorder .wc-block-grid__product-onsale {
    display: none !important;
}
.bs-featured-products ul.products {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 40px !important;
}

.bs-featured-products.woocommerce ul.products {
  display: flex !important;
  gap: 50px !important;
  align-items: stretch !important;
  justify-content: center !important;
}

.bs-featured-products.woocommerce ul.products::before,
.bs-featured-products.woocommerce ul.products::after {
  display: none !important;
  content: none !important;
}

.bs-featured-products.woocommerce ul.products li.product {
  float: none !important;
  clear: none !important;
  width: 48% !important;
  max-width: 620px !important;
  margin: 0 !important;
}

.bs-featured-products.woocommerce ul.products li.product img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 420px !important;
  object-fit: contain !important;
}

@media (max-width: 768px) {
  .bs-featured-products.woocommerce ul.products {
    flex-direction: column !important;
  }

  .bs-featured-products.woocommerce ul.products li.product {
    width: 100% !important;
  }
}
.page-id-6270 .woocommerce ul.products li.product .button,
.page-id-6270 .woocommerce ul.products li.product .add_to_cart_button,
.page-id-6270 .woocommerce ul.products li.product .ajax_add_to_cart {
    display: none !important;
}
/* 4th of July Promo Cards */

.bs-promo-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 50px 0;
}

.bs-promo-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid rgba(212, 175, 55, 0.8);
    border-radius: 18px;
    padding: 30px;
    height: 100%;
    color: #e9eef5;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.20);
    transition: all 0.25s ease;
}

.bs-promo-card:hover {
    transform: translateY(-4px);
    border-color: #d4af37;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.bs-promo-card h3 {
    color: #f0c75e;
    font-size: 28px;
    margin: 0 0 20px 0;
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bs-promo-card p {
    color: #e9eef5;
    line-height: 1.6;
    margin-bottom: 15px;
}

.bs-promo-card ul {
    margin: 20px 0;
    padding-left: 22px;
}

.bs-promo-card li {
    color: #e9eef5;
    margin-bottom: 10px;
    line-height: 1.5;
}

.bs-promo-card strong {
    color: rgba(255, 255, 255, 0.80);
    font-size: 14px;
    font-weight: 600;
}

.qualifying-machines {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.qualifying-machines h3 {
    color: #f0c75e;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.qualifying-machines p {
    color: #e9eef5;
    text-align: center;
}

@media (max-width: 900px) {
    .bs-promo-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .bs-promo-card {
        padding: 25px;
    }

    .bs-promo-card h3 {
        font-size: 24px;
    }
}
/* 4th of July Offer Section */

.bs-july-offers {
  padding: 70px 30px;
  background: #0f2345;
  color: #ffffff;
}

.bs-july-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.bs-july-offers h2 {
  color: #ffffff;
  text-align: center;
  font-size: 44px;
  line-height: 1.15;
  margin: 0 0 15px;
}

.bs-july-subtitle {
  color: #e9eef5;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  max-width: 850px;
  margin: 0 auto 45px;
}

.bs-promo-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}

.bs-promo-card {
  background: rgba(255,255,255,0.04);
  border: 2px solid #d4af37;
  border-radius: 18px;
  padding: 34px;
  color: #e9eef5;
  box-shadow: 0 18px 45px rgba(0,0,0,0.22);
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

.bs-promo-card h3 {
  color: #f0c75e;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 22px;
}

.bs-promo-card p {
  color: #e9eef5;
  font-size: 18px;
  line-height: 1.55;
  margin: 0 0 18px;
}

.bs-promo-card ul {
  margin: 22px 0;
  padding-left: 22px;
}

.bs-promo-card li {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.45;
  margin-bottom: 10px;
}

.bs-promo-card li::marker {
  color: #f0c75e;
}

.bs-card-note {
  color: rgba(255,255,255,0.78) !important;
  font-size: 15px !important;
  font-weight: 600;
  margin-top: 25px !important;
}

.bs-qualifying-machines {
  margin-top: 50px;
  padding-top: 35px;
  border-top: 1px solid rgba(255,255,255,0.22);
  text-align: center;
}

.bs-qualifying-machines h3 {
  color: #f0c75e;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 25px 0 10px;
}

.bs-qualifying-machines p {
  color: #e9eef5;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 900px) {
  .bs-july-offers {
    padding: 50px 20px;
  }

  .bs-july-offers h2 {
    font-size: 34px;
  }

  .bs-july-subtitle {
    font-size: 18px;
  }

  .bs-promo-cards {
    grid-template-columns: 1fr;
  }

  .bs-promo-card {
    padding: 28px;
  }

  .bs-promo-card h3 {
    font-size: 24px;
  }
}
.bs-local-section {
  padding: 70px 30px;
  background: #ffffff;
  text-align: center;
}

.bs-local-section h2 {
  color: #0f2345;
  font-size: 42px;
  margin-bottom: 12px;
}

.bs-local-subtitle {
  color: #444;
  font-size: 20px;
  max-width: 850px;
  margin: 0 auto 45px;
}

.bs-local-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1200px;
  margin: 0 auto;
}

.bs-local-card {
  background: #f7f9fc;
  border-left: 6px solid #d4af37;
  border-radius: 14px;
  padding: 32px;
  text-align: left;
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
}

.bs-local-card h3 {
  color: #0f2345;
  font-size: 26px;
  margin-top: 0;
}

.bs-local-card li {
  color: #222;
  font-size: 18px;
  margin-bottom: 10px;
}

@media(max-width:900px){
  .bs-local-cards {
    grid-template-columns: 1fr;
  }

  .bs-local-section h2 {
    font-size: 34px;
  }
}
.sale-deadline{
    background:#d4af37;
    color:#0f2345;
    text-align:center;
    font-weight:700;
    font-size:18px;
    padding:14px 20px;
    border-radius:8px;
    margin:30px auto;
    max-width:1400px;
}
.bs-final-cta {
  background: #0f2345;
  color: #ffffff;
  text-align: center;
  padding: 80px 30px;
  border-radius: 18px;
  margin: 60px auto;
  max-width: 1400px;
}

.bs-final-cta h2 {
  color: #f0c75e;
  font-size: 48px;
  margin: 0 0 15px;
}

.bs-final-cta-subtitle {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
}

.bs-final-cta-text {
  color: #e9eef5;
  font-size: 20px;
  max-width: 850px;
  margin: 0 auto 35px;
}

.bs-final-cta-button {
  display: inline-block;
  background: #d4af37;
  color: #0f2345 !important;
  font-size: 22px;
  font-weight: 800;
  padding: 18px 34px;
  border-radius: 10px;
  text-decoration: none !important;
}

.bs-final-cta-button:hover {
  background: #f0c75e;
}

.bs-final-cta-small {
  color: rgba(255,255,255,.75);
  font-size: 16px;
  margin-top: 25px;
}

@media(max-width: 768px) {
  .bs-final-cta h2 {
    font-size: 36px;
  }

  .bs-final-cta-subtitle,
  .bs-final-cta-text {
    font-size: 18px;
  }
}
/* =========================
   HIDE TAGS / CATEGORY
========================= */
.product_meta .posted_in,
.product_meta .tagged_as {
    display: none !important;
}
/* =========================================================
   BEST SEEDLING PRODUCT PAGE SYSTEM — CLEAN
========================================================= */

.woocommerce div.product p.price,
.product_meta .posted_in,
.product_meta .tagged_as {
  display: none !important;
}

.bs-product-page {
  font-size: 18px;
  line-height: 1.6;
  color: #1f2933;
}

.bs-product-page * {
  box-sizing: border-box;
}

.bs-product-page h1,
.bs-product-page h2,
.bs-product-page h3 {
  color: #0f2345;
  line-height: 1.2;
}

.bs-product-page h1 {
  font-size: 44px;
  margin: 0 0 22px;
}

.bs-product-page h2 {
  font-size: 36px;
  margin: 56px 0 18px;
}

.bs-product-page h3 {
  font-size: 24px;
  margin: 26px 0 12px;
}

.bs-product-page p {
  margin: 0 0 18px;
}

.bs-product-page img {
  max-width: 100%;
  height: auto;
}

/* =========================================================
   SHORT DESCRIPTION AMAZON STYLE
========================================================= */

.woocommerce div.product .summary .bs-product-short-amz {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 22px !important;
  padding: 26px !important;
  box-shadow: 0 18px 45px rgba(15,35,69,.12) !important;
  margin: 18px 0 24px !important;
}

.bs-product-short-amz .bs-price-amz {
  margin: 0 0 18px !important;
  padding: 0 0 18px !important;
  border-bottom: 1px solid #e5e7eb !important;
}

.bs-product-short-amz .bs-amz-topline {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-bottom: 14px !important;
}

.bs-product-short-amz .bs-amz-rating {
  color: #f59e0b !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}

.bs-product-short-amz .bs-amz-rating strong {
  color: #0f2345 !important;
  margin-left: 6px !important;
}

.bs-product-short-amz .bs-amz-stock {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #16a34a !important;
  color: #ffffff !important;
  padding: 6px 12px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.bs-product-short-amz .bs-amz-price {
  color: #0f2345 !important;
  font-size: 44px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  margin: 6px 0 8px !important;
}

.bs-product-short-amz .bs-amz-msrp {
  color: #6b7280 !important;
  font-size: 15px !important;
  margin-bottom: 4px !important;
}

.bs-product-short-amz .bs-amz-msrp span {
  text-decoration: line-through !important;
}

.bs-product-short-amz .bs-amz-save {
  color: #b12704 !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  margin-bottom: 6px !important;
}

.bs-product-short-amz .bs-amz-pickup {
  color: #15803d !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

/* Optional chips if you decide to keep them */

.bs-product-short-amz .bs-amz-feature-chips {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 16px 0 !important;
}

.bs-product-short-amz .bs-amz-feature-chips span {
  background: #f8fafc !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 999px !important;
  padding: 7px 12px !important;
  color: #0f2345 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

/* Buttons */

.bs-product-short-amz .bs-main-call,
.bs-product-short-amz .bs-financing-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 54px !important;
  min-height: 54px !important;
  padding: 0 20px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: center !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

.bs-product-short-amz .bs-main-call {
  background: #ffc400 !important;
  color: #000000 !important;
  border-radius: 14px !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  margin: 14px 0 12px !important;
}

.bs-product-short-amz .bs-financing-link {
  background: #f7f9fc !important;
  border: 1px solid #e2e8f0 !important;
  color: #0f2345 !important;
  border-radius: 14px !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  margin: 0 0 14px !important;
}

/* Warranty */

.bs-product-short-amz .bs-warranty-banner {
  margin: 0 !important;
  padding: 15px 18px !important;
  background: #fff8dc !important;
  border: 1px solid #ffd54d !important;
  border-radius: 14px !important;
  text-align: center !important;
}

.bs-product-short-amz .bs-warranty-title {
  color: #8a5a00 !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

.bs-product-short-amz .bs-warranty-subtitle {
  margin-top: 5px !important;
  color: #6b7280 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

/* Trust row */

.bs-product-short-amz .bs-amz-trust {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 16px 0 0 !important;
  padding: 0 !important;
  color: #0f2345 !important;
}

.bs-product-short-amz .bs-amz-trust span {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

/* =========================================================
   CONTENT BLOCKS
========================================================= */

.bs-hero-box,
.bs-mini-cta {
  background: #f5f8fc;
  border-left: 6px solid #0f5ea8;
  padding: 28px;
  border-radius: 16px;
  margin: 36px 0;
}

.bs-highlight,
.bs-cta {
  background: #0f2345;
  color: #ffffff;
  padding: 52px 32px;
  border-radius: 20px;
  text-align: center;
  margin: 60px 0;
}

.bs-highlight h2,
.bs-cta h2 {
  color: #ffffff;
  margin-top: 0;
}

.bs-highlight strong,
.bs-cta a {
  color: #ffc400;
}

.bs-grid {
  display: grid;
  gap: 24px;
  margin: 34px 0;
}

.bs-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.bs-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.bs-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.bs-card,
.bs-hero-point {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
}

.bs-feature-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
  margin: 60px 0;
}

.bs-feature-section img,
.bs-infographic {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0,0,0,.12);
}

.bs-rs06-work-visual {
  margin: 30px 0 24px;
}

.bs-rs06-work-visual img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(15,35,69,.16);
}

/* =========================================================
   RS06 COMPARISON
========================================================= */

.bs-rs06-comparison {
  width: 100%;
  margin: 48px 0;
}

.bs-section-heading {
  max-width: 820px;
  margin: 0 auto 28px;
  text-align: center;
}

.bs-section-heading h2 {
  margin-bottom: 12px;
}

.bs-section-heading p {
  margin: 0;
}

.bs-rs06-comparison .bs-infographic {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 0 32px;
}

.bs-rs06-comparison .bs-cta {
  width: 100%;
  margin: 0;
}

/* =========================================================
   RS06 WORK RANGE GRID
========================================================= */

.bs-work-range {
  margin: 70px 0;
}

.bs-work-heading {
  max-width: 820px;
  margin: 0 0 30px;
}

.bs-work-heading h2 {
  margin: 0 0 12px;
  color: #0f2345;
  font-size: 42px;
  line-height: 1.1;
}

.bs-work-heading p {
  margin: 0;
  color: #4b5563;
  font-size: 18px;
  line-height: 1.6;
}

.bs-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: 280px;
  gap: 14px;
  width: 100%;
}

.bs-work-item {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #0f2345;
}

.bs-work-featured {
  grid-column: span 2;
  grid-row: span 2;
}

.bs-work-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0;
  transition: transform .35s ease;
}

.bs-work-item:hover img {
  transform: scale(1.035);
}

.bs-work-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(4,15,32,0) 35%,
    rgba(4,15,32,.18) 55%,
    rgba(4,15,32,.88) 100%
  );
  pointer-events: none;
}

.bs-work-label {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 2;
  color: #ffffff;
}

.bs-work-label h3 {
  margin: 0 0 5px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 900;
}

.bs-work-label span {
  display: block;
  color: rgba(255,255,255,.9);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.bs-work-featured .bs-work-label h3 {
  font-size: 32px;
}

.bs-work-featured .bs-work-label span {
  font-size: 16px;
}

/* =========================================================
   TABLES / VIDEO / REVIEW
========================================================= */

.bs-video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0,0,0,.16);
  margin: 28px 0 48px;
}

.bs-video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.bs-spec-table {
  width: 100%;
  border-collapse: collapse;
  margin: 28px 0;
  font-size: 16px;
}

.bs-spec-table th,
.bs-spec-table td {
  border: 1px solid #d9e2ec;
  padding: 14px;
  text-align: left;
}

.bs-spec-table th {
  background: #0f2345;
  color: #ffffff;
}

.bs-spec-table tr:nth-child(even) {
  background: #f5f8fc;
}

.bs-review-section {
  background: #f7f9fc;
  border-radius: 22px;
  padding: 46px;
  margin: 60px 0;
}

.bs-review-content {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 45px;
  align-items: center;
}

.bs-stars {
  color: #f4b400;
  font-size: 26px;
  letter-spacing: 2px;
}

.bs-review-image img {
  width: 100%;
  max-width: 340px;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0,0,0,.16);
}

.bs-review-section blockquote {
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
  color: #0f2345;
  margin: 0 0 22px;
  padding: 0;
  border: 0;
}

.bs-note {
  font-size: 15px;
  color: #5b6775;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 900px) {
  .bs-grid-2,
  .bs-grid-3,
  .bs-grid-4,
  .bs-feature-section {
    grid-template-columns: 1fr;
  }

  .bs-product-page {
    font-size: 16px;
    line-height: 1.55;
  }

  .bs-product-page h1 {
    font-size: 32px;
  }

  .bs-product-page h2 {
    font-size: 26px;
    margin: 36px 0 14px;
  }

  .bs-product-page h3 {
    font-size: 20px;
  }

  .bs-feature-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 38px 0;
  }

  .bs-feature-section > div:has(img) {
    order: -1;
  }

  .bs-highlight,
  .bs-cta {
    padding: 34px 20px;
    margin: 40px 0;
  }

  .bs-hero-box,
  .bs-mini-cta,
  .woocommerce div.product .summary .bs-product-short-amz {
    padding: 20px !important;
  }

  .bs-review-section {
    padding: 24px;
    margin: 40px 0;
  }

  .bs-review-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .bs-review-image {
    order: -1;
    text-align: center;
  }

  .bs-review-image img {
    max-width: 240px;
  }

  .bs-review-section blockquote {
    font-size: 20px;
  }

  .bs-work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 260px;
  }

  .bs-work-featured {
    grid-column: span 2;
    grid-row: span 1;
  }
}

@media (max-width: 768px) {
  .woocommerce div.product .summary .bs-product-short-amz {
    padding: 18px !important;
    border-radius: 18px !important;
  }

  .bs-product-short-amz .bs-amz-price {
    font-size: 48px !important;
  }

  .bs-product-short-amz .bs-amz-trust {
    justify-content: center !important;
    gap: 10px !important;
  }

  .bs-product-short-amz .bs-amz-trust span {
    font-size: 11px !important;
  }

  .bs-product-page section,
  .bs-feature-section,
  .bs-work-range,
  .bs-rs06-comparison {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }

  .bs-infographic,
  .bs-rs06-work-visual {
    margin: 10px 0 16px !important;
  }

  .bs-work-grid {
    grid-template-columns: 1fr !important;
    grid-auto-rows: auto !important;
    gap: 18px !important;
  }

  .bs-work-item,
  .bs-work-item.bs-work-featured {
    position: relative !important;
    height: 360px !important;
    min-height: 360px !important;
    max-height: 360px !important;
    overflow: hidden !important;
    border-radius: 18px !important;
    background: transparent !important;
  }

  .bs-work-item img,
  .bs-work-item.bs-work-featured img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    margin: 0 !important;
  }

  .bs-work-item::after,
  .bs-work-item.bs-work-featured::after {
    inset: 0 !important;
    height: 100% !important;
    bottom: 0 !important;
  }

  .bs-work-label {
    left: 24px !important;
    right: 24px !important;
    bottom: 24px !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
  }

  .bs-work-label h3,
  .bs-work-featured .bs-work-label h3 {
    font-size: 30px !important;
    line-height: 1.05 !important;
    margin: 0 0 8px !important;
  }
}
/* SPECIFICATIONS TABLE */

.bs-spec-table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 24px 0 36px !important;
  border: 1px solid #d7dee8 !important;
}

.bs-spec-table th,
.bs-spec-table td {
  padding: 16px !important;
  border: 1px solid #d7dee8 !important;
  font-size: 17px !important;
  line-height: 1.35 !important;
  text-align: left !important;
  vertical-align: middle !important;
}

.bs-spec-table th {
  width: 55% !important;
  background: #f5f6f8 !important;
  color: #0f2345 !important;
  font-weight: 800 !important;
}

.bs-spec-table td {
  background: #ffffff !important;
  color: #111827 !important;
}

.bs-spec-table tr:nth-child(even) th {
  background: #0f2a52 !important;
  color: #ffffff !important;
}

.bs-spec-table tr:nth-child(even) td {
  background: #f4f7fb !important;
}


/* CTA BUTTON */

.bs-cta .bs-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  max-width: 420px !important;
  min-height: 58px !important;

  margin: 22px auto 14px !important;
  padding: 0 24px !important;

  background: #ffc107 !important;
  color: #0f2345 !important;

  font-size: 20px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-align: center !important;
  text-decoration: none !important;

  border: 0 !important;
  border-radius: 10px !important;
  box-sizing: border-box !important;
}

.bs-cta .bs-button:hover {
  background: #e5ad00 !important;
  color: #0f2345 !important;
  text-decoration: none !important;
}

@media (max-width: 768px) {
  .bs-spec-table th,
  .bs-spec-table td {
    padding: 12px !important;
    font-size: 15px !important;
  }

  .bs-spec-table th {
    width: 48% !important;
  }

  .bs-cta .bs-button {
    max-width: 100% !important;
    min-height: 56px !important;
    font-size: 18px !important;
  }
}
.bs-compact-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 26px 0;
}

.bs-compact-point {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
}

.bs-compact-point h3 {
  margin: 0 0 8px !important;
}

.bs-compact-point p {
  margin: 0 !important;
}

@media (max-width: 900px) {
  .bs-compact-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .bs-compact-points {
    grid-template-columns: 1fr;
  }
}
.woocommerce span.onsale {
  display: none !important;
}

/* =========================================================
   BEST SEEDLING PHOTO PAGE
   Page ID: 6859
   ========================================================= */

body.page-id-6859 main {
  background: #f4f7fb !important;
}

/* Allow event sections to use the full page width */

body.page-id-6859 .entry-content,
body.page-id-6859 .site-main,
body.page-id-6859 .content-area {
  max-width: none !important;
}

body.page-id-6859 .entry-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Hide the default WordPress page title: Show Photos */

body.page-id-6859 .entry-title,
body.page-id-6859 .page-title {
  display: none !important;
}


/* =========================================================
   PHOTO INTRO + EMBED SECTION
   ========================================================= */

body.page-id-6859 #photo-embed-section {
  position: relative;
  overflow: hidden;
  padding: 64px 20px 78px;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(24, 105, 255, .14),
      transparent 38%
    ),
    #f4f7fb;
}

body.page-id-6859 .bs-photo-heading {
  max-width: 820px;
  margin: 0 auto 30px;
  text-align: center;
}

body.page-id-6859 .bs-photo-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #075ee8;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

body.page-id-6859 .bs-photo-heading h1 {
  margin: 0 0 15px !important;
  color: #071b3a !important;
  font-size: clamp(39px, 5vw, 68px) !important;
  line-height: .98 !important;
  font-weight: 950 !important;
  letter-spacing: -.045em !important;
  text-transform: uppercase;
}

body.page-id-6859 .bs-photo-heading p {
  max-width: 670px;
  margin: 0 auto !important;
  color: #647084 !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
}


/* =========================================================
   EMBED CARD
   ========================================================= */

body.page-id-6859 #photo-embed-wrap {
  position: relative;
  width: min(100%, 820px);
  max-width: 820px;
  margin: 0 auto;
  padding: 18px;
  border: 1px solid #dfe6ef;
  border-radius: 24px;
  background: #fff;
  box-shadow:
    0 22px 60px rgba(7, 27, 58, .13),
    0 4px 15px rgba(7, 27, 58, .05);
}

/* Loading background visible before iframe loads */

body.page-id-6859 #photo-embed-wrap::before {
  content: "Loading your photo...";
  position: absolute;
  top: 130px;
  left: 50%;
  z-index: 0;
  color: #075ee8;
  font-size: 15px;
  font-weight: 900;
  transform: translateX(-50%);
  transition: opacity .2s ease;
}

body.page-id-6859 #photo-embed-wrap.is-loaded::before {
  opacity: 0;
  pointer-events: none;
}

body.page-id-6859 #photo-embed-wrap iframe {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 1200px;
  border: 0;
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
}


/* Fallback link */

body.page-id-6859 #photo-embed-fallback {
  position: relative;
  z-index: 2;
  margin-top: 14px;
  color: #69768a;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

body.page-id-6859 #photo-embed-fallback a {
  color: #075ee8 !important;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}


/* Invalid ID state */

body.page-id-6859 #photo-embed-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding: 35px 22px;
  border: 1px solid #fecaca;
  border-radius: 16px;
  background: #fff7f7;
  color: #991b1b;
  text-align: center;
}

body.page-id-6859 #photo-embed-error strong {
  margin-bottom: 8px;
  font-size: 21px;
  font-weight: 950;
}

body.page-id-6859 #photo-embed-error span {
  max-width: 440px;
  color: #7f1d1d;
  font-size: 14px;
  line-height: 1.55;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

  body.page-id-6859 #photo-embed-section {
    padding: 52px 16px 65px;
  }

  body.page-id-6859 #photo-embed-wrap {
    width: min(100%, 700px);
    padding: 14px;
    border-radius: 20px;
  }

  body.page-id-6859 #photo-embed-wrap iframe {
    height: 1080px;
    border-radius: 13px;
  }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

  body.page-id-6859 #photo-embed-section {
    padding: 42px 8px 52px;
  }

  body.page-id-6859 .bs-photo-heading {
    padding: 0 12px;
    margin-bottom: 22px;
  }

  body.page-id-6859 .bs-photo-kicker {
    margin-bottom: 10px;
    font-size: 10px;
    letter-spacing: .1em;
  }

  body.page-id-6859 .bs-photo-heading h1 {
    font-size: 38px !important;
  }

  body.page-id-6859 .bs-photo-heading p {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  body.page-id-6859 #photo-embed-wrap {
    width: 100%;
    padding: 7px;
    border-radius: 16px;
    box-shadow: 0 12px 35px rgba(7, 27, 58, .11);
  }

  body.page-id-6859 #photo-embed-wrap iframe {
    height: 720px;
    border-radius: 11px;
  }

  body.page-id-6859 #photo-embed-fallback {
    margin: 11px 8px 5px;
    font-size: 12px;
  }
}


/* Very narrow phones */

@media (max-width: 380px) {

  body.page-id-6859 .bs-photo-heading h1 {
    font-size: 34px !important;
  }

  body.page-id-6859 #photo-embed-wrap iframe {
    height: 980px;
  }
}
/* =========================================================
   BEST SEEDLING — KING COUNTY FAIR PHOTO LANDING PAGE
   ========================================================= */

:root {
  --bs-fair-blue: #075ee8;
  --bs-fair-dark-blue: #06172f;
  --bs-fair-navy: #0b2349;
  --bs-fair-yellow: #ffc400;
  --bs-fair-red: #e3261d;
  --bs-fair-text: #172033;
  --bs-fair-muted: #667085;
  --bs-fair-light: #f4f7fb;
  --bs-fair-border: #dce4ef;
}

/* Optional: hide the default WordPress page title */

body.page-id-REPLACE_WITH_PAGE_ID .entry-title {
  display: none !important;
}


/* Intro */

.bs-fair-intro {
  position: relative;
  overflow: hidden;
  padding: 72px 24px 68px;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(38, 116, 255, .34),
      transparent 45%
    ),
    linear-gradient(
      135deg,
      #030a15 0%,
      #071a38 55%,
      #075ee8 145%
    );
  color: #fff;
}

.bs-fair-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .11;
  background-image:
    linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px);
  background-size: 38px 38px;
}

.bs-fair-intro__inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.bs-fair-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--bs-fair-yellow);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.bs-fair-intro h1 {
  max-width: 880px;
  margin: 0 auto 18px;
  color: #fff;
  font-size: clamp(44px, 6vw, 78px);
  line-height: .98;
  font-weight: 950;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.bs-fair-intro p {
  max-width: 710px;
  margin: 0 auto;
  color: rgba(255,255,255,.84);
  font-size: 18px;
  line-height: 1.6;
}

.bs-fair-intro__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin-top: 25px;
}

.bs-fair-intro__badges span {
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(255,255,255,.09);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}


/* Existing photo section improvements */

.bs-fair-intro + * {
  position: relative;
}

.bs-fair-page {
  overflow: hidden;
  background: #fff;
}


/* Shared headings */

.bs-fair-section-heading {
  max-width: 800px;
  margin: 0 auto 38px;
  text-align: center;
}

.bs-fair-section-heading h2 {
  margin: 0 0 14px;
  color: var(--bs-fair-navy);
  font-size: clamp(38px, 4.7vw, 62px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.04em;
}

.bs-fair-section-heading p {
  max-width: 700px;
  margin: 0 auto;
  color: var(--bs-fair-muted);
  font-size: 17px;
  line-height: 1.6;
}

.bs-fair-section-heading--light h2 {
  color: #fff;
}


/* Featured R18 */

.bs-fair-featured-machine {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  align-items: center;
  min-height: 610px;
  padding: 70px max(24px, 6vw);
  background:
    radial-gradient(
      circle at 25% 42%,
      rgba(14, 104, 255, .15),
      transparent 42%
    ),
    linear-gradient(135deg, #f7f9fc, #fff);
}

.bs-fair-featured-machine__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.bs-fair-featured-machine__image img {
  display: block;
  width: min(760px, 100%);
  max-height: 570px;
  object-fit: contain;
  filter: drop-shadow(0 28px 28px rgba(4,21,47,.22));
}

.bs-fair-featured-machine__content {
  max-width: 650px;
}

.bs-fair-featured-machine h2 {
  margin: 0 0 17px;
  color: var(--bs-fair-navy);
  font-size: clamp(42px, 5vw, 70px);
  line-height: .97;
  font-weight: 950;
  letter-spacing: -.045em;
}

.bs-fair-featured-machine__lead {
  margin: 0 0 27px;
  color: #48566b;
  font-size: 18px;
  line-height: 1.6;
}

.bs-fair-feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
  margin-bottom: 28px;
}

.bs-fair-feature-list > div {
  padding: 15px 16px;
  border: 1px solid var(--bs-fair-border);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(12,35,73,.06);
}

.bs-fair-feature-list strong,
.bs-fair-feature-list span {
  display: block;
}

.bs-fair-feature-list strong {
  margin-bottom: 3px;
  color: var(--bs-fair-navy);
  font-size: 15px;
  font-weight: 900;
}

.bs-fair-feature-list span {
  color: #69768a;
  font-size: 13px;
  line-height: 1.4;
}


/* Buttons */

.bs-fair-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.bs-fair-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  padding: 14px 22px;
  border: 2px solid transparent;
  border-radius: 11px;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    background .18s ease;
}

.bs-fair-btn:hover {
  transform: translateY(-2px);
}

.bs-fair-btn--yellow {
  border-color: var(--bs-fair-yellow);
  background: var(--bs-fair-yellow);
  color: #071326 !important;
  box-shadow: 0 10px 22px rgba(255,196,0,.22);
}

.bs-fair-btn--outline-light {
  border-color: rgba(255,255,255,.38);
  background: transparent;
  color: #fff !important;
}

.bs-fair-featured-machine .bs-fair-btn--outline-light {
  border-color: #bfcbe0;
  color: var(--bs-fair-navy) !important;
}


/* Other machines */

.bs-fair-machines {
  padding: 82px max(20px, 6vw) 94px;
  background: var(--bs-fair-light);
}

.bs-fair-machine-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto;
}

.bs-fair-machine-card {
  display: grid;
  grid-template-columns: 47% 53%;
  min-height: 340px;
  overflow: hidden;
  border: 1px solid var(--bs-fair-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(11,35,73,.09);
}

.bs-fair-machine-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 22px 5px 16px 18px;
  background:
    radial-gradient(circle at center, #fff, #eaf0f8 75%);
}

.bs-fair-machine-card__image img {
  width: 115%;
  max-height: 290px;
  object-fit: contain;
  filter: drop-shadow(0 15px 17px rgba(8,28,61,.2));
}

.bs-fair-machine-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 28px;
}

.bs-fair-machine-card__label {
  margin-bottom: 8px;
  color: var(--bs-fair-blue);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .1em;
}

.bs-fair-machine-card h3 {
  margin: 0 0 10px;
  color: var(--bs-fair-navy);
  font-size: 31px;
  line-height: 1.05;
  font-weight: 950;
}

.bs-fair-machine-card p {
  margin: 0 0 19px;
  color: #5b687b;
  font-size: 14px;
  line-height: 1.55;
}

.bs-fair-machine-card a {
  color: var(--bs-fair-blue) !important;
  font-size: 14px;
  font-weight: 950;
  text-decoration: none !important;
}


/* Dealer section */

.bs-fair-dealer {
  padding: 83px max(20px, 6vw) 92px;
  background:
    radial-gradient(
      circle at 50% -10%,
      rgba(12, 100, 255, .35),
      transparent 44%
    ),
    linear-gradient(135deg, #030a15, #071a38);
}

.bs-fair-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 1160px;
  margin: 0 auto;
}

.bs-fair-benefit {
  padding: 24px 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.07);
}

.bs-fair-benefit__icon {
  display: block;
  margin-bottom: 13px;
  color: var(--bs-fair-yellow);
  font-size: 25px;
}

.bs-fair-benefit strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 17px;
  font-weight: 950;
}

.bs-fair-benefit p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.5;
}


/* Test drive */

.bs-fair-test-drive {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 520px;
  overflow: hidden;
  padding: 70px max(24px, 7vw);
  background:
    linear-gradient(
      105deg,
      #075ee8 0%,
      #0647ad 48%,
      #06172f 100%
    );
  color: #fff;
}

.bs-fair-test-drive::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .08;
  background-image:
    repeating-linear-gradient(
      -45deg,
      #fff 0,
      #fff 2px,
      transparent 2px,
      transparent 18px
    );
}

.bs-fair-test-drive__machine {
  position: absolute;
  left: -4%;
  bottom: -11%;
  z-index: 1;
  width: min(59vw, 800px);
  max-height: 570px;
  object-fit: contain;
  filter: drop-shadow(0 25px 30px rgba(0,0,0,.43));
}

.bs-fair-test-drive__content {
  position: relative;
  z-index: 2;
  width: min(630px, 49%);
  margin-left: auto;
}

.bs-fair-test-drive h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(43px, 5vw, 70px);
  line-height: .96;
  font-weight: 950;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.bs-fair-test-drive p {
  margin: 0 0 27px;
  color: rgba(255,255,255,.84);
  font-size: 18px;
  line-height: 1.6;
}

.bs-fair-location {
  margin-top: 22px;
  color: rgba(255,255,255,.7);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
}


/* Mobile */

@media (max-width: 980px) {

  .bs-fair-featured-machine {
    grid-template-columns: 1fr;
    padding: 65px 22px;
  }

  .bs-fair-featured-machine__content {
    max-width: 760px;
    margin: 20px auto 0;
    text-align: center;
  }

  .bs-fair-feature-list {
    text-align: left;
  }

  .bs-fair-featured-machine .bs-fair-buttons {
    justify-content: center;
  }

  .bs-fair-machine-card {
    grid-template-columns: 1fr;
  }

  .bs-fair-machine-card__image {
    min-height: 280px;
    padding: 20px;
  }

  .bs-fair-machine-card__image img {
    width: 90%;
  }

  .bs-fair-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bs-fair-test-drive {
    align-items: flex-start;
    min-height: 800px;
    padding: 65px 22px 390px;
  }

  .bs-fair-test-drive__content {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
  }

  .bs-fair-test-drive__content .bs-fair-buttons {
    justify-content: center;
  }

  .bs-fair-test-drive__machine {
    left: 50%;
    bottom: -5%;
    width: min(820px, 110vw);
    transform: translateX(-50%);
  }
}


@media (max-width: 700px) {

  .bs-fair-intro {
    padding: 54px 17px 50px;
  }

  .bs-fair-intro h1 {
    font-size: 45px;
  }

  .bs-fair-intro p {
    font-size: 16px;
  }

  .bs-fair-featured-machine {
    padding: 52px 16px 60px;
  }

  .bs-fair-featured-machine h2 {
    font-size: 42px;
  }

  .bs-fair-featured-machine__lead {
    font-size: 16px;
  }

  .bs-fair-feature-list {
    grid-template-columns: 1fr;
  }

  .bs-fair-buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bs-fair-btn {
    width: 100%;
  }

  .bs-fair-machines {
    padding: 64px 14px 72px;
  }

  .bs-fair-machine-grid {
    grid-template-columns: 1fr;
  }

  .bs-fair-machine-card__body {
    padding: 25px 22px 28px;
    text-align: center;
  }

  .bs-fair-dealer {
    padding: 65px 14px 70px;
  }

  .bs-fair-benefit-grid {
    grid-template-columns: 1fr;
  }

  .bs-fair-benefit {
    text-align: center;
  }

  .bs-fair-test-drive {
    min-height: 720px;
    padding: 56px 17px 335px;
  }

  .bs-fair-test-drive h2 {
    font-size: 44px;
  }

  .bs-fair-test-drive p {
    font-size: 16px;
  }
}
.bs-header-location{
    display:flex;
    align-items:center;
    gap:10px;
    color:#fff;
    font-weight:700;
    white-space:nowrap;
}

.bs-header-location::before{
    content:none !important;
}

.bs-location-icon{
    width:15px;
    height:15px;
    fill:#FFC400;
    flex:none;
}

.bs-dot{
    width:1px;
    height:14px;
    border-radius:0;
    background:rgba(255,255,255,.25);
}
.bs-highlight .bs-compact-point {
  background: #fff;
  color: #10284d;
}

.bs-highlight .bs-compact-point h3,
.bs-highlight .bs-compact-point p {
  color: #10284d;
}

.bs-highlight .bs-compact-point p {
  opacity: 0.8;
}
.bs-highlight .bs-note {
  color: rgba(255, 255, 255, 0.78);
}
.bs-highlight .bs-compact-point,
.bs-hero-box .bs-compact-point {
  background: #fff;
  color: #10284d;
}

.bs-highlight .bs-compact-point h3,
.bs-highlight .bs-compact-point p,
.bs-hero-box .bs-compact-point h3,
.bs-hero-box .bs-compact-point p {
  color: #10284d;
}
.bs-video-section {
  display: flex;
  align-items: center;
  gap: 32px;
}

.bs-video-content,
.bs-video-wrap {
  flex: 1 1 50%;
  width: 100%;
  min-width: 0;
}

.bs-video-wrap {
  position: relative;
  aspect-ratio: 16 / 9;
  height: auto;
  padding-bottom: 0;
  overflow: hidden;
  border-radius: 16px;
}

.bs-video-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 900px) {
  .bs-video-section {
    flex-direction: column;
  }

  .bs-video-content,
  .bs-video-wrap {
    flex: none;
    width: 100%;
    max-width: 100%;
  }

  .bs-video-wrap {
    aspect-ratio: 16 / 9;
  }
}
/* =========================================================
   EQUIPMENT CONSULTATION PAGE
   ========================================================= */

.bs-consultation-page {
  --bs-navy: #10284d;
  --bs-navy-dark: #081a33;
  --bs-blue: #087bed;
  --bs-blue-light: #eaf4ff;
  --bs-yellow: #ffc400;
  --bs-yellow-hover: #eeb700;
  --bs-text: #18263a;
  --bs-muted: #5f6b7a;
  --bs-light: #f5f8fc;
  --bs-white: #ffffff;
  --bs-border: #dce4ee;
  --bs-success: #17823b;
  --bs-shadow: 0 18px 50px rgba(16, 40, 77, 0.12);

  width: 100%;
  color: var(--bs-text);
  font-family: inherit;
  line-height: 1.6;
}

.bs-consultation-page,
.bs-consultation-page * {
  box-sizing: border-box;
}

.bs-consultation-page img {
  max-width: 100%;
}

.bs-consultation-page a {
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

/* =========================================================
   HERO
   ========================================================= */

.bs-consultation-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: clamp(32px, 5vw, 76px);

  margin: 30px 0 60px;
  padding: clamp(36px, 5vw, 76px);

  overflow: hidden;
  border: 1px solid var(--bs-border);
  border-radius: 28px;

  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(8, 123, 237, 0.18),
      transparent 38%
    ),
    linear-gradient(135deg, #f6faff 0%, #ffffff 68%);

  box-shadow: var(--bs-shadow);
}

.bs-consultation-hero__content {
  position: relative;
  z-index: 2;
}

.bs-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  margin: 0 0 16px;
  padding: 7px 12px;

  color: var(--bs-blue);
  background: var(--bs-blue-light);
  border-radius: 999px;

  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bs-consultation-hero h1 {
  max-width: 720px;
  margin: 0 0 22px;

  color: var(--bs-navy);
  font-size: clamp(40px, 5vw, 70px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.bs-consultation-hero__lead {
  max-width: 680px;
  margin: 0 0 28px;

  color: var(--bs-muted);
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.65;
}

.bs-consultation-hero__points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 22px;

  margin: 0 0 32px;
}

.bs-consultation-hero__points span {
  position: relative;
  display: block;
  padding-left: 27px;

  color: var(--bs-navy);
  font-size: 16px;
  font-weight: 700;
}

.bs-consultation-hero__points span::before {
  content: "✓";

  position: absolute;
  top: 0;
  left: 0;

  color: var(--bs-success);
  font-weight: 900;
}

.bs-consultation-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.bs-primary-button,
.bs-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 56px;
  padding: 14px 26px;

  border-radius: 12px;

  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
}

.bs-primary-button {
  color: #071b36 !important;
  background: var(--bs-yellow);
  border: 1px solid var(--bs-yellow);

  box-shadow: 0 12px 26px rgba(255, 196, 0, 0.24);
}

.bs-primary-button:hover {
  color: #071b36 !important;
  background: var(--bs-yellow-hover);
  border-color: var(--bs-yellow-hover);

  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(255, 196, 0, 0.3);
}

.bs-secondary-button {
  color: var(--bs-navy) !important;
  background: var(--bs-white);
  border: 1px solid var(--bs-border);
}

.bs-secondary-button:hover {
  color: var(--bs-blue) !important;
  border-color: var(--bs-blue);

  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(16, 40, 77, 0.1);
}

.bs-consultation-hero__note {
  margin: 18px 0 0;

  color: var(--bs-muted);
  font-size: 14px;
  line-height: 1.5;
}

.bs-consultation-hero__media {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 0;
}

.bs-consultation-hero__media::before {
  content: "";

  position: absolute;
  inset: 10% 4%;

  z-index: 0;

  border-radius: 50%;
  background: rgba(8, 123, 237, 0.1);
  filter: blur(18px);
}

.bs-consultation-hero__media img {
  position: relative;
  z-index: 1;

  display: block;
  width: 100%;
  height: auto;
  max-height: 610px;

  object-fit: contain;
}

/* =========================================================
   GENERAL PAGE SECTIONS
   ========================================================= */

.bs-consultation-page section {
  scroll-margin-top: 110px;
}

.bs-consultation-section {
  margin: 60px 0;
  padding: clamp(32px, 4vw, 58px);

  border: 1px solid var(--bs-border);
  border-radius: 24px;
  background: var(--bs-white);
}

.bs-consultation-section--light {
  background: var(--bs-light);
}

.bs-consultation-section__heading {
  max-width: 780px;
  margin: 0 auto 36px;
  text-align: center;
}

.bs-consultation-section__heading h2,
.bs-booking-intro h2 {
  margin: 0 0 16px;

  color: var(--bs-navy);
  font-size: clamp(32px, 3.8vw, 50px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.bs-consultation-section__heading p {
  margin: 0;

  color: var(--bs-muted);
  font-size: 18px;
  line-height: 1.65;
}

/* =========================================================
   BENEFIT CARDS
   ========================================================= */

.bs-consultation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.bs-consultation-card {
  padding: 25px;

  border: 1px solid var(--bs-border);
  border-radius: 18px;
  background: var(--bs-white);

  box-shadow: 0 8px 28px rgba(16, 40, 77, 0.06);
}

.bs-consultation-card h3 {
  margin: 0 0 10px;

  color: var(--bs-navy);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.25;
}

.bs-consultation-card p {
  margin: 0;

  color: var(--bs-muted);
  font-size: 15px;
  line-height: 1.65;
}

/* =========================================================
   BOOKING INTRO
   ========================================================= */

.bs-booking-intro {
  max-width: 1120px;
  margin: 70px auto;
  padding: clamp(32px, 5vw, 64px);

  border: 1px solid var(--bs-border);
  border-radius: 26px;

  background:
    linear-gradient(
      180deg,
      rgba(234, 244, 255, 0.65) 0%,
      rgba(255, 255, 255, 1) 40%
    );

  box-shadow: var(--bs-shadow);
}

.bs-booking-intro > p {
  max-width: 820px;
  margin: 0 0 28px;

  color: var(--bs-muted);
  font-size: 18px;
  line-height: 1.7;
}

.bs-booking-note {
  margin: 30px 0;
  padding: 25px 28px;

  border: 1px solid #cfe1f7;
  border-left: 5px solid var(--bs-blue);
  border-radius: 16px;

  background: var(--bs-blue-light);
}

.bs-booking-note h3 {
  margin: 0 0 14px;

  color: var(--bs-navy);
  font-size: 21px;
  font-weight: 800;
}

.bs-booking-note ul {
  margin: 0;
  padding-left: 22px;
}

.bs-booking-note li {
  margin: 7px 0;

  color: var(--bs-text);
  line-height: 1.55;
}

.bs-booking-disclaimer {
  margin: 24px 0 32px !important;
  padding: 16px 18px;

  color: #6b5620 !important;
  background: #fff8dc;
  border: 1px solid #f0da86;
  border-radius: 12px;

  font-size: 14px !important;
  line-height: 1.55 !important;
}

/* =========================================================
   FLUENT BOOKING WRAPPER
   ========================================================= */

.bs-fluent-booking-wrap {
  width: 100%;
  min-width: 0;
  overflow: hidden;

  padding: 12px;

  border: 1px solid var(--bs-border);
  border-radius: 18px;
  background: var(--bs-white);
}

.bs-fluent-booking-wrap iframe {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;

  border: 0;
}

/* General Fluent Booking cleanup */
.bs-fluent-booking-wrap .ffb-booking-app,
.bs-fluent-booking-wrap .fluent-booking-app,
.bs-fluent-booking-wrap [class*="fluent-booking"] {
  width: 100%;
  max-width: 100%;
}

/* =========================================================
   FAQ
   ========================================================= */

.bs-consultation-faq {
  max-width: 980px;
  margin: 60px auto;
}

.bs-consultation-faq details {
  margin: 0 0 12px;

  border: 1px solid var(--bs-border);
  border-radius: 14px;
  background: var(--bs-white);

  overflow: hidden;
}

.bs-consultation-faq summary {
  position: relative;

  padding: 19px 52px 19px 20px;

  color: var(--bs-navy);
  cursor: pointer;

  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;

  list-style: none;
}

.bs-consultation-faq summary::-webkit-details-marker {
  display: none;
}

.bs-consultation-faq summary::after {
  content: "+";

  position: absolute;
  top: 50%;
  right: 20px;

  transform: translateY(-50%);

  color: var(--bs-blue);
  font-size: 28px;
  font-weight: 700;
}

.bs-consultation-faq details[open] summary::after {
  content: "−";
}

.bs-consultation-faq details p {
  margin: 0;
  padding: 0 20px 20px;

  color: var(--bs-muted);
  line-height: 1.65;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {
  .bs-consultation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .bs-consultation-hero {
    grid-template-columns: 1fr;
    gap: 28px;

    margin-top: 20px;
    padding: 30px 24px;

    border-radius: 22px;
  }

  .bs-consultation-hero__media {
    order: -1;
  }

  .bs-consultation-hero__media img {
    max-height: 430px;
  }

  .bs-consultation-hero h1 {
    max-width: none;
  }

  .bs-booking-intro {
    margin: 50px auto;
    border-radius: 22px;
  }
}

@media (max-width: 640px) {
  .bs-consultation-hero {
    padding: 24px 18px 28px;
  }

  .bs-consultation-hero h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .bs-consultation-hero__lead {
    font-size: 17px;
  }

  .bs-consultation-hero__points {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .bs-consultation-hero__actions {
    flex-direction: column;
  }

  .bs-primary-button,
  .bs-secondary-button {
    width: 100%;
  }

  .bs-consultation-grid {
    grid-template-columns: 1fr;
  }

  .bs-consultation-section,
  .bs-booking-intro {
    padding: 26px 18px;
    border-radius: 18px;
  }

  .bs-booking-note {
    padding: 20px 18px;
  }

  .bs-fluent-booking-wrap {
    padding: 6px;
    border-radius: 14px;
  }
}
/* =========================================================
   BEST SEEDLING — DYNAMIC FEATURED EQUIPMENT
========================================================= */

.bs-featured-equipment {
  --bs-fe-navy: #10284d;
  --bs-fe-blue: #087bed;
  --bs-fe-yellow: #ffc400;
  --bs-fe-green: #168b46;
  --bs-fe-red: #d93636;
  --bs-fe-purple: #6f48d8;
  --bs-fe-brown: #96651d;
  --bs-fe-text: #182538;
  --bs-fe-muted: #657184;
  --bs-fe-light: #f4f7fb;
  --bs-fe-border: #dce4ee;
  --bs-fe-white: #fff;

  width: 100%;
  margin: 72px auto;
  color: var(--bs-fe-text);
}

.bs-featured-equipment,
.bs-featured-equipment * {
  box-sizing: border-box;
}

.bs-featured-equipment img {
  max-width: 100%;
}

.bs-featured-equipment a {
  color: inherit;
  text-decoration: none !important;
}

/* Heading */

.bs-fe-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.bs-fe-heading > div {
  max-width: 760px;
}

.bs-fe-eyebrow {
  display: inline-block;
  margin: 0 0 10px;
  color: var(--bs-fe-blue);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.bs-fe-heading h2 {
  margin: 0 0 10px !important;
  color: var(--bs-fe-navy);
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.bs-fe-heading p {
  max-width: 680px;
  margin: 0;
  color: var(--bs-fe-muted);
  font-size: 17px;
  line-height: 1.6;
}

.bs-fe-view-all {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  color: var(--bs-fe-blue) !important;
  font-size: 15px;
  font-weight: 900;
  transition: gap .2s ease;
}

.bs-fe-view-all:hover {
  gap: 13px;
}

/* Layout */

.bs-fe-layout {
  display: grid;
  grid-template-columns:
    minmax(350px, .92fr)
    minmax(0, 1.58fr);
  gap: 24px;
  align-items: stretch;
}

.bs-fe-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

/* Shared product card */

.bs-fe-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--bs-fe-border);
  background: var(--bs-fe-white);
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.bs-fe-card:hover {
  transform: translateY(-4px);
  border-color: #bdd7f3;
  box-shadow: 0 17px 42px rgba(16, 40, 77, .13);
}

.bs-fe-card--featured {
  border-radius: 25px;
  background:
    radial-gradient(
      circle at 50% 20%,
      rgba(8, 123, 237, .12),
      transparent 38%
    ),
    #fff;
  box-shadow: 0 18px 52px rgba(16, 40, 77, .11);
}

.bs-fe-card--standard {
  border-radius: 19px;
  box-shadow: 0 8px 27px rgba(16, 40, 77, .065);
}

/* Top badges */

.bs-fe-card__top {
  display: flex;
  min-height: 52px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 18px 18px 0;
}

.bs-fe-card--featured .bs-fe-card__top {
  padding: 22px 22px 0;
}

.bs-fe-badge,
.bs-fe-stock {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 29px;
  padding: 6px 11px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.bs-fe-badge {
  color: #fff;
}

.bs-fe-badge--deal {
  background: var(--bs-fe-red);
}

.bs-fe-badge--homeowner {
  background: var(--bs-fe-green);
}

.bs-fe-badge--seller {
  background: var(--bs-fe-blue);
}

.bs-fe-badge--access {
  background: var(--bs-fe-purple);
}

.bs-fe-badge--farm {
  background: var(--bs-fe-brown);
}

.bs-fe-stock.is-in-stock {
  color: #0d7136;
  background: #e8f8ee;
}

.bs-fe-stock.is-out-of-stock {
  color: #8d2727;
  background: #fdecec;
}

/* Product image */

.bs-fe-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bs-fe-card--featured .bs-fe-card__image {
  min-height: 390px;
  padding: 18px 24px 10px;
}

.bs-fe-card--standard .bs-fe-card__image {
  height: 235px;
  padding: 6px 15px;
}

.bs-fe-card__product-image {
  display: block;
  width: 100%;
  object-fit: contain;
  transition: transform .34s ease;
}

.bs-fe-card--featured .bs-fe-card__product-image {
  height: 365px;
}

.bs-fe-card--standard .bs-fe-card__product-image {
  height: 220px;
}

.bs-fe-card:hover .bs-fe-card__product-image {
  transform: scale(1.035);
}

/* Card content */

.bs-fe-card__body {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
}

.bs-fe-card--featured .bs-fe-card__body {
  padding: 10px 29px 29px;
}

.bs-fe-card--standard .bs-fe-card__body {
  padding: 5px 20px 20px;
}

/* Rating */

.bs-fe-rating {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 24px;
}

.bs-fe-rating__stars {
  color: #ff9d00;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 1px;
}

.bs-fe-rating__value,
.bs-fe-rating__count {
  color: var(--bs-fe-muted);
  font-size: 12px;
  font-weight: 800;
}

/* Product title */

.bs-fe-card__title {
  margin: 8px 0 4px !important;
  color: var(--bs-fe-navy);
  font-weight: 900;
  line-height: 1.15;
}

.bs-fe-card--featured .bs-fe-card__title {
  font-size: clamp(29px, 3vw, 40px);
}

.bs-fe-card--standard .bs-fe-card__title {
  font-size: 22px;
}

.bs-fe-card__title a:hover {
  color: var(--bs-fe-blue);
}

/* Emotional positioning */

.bs-fe-card__positioning {
  color: var(--bs-fe-navy);
  font-weight: 850;
  line-height: 1.4;
}

.bs-fe-card--featured .bs-fe-card__positioning {
  margin: 0 0 17px;
  font-size: 16px;
}

.bs-fe-card--standard .bs-fe-card__positioning {
  min-height: 40px;
  margin: 0 0 11px;
  font-size: 14px;
}

/* Features */

.bs-fe-card__features {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bs-fe-card--featured .bs-fe-card__features {
  margin-bottom: 21px;
}

.bs-fe-card--standard .bs-fe-card__features {
  min-height: 78px;
  margin-bottom: 16px;
}

.bs-fe-card__features li {
  position: relative;
  padding-left: 23px;
  color: var(--bs-fe-muted);
  line-height: 1.4;
}

.bs-fe-card--featured .bs-fe-card__features li {
  margin: 7px 0;
  font-size: 14px;
}

.bs-fe-card--standard .bs-fe-card__features li {
  margin: 5px 0;
  font-size: 13px;
}

.bs-fe-card__features li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--bs-fe-green);
  font-weight: 950;
}

/* Dynamic WooCommerce pricing */

.bs-fe-card__commerce {
  margin-top: auto;
}

.bs-fe-price {
  display: flex;
  align-items: baseline;
  gap: 11px;
}

.bs-fe-price__regular {
  color: #8d97a7;
  font-size: 14px;
  text-decoration: line-through;
}

.bs-fe-price__current {
  color: var(--bs-fe-navy);
  font-weight: 950;
  line-height: 1;
}

.bs-fe-card--featured .bs-fe-price__current {
  font-size: 30px;
}

.bs-fe-card--standard .bs-fe-price__current {
  font-size: 23px;
}

/* Remove Woo price wrappers from changing visual style */

.bs-fe-price .woocommerce-Price-amount,
.bs-fe-savings .woocommerce-Price-amount {
  color: inherit;
  font: inherit;
}

.bs-fe-savings {
  min-height: 21px;
  margin: 8px 0 15px;
  color: #c52a2a;
  font-size: 13px;
  font-weight: 900;
}

/* Buttons */

.bs-fe-card__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 3px;
}

.bs-fe-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  transition:
    transform .2s ease,
    background-color .2s ease,
    box-shadow .2s ease;
}

.bs-fe-button:hover {
  transform: translateY(-2px);
}

.bs-fe-button--primary {
  color: #071a33 !important;
  background: var(--bs-fe-yellow);
  box-shadow: 0 9px 22px rgba(255, 196, 0, .24);
}

.bs-fe-button--primary:hover {
  background: #eeb800;
}

.bs-fe-button--secondary {
  color: var(--bs-fe-navy) !important;
  border: 1px solid var(--bs-fe-border);
  background: #fff;
}

.bs-fe-card__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: var(--bs-fe-blue) !important;
  font-size: 14px;
  font-weight: 900;
  transition: gap .2s ease;
}

.bs-fe-card__link:hover {
  gap: 11px;
}

/* Tablet */

@media (max-width: 1120px) {
  .bs-fe-layout {
    grid-template-columns:
      minmax(320px, .85fr)
      minmax(0, 1.15fr);
  }

  .bs-fe-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 840px) {
  .bs-featured-equipment {
    margin: 50px auto;
  }

  .bs-fe-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .bs-fe-layout {
    grid-template-columns: 1fr;
  }

  .bs-fe-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile */

@media (max-width: 640px) {
  .bs-fe-heading h2 {
    font-size: 37px;
  }

  .bs-fe-grid {
    grid-template-columns: 1fr;
  }

  .bs-fe-card--featured,
  .bs-fe-card--standard {
    border-radius: 18px;
  }

  .bs-fe-card--featured .bs-fe-card__top {
    padding: 18px 16px 0;
  }

  .bs-fe-card--featured .bs-fe-card__image {
    min-height: 275px;
    padding: 14px 16px 4px;
  }

  .bs-fe-card--featured .bs-fe-card__product-image {
    height: 265px;
  }

  .bs-fe-card--featured .bs-fe-card__body {
    padding: 8px 19px 21px;
  }

  .bs-fe-card--standard .bs-fe-card__image {
    height: 255px;
  }

  .bs-fe-card--standard .bs-fe-card__product-image {
    height: 240px;
  }

  .bs-fe-card--standard .bs-fe-card__positioning,
  .bs-fe-card--standard .bs-fe-card__features {
    min-height: 0;
  }
}
/* =========================================================
   BEST SEEDLING HOME HERO — LIGHTER VERSION
========================================================= */

.bs-home-hero {
  --bs-home-navy: #071a33;
  --bs-home-blue: #087bed;
  --bs-home-yellow: #ffc400;
  --bs-home-white: #ffffff;

  position: relative;
  display: flex;
  align-items: flex-end;

  width: 100%;
  min-height: clamp(520px, 60vw, 690px);
  margin: 0 0 64px;

  overflow: hidden;
  border-radius: 0 0 26px 26px;
  background: var(--bs-home-navy);
  isolation: isolate;
}

.bs-home-hero,
.bs-home-hero * {
  box-sizing: border-box;
}

/* =========================================================
   IMAGE
========================================================= */

.bs-home-hero__media {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.bs-home-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;

  object-fit: cover;
  object-position: center 48%;
}

/* =========================================================
   LIGHTER READABILITY OVERLAYS
========================================================= */

.bs-home-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;

  background:
    linear-gradient(
      90deg,
      rgba(3, 12, 27, 0.76) 0%,
      rgba(3, 12, 27, 0.56) 32%,
      rgba(3, 12, 27, 0.22) 62%,
      rgba(3, 12, 27, 0.04) 100%
    ),
    linear-gradient(
      0deg,
      rgba(3, 12, 27, 0.34) 0%,
      rgba(3, 12, 27, 0.04) 58%
    );
}

.bs-home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;

  background:
    radial-gradient(
      circle at 12% 78%,
      rgba(8, 123, 237, 0.1),
      transparent 36%
    );

  pointer-events: none;
}

/* =========================================================
   CONTENT
========================================================= */

.bs-home-hero__content {
  width: min(700px, 100%);

  padding:
    clamp(42px, 6vw, 74px)
    clamp(22px, 6vw, 84px);

  color: var(--bs-home-white);
}

.bs-home-hero__eyebrow {
  display: inline-flex;
  align-items: center;

  margin: 0 0 16px;
  padding: 8px 13px;

  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(7, 26, 51, 0.42);

  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);

  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bs-home-hero h1 {
  max-width: 680px;
  margin: 0 0 20px !important;

  color: #ffffff !important;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;

  text-shadow:
    0 3px 14px rgba(0, 0, 0, 0.26),
    0 1px 2px rgba(0, 0, 0, 0.2);
}

.bs-home-hero__lead {
  max-width: 620px;
  margin: 0 0 28px;

  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.58;

  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

/* =========================================================
   ACTIONS
========================================================= */

.bs-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
}

.bs-home-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 54px;
  padding: 14px 27px;

  color: #071a33 !important;
  border: 1px solid var(--bs-home-yellow);
  border-radius: 11px;
  background: var(--bs-home-yellow);

  box-shadow: 0 11px 25px rgba(255, 196, 0, 0.22);

  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;

  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.bs-home-hero__button:hover {
  color: #071a33 !important;
  background: #edb800;

  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(255, 196, 0, 0.28);
}

.bs-home-hero__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  min-height: 48px;

  color: #ffffff !important;
  font-size: 15px;
  font-weight: 850;
  text-decoration: none !important;

  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);

  transition:
    gap 0.2s ease,
    color 0.2s ease;
}

.bs-home-hero__link:hover {
  gap: 13px;
  color: var(--bs-home-yellow) !important;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {
  .bs-home-hero {
    min-height: 640px;
    margin-bottom: 50px;
    border-radius: 0 0 22px 22px;
  }

  .bs-home-hero__media img {
    object-position: 58% center;
  }

  .bs-home-hero__overlay {
    background:
      linear-gradient(
        0deg,
        rgba(3, 12, 27, 0.9) 0%,
        rgba(3, 12, 27, 0.68) 42%,
        rgba(3, 12, 27, 0.18) 82%,
        rgba(3, 12, 27, 0.04) 100%
      );
  }

  .bs-home-hero__content {
    width: 100%;
    padding: 42px 28px;
  }

  .bs-home-hero h1 {
    max-width: 660px;
  }
}

/* =========================================================
   MOBILE — SPLIT IMAGE + CONTENT
========================================================= */

@media (max-width: 600px) {

  .bs-home-hero {
    display: block;
    min-height: 0;
    margin-bottom: 42px;

    overflow: hidden;
    border-radius: 18px;
    background: var(--bs-home-navy);
  }

  /* Photograph becomes a separate upper panel */

  .bs-home-hero__media {
    position: relative;
    inset: auto;
    z-index: 0;

    width: 100%;
    height: 285px;
    overflow: hidden;
  }

  .bs-home-hero__media img {
    display: block;
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: 62% 50%;
  }

  /* Remove the desktop overlay from the entire card */

  .bs-home-hero__overlay {
    position: absolute;
    inset: 0 0 auto;
    z-index: 1;

    width: 100%;
    height: 285px;

    background:
      linear-gradient(
        0deg,
        rgba(7, 26, 51, 0.38) 0%,
        rgba(7, 26, 51, 0.04) 55%,
        rgba(7, 26, 51, 0) 100%
      );

    pointer-events: none;
  }

  .bs-home-hero::after {
    display: none;
  }

  /* Content becomes its own readable panel */

  .bs-home-hero__content {
    position: relative;
    z-index: 2;

    width: 100%;
    padding: 27px 20px 24px;

    background:
      linear-gradient(
        145deg,
        #071a33 0%,
        #0b2548 100%
      );
  }

  .bs-home-hero__eyebrow {
    margin: 0 0 13px;
    padding: 7px 10px;

    color: #dcecff;
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.07);

    font-size: 9px;
    line-height: 1.2;
    letter-spacing: 0.07em;
  }

  .bs-home-hero h1 {
    max-width: 100%;
    margin: 0 0 15px !important;

    color: #ffffff !important;
    font-size: clamp(34px, 9.4vw, 42px);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: -0.035em;

    text-shadow: none;
  }

  .bs-home-hero__lead {
    max-width: 100%;
    margin: 0 0 22px;

    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.55;

    text-shadow: none;
  }

  .bs-home-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .bs-home-hero__button {
    width: 100%;
    min-height: 52px;
    padding: 13px 20px;

    border-radius: 10px;

    font-size: 15px;
  }

  .bs-home-hero__link {
    width: 100%;
    min-height: 44px;

    justify-content: center;

    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px;
  }

}
.bs-consultation-hero__media {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 22px;
}

.bs-consultation-hero__media img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  border-radius: 18px;
}

.bs-consultation-hero__media-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.bs-consultation-hero__media-actions .bs-consultation-hero__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.bs-consultation-hero__media-actions .bs-primary-button,
.bs-consultation-hero__media-actions .bs-secondary-button {
  width: 100%;
}

.bs-consultation-hero__media-actions .bs-consultation-hero__note {
  margin: 0;
  color: var(--bs-muted);
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .bs-consultation-hero__media-actions .bs-consultation-hero__actions {
    grid-template-columns: 1fr;
  }
}
/* =========================================================
   WHY BEST SEEDLING
========================================================= */

.bs-why {
  --bs-why-navy: #071a33;
  --bs-why-blue: #087bed;
  --bs-why-blue-dark: #0564c5;
  --bs-why-yellow: #ffc400;
  --bs-why-text: #17263a;
  --bs-why-muted: #66778c;
  --bs-why-border: #dfe7f0;
  --bs-why-light: #f4f8fc;
  --bs-why-white: #ffffff;

  width: 100%;
  padding: 96px 22px;
  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f7fafd 100%
    );
}

.bs-why,
.bs-why * {
  box-sizing: border-box;
}

.bs-why__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.bs-why__header {
  max-width: 840px;
  margin: 0 auto 52px;
  text-align: center;
}

.bs-why__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin: 0 0 15px;
  padding: 8px 13px;

  color: var(--bs-why-blue);
  background: #eaf4ff;
  border-radius: 999px;

  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.bs-why__title {
  margin: 0 0 18px !important;

  color: var(--bs-why-navy);
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.bs-why__intro {
  max-width: 760px;
  margin: 0 auto;

  color: var(--bs-why-muted);
  font-size: 18px;
  line-height: 1.72;
}


/* =========================================================
   GRID
========================================================= */

.bs-why__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}


/* =========================================================
   CARD
========================================================= */

.bs-why-card {
  position: relative;

  display: flex;
  min-width: 0;
  min-height: 340px;
  flex-direction: column;

  padding: 31px;

  color: inherit;
  text-decoration: none !important;

  overflow: hidden;
  border: 1px solid var(--bs-why-border);
  border-radius: 20px;
  background: var(--bs-why-white);

  box-shadow: 0 8px 28px rgba(7, 26, 51, 0.055);

  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.bs-why-card::after {
  content: "";

  position: absolute;
  right: -70px;
  bottom: -70px;

  width: 150px;
  height: 150px;

  border-radius: 50%;
  background: rgba(8, 123, 237, 0.055);

  transition:
    transform 0.35s ease,
    background-color 0.35s ease;
}

.bs-why-card:hover,
.bs-why-card:focus-visible {
  transform: translateY(-6px);

  border-color: rgba(8, 123, 237, 0.48);
  background: #ffffff;

  box-shadow:
    0 20px 48px rgba(7, 26, 51, 0.12),
    0 0 0 1px rgba(8, 123, 237, 0.04);

  text-decoration: none !important;
}

.bs-why-card:hover::after,
.bs-why-card:focus-visible::after {
  transform: scale(1.25);
  background: rgba(8, 123, 237, 0.085);
}

.bs-why-card:focus-visible {
  outline: 3px solid rgba(255, 196, 0, 0.7);
  outline-offset: 4px;
}


/* =========================================================
   ICON
========================================================= */

.bs-why-card__icon {
  position: relative;
  z-index: 2;

  display: inline-flex;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;

  margin-bottom: 22px;

  color: var(--bs-why-blue);
  border: 1px solid rgba(8, 123, 237, 0.12);
  border-radius: 16px;
  background: #eaf4ff;

  transition:
    color 0.25s ease,
    transform 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}

.bs-why-card__icon svg {
  width: 29px;
  height: 29px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bs-why-card:hover .bs-why-card__icon,
.bs-why-card:focus-visible .bs-why-card__icon {
  color: var(--bs-why-navy);
  border-color: rgba(255, 196, 0, 0.35);
  background: var(--bs-why-yellow);
  transform: translateY(-2px);
}


/* =========================================================
   CONTENT
========================================================= */

.bs-why-card__content {
  position: relative;
  z-index: 2;
}

.bs-why-card__title {
  margin: 0 0 12px !important;

  color: var(--bs-why-navy);
  font-size: 23px;
  font-weight: 850;
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.bs-why-card__text {
  margin: 0;

  color: var(--bs-why-muted);
  font-size: 15px;
  line-height: 1.7;
}


/* =========================================================
   CTA
========================================================= */

.bs-why-card__cta {
  position: relative;
  z-index: 2;

  display: inline-flex;
  align-items: center;
  gap: 9px;

  width: fit-content;
  margin-top: auto;
  padding-top: 26px;

  color: var(--bs-why-blue);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.2;

  transition:
    color 0.25s ease,
    gap 0.25s ease;
}

.bs-why-card__cta svg {
  width: 18px;
  height: 18px;

  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;

  transition: transform 0.25s ease;
}

.bs-why-card:hover .bs-why-card__cta,
.bs-why-card:focus-visible .bs-why-card__cta {
  gap: 14px;
  color: var(--bs-why-blue-dark);
}

.bs-why-card:hover .bs-why-card__cta svg,
.bs-why-card:focus-visible .bs-why-card__cta svg {
  transform: translateX(4px);
}


/* =========================================================
   FEATURED CARD
========================================================= */

.bs-why-card--featured {
  border-color: rgba(255, 196, 0, 0.48);
  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      #fffdf3 100%
    );
}

.bs-why-card--featured .bs-why-card__icon {
  color: var(--bs-why-navy);
  border-color: rgba(255, 196, 0, 0.38);
  background: var(--bs-why-yellow);
}

.bs-why-card--featured:hover,
.bs-why-card--featured:focus-visible {
  border-color: var(--bs-why-yellow);
}

.bs-why-card__badge {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 7px 11px;

  color: var(--bs-why-navy);
  border-radius: 999px;
  background: var(--bs-why-yellow);

  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}


/* =========================================================
   TRUST BAR
========================================================= */

.bs-why__trust {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, minmax(0, 1fr));
  gap: 1px;

  margin-top: 44px;

  overflow: hidden;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.15);

  box-shadow: 0 14px 36px rgba(7, 26, 51, 0.13);
}

.bs-why__trust > div {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: center;

  padding: 15px;

  color: #ffffff;
  background: var(--bs-why-navy);

  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}

.bs-why__trust-lead {
  color: var(--bs-why-navy) !important;
  background: var(--bs-why-yellow) !important;

  font-size: 15px !important;
  font-weight: 950 !important;
}

.bs-why__trust-item::before {
  content: "✓";

  margin-right: 8px;

  color: var(--bs-why-yellow);
  font-weight: 950;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

  .bs-why {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .bs-why__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bs-why__trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bs-why__trust-lead {
    grid-column: 1 / -1;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

  .bs-why {
    padding: 64px 16px;
  }

  .bs-why__header {
    margin-bottom: 34px;
    text-align: left;
  }

  .bs-why__eyebrow {
    margin-bottom: 13px;
  }

  .bs-why__title {
    font-size: 36px;
    line-height: 1.08;
  }

  .bs-why__intro {
    font-size: 16px;
    line-height: 1.64;
  }

  .bs-why__grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .bs-why-card {
    min-height: 0;
    padding: 25px 23px;
    border-radius: 17px;
  }

  .bs-why-card::after {
    right: -90px;
    bottom: -90px;
  }

  .bs-why-card__icon {
    width: 52px;
    height: 52px;
    margin-bottom: 17px;
    border-radius: 14px;
  }

  .bs-why-card__icon svg {
    width: 26px;
    height: 26px;
  }

  .bs-why-card__title {
    font-size: 21px;
  }

  .bs-why-card__text {
    font-size: 15px;
  }

  .bs-why-card__cta {
    padding-top: 22px;
  }

  .bs-why__trust {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .bs-why__trust-lead {
    grid-column: auto;
  }

  .bs-why__trust > div {
    min-height: 55px;
    padding: 13px 16px;
  }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .bs-why-card,
  .bs-why-card::after,
  .bs-why-card__icon,
  .bs-why-card__cta,
  .bs-why-card__cta svg {
    transition: none;
  }

  .bs-why-card:hover,
  .bs-why-card:focus-visible {
    transform: none;
  }

}
/* =========================================================
   SHOP BY CATEGORY
========================================================= */

.bs-categories {
  --bs-cat-navy: #071a33;
  --bs-cat-blue: #087bed;
  --bs-cat-yellow: #ffc400;
  --bs-cat-white: #ffffff;
  --bs-cat-muted: #66778c;
  --bs-cat-light: #f4f8fc;

  width: 100%;
  padding: 96px 22px;
  background: var(--bs-cat-light);
}

.bs-categories,
.bs-categories * {
  box-sizing: border-box;
}

.bs-categories__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.bs-categories__header {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}

.bs-categories__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 15px;
  padding: 8px 13px;

  color: var(--bs-cat-blue);
  border-radius: 999px;
  background: #e7f2ff;

  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.bs-categories__title {
  margin: 0 0 18px !important;

  color: var(--bs-cat-navy);
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.bs-categories__intro {
  max-width: 720px;
  margin: 0 auto;

  color: var(--bs-cat-muted);
  font-size: 18px;
  line-height: 1.7;
}


/* =========================================================
   GRID
========================================================= */

.bs-categories__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.85fr);
  grid-template-rows: 430px 350px;
  gap: 22px;
}

.bs-category-card--excavators {
  grid-column: 1;
  grid-row: 1;
}

.bs-category-card--forklifts {
  grid-column: 2;
  grid-row: 1;
}

.bs-category-card--loaders {
  grid-column: 1;
  grid-row: 2;
}

.bs-category-card--attachments {
  grid-column: 2;
  grid-row: 2;
}


/* =========================================================
   CARD
========================================================= */

.bs-category-card {
  position: relative;

  display: block;
  min-width: 0;
  min-height: 0;

  overflow: hidden;
  border: 1px solid rgba(7, 26, 51, 0.12);
  border-radius: 22px;
  background: var(--bs-cat-navy);

  color: var(--bs-cat-white);
  text-decoration: none !important;

  box-shadow: 0 16px 40px rgba(7, 26, 51, 0.12);

  isolation: isolate;

  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.bs-category-card:hover,
.bs-category-card:focus-visible {
  transform: translateY(-6px);

  border-color: rgba(8, 123, 237, 0.85);

  box-shadow:
    0 26px 58px rgba(7, 26, 51, 0.2),
    0 0 0 2px rgba(8, 123, 237, 0.12);

  color: var(--bs-cat-white);
  text-decoration: none !important;
}

.bs-category-card:focus-visible {
  outline: 3px solid rgba(255, 196, 0, 0.85);
  outline-offset: 4px;
}


/* =========================================================
   IMAGE
========================================================= */

.bs-category-card__media {
  position: absolute;
  inset: 0;
  z-index: -3;

  overflow: hidden;
  background: #dce4ec;
}

.bs-category-card__image {
  display: block;
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  transition:
    transform 0.75s cubic-bezier(0.2, 0.75, 0.25, 1),
    filter 0.4s ease;
}

.bs-category-card:hover .bs-category-card__image,
.bs-category-card:focus-visible .bs-category-card__image {
  transform: scale(1.055);
}


/* =========================================================
   GRADIENT
========================================================= */

.bs-category-card__shade {
  position: absolute;
  inset: 0;
  z-index: -2;

  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      rgba(7, 26, 51, 0.03) 0%,
      rgba(7, 26, 51, 0.05) 28%,
      rgba(7, 26, 51, 0.42) 63%,
      rgba(7, 26, 51, 0.96) 100%
    );
}

.bs-category-card::after {
  content: "";

  position: absolute;
  inset: 0;
  z-index: -1;

  pointer-events: none;

  background:
    linear-gradient(
      90deg,
      rgba(8, 123, 237, 0.24),
      transparent 45%
    );

  opacity: 0;

  transition: opacity 0.35s ease;
}

.bs-category-card:hover::after,
.bs-category-card:focus-visible::after {
  opacity: 1;
}


/* =========================================================
   CONTENT
========================================================= */

.bs-category-card__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;

  display: flex;
  flex-direction: column;
  align-items: flex-start;

  padding: 34px;
}

.bs-category-card__label {
  display: inline-flex;

  margin-bottom: 10px;
  padding: 6px 9px;

  color: var(--bs-cat-navy);
  border-radius: 999px;
  background: var(--bs-cat-yellow);

  font-size: 10px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bs-category-card__title {
  margin: 0 0 10px !important;

  color: var(--bs-cat-white);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.035em;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.25);
}

.bs-category-card__text {
  max-width: 620px;
  margin: 0;

  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.6;
}

.bs-category-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  margin-top: 18px;

  color: var(--bs-cat-white);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.2;

  transition:
    gap 0.25s ease,
    color 0.25s ease;
}

.bs-category-card__cta svg {
  width: 18px;
  height: 18px;

  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;

  transition: transform 0.25s ease;
}

.bs-category-card:hover .bs-category-card__cta,
.bs-category-card:focus-visible .bs-category-card__cta {
  gap: 14px;
  color: var(--bs-cat-yellow);
}

.bs-category-card:hover .bs-category-card__cta svg,
.bs-category-card:focus-visible .bs-category-card__cta svg {
  transform: translateX(4px);
}


/* =========================================================
   SMALLER RIGHT CARDS
========================================================= */

.bs-category-card--forklifts .bs-category-card__content,
.bs-category-card--attachments .bs-category-card__content {
  padding: 28px;
}

.bs-category-card--forklifts .bs-category-card__title,
.bs-category-card--attachments .bs-category-card__title {
  font-size: clamp(27px, 2.4vw, 36px);
}

.bs-category-card--forklifts .bs-category-card__text,
.bs-category-card--attachments .bs-category-card__text {
  max-width: 430px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

  .bs-categories {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .bs-categories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 390px 340px;
  }

  .bs-category-card--excavators,
  .bs-category-card--forklifts,
  .bs-category-card--loaders,
  .bs-category-card--attachments {
    grid-column: auto;
    grid-row: auto;
  }

  .bs-category-card__content,
  .bs-category-card--forklifts .bs-category-card__content,
  .bs-category-card--attachments .bs-category-card__content {
    padding: 27px;
  }

  .bs-category-card__title,
  .bs-category-card--forklifts .bs-category-card__title,
  .bs-category-card--attachments .bs-category-card__title {
    font-size: 30px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

  .bs-categories {
    padding: 64px 16px;
  }

  .bs-categories__header {
    margin-bottom: 34px;
    text-align: left;
  }

  .bs-categories__title {
    font-size: 36px;
    line-height: 1.08;
  }

  .bs-categories__intro {
    font-size: 16px;
    line-height: 1.65;
  }

  .bs-categories__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 15px;
  }

  .bs-category-card,
  .bs-category-card--excavators,
  .bs-category-card--forklifts,
  .bs-category-card--loaders,
  .bs-category-card--attachments {
    grid-column: auto;
    grid-row: auto;
    min-height: 390px;
    border-radius: 18px;
  }

  .bs-category-card--forklifts,
  .bs-category-card--attachments {
    min-height: 360px;
  }

  .bs-category-card__content,
  .bs-category-card--forklifts .bs-category-card__content,
  .bs-category-card--attachments .bs-category-card__content {
    padding: 24px;
  }

  .bs-category-card__title,
  .bs-category-card--forklifts .bs-category-card__title,
  .bs-category-card--attachments .bs-category-card__title {
    font-size: 30px;
  }

  .bs-category-card__text {
    font-size: 14px;
    line-height: 1.55;
  }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .bs-category-card,
  .bs-category-card__image,
  .bs-category-card::after,
  .bs-category-card__cta,
  .bs-category-card__cta svg {
    transition: none;
  }

  .bs-category-card:hover,
  .bs-category-card:focus-visible {
    transform: none;
  }

  .bs-category-card:hover .bs-category-card__image,
  .bs-category-card:focus-visible .bs-category-card__image {
    transform: none;
  }

}

/* =========================================================
   BEST SEEDLING — EQUIPMENT LANDING PAGES
   Consolidated light version. Add once globally.
   ========================================================= */

:root {
  --bs-blue: #0057b8;
  --bs-blue-dark: #003f87;
  --bs-yellow: #ffd100;
  --bs-black: #101216;
  --bs-ink: #20242b;
  --bs-muted: #68717d;
  --bs-line: #dbe4ee;
  --bs-soft: #f7f9fc;
  --bs-soft-blue: #edf5ff;
  --bs-white: #ffffff;
  --bs-shadow: 0 14px 38px rgba(20, 55, 90, 0.10);
  --bs-radius: 18px;
  --bs-container: 1240px;
}

.bs-page,
.bs-page * {
  box-sizing: border-box;
}

.bs-page {
  overflow: hidden;
  color: var(--bs-ink);
  background: var(--bs-white);
  font-family: inherit;
}

.bs-container {
  width: min(calc(100% - 40px), var(--bs-container));
  margin-inline: auto;
}

.bs-section {
  padding: 64px 0;
}

.bs-section--soft {
  background: var(--bs-soft);
}

.bs-section--dark {
  color: var(--bs-ink);
  border-top: 1px solid #e2edf8;
  border-bottom: 1px solid #e2edf8;
  background: linear-gradient(180deg, #f6faff 0%, #edf5ff 100%);
}

.bs-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--bs-blue);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bs-eyebrow::before {
  width: 34px;
  height: 4px;
  content: "";
  border-radius: 999px;
  background: var(--bs-yellow);
}

.bs-section-head {
  max-width: 760px;
  margin-bottom: 38px;
}

.bs-section-head h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.bs-section-head p,
.bs-section--dark .bs-section-head p {
  max-width: 700px;
  margin: 18px 0 0;
  color: var(--bs-muted);
  font-size: 18px;
  line-height: 1.7;
}

.bs-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bs-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.bs-btn:hover {
  transform: translateY(-2px);
}

.bs-btn--primary {
  color: #fff !important;
  background: var(--bs-blue);
}

.bs-btn--primary:hover {
  background: var(--bs-blue-dark);
}

.bs-btn--yellow {
  color: var(--bs-black) !important;
  background: var(--bs-yellow);
}

.bs-btn--outline {
  color: var(--bs-blue) !important;
  border-color: #b9cce0;
  background: rgba(255, 255, 255, 0.86);
}

.bs-btn--outline:hover {
  color: var(--bs-blue-dark) !important;
  border-color: var(--bs-blue);
  background: #fff;
}

/* Hero */
.bs-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 610px;
  align-items: center;
  background: #edf3f8;
}

.bs-hero__media,
.bs-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.bs-hero__media {
  z-index: -2;
}

.bs-hero__media img {
  object-fit: cover;
  object-position: var(--bs-hero-position, center);
}

.bs-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(247,250,253,.98) 0%, rgba(247,250,253,.93) 35%, rgba(247,250,253,.62) 57%, rgba(247,250,253,.12) 82%, rgba(247,250,253,0) 100%),
    linear-gradient(0deg, rgba(232,241,250,.32), rgba(255,255,255,0) 48%);
}

.bs-hero__content {
  max-width: 720px;
  margin: 82px 0 62px;
  padding: 42px 44px 44px;
  color: var(--bs-ink);
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 20px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 18px 55px rgba(19,55,89,.12);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.bs-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--bs-black);
  font-size: clamp(44px, 5.7vw, 74px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.bs-hero__lead {
  max-width: 720px;
  margin: 24px 0 30px;
  color: #536171;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.bs-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 28px 0 0;
  padding: 0;
  color: #465566;
  font-size: 14px;
  font-weight: 700;
  list-style: none;
}

.bs-hero__facts li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bs-hero__facts li::before {
  width: 9px;
  height: 9px;
  content: "";
  border-radius: 50%;
  background: var(--bs-yellow);
}

/* Product grid */
.bs-products-wrap {
  padding: 26px;
  border: 1px solid var(--bs-line);
  border-radius: var(--bs-radius);
  background: #fff;
  box-shadow: 0 12px 36px rgba(20,55,90,.08);
}

.bs-products-shortcode {
  min-height: 160px;
}

.bs-page .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 0 !important;
}

.bs-page .woocommerce ul.products::before,
.bs-page .woocommerce ul.products::after {
  display: none !important;
  content: none !important;
}

.bs-page .woocommerce ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 0 20px !important;
  overflow: hidden;
  border: 1px solid var(--bs-line);
  border-radius: 14px;
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.bs-page .woocommerce ul.products li.product:hover {
  transform: translateY(-5px);
  border-color: rgba(0,87,184,.55);
  box-shadow: 0 16px 34px rgba(15,29,45,.12);
}

/* Equipment photos: show the whole machine, never crop it. */
.bs-page .woocommerce ul.products li.product a img {
  display: block;
  width: 100% !important;
  height: 300px !important;
  margin: 0 0 18px !important;
  padding: 10px;
  object-fit: contain !important;
  object-position: center !important;
  background: #fff;
}

.bs-page .woocommerce ul.products li.product .woocommerce-loop-product__title,
.bs-page .woocommerce ul.products li.product .price,
.bs-page .woocommerce ul.products li.product .button {
  margin-right: 18px !important;
  margin-left: 18px !important;
}

.bs-page .woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--bs-black);
  font-size: 18px !important;
  font-weight: 800;
  line-height: 1.3;
}

.bs-page .woocommerce ul.products li.product .price {
  color: var(--bs-blue) !important;
  font-size: 17px !important;
  font-weight: 800 !important;
}

.bs-page .woocommerce ul.products li.product .button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 12px 16px;
  color: #fff;
  border-radius: 7px;
  background: var(--bs-blue);
}

/* Trust cards */
.bs-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.bs-trust-card {
  padding: 28px;
  border: 1px solid #e0e8f1;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(20,55,90,.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.bs-trust-card:hover {
  transform: translateY(-4px);
  border-color: #b8d0ea;
  box-shadow: 0 16px 34px rgba(20,55,90,.10);
}

.bs-trust-card__number {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 18px;
  color: var(--bs-black);
  border-radius: 10px;
  background: var(--bs-yellow);
  font-size: 15px;
  font-weight: 900;
}

.bs-trust-card h3 {
  margin: 0 0 10px;
  color: var(--bs-black);
  font-size: 20px;
  line-height: 1.2;
}

.bs-trust-card p {
  margin: 0;
  color: var(--bs-muted);
  font-size: 15px;
  line-height: 1.65;
}

/* Applications */
.bs-app-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bs-app-card {
  position: relative;
  display: flex;
  min-height: 166px;
  align-items: flex-end;
  padding: 26px;
  overflow: hidden;
  border: 1px solid #dce8f4;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(20,55,90,.07);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.bs-app-card:hover {
  transform: translateY(-4px);
  border-color: #9fc2e6;
  box-shadow: 0 16px 34px rgba(20,55,90,.11);
}

.bs-app-card::before {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 46px;
  height: 5px;
  content: "";
  border-radius: 999px;
  background: var(--bs-yellow);
}

.bs-app-card::after {
  position: absolute;
  top: 26px;
  left: 26px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  content: "→";
  color: var(--bs-blue);
  border-radius: 12px;
  background: var(--bs-soft-blue);
  font-size: 22px;
  font-weight: 900;
}

.bs-app-card span {
  color: var(--bs-black);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

/* Buyer guide */
.bs-copy-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: start;
}

.bs-copy-grid h2 {
  margin: 0;
  color: var(--bs-black);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.bs-copy-grid p {
  margin: 0 0 18px;
  color: var(--bs-muted);
  font-size: 17px;
  line-height: 1.8;
}

.bs-checks {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.bs-checks li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-weight: 700;
}

.bs-checks li::before {
  display: grid;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  place-items: center;
  content: "✓";
  color: var(--bs-black);
  border-radius: 50%;
  background: var(--bs-yellow);
  font-size: 13px;
  font-weight: 900;
}

/* FAQ */
.bs-faq {
  display: grid;
  gap: 12px;
}

.bs-faq details {
  border: 1px solid var(--bs-line);
  border-radius: 12px;
  background: #fff;
}

.bs-faq summary {
  position: relative;
  padding: 22px 58px 22px 22px;
  cursor: pointer;
  color: var(--bs-black);
  font-size: 17px;
  font-weight: 800;
  list-style: none;
}

.bs-faq summary::-webkit-details-marker {
  display: none;
}

.bs-faq summary::after {
  position: absolute;
  top: 50%;
  right: 22px;
  content: "+";
  color: var(--bs-blue);
  font-size: 28px;
  font-weight: 500;
  transform: translateY(-50%);
}

.bs-faq details[open] summary::after {
  content: "–";
}

.bs-faq details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--bs-muted);
  font-size: 16px;
  line-height: 1.7;
}

/* CTA */
.bs-cta {
  position: relative;
  padding: 72px;
  overflow: hidden;
  color: var(--bs-ink);
  border: 1px solid #cfe2f6;
  border-radius: 22px;
  background: linear-gradient(135deg, #f2f8ff 0%, #e5f2ff 58%, #f8fbff 100%);
  box-shadow: 0 18px 48px rgba(20,79,135,.10);
}

.bs-cta::before {
  position: absolute;
  top: 42px;
  right: 75px;
  width: 74px;
  height: 10px;
  content: "";
  border-radius: 999px;
  background: var(--bs-yellow);
}

.bs-cta::after {
  position: absolute;
  right: -80px;
  bottom: -150px;
  width: 420px;
  height: 420px;
  content: "";
  border: 80px solid rgba(0,87,184,.06);
  border-radius: 50%;
}

.bs-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 790px;
}

.bs-cta h2 {
  margin: 0;
  color: var(--bs-black);
  font-size: clamp(36px, 4.6vw, 60px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.bs-cta p {
  max-width: 700px;
  margin: 18px 0 28px;
  color: #586879;
  font-size: 18px;
  line-height: 1.65;
}

.bs-cta .bs-btn--outline {
  color: var(--bs-blue) !important;
  border-color: #9ebfdf;
  background: #fff;
}

@media (max-width: 1024px) {
  .bs-page .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bs-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bs-copy-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 760px) {
  .bs-container {
    width: min(calc(100% - 28px), var(--bs-container));
  }

  .bs-section {
    padding: 48px 0;
  }

  .bs-hero {
    min-height: 650px;
    align-items: end;
  }

  .bs-hero::after {
    background: linear-gradient(0deg, rgba(247,250,253,.99) 0%, rgba(247,250,253,.92) 54%, rgba(247,250,253,.22) 100%);
  }

  .bs-hero__content {
    margin: 0 0 22px;
    padding: 30px 24px;
    background: rgba(255,255,255,.88);
  }

  .bs-hero h1 {
    font-size: clamp(39px, 12vw, 56px);
  }

  .bs-products-wrap {
    padding: 14px;
  }

  .bs-page .woocommerce ul.products,
  .bs-trust-grid,
  .bs-app-grid {
    grid-template-columns: 1fr;
  }

  .bs-page .woocommerce ul.products li.product a img {
    height: 280px !important;
  }

  .bs-cta {
    padding: 42px 26px;
  }

  .bs-cta::before {
    top: 26px;
    right: 28px;
    width: 50px;
  }
}
/* =========================================================
   RS03 COMING SOON
   ========================================================= */

.bs-rs03-coming-soon {
  width: 100%;
  padding: 88px 0;
  background: #ffffff;
}

.bs-rs03-coming-soon,
.bs-rs03-coming-soon * {
  box-sizing: border-box;
}


/* =========================================================
   MAIN CARD
   ========================================================= */

.bs-rs03-coming-soon__card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: center;
  gap: clamp(34px, 5vw, 76px);
  width: 100%;
  min-height: 590px;
  padding: clamp(38px, 5vw, 72px);
  overflow: hidden;
  border: 1px solid #dce5ef;
  border-radius: 26px;
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(8, 123, 237, 0.14),
      transparent 38%
    ),
    linear-gradient(
      135deg,
      #f4f9ff 0%,
      #ffffff 68%
    );
  box-shadow: 0 22px 60px rgba(16, 40, 77, 0.12);
}

.bs-rs03-coming-soon__content,
.bs-rs03-coming-soon__media {
  min-width: 0;
}


/* =========================================================
   CONTENT
   ========================================================= */

.bs-rs03-coming-soon__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 700px;
}

.bs-rs03-coming-soon__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px;
  padding: 8px 13px;
  color: #075ee8;
  background: #eaf4ff;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bs-rs03-coming-soon__eyebrow::before {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  content: "";
  background: #ffc400;
  border-radius: 50%;
}

.bs-rs03-coming-soon h2 {
  max-width: 680px;
  margin: 0 0 20px;
  color: #10284d;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.bs-rs03-coming-soon__lead {
  max-width: 650px;
  margin: 0 0 30px;
  color: #5f6b7a;
  font-size: 18px;
  line-height: 1.65;
}


/* =========================================================
   FEATURE POINTS
   Flexbox prevents the text from moving below the number
   ========================================================= */

.bs-rs03-coming-soon__points {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  margin: 0 0 30px;
}

.bs-rs03-coming-soon__point {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 17px 19px;
  border: 1px solid #dce5ef;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 22px rgba(16, 40, 77, 0.06);
}

.bs-rs03-coming-soon__number {
  display: flex;
  flex: 0 0 46px;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin: 0;
  color: #10284d;
  background: #ffc400;
  border-radius: 11px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.bs-rs03-coming-soon__point-content {
  display: block;
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  max-width: none;
  margin: 0;
  padding: 0;
}

.bs-rs03-coming-soon__point-content h3 {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0 0 4px;
  padding: 0;
  color: #10284d;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
}

.bs-rs03-coming-soon__point-content p {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  color: #647084;
  font-size: 14px;
  line-height: 1.55;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
}

.bs-rs03-coming-soon__point-content .bs-rs03-coming-soon__price {
  color: #075ee8;
  font-size: 30px;
  font-weight: 950;
  line-height: 1.1;
}


/* =========================================================
   ACTIONS
   ========================================================= */

.bs-rs03-coming-soon__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  width: 100%;
}

.bs-rs03-coming-soon__actions .bs-btn {
  min-width: 220px;
}

.bs-rs03-coming-soon__note {
  max-width: 650px;
  margin: 18px 0 0;
  color: #758195;
  font-size: 12px;
  line-height: 1.5;
}


/* =========================================================
   MEDIA
   ========================================================= */

.bs-rs03-coming-soon__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 430px;
}

.bs-rs03-coming-soon__media::before {
  position: absolute;
  inset: 12% 2%;
  content: "";
  background: rgba(8, 123, 237, 0.11);
  border-radius: 50%;
  filter: blur(22px);
}

.bs-rs03-coming-soon__media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 620px;
  max-height: 500px;
  margin: 0;
  object-fit: contain;
  filter: drop-shadow(0 28px 28px rgba(16, 40, 77, 0.22));
}


/* =========================================================
   PRICE BADGE
   ========================================================= */

.bs-rs03-coming-soon__badge {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 3;
  min-width: 160px;
  padding: 14px 18px;
  color: #10284d;
  background: #ffc400;
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(16, 40, 77, 0.18);
  text-align: center;
  transform: rotate(2deg);
}

.bs-rs03-coming-soon__badge span,
.bs-rs03-coming-soon__badge strong {
  display: block;
  width: auto;
  max-width: none;
}

.bs-rs03-coming-soon__badge span {
  margin: 0 0 3px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bs-rs03-coming-soon__badge strong {
  margin: 0;
  font-size: 29px;
  font-weight: 950;
  line-height: 1;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1180px) {
  .bs-rs03-coming-soon__card {
    grid-template-columns: 1fr;
    gap: 32px;
    min-height: 0;
  }

  .bs-rs03-coming-soon__content {
    max-width: none;
  }

  .bs-rs03-coming-soon__media {
    order: -1;
    min-height: 380px;
  }

  .bs-rs03-coming-soon__media img {
    width: min(100%, 620px);
    max-height: 420px;
    margin-inline: auto;
  }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 760px) {
  .bs-rs03-coming-soon {
    padding: 50px 0;
  }

  .bs-rs03-coming-soon__card {
    display: flex;
    flex-direction: column;
    gap: 28px;
    min-height: 0;
    padding: 28px 20px;
    border-radius: 20px;
  }

  .bs-rs03-coming-soon__content {
    order: 1;
    width: 100%;
  }

  .bs-rs03-coming-soon__media {
    order: 0;
    width: 100%;
    min-height: 270px;
  }

  .bs-rs03-coming-soon__media img {
    width: 100%;
    max-height: 300px;
  }

  .bs-rs03-coming-soon__badge {
    top: 0;
    right: 0;
    min-width: 135px;
    padding: 12px 15px;
  }

  .bs-rs03-coming-soon__badge strong {
    font-size: 25px;
  }

  .bs-rs03-coming-soon h2 {
    font-size: clamp(36px, 11vw, 50px);
    line-height: 1;
  }

  .bs-rs03-coming-soon__lead {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.6;
  }

  .bs-rs03-coming-soon__point {
    gap: 14px;
    padding: 16px;
  }

  .bs-rs03-coming-soon__number {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
  }

  .bs-rs03-coming-soon__point-content h3 {
    font-size: 17px;
    line-height: 1.3;
  }

  .bs-rs03-coming-soon__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bs-rs03-coming-soon__actions .bs-btn {
    width: 100%;
    min-width: 0;
  }
}
/* =========================================================
   BEST SEEDLING — SALE PAGE
   ========================================================= */

.bs-sale-hero {
  padding: 28px 0 0;
  background: #fff;
}

/* Exact reset for the banner figure */
figure.bs-sale-hero__media {
  display: block;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden;
  line-height: 0;
  font-size: 0;

  border: 1px solid var(--bs-line);
  border-radius: 22px;
  background: transparent;
  box-shadow: var(--bs-shadow);
  box-sizing: border-box;
}

figure.bs-sale-hero__media > img {
  position: static !important;
  display: block !important;

  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0;
  border-radius: 0;
  vertical-align: top;
  object-fit: initial !important;
}

/* Featured sale products */
.bs-sale-page .bs-featured-products ul.products {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bs-sale-page .bs-featured-products ul.products li.product a img {
  height: 380px !important;
}

/* Trust cards */
.bs-sale-page .bs-trust-grid {
  align-items: stretch;
}

.bs-sale-page .bs-trust-card {
  height: 100%;
}

@media (max-width: 760px) {

  .bs-sale-hero {
    padding-top: 14px;
  }

  figure.bs-sale-hero__media {
    border-radius: 14px;
  }

  .bs-sale-page .bs-featured-products ul.products {
    grid-template-columns: 1fr;
  }

  .bs-sale-page .bs-featured-products ul.products li.product a img {
    height: 290px !important;
  }

}