/*
Theme Name: Digital Shivam
Theme URI: https://digitalmarketinghub.example
Author: Digital Shivam
Author URI: https://digitalmarketinghub.example
Description: A custom WooCommerce-ready theme for selling digital products, AI tools, OTT subscriptions, plugins and themes. Dark "command deck" landing hero with clean, readable shop pages.
Version: 1.1.1
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digital-shivam
Tags: e-commerce, digital-products, woocommerce, dark, custom-menu, featured-images, translation-ready
WC requires at least: 6.0
WC tested up to: 9.0
*/

/* ===================================================================
   DESIGN TOKENS
   Direction: "Command deck" — a confident dark tech identity for the
   landing/hero, light and highly readable surfaces for shopping.
   Signature: a violet -> cyan gradient rail + monospace category tags.
=================================================================== */
:root {
  --dmh-ink:        #0A0E1A;   /* deepest background */
  --dmh-ink-2:      #111828;   /* raised dark panel   */
  --dmh-surface:    #FFFFFF;   /* light content surface */
  --dmh-surface-2:  #F5F7FB;   /* light section bg     */
  --dmh-border:     #E3E8F2;
  --dmh-border-dk:  #23304E;

  --dmh-violet:     #7C5CFC;   /* brand primary */
  --dmh-violet-dk:  #5B3FE0;
  --dmh-cyan:       #22D3EE;   /* accent        */

  --dmh-text:       #101728;   /* body text on light */
  --dmh-text-soft:  #55607A;
  --dmh-text-inv:   #EAF0FF;   /* text on dark       */
  --dmh-muted-inv:  #93A0BF;

  --dmh-radius:     14px;
  --dmh-radius-sm:  10px;
  --dmh-shadow:     0 10px 30px -12px rgba(16, 23, 40, 0.22);
  --dmh-shadow-lg:  0 24px 60px -20px rgba(11, 16, 32, 0.35);
  --dmh-grad:       linear-gradient(105deg, var(--dmh-violet) 0%, var(--dmh-cyan) 100%);
  --dmh-maxw:       1180px;
  --dmh-font-disp:  "Space Grotesk", "Segoe UI", system-ui, sans-serif;
  --dmh-font-body:  "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --dmh-font-mono:  "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
}

/* ===================================================================
   RESET / BASE
=================================================================== */
*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  font-family: var(--dmh-font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--dmh-text);
  background: var(--dmh-surface);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 {
  font-family: var(--dmh-font-disp);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--dmh-text);
  margin: 0 0 0.5em;
}

a { color: var(--dmh-violet-dk); text-decoration: none; transition: color .18s ease; }
a:hover { color: var(--dmh-violet); }
img { max-width: 100%; height: auto; display: block; }

.dmh-container { max-width: var(--dmh-maxw); margin: 0 auto; padding: 0 22px; }

/* Buttons */
.dmh-btn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--dmh-font-disp); font-weight: 600; font-size: .98rem;
  padding: .82rem 1.5rem; border-radius: 999px; border: 0; cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, background .18s ease;
  line-height: 1;
}
.dmh-btn--primary { background: var(--dmh-grad); color: #fff; box-shadow: 0 8px 22px -8px rgba(124,92,252,.7); }
.dmh-btn--primary:hover { transform: translateY(-2px); color:#fff; box-shadow: 0 14px 30px -10px rgba(124,92,252,.8); }
.dmh-btn--ghost { background: transparent; color: var(--dmh-text-inv); border: 1px solid var(--dmh-border-dk); }
.dmh-btn--ghost:hover { border-color: var(--dmh-cyan); color: var(--dmh-cyan); }

/* ===================================================================
   SITE HEADER
=================================================================== */
.dmh-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(10, 14, 26, 0.85);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--dmh-border-dk);
}
.dmh-header__inner {
  display: flex; align-items: center; gap: 1.5rem;
  min-height: 72px;
}
.dmh-brand { display: flex; align-items: center; gap: .65rem; margin-right: auto; }
.dmh-brand__mark {
  width: 34px; height: 34px; border-radius: 9px; background: var(--dmh-grad);
  display: grid; place-items: center; color: #fff; font-family: var(--dmh-font-disp);
  font-weight: 700; font-size: 1.05rem; box-shadow: 0 6px 16px -6px rgba(124,92,252,.8);
}
.dmh-brand__name {
  font-family: var(--dmh-font-disp); font-weight: 700; font-size: 1.12rem;
  color: var(--dmh-text-inv); letter-spacing: -.02em;
}
.dmh-brand__name span { color: var(--dmh-cyan); }
.dmh-brand img { max-height: 42px; width: auto; }

