:root {
  --dsc-ink: #171713;
  --dsc-muted: #67665e;
  --dsc-cream: #f8f4eb;
  --dsc-cream-2: #efe7d7;
  --dsc-paper: #fffefa;
  --dsc-gold: #b88833;
  --dsc-gold-dark: #805a1f;
  --dsc-green: #173f35;
  --dsc-green-2: #245d4f;
  --dsc-line: rgba(31, 37, 30, .12);
  --dsc-shadow: 0 24px 70px rgba(49, 40, 21, .12);
  --dsc-radius: 26px;
}

body.dsc-premium-page {
  background: var(--dsc-paper);
}

body.dsc-premium-page #page,
body.dsc-premium-page .site.grid-container,
body.dsc-premium-page .site-content,
body.dsc-premium-page .content-area,
body.dsc-premium-page .site-main,
body.dsc-premium-page article.page,
body.dsc-premium-page .inside-article,
body.dsc-premium-page .entry-content {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

body.dsc-premium-page .entry-header,
body.dsc-premium-page .entry-title,
body.dsc-premium-page .comments-area,
body.dsc-premium-page .post-navigation {
  display: none;
}

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

.dsc-page {
  color: var(--dsc-ink);
  background: var(--dsc-paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.72;
  overflow: clip;
}

.dsc-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.dsc-page a {
  color: var(--dsc-green-2);
  text-underline-offset: 3px;
}

.dsc-page a:focus-visible,
.dsc-page summary:focus-visible {
  outline: 3px solid #d9a94d;
  outline-offset: 4px;
}

.dsc-wrap {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.dsc-reading {
  width: min(820px, calc(100% - 40px));
}

.dsc-notice {
  position: relative;
  z-index: 5;
  background: var(--dsc-green);
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dsc-notice .dsc-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 10px;
}

.dsc-hero {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: 90px 0 100px;
  background:
    radial-gradient(circle at 68% 18%, rgba(220, 184, 111, .26), transparent 25%),
    linear-gradient(135deg, #fffefb 0%, #f8f1e5 58%, #eee2cd 100%);
}

.dsc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .3;
  background-image: linear-gradient(rgba(82, 70, 40, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(82, 70, 40, .05) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.dsc-orb {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(178, 132, 52, .2);
  border-radius: 999px;
}

.dsc-orb--one {
  width: 540px;
  height: 540px;
  right: -160px;
  top: -180px;
}

.dsc-orb--two {
  width: 240px;
  height: 240px;
  left: -100px;
  bottom: -100px;
}

.dsc-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  gap: 80px;
  align-items: center;
}

.dsc-eyebrow,
.dsc-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--dsc-gold-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.dsc-eyebrow::before,
.dsc-kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.dsc-hero h1 {
  max-width: 740px;
  margin: 0;
  color: var(--dsc-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(47px, 5.4vw, 78px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.01;
}

.dsc-hero h1 em {
  color: var(--dsc-gold-dark);
  font-weight: 500;
}

.dsc-hero__lead {
  max-width: 680px;
  margin: 26px 0 24px;
  color: #4c4b43;
  font-size: 20px;
  line-height: 1.6;
}

.dsc-hero__points {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  font-weight: 650;
}

.dsc-hero__points li {
  position: relative;
  padding-left: 27px;
}

.dsc-hero__points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--dsc-gold-dark);
  font-weight: 900;
}

.dsc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  margin-top: 32px;
}

.dsc-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 14px 24px;
  border: 1px solid var(--dsc-green);
  border-radius: 999px;
  background: transparent;
  color: var(--dsc-green) !important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .01em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.dsc-button:hover {
  transform: translateY(-2px);
  background: #eef4f0;
  box-shadow: 0 12px 30px rgba(23, 63, 53, .13);
}

.dsc-button--primary {
  border-color: var(--dsc-green);
  background: var(--dsc-green);
  color: #fff !important;
  box-shadow: 0 14px 35px rgba(23, 63, 53, .22);
}

.dsc-button--primary:hover {
  background: var(--dsc-green-2);
}

.dsc-link {
  color: var(--dsc-ink) !important;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none !important;
}

.dsc-link span {
  display: inline-block;
  margin-left: 7px;
  color: var(--dsc-gold-dark);
}

.dsc-mini-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 36px;
  color: var(--dsc-muted);
  font-size: 12px;
}

.dsc-mini-trust span {
  padding: 0 16px;
  border-right: 1px solid var(--dsc-line);
}

.dsc-mini-trust span:first-child {
  padding-left: 0;
}

.dsc-mini-trust span:last-child {
  border-right: 0;
}

.dsc-mini-trust strong {
  display: block;
  color: var(--dsc-ink);
  font-size: 13px;
}

.dsc-hero__visual {
  position: relative;
  min-height: 580px;
  display: grid;
  place-items: center;
}

.dsc-hero__visual > img {
  position: relative;
  z-index: 2;
  width: min(520px, 92%);
  filter: drop-shadow(0 38px 35px rgba(65, 48, 15, .2));
  animation: dsc-float 6s ease-in-out infinite;
}

.dsc-product-halo {
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(230, 209, 168, .65));
  box-shadow: inset 0 0 0 1px rgba(178, 132, 52, .18), 0 55px 90px rgba(83, 59, 20, .14);
}

.dsc-floating-card {
  position: absolute;
  z-index: 3;
  min-width: 170px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 45px rgba(62, 49, 24, .12);
  backdrop-filter: blur(16px);
  line-height: 1.25;
}

.dsc-floating-card span,
.dsc-floating-card small {
  display: block;
  color: var(--dsc-muted);
  font-size: 11px;
}

.dsc-floating-card strong {
  display: block;
  margin: 3px 0;
  color: var(--dsc-green);
  font-family: Georgia, serif;
  font-size: 19px;
}

.dsc-floating-card--top {
  top: 65px;
  right: -10px;
}

.dsc-floating-card--bottom {
  left: -12px;
  bottom: 58px;
}

@keyframes dsc-float {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-10px) rotate(1deg); }
}

