.elementor-12646 .elementor-element.elementor-element-75a5bdd{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-830b940 *//* ═══════════════════════════════════════════════════════════════
   PHIDIAS PROPFIRM — Millionaire Club Landing Page Stylesheet
   ─────────────────────────────────────────────────────────────
   All page-specific .elementor-12646 .elementor-element.elementor-element-830b940s are scoped under .phidias-mc to
   avoid spillover into shared Elementor components.

   The configurator section reuses .phidias-accounts → accounts.css
   (loaded site-wide via base bundle), so we don't restyle .pr-*
   classes here. We only override section padding / framing for
   the configurator inside .phidias-mc.

   Design tokens (--bg, --gold, --white, --font-h, etc.) come from
   header-custom.css → :root, loaded site-wide on every page.

   Load order: phidias-base.css → accounts.css → millionaire-club.css
   ═══════════════════════════════════════════════════════════════ */

/* ──────────────────────────────────────────────────────────────
   ROOT — page background + base
   ────────────────────────────────────────────────────────────── */
.phidias-mc {
  background:
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(211, 181, 116, 0.06) 0%, transparent 60%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 40%, var(--bg) 100%);
  color: var(--white);
  overflow-x: hidden;
}
.phidias-mc .container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}

/* ──────────────────────────────────────────────────────────────
   1. HERO — premise + headline
   ────────────────────────────────────────────────────────────── */
.phidias-mc .mc-hero {
  position: relative;
  padding: 96px 0 56px;
  overflow: hidden;
}
.phidias-mc .mc-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.phidias-mc .mc-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(211, 181, 116, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(211, 181, 116, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 60% 60% at 50% 40%, black 20%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 60% 60% at 50% 40%, black 20%, transparent 80%);
}
.phidias-mc .mc-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.55;
}
.phidias-mc .mc-hero-orb--1 {
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(211, 181, 116, 0.32) 0%, transparent 70%);
  top: -180px; left: 50%;
  transform: translateX(-50%);
}
.phidias-mc .mc-hero-orb--2 {
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(126, 184, 224, 0.14) 0%, transparent 70%);
  bottom: -120px; right: -80px;
}
.phidias-mc .mc-hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}
.phidias-mc .mc-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 18px;
  margin-bottom: 32px;
  background: rgba(211, 181, 116, 0.06);
  border: 1px solid rgba(211, 181, 116, 0.25);
  border-radius: 999px;
  font-family: var(--font-h);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}
.phidias-mc .mc-hero-pulse {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.55), 0 0 10px var(--red);
  animation: mc-pulse 1.8s ease-in-out infinite;
}
@keyframes mc-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.55), 0 0 10px var(--red); }
  50%      { box-shadow: 0 0 0 8px transparent, 0 0 10px var(--red); }
}
.phidias-mc .mc-hero-title {
  font-family: var(--font-h);
  font-size: clamp(44px, 7vw, 92px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--white);
  margin-bottom: 28px;
}
.phidias-mc .mc-hero-title .gold {
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 50%, #c9a55a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.phidias-mc .mc-hero-line { display: block; }
.phidias-mc .mc-hero-sub {
  font-size: 20px;
  line-height: 1.65;
  color: var(--white-dim);
  max-width: 720px;
  margin: 0 auto;
}
.phidias-mc .mc-hero-sub strong { color: var(--white); font-weight: 700; }

/* ──────────────────────────────────────────────────────────────
   2. VIDEO — 9:16 vertical YouTube Short
   ────────────────────────────────────────────────────────────── */
.phidias-mc .mc-video {
  padding: 24px 0 80px;
  position: relative;
}
.phidias-mc .mc-video-wrap {
  max-width: 440px;
  margin: 0 auto;
}
.phidias-mc .mc-video-frame {
  position: relative;
  border-radius: 24px;
  padding: 12px;
  background: linear-gradient(160deg, rgba(211, 181, 116, 0.22) 0%, rgba(14, 26, 46, 0.6) 60%);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(211, 181, 116, 0.25),
    0 0 80px rgba(211, 181, 116, 0.08);
}
.phidias-mc .mc-video-glow {
  position: absolute;
  inset: -40px;
  background: radial-gradient(ellipse at center, rgba(211, 181, 116, 0.18) 0%, transparent 60%);
  filter: blur(40px);
  z-index: -1;
  pointer-events: none;
}
.phidias-mc .mc-video-aspect {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
}
.phidias-mc .mc-video-aspect iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.phidias-mc .mc-video-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  padding: 0 8px;
  font-family: var(--font-h);
  font-size: 14px;
  font-weight: 500;
  color: var(--white-dim);
  text-align: center;
}
.phidias-mc .mc-video-caption svg {
  width: 16px; height: 16px;
  color: var(--gold);
  flex-shrink: 0;
}
.phidias-mc .mc-video-caption strong { color: var(--white); font-weight: 700; }

