html, body{
  background: var(--pn-bg) !important;
  color: var(--pn-text);
}

a{ color: var(--pn-link); }
a:hover{ filter: brightness(1.1); }

p, li{ color: var(--pn-text); }
small, .text-muted{ color: var(--pn-muted); }

/* Generic sections/cards */
.pn-hero,
.pn-purchase,
.pn-details,
.pn-help,
.pn-decision-support,
.pn-microfacts{
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
}

/* Typography */
.pn-h1{
  font-weight: 950;
  letter-spacing: -0.02em;
  line-height: 1.12;
  margin: 0 0 10px;
}

.pn-eyebrow{
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.12em;
  opacity: .7;
  margin: 0 0 10px;
}

.pn-anchor{
  font-weight: 800;
  opacity: .85;
  margin: 0 0 16px;
}

.pn-subtitle{
  opacity: .75;
  margin: 10px 0 0;
}

.pn-number{
  font-weight: 950;
  font-size: clamp(2.0rem, 5vw, 3.2rem);
  line-height: 1.05;
  margin: 20px 0 10px;
  color: #fff;
}

/* Pattern intro inside Look Closely container */
.pn-pattern-intro{
  margin: 0 0 10px;
  font-weight: 700;
  opacity: 0.86;
}

.pn-pattern-copy p{
  margin: 10px 2px 10px;
  opacity: .9;
}

/* Tags / badges */
.pn-badges{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 14px;
}

.pn-badge{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.2);
  color: rgba(255,255,255,.9);
  font-weight: 900;
  font-size: .85rem;
  letter-spacing: .02em;
}

/* Micro-facts / highlights */
.pn-microfacts{
  padding: 16px 18px;
  margin: 12px 0 18px;
}

.pn-look-closely{
  margin: 0 0 8px;
  font-weight: 900;
  color: rgba(255,255,255,.92);
}

.pn-highlights{
  margin: 0;
  padding-left: 18px;
}

.pn-highlights li{
  margin: 6px 0;
  line-height: 1.5;
  color: rgba(255,255,255,.88);
}

/* Purchase panel */
.pn-purchase{
  padding: 16px;
  margin: 18px 0;
}

.pn-price{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 10px;
}

.pn-price-label{
  opacity: .7;
  font-weight: 900;
}

.pn-price-value{
  font-weight: 950;
  font-size: 1.45rem;
  color: #fff;
}

.pn-cta{
  margin: 10px 0 0;
}

.pn-cta .button,
.pn-cta button{
  background: var(--pn-accent);
  border: 1px solid rgba(0,0,0,.15);
  color: #fff;
  font-weight: 950;
  border-radius: 12px;
  padding: 12px 22px;
  cursor: pointer;
  transition: transform .12s ease, filter .12s ease;
}

.pn-cta .button:hover,
.pn-cta button:hover{
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.pn-cta .button:active,
.pn-cta button:active{
  transform: translateY(0);
}

/* Confirmation + next steps */
.pn-confirm-block{
  margin-top: 14px;
}

.pn-confirm{
  margin: 6px 0;
  color: var(--pn-muted);
  font-weight: 800;
  line-height: 1.45;
}

.pn-confirm strong{
  color: var(--pn-text);
  font-weight: 950;
}

.pn-next-steps{
  margin: 6px 0 0;
  padding-left: 18px;
  color: var(--pn-muted);
  font-weight: 800;
}

.pn-next-steps li{
  margin: 6px 0;
}

/* Reassurance bullets */
.pn-cta-reassure{
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.08);
  opacity: 0.78;
}

.pn-cta-reassure li{
  margin: 8px 0;
}

.pn-stripe-badge{
  margin: 10px 0 0;
}

.pn-stripe-img{
  display: inline-block;
  max-width: 180px;
  height: auto;
  opacity: 0.95;
}

/* FAQs */
.pn-faqs h2,
.pn-faqs h3{
  margin-top: 28px;
}

details{
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  padding: 10px 12px;
  margin: 10px 0;
}

summary{
  cursor: pointer;
  font-weight: 950;
  color: rgba(255,255,255,.92);
}

details p{
  margin: 10px 0 0;
  color: rgba(255,255,255,.85);
}

/* Tag banners (if present) */
.pn-tag-banners{
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
}

.pn-tag-banner{
  width: 200px;
  height: 80px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.25);
  margin: 10px 0;
}

/* Lift the purchase panel slightly */
.pn-purchase{
  box-shadow: 0 14px 34px rgba(0,0,0,.45);
}

/* Improve spacing so it doesn’t look flat */
.pn-hero{ padding: 18px; margin-bottom: 14px; }
.pn-purchase{ padding: 16px; margin: 18px 0; }
.pn-decision-support{ margin: 14px 0; }
.pn-details{ padding: 12px 14px; margin: 10px 0; }