.dsc-toc {
  position: sticky;
  z-index: 20;
  top: 0;
  border-top: 1px solid var(--dsc-line);
  border-bottom: 1px solid var(--dsc-line);
  background: rgba(255, 254, 250, .94);
  box-shadow: 0 8px 24px rgba(30, 27, 18, .04);
  backdrop-filter: blur(14px);
}

.admin-bar .dsc-toc { top: 32px; }

.dsc-toc .dsc-wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  min-height: 74px;
}

.dsc-toc__label {
  flex: 0 0 auto;
  line-height: 1.2;
}

.dsc-toc__label span,
.dsc-toc__label strong {
  display: block;
}

.dsc-toc__label span {
  color: var(--dsc-gold-dark);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dsc-toc__label strong {
  margin-top: 3px;
  font-size: 13px;
}

.dsc-toc__links {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  scrollbar-width: none;
}

.dsc-toc__links::-webkit-scrollbar { display: none; }

.dsc-toc__links a {
  flex: 0 0 auto;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--dsc-muted);
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.dsc-toc__links a:hover {
  background: var(--dsc-cream);
  color: var(--dsc-green);
}

.dsc-toc__links a[aria-current] {
  background: var(--dsc-green);
  color: #fff;
}

.dsc-section {
  position: relative;
  padding: 94px 0;
  scroll-margin-top: 95px;
}

.dsc-section + .dsc-section {
  border-top: 1px solid var(--dsc-line);
}

.dsc-soft {
  background: var(--dsc-cream);
}

.dsc-section h2,
.dsc-offer h2,
.dsc-assurance h2 {
  margin: 0 0 25px;
  color: var(--dsc-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4vw, 55px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.1;
}

.dsc-section h3 {
  margin: 52px 0 13px;
  color: var(--dsc-green);
  font-size: 23px;
  line-height: 1.3;
}

.dsc-section p {
  margin: 0 0 22px;
  color: #44443e;
}

.dsc-section p:last-child { margin-bottom: 0; }

.dsc-answer {
  background: linear-gradient(180deg, #fffefa, #fbf8f1);
}

.dsc-verdict {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  align-items: start;
  margin-top: 36px;
  padding: 26px;
  border: 1px solid rgba(23, 63, 53, .16);
  border-radius: 20px;
  background: #f3f7f4;
}

.dsc-verdict__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--dsc-green);
  color: #fff;
  font-weight: 900;
}

.dsc-verdict p { margin: 0; }

.dsc-ingredients {
  background: linear-gradient(135deg, #13392f, #1c5143);
}

.dsc-ingredients .dsc-kicker,
.dsc-ingredients h2,
.dsc-ingredients h3,
.dsc-ingredients p,
.dsc-ingredients a {
  color: #fff;
}

.dsc-ingredients .dsc-kicker { color: #e3c78d; }

.dsc-ingredient-card {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 24px;
  align-items: center;
  margin: 22px 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 22px;
  background: rgba(255, 255, 255, .075);
}

.dsc-ingredient-card img {
  width: 118px;
  height: 118px;
  border-radius: 17px;
  object-fit: cover;
}

.dsc-ingredient-card h3 {
  margin: 0 0 6px;
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 500;
}

.dsc-ingredient-card p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
}

.dsc-steps {
  margin: 30px 0;
  padding: 0;
  list-style: none;
  counter-reset: dsc-step;
}

.dsc-steps li {
  position: relative;
  min-height: 54px;
  margin: 0 0 16px;
  padding: 18px 18px 18px 78px;
  border: 1px solid var(--dsc-line);
  border-radius: 18px;
  background: #fff;
  counter-increment: dsc-step;
}

.dsc-steps li::before {
  content: counter(dsc-step, decimal-leading-zero);
  position: absolute;
  left: 18px;
  top: 18px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--dsc-cream);
  color: var(--dsc-gold-dark);
  font-size: 12px;
  font-weight: 900;
}

.dsc-buy-guide::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -180px;
  top: 20%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 136, 51, .11), transparent 68%);
  pointer-events: none;
}