/* ──────────────────────────────────────────────────────────────
   3. STATS — 4 numbers
   ────────────────────────────────────────────────────────────── */
.phidias-mc .mc-stats {
  padding: 80px 0;
  position: relative;
}
.phidias-mc .mc-stats-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}
.phidias-mc .mc-stats-header .eyebrow { margin-bottom: 16px; }
.phidias-mc .mc-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 1100px;
  margin: 0 auto;
}
.phidias-mc .mc-stat {
  position: relative;
  padding: 32px 24px;
  background: linear-gradient(160deg, rgba(20, 32, 56, 0.85) 0%, rgba(12, 22, 40, 0.55) 100%);
  border: 1px solid rgba(211, 181, 116, 0.14);
  border-radius: 20px;
  text-align: center;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.phidias-mc .mc-stat:hover {
  transform: translateY(-4px);
  border-color: rgba(211, 181, 116, 0.32);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}
.phidias-mc .mc-stat--highlight {
  background:
    radial-gradient(ellipse at top, rgba(211, 181, 116, 0.14) 0%, transparent 60%),
    linear-gradient(160deg, rgba(211, 181, 116, 0.08) 0%, rgba(14, 26, 46, 0.55) 70%);
  border-color: rgba(211, 181, 116, 0.32);
  box-shadow: 0 0 0 1px rgba(211, 181, 116, 0.18), 0 8px 28px rgba(0, 0, 0, 0.35);
}
.phidias-mc .mc-stat-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 rgba(211, 181, 116, 0.20);
  color: var(--gold);
  margin-bottom: 18px;
}
.phidias-mc .mc-stat-icon svg { width: 22px; height: 22px; }
.phidias-mc .mc-stat-val {
  font-family: var(--font-h);
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--white);
  margin-bottom: 10px;
}
.phidias-mc .mc-stat-val .gold {
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 50%, #c9a55a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.phidias-mc .mc-stat-label {
  font-family: var(--font-h);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 8px;
}
.phidias-mc .mc-stat-sub {
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--white-dim);
}

/* ──────────────────────────────────────────────────────────────
   4. PROOF CARD — Varun M. story
   ────────────────────────────────────────────────────────────── */
