.elementor-12608 .elementor-element.elementor-element-76b82f0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12608 .elementor-element.elementor-element-715f434{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-715f434 *//* ═══════════════════════════════════════════════════════════════
   PHIDIAS PROPFIRM — Logged-Out Dashboard Page Stylesheet
   ─────────────────────────────────────────────────────────────
   All classes prefixed .pdo-* (Phidias Dashboard Out) to avoid
   conflicts with iMember's existing CSS.

   Load AFTER iMember's default stylesheets so these styles win
   when there's any overlap.
   ═══════════════════════════════════════════════════════════════ */

/* ── Fonts ── */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800;900&family=Lato:wght@400;600;700&display=swap');

/* ── CSS Variables (Phidias design tokens) ── */
.pdo-root {
  /* Backgrounds */
  --pdo-bg:           #0a1224;
  --pdo-bg-2:         #0e1a2e;
  --pdo-bg-elev:      rgba(14, 26, 46, 0.55);
  --pdo-bg-card:      linear-gradient(160deg, rgba(20, 32, 56, 0.85) 0%, rgba(12, 22, 40, 0.75) 100%);

  /* Gold accents */
  --pdo-gold:         #d3b574;
  --pdo-gold-light:   #e8d08c;
  --pdo-gold-dark:    #c9a55a;
  --pdo-gold-glow:    rgba(211, 181, 116, 0.25);
  --pdo-gold-border:  rgba(211, 181, 116, 0.14);
  --pdo-gold-border-strong: rgba(211, 181, 116, 0.30);
  --pdo-gold-bg-subtle: rgba(211, 181, 116, 0.06);

  /* Text — stronger contrast for readability on dark BG */
  --pdo-text:         #f5f2eb;
  --pdo-text-body:    #ebe6da;             /* brighter than before (was #ddd9d0) */
  --pdo-text-muted:   rgba(255, 255, 255, 0.78);   /* was 0.55 — way too dim */
  --pdo-text-dim:     rgba(255, 255, 255, 0.58);   /* was 0.35 — too low contrast */

  /* Status colors */
  --pdo-green:        #27ae60;
  --pdo-green-glow:   rgba(39, 174, 96, 0.20);
  --pdo-red:          #e74c3c;
  --pdo-red-glow:     rgba(231, 76, 60, 0.25);

  /* Fonts */
  --pdo-font-h:       'Montserrat', system-ui, -apple-system, sans-serif;
  --pdo-font-b:       'Lato', system-ui, -apple-system, sans-serif;

  /* Shadows */
  --pdo-shadow-sm:    0 2px 12px rgba(0,0,0,0.20);
  --pdo-shadow-md:    0 8px 28px rgba(0,0,0,0.30);
  --pdo-shadow-lg:    0 20px 60px rgba(0,0,0,0.45);
  --pdo-shadow-gold:  0 0 40px rgba(211, 181, 116, 0.08);

  /* Layout */
  --pdo-radius-sm:    8px;
  --pdo-radius-md:    14px;
  --pdo-radius-lg:    20px;
  --pdo-radius-xl:    28px;

  /* Container */
  --pdo-container:    1180px;
  --pdo-gutter:       32px;
}

/* ──────────────────────────────────────────────────────────────
   ROOT — base styles
   ────────────────────────────────────────────────────────────── */
.pdo-root {
  font-family: var(--pdo-font-b);
  color: var(--pdo-text-body);
  background: linear-gradient(180deg, var(--pdo-bg) 0%, var(--pdo-bg-2) 50%, var(--pdo-bg) 100%);
  min-height: 100%;
  position: relative;
  isolation: isolate;
  box-sizing: border-box;
}
.pdo-root *,
.pdo-root *::before,
.pdo-root *::after { box-sizing: border-box; }

.pdo-root h1, .pdo-root h2, .pdo-root h3, .pdo-root h4 {
  font-family: var(--pdo-font-h);
  color: var(--pdo-text);
  margin: 0;
  line-height: 1.15;
  letter-spacing: -0.015em;
}

/* Base anchor — !important applied so iMember's default <a> theme
   doesn't override our gold/no-underline styling. CTA classes still
   win via specificity + their own !important rules. */
.pdo-root a,
.pdo-root a:link,
.pdo-root a:visited {
  color: var(--pdo-gold) !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}
.pdo-root a:hover,
.pdo-root a:focus,
.pdo-root a:active {
  color: var(--pdo-gold-light) !important;
  text-decoration: none !important;
}

.pdo-root em { font-style: normal; color: var(--pdo-gold); font-weight: 600; }

.pdo-gold {
  background: linear-gradient(135deg, var(--pdo-gold-light) 0%, var(--pdo-gold) 50%, var(--pdo-gold-dark) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ──────────────────────────────────────────────────────────────
   PROMO BANNER — high-impact top bar
   ────────────────────────────────────────────────────────────── */
.pdo-promo {
  position: relative;
  background:
    linear-gradient(90deg, rgba(231, 76, 60, 0.22) 0%, rgba(211, 181, 116, 0.28) 50%, rgba(231, 76, 60, 0.22) 100%),
    linear-gradient(180deg, #1a1308 0%, #0e0a04 100%);
  border-bottom: 2px solid var(--pdo-gold);
  box-shadow: 0 4px 24px rgba(211, 181, 116, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.pdo-promo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 233, 178, 0.10) 50%, transparent 100%);
  animation: pdo-shimmer 5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes pdo-shimmer {
  0%, 100% { transform: translateX(-100%); }
  50%      { transform: translateX(100%); }
}
.pdo-promo-inner {
  max-width: var(--pdo-container);
  margin: 0 auto;
  padding: 18px var(--pdo-gutter);
  display: flex;
  align-items: center;
  gap: 22px;
  position: relative;
  z-index: 1;
}

/* 80% OFF badge — vivid gold pill */
.pdo-promo-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 10px 16px;
  background: linear-gradient(135deg, var(--pdo-gold-light) 0%, var(--pdo-gold) 50%, var(--pdo-gold-dark) 100%);
  color: #1a1308;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(211, 181, 116, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  line-height: 1;
  animation: pdo-promo-pulse 2.6s ease-in-out infinite;
}
@keyframes pdo-promo-pulse {
  0%, 100% { box-shadow: 0 4px 16px rgba(211, 181, 116, 0.45), 0 0 0 0 rgba(211, 181, 116, 0.50), inset 0 1px 0 rgba(255, 255, 255, 0.35); }
  50%      { box-shadow: 0 4px 16px rgba(211, 181, 116, 0.45), 0 0 0 10px transparent, inset 0 1px 0 rgba(255, 255, 255, 0.35); }
}
.pdo-promo-badge-pct {
  font-family: var(--pdo-font-h);
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.pdo-promo-badge-off {
  font-family: var(--pdo-font-h);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-top: 2px;
}

/* Body — text + price */
.pdo-promo-body {
  flex: 1;
  min-width: 0;
}
.pdo-promo-headline {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 4px;
}
.pdo-promo-product {
  font-family: var(--pdo-font-h);
  font-size: 19px;
  font-weight: 800;
  color: var(--pdo-text);
  letter-spacing: -0.005em;
}
.pdo-promo-price {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.pdo-promo-price-old {
  font-family: var(--pdo-font-h);
  font-size: 17px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: line-through;
  text-decoration-color: rgba(231, 76, 60, 0.75);
  text-decoration-thickness: 2px;
}
.pdo-promo-price-arrow {
  width: 16px; height: 16px;
  color: var(--pdo-gold-light);
  flex-shrink: 0;
}
.pdo-promo-price-new {
  font-family: var(--pdo-font-h);
  font-size: 24px;
  font-weight: 900;
  color: var(--pdo-gold-light);
  letter-spacing: -0.01em;
}
.pdo-promo-price-save {
  font-family: var(--pdo-font-h);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2ed87a;
  padding: 4px 10px;
  background: rgba(39, 174, 96, 0.18);
  border: 1px solid rgba(39, 174, 96, 0.45);
  border-radius: 999px;
  margin-left: 4px;
}
.pdo-promo-sub {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.45;
}

/* CTA — clickable. !important on every visual property to win against iMember's <a> styles. */
.pdo-promo-cta,
.pdo-promo-cta:link,
.pdo-promo-cta:visited {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-shrink: 0;
  padding: 12px 22px !important;
  background: linear-gradient(135deg, var(--pdo-gold-light) 0%, var(--pdo-gold) 50%, var(--pdo-gold-dark) 100%) !important;
  background-color: var(--pdo-gold) !important;
  color: #1a1308 !important;
  font-family: var(--pdo-font-h) !important;
  font-weight: 800 !important;
  font-size: 15px !important;
  letter-spacing: 0.01em !important;
  border-radius: 10px !important;
  border: none !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  text-transform: none !important;
  box-shadow: 0 4px 16px rgba(211, 181, 116, 0.35) !important;
  transition: all 0.25s cubic-bezier(.34, 1.56, .64, 1);
}
.pdo-promo-cta:hover,
.pdo-promo-cta:focus,
.pdo-promo-cta:active {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(211, 181, 116, 0.55) !important;
  color: #1a1308 !important;
  text-decoration: none !important;
}
.pdo-promo-cta svg { width: 16px !important; height: 16px !important; }

.pdo-promo-close {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.pdo-promo-close:hover { background: rgba(255, 255, 255, 0.10); color: var(--pdo-text); }

/* ──────────────────────────────────────────────────────────────
   HERO
   ────────────────────────────────────────────────────────────── */
.pdo-hero {
  position: relative;
  padding: 80px var(--pdo-gutter) 64px;
  overflow: hidden;
}
.pdo-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.pdo-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(211, 181, 116, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(211, 181, 116, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
}
.pdo-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
}
.pdo-hero-orb--1 {
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(211, 181, 116, 0.30) 0%, transparent 70%);
  top: -160px; left: -120px;
}
.pdo-hero-orb--2 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(126, 184, 224, 0.18) 0%, transparent 70%);
  bottom: -120px; right: -80px;
}
.pdo-hero-inner {
  position: relative;
  z-index: 1;
  max-width: var(--pdo-container);
  margin: 0 auto;
  text-align: center;
}

/* Trust strip — readable typography */
.pdo-hero-trust {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  padding: 14px 26px;
  margin-bottom: 32px;
  background: rgba(14, 26, 46, 0.65);
  backdrop-filter: blur(12px);
  border: 1px solid var(--pdo-gold-border-strong);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  color: var(--pdo-text);
}
.pdo-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.pdo-trust-item strong {
  color: var(--pdo-gold-light);
  font-weight: 800;
  font-size: 16px;
}
.pdo-trust-stars { width: 16px; height: 16px; color: var(--pdo-gold); fill: var(--pdo-gold); }
.pdo-trust-sep {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--pdo-gold-border-strong);
}

/* Headline */
.pdo-hero-title {
  font-size: clamp(40px, 6vw, 76px);
  font-weight: 900;
  margin-bottom: 24px;
}
.pdo-hero-line {
  display: block;
}

/* Sub — readable on dark BG */
.pdo-hero-sub {
  font-size: 20px;
  line-height: 1.6;
  color: var(--pdo-text-body);
  max-width: 760px;
  margin: 0 auto 40px;
  font-weight: 400;
}
.pdo-hero-sub strong {
  color: var(--pdo-text);
  font-weight: 700;
}

/* CTAs */
.pdo-hero-cta {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

/* ── BUTTONS ──
   !important applied throughout because iMember's base theme injects
   default <a> and <button> styles that override colors/decorations.
   We force-win on every visual property a CTA can be styled with. */
.pdo-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 18px 32px !important;
  border-radius: var(--pdo-radius-md) !important;
  font-family: var(--pdo-font-h) !important;
  font-weight: 700 !important;
  font-size: 16.5px !important;
  letter-spacing: 0.01em !important;
  color: #1a1308 !important;
  border: none !important;
  cursor: pointer !important;
  text-decoration: none !important;
  text-transform: none !important;
  transition: all 0.3s cubic-bezier(.34, 1.56, .64, 1);
  position: relative;
  overflow: hidden;
  line-height: 1.2 !important;
}
.pdo-btn svg { width: 18px !important; height: 18px !important; flex-shrink: 0; }
.pdo-btn--primary {
  background: linear-gradient(135deg, var(--pdo-gold-light) 0%, var(--pdo-gold) 50%, var(--pdo-gold-dark) 100%) !important;
  background-color: var(--pdo-gold) !important;          /* fallback if gradient strips */
  color: #081020 !important;
  box-shadow: 0 6px 24px rgba(211, 181, 116, 0.32), 0 0 0 1px rgba(211, 181, 116, 0.15) !important;
}
.pdo-btn--primary:hover,
.pdo-btn--primary:focus,
.pdo-btn--primary:active,
.pdo-btn--primary:visited {
  color: #081020 !important;
  text-decoration: none !important;
}
.pdo-btn--primary:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 10px 32px rgba(211, 181, 116, 0.45), 0 0 0 1px rgba(211, 181, 116, 0.25) !important;
}
.pdo-btn--ghost {
  background: rgba(14, 26, 46, 0.55) !important;
  background-color: rgba(14, 26, 46, 0.55) !important;
  color: var(--pdo-text) !important;
  border: 1px solid var(--pdo-gold-border) !important;
  backdrop-filter: blur(8px);
}
.pdo-btn--ghost:hover,
.pdo-btn--ghost:focus,
.pdo-btn--ghost:active,
.pdo-btn--ghost:visited {
  color: var(--pdo-text) !important;
  text-decoration: none !important;
}
.pdo-btn--ghost:hover {
  border-color: var(--pdo-gold-border-strong) !important;
  background: rgba(14, 26, 46, 0.75) !important;
  transform: translateY(-2px);
}

/* ──────────────────────────────────────────────────────────────
   LIVE TICKER — recent payouts (high-impact live feed)
   ────────────────────────────────────────────────────────────── */
.pdo-ticker {
  padding: 0 var(--pdo-gutter);
  margin-bottom: 32px;
  margin-top: 8px;
}
.pdo-ticker-frame {
  max-width: var(--pdo-container);
  margin: 0 auto;
  background:
    radial-gradient(ellipse at top left, rgba(39, 174, 96, 0.10) 0%, transparent 50%),
    radial-gradient(ellipse at bottom right, rgba(211, 181, 116, 0.10) 0%, transparent 50%),
    rgba(10, 18, 36, 0.85);
  border: 1px solid var(--pdo-gold-border-strong);
  border-radius: var(--pdo-radius-lg);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 0 60px rgba(39, 174, 96, 0.08);
  overflow: hidden;
  position: relative;
}

.pdo-ticker-label {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 26px;
  border-bottom: 1px solid var(--pdo-gold-border);
  background:
    linear-gradient(90deg, rgba(231, 76, 60, 0.08) 0%, transparent 30%, transparent 70%, rgba(39, 174, 96, 0.06) 100%),
    rgba(0, 0, 0, 0.30);
  flex-wrap: wrap;
}
.pdo-ticker-label-left {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  background: rgba(231, 76, 60, 0.10);
  border: 1px solid rgba(231, 76, 60, 0.30);
  border-radius: 999px;
}
.pdo-live-dot {
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--pdo-red);
  box-shadow: 0 0 0 0 var(--pdo-red-glow), 0 0 12px var(--pdo-red);
  animation: pdo-pulse-live 1.6s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes pdo-pulse-live {
  0%, 100% { box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.55), 0 0 12px var(--pdo-red); }
  50%      { box-shadow: 0 0 0 12px transparent, 0 0 12px var(--pdo-red); }
}
.pdo-live-text {
  font-family: var(--pdo-font-h);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: #ff8a78;
}

