/** Shopify CDN: Minification failed

Line 621:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:big-image (INDEX:5) */
.big-image {
  line-height: 0;
}
.big-image__img {
  width: 100%;
  height: auto;
  display: block;
}
.big-image__placeholder {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}
.big-image__placeholder .placeholder-svg {
  width: 100%;
  max-width: 1200px;
}
/* END_SECTION:big-image */

/* START_SECTION:blog-header (INDEX:6) */
.blog-header {
  padding-top: 40px;
  padding-bottom: 20px;
}
.blog-header__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 20px;
  color: #000;
}
.blog-header__meta {
  display: flex;
  align-items: center;
  gap: 12px;
}
.blog-header__avatar {
  border-radius: 50%;
  object-fit: cover;
}
.blog-header__author-info {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #555;
}
.blog-header__author {
  font-weight: 600;
  color: #333;
}
.blog-header__date {
  color: #888;
}

@media screen and (max-width: 768px) {
  .blog-header {
    text-align: center;
    padding: 30px 15px 15px;
  }
  .blog-header__title {
    font-size: 24px;
  }
  .blog-header__meta {
    justify-content: center;
  }
}
/* END_SECTION:blog-header */

/* START_SECTION:cta-button (INDEX:23) */
.cta-button-section {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.cta-button-section__wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.cta-button-section__btn {
  display: inline-block;
  padding: 18px 48px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  transition: opacity 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cta-button-section__btn:hover {
  opacity: 0.9;
}
.cta-button-section__subtext {
  margin-top: 12px;
  font-size: 14px;
  color: #666;
}
@media screen and (max-width: 768px) {
  .cta-button-section {
    padding: 30px 15px;
  }
  .cta-button-section__btn {
    padding: 16px 32px;
    font-size: 18px;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}
/* END_SECTION:cta-button */

/* START_SECTION:faq-section (INDEX:56) */
.faq-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.faq-section__title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 36px;
}
.faq-section__list {
  max-width: 800px;
  margin: 0 auto;
}
.faq-section__item {
  border-bottom: 1px solid #e0e0e0;
  padding: 0;
}
.faq-section__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.faq-section__question::-webkit-details-marker {
  display: none;
}
.faq-section__arrow {
  font-size: 12px;
  color: #888;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 16px;
}
.faq-section__item[open] .faq-section__arrow {
  transform: rotate(180deg);
}
.faq-section__answer {
  padding: 0 0 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}
.faq-section__answer p {
  margin: 0 0 10px;
}
.faq-section__answer p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .faq-section {
    padding: 30px 15px;
  }
  .faq-section__title {
    font-size: 24px;
  }
  .faq-section__question {
    font-size: 16px;
  }
}
/* END_SECTION:faq-section */

/* START_SECTION:footer-simple (INDEX:61) */
.footer-simple {
  padding: 24px 0;
  text-align: center;
}
.footer-simple__copyright {
  margin: 0;
  font-size: 14px;
}
/* END_SECTION:footer-simple */

/* START_SECTION:image-with-text (INDEX:78) */
.image-with-text {
  line-height: 0;
}
.image-with-text__container {
  position: relative;
  overflow: hidden;
}
.image-with-text__img {
  width: 100%;
  height: auto;
  display: block;
}
.image-with-text__placeholder {
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}
.image-with-text__placeholder .placeholder-svg {
  width: 100%;
  max-width: 1200px;
}
.image-with-text__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.image-with-text__content {
  position: absolute;
  padding: 40px;
  max-width: 600px;
  z-index: 2;
}
.image-with-text__content--center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.image-with-text__content--top-left {
  top: 40px;
  left: 40px;
  text-align: left;
}
.image-with-text__content--top-right {
  top: 40px;
  right: 40px;
  text-align: right;
}
.image-with-text__content--bottom-left {
  bottom: 40px;
  left: 40px;
  text-align: left;
}
.image-with-text__content--bottom-right {
  bottom: 40px;
  right: 40px;
  text-align: right;
}
.image-with-text__title {
  font-weight: 700;
  margin: 0 0 16px;
  line-height: 1.2;
}
.image-with-text__text {
  line-height: 1.6;
}
.image-with-text__text p {
  margin: 0 0 10px;
}
.image-with-text__text p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .image-with-text__content {
    padding: 20px;
    max-width: 100%;
    box-sizing: border-box;
  }
  .image-with-text__content--center {
    padding: 15px;
  }
  .image-with-text__content--top-left,
  .image-with-text__content--top-right,
  .image-with-text__content--bottom-left,
  .image-with-text__content--bottom-right {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .image-with-text__title {
    font-size: 24px !important;
  }
  .image-with-text__text {
    font-size: 16px !important;
  }
}
/* END_SECTION:image-with-text */

/* START_SECTION:product-comparison (INDEX:115) */
.product-comparison {
  padding-top: 40px;
  padding-bottom: 40px;
}
.product-comparison__title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px;
  color: #000;
}
.product-comparison__table {
  width: 100%;
  border-collapse: collapse;
}
.product-comparison__th {
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  background: #f9f9f9;
  border-bottom: 2px solid #ddd;
}
.product-comparison__th--our {
  color: #2d8a4e;
}
.product-comparison__th--other {
  color: #666;
}
.product-comparison__td {
  padding: 14px 20px;
  font-size: 16px;
  border-bottom: 1px solid #eee;
}
.product-comparison__td--our {
  color: #2d8a4e;
}
.product-comparison__td--other {
  color: #999;
}
.product-comparison__icon {
  margin-right: 10px;
  font-weight: 700;
}
.product-comparison__icon--check {
  color: #2d8a4e;
}
.product-comparison__icon--cross {
  color: #d32f2f;
}
@media screen and (max-width: 768px) {
  .product-comparison {
    padding: 30px 15px;
  }
  .product-comparison__title {
    font-size: 22px;
  }
  .product-comparison__td,
  .product-comparison__th {
    padding: 10px 12px;
    font-size: 14px;
  }
}
/* END_SECTION:product-comparison */