.phidias-mc .mc-proof {
  padding: 40px 0 80px;
}
.phidias-mc .mc-proof-card {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 44px 48px 36px;
  background:
    radial-gradient(ellipse at top right, rgba(211, 181, 116, 0.12) 0%, transparent 60%),
    linear-gradient(160deg, rgba(20, 32, 56, 0.95) 0%, rgba(12, 22, 40, 0.85) 100%);
  border: 1px solid rgba(211, 181, 116, 0.30);
  border-radius: 28px;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.phidias-mc .mc-proof-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 16px;
  background: rgba(231, 76, 60, 0.10);
  border: 1px solid rgba(231, 76, 60, 0.35);
  border-radius: 999px;
  font-family: var(--font-h);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ff8a78;
  margin-bottom: 28px;
}
.phidias-mc .mc-proof-badge-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 8px var(--red);
  animation: mc-pulse 1.8s ease-in-out infinite;
}
.phidias-mc .mc-proof-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 32px;
}
.phidias-mc .mc-proof-time {
  margin-bottom: 22px;
}
.phidias-mc .mc-proof-time-val {
  display: block;
  font-family: var(--font-h);
  font-size: 56px;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 8px;
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 50%, #c9a55a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.phidias-mc .mc-proof-time-label {
  display: block;
  font-family: var(--font-h);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--white-dim);
  line-height: 1.4;
}
.phidias-mc .mc-proof-name {
  padding-top: 22px;
  border-top: 1px solid rgba(211, 181, 116, 0.18);
}
.phidias-mc .mc-proof-name-val {
  display: block;
  font-family: var(--font-h);
  font-size: 22px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 4px;
}
.phidias-mc .mc-proof-name-meta {
  display: block;
  font-size: 13px;
  color: var(--white-dim);
}
.phidias-mc .mc-proof-body p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--white-dim);
  margin: 0 0 16px;
}
.phidias-mc .mc-proof-body p:last-child { margin-bottom: 0; }
.phidias-mc .mc-proof-body strong.gold {
  font-weight: 700;
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 50%, #c9a55a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.phidias-mc .mc-proof-emph {
  font-family: var(--font-h);
  font-size: 17px !important;
  font-weight: 700;
  color: var(--white) !important;
  padding: 14px 18px;
  background: rgba(211, 181, 116, 0.05);
  border-left: 3px solid var(--gold);
  border-radius: 0 8px 8px 0;
  margin-top: 18px !important;
}
.phidias-mc .mc-proof-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 28px;
  border-top: 1px solid rgba(211, 181, 116, 0.14);
}
.phidias-mc .mc-proof-stat {
  flex: 1;
  text-align: center;
}
.phidias-mc .mc-proof-stat-val {
  display: block;
  font-family: var(--font-h);
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: var(--gold-light);
  margin-bottom: 6px;
  line-height: 1;
}
.phidias-mc .mc-proof-stat-label {
  display: block;
  font-size: 13px;
  color: var(--white-dim);
  line-height: 1.4;
}
.phidias-mc .mc-proof-stat-divider {
  width: 1px;
  height: 44px;
  background: linear-gradient(to bottom, transparent, rgba(211, 181, 116, 0.30), transparent);
  flex-shrink: 0;
}

/* ──────────────────────────────────────────────────────────────
   5. BIG CTA — single primary action toward /accounts
   ────────────────────────────────────────────────────────────── */