.dmh-nav ul { list-style: none; display: flex; gap: 1.4rem; margin: 0; padding: 0; }
.dmh-nav a { color: var(--dmh-muted-inv); font-weight: 500; font-size: .96rem; }
.dmh-nav a:hover { color: var(--dmh-text-inv); }
.dmh-nav .current-menu-item > a { color: var(--dmh-cyan); }

.dmh-header__cart { display: flex; align-items: center; gap: 1rem; }
.dmh-cart-link { color: var(--dmh-text-inv); font-weight: 600; font-size: .92rem; display: inline-flex; align-items: center; gap: .4rem; }
.dmh-cart-link:hover { color: var(--dmh-cyan); }
.dmh-cart-count {
  background: var(--dmh-violet); color:#fff; border-radius: 999px;
  font-size: .72rem; padding: .1rem .5rem; font-family: var(--dmh-font-mono);
}

.dmh-menu-toggle { display: none; background: none; border: 0; color: var(--dmh-text-inv); cursor: pointer; padding: .4rem; }

/* ===================================================================
   HERO  (the thesis of the store)
=================================================================== */
.dmh-hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(900px 500px at 78% -10%, rgba(34,211,238,.18), transparent 60%),
    radial-gradient(700px 460px at 8% 20%, rgba(124,92,252,.22), transparent 55%),
    var(--dmh-ink);
  color: var(--dmh-text-inv);
  padding: 92px 0 104px;
}
/* faint grid, evokes a control panel / dashboard */
.dmh-hero::before {
  content: ""; position: absolute; inset: 0; opacity: .5; pointer-events: none;
  background-image:
    linear-gradient(rgba(147,160,191,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(147,160,191,.06) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at 50% 40%, #000 55%, transparent 85%);
}
.dmh-hero__inner { position: relative; max-width: 800px; }
.dmh-eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--dmh-font-mono); font-size: .78rem; letter-spacing: .05em;
  color: var(--dmh-cyan); text-transform: uppercase;
  border: 1px solid var(--dmh-border-dk); border-radius: 999px;
  padding: .35rem .8rem; margin-bottom: 1.4rem;
}
.dmh-eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--dmh-cyan); box-shadow: 0 0 10px var(--dmh-cyan); }
.dmh-hero h1 {
  color: var(--dmh-text-inv); font-size: clamp(2.3rem, 5.2vw, 3.9rem); margin-bottom: 1rem;
}
.dmh-hero h1 .grad {
  background: var(--dmh-grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.dmh-hero p.lead { font-size: 1.16rem; color: var(--dmh-muted-inv); max-width: 620px; margin: 0 0 2rem; }
.dmh-hero__cta { display: flex; flex-wrap: wrap; gap: .9rem; }
.dmh-hero__stats { display: flex; gap: 2.4rem; margin-top: 3rem; flex-wrap: wrap; }
.dmh-stat b { display: block; font-family: var(--dmh-font-disp); font-size: 1.7rem; color: var(--dmh-text-inv); }
.dmh-stat span { font-size: .82rem; color: var(--dmh-muted-inv); font-family: var(--dmh-font-mono); }

/* ===================================================================
   SECTIONS (light)
=================================================================== */
.dmh-section { padding: 78px 0; }
.dmh-section--soft { background: var(--dmh-surface-2); }
.dmh-section__head { max-width: 640px; margin: 0 auto 3rem; text-align: center; }
.dmh-section__head .kicker {
  font-family: var(--dmh-font-mono); font-size: .78rem; letter-spacing: .08em;
  text-transform: uppercase; color: var(--dmh-violet-dk);
}
.dmh-section__head h2 { font-size: clamp(1.8rem, 3.5vw, 2.5rem); margin: .4rem 0 .6rem; }
.dmh-section__head p { color: var(--dmh-text-soft); margin: 0; }

/* Category grid */
.dmh-cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
.dmh-cat {
  position: relative; background: var(--dmh-surface); border: 1px solid var(--dmh-border);
  border-radius: var(--dmh-radius); padding: 1.6rem 1.4rem; overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.dmh-cat::after {
  content: ""; position: absolute; left: 0; top: 0; height: 3px; width: 100%;
  background: var(--dmh-grad); transform: scaleX(0); transform-origin: left; transition: transform .22s ease;
}
.dmh-cat:hover { transform: translateY(-4px); box-shadow: var(--dmh-shadow); border-color: transparent; }
.dmh-cat:hover::after { transform: scaleX(1); }
.dmh-cat__tag { font-family: var(--dmh-font-mono); font-size: .72rem; color: var(--dmh-text-soft); }
.dmh-cat__icon { width: 42px; height: 42px; border-radius: 11px; background: rgba(124,92,252,.1); display: grid; place-items: center; margin-bottom: 1rem; font-size: 1.3rem; }
.dmh-cat h3 { font-size: 1.12rem; margin: .2rem 0 .3rem; }
.dmh-cat p { font-size: .9rem; color: var(--dmh-text-soft); margin: 0; }

/* Feature / why-us row */
.dmh-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.dmh-feature { padding: 1.2rem 0; }
.dmh-feature__num { font-family: var(--dmh-font-mono); color: var(--dmh-violet-dk); font-size: .82rem; }
.dmh-feature h3 { font-size: 1.15rem; margin: .5rem 0 .4rem; }
.dmh-feature p { color: var(--dmh-text-soft); font-size: .95rem; margin: 0; }

/* CTA band */
.dmh-band {
  background: var(--dmh-ink); color: var(--dmh-text-inv); border-radius: 20px;
  padding: 3rem; text-align: center; position: relative; overflow: hidden;
  background-image: radial-gradient(600px 300px at 80% 0%, rgba(124,92,252,.25), transparent 60%), var(--dmh-ink);
}
.dmh-band h2 { color: var(--dmh-text-inv); font-size: clamp(1.6rem, 3vw, 2.2rem); }
.dmh-band p { color: var(--dmh-muted-inv); max-width: 520px; margin: .5rem auto 1.6rem; }

/* ===================================================================
   WOOCOMMERCE — light, readable shop
=================================================================== */
.woocommerce, .woocommerce-page { color: var(--dmh-text); }
.dmh-shop-wrap { max-width: var(--dmh-maxw); margin: 0 auto; padding: 46px 22px 80px; }

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product { text-align: left; }
.woocommerce ul.products li.product a img {
  border-radius: var(--dmh-radius-sm); border: 1px solid var(--dmh-border); background:#fff;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--dmh-font-disp); font-size: 1.02rem; font-weight: 600; padding: .6rem 0 .2rem; color: var(--dmh-text);
}
.woocommerce ul.products li.product .price { color: var(--dmh-text); font-weight: 600; font-family: var(--dmh-font-disp); }
.woocommerce ul.products li.product .price del { color: var(--dmh-text-soft); font-weight: 400; }

.woocommerce span.onsale {
  background: var(--dmh-grad); color: #fff; border-radius: 999px; min-height: auto;
  min-width: auto; padding: .2rem .7rem; font-family: var(--dmh-font-mono); font-size: .74rem; line-height: 1.6;
}

/* All WooCommerce buttons share the brand button look */
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit, .woocommerce a.button.alt, .woocommerce button.button.alt {
  background: var(--dmh-grad); color: #fff; border-radius: 999px; font-family: var(--dmh-font-disp);
  font-weight: 600; padding: .7rem 1.3rem; transition: transform .16s ease, box-shadow .16s ease;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce #respond input#submit:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover {
  background: var(--dmh-grad); transform: translateY(-2px); box-shadow: 0 10px 24px -10px rgba(124,92,252,.7); color:#fff;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info {
  border-top-color: var(--dmh-violet);
}
.woocommerce .woocommerce-message::before, .woocommerce .woocommerce-info::before { color: var(--dmh-violet); }
.woocommerce-store-notice, p.demo_store { background: var(--dmh-ink); }

/* Page title band for shop/archive */
.dmh-page-hero {
  background: var(--dmh-ink); color: var(--dmh-text-inv);
  padding: 54px 0; margin-bottom: 0;
  background-image: radial-gradient(700px 340px at 82% -20%, rgba(34,211,238,.16), transparent 60%), var(--dmh-ink);
}
.dmh-page-hero h1 { color: var(--dmh-text-inv); font-size: clamp(1.8rem, 4vw, 2.6rem); margin: 0; }
.dmh-page-hero .dmh-breadcrumb { color: var(--dmh-muted-inv); font-family: var(--dmh-font-mono); font-size: .82rem; margin-bottom: .5rem; }
.dmh-page-hero .dmh-breadcrumb a { color: var(--dmh-cyan); }

/* ===================================================================
   CONTENT / PAGES
=================================================================== */
.dmh-content { max-width: 780px; margin: 0 auto; padding: 56px 22px 80px; }
.dmh-content h1 { font-size: 2.1rem; }
.dmh-entry { font-size: 1.05rem; }
.dmh-entry img { border-radius: var(--dmh-radius-sm); margin: 1.4rem 0; }

/* ===================================================================
   FOOTER
=================================================================== */
.dmh-footer { background: var(--dmh-ink); color: var(--dmh-muted-inv); padding: 62px 0 26px; }
.dmh-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2rem; }
.dmh-footer h4 { color: var(--dmh-text-inv); font-size: .98rem; margin-bottom: 1rem; }
.dmh-footer a { color: var(--dmh-muted-inv); }
.dmh-footer a:hover { color: var(--dmh-cyan); }
.dmh-footer ul { list-style: none; margin: 0; padding: 0; }
.dmh-footer ul li { margin-bottom: .55rem; font-size: .92rem; }
.dmh-footer__brand p { font-size: .92rem; max-width: 320px; }
.dmh-footer .widget { margin-bottom: 1rem; }
.dmh-footer__bottom {
  border-top: 1px solid var(--dmh-border-dk); margin-top: 2.6rem; padding-top: 1.4rem;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: .6rem;
  font-size: .82rem; font-family: var(--dmh-font-mono); color: var(--dmh-muted-inv);
}
.dmh-pay-badges { display:flex; gap:.5rem; flex-wrap:wrap; }
.dmh-pay-badges span { border:1px solid var(--dmh-border-dk); border-radius:6px; padding:.15rem .5rem; font-size:.72rem; }

/* ===================================================================
   WIDGETS / SIDEBAR
=================================================================== */
.dmh-sidebar .widget { background: var(--dmh-surface-2); border: 1px solid var(--dmh-border); border-radius: var(--dmh-radius); padding: 1.3rem; margin-bottom: 1.4rem; }
.dmh-sidebar .widget-title { font-family: var(--dmh-font-disp); font-size: 1.05rem; margin-bottom: .8rem; }

/* ===================================================================
   RESPONSIVE
=================================================================== */
@media (max-width: 980px) {
  .dmh-cats { grid-template-columns: repeat(2, 1fr); }
  .dmh-features { grid-template-columns: 1fr; gap: 1rem; }
  .dmh-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .dmh-nav, .dmh-header__cart .dmh-cart-text { display: none; }
  .dmh-menu-toggle { display: inline-flex; }
  .dmh-nav.is-open { display: block; position: absolute; top: 72px; left: 0; right: 0; background: var(--dmh-ink-2); border-bottom: 1px solid var(--dmh-border-dk); padding: 1rem 22px; }
  .dmh-nav.is-open ul { flex-direction: column; gap: .9rem; }
  .dmh-hero { padding: 64px 0 72px; }
  .dmh-section { padding: 56px 0; }
  .dmh-footer__grid { grid-template-columns: 1fr; }
  .dmh-band { padding: 2rem 1.3rem; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; scroll-behavior: auto !important; }
}

/* Accessibility: visible focus + skip link */
a:focus-visible, button:focus-visible, input:focus-visible, .dmh-btn:focus-visible {
  outline: 3px solid var(--dmh-cyan); outline-offset: 2px;
}
.dmh-skip { position: absolute; left: -9999px; }
.dmh-skip:focus { left: 12px; top: 12px; z-index: 100; background:#fff; color: var(--dmh-text); padding: .6rem 1rem; border-radius: 8px; }

/* ===================================================================
   INFO PAGES  (How It Works / Refund / Terms / Contact)
   Rendered by the theme's page templates — no inline CSS needed.
=================================================================== */
.ds-page { color: var(--dmh-text); line-height: 1.65; }
.ds-page .ds-lead { font-size: 1.16rem; color: var(--dmh-text-soft); line-height: 1.75; margin: 0 0 2rem; }
.ds-page .ds-kicker { font-family: var(--dmh-font-mono); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; color: var(--dmh-violet-dk); display: block; margin: 2.4rem 0 .3rem; }
.ds-page h2 { font-family: var(--dmh-font-disp); font-size: 1.55rem; letter-spacing: -.02em; margin: .2rem 0 1.2rem; }
.ds-page p { color: var(--dmh-text-soft); }

/* step cards */
.ds-steps { display: grid; gap: 1rem; margin: 1.4rem 0; }
.ds-step { display: flex; gap: 1.1rem; align-items: flex-start; background: #fff; border: 1px solid var(--dmh-border); border-radius: 14px; padding: 1.25rem 1.35rem; transition: transform .16s ease, box-shadow .16s ease; }
.ds-step:hover { transform: translateY(-3px); box-shadow: var(--dmh-shadow); }
.ds-step .ds-n { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 12px; background: var(--dmh-grad); color: #fff; font-family: var(--dmh-font-disp); font-weight: 700; display: grid; place-items: center; font-size: 1.15rem; box-shadow: 0 8px 20px -8px rgba(124,92,252,.7); }
.ds-step h3 { font-family: var(--dmh-font-disp); margin: .15rem 0 .35rem; font-size: 1.12rem; }
.ds-step p { margin: 0; }
.ds-step--sm { background: var(--dmh-surface-2); padding: 1rem 1.2rem; }
.ds-step--sm .ds-n { width: 36px; height: 36px; border-radius: 10px; font-size: 1rem; box-shadow: none; }
.ds-step--sm p { color: var(--dmh-text); }

/* faq */
.ds-faq { background: var(--dmh-surface-2); border: 1px solid var(--dmh-border); border-radius: 14px; padding: 1.4rem 1.5rem; margin-top: 1.2rem; }
.ds-faq .q { font-family: var(--dmh-font-disp); font-weight: 600; margin: 1rem 0 .2rem; color: var(--dmh-text); }
.ds-faq .q:first-child { margin-top: 0; }
.ds-faq .a { margin: 0; }

/* inline cta */
.ds-cta { display: inline-flex; align-items: center; gap: .5rem; background: var(--dmh-grad); color: #fff; font-family: var(--dmh-font-disp); font-weight: 600; padding: .8rem 1.5rem; border-radius: 999px; margin-top: 1.6rem; box-shadow: 0 8px 22px -8px rgba(124,92,252,.7); }
.ds-cta:hover { color: #fff; transform: translateY(-2px); }

/* contact cards */
.ds-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.3rem 0; }
.ds-card { background: #fff; border: 1px solid var(--dmh-border); border-radius: 14px; padding: 1.3rem 1.4rem; transition: transform .16s ease, box-shadow .16s ease; }
.ds-card:hover { transform: translateY(-3px); box-shadow: var(--dmh-shadow); }
.ds-card .ic { width: 42px; height: 42px; border-radius: 12px; background: rgba(124,92,252,.1); display: grid; place-items: center; font-size: 1.25rem; margin-bottom: .8rem; }
.ds-card .lbl { font-family: var(--dmh-font-mono); font-size: .72rem; color: var(--dmh-text-soft); text-transform: uppercase; letter-spacing: .05em; }
.ds-card .val { font-family: var(--dmh-font-disp); font-weight: 600; font-size: 1.05rem; margin-top: .15rem; }
.ds-card .val a { color: var(--dmh-violet-dk); }
.ds-note { border: 1px dashed var(--dmh-border); border-radius: 12px; padding: 1.1rem 1.3rem; color: var(--dmh-text-soft); background: #fff; margin: 1rem 0; }
.ds-biz { background: var(--dmh-ink); color: var(--dmh-text-inv); border-radius: 16px; padding: 1.6rem 1.7rem; margin-top: 1.2rem; }
.ds-biz h3 { font-family: var(--dmh-font-disp); color: #fff; margin: 0 0 .6rem; }
.ds-biz p { margin: .2rem 0; color: var(--dmh-muted-inv); }

/* callouts */
.ds-callout { border-left: 3px solid var(--dmh-violet); background: var(--dmh-surface-2); border-radius: 0 12px 12px 0; padding: 1.1rem 1.3rem; margin: 1.5rem 0; color: var(--dmh-text); }
.ds-callout p { margin: 0; }
.ds-callout--info { border-left-color: var(--dmh-cyan); }
.ds-callout--dark { background: var(--dmh-ink); color: var(--dmh-text-inv); border-left-color: var(--dmh-cyan); }
.ds-callout--dark h3 { font-family: var(--dmh-font-disp); color: #fff; margin: 0 0 .4rem; font-size: 1.05rem; }
.ds-callout--dark p { color: var(--dmh-muted-inv); }

/* refund panels */
.ds-panel { background: #fff; border: 1px solid var(--dmh-border); border-radius: 14px; padding: 1.3rem 1.5rem; margin: 1rem 0; }
.ds-panel--yes { border-top: 3px solid #0BA678; }
.ds-panel--no { border-top: 3px solid #E5484D; }
.ds-panel h3 { font-family: var(--dmh-font-disp); margin: 0 0 .8rem; font-size: 1.12rem; display: flex; align-items: center; gap: .5rem; }
.ds-check { list-style: none; padding: 0; margin: 0; }
.ds-check li { position: relative; padding: .55rem 0 .55rem 1.9rem; border-bottom: 1px solid var(--dmh-border); color: var(--dmh-text); }
.ds-check li:last-child { border-bottom: 0; }
.ds-check li:before { position: absolute; left: 0; top: .55rem; font-weight: 700; }
.ds-check--yes li:before { content: "\2713"; color: #0BA678; }
.ds-check--no li:before { content: "\2715"; color: #E5484D; }

/* terms sections */
.ds-term { padding: 1.3rem 0; border-top: 1px solid var(--dmh-border); }
.ds-term:first-of-type { border-top: 0; }
.ds-term .n { font-family: var(--dmh-font-mono); color: var(--dmh-violet-dk); font-size: .8rem; letter-spacing: .05em; }
.ds-term h3 { font-family: var(--dmh-font-disp); margin: .25rem 0 .5rem; font-size: 1.15rem; }
.ds-term p { margin: 0; }
.ds-term a { color: var(--dmh-violet-dk); }
.ds-updated { font-family: var(--dmh-font-mono); font-size: .8rem; color: var(--dmh-text-soft); margin-top: 2rem; padding-top: 1rem; border-top: 1px solid var(--dmh-border); }

@media (max-width: 600px) { .ds-grid { grid-template-columns: 1fr; } }