/* Right-side stats — bigger, more prominent */
.pdo-ticker-label-stats {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 22px;
}
.pdo-ticker-stat {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.1;
}
.pdo-ticker-stat-val {
  font-family: var(--pdo-font-h);
  font-size: 22px;
  font-weight: 900;
  color: var(--pdo-green);
  letter-spacing: -0.01em;
}
.pdo-ticker-stat-val--gold {
  color: var(--pdo-gold-light);
}
.pdo-ticker-stat-lab {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.04em;
  margin-top: 4px;
  text-transform: uppercase;
}
.pdo-ticker-stat-sep {
  width: 1px;
  height: 32px;
  background: linear-gradient(to bottom, transparent, var(--pdo-gold-border-strong), transparent);
}

.pdo-ticker-track-wrap {
  position: relative;
  overflow: hidden;
  padding: 22px 0;
  /* Fade edges to hide the loop */
  mask-image: linear-gradient(90deg, transparent 0%, black 80px, black calc(100% - 80px), transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 80px, black calc(100% - 80px), transparent 100%);
}
.pdo-ticker-track {
  display: flex;
  gap: 18px;
  animation: pdo-ticker-scroll 55s linear infinite;
  width: max-content;
}
.pdo-ticker-track:hover { animation-play-state: paused; }
@keyframes pdo-ticker-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.pdo-ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 22px;
  background:
    linear-gradient(135deg, rgba(39, 174, 96, 0.08) 0%, rgba(14, 26, 46, 0.85) 60%),
    rgba(14, 26, 46, 0.85);
  border: 1px solid rgba(39, 174, 96, 0.35);
  border-radius: 14px;
  font-size: 16px;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.pdo-ticker-item-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--pdo-green);
  box-shadow: 0 0 12px rgba(39, 174, 96, 0.85), 0 0 0 2px rgba(39, 174, 96, 0.20);
  flex-shrink: 0;
}
.pdo-ticker-item-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pdo-gold-light), var(--pdo-gold-dark));
  color: #1a1308;
  font-family: var(--pdo-font-h);
  font-size: 13.5px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(211, 181, 116, 0.25);
}
.pdo-ticker-item-name {
  color: var(--pdo-text);
  font-weight: 700;
  font-size: 15px;
}
.pdo-ticker-item-sep {
  color: rgba(255, 255, 255, 0.30);
  font-weight: 400;
}
.pdo-ticker-item-amount {
  color: #2ed87a;
  font-family: var(--pdo-font-h);
  font-weight: 900;
  font-size: 17px;
  letter-spacing: -0.01em;
  text-shadow: 0 0 12px rgba(39, 174, 96, 0.35);
}
.pdo-ticker-item-time {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  font-weight: 500;
}
.pdo-ticker-item-flag {
  font-size: 20px;
  line-height: 1;
}
.pdo-ticker-item-acct {
  font-family: var(--pdo-font-h);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--pdo-gold-light);
  padding: 4px 11px;
  background: rgba(211, 181, 116, 0.12);
  border: 1px solid var(--pdo-gold-border-strong);
  border-radius: 999px;
  margin-left: 4px;
}