.dsc-checklist {
  display: grid;
  gap: 12px;
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.dsc-checklist li {
  position: relative;
  padding: 14px 18px 14px 50px;
  border-bottom: 1px solid var(--dsc-line);
}

.dsc-checklist li::before {
  content: "✓";
  position: absolute;
  left: 12px;
  top: 14px;
  color: var(--dsc-green);
  font-weight: 900;
}

.dsc-inline-cta {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  margin-top: 38px;
  padding: 24px;
  border-radius: 22px;
  background: var(--dsc-cream);
}

.dsc-inline-cta strong,
.dsc-inline-cta span {
  display: block;
}

.dsc-inline-cta span {
  color: var(--dsc-muted);
  font-size: 14px;
}

.dsc-faq {
  border-top: 1px solid var(--dsc-line);
}

.dsc-faq details {
  border-bottom: 1px solid var(--dsc-line);
}

.dsc-faq summary {
  position: relative;
  padding: 22px 54px 22px 0;
  color: var(--dsc-ink);
  cursor: pointer;
  font-size: 18px;
  font-weight: 780;
  list-style: none;
}

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

.dsc-faq summary::after {
  content: "+";
  position: absolute;
  right: 8px;
  top: 20px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid var(--dsc-line);
  border-radius: 50%;
  color: var(--dsc-gold-dark);
}

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

.dsc-faq details p {
  margin: 0;
  padding: 0 60px 24px 0;
  font-size: 16px;
}

.dsc-editorial {
  background: #f1eee7;
}

.dsc-offer {
  padding: 105px 0;
  background:
    radial-gradient(circle at 50% -10%, rgba(227, 199, 141, .26), transparent 34%),
    var(--dsc-paper);
  text-align: center;
}

.dsc-offer__intro {
  max-width: 680px;
  margin: -8px auto 44px;
  color: var(--dsc-muted);
}

.dsc-pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

.dsc-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--dsc-line);
  border-radius: var(--dsc-radius);
  background: #fff;
  box-shadow: 0 14px 40px rgba(44, 37, 22, .07);
}

.dsc-price-card--featured {
  transform: translateY(-12px);
  border-color: rgba(184, 136, 51, .45);
  box-shadow: var(--dsc-shadow);
}

.dsc-price-card__tag {
  align-self: flex-start;
  padding: 6px 11px;
  border-radius: 999px;
  background: var(--dsc-cream);
  color: var(--dsc-gold-dark);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dsc-price-card img {
  width: 260px;
  height: 230px;
  margin: 15px auto 0;
  object-fit: contain;
}

.dsc-price-card h3 {
  margin: 5px 0 0;
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: 500;
}

.dsc-price-card p {
  margin: 4px 0 18px;
  color: var(--dsc-muted);
  font-size: 13px;
}

.dsc-price {
  color: var(--dsc-green);
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 500;
}

.dsc-price-card small {
  min-height: 35px;
  color: var(--dsc-muted);
  font-size: 12px;
}

.dsc-price-card .dsc-button {
  width: 100%;
  margin-top: auto;
}

.dsc-price-note {
  margin: 28px 0 0;
  color: var(--dsc-muted);
  font-size: 12px;
}

.dsc-assurance {
  position: relative;
  overflow: hidden;
  background: var(--dsc-green);
  color: #fff;
}

.dsc-assurance__grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 80px;
  align-items: end;
}

.dsc-assurance__image {
  align-self: stretch;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-top: 45px;
  background: radial-gradient(circle at 50% 46%, rgba(227, 199, 141, .28), transparent 45%);
}

.dsc-assurance__image img {
  max-height: 700px;
  width: auto;
  filter: saturate(.86) contrast(1.04);
}

.dsc-assurance__copy {
  padding: 90px 0;
}

