/* NIFDTB Academy — generated section CSS (uploaded to site_settings.sx_css_location).
   Namespaced under .sx per the CSS Authoring Contract. Brand color comes from the
   theme via --secondary-main; only new tokens are defined, all sx- prefixed. */

/* BEGIN shoopy-gen:base */
.sx {
  --sx-green-deep: #122d1c;
  --sx-gold: #c9a227;
  --sx-gold-light: #e8d18a;
  --sx-cream: #f8f6f0;
  --sx-line: #e5e1d5;
  --sx-muted: #6b7268;
  --sx-radius: 14px;
  --sx-gap: 48px;
  width: 100%;
}
.sx .sx-kicker {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sx-gold);
  text-align: center;
}
.sx .sx-btn {
  display: inline-block;
  padding: 13px 28px;
  border-radius: 999px;
  background: var(--secondary-main, #2e6b42);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
}
/* END shoopy-gen:base */

/* BEGIN shoopy-gen:usp-1 */
.sx-usp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 22px 16px;
  background: var(--sx-cream);
  border-block: 1px solid var(--sx-line);
}
.sx-usp .sx-usp__item {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-start;
}
.sx-usp .sx-usp__icon { font-size: 26px; line-height: 1; }
.sx-usp .sx-usp__title { margin: 0; font-weight: 700; font-size: 14px; color: var(--sx-green-deep); }
.sx-usp .sx-usp__sub { margin: 2px 0 0; font-size: 12.5px; color: var(--sx-muted); }
@media (min-width: 768px) {
  .sx-usp { grid-template-columns: repeat(4, 1fr); padding: 26px 32px; }
  .sx-usp .sx-usp__item { justify-content: center; }
}
/* END shoopy-gen:usp-1 */

/* BEGIN shoopy-gen:steps-1 */
.sx-steps { padding: var(--sx-gap) 16px; background: var(--sx-cream); }
.sx-steps .sx-steps__heading {
  margin: 0 0 32px;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3.4vw, 34px);
  color: var(--sx-green-deep);
}
.sx-steps .sx-steps__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  max-width: 1160px;
  margin: 0 auto;
}
.sx-steps .sx-steps__item {
  background: #fff;
  border: 1px solid var(--sx-line);
  border-radius: var(--sx-radius);
  padding: 22px;
}
.sx-steps .sx-steps__num {
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: 700;
  color: var(--sx-gold);
}
.sx-steps .sx-steps__title { margin: 10px 0 6px; font-weight: 700; font-size: 16.5px; color: var(--sx-green-deep); }
.sx-steps .sx-steps__sub { margin: 0; font-size: 14px; line-height: 1.55; color: var(--sx-muted); }
@media (min-width: 768px) {
  .sx-steps .sx-steps__grid { grid-template-columns: repeat(4, 1fr); }
}
/* END shoopy-gen:steps-1 */

/* BEGIN shoopy-gen:testimonials-1 */
.sx-quotes { padding: var(--sx-gap) 16px; }
.sx-quotes .sx-quotes__heading {
  margin: 0 0 32px;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3.4vw, 34px);
  color: var(--sx-green-deep);
}
.sx-quotes .sx-quotes__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  max-width: 1160px;
  margin: 0 auto;
}
.sx-quotes .sx-quotes__card {
  margin: 0;
  background: #fff;
  border: 1px solid var(--sx-line);
  border-radius: var(--sx-radius);
  padding: 24px;
}
.sx-quotes .sx-quotes__stars { color: var(--sx-gold); letter-spacing: 3px; margin-bottom: 10px; }
.sx-quotes .sx-quotes__card blockquote {
  margin: 0 0 14px;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.6;
  color: #2b332c;
}
.sx-quotes .sx-quotes__card figcaption { font-size: 13px; font-weight: 700; color: var(--sx-muted); }
@media (min-width: 768px) {
  .sx-quotes .sx-quotes__grid { grid-template-columns: repeat(3, 1fr); }
}
/* END shoopy-gen:testimonials-1 */