/* ──────────────────────────────────────────────────────────────
   STATS BAR
   ────────────────────────────────────────────────────────────── */
.pdo-stats {
  padding: 48px var(--pdo-gutter);
}
.pdo-stats-inner {
  max-width: var(--pdo-container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.pdo-stat {
  padding: 32px 24px;
  background: var(--pdo-bg-elev);
  border: 1px solid var(--pdo-gold-border);
  border-radius: var(--pdo-radius-lg);
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.pdo-stat:hover {
  transform: translateY(-3px);
  border-color: var(--pdo-gold-border-strong);
  box-shadow: var(--pdo-shadow-md), 0 0 0 1px rgba(211, 181, 116, 0.08);
}
.pdo-stat--highlight {
  background: linear-gradient(160deg, rgba(211, 181, 116, 0.10) 0%, rgba(14, 26, 46, 0.55) 100%);
  border-color: var(--pdo-gold-border-strong);
}
.pdo-stat--green { border-color: rgba(39, 174, 96, 0.20); }
.pdo-stat--green:hover { border-color: rgba(39, 174, 96, 0.40); }
.pdo-stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(211, 181, 116, 0.10);
  border: 1px solid var(--pdo-gold-border);
  color: var(--pdo-gold);
  margin-bottom: 14px;
}
.pdo-stat--green .pdo-stat-icon {
  background: rgba(39, 174, 96, 0.12);
  border-color: rgba(39, 174, 96, 0.25);
  color: var(--pdo-green);
}
.pdo-stat-icon svg { width: 22px; height: 22px; }
.pdo-stat-val {
  font-family: var(--pdo-font-h);
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 900;
  color: var(--pdo-text);
  margin-bottom: 6px;
  line-height: 1;
}
.pdo-stat--highlight .pdo-stat-val {
  background: linear-gradient(135deg, var(--pdo-gold-light), var(--pdo-gold-dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.pdo-stat--green .pdo-stat-val { color: var(--pdo-green); }
.pdo-stat-label {
  font-size: 16px;
  font-weight: 600;
  color: var(--pdo-text-body);
  line-height: 1.45;
}

/* ──────────────────────────────────────────────────────────────
   SECTION HEADER (reused)
   ────────────────────────────────────────────────────────────── */
.pdo-section-header {
  max-width: 780px;
  margin: 0 auto 56px;
  text-align: center;
}
.pdo-eyebrow {
  display: inline-block;
  font-family: var(--pdo-font-h);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pdo-gold);
  padding: 7px 16px;
  background: var(--pdo-gold-bg-subtle);
  border: 1px solid var(--pdo-gold-border);
  border-radius: 999px;
  margin-bottom: 20px;
}
.pdo-section-title {
  font-size: clamp(30px, 4.4vw, 46px);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 16px;
}
.pdo-section-sub {
  font-size: 17.5px;
  color: var(--pdo-text-body);
  line-height: 1.6;
  margin: 0;
}

/* ──────────────────────────────────────────────────────────────
   DAY 1 FLOW — timeline
   ────────────────────────────────────────────────────────────── */
.pdo-flow {
  padding: 80px var(--pdo-gutter);
  position: relative;
  background:
    radial-gradient(ellipse at top, rgba(211, 181, 116, 0.06) 0%, transparent 60%),
    transparent;
}
.pdo-flow-coming {
  display: block;
  margin-top: 8px;
  font-size: 14.5px;
  color: var(--pdo-text-muted);
  font-style: italic;
}
.pdo-flow-timeline {
  max-width: var(--pdo-container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 16px;
  align-items: stretch;
}
.pdo-flow-step {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pdo-flow-time {
  font-family: var(--pdo-font-h);
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: 0.10em;
  color: var(--pdo-gold);
  text-align: center;
  padding: 7px 14px;
  background: var(--pdo-gold-bg-subtle);
  border: 1px solid var(--pdo-gold-border-strong);
  border-radius: 999px;
  width: max-content;
  margin: 0 auto;
}
.pdo-flow-card {
  flex: 1;
  padding: 24px 20px;
  background: var(--pdo-bg-card);
  border: 1px solid var(--pdo-gold-border);
  border-radius: var(--pdo-radius-lg);
  position: relative;
  transition: all 0.3s ease;
}
.pdo-flow-card:hover {
  transform: translateY(-4px);
  border-color: var(--pdo-gold-border-strong);
  box-shadow: var(--pdo-shadow-md);
}
.pdo-flow-card--final {
  background: linear-gradient(160deg, rgba(39, 174, 96, 0.15) 0%, rgba(14, 26, 46, 0.85) 100%);
  border-color: rgba(39, 174, 96, 0.30);
}
.pdo-flow-num {
  position: absolute;
  top: -16px;
  right: 16px;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pdo-gold-light), var(--pdo-gold-dark));
  color: #081020;
  font-family: var(--pdo-font-h);
  font-size: 16px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(211, 181, 116, 0.30);
}
.pdo-flow-card--final .pdo-flow-num {
  background: linear-gradient(135deg, var(--pdo-green), #1f8a4d);
  color: white;
  box-shadow: 0 4px 14px rgba(39, 174, 96, 0.40);
}
.pdo-flow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: 10px;
  background: rgba(211, 181, 116, 0.10);
  border: 1px solid var(--pdo-gold-border);
  color: var(--pdo-gold);
  margin-bottom: 14px;
}
.pdo-flow-card--final .pdo-flow-icon {
  background: rgba(39, 174, 96, 0.15);
  border-color: rgba(39, 174, 96, 0.30);
  color: var(--pdo-green);
}
.pdo-flow-icon svg { width: 20px; height: 20px; }
.pdo-flow-title {
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 10px;
  color: var(--pdo-text);
}
.pdo-flow-desc {
  font-size: 16px;
  line-height: 1.6;
  color: var(--pdo-text-body);
  margin: 0;
}
.pdo-flow-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pdo-gold-border-strong);
  align-self: center;
  padding-top: 38px; /* offset to match card center after time pill */
}
.pdo-flow-arrow svg { width: 24px; height: 24px; }

.pdo-flow-foot {
  max-width: var(--pdo-container);
  margin: 48px auto 0;
  text-align: center;
}
.pdo-flow-foot-text {
  font-size: 16.5px;
  color: var(--pdo-text-body);
  line-height: 1.55;
  margin: 0;
}
.pdo-flow-foot-text strong { color: var(--pdo-text); font-weight: 700; }

/* ──────────────────────────────────────────────────────────────
   WHY PHIDIAS
   ────────────────────────────────────────────────────────────── */
.pdo-why { padding: 80px var(--pdo-gutter); }
.pdo-why-grid {
  max-width: var(--pdo-container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pdo-why-card {
  padding: 32px 28px;
  background: var(--pdo-bg-elev);
  border: 1px solid var(--pdo-gold-border);
  border-radius: var(--pdo-radius-lg);
  transition: all 0.3s ease;
}
.pdo-why-card:hover {
  transform: translateY(-4px);
  border-color: var(--pdo-gold-border-strong);
  box-shadow: var(--pdo-shadow-md);
}
.pdo-why-card--featured {
  background: linear-gradient(160deg, rgba(211, 181, 116, 0.10) 0%, rgba(14, 26, 46, 0.55) 100%);
  border-color: var(--pdo-gold-border-strong);
  position: relative;
  overflow: hidden;
}
.pdo-why-card--featured::before {
  content: '';
  position: absolute;
  top: -50%; right: -30%;
  width: 240px; height: 240px;
  background: radial-gradient(circle, rgba(211, 181, 116, 0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.pdo-why-card--trust {
  background: linear-gradient(160deg, rgba(39, 174, 96, 0.08) 0%, rgba(14, 26, 46, 0.55) 100%);
  border-color: rgba(39, 174, 96, 0.20);
}
.pdo-why-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px; height: 48px;
  border-radius: 12px;
  background: rgba(211, 181, 116, 0.10);
  border: 1px solid var(--pdo-gold-border);
  color: var(--pdo-gold);
  margin-bottom: 20px;
}
.pdo-why-card--trust .pdo-why-icon {
  background: rgba(39, 174, 96, 0.12);
  border-color: rgba(39, 174, 96, 0.25);
  color: var(--pdo-green);
}
.pdo-why-icon svg { width: 22px; height: 22px; }
.pdo-why-title {
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 12px;
}
.pdo-why-desc {
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--pdo-text-body);
  margin: 0;
}

/* ──────────────────────────────────────────────────────────────
   PLATFORMS — 3 trading platforms available
   ────────────────────────────────────────────────────────────── */
.pdo-platforms {
  padding: 80px var(--pdo-gutter);
  position: relative;
  background:
    radial-gradient(ellipse at bottom, rgba(211, 181, 116, 0.05) 0%, transparent 60%),
    transparent;
}
.pdo-platforms-grid {
  max-width: var(--pdo-container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.pdo-plat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 36px 28px 28px;
  background: var(--pdo-bg-card);
  border: 1px solid var(--pdo-gold-border);
  border-radius: var(--pdo-radius-lg);
  transition: all 0.3s ease;
  /* NOTE: no overflow:hidden — the .pdo-plat-badge needs to protrude above the card */
}
.pdo-plat-card::before {
  /* Subtle top glow on hover, clipped to card top */
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  border-top-left-radius: var(--pdo-radius-lg);
  border-top-right-radius: var(--pdo-radius-lg);
  background: linear-gradient(90deg, transparent, var(--pdo-gold), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.pdo-plat-card:hover {
  transform: translateY(-6px);
  border-color: var(--pdo-gold-border-strong);
  box-shadow: var(--pdo-shadow-lg);
}
.pdo-plat-card:hover::before { opacity: 0.7; }
.pdo-plat-card--featured {
  background:
    radial-gradient(ellipse at top, rgba(211, 181, 116, 0.16) 0%, transparent 60%),
    linear-gradient(160deg, rgba(211, 181, 116, 0.10) 0%, rgba(14, 26, 46, 0.85) 70%);
  border-color: var(--pdo-gold-border-strong);
  box-shadow: 0 0 0 1px var(--pdo-gold-border-strong), 0 12px 40px rgba(211, 181, 116, 0.10);
}
.pdo-plat-card--featured::before { opacity: 0.85; }
.pdo-plat-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 16px;
  background: linear-gradient(135deg, var(--pdo-gold-light), var(--pdo-gold), var(--pdo-gold-dark));
  color: #1a1308;
  font-family: var(--pdo-font-h);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(211, 181, 116, 0.45);
  z-index: 2;
}

/* Logo frame — featured at top, big & bright */
.pdo-plat-logo-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  padding: 18px 22px;
  margin-bottom: 22px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f4f1ea 100%);
  border-radius: 16px;
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    inset 0 -1px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}
.pdo-plat-logo-frame::after {
  /* Subtle inner gold glow on featured */
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 50%, rgba(211, 181, 116, 0.08) 100%);
  pointer-events: none;
}
.pdo-plat-card--featured .pdo-plat-logo-frame {
  box-shadow:
    0 6px 24px rgba(211, 181, 116, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    inset 0 -1px 0 rgba(0, 0, 0, 0.08);
}
.pdo-plat-logo-frame--dual {
  gap: 14px;
}
.pdo-plat-logo-img {
  display: block;
  max-height: 56px;
  max-width: 70%;
  width: auto;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
.pdo-plat-logo-frame--dual .pdo-plat-logo-img {
  max-height: 44px;
  max-width: 38%;
}
.pdo-plat-logo-plus {
  font-family: var(--pdo-font-h);
  font-size: 22px;
  font-weight: 800;
  color: #1a1308;
  opacity: 0.45;
  line-height: 1;
  position: relative;
  z-index: 1;
}

/* Name & tagline */
.pdo-plat-name {
  font-family: var(--pdo-font-h);
  font-size: 22px;
  font-weight: 800;
  color: var(--pdo-text);
  margin: 0 0 6px;
  line-height: 1.2;
  text-align: center;
}
.pdo-plat-name-sep {
  color: var(--pdo-gold-light);
  font-weight: 600;
  margin: 0 4px;
  opacity: 0.7;
}
.pdo-plat-tag {
  font-size: 15px;
  color: var(--pdo-gold-light);
  font-weight: 600;
  margin: 0 0 18px;
  line-height: 1.4;
  text-align: center;
}

/* "Best for" line — boxed, eyebrow-styled label */
.pdo-plat-for {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--pdo-text-body);
  margin: 0 0 20px;
  padding: 12px 14px;
  background: var(--pdo-gold-bg-subtle);
  border-left: 3px solid var(--pdo-gold);
  border-radius: 0 8px 8px 0;
}
.pdo-plat-for-lab {
  display: block;
  font-family: var(--pdo-font-h);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pdo-gold);
  margin-bottom: 4px;
}

/* Feature list */
.pdo-plat-feats {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.pdo-plat-feats li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: var(--pdo-text-body);
  line-height: 1.5;
}
.pdo-plat-feats svg {
  width: 16px; height: 16px;
  color: var(--pdo-gold);
  flex-shrink: 0;
  margin-top: 3px;
}
.pdo-plat-card--featured .pdo-plat-feats svg {
  color: var(--pdo-gold-light);
}

/* Device chips at bottom */
.pdo-plat-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-top: 18px;
  border-top: 1px solid var(--pdo-gold-border);
}
.pdo-plat-chip {
  font-family: var(--pdo-font-h);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pdo-text-body);
  padding: 5px 11px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}
.pdo-plat-card--featured .pdo-plat-chip {
  background: rgba(211, 181, 116, 0.12);
  border-color: var(--pdo-gold-border-strong);
  color: var(--pdo-gold-light);
}

/* Foot — same-account note */
.pdo-platforms-foot-wrap {
  text-align: center;
  margin-top: 40px;
}
.pdo-platforms-foot {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  background: var(--pdo-gold-bg-subtle);
  border: 1px solid var(--pdo-gold-border-strong);
  border-radius: 999px;
  font-size: 14.5px;
  color: var(--pdo-text-body);
  line-height: 1.5;
  max-width: 720px;
}
.pdo-platforms-foot svg {
  width: 18px; height: 18px;
  color: var(--pdo-gold);
  flex-shrink: 0;
}

/* ──────────────────────────────────────────────────────────────
   PLANS
   ────────────────────────────────────────────────────────────── */
.pdo-plans { padding: 80px var(--pdo-gutter); }
.pdo-plans-grid {
  max-width: var(--pdo-container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.pdo-plan-card {
  padding: 32px 24px;
  background: var(--pdo-bg-card);
  border: 1px solid var(--pdo-gold-border);
  border-radius: var(--pdo-radius-lg);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.3s ease;
}
.pdo-plan-card:hover {
  transform: translateY(-4px);
  border-color: var(--pdo-gold-border-strong);
  box-shadow: var(--pdo-shadow-md);
}
.pdo-plan-card--featured {
  background: linear-gradient(160deg, rgba(211, 181, 116, 0.12) 0%, rgba(14, 26, 46, 0.75) 100%);
  border-color: var(--pdo-gold-border-strong);
}
.pdo-plan-card--popular {
  background: linear-gradient(160deg, rgba(211, 181, 116, 0.10) 0%, rgba(14, 26, 46, 0.75) 100%);
  border-color: var(--pdo-gold-border-strong);
  box-shadow: 0 0 0 1px var(--pdo-gold-border-strong), var(--pdo-shadow-md);
}
.pdo-plan-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 16px;
  background: linear-gradient(135deg, var(--pdo-gold-light), var(--pdo-gold-dark));
  color: #081020;
  font-family: var(--pdo-font-h);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(211, 181, 116, 0.30);
}
.pdo-plan-name {
  font-family: var(--pdo-font-h);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--pdo-gold);
  margin-bottom: 6px;
}
.pdo-plan-size {
  font-family: var(--pdo-font-h);
  font-size: 30px;
  font-weight: 900;
  color: var(--pdo-text);
  margin-bottom: 20px;
}
.pdo-plan-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.pdo-price-old {
  font-size: 16.5px;
  color: var(--pdo-text-muted);
  text-decoration: line-through;
}
.pdo-price-new {
  font-family: var(--pdo-font-h);
  font-size: 32px;
  font-weight: 900;
  color: var(--pdo-text);
}
.pdo-price-tag {
  font-family: var(--pdo-font-h);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 4px 9px;
  background: rgba(231, 76, 60, 0.15);
  color: #ff8a78;
  border: 1px solid rgba(231, 76, 60, 0.30);
  border-radius: 6px;
}
.pdo-plan-feats {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.pdo-plan-feats li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15.5px;
  color: var(--pdo-text-body);
  line-height: 1.5;
}
.pdo-plan-feats svg {
  width: 16px; height: 16px;
  color: var(--pdo-gold);
  flex-shrink: 0;
  margin-top: 3px;
}
.pdo-plan-cta,
.pdo-plan-cta:link,
.pdo-plan-cta:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 15px 20px !important;
  border-radius: var(--pdo-radius-md) !important;
  font-family: var(--pdo-font-h) !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none !important;
  border: 1px solid var(--pdo-gold-border-strong) !important;
  color: var(--pdo-gold) !important;
  background: rgba(211, 181, 116, 0.06) !important;
  background-color: rgba(211, 181, 116, 0.06) !important;
  transition: all 0.25s ease;
  line-height: 1.2 !important;
}
.pdo-plan-cta:hover,
.pdo-plan-cta:focus,
.pdo-plan-cta:active {
  background: rgba(211, 181, 116, 0.14) !important;
  color: var(--pdo-gold-light) !important;
  text-decoration: none !important;
  transform: translateY(-1px);
}
.pdo-plan-cta--gold,
.pdo-plan-cta--gold:link,
.pdo-plan-cta--gold:visited {
  background: linear-gradient(135deg, var(--pdo-gold-light) 0%, var(--pdo-gold) 50%, var(--pdo-gold-dark) 100%) !important;
  background-color: var(--pdo-gold) !important;
  color: #081020 !important;
  border-color: transparent !important;
  border: 1px solid transparent !important;
  box-shadow: 0 4px 14px rgba(211, 181, 116, 0.25) !important;
}
.pdo-plan-cta--gold:hover,
.pdo-plan-cta--gold:focus,
.pdo-plan-cta--gold:active {
  color: #081020 !important;
  text-decoration: none !important;
  box-shadow: 0 8px 24px rgba(211, 181, 116, 0.40) !important;
}
.pdo-plan-cta svg { width: 16px !important; height: 16px !important; }

.pdo-plans-foot {
  max-width: var(--pdo-container);
  margin: 32px auto 0;
  text-align: center;
}
.pdo-link-arrow,
.pdo-link-arrow:link,
.pdo-link-arrow:visited {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-size: 15.5px !important;
  color: var(--pdo-gold) !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  text-transform: none !important;
}
.pdo-link-arrow:hover,
.pdo-link-arrow:focus,
.pdo-link-arrow:active {
  color: var(--pdo-gold-light) !important;
  text-decoration: none !important;
}
.pdo-link-arrow svg { width: 16px !important; height: 16px !important; }

/* ──────────────────────────────────────────────────────────────
   TESTIMONIALS
   ────────────────────────────────────────────────────────────── */
.pdo-testimonials { padding: 80px var(--pdo-gutter); }
.pdo-testimonials-grid {
  max-width: var(--pdo-container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pdo-testimonial {
  padding: 28px 24px;
  background: var(--pdo-bg-elev);
  border: 1px solid var(--pdo-gold-border);
  border-radius: var(--pdo-radius-lg);
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 0.3s ease;
}
.pdo-testimonial:hover {
  border-color: var(--pdo-gold-border-strong);
  transform: translateY(-3px);
  box-shadow: var(--pdo-shadow-md);
}
.pdo-testimonial-stars { display: flex; gap: 3px; }
.pdo-testimonial-stars svg {
  width: 16px; height: 16px;
  color: var(--pdo-gold);
  fill: var(--pdo-gold);
}
.pdo-testimonial-quote {
  font-size: 17px;
  line-height: 1.65;
  color: var(--pdo-text);
  margin: 0;
  flex: 1;
}
.pdo-testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--pdo-gold-border);
}
.pdo-testimonial-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pdo-gold-light), var(--pdo-gold-dark));
  color: #081020;
  font-family: var(--pdo-font-h);
  font-size: 15px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pdo-testimonial-name {
  font-family: var(--pdo-font-h);
  font-size: 15.5px;
  font-weight: 800;
  color: var(--pdo-text);
}
.pdo-testimonial-meta {
  font-size: 13.5px;
  color: var(--pdo-text-body);
  margin-top: 2px;
}