/* START_SECTION:product-reviews (INDEX:120) */
.product-reviews {
  padding-top: 40px;
  padding-bottom: 40px;
}
.product-reviews__title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px;
}
.product-reviews__description {
  text-align: center;
  font-size: 16px;
  color: #555;
  margin: 0 0 30px;
}
.product-reviews__stars-row {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 12px;
}
.product-reviews__star-img {
  width: auto;
  height: 80px;
  object-fit: contain;
}
.product-reviews__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}
.product-reviews__card {
  background: #f8f8f8;
  border-radius: 12px;
  padding: 24px;
}
.product-reviews__card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.product-reviews__card-avatar {
  border-radius: 50%;
  object-fit: cover;
}
.product-reviews__card-author {
  font-weight: 700;
  font-size: 16px;
  color: #333;
}
.product-reviews__card-content {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .product-reviews {
    padding: 30px 15px;
  }
  .product-reviews__title {
    font-size: 22px;
  }
  .product-reviews__grid {
    grid-template-columns: 1fr;
  }
  .product-reviews__star-img {
    height: 60px;
  }
}
/* END_SECTION:product-reviews */

/* START_SECTION:promotional-copy (INDEX:124) */
.promotional-copy {
  padding-top: 50px;
  padding-bottom: 50px;
}
.promotional-copy__inner {
  text-align: center;
}
.promotional-copy__update {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.promotional-copy__description {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin: 0 0 10px;
}
.promotional-copy__note {
  font-size: 14px;
  color: #888;
  margin: 0 0 24px;
  font-style: italic;
}
.promotional-copy__image {
  margin: 30px auto;
}
.promotional-copy__image img {
  max-width: 100%;
  height: auto;
}
.promotional-copy__trust {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin: 30px 0;
}
.promotional-copy__trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #555;
}
.promotional-copy__trust-icon {
  font-size: 28px;
}
.promotional-copy__cta {
  margin-top: 24px;
}
.promotional-copy__btn {
  display: inline-block;
  padding: 18px 48px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: opacity 0.2s ease;
}
.promotional-copy__btn:hover {
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .promotional-copy {
    padding: 35px 15px;
  }
  .promotional-copy__trust {
    gap: 16px;
  }
  .promotional-copy__btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 16px 24px;
    font-size: 18px;
  }
}
/* END_SECTION:promotional-copy */

