/** Shopify CDN: Minification failed

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

**/
html.sf-peeler-lp-page .section-header,
html.sf-peeler-lp-page .announcement-bar-section,
html.sf-peeler-lp-page #shopify-section-promo-popup,
html.sf-peeler-lp-page #shopify-section-scroll-to-top-btn,
html.sf-peeler-lp-page [id$="__header"],
html.sf-peeler-lp-page [id$="__footer"],
html.sf-peeler-lp-page [id*="announcement-bar"],
body:has([data-sf-peeler-lp]) .section-header,
body:has([data-sf-peeler-lp]) .announcement-bar-section,
body:has([data-sf-peeler-lp]) #shopify-section-promo-popup,
body:has([data-sf-peeler-lp]) #shopify-section-scroll-to-top-btn,
body:has([data-sf-peeler-lp]) [id$="__header"],
body:has([data-sf-peeler-lp]) [id$="__footer"],
body:has([data-sf-peeler-lp]) [id*="announcement-bar"] {
  display: none !important;
}
.sf-peeler .zd { margin-top: 12px; }
.sf-peeler .zd .cta { color: #fff !important; }
.sf-peeler h1, .sf-peeler h1.sf-peeler__headline { text-transform: none !important; }
html.sf-peeler-lp-page body > #header-group,
html.sf-peeler-lp-page body > #shopify-section-header,
html.sf-peeler-lp-page body > #shopify-section-announcement-bar,
html.sf-peeler-lp-page .shopify-section-group-header-group,
html.sf-peeler-lp-page .shopify-section-group-footer-group,
html.sf-peeler-lp-page header-component,
html.sf-peeler-lp-page sticky-header,
html.sf-peeler-lp-page .header-wrapper,
html.sf-peeler-lp-page header.header,
html.sf-peeler-lp-page announcement-bar,
html.sf-peeler-lp-page .announcement-bar,
html.sf-peeler-lp-page .skip-to-content-link,
html.sf-peeler-lp-page #shopify-section-footer,
html.sf-peeler-lp-page footer.footer,
html.sf-peeler-lp-page body > footer,
body:has([data-sf-peeler-lp]) #header-group,
body:has([data-sf-peeler-lp]) #shopify-section-header,
body:has([data-sf-peeler-lp]) .shopify-section-group-header-group,
body:has([data-sf-peeler-lp]) .shopify-section-group-footer-group,
body:has([data-sf-peeler-lp]) header-component,
body:has([data-sf-peeler-lp]) sticky-header,
body:has([data-sf-peeler-lp]) .header-wrapper,
body:has([data-sf-peeler-lp]) header.header,
body:has([data-sf-peeler-lp]) announcement-bar,
body:has([data-sf-peeler-lp]) .announcement-bar,
body:has([data-sf-peeler-lp]) .skip-to-content-link,
body:has([data-sf-peeler-lp]) #shopify-section-footer,
body:has([data-sf-peeler-lp]) footer.footer,
body:has([data-sf-peeler-lp]) > footer {
  display: none !important;
}
html.sf-peeler-lp-page #MainContent,
body:has([data-sf-peeler-lp]) #MainContent {
  padding: 0 !important;
  margin: 0 !important;
}
html.sf-peeler-lp-page,
html.sf-peeler-lp-page body,
body:has([data-sf-peeler-lp]) {
  background: #fff !important;
  margin: 0 !important;
}

.sf-peeler,
.sf-peeler * { box-sizing: border-box; }
.sf-peeler {
  --gold: #d49d00;
  --green: #009464;
  --ink: #000;
  --muted: #212121;
  --band: #f0f1f5;
  --sf-ramen-accent: #f92b4e;
  --line: #e8e8e8;
  background: #fff;
  color: var(--ink);
  font-family: Poppins, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
.sf-peeler a { color: inherit; text-decoration: none; }
.sf-peeler a.sf-peeler__promo { color: #fff; }
.sf-peeler img { max-width: 100%; height: auto; display: block; }

.sf-peeler__logo-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 81px;
  padding: 14px 16px;
  background: #fff;
}
.sf-peeler__logo-bar img {
  width: 229px;
  max-width: 72vw;
  height: auto;
}

.sf-peeler__promo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  background: var(--gold);
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  font-weight: 400;
}