.pdo-testimonials-foot {
  max-width: var(--pdo-container);
  margin: 32px auto 0;
  text-align: center;
}

/* ──────────────────────────────────────────────────────────────
   FAQ
   ────────────────────────────────────────────────────────────── */
.pdo-faq { padding: 80px var(--pdo-gutter); }
.pdo-faq-list {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pdo-faq-item {
  background: var(--pdo-bg-elev);
  border: 1px solid var(--pdo-gold-border);
  border-radius: var(--pdo-radius-md);
  overflow: hidden;
  transition: all 0.25s ease;
}
.pdo-faq-item[open] {
  border-color: var(--pdo-gold-border-strong);
  background: rgba(14, 26, 46, 0.65);
}
.pdo-faq-q {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 26px;
  cursor: pointer;
  list-style: none;
  font-family: var(--pdo-font-h);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: var(--pdo-text);
  user-select: none;
}
.pdo-faq-q::-webkit-details-marker { display: none; }
.pdo-faq-q:hover { background: rgba(211, 181, 116, 0.04); }
.pdo-faq-num {
  font-family: var(--pdo-font-h);
  font-size: 14.5px;
  font-weight: 800;
  letter-spacing: 0.10em;
  color: var(--pdo-gold);
  flex-shrink: 0;
  min-width: 34px;
}
.pdo-faq-text { flex: 1; }
.pdo-faq-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--pdo-gold-bg-subtle);
  border: 1px solid var(--pdo-gold-border-strong);
  color: var(--pdo-gold);
  transition: transform 0.25s ease;
}
.pdo-faq-icon svg { width: 16px; height: 16px; }
.pdo-faq-item[open] .pdo-faq-icon {
  transform: rotate(45deg);
  background: var(--pdo-gold);
  color: #081020;
}
.pdo-faq-a {
  padding: 0 26px 26px 78px;
  color: var(--pdo-text-body);
  font-size: 16.5px;
  line-height: 1.7;
}
.pdo-faq-a p { margin: 0 0 14px; }
.pdo-faq-a p:last-child { margin-bottom: 0; }
.pdo-faq-a ul { padding-left: 20px; margin: 14px 0; }
.pdo-faq-a li { margin-bottom: 10px; }
.pdo-faq-note {
  font-size: 14.5px;
  color: var(--pdo-text-body);
  font-style: italic;
  border-left: 2px solid var(--pdo-gold-border-strong);
  padding-left: 14px;
  opacity: 0.92;
}