.phidias-mc .mc-cta {
  position: relative;
  padding: 96px 0 112px;
  overflow: hidden;
}
.phidias-mc .mc-cta-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.phidias-mc .mc-cta-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(211, 181, 116, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(211, 181, 116, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, black 20%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, black 20%, transparent 80%);
}
.phidias-mc .mc-cta-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(110px);
}
.phidias-mc .mc-cta-orb--1 {
  width: 620px; height: 620px;
  background: radial-gradient(circle, rgba(211, 181, 116, 0.30) 0%, transparent 70%);
  top: -180px; left: 50%;
  transform: translateX(-50%);
}
.phidias-mc .mc-cta-orb--2 {
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(211, 181, 116, 0.14) 0%, transparent 70%);
  bottom: -200px; right: -120px;
}
.phidias-mc .mc-cta-inner {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.phidias-mc .mc-cta-eyebrow {
  display: inline-block;
  padding: 8px 18px;
  margin-bottom: 28px;
  background: rgba(211, 181, 116, 0.06);
  border: 1px solid rgba(211, 181, 116, 0.25);
  border-radius: 999px;
  font-family: var(--font-h);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}
.phidias-mc .mc-cta-title {
  font-family: var(--font-h);
  font-size: clamp(44px, 6.5vw, 84px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--white);
  margin-bottom: 24px;
}
.phidias-mc .mc-cta-title .gold {
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 50%, #c9a55a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.phidias-mc .mc-cta-sub {
  font-size: 19px;
  line-height: 1.65;
  color: var(--white-dim);
  max-width: 640px;
  margin: 0 auto 48px;
}

/* The big button — premium gold, oversized */
.phidias-mc .mc-cta-btn,
.phidias-mc .mc-cta-btn:link,
.phidias-mc .mc-cta-btn:visited {
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 22px 44px !important;
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 50%, #c9a55a 100%) !important;
  background-color: var(--gold) !important;
  color: var(--bg) !important;
  -webkit-text-fill-color: var(--bg) !important;
  font-family: var(--font-h) !important;
  font-size: 19px !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em !important;
  border: none !important;
  border-radius: 14px !important;
  text-decoration: none !important;
  text-transform: none !important;
  box-shadow:
    0 12px 36px rgba(211, 181, 116, 0.40),
    0 0 0 1px rgba(211, 181, 116, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.30) !important;
  transition: transform 0.25s cubic-bezier(.34, 1.56, .64, 1), box-shadow 0.25s ease;
  position: relative;
  overflow: hidden;
  margin-bottom: 48px;
}
.phidias-mc .mc-cta-btn span {
  background: transparent !important;
  background-image: none !important;
  color: var(--bg) !important;
  -webkit-text-fill-color: var(--bg) !important;
}
.phidias-mc .mc-cta-btn::before {
  /* Animated sheen sweep */
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.35) 50%, transparent 100%);
  transition: left 0.7s cubic-bezier(.21, 1, .31, 1);
  pointer-events: none;
}
.phidias-mc .mc-cta-btn:hover,
.phidias-mc .mc-cta-btn:focus,
.phidias-mc .mc-cta-btn:active {
  transform: translateY(-3px) scale(1.02);
  box-shadow:
    0 18px 48px rgba(211, 181, 116, 0.55),
    0 0 0 1px rgba(211, 181, 116, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.30) !important;
  color: var(--bg) !important;
  -webkit-text-fill-color: var(--bg) !important;
  text-decoration: none !important;
}
.phidias-mc .mc-cta-btn:hover::before { left: 130%; }
.phidias-mc .mc-cta-btn svg {
  width: 22px !important;
  height: 22px !important;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.phidias-mc .mc-cta-btn:hover svg { transform: translateX(4px); }

/* Trust line below button */
.phidias-mc .mc-cta-trust {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 24px;
  padding: 18px 28px;
  background: rgba(14, 26, 46, 0.55);
  border: 1px solid rgba(211, 181, 116, 0.14);
  border-radius: 18px;
  backdrop-filter: blur(8px);
}
.phidias-mc .mc-cta-trust-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}
.phidias-mc .mc-cta-trust-val {
  font-family: var(--font-h);
  font-size: 18px;
  font-weight: 900;
  color: var(--gold-light);
  letter-spacing: -0.01em;
}
.phidias-mc .mc-cta-trust-lab {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--white-dim);
  margin-top: 4px;
}
.phidias-mc .mc-cta-trust-sep {
  width: 1px;
  height: 32px;
  background: linear-gradient(to bottom, transparent, rgba(211, 181, 116, 0.30), transparent);
}

/* ──────────────────────────────────────────────────────────────
   6. SOFT FOOTER — two quiet links
   ────────────────────────────────────────────────────────────── */