.sf-peeler__wrap {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.sf-peeler__band {
  width: 100%;
  padding: 40px 0;
  background: var(--band);
}
.sf-peeler__band--white {
  background: #fff;
  padding: 8px 0 20px;
}

.sf-peeler__hero {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(0, 640px);
  gap: 32px;
  align-items: start;
  padding: 20px 0 28px;
}
.sf-peeler__copy { text-align: center; }
.sf-peeler__stars {
  margin: 0 0 16px;
  font-size: 20px;
  line-height: 25px;
}
.sf-peeler__headline {
  margin: 0 0 16px;
  color: var(--green);
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  text-transform: none !important;
}
.sf-peeler__lead {
  margin: 0 0 22px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}
.sf-peeler__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(432px, 100%);
  min-height: 75px;
  margin: 0 auto 18px;
  padding: 12px 24px;
  border: 0;
  border-radius: 9999px;
  background: var(--gold);
  color: #000 !important;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  box-shadow: 0 2px 5px 3px rgb(212 212 219);
  cursor: pointer;
  animation: sf-drill-btnshrink 1.6s ease-in-out infinite;
}
.sf-peeler__bullets {
  width: min(468px, 100%);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: left;
  font-size: 20px;
  line-height: 25px;
}
.sf-peeler__bullets li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0 0 8px;
}
.sf-peeler__bullets img {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  flex: 0 0 20px;
}

.sf-peeler__gallery { min-width: 0; }
.sf-peeler__stage {
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.sf-peeler__stage img {
  width: 100%;
  height: auto;
  display: none;
}
.sf-peeler__stage img.is-active { display: block; }
.sf-peeler__thumbs {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 18px;
}
.sf-peeler__thumbs button {
  width: 52px;
  height: 52px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}
.sf-peeler__thumbs button.is-active { border-color: var(--gold); }
.sf-peeler__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sf-peeler__offer {
  width: min(720px, 100%);
  margin: 8px auto 48px;
  padding: 28px 18px 26px;
  border: 1px solid #d6d6d8;
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
}
.sf-peeler__offer-head { text-align: center; margin-bottom: 20px; }
.sf-peeler__offer-head p {
  margin: 0 0 4px;
  color: var(--gold);
  font-weight: 800;
}
.sf-peeler__offer-head h2 {
  margin: 0 0 6px;
  font-size: 32px;
  line-height: 40px;
}
.sf-peeler__offer-head span { color: #5d6674; }

.sf-peeler .sf-ramen-bundles {
  display: grid;
  gap: 10px;
}
.sf-peeler .sf-ramen-bundle {
  position: relative;
  display: grid;
  grid-template-columns: auto 96px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  cursor: pointer;
  background: #fff;
}
.sf-peeler .sf-ramen-bundle--highlighted {
  border-color: var(--line);
  box-shadow: none;
}
.sf-peeler .sf-ramen-bundle--selected {
  border-color: #7ca4ff;
  box-shadow: 0 0 0 1px #7ca4ff;
  background: #f3f9ff;
}
.sf-peeler .sf-ramen-bundle__input {
  accent-color: var(--sf-ramen-accent);
}
.sf-peeler .sf-ramen-bundle__media {
  width: 96px;
  height: 96px;
  overflow: hidden;
  border-radius: 8px;
  background: #f7f7f7;
}
.sf-peeler .sf-ramen-bundle__media img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  background: #f7f7f7;
}
.sf-peeler .sf-ramen-bundle__copy strong {
  display: block;
  font-size: 15px;
}
.sf-peeler .sf-ramen-pill {
  display: inline-block;
  margin-bottom: 3px;
  padding: 3px 7px;
  border-radius: 999px;
  color: #fff;
  background: var(--sf-ramen-accent);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.sf-peeler .sf-ramen-bundle__deal-pill-v2 {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  margin-top: 4px;
  padding: 2px 6px;
  border: 1px solid var(--sf-ramen-accent);
  border-radius: 6px;
  background: #fff1f4;
  color: var(--sf-ramen-accent);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  white-space: nowrap;
}
.sf-peeler .sf-ramen-bundle__deal-stack-v2 {
  display: inline-flex;
  width: fit-content;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin-top: 5px;
}
.sf-peeler .sf-ramen-bundle__each-v2 {
  display: inline-block;
  color: #ff1800;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}
.sf-peeler .sf-ramen-bundle__deal-pill-v2--hot {
  border-color: transparent;
  background: #ffe8ee;
  color: #d9183f;
  font-size: 10px;
  text-transform: uppercase;
}
.sf-peeler .sf-ramen-bundle__price {
  display: grid;
  text-align: right;
  white-space: nowrap;
}
.sf-peeler .sf-ramen-bundle__price s {
  color: #6b7280;
  font-size: 12px;
}
.sf-peeler .sf-ramen-bundle__price strong {
  font-size: 19px;
  line-height: 1.1;
}
.sf-peeler .sf-ramen-bundle__quantity {
  display: none;
  grid-template-columns: 24px 30px 24px;
  align-items: center;
  margin-top: 8px;
  overflow: hidden;
  border: 1px solid #b7d9ff;
  border-radius: 5px;
  background: #fff;
  color: #111827;
  font-size: 13px;
  line-height: 1;
}
.sf-peeler .sf-ramen-bundle--selected .sf-ramen-bundle__quantity {
  display: grid;
}
.sf-peeler .sf-ramen-bundle__quantity button {
  appearance: none;
  border: 0;
  background: transparent;
  color: #77bfff;
  cursor: pointer;
  font-size: 20px;
  line-height: 24px;
}
.sf-peeler .sf-ramen-bundle__quantity [data-sf-qty-value] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
}

.sf-peeler__protection {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 14px 0;
  padding: 14px;
  border: 1px solid #d7dde5;
  border-radius: 10px;
  background: #f7fafc;
  font-weight: 800;
}
.sf-peeler__summary {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  padding: 14px;
  border-radius: 10px;
  background: #111;
  color: #fff;
}
.sf-peeler__checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 8px;
  background: #ffd321;
  color: #101827;
  font-size: 18px;
  font-weight: 1000;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .13);
  cursor: pointer;
}
.sf-peeler__wallets { margin-top: 12px; }
html.sf-peeler-lp-page .shopify-payment-button__more-options,
html.sf-peeler-lp-page .shopify-payment-button__more-options--link {
  display: none !important;
}
.sf-peeler__more-pay {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: none;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

.sf-peeler__section-title {
  margin: 0 0 28px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}
.sf-peeler__icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  text-align: center;
}
.sf-peeler__icons img {
  width: 96px;
  height: 96px;
  margin: 0 auto 8px;
  object-fit: contain;
}
.sf-peeler__icons p {
  margin: 0;
  font-size: 24px;
  line-height: 36px;
}