/* BEGIN shoopy-gen:advisor-1 */
.sx-advisor { padding: 0 16px var(--sx-gap); }
.sx-advisor .sx-advisor__inner {
  max-width: 1160px;
  margin: 0 auto;
  background: var(--sx-green-deep);
  border-radius: var(--sx-radius);
  padding: 34px 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.sx-advisor .sx-advisor__heading {
  margin: 0 0 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 3vw, 30px);
  color: #fff;
}
.sx-advisor .sx-advisor__sub { margin: 0; font-size: 15px; line-height: 1.55; color: #cfd8cf; }
.sx-advisor .sx-advisor__wa {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 999px;
  background: #25d366;
  color: #06331a;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .sx-advisor .sx-advisor__inner { flex-direction: row; align-items: center; justify-content: space-between; padding: 42px 48px; }
}
/* END shoopy-gen:advisor-1 */

:root {
      --secondary-main: #2e6b42;
      --green-deep: #122d1c;
      --gold: #c9a227;
      --gold-light: #e8d18a;
      --cream: #f8f6f0;
      --line: #e5e1d5;
      --ink: #1d241e;
      --muted: #6b7268;
    }
    * { box-sizing: border-box; }
    body {
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
      color: var(--ink);
      background: #fff;
    }
    img { max-width: 100%; display: block; }
    a { color: inherit; }
    .wrap { max-width: 1240px; margin: 0 auto; padding: 0 16px; }
    .sec-head { text-align: center; margin: 0 0 26px; }
    .sec-head h2 {
      margin: 0;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(24px, 3.4vw, 34px);
      color: var(--green-deep);
    }
    .sec-head .kick {
      margin: 0 0 8px;
      font-size: 13px; font-weight: 700;
      letter-spacing: .14em; text-transform: uppercase;
      color: var(--gold);
    }
    section[data-sx-tier] { margin: 48px 0; }
    section[data-sx-tier="B"] { margin: 0; }

    /* notice bar */
    .notice {
      background: var(--green-deep); color: var(--gold-light);
      text-align: center; font-size: 13px; font-weight: 600;
      letter-spacing: .02em; padding: 9px 14px;
    }
    /* header */
    .header {
      position: sticky; top: 0; z-index: 50;
      background: #fff; border-bottom: 1px solid var(--line);
    }
    .header__in {
      max-width: 1240px; margin: 0 auto; padding: 10px 16px;
      display: flex; align-items: center; gap: 16px;
    }
    .header__brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
    .header__brand img { width: 52px; height: 52px; }
    .header__name {
      font-family: Georgia, serif; font-weight: 700; font-size: 20px;
      color: var(--green-deep); line-height: 1.1;
    }
    .header__name small {
      display: block; font-family: inherit; font-size: 10.5px;
      letter-spacing: .22em; color: var(--gold); font-weight: 700;
    }
    .header nav { display: none; margin-left: 18px; gap: 22px; }
    .header nav a { text-decoration: none; font-size: 14.5px; font-weight: 600; color: #3a453b; }
    .header nav a:hover { color: var(--secondary-main); }
    .header__icons { margin-left: auto; display: flex; gap: 8px; align-items: center; }
    .header__icons .icon {
      width: 40px; height: 40px; border-radius: 50%;
      display: grid; place-items: center;
      background: var(--cream); font-size: 17px; text-decoration: none;
    }
    .header__cta {
      display: none; padding: 11px 22px; border-radius: 999px;
      background: var(--secondary-main); color: #fff;
      font-weight: 700; font-size: 14px; text-decoration: none;
    }
    @media (min-width: 1024px) {
      .header nav { display: flex; }
      .header__cta { display: inline-block; }
    }

    /* hero carousel */
    section.hero[data-sx-tier] { margin: 0 0 48px; }
    .hero__track {
      display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
      scrollbar-width: none;
    }
    .hero__track::-webkit-scrollbar { display: none; }
    .hero__slide { flex: 0 0 100%; scroll-snap-align: start; }
    .hero__slide img { width: 100%; height: auto; }
    .hero__dots { display: flex; justify-content: center; gap: 8px; padding: 12px 0 0; }
    .hero__dots button {
      width: 8px; height: 8px; border-radius: 50%; border: 0; padding: 0;
      background: #cfd6cf; cursor: pointer;
    }
    .hero__dots button.on { background: var(--secondary-main); width: 22px; border-radius: 99px; }

    /* categories */
    .cats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .cat { position: relative; border-radius: 14px; overflow: hidden; text-decoration: none; }
    .cat img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .3s; }
    .cat:hover img { transform: scale(1.04); }
    .cat span {
      position: absolute; inset: auto 0 0 0;
      padding: 26px 14px 12px;
      background: linear-gradient(transparent, rgba(10, 26, 15, .82));
      color: #fff; font-weight: 700; font-size: 14.5px; text-align: center;
    }
    @media (min-width: 768px) { .cats { grid-template-columns: repeat(4, 1fr); } }

    /* product cards */
    .prow { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 6px; scrollbar-width: none; }
    .prow::-webkit-scrollbar { display: none; }
    .prow .pcard { flex: 0 0 72%; max-width: 300px; }
    .pgrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .pcard {
      background: #fff; border: 1px solid var(--line); border-radius: 14px;
      overflow: hidden; display: flex; flex-direction: column;
    }
    .pcard__imgwrap { position: relative; }
    .pcard__imgwrap img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
    .pcard__badge {
      position: absolute; top: 10px; left: 10px;
      background: var(--gold); color: #241d04;
      font-size: 11.5px; font-weight: 800; letter-spacing: .03em;
      padding: 5px 10px; border-radius: 99px;
    }
    .pcard__body { padding: 12px 14px 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
    .pcard__cat { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); }
    .pcard__name { font-size: 14.5px; font-weight: 700; line-height: 1.35; color: var(--ink); margin: 0; }
    .pcard__price { margin-top: auto; display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
    .pcard__price .now { font-size: 17px; font-weight: 800; color: var(--green-deep); }
    .pcard__price .was { font-size: 13px; color: var(--muted); text-decoration: line-through; }
    .pcard__price .off { font-size: 12px; font-weight: 800; color: #b3261e; }
    .pcard__cta {
      display: block; text-align: center; padding: 11px 0;
      border-radius: 999px; background: var(--secondary-main); color: #fff;
      font-weight: 700; font-size: 14px; text-decoration: none;
    }
    .pcard__cta:hover { background: #245536; }
    @media (min-width: 768px) { .pgrid { grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 1024px) {
      .pgrid { grid-template-columns: repeat(4, 1fr); }
      .prow .pcard { flex-basis: 24%; }
    }

    /* promo banner */
    .promo { border-radius: 16px; overflow: hidden; position: relative; }
    .promo picture img { width: 100%; }
    .promo__cta {
      position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%);
      background: var(--gold); color: #241d04; white-space: nowrap;
      padding: 13px 30px; border-radius: 999px; font-weight: 800; font-size: 15px;
      text-decoration: none;
    }

    /* footer */
    .footer { background: var(--green-deep); color: #cfd8cf; margin-top: 56px; }
    .footer a { color: #cfd8cf; text-decoration: none; }
    .footer a:hover { color: var(--gold-light); }
    .footer__cols {
      max-width: 1240px; margin: 0 auto; padding: 44px 16px 24px;
      display: grid; grid-template-columns: 1fr; gap: 30px;
    }
    .footer h4 {
      margin: 0 0 12px; font-size: 13px; letter-spacing: .12em;
      text-transform: uppercase; color: var(--gold-light);
    }
    .footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; font-size: 14px; }
    .footer__brand img {
      width: 74px; margin-bottom: 10px;
      background: #f8f6f0; border-radius: 50%; padding: 9px;
    }
    .footer__brand p { margin: 0; font-size: 14px; line-height: 1.6; }
    .footer__bar {
      border-top: 1px solid rgba(255,255,255,.12);
      text-align: center; font-size: 12.5px; padding: 16px; color: #9aa79b;
    }
    @media (min-width: 768px) { .footer__cols { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; } }