.phidias-mc .mc-foot {
  padding: 60px 0 96px;
  border-top: 1px solid rgba(211, 181, 116, 0.10);
  background: rgba(0, 0, 0, 0.20);
}
.phidias-mc .mc-foot-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
}
.phidias-mc .mc-foot-link {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  background: rgba(14, 26, 46, 0.55);
  border: 1px solid rgba(211, 181, 116, 0.14);
  border-radius: 18px;
  color: var(--white);
  text-decoration: none;
  transition: all 0.3s ease;
}
.phidias-mc .mc-foot-link:hover {
  background: rgba(14, 26, 46, 0.85);
  border-color: rgba(211, 181, 116, 0.32);
  transform: translateY(-2px);
  color: var(--white);
  text-decoration: none;
}
.phidias-mc .mc-foot-link-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 rgba(211, 181, 116, 0.20);
  color: var(--gold);
  flex-shrink: 0;
}
.phidias-mc .mc-foot-link-icon svg { width: 22px; height: 22px; }
.phidias-mc .mc-foot-link-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.phidias-mc .mc-foot-link-title {
  font-family: var(--font-h);
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
}
.phidias-mc .mc-foot-link-sub {
  font-size: 14px;
  color: var(--white-dim);
  line-height: 1.45;
}
.phidias-mc .mc-foot-link-arrow {
  width: 18px; height: 18px;
  color: var(--gold);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.phidias-mc .mc-foot-link:hover .mc-foot-link-arrow {
  transform: translateX(4px);
}

/* ──────────────────────────────────────────────────────────────
   REVEAL — fade-in on scroll (driven by millionaire-club.js)
   ────────────────────────────────────────────────────────────── */
.phidias-mc .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s cubic-bezier(.21, 1, .31, 1), transform 0.8s cubic-bezier(.21, 1, .31, 1);
}
.phidias-mc .reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ──────────────────────────────────────────────────────────────
   RESPONSIVE
   ────────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .phidias-mc .mc-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .phidias-mc .mc-proof-grid { grid-template-columns: 1fr; gap: 24px; }
  .phidias-mc .mc-proof-time-val { font-size: 48px; }
  .phidias-mc .mc-proof-foot { flex-direction: column; gap: 20px; }
  .phidias-mc .mc-proof-stat-divider { width: 60%; height: 1px; background: linear-gradient(to right, transparent, rgba(211, 181, 116, 0.30), transparent); }
  .phidias-mc .mc-foot-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .phidias-mc .container { padding: 0 20px; }
  .phidias-mc .mc-hero { padding: 64px 0 40px; }
  .phidias-mc .mc-hero-title { font-size: clamp(36px, 9vw, 56px); }
  .phidias-mc .mc-hero-sub { font-size: 17px; }
  .phidias-mc .mc-hero-eyebrow { font-size: 11.5px; padding: 7px 14px; }

  .phidias-mc .mc-video { padding: 16px 0 56px; }
  .phidias-mc .mc-video-wrap { max-width: 360px; }
  .phidias-mc .mc-video-frame { padding: 10px; border-radius: 20px; }
  .phidias-mc .mc-video-aspect { border-radius: 12px; }

  .phidias-mc .mc-stats { padding: 56px 0; }
  .phidias-mc .mc-stats-grid { grid-template-columns: 1fr; gap: 14px; }
  .phidias-mc .mc-stat { padding: 26px 22px; }
  .phidias-mc .mc-stat-val { font-size: 32px; }

  .phidias-mc .mc-proof-card { padding: 32px 24px 26px; border-radius: 22px; }
  .phidias-mc .mc-proof-time-val { font-size: 42px; }
  .phidias-mc .mc-proof-body p { font-size: 16px; }
  .phidias-mc .mc-proof-emph { font-size: 16px !important; }
  .phidias-mc .mc-proof-stat-val { font-size: 22px; }

  .phidias-mc .mc-foot { padding: 48px 0 72px; }
  .phidias-mc .mc-foot-link { padding: 18px 20px; gap: 14px; }
  .phidias-mc .mc-foot-link-title { font-size: 15px; }
  .phidias-mc .mc-foot-link-sub { font-size: 13px; }

  .phidias-mc .mc-cta { padding: 72px 0 80px; }
  .phidias-mc .mc-cta-title { font-size: clamp(36px, 9vw, 56px); }
  .phidias-mc .mc-cta-sub { font-size: 17px; margin-bottom: 36px; }
  .phidias-mc .mc-cta-btn { padding: 18px 32px !important; font-size: 17px !important; width: 100%; justify-content: center !important; }
  .phidias-mc .mc-cta-trust { gap: 10px 16px; padding: 14px 20px; }
  .phidias-mc .mc-cta-trust-val { font-size: 16px; }
  .phidias-mc .mc-cta-trust-lab { font-size: 11px; }
  .phidias-mc .mc-cta-trust-sep { display: none; }
}

/* ──────────────────────────────────────────────────────────────
   Accessibility — respect reduced motion
   ────────────────────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .phidias-mc .reveal { opacity: 1 !important; transform: none !important; }
  .phidias-mc .mc-hero-pulse,
  .phidias-mc .mc-proof-badge-dot { animation: none !important; }
  .phidias-mc .mc-foot-link { transition: none !important; }
  .phidias-mc .mc-foot-link:hover .mc-foot-link-arrow { transform: none !important; }
}/* End custom CSS */