.sf-peeler__features { width: min(1000px, calc(100% - 32px)); }
.sf-peeler__split {
  display: grid;
  grid-template-columns: minmax(0, 440px) minmax(0, 528px);
  gap: 40px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 20px 0;
}
.sf-peeler__split + .sf-peeler__split { border-top: 0; }
.sf-peeler__split h3 {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}
.sf-peeler__split p {
  margin: 0;
  font-size: 22px;
  line-height: 34px;
}
.sf-peeler__split img {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  border-radius: 16px;
}

.sf-peeler__mid-cta { margin: 28px 0; }

.sf-peeler__reviews-title {
  margin: 0 0 8px;
  color: var(--green);
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
}
.sf-peeler__reviews-sub {
  margin: 0 0 28px;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
}
.sf-peeler__reviews {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 470px));
  justify-content: center;
  gap: 20px;
}
.sf-peeler__review {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-width: 0;
  min-height: 0;
  padding: 20px;
  border: 1px solid #d6d6d8;
  border-radius: 24px;
  background: #fff;
}
.sf-peeler__review-quote {
  width: 20px;
  height: 19px;
  margin-bottom: 8px;
}
.sf-peeler__review-photo {
  width: 160px;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
}
.sf-peeler__review-name {
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.sf-peeler__review-name span {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 7px;
  border-radius: 999px;
  background: #e8f7ef;
  color: #009464;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .02em;
  vertical-align: middle;
}
.sf-peeler__review-meta {
  margin: 0 0 10px;
  color: #5d6674;
  font-size: 13px;
  line-height: 18px;
}
.sf-peeler__review p {
  margin: 0;
  font-size: 18px;
  line-height: 25px;
}

.sf-peeler__trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 420px));
  justify-content: center;
  gap: 40px;
  margin: 40px 0;
}
.sf-peeler__trust-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 8px 12px;
  align-items: center;
}
.sf-peeler__trust-item img {
  width: 56px;
  height: 55px;
  object-fit: contain;
  grid-row: span 2;
}
.sf-peeler__trust-item strong {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}
.sf-peeler__trust-item span {
  color: var(--muted);
  font-size: 14px;
  line-height: 21px;
}

.sf-peeler__specs { width: min(940px, 100%); margin: 0 auto; }
.sf-peeler__specs ul {
  margin: 16px 0 0;
  padding-left: 28px;
  font-size: 24px;
  line-height: 30px;
}
.sf-peeler__specs li { margin: 8px 0; }