/* START_SECTION:rich-text-section (INDEX:134) */
.rich-text-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.page-width--narrow {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.rich-text-section__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 20px;
  color: #000;
}
.rich-text-section__content {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}
.rich-text-section__content p {
  margin: 0 0 16px;
}
.rich-text-section__content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .rich-text-section {
    padding: 30px 15px;
  }
  .rich-text-section__title {
    font-size: 24px;
  }
  .rich-text-section__content {
    font-size: 16px;
  }
}
/* END_SECTION:rich-text-section */

/* START_SECTION:satisfaction-guarantee (INDEX:136) */
.satisfaction-guarantee {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background: #fff;
}
.satisfaction-guarantee__title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 20px;
  color: #000;
}
.satisfaction-guarantee__content {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}
.satisfaction-guarantee__content p {
  margin: 0 0 14px;
}
.satisfaction-guarantee__content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .satisfaction-guarantee {
    padding: 30px 15px;
  }
  .satisfaction-guarantee__title {
    font-size: 22px;
  }
  .satisfaction-guarantee__content {
    font-size: 16px;
  }
}
/* END_SECTION:satisfaction-guarantee */

/* START_SECTION:weed-tool-landing (INDEX:188) */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,600;9..144,700&family=Work+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&family=Inter:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&family=DM+Serif+Display&family=DM+Sans:wght@400;500;600;700&display=swap');