.pdo-faq-foot {
  max-width: var(--pdo-container);
  margin: 32px auto 0;
  text-align: center;
}

/* ──────────────────────────────────────────────────────────────
   FINAL CTA
   ────────────────────────────────────────────────────────────── */
.pdo-final {
  padding: 96px var(--pdo-gutter);
  position: relative;
  background:
    radial-gradient(ellipse at center top, rgba(211, 181, 116, 0.10) 0%, transparent 60%),
    transparent;
}
.pdo-final-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.pdo-final-title {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 900;
  margin-bottom: 20px;
}
.pdo-final-sub {
  font-size: 19px;
  line-height: 1.6;
  color: var(--pdo-text-body);
  margin-bottom: 40px;
}
.pdo-final-sub strong { color: var(--pdo-text); font-weight: 700; }
.pdo-final-cta {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-bottom: 32px;
}
.pdo-final-trust {
  font-size: 14.5px;
  color: var(--pdo-text-body);
  line-height: 1.6;
}
.pdo-final-trust strong { color: var(--pdo-gold-light); font-weight: 700; }

/* ──────────────────────────────────────────────────────────────
   FOOTER
   ────────────────────────────────────────────────────────────── */
.pdo-footer {
  padding: 40px var(--pdo-gutter);
  border-top: 1px solid var(--pdo-gold-border);
  background: rgba(0, 0, 0, 0.25);
}
.pdo-footer-inner {
  max-width: var(--pdo-container);
  margin: 0 auto;
  text-align: center;
}
.pdo-footer-links {
  margin-bottom: 18px;
  font-size: 14.5px;
  color: var(--pdo-text-body);
  display: inline-flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  justify-content: center;
}
.pdo-footer-links a,
.pdo-footer-links a:link,
.pdo-footer-links a:visited {
  color: var(--pdo-text-body) !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}