.sf-peeler__close {
  width: min(938px, 100%);
  margin: 36px auto 40px;
  text-align: center;
}
.sf-peeler__close p { margin: 0 0 12px; }
.sf-peeler__worldwide { font-size: 21px; line-height: 31.5px; }
.sf-peeler__off { font-size: 32px; font-weight: 700; line-height: 40px; }
.sf-peeler__stock { font-size: 21px; line-height: 31.5px; }

.sf-peeler__footer {
  padding: 28px 16px 36px;
  text-align: center;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}
.sf-peeler__footer img {
  width: 100px;
  height: auto;
  margin: 0 auto 14px;
}
.sf-peeler__footer-links {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 0 0 16px;
}
.sf-peeler__footer p { margin: 4px 0; }

@keyframes sf-drill-btnshrink {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(0.96); }
}

@media (min-width: 821px) and (max-width: 1190px) {
  .sf-peeler__hero { grid-template-columns: 1fr 1fr; gap: 20px; }
  .sf-peeler__headline { font-size: 30px; line-height: 38px; }
  .sf-peeler__lead, .sf-peeler__split p, .sf-peeler__icons p { font-size: 20px; line-height: 30px; }
  .sf-peeler__reviews { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
}

@media (max-width: 820px) {
  .sf-peeler__logo-bar { min-height: 64px; }
  .sf-peeler__logo-bar img { width: 170px; }
  .sf-peeler__promo { font-size: 14px; line-height: 20px; min-height: 40px; padding: 8px 10px; }
  .sf-peeler__hero,
  .sf-peeler__split,
  .sf-peeler__icons,
  .sf-peeler__reviews,
  .sf-peeler__trust { grid-template-columns: 1fr; }
  .sf-peeler .sf-ramen-bundle {
    grid-template-columns: auto 72px minmax(0, 1fr) auto;
    gap: 8px;
    padding: 8px;
  }
  .sf-peeler .sf-ramen-bundle__media,
  .sf-peeler .sf-ramen-bundle__media img {
    width: 72px;
    height: 72px;
  }
  .sf-peeler .sf-ramen-bundle__each-v2 { font-size: 11px; }
  .sf-peeler .sf-ramen-bundle__deal-pill-v2--hot {
    font-size: 9.5px;
    padding-inline: 5px;
  }
  .sf-peeler .sf-ramen-bundle__quantity {
    grid-template-columns: 22px 28px 22px;
    font-size: 12px;
  }
  .sf-peeler__headline { font-size: 28px; line-height: 34px; }
  .sf-peeler__lead,
  .sf-peeler__split p,
  .sf-peeler__icons p,
  .sf-peeler__reviews-sub,
  .sf-peeler__trust-item strong,
  .sf-peeler__specs ul { font-size: 18px; line-height: 28px; }
  .sf-peeler__split h3 { font-size: 24px; line-height: 30px; }
  .sf-peeler__cta { font-size: 20px; line-height: 26px; min-height: 64px; width: min(360px, 100%); }
  .sf-peeler__bullets { font-size: 16px; line-height: 22px; }
  .sf-peeler__offer { padding: 22px 12px; }
  .sf-peeler__icons { gap: 18px; }
  .sf-peeler__review { grid-template-columns: minmax(0, 1fr); min-height: 0; padding: 16px; }
  .sf-peeler__review-photo { width: 110px; height: 138px; }
  .sf-peeler__trust-item { grid-template-columns: 48px 1fr; }
}

/* peeler landing .zd */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,700;1,700&display=swap');

.zd {
  --green:  #1e3d2f;
  --green2: #2d5a3d;
  --orange: #e8622a;
  --border: #e0dbd4;
  --bg:     #f9f7f4;
  --ink:    #1a1a1a;
  --mid:    #555;
  --light:  #999;
  font-family: 'Inter', system-ui, sans-serif;
  max-width: 560px;
  margin: 0 auto;
  padding: 0 0 40px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.6;
  background: #fff;
}

/* ── BADGES TOP ── */
.zd .badges {
  display: flex;
  justify-content: space-around;
  padding: 18px 12px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin-bottom: 32px;
  background: var(--bg);
}
.zd .badge-item { text-align: center; flex: 1; }
.zd .badge-icon { font-size: 24px; display: block; margin-bottom: 5px; }
.zd .badge-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--green);
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: .04em;
}