.dsc-assurance .dsc-kicker { color: #e3c78d; }
.dsc-assurance h2 { color: #fff; }

.dsc-assurance__items {
  display: grid;
  gap: 0;
  margin: 32px 0;
}

.dsc-assurance__items > div {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.dsc-assurance__items span {
  color: #e3c78d;
  font-family: Georgia, serif;
  font-size: 22px;
}

.dsc-assurance__items p,
.dsc-assurance__items strong {
  display: block;
  margin: 0;
}

.dsc-assurance__items p {
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
}

.dsc-assurance__items strong {
  color: #fff;
  font-size: 16px;
}

.dsc-security-image {
  max-width: 390px !important;
  margin: 4px 0 28px;
  padding: 9px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
}

.dsc-assurance .dsc-button--primary {
  border-color: #e7cd99;
  background: #e7cd99;
  color: #173f35 !important;
  box-shadow: none;
}

.dsc-disclaimer {
  max-width: 540px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .55);
  font-size: 11px;
}

.dsc-mobile-bar {
  display: none;
}

@media (max-width: 980px) {
  .dsc-hero { min-height: auto; padding-top: 70px; }
  .dsc-hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .dsc-hero__copy { max-width: 760px; }
  .dsc-hero__visual { min-height: 520px; }
  .dsc-floating-card--top { right: 8%; }
  .dsc-floating-card--bottom { left: 8%; }
  .dsc-pricing { gap: 14px; }
  .dsc-price-card { padding: 22px 16px; }
  .dsc-assurance__grid { grid-template-columns: .72fr 1.28fr; gap: 35px; }
}

@media (max-width: 782px) {
  .admin-bar .dsc-toc { top: 46px; }
  .dsc-page { font-size: 17px; }
  .dsc-notice .dsc-wrap { justify-content: center; text-align: center; }
  .dsc-notice span:last-child { display: none; }
  .dsc-wrap, .dsc-reading { width: min(100% - 28px, 820px); }
  .dsc-hero { padding: 60px 0 74px; }
  .dsc-hero h1 { font-size: clamp(43px, 13vw, 64px); }
  .dsc-hero__lead { font-size: 18px; }
  .dsc-hero__visual { min-height: 440px; }
  .dsc-product-halo { width: 370px; height: 370px; }
  .dsc-floating-card--top { top: 32px; right: 0; }
  .dsc-floating-card--bottom { left: 0; bottom: 20px; }
  .dsc-toc__label { display: none; }
  .dsc-toc__links { padding: 8px 0; }
  .dsc-section { padding: 68px 0; }
  .dsc-section h2, .dsc-offer h2, .dsc-assurance h2 { font-size: clamp(34px, 10vw, 48px); }
  .dsc-section h3 { margin-top: 42px; font-size: 21px; }
  .dsc-inline-cta { align-items: stretch; flex-direction: column; }
  .dsc-pricing { grid-template-columns: 1fr; gap: 20px; }
  .dsc-price-card { max-width: 500px; width: 100%; margin-inline: auto; }
  .dsc-price-card--featured { transform: none; order: -1; }
  .dsc-assurance__grid { grid-template-columns: 1fr; gap: 0; }
  .dsc-assurance__image { display: none; }
  .dsc-assurance__copy { padding: 70px 0 100px; }
  .dsc-mobile-bar {
    position: fixed;
    z-index: 999;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    padding: 10px 10px 10px 16px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 18px;
    background: rgba(23, 63, 53, .96);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .24);
    color: #fff;
    backdrop-filter: blur(12px);
  }
  .dsc-mobile-bar span, .dsc-mobile-bar strong { display: block; line-height: 1.25; }
  .dsc-mobile-bar span { color: rgba(255, 255, 255, .65); font-size: 10px; }
  .dsc-mobile-bar strong { font-size: 13px; }
  .dsc-mobile-bar a {
    flex: 0 0 auto;
    padding: 11px 16px;
    border-radius: 12px;
    background: #e7cd99;
    color: #173f35;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
  }
}

@media (max-width: 520px) {
  .dsc-hero__actions { align-items: stretch; flex-direction: column; }
  .dsc-hero__actions .dsc-button { width: 100%; }
  .dsc-mini-trust span { padding: 0 10px; }
  .dsc-hero__visual { min-height: 360px; }
  .dsc-product-halo { width: 300px; height: 300px; }
  .dsc-floating-card { min-width: 142px; padding: 11px 13px; }
  .dsc-floating-card strong { font-size: 16px; }
  .dsc-ingredient-card { grid-template-columns: 74px 1fr; gap: 15px; padding: 16px; }
  .dsc-ingredient-card img { width: 74px; height: 74px; }
  .dsc-ingredient-card h3 { font-size: 20px; }
  .dsc-ingredient-card p { font-size: 14px; }
  .dsc-steps li { padding-left: 66px; }
  .dsc-faq details p { padding-right: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .dsc-page *, .dsc-page *::before, .dsc-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