/* Variables */
:root{
  /* Brand */
  --pn-accent: #0078D8;

  /* Dark theme palette */
  --pn-bg: #070A0F;          /* deep near-black */
  --pn-text: rgba(255,255,255,.92);
  --pn-muted: rgba(255,255,255,.72);
  --pn-link: color-mix(in srgb, var(--pn-accent) 92%, white 8%);
}

/* Mobile: drop banners below title */
@media (max-width: 820px) {
  .pn-hero { padding-right: 0; }
  .pn-tag-banners { position: relative; width: 100%; margin: 10px 0 0; }
  .pn-tag-banner { width: 100%; height: 120px; }
}

/* =========================================================
   CRO / hierarchy polish pass (hero, highlights, CTA)
   ========================================================= */

/* 1) HERO HIERARCHY */
.pn-hero .pn-eyebrow{
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  opacity: 0.65;
}

.pn-hero .pn-h1{
  color: #ffffff;
  letter-spacing: -0.02em;
}

.pn-hero .pn-anchor,
.pn-hero .pn-subtitle{
  opacity: 0.7;
}

/* 2) NUMBER AS A “MOMENT” */
.pn-number{
  margin: 28px 0 24px;
  letter-spacing: 0.08em;
  text-shadow: 0 0 22px rgba(0,136,255,0.25);
}

/* 3) SOFTEN “LOOK CLOSELY” BOX */
.pn-microfacts{
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 14px 18px;
}

.pn-look-closely{
  margin: 0 0 8px;
  font-weight: 700;
  opacity: 0.85;
}

.pn-highlights{
  margin: 0;
  padding-left: 18px;
}
.pn-highlights li{
  margin: 6px 0;
  line-height: 1.5;
}

/* 4) PRICE + CTA DOMINANCE */
.pn-price-value{
  font-size: 1.6rem;
  font-weight: 900;
  color: #ffffff;
}

.pn-cta{
  margin-top: 10px;
}

.pn-cta .button,
.pn-cta button{
  padding: 12px 22px;
  font-size: 1rem;
}

/* 5) SEPARATE STEPS FROM REASSURANCE */
.pn-confirm-block{
  margin-top: 14px;
}

.pn-cta-reassure{
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.08);
  opacity: 0.78;
}

/* 6) RESTRAINED BLUE ACCENT (MEANINGFUL) */
.pn-hero,
.pn-purchase{
  position: relative;
}

.pn-hero::before,
.pn-purchase::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, var(--pn-accent), rgba(0,136,255,0.10));
  border-radius: 3px 0 0 3px;
}

/* ============================
   POLISH PASS (override patch)
   Paste at bottom of custom.css
   ============================ */

/* 1) Fix number spacing: keep it premium, not gappy */
.pn-number{
  letter-spacing: 0.03em !important;      /* was too high */
  word-spacing: 0.02em !important;        /* keeps group spacing tidy */
  font-variant-numeric: tabular-nums;
  margin: 26px 0 18px !important;         /* still a “moment”, less awkward */
  text-shadow: 0 0 18px rgba(0,136,255,0.22) !important;
}

/* 2) Add subtle spotlight to hero so number feels intentional */
.pn-hero{
  background:
    radial-gradient(900px 260px at 30% 50%, rgba(0,136,255,0.10), rgba(0,0,0,0) 60%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)) !important;
}

/* 3) Soften the “Look closely” box so it doesn’t compete */
.pn-microfacts{
  background: rgba(255,255,255,0.02) !important;
  border: 1px solid rgba(255,255,255,0.06) !important;
  padding: 12px 16px !important;
  margin: 10px 0 16px !important;
}

.pn-look-closely{
  font-size: 0.95rem;
  opacity: 0.9 !important;
  margin-bottom: 6px !important;
}

.pn-highlights li{
  margin: 5px 0 !important;
  opacity: 0.88;
}

/* 4) Tie price + button together (CRO): make a “price row” feel like a header */
.pn-purchase{
  padding: 18px 18px 16px !important;
}

.pn-price{
  align-items: center !important;
  margin-bottom: 8px !important;
}

.pn-price-label{
  font-size: 0.9rem;
  opacity: 0.75 !important;
}

.pn-price-value{
  font-size: 1.9rem !important;
  letter-spacing: 0.01em;
}

/* 5) Make Buy Now more dominant and closer to decision point */
.pn-cta{
  margin-top: 6px !important;
  margin-bottom: 10px !important;
}

.pn-cta .button,
.pn-cta button{
  padding: 14px 26px !important;
  font-size: 1.05rem !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 26px rgba(0,0,0,0.45);
}

/* 6) De-densify “Next Steps” + separate from reassurance */
.pn-confirm{
  font-weight: 800 !important;
  opacity: 0.86 !important;
  margin: 8px 0 !important;
}

.pn-confirm-block{
  margin-top: 12px !important;
}

.pn-next-steps{
  font-weight: 700 !important;
  opacity: 0.84 !important;
  margin-top: 8px !important;
}

.pn-cta-reassure{
  margin-top: 16px !important;
  padding-top: 14px !important;
  opacity: 0.70 !important;
}