.pdo-footer-links a:hover,
.pdo-footer-links a:focus {
  color: var(--pdo-gold) !important;
  text-decoration: none !important;
}
.pdo-footer-copy {
  font-size: 13.5px;
  color: var(--pdo-text-body);
  margin-bottom: 20px;
}
.pdo-footer-compliance {
  font-size: 13px;
  line-height: 1.65;
  color: var(--pdo-text-muted);
  max-width: 920px;
  margin: 0 auto;
}
.pdo-footer-compliance strong { color: var(--pdo-text-body); font-weight: 700; }

/* ──────────────────────────────────────────────────────────────
   REVEAL ANIMATION (used via JS IntersectionObserver)
   ────────────────────────────────────────────────────────────── */
.pdo-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s cubic-bezier(.21, 1, .31, 1), transform 0.8s cubic-bezier(.21, 1, .31, 1);
}
.pdo-reveal.pdo-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ──────────────────────────────────────────────────────────────
   RESPONSIVE
   ────────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .pdo-stats-inner { grid-template-columns: repeat(2, 1fr); }
  .pdo-why-grid { grid-template-columns: repeat(2, 1fr); }
  .pdo-plans-grid { grid-template-columns: repeat(2, 1fr); }
  .pdo-platforms-grid { grid-template-columns: 1fr; max-width: 580px; margin-left: auto; margin-right: auto; }
  .pdo-testimonials-grid { grid-template-columns: 1fr; }

  .pdo-flow-timeline {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .pdo-flow-arrow {
    transform: rotate(90deg);
    padding: 0;
    margin: -12px auto;
  }
}