.wtl-wrap{
  --forest:      #223B26;
  --forest-deep: #16261A;
  --leaf:        #5C8A4A;
  --leaf-bright: #7CB35C;
  --soil:        #8A5A38;
  --cream:       #FAF6EC;
  --cream-2:     #F1EAD8;
  --ink:         #23241F;
  --urgency:     #C4562A;
  --line:        rgba(34,59,38,0.15);

  max-width:480px; margin:0 auto; background:var(--cream);
  font-family:var(--font-body); color:var(--ink); line-height:1.5;
  -webkit-font-smoothing:antialiased; position:relative;
}
.wtl-wrap *{box-sizing:border-box;}
.wtl-wrap .wtl-placeholder{ background:#E5E7EB; display:block; }
.wtl-wrap img{max-width:100%; display:block;}
.wtl-wrap .rel{position:relative;}

/* HERO */
.wtl-hero{padding:14px 16px 8px; background:var(--bg-hero);}
.wtl-hero-topbar{
  display:flex; align-items:flex-start; gap:10px;
  background:var(--cream-2); padding:10px 14px; border-radius:12px;
  margin-bottom:14px;
}
.wtl-hero-topbar-icon{font-size:20px; line-height:1.3; flex-shrink:0;}
.wtl-hero-topbar-text{display:flex; flex-direction:column; gap:2px; min-width:0;}
.wtl-hero-topbar-line{font-size:13px; font-weight:500; color:var(--forest-deep); line-height:1.4;}
.wtl-hero-topbar-line p{margin:0;}
.wtl-hero-topbar-line b, .wtl-hero-topbar-line strong{font-weight:700;}
.wtl-hero-topbar-sub{font-size:12px; color:var(--ink); opacity:0.55; line-height:1.4;}
.wtl-hero-media{border-radius:16px; overflow:hidden; margin-bottom:16px; background:var(--forest);}
.wtl-hero-media img{width:100%; height:auto; display:block;}
.wtl-hero-scrim-top{position:absolute; top:0; left:0; right:0; height:42%; background:linear-gradient(180deg, rgba(15,26,17,0.72) 0%, rgba(15,26,17,0.32) 60%, transparent 100%);}
.wtl-hero-scrim-bottom{position:absolute; bottom:0; left:0; right:0; height:22%; background:linear-gradient(0deg, rgba(15,26,17,0.85) 0%, transparent 100%);}
.wtl-hero-logo-badge{position:absolute; top:16px; left:50%; transform:translateX(-50%); background:#fff; color:var(--forest-deep); font-family:var(--font-display); font-weight:700; font-size:15px; padding:8px 18px; border-radius:100px; box-shadow:0 4px 14px rgba(0,0,0,0.18); z-index:2;}
.wtl-hero-copy{position:absolute; top:60px; left:16px; right:16px; z-index:2; text-align:center;}
.wtl-hero-copy h1{font-family:var(--font-display); font-weight:700; font-size:22px; color:#fff; line-height:1.22; margin:0 0 8px; text-shadow:0 2px 10px rgba(0,0,0,0.35);}
.wtl-hero-copy .wtl-sub{font-size:12.5px; color:rgba(255,255,255,0.92); line-height:1.5; text-shadow:0 1px 6px rgba(0,0,0,0.35); margin:0;}
.wtl-hero-stock-bar{position:absolute; left:0; right:0; bottom:0; z-index:2; display:flex; align-items:center; justify-content:space-between; background:rgba(10,18,12,0.55); color:#fff; font-size:13px; font-weight:600; padding:12px 16px;}
.wtl-chev{opacity:0.6; font-size:16px;}
.wtl-stock-sub{font-size:12.5px; font-weight:600; color:var(--urgency); text-align:center; margin:10px 0 16px;}

.wtl-eyebrow{font-family:var(--font-body); font-size:11px; letter-spacing:1.5px; text-transform:uppercase; color:var(--leaf); font-weight:600; margin-bottom:8px;}

.wtl-badge-grid{display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-bottom:18px;}
.wtl-badge-card{background:#fff; border:1px solid var(--line); border-radius:12px; padding:12px 10px; text-align:center;}
.wtl-badge-card .wtl-icon{width:34px; height:34px; margin:0 auto 8px; border-radius:8px; background:var(--cream-2); display:flex; align-items:center; justify-content:center;}
.wtl-badge-card .wtl-icon svg{width:18px; height:18px; stroke:var(--forest);}
.wtl-badge-card p{font-size:12px; font-weight:600; color:var(--forest-deep); line-height:1.3; margin:0;}

.wtl-cta-primary{display:block; width:100%; text-align:center; text-decoration:none; background:var(--urgency); color:#fff; font-family:var(--font-body); font-weight:700; font-size:16px; padding:16px; border-radius:100px; box-shadow:0 6px 20px rgba(196,86,42,0.3); margin-bottom:12px; border:none; cursor:pointer;}
.wtl-strike{opacity:0.7; font-weight:400; text-decoration:line-through; margin-right:6px; font-size:14px;}

.wtl-trust-row{display:flex; flex-wrap:wrap; justify-content:center; gap:10px 14px; margin-bottom:14px;}
.wtl-trust-item{display:flex; align-items:center; gap:6px; font-size:11.5px; font-weight:500; color:var(--forest); opacity:0.7;}
.wtl-trust-item svg{width:14px; height:14px; stroke:var(--leaf); flex-shrink:0;}

.wtl-guarantee-heading{text-align:center; font-family:var(--font-display); font-weight:700; font-size:17px; color:var(--forest-deep); margin-bottom:14px;}
.wtl-guarantee-image-wrap{display:flex; justify-content:center;}
.wtl-guarantee-image-wrap img{width:56%; max-width:220px; aspect-ratio:1/1; object-fit:contain;}

/* ROOT DIVIDER */
.wtl-root-divider{width:100%; height:34px; margin:6px 0;}
.wtl-root-divider svg{width:100%; height:100%; display:block;}

/* SECTION GENERIC */
.wtl-wrap section{padding:32px 16px;}
.wtl-section-head{text-align:center; margin-bottom:22px;}
.wtl-section-head .wtl-eyebrow{justify-content:center; display:flex;}
.wtl-wrap h2{font-family:var(--font-display); font-weight:600; font-size:23px; color:var(--forest-deep); line-height:1.25; margin:0;}
.wtl-section-head p{font-size:13.5px; color:var(--ink); opacity:0.65; margin-top:8px;}

/* SOCIAL PROOF */
.wtl-proof-strip{background:var(--bg-proof); color:var(--cream);}
.wtl-proof-strip h2{color:var(--cream);}
.wtl-stat-counter{text-align:center; margin-top:16px; padding-top:16px; border-top:1px solid rgba(255,255,255,0.12);}
.wtl-stat-number{font-family:var(--font-display); font-weight:700; font-size:34px; color:var(--leaf-bright); display:block; line-height:1.1;}
.wtl-stat-number::after{content:"+";}
.wtl-stat-label{font-size:12.5px; font-weight:600; opacity:0.75; letter-spacing:0.2px;}
.wtl-keyword-list{display:flex; flex-direction:column; gap:10px; margin-top:18px;}
.wtl-keyword-item{display:flex; align-items:center; gap:10px; font-size:14px; font-weight:500; background:rgba(255,255,255,0.05); padding:12px 14px; border-radius:10px;}
.wtl-keyword-item .wtl-stars{color:#E8B94C; font-size:12px; letter-spacing:1px;}
.wtl-review-card{background:rgba(255,255,255,0.06); border-radius:14px; padding:16px; margin-top:12px;}
.wtl-review-photo{width:calc(100% + 32px); margin:-16px -16px 14px; border-radius:14px 14px 0 0; aspect-ratio:16/10; object-fit:cover; display:block;}
.wtl-review-card .wtl-stars{color:#E8B94C; font-size:13px; margin-bottom:8px; letter-spacing:2px;}
.wtl-review-card p.wtl-quote{font-size:14px; line-height:1.55; margin-bottom:12px; opacity:0.9;}
.wtl-review-author{display:flex; align-items:center; gap:10px;}
.wtl-review-author img{width:32px; height:32px; border-radius:100px; object-fit:cover;}
.wtl-name{font-size:13px; font-weight:600;}
.wtl-verified{font-size:11px; opacity:0.55;}

/* PROBLEM / SOLUTION */
.wtl-sec-problem{background:var(--bg-problem);}
.wtl-ps-headline{display:inline-block; font-family:var(--font-body); font-weight:700; font-size:14px; color:var(--leaf); margin-top:10px; text-decoration:none; border-bottom:1px solid currentColor; padding-bottom:1px;}
.wtl-ps-track{display:flex; gap:14px; overflow-x:auto; scroll-snap-type:x mandatory; padding:18px 16px 6px; -webkit-overflow-scrolling:touch;}
.wtl-ps-card{flex:0 0 82%; scroll-snap-align:center; border-radius:18px; overflow:hidden; box-shadow:0 8px 24px rgba(20,30,15,0.1);}
.wtl-ps-problem-panel{background:#fff; padding:18px 16px 16px; position:relative;}
.wtl-ps-warn-badge{display:inline-flex; align-items:center; gap:6px; background:#fdecea; color:#C4562A; font-weight:700; font-size:13px; padding:6px 12px; border-radius:100px; margin-bottom:12px;}
.wtl-ps-img{border-radius:12px; overflow:hidden;}
.wtl-ps-img img{width:100%; aspect-ratio:4/3; object-fit:cover;}
.wtl-ps-solution-panel{background:var(--soil); color:#fff; padding:18px 16px 22px;}
.wtl-ps-check-badge{display:inline-flex; align-items:center; gap:6px; background:rgba(255,255,255,0.16); font-weight:700; font-size:13px; padding:6px 12px; border-radius:100px; margin-bottom:10px;}
.wtl-ps-solution-panel p{font-size:13.5px; line-height:1.55; opacity:0.95; margin:0;}
.wtl-ps-progress-track{height:4px; background:var(--line); border-radius:100px; overflow:hidden;}
.wtl-ps-progress-fill{height:100%; width:25%; background:var(--soil); border-radius:100px; transition:transform 0.15s ease;}

/* 360 SWIPE */
.wtl-sec-swipe{background:var(--bg-swipe);}
.wtl-swipe-hint{font-family:var(--font-body); font-size:11px; letter-spacing:1px; text-align:center; color:var(--leaf); text-transform:uppercase; margin-bottom:4px; font-weight:600;}
.wtl-swipe-subhint{font-size:11px; text-align:center; color:var(--ink); opacity:0.45; margin-bottom:12px;}
.wtl-swipe-track{display:flex; gap:10px; overflow-x:auto; scroll-snap-type:x mandatory; padding-bottom:8px;}
.wtl-swipe-track img{flex:0 0 78%; scroll-snap-align:center; border-radius:12px; aspect-ratio:1/1; object-fit:cover; background:var(--cream-2);}
.wtl-dot-row{display:flex; justify-content:center; gap:6px; margin-top:10px;}
.wtl-dot-row span{width:6px; height:6px; border-radius:100px; background:var(--line); display:inline-block;}
.wtl-dot-row span.active{background:var(--leaf);}

/* FEATURE STACK */
.wtl-sec-features{background:var(--bg-features);}
.wtl-feature-stack{position:relative; padding-top:6px;}
.wtl-feature-card{position:sticky; background:#fff; border-radius:20px; overflow:hidden; margin-bottom:22px; box-shadow:0 -14px 28px -10px rgba(20,30,15,0.28), 0 10px 24px rgba(20,30,15,0.08);}
.wtl-feature-card:nth-child(1){top:64px; z-index:1;}
.wtl-feature-card:nth-child(2){top:86px; z-index:2;}
.wtl-feature-card:nth-child(3){top:108px; z-index:3;}
.wtl-feature-card:nth-child(4){top:130px; z-index:4;}
.wtl-feature-card:nth-child(n+5){top:150px; z-index:5;}
.wtl-feature-card-icon{position:absolute; top:-20px; left:50%; transform:translateX(-50%); width:42px; height:42px; border-radius:100%; background:#fff; display:flex; align-items:center; justify-content:center; box-shadow:0 4px 12px rgba(0,0,0,0.18); z-index:3;}
.wtl-feature-card-icon svg{width:20px; height:20px; stroke:var(--soil);}
.wtl-feature-card-header{background:var(--soil); color:#fff; text-align:center; padding:32px 20px 22px;}
.wtl-feature-card-header h3{font-family:var(--font-display); font-weight:700; font-size:18px; margin:0 0 8px;}
.wtl-feature-card-header p{font-size:13.5px; line-height:1.55; opacity:0.92; margin:0;}
.wtl-feature-card-media{background:#fff; padding:16px;}
.wtl-feature-card-media img{width:100%; border-radius:12px; aspect-ratio:16/10; object-fit:cover;}

/* COMPARISON */
.wtl-sec-compare{background:var(--bg-compare);}
.wtl-compare-table{width:100%; border-collapse:collapse; margin-top:8px; background:#fff; border-radius:12px; overflow:hidden;}
.wtl-compare-table th, .wtl-compare-table td{padding:12px 8px; text-align:center; font-size:12.5px; border-bottom:1px solid var(--line);}
.wtl-compare-table th{background:var(--forest-deep); color:var(--cream); font-weight:600; font-size:12px;}
.wtl-compare-table td:first-child, .wtl-compare-table th:first-child{text-align:left; font-weight:500; padding-left:12px;}
.wtl-compare-table th:not(:first-child){width:26%;}
.wtl-check{color:var(--leaf); font-size:16px; font-weight:700;}
.wtl-cross{color:var(--line); font-size:16px; font-weight:700; opacity:0.5;}
.wtl-compare-table tr:last-child td{border-bottom:none;}
.wtl-compare-table th.wtl-brand{background:var(--leaf);}

/* SPECS */
.wtl-sec-specs{background:var(--bg-specs);}
.wtl-spec-grid{background:#fff; border-radius:12px; margin-top:8px; overflow:hidden;}
.wtl-spec-row{display:flex; justify-content:space-between; padding:13px 16px; border-bottom:1px solid var(--line); font-size:13.5px;}
.wtl-spec-row:last-child{border-bottom:none;}
.wtl-spec-row .wtl-k{font-weight:500; opacity:0.55;}
.wtl-spec-row .wtl-v{font-weight:600; color:var(--forest-deep); text-align:right;}

/* DETAILED REVIEWS */
.wtl-sec-reviews{background:var(--bg-reviews);}
.wtl-dr-card{background:#fff; border:1px solid var(--line); border-radius:14px; padding:16px; margin-bottom:14px;}
.wtl-dr-card .wtl-stars{color:#E8B94C; font-size:13px; margin-bottom:8px; letter-spacing:2px;}
.wtl-dr-card p.wtl-quote{font-size:14px; line-height:1.55; margin-bottom:12px;}
.wtl-dr-card img.wtl-proof{width:100%; border-radius:10px; aspect-ratio:16/10; object-fit:cover; margin-bottom:10px;}
.wtl-dr-author{display:flex; align-items:center; gap:10px;}
.wtl-dr-author img{width:30px; height:30px; border-radius:100px; object-fit:cover;}
.wtl-dr-author .wtl-name{font-size:13px; font-weight:600; color:var(--forest-deep);}
.wtl-dr-author .wtl-verified{font-size:11px; opacity:0.5;}

/* FAQ */
.wtl-sec-faq{background:var(--bg-faq);}
.wtl-faq-item{border-bottom:1px solid var(--line); padding:16px 0;}
.wtl-faq-q{display:flex; justify-content:space-between; align-items:center; font-weight:600; font-size:14.5px; color:var(--forest-deep); cursor:pointer;}
.wtl-faq-q .wtl-plus{font-size:18px; color:var(--leaf); transition:transform 0.2s ease; flex-shrink:0; margin-left:12px;}
.wtl-faq-item.open .wtl-faq-q .wtl-plus{transform:rotate(45deg);}
.wtl-faq-a{max-height:0; overflow:hidden; transition:max-height 0.25s ease; font-size:13.5px; opacity:0.7; line-height:1.5;}
.wtl-faq-item.open .wtl-faq-a{max-height:240px; padding-top:10px;}

/* STICKY BOTTOM BAR */
.wtl-sticky-bar{position:sticky; bottom:0; z-index:40; background:#fff; border-top:1px solid var(--line); padding:10px 16px; display:flex; align-items:center; gap:10px;}
.wtl-sticky-bar .wtl-price{font-family:var(--font-display); font-weight:600; font-size:17px; color:var(--forest-deep); white-space:nowrap;}
.wtl-sticky-bar .wtl-price .wtl-old{font-size:12px; opacity:0.4; text-decoration:line-through; margin-left:4px; font-family:var(--font-body);}
.wtl-sticky-bar .wtl-cta-primary{margin:0; padding:12px; font-size:14px;}

/* FOOTER */
.wtl-sec-footer{padding:26px 16px 40px; text-align:center; background:var(--bg-footer);}
.wtl-footer-logo{margin-bottom:14px; opacity:0.6;}
.wtl-footer-logo img{margin:0 auto; height:24px; width:auto;}
.wtl-links{font-size:12px; color:var(--forest); opacity:0.6; margin-bottom:8px;}
.wtl-links a{color:inherit; margin:0 8px; text-decoration:underline;}
.wtl-copy{font-size:11px; opacity:0.4;}
/* END_SECTION:weed-tool-landing */