.pn-cta-reassure li{
  margin: 6px 0 !important;
  font-size: 0.95rem;
}

/* 7) FAQ heading: smaller + cleaner, not competing with product */
.pn-faqs h2,
.pn-faqs h3{
  font-size: 1.6rem !important;
  letter-spacing: -0.01em;
  opacity: 0.9;
  margin-top: 26px !important;
}

/* 8) Blue accent: make it visible but restrained */
.pn-hero::before,
.pn-purchase::before{
  width: 4px !important;
  opacity: 0.85 !important;
  background: linear-gradient(to bottom, var(--pn-accent), rgba(0,136,255,0.06)) !important;
}

.pn-hero,
.pn-purchase{
  overflow: hidden; /* ensures accent sits cleanly inside rounded corners */
}
/* =========================================================
   FIXES FROM TESTING (header/footer/CTA/cards)
   Paste at bottom of custom.css
   ========================================================= */

/* 1) Top header background same as logo background
   Quark uses #header and .navbar; adjust both */
#header,
#header .navbar,
#header .container {
  background: #000 !important; /* match logo background (black) */
}

/* Prevent “white flash” on scroll / sticky states */
#header.header-fixed,
#header.header-animated,
#header.header-dark,
#header.header-transparent {
  background: #000 !important;
}

/* Some Quark variants add background to nav sections */
#header .navbar-section,
#header nav,
#header .dropmenu {
  background: transparent !important;
}

/* 2) Footer turning white on scroll — force dark footer always */
#footer,
footer,
#footer .container,
footer .container {
  background: #000 !important;
  color: rgba(255,255,255,0.88) !important;
  border-top: 1px solid rgba(255,255,255,0.08);
}

/* If Quark adds a “sticky footer” wrapper */
#page-wrapper,
.sticky-footer,
.sticky-footer #footer {
  background: transparent !important;
}

/* 3) Stripe image missing – style it when present (won’t create it)
   This stops it blowing out sizing or collapsing */
.pn-stripe-img,
.pn-stripe-badge img {
  display: inline-block;
  max-width: 180px;
  height: auto;
  vertical-align: middle;
  opacity: 0.95;
}

/* 4) “What you’re buying” + “Next Steps” font should match bullets */
.pn-confirm,
.pn-confirm strong,
.pn-next-steps,
.pn-next-steps li {
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  opacity: 0.85 !important;
}

/* Keep labels slightly stronger */
.pn-confirm strong {
  opacity: 0.95 !important;
  font-weight: 850 !important;
}

/* 5) Price label/value look weird – make them a tight unit */
.pn-price {
  display: flex !important;
  align-items: baseline !important;
  justify-content: flex-start !important; /* keep together */
  gap: 12px !important;
  margin-bottom: 10px !important;
}

.pn-price-label {
  font-size: 0.9rem !important;
  font-weight: 800 !important;
  opacity: 0.75 !important;
}

.pn-price-value {
  font-size: 1.75rem !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
  color: #fff !important;
}

/* 6) Buy button looks broken – normalize button styling hard */
.pn-cta .button,
.pn-cta button,
.pn-cta a.button,
.pn-cta a.btn,
.pn-cta .btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 12px 20px !important;
  border-radius: 10px !important; /* less childish */
  background: #0078D8 !important;
  color: #fff !important;
  border: 1px solid rgba(0,0,0,0.25) !important;
  text-decoration: none !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  box-shadow: 0 10px 22px rgba(0,0,0,0.45) !important;
}

.pn-cta .button:hover,
.pn-cta button:hover,
.pn-cta a.button:hover,
.pn-cta a.btn:hover,
.pn-cta .btn:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.pn-cta .button:active,
.pn-cta button:active,
.pn-cta a.button:active,
.pn-cta a.btn:active,
.pn-cta .btn:active {
  transform: translateY(0);
}

/* 7) Reduce number of “containers” feel + reduce rounding
   Make all cards share a tighter radius and less heavy borders */
.pn-hero,
.pn-microfacts,
.pn-purchase,
.pn-details,
.pn-help,
.pn-decision-support,
details {
  border-radius: 10px !important;
  border: 1px solid rgba(255,255,255,0.07) !important;
}

/* Make internal “accent bar” less intrusive */
.pn-hero::before,
.pn-purchase::before {
  width: 3px !important;
  opacity: 0.75 !important;
}

/* Reduce stacked-card feeling: tighten gaps */
.pn-hero { margin-bottom: 10px !important; }
.pn-microfacts { margin: 10px 0 12px !important; }
.pn-purchase { margin: 12px 0 16px !important; }

/* Optional: visually “merge” hero + highlights by softening the next divider */
.pn-microfacts {
  background: rgba(255,255,255,0.02) !important;
}

/* FAQs: less rounded + cleaner */
details {
  padding: 10px 12px !important;
}

/* Also prevent any theme section from flipping backgrounds */
.section,
#body-wrapper,
#start {
  background: transparent !important;
}