@media (max-width: 880px) {
  .pdo-promo-inner {
    flex-wrap: wrap;
    gap: 14px 16px;
    padding: 16px 20px;
  }
  .pdo-promo-body { flex: 1 1 100%; order: 2; }
  .pdo-promo-badge { order: 1; }
  .pdo-promo-cta { order: 3; flex: 1; justify-content: center; }
  .pdo-promo-close { order: 4; }

  .pdo-ticker-label { flex-direction: column; align-items: flex-start; gap: 14px; padding: 16px 20px; }
  .pdo-ticker-label-stats { margin-left: 0; width: 100%; justify-content: space-between; }
}

@media (max-width: 720px) {
  .pdo-hero { padding: 56px 20px 48px; }

  .pdo-promo-inner { padding: 14px 16px; gap: 12px; }
  .pdo-promo-badge { padding: 8px 14px; }
  .pdo-promo-badge-pct { font-size: 22px; }
  .pdo-promo-badge-off { font-size: 10px; }
  .pdo-promo-product { font-size: 16px; }
  .pdo-promo-price-old { font-size: 15px; }
  .pdo-promo-price-new { font-size: 21px; }
  .pdo-promo-price-save { font-size: 11px; padding: 3px 8px; }
  .pdo-promo-sub { font-size: 13px; }
  .pdo-promo-cta { padding: 11px 18px; font-size: 14px; }

  .pdo-ticker-stat-val { font-size: 18px; }
  .pdo-ticker-stat-lab { font-size: 11px; }
  .pdo-ticker-item { padding: 11px 16px; gap: 10px; }
  .pdo-ticker-item-avatar { width: 30px; height: 30px; font-size: 12px; }
  .pdo-ticker-item-amount { font-size: 15.5px; }
  .pdo-ticker-item-name { font-size: 14px; }
  .pdo-ticker-item-acct { font-size: 11.5px; padding: 3px 9px; }

  .pdo-stats-inner { grid-template-columns: 1fr; gap: 12px; }
  .pdo-why-grid { grid-template-columns: 1fr; }
  .pdo-plans-grid { grid-template-columns: 1fr; }
  .pdo-platforms { padding: 56px 20px; }
  .pdo-plat-card { padding: 30px 22px 24px; }
  .pdo-plat-logo-frame { height: 86px; padding: 14px 18px; margin-bottom: 18px; }
  .pdo-plat-logo-img { max-height: 48px; }
  .pdo-plat-logo-frame--dual .pdo-plat-logo-img { max-height: 36px; }
  .pdo-plat-logo-plus { font-size: 18px; }
  .pdo-plat-name { font-size: 19px; }
  .pdo-plat-tag { font-size: 14px; margin-bottom: 14px; }
  .pdo-plat-for { font-size: 14px; padding: 10px 12px; margin-bottom: 16px; }
  .pdo-plat-feats { gap: 10px; margin-bottom: 18px; }
  .pdo-plat-feats li { font-size: 14px; }
  .pdo-plat-chip { font-size: 11px; padding: 4px 9px; }
  .pdo-platforms-foot { font-size: 13.5px; padding: 12px 18px; }

  .pdo-hero-cta { flex-direction: column; }
  .pdo-hero-cta .pdo-btn { width: 100%; justify-content: center; }
  .pdo-final-cta { flex-direction: column; }
  .pdo-final-cta .pdo-btn { width: 100%; justify-content: center; }

  .pdo-hero-sub { font-size: 17.5px; }

  .pdo-flow, .pdo-why, .pdo-plans, .pdo-testimonials, .pdo-faq { padding: 56px 20px; }

  .pdo-faq-q { padding: 18px 18px; font-size: 16px; gap: 12px; }
  .pdo-faq-a { padding: 0 18px 22px 56px; font-size: 15.5px; }
  .pdo-faq-num { min-width: 26px; font-size: 13.5px; }

  .pdo-why-title { font-size: 19px; }
  .pdo-why-desc { font-size: 15.5px; }

  .pdo-section-sub { font-size: 16px; }

  .pdo-hero-trust {
    font-size: 13px;
    padding: 10px 16px;
    gap: 12px;
  }
  .pdo-hero-trust strong { font-size: 14px; }
  .pdo-trust-sep { display: none; }

  .pdo-final-sub { font-size: 17px; }

  .pdo-ticker-label { padding: 12px 16px; gap: 10px; }
  .pdo-ticker-counter { font-size: 13px; }
  .pdo-live-text { font-size: 12.5px; letter-spacing: 0.14em; }
}

/* ──────────────────────────────────────────────────────────────
   Accessibility — respect reduced motion
   ────────────────────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .pdo-root *,
  .pdo-root *::before,
  .pdo-root *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .pdo-ticker-track { animation: none !important; }
  .pdo-live-dot { animation: none !important; }
}/* End custom CSS */