/* ── SECTION BLOC ── */
.zd .bloc { margin-bottom: 36px; padding: 0 16px; }
.zd .bloc img {
  width: 100%;
  border-radius: 6px;
  display: block;
  margin-bottom: 18px;
}
.zd .bloc img.dark { border-radius: 6px; }

.zd .bloc-tag {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--orange);
  margin-bottom: 6px;
  display: block;
}
.zd .bloc h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(18px, 5vw, 23px);
  font-weight: 700;
  line-height: 1.25;
  color: var(--ink);
  margin-bottom: 10px;
}
.zd .bloc p {
  font-size: 14px;
  color: var(--mid);
  line-height: 1.7;
  margin-bottom: 10px;
}
.zd .bloc strong { color: var(--ink); }

/* ── CHECK LIST ── */
.zd .checklist { list-style: none; padding: 0; margin: 12px 0 0; }
.zd .checklist li {
  font-size: 14px;
  color: var(--mid);
  padding: 6px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  gap: 9px;
  align-items: flex-start;
}
.zd .checklist li:last-child { border-bottom: none; }
.zd .checklist li::before {
  content: '✓';
  color: var(--green);
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ── DARK SECTION ── */
.zd .dark-bloc {
  background: #0f1f17;
  padding: 24px 16px;
  margin-bottom: 36px;
}
.zd .dark-bloc img {
  width: 100%;
  border-radius: 6px;
  display: block;
  margin-bottom: 18px;
}
.zd .dark-bloc .bloc-tag { color: #7ec8a0; }
.zd .dark-bloc h2 { color: #fff; }
.zd .dark-bloc p { color: #aaa; }
.zd .dark-bloc .checklist li { color: #bbb; border-bottom-color: #1e3d2f; }
.zd .dark-bloc .checklist li::before { color: #7ec8a0; }

/* ── FEATURE STRIP ── */
.zd .feature-strip {
  background: var(--bg);
  border-radius: 6px;
  padding: 18px 16px;
  margin: 0 16px 36px;
  border: 1px solid var(--border);
}
.zd .feature-strip h3 {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--ink);
}
.zd .feature-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
}
.zd .feature-row:last-child { border-bottom: none; padding-bottom: 0; }
.zd .feature-icon {
  width: 36px;
  height: 36px;
  background: #e6f0ea;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.zd .feature-text strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 2px;
}
.zd .feature-text span { font-size: 12px; color: var(--mid); }

/* ── HOW TO USE ── */
.zd .how { padding: 0 16px; margin-bottom: 36px; }
.zd .how h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(18px, 5vw, 22px);
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}
.zd .step {
  display: flex;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--border);
  align-items: flex-start;
}
.zd .step:last-child { border-bottom: none; }
.zd .step-n {
  background: var(--green);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.zd .step-c strong { display: block; font-size: 14px; font-weight: 600; margin-bottom: 2px; }
.zd .step-c span { font-size: 13px; color: var(--mid); }

/* ── SPECS ── */
.zd .specs {
  margin: 0 16px 36px;
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
}
.zd .specs-title {
  background: var(--green);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 10px 14px;
}
.zd .spec-row {
  display: flex;
  border-bottom: 1px solid var(--border);
  font-size: 13px;
}
.zd .spec-row:last-child { border-bottom: none; }
.zd .spec-key {
  width: 45%;
  padding: 10px 14px;
  color: var(--mid);
  font-weight: 500;
  background: var(--bg);
  border-right: 1px solid var(--border);
}
.zd .spec-val {
  padding: 10px 14px;
  color: var(--ink);
  font-weight: 600;
  flex: 1;
}

/* ── GUARANTEE ── */
.zd .guarantee {
  margin: 0 16px 32px;
  background: #f0f7f2;
  border: 1px solid #c3e0cc;
  border-radius: 6px;
  padding: 16px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.zd .guarantee .g-icon { font-size: 28px; flex-shrink: 0; }
.zd .guarantee h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 4px;
}
.zd .guarantee p { font-size: 13px; color: var(--mid); margin: 0; line-height: 1.55; }

/* ── CTA ── */
@keyframes zd-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(30,61,47,.5); }
  65%  { box-shadow: 0 0 0 12px rgba(30,61,47,0); }
  100% { box-shadow: 0 0 0 0 rgba(30,61,47,0); }
}
.zd .cta-wrap { padding: 0 16px; margin-bottom: 16px; }
.zd .cta {
  display: block;
  width: 100%;
  background: var(--green);
  color: #fff !important;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 16px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  animation: zd-pulse 2.2s infinite;
}
.zd .cta:hover { background: var(--green2); }

