/*
Theme Name: Prop Trading 101
Theme URI: https://proptrading101.com
Author: Prop Trading 101
Description: Professional prop trading education platform
Version: 6.2.9
License: GNU General Public License v2 or later
Text Domain: prop-trading-101
*/

/* ── POLYSANS TRIAL FONTS ── */
@font-face {
  font-family: 'PolySans';
  src: url('fonts/polysanstrial-neutral.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PolySans';
  src: url('fonts/polysanstrial-median.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PolySans';
  src: url('fonts/polysanstrial-slim.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PolySans';
  src: url('fonts/polysanstrial-bulky.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PolySans';
  src: url('fonts/polysanstrial-bulkywide.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PolySans';
  src: url('fonts/polysanstrial-neutralwide.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg:           #0d0f1a;
  --bg-2:         #111320;
  --bg-card:      #161929;
  --light:        #f0efea;
  --light-2:      #e8e7e1;
  --accent:       #7c6ef5;
  --accent-dim:   #6358d4;
  --accent-glow:  rgba(124,110,245,0.25);
  --accent-soft:  rgba(124,110,245,0.12);
  --white:        #ffffff;
  --text-hi:      #f0f0f5;
  --text-mid:     rgba(240,240,245,0.62);
  --text-low:     rgba(240,240,245,0.36);
  --text-dark:    #111320;
  --text-dark-2:  #3a3d52;
  --text-dark-3:  #888b9e;
  --border-dark:  rgba(255,255,255,0.08);
  --border-mid:   rgba(255,255,255,0.14);
  --border-light: #dedcd6;
  --r-sm: 8px; --r-md: 14px; --r-lg: 20px; --r-xl: 28px;
  --max-w: 1120px;
  --nav-h: 64px;
  --font: 'PolySans', system-ui, -apple-system, sans-serif;
  --t: .18s;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  background: var(--bg);
  overflow-x: hidden; /* iOS horizontal scroll fix */
}
body.pt101 {
  background: var(--bg);
  color: var(--white);
  font-family: var(--font);
  font-size: 16px; line-height: 1.6;
  overflow-x: hidden; -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; text-size-adjust: 100%; /* prevent iOS font size inflation */
}

/* Skip link (visible only on keyboard focus) */
.skip-link{
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 100000;
  padding: 10px 14px;
  border-radius: 999px;
  background: #ffffff;
  color: #111320;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
  transform: translateY(-200%);
  transition: transform 0.18s ease;
}
.skip-link:focus-visible{
  transform: translateY(0);
}

/* Consistent keyboard focus (keeps design, improves usability) */
:focus { outline: none; }
:focus-visible {
  outline: 2px solid rgba(124,110,245,0.9);
  outline-offset: 3px;
}
.btn:focus-visible,
.btn-hdr-login:focus-visible,
.btn-hdr-enroll:focus-visible,
.nav-dropdown-trigger:focus-visible,
.hamburger:focus-visible,
.mobile-drawer a:focus-visible,
.primary-nav a:focus-visible,
.footer-col a:focus-visible,
.footer-legal-links a:focus-visible,
.testi-dot:focus-visible,
.testi-arrows button:focus-visible {
  outline: 2px solid rgba(124,110,245,0.9);
  outline-offset: 4px;
}
body.pt101 .wp-site-blocks,
body.pt101 .wp-block-group,
body.pt101 .entry-content,
body.pt101 .wp-block-post-content,
body.pt101 .site-content,
body.pt101 .site-main,
body.pt101 #content,
body.pt101 #primary,
body.pt101 main,
body.pt101 .hentry {
  padding: 0 !important; margin: 0 !important; max-width: none !important;
  background: transparent !important; color: inherit !important; border: none !important;
}
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
img { display: block; max-width: 100%; }
button { font-family: var(--font); cursor: pointer; border: none; background: none; }
svg { flex-shrink: 0; }
/* Eliminate 300ms tap delay on iOS */
a, button, [role="button"], input, select, textarea, label {
  touch-action: manipulation;
}
.admin-bar .site-header { top: 32px !important; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px !important; } }

/* ── TYPOGRAPHY ── */
body.pt101 h1,
body.pt101 h2,
body.pt101 h3,
body.pt101 h4,
body.pt101 h5,
body.pt101 h6 { font-family: var(--font); color: var(--white); line-height: 1.1; letter-spacing: -0.025em; }
h1 { font-weight: 800; } /* NO font-size here — set per-section below */
h2 { font-size: clamp(1.7rem,3vw,2.5rem); font-weight: 700; }
p  { color: var(--text-mid); line-height: 1.75; }
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 48px; }

/* Hero h1 — controlled size, two clean lines on desktop */
section.hero .hero-content h1,
.hero .hero-content h1,
.hero h1,
section#home h1 {
  font-size: clamp(2.2rem, 3.6vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: 36px;
  color: #ffffff;
  word-break: keep-all;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* Ensure hero sizing wins over WP/global heading rules */
body.pt101 section.hero .hero-content h1,
body.pt101 section#home h1 {
  font-size: clamp(2.2rem, 3.6vw, 3.2rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.03em !important;
}
@media (max-width: 1024px) {
  section.hero .hero-content h1,
  .hero .hero-content h1,
  .hero h1,
  section#home h1 { font-size: clamp(2rem, 4.5vw, 2.8rem); }
}
@media (max-width: 768px) {
  section.hero .hero-content h1,
  .hero .hero-content h1,
  .hero h1,
  section#home h1 { font-size: clamp(1.9rem, 6vw, 2.4rem); }
}
@media (max-width: 480px) {
  section.hero .hero-content h1,
  .hero .hero-content h1,
  .hero h1,
  section#home h1 { font-size: clamp(1.7rem, 7.5vw, 2.1rem); }
}

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font); font-weight: 600; font-size: 0.9rem;
  padding: 12px 26px; border-radius: 100px;
  cursor: pointer; white-space: nowrap;
  transition: all var(--t); text-decoration: none; border: none;
}
.btn-accent { background: var(--accent); color: #fff; }
.btn-accent:hover { background: var(--accent-dim); transform: translateY(-2px); box-shadow: 0 8px 28px var(--accent-glow); }
.btn-ghost { background: rgba(255,255,255,0.07); color: var(--text-hi); border: 1px solid var(--border-dark); }
.btn-ghost:hover { background: rgba(255,255,255,0.12); color: #fff; }

/* ── NAV ── */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 9999;
  height: var(--nav-h);
  background: #0d0f1a;
  backdrop-filter: none; -webkit-backdrop-filter: none;
  border-bottom: 1px solid var(--border-dark);
  transition: background var(--t), box-shadow var(--t);
}
.site-header.scrolled { background: #0d0f1a; box-shadow: 0 4px 40px rgba(0,0,0,0.5); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; height: 100%; }
.site-logo { font-weight: 800; font-size: 0.95rem; letter-spacing: -0.02em; color: var(--white); flex-shrink: 0; }
.header-inner > nav { flex: 1; display: flex; align-items: center; justify-content: center; background: transparent !important; }
/* Override TutorLMS nav background injections */
.site-header nav,
.site-header nav ul,
.site-header nav > ul,
#site-header nav,
#site-header nav ul { background: transparent !important; background-color: transparent !important; }
.primary-nav { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; }
.primary-nav li { position: relative; }
.primary-nav li a,
.primary-nav li > a {
  display: flex; align-items: center; gap: 4px; font-size: 0.82rem;
  color: rgba(240,240,245,0.78); padding: 7px 12px; border-radius: var(--r-sm);
  transition: color var(--t), background var(--t);
}
.primary-nav li a:hover { color: var(--white); background: rgba(255,255,255,0.06); }

/* ── PROGRAMS DROPDOWN TRIGGER ── */
.nav-item-dropdown { position: relative; list-style: none; }
.nav-dropdown-trigger {
  display: flex; align-items: center; gap: 4px;
  font-family: var(--font); font-size: 0.82rem; font-weight: 400;
  color: rgba(240,240,245,0.78); padding: 7px 12px; border-radius: var(--r-sm);
  background: none; border: none; cursor: pointer;
  transition: color var(--t), background var(--t);
  white-space: nowrap;
}
.nav-dropdown-trigger:hover,
.nav-item-dropdown.open .nav-dropdown-trigger {
  color: var(--white);
  background: rgba(255,255,255,0.06);
}
.nav-item-dropdown.open .nav-dropdown-trigger svg { transform: rotate(180deg); }

/* ── DROPDOWN PANEL — hidden/shown via opacity+visibility only ── */
#programs-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  background: #f0efea;
  border: 1px solid rgba(30,30,50,0.1);
  border-radius: 18px;
  padding: 28px 28px 0 28px;
  width: min(620px, calc(100vw - 48px));
  max-width: calc(100vw - 48px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 24px 64px rgba(0,0,0,0.18);
  z-index: 99999;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  color: #111320;
}
/* Open */
#nav-programs.open #programs-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

/* Ensure dropdown open state isn't overridden */
body.pt101 #nav-programs.open #programs-dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateX(-50%) translateY(0) !important;
}

/* Content */
.nav-dd-inner { color: #111320; }
.nav-dd-heading { font-size: 0.8rem; font-weight: 700; color: #111320; margin-bottom: 16px; }
.nav-dd-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 24px; margin-bottom: 24px; }
.nav-dd-grid--single { grid-template-columns: 1fr !important; max-width: 50%; }
.nav-dd-item {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 8px; border-radius: 10px;
  color: #111320 !important; font-size: 0.88rem; font-weight: 500;
  text-decoration: none; background: transparent;
  transition: background 0.15s;
}
.nav-dd-item:hover { background: rgba(30,30,50,0.07); }
.nav-dd-icon { width: 28px; height: 28px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.nav-dd-icon svg { width: 20px; height: 20px; fill: #111320; }
.nav-dd-section { border-bottom: 1px solid rgba(30,30,50,0.1); margin-bottom: 20px; padding-bottom: 4px; }
.nav-dd-section:last-of-type { border-bottom: none; }
.nav-dd-footer { border-top: 1.5px solid #111320; padding: 18px 28px 22px; margin: 0 -28px; }
.nav-dd-footer-label { font-size: 0.85rem; font-weight: 700; color: #111320; margin-bottom: 4px; }
.nav-dd-footer-link {
  font-size: 0.88rem; color: #111320 !important; text-decoration: none;
  display: inline-flex; align-items: center; gap: 6px; transition: gap 0.15s;
}
.nav-dd-footer-link:hover { gap: 12px; }
#programs-dropdown a, #programs-dropdown a:link, #programs-dropdown a:visited { color: #111320 !important; }

/* ── ABOUT DROPDOWN ──────────────────────────────────────── */
#about-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  background: #f0efea;
  border: 1px solid rgba(30,30,50,0.1);
  border-radius: 14px;
  padding: 8px;
  width: 210px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 24px 64px rgba(0,0,0,0.18);
  z-index: 99999;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}
#nav-about.open #about-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
body.pt101 #nav-about.open #about-dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateX(-50%) translateY(0) !important;
}
.about-dd-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  color: #111320 !important;
  font-size: 0.88rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.15s;
}
.about-dd-item:hover { background: rgba(30,30,50,0.07); }
.about-dd-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(124,110,245,0.12);
  border-radius: 6px;
  color: var(--accent);
}
#about-dropdown a, #about-dropdown a:link, #about-dropdown a:visited { color: #111320 !important; }

.header-actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.btn-hdr-login {
  font-family: var(--font); font-size: 0.82rem; color: rgba(240,240,245,0.78) !important;
  padding: 7px 16px; border-radius: 100px; border: 1px solid var(--border-dark);
  background: none; transition: all var(--t); cursor: pointer;
}
.btn-hdr-login:hover { color: var(--white) !important; border-color: rgba(255,255,255,0.22); }
.btn-hdr-enroll {
  font-family: var(--font); font-size: 0.82rem; font-weight: 600;
  background: var(--accent); color: #fff !important;
  padding: 8px 18px; border-radius: 100px; transition: all var(--t); display: inline-block;
}
.btn-hdr-enroll:hover { background: var(--accent-dim); }
.hamburger { display: none; flex-direction: column; gap: 5px; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--white); border-radius: 2px; transition: all var(--t); }

/* Mobile drawer section labels */
.mobile-drawer-section-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.35); padding: 8px 24px 4px; }
.mobile-drawer-divider { height: 1px; background: rgba(255,255,255,0.08); margin: 12px 24px; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-drawer {
  display: none; position: fixed; inset: var(--nav-h) 0 0 0; z-index: 9998;
  background: rgba(13,15,26,0.99); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  flex-direction: column; padding: 28px 20px 48px; gap: 4px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* iOS momentum scroll */
  overscroll-behavior: contain; /* prevent body scroll bleed */
}
.mobile-drawer.open { display: flex; }
.mobile-drawer a { font-size: 1rem; font-weight: 600; color: var(--text-mid) !important; padding: 14px 16px; border-radius: var(--r-md); border-bottom: 1px solid var(--border-dark); display: block; }
.mobile-drawer a:hover { color: var(--white) !important; background: rgba(255,255,255,0.05); }
.mobile-drawer-ctas { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--border-dark); }
.mobile-drawer-links { list-style: none; margin: 0; padding: 0; }
.mobile-drawer-links li { list-style: none; }

  /* ── HERO ── */
  .hero {
    min-height: 100vh;
    min-height: -webkit-fill-available; /* iOS Safari 100vh fix */
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    padding: calc(var(--nav-h) + 60px) 40px 100px;
    text-align: center; position: relative; overflow: hidden; background: var(--bg);
  }
.hero-grid {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.028;
  background-image: linear-gradient(rgba(255,255,255,1) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,1) 1px,transparent 1px);
  background-size: 52px 52px;
}
.hero-glow {
  position: absolute; pointer-events: none;
  width: 860px; height: 500px; top: -60px; left: 50%; transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(124,110,245,0.13), transparent 65%);
}
.hero-content { position: relative; z-index: 1; max-width: 860px; width: 100%; padding: 0 40px; }
.hero-sub { font-size: clamp(0.9rem, 1.5vw, 1.05rem); color: rgba(240,240,245,0.62); line-height: 1.65; margin-bottom: 36px; max-width: 560px; margin-left: auto; margin-right: auto; }
.hero-buttons { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 52px; }

/* Hero stats — SVG banner */
.hero-stats-svg { width: 100%; max-width: 860px; margin: 0 auto; }
.hero-stats-img { width: 100%; height: auto; display: block; opacity: 0.92; }

/* ── STUDENTS ── */
.students-section { padding: 40px 48px 100px; background: var(--bg); }
.students-label { display: block; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-low); margin-bottom: 16px; }
.students-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; max-width: var(--max-w); margin: 0 auto; }
.student-card { border-radius: var(--r-lg); overflow: hidden; position: relative; aspect-ratio: 3/4; background: var(--bg-card); transition: transform .4s cubic-bezier(.22,.68,0,1.15); }
.student-card:hover { transform: translateY(-6px) scale(1.012); }
.student-card img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(15%) brightness(0.85); transition: filter .4s, transform .5s; }
.student-card:hover img { filter: none; transform: scale(1.04); }
.student-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 36px 14px 14px; background: linear-gradient(to top, rgba(5,6,12,0.95), transparent); }
.so-name { display: block; font-weight: 700; font-size: 0.85rem; color: var(--white) !important; }
.so-role { display: block; font-size: 0.7rem; color: rgba(255,255,255,0.48); margin-top: 2px; }

/* ── FIRMS BAR ── */
.firms-bar { border-top: 1px solid var(--border-dark); border-bottom: 1px solid var(--border-dark); padding: 40px 0; overflow: hidden; position: relative; background: var(--bg); margin-bottom: 40px; }
.firms-bar::before,.firms-bar::after { content:''; position:absolute; top:0; bottom:0; width:100px; z-index:2; pointer-events:none; }
.firms-bar::before { left:0; background:linear-gradient(to right,var(--bg),transparent); }
.firms-bar::after  { right:0; background:linear-gradient(to left,var(--bg),transparent); }
.firms-bar-label { display:block; text-align:center; margin-bottom:18px; font-size:0.68rem; font-weight:600; letter-spacing:0.1em; text-transform:uppercase; color:var(--text-low); }
.firms-track { display:flex; gap:48px; align-items:center; animation:scroll-x 28s linear infinite; width:max-content; will-change:transform; }
.firms-track:hover { animation-play-state:paused; }
@keyframes scroll-x { from{transform:translateX(0)} to{transform:translateX(-50%)} }
.firm-name { font-size:0.82rem; font-weight:700; letter-spacing:0.06em; text-transform:uppercase; color:rgba(255,255,255,0.28); white-space:nowrap; transition:color var(--t); }
.firm-name:hover { color:rgba(255,255,255,0.65); }

/* Respect reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .firms-track, .logos-belt-track { animation: none !important; }
}

/* ── FEATURES ── */
.features-section { padding: 120px 0; background: var(--bg-2); }
.features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.features-left h2 { color: var(--white) !important; margin-bottom: 32px; font-size: clamp(1.5rem,2.5vw,2.1rem); }

/* Accordion */
.acc-item { border-bottom: 1px solid var(--border-dark); }
.acc-btn { width:100%; display:flex; align-items:center; gap:12px; padding:18px 0; text-align:left; background:none; border:none; cursor:pointer; }
.acc-ico {
  width:28px; height:28px; border-radius:6px; flex-shrink:0;
  display:flex; align-items:center; justify-content:center;
  background: var(--accent-soft); color: var(--accent);
  transition: background var(--t), color var(--t);
}
.acc-item.open .acc-ico { background: var(--accent); color: #fff; }
.acc-title { font-size:0.95rem; font-weight:600; color:var(--white) !important; flex:1; line-height:1.3; }
/* Arrow chevron — down when closed, up when open */
.acc-arrow { width:32px!important; height:32px!important; flex-shrink:0!important; display:flex!important; align-items:center!important; justify-content:center!important; color:#ffffff!important; background:rgba(255,255,255,0.18)!important; border-radius:50%!important; border:1.5px solid rgba(255,255,255,0.35)!important; transition:background 0.25s, border-color 0.25s; }
.acc-arrow svg { transition: transform 0.25s ease; }
.acc-arrow svg path { stroke: #ffffff !important; }
.acc-item.open .acc-arrow { color:#fff!important; background:#7c6ef5!important; border-color:#7c6ef5!important; }
.acc-item.open .acc-arrow svg { transform: rotate(180deg); }
.acc-item.open .acc-arrow svg path { stroke: #ffffff !important; }
.acc-body { display:none; padding:0 0 18px 40px; }
.acc-item.open .acc-body { display:block; }
.acc-body p { font-size:0.875rem; color:var(--text-mid); line-height:1.75; }

/* Feature card — dashed border */
.feat-card {
  background: var(--bg-card);
  border: 1.5px dashed rgba(255,255,255,0.2);
  border-radius: var(--r-xl); padding: 32px;
  position: -webkit-sticky;
  position: sticky;
  top: 88px;
}
.feat-card-num { font-size:2.4rem; font-weight:800; letter-spacing:-0.03em; line-height:1; color:var(--white) !important; margin-bottom:5px; }
.feat-card-sub { font-size:0.875rem; font-weight:400; color:var(--text-mid); margin-bottom:24px; }
.feat-divider { height:1px; background:var(--border-dark); margin-bottom:22px; }
.check-list { display:flex; flex-direction:column; gap:14px; }
.check-row { display:flex; align-items:center; gap:11px; }
.check-dot { width:18px; height:18px; border-radius:50%; flex-shrink:0; background:var(--accent); display:flex; align-items:center; justify-content:center; }
.check-dot svg { width:11px; height:11px; }
.check-text { font-size:0.875rem; color:var(--text-mid); line-height:1.5; }

/* ── SCHEDULE ── */
.schedule-section { padding: 120px 0; background: var(--bg); }
.schedule-grid { display:grid; grid-template-columns:1fr 1fr; gap:72px; align-items:center; }
.schedule-content h2 { color:var(--white); margin-bottom:18px; font-size:clamp(1.6rem,2.8vw,2.4rem); }
.schedule-content p { font-size:0.925rem; color:var(--text-mid); margin-bottom:28px; line-height:1.78; }
.arrow-cta { display:inline-flex; align-items:center; gap:4px; font-size:0.875rem; font-weight:500; color:var(--accent); text-decoration:underline; text-underline-offset:3px; transition:opacity var(--t); }
.arrow-cta:hover { opacity:0.75; }
.schedule-img-wrap { border-radius:var(--r-xl); overflow:hidden; aspect-ratio:4/3; background:var(--bg-card); }
.schedule-img-wrap img { width:100%; height:100%; object-fit:cover; }

/* ── WORK WITH ── */
.work-section { background: var(--light); padding: 120px 0; overflow: hidden; }
body.pt101 .work-section h2,
.work-section h2 { color: #000000 !important; text-align:center; margin-bottom:44px; font-size:clamp(1.6rem,2.8vw,2.4rem); }
.logos-belt { overflow:hidden; position:relative; }
.logos-belt::before,.logos-belt::after { content:''; position:absolute; top:0; bottom:0; width:100px; z-index:2; pointer-events:none; }
.logos-belt::before { left:0; background:linear-gradient(to right,var(--light),transparent); }
.logos-belt::after  { right:0; background:linear-gradient(to left,var(--light),transparent); }
.logos-belt-track { display:flex; gap:14px; align-items:center; animation:scroll-x 26s linear infinite; width:max-content; will-change:transform; }
.logos-belt-track:hover { animation-play-state:paused; }
.logo-chip { display:flex; align-items:center; gap:8px; background:#fff; border:1px solid var(--border-light); border-radius:100px; padding:9px 20px; font-size:0.82rem; font-weight:700; color:var(--text-dark); white-space:nowrap; box-shadow:0 2px 10px rgba(0,0,0,0.05); transition:all var(--t); }
.logo-chip:hover { transform:translateY(-2px); box-shadow:0 6px 20px rgba(0,0,0,0.09); }
.logo-chip-dot { width:6px; height:6px; border-radius:50%; background:var(--accent); flex-shrink:0; }

/* Light sections: ensure headings render dark (design intent) */
body.pt101 .work-section,
body.pt101 .programs-section,
body.pt101 .cta-section,
body.pt101 .site-footer {
  color: #111320;
}
body.pt101 .testi-section {
  color: #111320;
}
body.pt101 .work-section h1,
body.pt101 .work-section h2,
body.pt101 .work-section h3,
body.pt101 .work-section h4,
body.pt101 .programs-section h1,
body.pt101 .programs-section h2,
body.pt101 .programs-section h3,
body.pt101 .programs-section h4,
body.pt101 .cta-section h1,
body.pt101 .cta-section h2,
body.pt101 .cta-section h3,
body.pt101 .cta-section h4,
body.pt101 .site-footer h1,
body.pt101 .site-footer h2,
body.pt101 .site-footer h3,
body.pt101 .site-footer h4 {
  color: #000000 !important;
}

/* ── TESTIMONIAL ── */
.testi-section {
  background: #f0efea;
  padding: 120px 48px;
  display: block;
}
.testi-wrap {
  max-width: 920px;
  margin: 0 auto;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}
.testi-card { background: transparent; box-shadow: none; border-radius: 0; padding: 0; }

/* Top row: square avatar LEFT, quote RIGHT — side by side */
.testi-body-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 52px;
  align-items: stretch;
  padding-bottom: 44px;
}

/* Avatar container */
.testi-avatar-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  width: 240px;
  height: 240px;
  min-height: 240px;
  background: #1a1a1a;
  flex-shrink: 0;
  display: block;
}
/* Override WP global img styles inside avatar */
.testi-avatar-wrap img {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(100%) contrast(1.15) brightness(0.88);
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.testi-avatar-label { position: absolute; bottom: 0; left: 0; right: 0; padding: 52px 14px 14px; background: linear-gradient(to top, rgba(0,0,0,0.82), transparent); z-index: 2; }
.tav-name { display: block; font-size: 0.875rem; font-weight: 600; color: #ffffff; line-height: 1.3; }
.tav-role { display: block; font-size: 0.7rem; color: rgba(255,255,255,0.58); margin-top: 2px; }

/* Quote block — sits to the right of avatar */
.testi-quote-block { padding-top: 4px; background: transparent; box-shadow: none; }
.testi-stars { display: flex; gap: 5px; margin-bottom: 18px; }
.testi-stars span { color: #e8503a; font-size: 1.2rem; line-height: 1; }
.testi-quote {
  font-size: 1.08rem;
  line-height: 1.68;
  color: #111320;
  font-weight: 600;
  margin-bottom: 22px;
  background: transparent;
}
.testi-author { margin-top: 2px; }
.testi-name { font-size: 0.95rem; font-weight: 700; color: #111320; }
.testi-role-tag { font-size: 0.82rem; color: #888b9e; margin-top: 3px; }

/* (legacy) .testi-metrics removed — using .testi-metrics-row instead */
.tm-num { font-size: 2rem; font-weight: 800; color: #111320; letter-spacing: -0.04em; line-height: 1.05; }
.tm-lbl { font-size: 0.85rem; font-weight: 700; color: #111320; }
.testi-foot { font-size: 0.72rem; color: #888b9e; padding: 16px 0 0; line-height: 1.55; }

/* Testimonial carousel nav (dots + arrows) */
.testi-nav{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  padding-top:28px !important;
  border-top:1.5px solid rgba(30,30,50,0.12) !important;
  margin-bottom:32px !important;
  gap:16px;
}
.testi-dots{ display:flex; gap:8px; align-items:center; }
.testi-dot{
  width:8px;
  height:8px;
  border-radius:100px;
  border:none;
  cursor:pointer;
  padding:0;
  transition:all 0.25s;
  background: rgba(30,30,50,0.2);
}
.testi-dot.active{
  width:24px;
  background:#111320;
}
.testi-arrows{ display:flex; gap:10px; }
.testi-arrows button{
  width:40px;
  height:40px;
  border-radius:50%;
  border:1.5px solid rgba(30,30,50,0.2);
  background:transparent;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#111320;
  transition:all 0.18s;
}
.testi-arrows button:hover{
  background:#111320;
  border-color:#111320;
  color:#ffffff;
}

/* ── PROGRAMS ── */
.programs-section { background: #f0efea; padding: 120px 0; }
.programs-head { text-align: center; margin-bottom: 52px; }
body.pt101 .programs-head h2,
.programs-head h2 { color: #000000 !important; margin-bottom: 16px; font-size: clamp(2.2rem,4.5vw,3.4rem); font-weight: 800; letter-spacing: -0.03em; }
.programs-head p { font-size: 0.925rem; color: #888b9e; max-width: 560px; margin: 0 auto; line-height: 1.7; }

/* Flat rows — NO white card, NO box-shadow, just divider lines */
.programs-list {
  max-width: 920px;
  margin: 0 auto;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  border: none;
  border-top: 1.5px solid rgba(30,30,50,0.18);
  padding: 0;
  outline: none;
}
/* Kill any WP block wrapper that might add a border/card around the list */
.programs-section .container > *,
.programs-section .wp-block-group,
.programs-section [class*="wp-block"] {
  background: transparent;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 0;
}
.prog-row,
.programs-list > div,
.programs-list > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0;
  border: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1.5px solid rgba(30,30,50,0.18);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  color: #111320;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.prog-row:hover,
.prog-row:focus,
.prog-row:visited,
.prog-row:active,
.programs-list > div:hover,
.programs-list > a:hover,
.programs-list > a:focus,
.programs-list > a:visited,
.programs-list > a:active {
  opacity: 0.65;
  background: transparent;
  border-left: none;
  outline: none;
  box-shadow: none;
  color: #111320;
}
/* Arrow on program rows */
.prog-arrow { flex-shrink: 0; transition: transform 0.2s ease; opacity: 0.4; }
.prog-row:hover .prog-arrow,
.programs-list > div:hover .prog-arrow { opacity: 1; transform: translateX(5px); }
.prog-title { font-size: 1rem; font-weight: 700; color: #111320; }
.prog-meta { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.prog-duration { font-size: 0.75rem; color: #888b9e; white-space: nowrap; }
.prog-copy { flex: 1; min-width: 0; }
.prog-top { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.prog-desc { font-size: 0.82rem; color: #888b9e; margin: 5px 0 0; line-height: 1.5; }
.prog-badge {
  font-size: 0.75rem;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 6px;
  border: 1.5px solid rgba(30,30,50,0.3);
  color: #111320;
  white-space: nowrap;
  flex-shrink: 0;
  background: transparent;
  line-height: 1.5;
}

/* ── CTA ── */
.cta-section { background: #f0efea; color: #111320; padding: 120px 40px; text-align: center; display: flex; flex-direction: column; align-items: center; }
body.pt101 .cta-section h2,
.cta-section h2 { color: #000000 !important; max-width: 860px; width: 100%; margin: 0 auto 36px; font-size: clamp(1.8rem,3vw,2.6rem); font-weight: 800; line-height: 1.15; letter-spacing: -0.02em; text-align: center; }
.cta-section .btn { font-size: 0.95rem; padding: 15px 38px; border-radius: 14px; }

/* ── FOOTER ── */
.site-footer {
  background: #f0efea;
  border-top: 1px solid rgba(30,30,50,0.1);
  padding: 72px 0 56px;
  color: #111320;
}

/* Full-width 4-column grid within container */
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.2fr 1fr;
  gap: 48px;
  max-width: none;
  margin: 0;
  padding: 0;
}

/* Column headings — bold, not uppercase */
body.pt101 .footer-col h4,
.footer-col h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #000000 !important;
  margin-bottom: 20px;
  letter-spacing: 0;
  text-transform: none;
}
.footer-col ul { display: flex; flex-direction: column; gap: 12px; list-style: none; }
.footer-col ul li { list-style: none; }
.footer-col ul a,
.footer-col ul li a {
  display: block;
  font-size: 0.9rem;
  color: #3a3d52;
  transition: color 0.18s;
  line-height: 1.45;
  text-decoration: none;
}
.footer-col ul a:hover,
.footer-col ul li a:hover { color: #111320; }

/* Social icons — plain SVG icons in a row, NO circles */
.footer-socials-row {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
  align-items: center;
}
.soc-icon {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: #111320;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.18s;
  flex-shrink: 0;
  padding: 0;
}
.soc-icon svg { width: 22px; height: 22px; fill: #111320; color: #111320; }
.soc-icon:hover { opacity: 0.55; }

/* Legal links */
.footer-legal-links { display: flex; flex-direction: column; gap: 11px; }
.footer-legal-links a { font-size: 0.9rem; color: #3a3d52; transition: color 0.18s; text-decoration: none; }
.footer-legal-links a:hover { color: #111320; }

/* ── TESTIMONIAL METRICS ROW ── */
.testi-metrics-row {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 0 !important;
  padding-top: 32px !important;
  border-top: 1.5px solid rgba(30,30,50,0.14) !important;
}
.testi-metric-cell {
  display: flex !important;
  flex-direction: column !important;
  gap: 5px !important;
  padding-left: 24px !important;
  border-left: 3px solid #111320 !important;
}
.testi-metric-first {
  padding-left: 0 !important;
  border-left: none !important;
}

/* ── CTA TRUST ROW ── */
.cta-trust-row {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 1px solid rgba(30,30,50,0.1);
  padding-top: 24px;
  width: 100%;
  max-width: 520px;
}
.cta-trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: #888b9e;
  padding: 0 20px;
}
.cta-trust-pipe {
  color: rgba(30,30,50,0.15);
  font-size: 0.9rem;
  line-height: 1;
}

/* ════════════════════════════════════════════════
   RESPONSIVE — mobile-first, three breakpoints
   1024px  tablet landscape
    768px  tablet portrait / large phone
    480px  phone
════════════════════════════════════════════════ */

/* ── 1024px ── */
@media (max-width: 1024px) {
  .container { padding: 0 32px; }

  /* Nav */
  .primary-nav, .header-actions { display: none; }
  .hamburger { display: flex; }

  /* Hero */
  .hero { padding: calc(var(--nav-h) + 48px) 32px 72px; }
  .hero-content { padding: 0 24px; }

  /* Features */
  .features-grid { grid-template-columns: 1fr; gap: 48px; }
  .feat-card { position: static; }

  /* Schedule */
  .schedule-grid { grid-template-columns: 1fr; gap: 40px; }
  .schedule-img-wrap { max-width: 560px; }

  /* Students */
  .students-grid { grid-template-columns: repeat(4, 1fr); }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr 1fr !important; gap: 36px 48px !important; }
}

/* ── 768px ── */
@media (max-width: 768px) {
  :root { --nav-h: 56px; }
  .container { padding: 0 20px; }

  /* Hero */
  .hero { padding: calc(var(--nav-h) + 40px) 20px 60px; min-height: auto; }
  .hero-content { padding: 0; max-width: 100%; }
  .hero h1 { font-size: clamp(2rem, 8vw, 3rem) !important; margin-bottom: 28px !important; }
  .hero-buttons { flex-direction: column; align-items: center; gap: 10px; margin-bottom: 40px; }
  .hero-buttons .btn { width: 100%; max-width: 320px; justify-content: center; }

  /* Students */
  .students-section { padding: 0 20px 48px; }
  .students-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }

  /* Features */
  .features-section { padding: 60px 0; }
  .features-left h2 { font-size: clamp(1.4rem, 3.5vw, 1.8rem); margin-bottom: 24px; }
  .acc-body { padding: 0 0 16px 32px; }

  /* Schedule */
  .schedule-section { padding: 60px 0; }
  .schedule-content h2 { font-size: clamp(1.4rem, 3.5vw, 1.8rem); }
  .schedule-img-wrap { max-width: 100%; }

  /* Work-with */
  .work-section { padding: 60px 0; }
  .work-section h2 { font-size: clamp(1.4rem, 3.5vw, 1.8rem); margin-bottom: 32px; }

  /* Testimonial */
  .testi-section { padding: 60px 20px 64px !important; }
  .testi-body-row {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding-bottom: 32px !important;
  }
  .testi-avatar-wrap {
    width: 100% !important;
    height: 260px !important;
    max-width: 100% !important;
    border-radius: 12px !important;
  }
  .testi-quote { font-size: 0.97rem !important; }
  .testi-metrics-row {
    grid-template-columns: repeat(3, 1fr) !important;
    padding-top: 24px !important;
  }
  .tm-num { font-size: 1.6rem !important; }

  /* Programs */
  .programs-section { padding: 64px 0 56px !important; }
  .programs-head h2 { font-size: clamp(1.8rem, 5vw, 2.4rem) !important; }
  .prog-row { gap: 12px !important; padding: 18px 0 !important; }

  /* CTA */
  .cta-section { padding: 64px 20px 80px !important; }
  .cta-section h2 { font-size: clamp(1.6rem, 4vw, 2.2rem) !important; margin-bottom: 28px !important; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr 1fr !important; gap: 32px 24px !important; }
  .site-footer { padding: 56px 0 40px !important; }

  /* Dropdown — hide on mobile, use drawer instead */
  #nav-programs { display: none; }
}

/* ── 480px ── */
@media (max-width: 480px) {
  .container { padding: 0 16px; }

  /* Hero */
  .hero { padding: calc(var(--nav-h) + 32px) 16px 48px; }
  .hero h1 { font-size: clamp(1.75rem, 9vw, 2.4rem) !important; }
  .hero-buttons .btn { max-width: 100%; }

  /* Stats SVG */
  .hero-stats-svg { overflow-x: auto; }
  .hero-stats-img { min-width: 320px; }

  /* Students */
  .students-section { padding: 0 16px 40px; }
  .students-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .student-card { aspect-ratio: 2/3; }

  /* Features */
  .features-section { padding: 48px 0; }
  .acc-btn { padding: 14px 0; }
  .acc-title { font-size: 0.88rem; }
  .feat-card { padding: 24px; }
  .feat-card-num { font-size: 2rem; }

  /* Schedule */
  .schedule-section { padding: 48px 0; }
  .schedule-content p { font-size: 0.88rem; }

  /* Testimonial */
  .testi-section { padding: 48px 16px 56px !important; }
  .testi-avatar-wrap { height: 220px !important; }
  .testi-quote { font-size: 0.92rem !important; }
  .tm-num { font-size: 1.8rem !important; }
  .testi-nav { padding-top: 16px !important; margin-bottom: 20px !important; }

  /* Testimonial metrics row — stack on phones */
  .testi-metrics-row {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    padding-top: 20px !important;
  }
  .testi-metric-cell {
    border-left: 3px solid #111320 !important;
    padding-left: 16px !important;
  }
  .testi-metric-first {
    border-left: none !important;
    padding-left: 0 !important;
  }

  /* CTA trust signals — stack on phones */
  .cta-trust-row {
    flex-direction: column !important;
    gap: 14px !important;
    align-items: center !important;
  }
  .cta-trust-pipe { display: none !important; }
  .cta-trust-item { padding: 0 !important; }

  /* Programs */
  .programs-section { padding: 48px 0 40px !important; }
  .programs-head { margin-bottom: 32px !important; }
  .prog-row { padding: 16px 0 !important; flex-wrap: wrap; gap: 8px !important; }
  .prog-row > div { width: 100%; }
  .prog-row > span:last-child { width: 100%; justify-content: flex-end; }

  /* CTA */
  .cta-section { padding: 48px 16px 64px !important; }
  .cta-section .btn { width: 100%; max-width: 320px; justify-content: center; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr !important; gap: 28px !important; }
  .site-footer { padding: 48px 0 32px !important; }
  .footer-socials-row { gap: 20px !important; }

  /* Firms marquee */
  .firms-bar { padding: 20px 0; }
}

/* ── Utility: dropdown only exists on desktop nav ── */
@media (max-width: 1024px) {
  /* #nav-programs is already hidden via primary-nav display:none above */
  /* Do NOT use display:none on #programs-dropdown — it breaks the open/close opacity transition */
}

/* ── TESTIMONIAL CAROUSEL SLIDE ANIMATION ── */
.testi-carousel { position: relative; overflow: hidden; }
.testi-card {
  animation: none;
}
.testi-card.slide-in-right {
  animation: slideInRight 0.35s ease forwards;
}
.testi-card.slide-in-left {
  animation: slideInLeft 0.35s ease forwards;
}
.testi-card.slide-out-left {
  animation: slideOutLeft 0.35s ease forwards;
}
.testi-card.slide-out-right {
  animation: slideOutRight 0.35s ease forwards;
}
@keyframes slideInRight {
  from { opacity: 0; transform: translateX(40px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes slideInLeft {
  from { opacity: 0; transform: translateX(-40px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes slideOutLeft {
  from { opacity: 1; transform: translateX(0); }
  to   { opacity: 0; transform: translateX(-40px); }
}
@keyframes slideOutRight {
  from { opacity: 1; transform: translateX(0); }
  to   { opacity: 0; transform: translateX(40px); }
}

/* ════════════════════════════════════════════════════════════
   PROGRAMS PAGE
════════════════════════════════════════════════════════════ */

/* ── HERO ─────────────────────────────────────────────────── */
.pg-hero {
  background: var(--bg);
  padding: calc(var(--nav-h) + 56px) 0 72px;
}
.pg-hero-grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 56px;
  align-items: flex-start;
}
.pg-hero-left { padding-top: 4px; }
.pg-hero-left h1 {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: var(--white);
  margin-bottom: 16px;
}
.pg-hero-sub {
  font-size: 0.95rem;
  color: var(--text-mid);
  line-height: 1.7;
  max-width: 400px;
  margin-bottom: 28px;
}
.pg-hero-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.pg-stars { display: flex; gap: 2px; }
.pg-rating-text { font-size: 0.8rem; color: var(--text-mid); }
.pg-trustpilot {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-hi);
}
.pg-hero-img-wrap {
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 5/4;
  background: var(--bg-card);
}
.pg-hero-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

/* ── PROGRAMS SECTION ─────────────────────────────────────── */
.pg-programs-section {
  background: var(--bg);
  padding: 64px 0 96px;
}

/* ── TAB FILTER BUTTONS ───────────────────────────────────── */
.pg-tabs-wrap {
  margin-bottom: 48px;
}
.pg-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.pg-tab {
  font-family: var(--font);
  font-size: 0.875rem;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: var(--r-sm);
  border: 1.5px solid rgba(255,255,255,0.2);
  background: transparent;
  color: var(--text-mid);
  cursor: pointer;
  transition: color .15s, border-color .15s, background .15s;
  white-space: nowrap;
  line-height: 1;
}
.pg-tab:hover {
  color: var(--white);
  border-color: rgba(255,255,255,0.4);
}
.pg-tab.active {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

/* ── SECTION HEADING ──────────────────────────────────────── */
.pg-section-head {
  margin-bottom: 36px;
}
.pg-section-head h2 {
  font-size: clamp(1.8rem, 2.8vw, 2.4rem);
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 10px;
}
.pg-section-head p {
  font-size: 0.9rem;
  color: var(--text-mid);
  max-width: 580px;
  line-height: 1.7;
}

/* ── GRID ─────────────────────────────────────────────────── */
.pg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* ── CARD ─────────────────────────────────────────────────── */
.pg-card {
  background: var(--bg-card);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: var(--r-lg);
  display: flex;
  flex-direction: column;
}

/* JS hides cards that don't match the active filter */
.pg-card.pg-hidden { display: none !important; }

/* ── ACCENT BAR ───────────────────────────────────────────── */
.pg-card-top-bar {
  height: 3px;
  width: 100%;
  flex-shrink: 0;
}

/* ── CARD BODY ────────────────────────────────────────────── */
.pg-card-body {
  padding: 24px 24px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Title + badge on same row */
.pg-card-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.pg-card-title {
  font-size: 0.975rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.35;
  flex: 1;
}
.pg-badge {
  flex-shrink: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  white-space: nowrap;
  line-height: 1.5;
  margin-top: 1px;
}

/* ── DURATION ─────────────────────────────────────────────── */
.pg-card-duration-block {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.pg-card-duration-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.pg-card-duration {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--white);
}
.pg-card-level {
  font-size: 0.78rem;
  color: var(--text-mid);
}
.pg-duration-track {
  height: 3px;
  background: rgba(255,255,255,0.08);
  border-radius: 99px;
  overflow: hidden;
}
.pg-duration-fill {
  height: 100%;
  border-radius: 99px;
}

/* ── "WHO THIS IS FOR" ────────────────────────────────────── */
.pg-card-for {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-size: 0.78rem;
  color: var(--text-mid);
  line-height: 1.55;
  margin: 0;
}
.pg-card-for svg {
  flex-shrink: 0;
  margin-top: 2px;
  opacity: 0.55;
}

/* ── SKILLS & TOPICS ──────────────────────────────────────── */
.pg-card-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pg-block-label {
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--white);
}
.pg-skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.pg-skill-tag {
  font-size: 0.72rem;
  color: var(--text-hi);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 5px;
  padding: 3px 9px;
  white-space: nowrap;
  line-height: 1.5;
}
.pg-topics {
  list-style: disc;
  padding-left: 16px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.pg-topics li {
  font-size: 0.79rem;
  color: var(--text-mid);
  line-height: 1.55;
}

/* ── CARD FOOTER ──────────────────────────────────────────── */
.pg-card-footer {
  padding: 16px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid rgba(255,255,255,0.07);
}
.pg-enroll-btn {
  width: 100%;
  justify-content: center;
  border-radius: 10px;
  padding: 13px;
  font-size: 0.88rem;
  font-weight: 600;
}
.pg-view-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1.5px solid rgba(255,255,255,0.18);
  background: transparent;
  color: var(--text-hi);
  font-family: var(--font);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .15s, border-color .15s, color .15s;
}
.pg-view-btn:hover {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.36);
  color: var(--white);
}

/* ── CTA BAND ─────────────────────────────────────────────── */
.pg-cta-band {
  background: var(--bg-2);
  border-top: 1px solid var(--border-dark);
  padding: 80px 0;
}
.pg-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
.pg-cta-text h2 {
  font-size: clamp(1.6rem, 2.5vw, 2.1rem);
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.03em;
  margin-bottom: 10px;
  line-height: 1.15;
}
.pg-cta-text p {
  font-size: 0.9rem;
  color: var(--text-mid);
  max-width: 480px;
  line-height: 1.7;
}
.pg-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  flex-shrink: 0;
}
.pg-cta-actions .btn {
  white-space: nowrap;
  padding: 14px 32px;
  font-size: 0.95rem;
}
.pg-cta-guarantee {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.77rem;
  color: var(--text-low);
}

/* ── RESPONSIVE ───────────────────────────────────────────── */
@media (max-width: 1024px) {
  .pg-hero-grid { grid-template-columns: 1fr 320px; gap: 36px; }
  .pg-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
@media (max-width: 768px) {
  .pg-hero { padding: calc(var(--nav-h) + 32px) 0 48px; }
  .pg-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .pg-hero-right { order: -1; }
  .pg-hero-img-wrap { aspect-ratio: 16/9; max-height: 220px; }
  .pg-programs-section { padding: 48px 0 72px; }
  /* Single column on mobile — cards stack individually, no shared grid border */
  .pg-grid { grid-template-columns: 1fr; gap: 16px; }
  .pg-cta-band { padding: 56px 0; }
  .pg-cta-inner { flex-direction: column; align-items: flex-start; gap: 28px; }
  .pg-cta-actions { align-items: flex-start; width: 100%; }
  .pg-cta-actions .btn { width: 100%; text-align: center; justify-content: center; }
  .pg-cta-text h2 { font-size: clamp(1.4rem, 5vw, 1.8rem); }
}
@media (max-width: 480px) {
  .pg-hero-left h1 { font-size: clamp(1.9rem, 8vw, 2.6rem); }
  .pg-tabs-wrap { margin-bottom: 28px; }
  .pg-tabs { gap: 6px; flex-wrap: wrap; }
  .pg-tab { font-size: 0.78rem; padding: 8px 14px; }
  .pg-section-head { margin-bottom: 24px; }
  .pg-card-body { padding: 18px 16px 12px; gap: 12px; }
  .pg-card-footer { padding: 12px 16px 18px; }
  .pg-cta-band { padding: 44px 0; }
  .pg-cta-guarantee { font-size: 0.72rem; }
}

/* ══════════════════════════════════════════════════════════════
   FOOTER COOKIE BUTTON
══════════════════════════════════════════════════════════════ */
.footer-cookie-btn {
  background: none;
  border: none;
  padding: 0;
  font-family: var(--font);
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--text-dark-3);
  cursor: pointer;
  transition: color var(--t);
  touch-action: manipulation;
}
.footer-cookie-btn:hover { color: var(--text-dark); }

/* ══════════════════════════════════════════════════════════════
   COURSE DETAIL PAGE — Market Mechanics & Analysis
══════════════════════════════════════════════════════════════ */

/* ── HERO ─────────────────────────────────────────────────── */
.cdp-hero {
  background: var(--bg);
  padding-top: calc(var(--nav-h) + 40px);
  overflow: hidden;
}
.cdp-hero-grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 48px;
  align-items: flex-end;
}
.cdp-hero-left {
  padding-bottom: 64px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cdp-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  color: var(--text-low);
}
.cdp-breadcrumb a { color: var(--text-low); transition: color var(--t); }
.cdp-breadcrumb a:hover { color: var(--text-hi); }
.cdp-hero-left h1 {
  font-size: clamp(2.4rem, 4.2vw, 3.8rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: var(--white);
  margin: 0;
}
.cdp-checks {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  padding: 0;
  margin: 0;
}
.cdp-checks li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  color: var(--text-mid);
}
.cdp-checks li::before {
  content: '';
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7' cy='7' r='6' stroke='%237c6ef5' stroke-width='1'/%3E%3Cpath d='M4 7l2 2 4-4' stroke='%237c6ef5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.cdp-enroll-btn {
  align-self: flex-start;
  font-size: 0.95rem;
  padding: 14px 30px;
}
.cdp-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.cdp-stars {
  color: #f5a623;
  font-size: 1rem;
  letter-spacing: 1px;
}
.cdp-trustpilot {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-mid);
}
.cdp-rating-text {
  font-size: 0.78rem;
  color: var(--text-low);
}
.cdp-hero-right {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.cdp-hero-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: top center;
  border-radius: var(--r-xl) var(--r-xl) 0 0;
  display: block;
}

/* ── FEATURED QUOTE ───────────────────────────────────────── */
.cdp-quote-section {
  background: var(--light);
  padding: 80px 0 72px;
}
.cdp-quote-section .container {
  max-width: 760px;
  text-align: center;
}
.cdp-blockquote {
  margin: 0 0 28px;
  padding: 0;
  border: none;
}
.cdp-blockquote p {
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.7;
  color: var(--text-dark);
}
.cdp-quote-attr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.cdp-quote-name {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-dark);
}
.cdp-quote-role {
  font-size: 0.8rem;
  color: var(--text-dark-3);
}
.cdp-quote-firm {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-dark);
}

/* ── TAKE THE NEXT STEP ───────────────────────────────────── */
.cdp-next-section {
  background: var(--light);
  border-top: 1px solid var(--border-light);
  padding: 80px 0;
}
.cdp-next-grid {
  display: block;
  max-width: 640px;
}
.cdp-next-section h2 {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--text-dark) !important;
  margin-bottom: 20px;
}
.cdp-next-section p {
  color: var(--text-dark-2);
  font-size: 0.95rem;
  line-height: 1.75;
  max-width: 520px;
}

/* ── PROGRAM OUTLINE ──────────────────────────────────────── */
.cdp-outline-section {
  background: var(--light);
  border-top: 1px solid var(--border-light);
  padding: 80px 0 72px;
}
.cdp-outline-heading {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text-dark) !important;
  margin-bottom: 12px;
}
.cdp-outline-sub {
  font-size: 0.9rem;
  color: var(--text-dark-2);
  max-width: 600px;
  line-height: 1.7;
  margin-bottom: 48px;
}
.cdp-modules { border-top: 1px solid var(--border-light); }
.cdp-module  { border-bottom: 1px solid var(--border-light); }
.cdp-module-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 4px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--font);
}
.cdp-module-btn:hover .cdp-module-title { color: var(--accent); }
.cdp-module-num {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-dark-3);
  white-space: nowrap;
  min-width: 68px;
  flex-shrink: 0;
}
.cdp-module-title {
  flex: 1;
  font-size: 0.93rem;
  font-weight: 600;
  color: var(--text-dark);
  transition: color var(--t);
}
.cdp-module-arrow {
  flex-shrink: 0;
  color: var(--text-dark-3);
  display: flex;
  align-items: center;
  transition: transform 0.2s ease;
}
.cdp-module.open .cdp-module-arrow { transform: rotate(180deg); }
.cdp-module-body {
  display: none;
  padding: 0 4px 24px 84px;
}
.cdp-module.open .cdp-module-body { display: block; }
.cdp-module-body p {
  font-size: 0.875rem;
  color: var(--text-dark-2);
  line-height: 1.8;
}
.cdp-curriculum-row { margin-top: 32px; }
.cdp-curriculum-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 22px;
  border: 1px solid var(--border-light);
  border-radius: 100px;
  background: #ffffff;
  font-family: var(--font);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-dark);
  cursor: pointer;
  transition: border-color var(--t), background var(--t);
}
.cdp-curriculum-btn:hover {
  border-color: var(--text-dark-3);
  background: #f8f7f3;
}

/* ── TECH-DRIVEN APPROACH ────────────────────────────────── */
.cdp-tech-section {
  background: var(--light);
  border-top: 1px solid var(--border-light);
  padding: 100px 0;
}
.cdp-tech-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.cdp-tech-inner h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--text-dark) !important;
  margin-bottom: 20px;
}
.cdp-tech-inner p {
  font-size: 0.93rem;
  color: var(--text-dark-2);
  line-height: 1.8;
  margin-bottom: 32px;
}
.cdp-arrow-cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #e05a28;
  text-decoration: none;
  border-bottom: 1px solid rgba(224,90,40,0.3);
  padding-bottom: 2px;
  transition: border-color var(--t), color var(--t);
}
.cdp-arrow-cta:hover {
  color: #c04a1a;
  border-color: #c04a1a;
}

/* ── OUR STUDENTS WORK WITH (light bg) ───────────────────── */
.cdp-logos-section {
  background: var(--light);
  padding: 56px 0 0;
}
.cdp-logos-section .container {
  text-align: center;
  margin-bottom: 36px;
}
.cdp-logos-section h2 {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--text-dark) !important;
}
.cdp-logo-chip {
  background: #ffffff !important;
  border-color: rgba(0,0,0,0.09) !important;
  color: var(--text-dark) !important;
}
.cdp-logo-chip .logo-chip-dot {
  background: var(--text-dark-3) !important;
}

/* ── RESPONSIVE ───────────────────────────────────────────── */
@media (max-width: 1024px) {
  .cdp-hero-grid { grid-template-columns: 1fr 320px; gap: 32px; }
  .cdp-hero-img  { height: 440px; }
}
@media (max-width: 768px) {
  .cdp-hero        { padding-top: calc(var(--nav-h) + 20px); }
  .cdp-hero-grid   { grid-template-columns: 1fr; }
  .cdp-hero-right  { order: -1; }
  .cdp-hero-img    { height: 300px; border-radius: var(--r-lg) var(--r-lg) 0 0; }
  .cdp-hero-left   { padding-bottom: 40px; gap: 18px; }
  .cdp-quote-section { padding: 56px 0 48px; }
  .cdp-next-section  { padding: 56px 0; }
  .cdp-next-grid     { max-width: 100%; }
  .cdp-outline-section { padding: 56px 0 48px; }
  .cdp-module-body { padding-left: 0; }
  .cdp-tech-section  { padding: 72px 0; }
  .cdp-logos-section { padding-top: 48px; }
}
@media (max-width: 480px) {
  .cdp-hero-left h1 { font-size: clamp(2rem, 8vw, 2.6rem); }
  .cdp-checks       { gap: 6px 14px; }
  .cdp-module-btn   { gap: 10px; padding: 16px 2px; }
  .cdp-module-num   { min-width: 52px; font-size: 0.7rem; }
  .cdp-module-title { font-size: 0.87rem; }
}

/* ══════════════════════════════════════════════════════════════
   COURSE DETAIL PAGE — Dark footer override
   WordPress adds body class: page-template-template-course-market-mechanics
══════════════════════════════════════════════════════════════ */
.page-template-template-course-market-mechanics .site-footer,
.page-template-template-course-mastering-professional-trading .site-footer,
.page-template-template-course-strategy-development .site-footer {
  background: var(--bg);
  border-top: 1px solid var(--border-dark);
  color: var(--text-hi);
}
.page-template-template-course-market-mechanics .footer-col h4,
.page-template-template-course-mastering-professional-trading .footer-col h4,
.page-template-template-course-strategy-development .footer-col h4,
body.pt101.page-template-template-course-market-mechanics .site-footer h4,
body.pt101.page-template-template-course-mastering-professional-trading .site-footer h4,
body.pt101.page-template-template-course-strategy-development .site-footer h4 {
  color: var(--white) !important;
}
.page-template-template-course-market-mechanics .footer-col ul a,
.page-template-template-course-market-mechanics .footer-col ul li a,
.page-template-template-course-mastering-professional-trading .footer-col ul a,
.page-template-template-course-mastering-professional-trading .footer-col ul li a,
.page-template-template-course-strategy-development .footer-col ul a,
.page-template-template-course-strategy-development .footer-col ul li a {
  color: var(--text-mid);
}
.page-template-template-course-market-mechanics .footer-col ul a:hover,
.page-template-template-course-market-mechanics .footer-col ul li a:hover,
.page-template-template-course-mastering-professional-trading .footer-col ul a:hover,
.page-template-template-course-mastering-professional-trading .footer-col ul li a:hover,
.page-template-template-course-strategy-development .footer-col ul a:hover,
.page-template-template-course-strategy-development .footer-col ul li a:hover {
  color: var(--white);
}
.page-template-template-course-market-mechanics .footer-legal-links a,
.page-template-template-course-mastering-professional-trading .footer-legal-links a,
.page-template-template-course-strategy-development .footer-legal-links a {
  color: var(--text-low);
}
.page-template-template-course-market-mechanics .footer-legal-links a:hover,
.page-template-template-course-mastering-professional-trading .footer-legal-links a:hover,
.page-template-template-course-strategy-development .footer-legal-links a:hover {
  color: var(--white);
}
.page-template-template-course-market-mechanics .soc-icon svg,
.page-template-template-course-mastering-professional-trading .soc-icon svg,
.page-template-template-course-strategy-development .soc-icon svg {
  fill: var(--white);
}
.page-template-template-course-market-mechanics .footer-cookie-btn,
.page-template-template-course-mastering-professional-trading .footer-cookie-btn,
.page-template-template-course-strategy-development .footer-cookie-btn {
  color: var(--text-low);
}
.page-template-template-course-market-mechanics .footer-cookie-btn:hover,
.page-template-template-course-mastering-professional-trading .footer-cookie-btn:hover,
.page-template-template-course-strategy-development .footer-cookie-btn:hover {
  color: var(--white);
}
.page-template-template-course-trading-foundations .footer-cookie-btn:hover,
.page-template-template-course-intro-to-trading .footer-cookie-btn:hover {
  color: var(--white);
}

/* ── LIGHT HEADER — Trading Foundations & Intro to Trading ──────── */
.page-template-template-course-trading-foundations .site-header,
.page-template-template-course-intro-to-trading .site-header {
  background: #f8f7f4 !important;
  border-bottom: 1px solid rgba(17,19,32,0.1);
  backdrop-filter: none; -webkit-backdrop-filter: none;
}
.page-template-template-course-trading-foundations .site-header.scrolled,
.page-template-template-course-intro-to-trading .site-header.scrolled {
  background: #f8f7f4 !important;
  box-shadow: 0 2px 20px rgba(17,19,32,0.08);
}
.page-template-template-course-trading-foundations .site-logo,
.page-template-template-course-intro-to-trading .site-logo { color: var(--text-dark); }
.page-template-template-course-trading-foundations .primary-nav li a,
.page-template-template-course-intro-to-trading .primary-nav li a,
.page-template-template-course-trading-foundations .nav-dropdown-trigger,
.page-template-template-course-intro-to-trading .nav-dropdown-trigger { color: var(--text-dark-2); }
.page-template-template-course-trading-foundations .primary-nav li a:hover,
.page-template-template-course-intro-to-trading .primary-nav li a:hover,
.page-template-template-course-trading-foundations .nav-dropdown-trigger:hover,
.page-template-template-course-intro-to-trading .nav-dropdown-trigger:hover,
.page-template-template-course-trading-foundations .nav-item-dropdown.open .nav-dropdown-trigger,
.page-template-template-course-intro-to-trading .nav-item-dropdown.open .nav-dropdown-trigger {
  color: var(--text-dark);
  background: rgba(17,19,32,0.06);
}
.page-template-template-course-trading-foundations .btn-hdr-login,
.page-template-template-course-intro-to-trading .btn-hdr-login {
  color: var(--text-dark) !important;
  border-color: rgba(17,19,32,0.25);
}
.page-template-template-course-trading-foundations .btn-hdr-login:hover,
.page-template-template-course-intro-to-trading .btn-hdr-login:hover {
  color: var(--text-dark) !important;
  border-color: rgba(17,19,32,0.5);
  background: rgba(17,19,32,0.05);
}
.page-template-template-course-trading-foundations .hamburger span,
.page-template-template-course-intro-to-trading .hamburger span { background: var(--text-dark); }
.page-template-template-course-trading-foundations .nav-dropdown-trigger svg path,
.page-template-template-course-intro-to-trading .nav-dropdown-trigger svg path { stroke: var(--text-dark-2); }

/* ── LIGHT HERO VARIANT (Trading Foundations / Intro to Trading) ── */
.cdp-hero--light {
  background: #f8f7f4;
  padding-top: calc(var(--nav-h) + 40px);
  padding-bottom: 80px;
}
.cdp-hero--light .cdp-hero-grid { align-items: center; }
.cdp-hero--light .cdp-hero-left { padding-bottom: 0; gap: 22px; }
  .cdp-hero--light .cdp-hero-left h1  { color: var(--text-dark); font-size: clamp(2.2rem, 8vw, 3.2rem); }
.cdp-hero--light .cdp-breadcrumb,
.cdp-hero--light .cdp-breadcrumb span { color: var(--text-dark-3); }
.cdp-hero--light .cdp-breadcrumb a   { color: var(--text-dark-3); }
.cdp-hero--light .cdp-breadcrumb a:hover { color: var(--text-dark); }
.cdp-hero--light .cdp-checks li      { color: var(--text-dark-2); }
.cdp-hero--light .cdp-trustpilot     { color: var(--text-dark-2); }
.cdp-hero--light .cdp-trustpilot svg { fill: #00b67a; }
.cdp-hero--light .cdp-rating-text    { color: var(--text-dark-3); }
.cdp-hero--light .cdp-stat-big       { color: var(--text-dark); }
.cdp-hero--light .cdp-stat-list li::before {
  background-color: var(--text-dark);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 5l2.5 2.5L8 3' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.cdp-hero-sub {
  font-size: 1rem;
  color: var(--text-dark-2);
  line-height: 1.55;
  max-width: 440px;
  margin: 0;
}

/* ── STAT CARD (right side on light hero pages) ──────────────── */
.cdp-stat-card {
  background: #ffffff;
  border: 1.5px dashed rgba(17,19,32,0.3);
  border-radius: var(--r-lg);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  align-self: center;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}
.cdp-stat-big {
  font-size: clamp(3rem, 5vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--accent);
}
.cdp-stat-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-top: -10px;
}
.cdp-stat-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cdp-stat-list li {
  font-size: 0.875rem;
  color: var(--text-dark-2);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.4;
}
.cdp-stat-list li::before {
  content: '';
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 1px;
  border-radius: 50%;
  background: var(--accent-soft) url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 5l2.5 2.5L8 3' stroke='%237c6ef5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 10px no-repeat;
}

/* ── FREE BADGE ──────────────────────────────────────────────── */
.cdp-free-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #edf9f3;
  color: #0d7f50;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 100px;
  border: 1px solid #b6e8d1;
  align-self: flex-start;
}

/* ── FOOTER DARK OVERRIDE — new course pages ─────────────────── */
.page-template-template-course-trading-foundations .site-footer,
.page-template-template-course-intro-to-trading .site-footer {
  background: var(--bg);
  border-top: 1px solid var(--border-dark);
  color: var(--text-hi);
}
.page-template-template-course-trading-foundations .footer-col h4,
.page-template-template-course-intro-to-trading .footer-col h4,
body.pt101.page-template-template-course-trading-foundations .site-footer h4,
body.pt101.page-template-template-course-intro-to-trading .site-footer h4 {
  color: var(--white) !important;
}
.page-template-template-course-trading-foundations .footer-col ul a,
.page-template-template-course-trading-foundations .footer-col ul li a,
.page-template-template-course-intro-to-trading .footer-col ul a,
.page-template-template-course-intro-to-trading .footer-col ul li a {
  color: var(--text-mid);
}
.page-template-template-course-trading-foundations .footer-col ul a:hover,
.page-template-template-course-trading-foundations .footer-col ul li a:hover,
.page-template-template-course-intro-to-trading .footer-col ul a:hover,
.page-template-template-course-intro-to-trading .footer-col ul li a:hover {
  color: var(--white);
}
.page-template-template-course-trading-foundations .footer-legal-links a,
.page-template-template-course-intro-to-trading .footer-legal-links a {
  color: var(--text-low);
}
.page-template-template-course-trading-foundations .footer-legal-links a:hover,
.page-template-template-course-intro-to-trading .footer-legal-links a:hover {
  color: var(--white);
}
.page-template-template-course-trading-foundations .soc-icon svg,
.page-template-template-course-intro-to-trading .soc-icon svg {
  fill: var(--white);
}
.page-template-template-course-trading-foundations .footer-cookie-btn,
.page-template-template-course-intro-to-trading .footer-cookie-btn {
  color: var(--text-low);
}

/* ── RESPONSIVE — light hero stat card ───────────────────────── */
@media (max-width: 768px) {
  .cdp-stat-card { padding: 28px 22px; }
  .cdp-hero--light .cdp-hero-right { order: -1; }
}
@media (max-width: 480px) {
  .cdp-stat-card { padding: 22px 18px; gap: 16px; }
  .cdp-stat-big  { font-size: 2.6rem; }
}

/* ════════════════════════════════════════════════════════════
   MENTORS PAGE
   ════════════════════════════════════════════════════════════ */

/* ── HERO ─────────────────────────────────────────────────── */
.mtr-hero {
  background: var(--bg);
  padding-top: calc(var(--nav-h) + 60px);
  padding-bottom: 80px;
  overflow: hidden;
}
.mtr-hero-grid {
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 64px;
  align-items: flex-start;
}
.mtr-hero-left {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.mtr-hero-left h1 {
  font-size: clamp(2.6rem, 4.5vw, 4rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--white);
  margin: 0;
}
.mtr-hero-sub {
  font-size: 0.97rem;
  color: var(--text-mid);
  line-height: 1.6;
  max-width: 420px;
  margin: 0;
}
.mtr-hero-btn {
  align-self: flex-start;
  font-size: 0.95rem;
  padding: 13px 28px;
}
.mtr-hero-footnote {
  font-size: 0.8rem;
  color: var(--text-low);
  margin: 0;
}
.mtr-hero-footnote a {
  color: #e8503a;
  text-decoration: none;
  transition: opacity var(--t);
}
.mtr-hero-footnote a:hover { opacity: 0.8; }

.mtr-illustration-box {
  background: #6c3ef5;
  border-radius: var(--r-xl);
  overflow: hidden;
  width: 100%;
}
.mtr-illustration-box img {
  width: 100%;
  height: auto;
  display: block;
}

/* ── STATS ────────────────────────────────────────────────── */
.mtr-stats-section {
  background: var(--bg-2);
  padding: 96px 0 88px;
  text-align: center;
}
.mtr-stats-heading {
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: var(--white);
  margin: 0 0 64px;
}
.mtr-stats-strip {
  display: flex;
  justify-content: center;
}
.mtr-stats-strip img {
  max-width: 100%;
  height: auto;
}

/* ── FEATURES ─────────────────────────────────────────────── */
.mtr-features-section {
  background: var(--bg);
  padding: 100px 0 80px;
}
.mtr-feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: flex-start;
  margin-bottom: 96px;
}
.mtr-feature-text h2 {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.025em;
  color: var(--white);
  margin: 0 0 20px;
}
.mtr-feature-text p {
  font-size: 0.9rem;
  color: var(--text-mid);
  line-height: 1.7;
  margin: 0;
  max-width: 380px;
}
.mtr-feature-photo {
  border-radius: var(--r-xl);
  overflow: hidden;
}
.mtr-feature-photo img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center 15%;
  display: block;
}
.mtr-feature-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.mtr-feature-col h2 {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--white);
  margin: 0 0 18px;
}
.mtr-feature-col p {
  font-size: 0.88rem;
  color: var(--text-mid);
  line-height: 1.7;
  margin: 0;
}

/* ── CTA ──────────────────────────────────────────────────── */
.mtr-cta-section {
  background: #f8f7f4;
  padding: 100px 0 96px;
  text-align: center;
}
body.pt101 .mtr-cta-section h2 {
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.03em;
  color: var(--text-dark);
  margin: 0 0 40px;
}
.mtr-cta-btn {
  font-size: 1rem;
  padding: 15px 40px;
  border-radius: 100px;
}

/* ── RESPONSIVE ───────────────────────────────────────────── */
@media (max-width: 1024px) {
  .mtr-hero-grid { grid-template-columns: 1fr 360px; gap: 40px; }
}
@media (max-width: 768px) {
  .mtr-hero { padding-top: calc(var(--nav-h) + 40px); padding-bottom: 60px; }
  .mtr-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .mtr-hero-right { order: -1; }
  .mtr-hero-left h1 { font-size: clamp(2rem, 8vw, 2.8rem); }
  .mtr-hero-sub { max-width: 100%; }
  .mtr-stats-section { padding: 72px 0 64px; }
  .mtr-stats-heading { margin-bottom: 48px; }
  .mtr-features-section { padding: 72px 0 60px; }
  .mtr-feature-row { grid-template-columns: 1fr; gap: 40px; margin-bottom: 56px; }
  .mtr-feature-photo { order: -1; }
  .mtr-feature-2col { grid-template-columns: 1fr; gap: 48px; }
  .mtr-cta-section { padding: 72px 0 68px; }
}


/* ════════════════════════════════════════════════════════════
   GETTING FUNDED PAGE
   ════════════════════════════════════════════════════════════ */

/* ── Page-level colour reset (override dark-theme body defaults) ─ */
body.page-template-template-getting-funded {
  background: var(--light) !important;
  color: var(--text-dark) !important;
}
body.page-template-template-getting-funded h1,
body.page-template-template-getting-funded h2,
body.page-template-template-getting-funded h3,
body.page-template-template-getting-funded h4,
body.page-template-template-getting-funded h5,
body.page-template-template-getting-funded h6 {
  color: var(--text-dark) !important;
}
body.page-template-template-getting-funded p {
  color: var(--text-dark-2) !important;
}
body.page-template-template-getting-funded li {
  color: var(--text-dark-2) !important;
}
/* Risk-free dark section: restore white text */
body.page-template-template-getting-funded .gf-riskfree-section h2 {
  color: var(--white) !important;
}
body.page-template-template-getting-funded .gf-riskfree-section p {
  color: var(--text-mid) !important;
}

/* ── Light nav override ───────────────────────────────────── */
.page-template-template-getting-funded .site-header {
  background: var(--light) !important;
  border-bottom: 1px solid rgba(17,19,32,0.1);
  backdrop-filter: none; -webkit-backdrop-filter: none;
}
.page-template-template-getting-funded .site-header.scrolled {
  background: var(--light) !important;
  box-shadow: 0 2px 20px rgba(17,19,32,0.08);
}
.page-template-template-getting-funded .site-logo { color: var(--text-dark); }
.page-template-template-getting-funded .primary-nav li a,
.page-template-template-getting-funded .nav-dropdown-trigger { color: var(--text-dark-2); }
.page-template-template-getting-funded .primary-nav li a:hover,
.page-template-template-getting-funded .nav-dropdown-trigger:hover,
.page-template-template-getting-funded .nav-item-dropdown.open .nav-dropdown-trigger {
  color: var(--text-dark);
  background: rgba(17,19,32,0.06);
}
.page-template-template-getting-funded .btn-hdr-login {
  color: var(--text-dark) !important;
  border-color: rgba(17,19,32,0.25);
}
.page-template-template-getting-funded .btn-hdr-login:hover {
  color: var(--text-dark) !important;
  border-color: rgba(17,19,32,0.5);
  background: rgba(17,19,32,0.05);
}
.page-template-template-getting-funded .hamburger span { background: var(--text-dark); }
.page-template-template-getting-funded .nav-dropdown-trigger svg path { stroke: var(--text-dark-2); }

/* ── HERO ─────────────────────────────────────────────────── */
.gf-hero {
  background: var(--light);
  padding-top: calc(var(--nav-h) + 72px);
  padding-bottom: 80px;
  overflow: hidden;
}
.gf-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 64px;
  align-items: center;
}
.gf-hero-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
/* Hero h1 is dark on cream — fixed for better readability and design alignment */
.gf-hero .gf-hero-left h1 {
  font-size: clamp(2.4rem, 4.2vw, 3.8rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--text-dark) !important;
  margin: 0;
}
.gf-hero-sub {
  font-size: 0.95rem;
  color: var(--text-dark-2) !important;
  line-height: 1.7;
  max-width: 460px;
  margin: 0;
}
.gf-hero-btn {
  align-self: flex-start;
  font-size: 0.95rem;
  padding: 13px 28px;
  border-radius: var(--r-md);
}
.gf-hero-img-wrap {
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
  background: var(--bg);
}
.gf-hero-img {
  width: 100%;
  height: auto;
  display: block;
}

/* ── 100% COVERAGE ───────────────────────────────────────── */
.gf-coverage-section {
  background: #ffffff;
  padding: 100px 0 100px;
}
.gf-coverage-intro {
  text-align: center;
  margin-bottom: 64px;
}
.gf-coverage-section .gf-coverage-intro h2 {
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.025em;
  color: var(--text-dark) !important;
  margin: 0 0 20px;
}
.gf-coverage-intro p {
  font-size: 0.97rem;
  color: var(--text-dark-3) !important;
  line-height: 1.65;
  margin: 0;
}

/* Bordered qualify box */
.gf-qualify-box {
  border: 1px solid #d4d3cc;
  border-radius: var(--r-lg);
  padding: 40px 48px;
  max-width: 860px;
  margin: 0 auto;
}
.gf-qualify-tagline {
  font-size: 0.97rem;
  font-weight: 700;
  color: var(--text-dark) !important;
  margin: 0 0 32px;
  line-height: 1.5;
}
.gf-qualify-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-bottom: 32px;
}
.gf-qualify-box .gf-qualify-col h3 {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-dark) !important;
  margin: 0 0 16px;
  letter-spacing: 0;
}
.gf-check-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.gf-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--text-dark-2) !important;
  line-height: 1.5;
}
.gf-check-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--text-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.gf-check-dot svg { width: 11px; height: 11px; }
.gf-programs-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #e8503a;
  text-decoration: none;
  transition: opacity var(--t);
}
.gf-programs-link:hover { opacity: 0.75; }

/* ── RISK-FREE ────────────────────────────────────────────── */
.gf-riskfree-section {
  background: var(--bg);
  padding: 100px 0;
}
.gf-riskfree-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 80px;
  align-items: center;
}
.gf-riskfree-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.gf-riskfree-left h2 {
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--white) !important;
  margin: 0;
}
.gf-riskfree-left p {
  font-size: 0.95rem;
  color: var(--text-mid) !important;
  line-height: 1.75;
  max-width: 480px;
  margin: 0;
}
.gf-riskfree-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gf-badge-img {
  width: 260px;
  height: auto;
  display: block;
  filter: drop-shadow(0 12px 48px rgba(124,110,245,0.45));
}

/* ── CTA ──────────────────────────────────────────────────── */
.gf-cta-section {
  background: #ffffff;
  padding: 100px 0 96px;
  text-align: center;
}
.gf-cta-section h2 {
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--text-dark) !important;
  margin: 0 0 40px;
}
.gf-cta-btn {
  font-size: 1rem;
  padding: 15px 36px;
  border-radius: var(--r-md);
}

/* ── RESPONSIVE ───────────────────────────────────────────── */
@media (max-width: 1024px) {
  .gf-hero-grid { grid-template-columns: 1fr 1.2fr; gap: 48px; }
  .gf-riskfree-grid { grid-template-columns: 1fr 240px; gap: 56px; }
}
@media (max-width: 768px) {
  .gf-hero { padding-top: calc(var(--nav-h) + 40px); padding-bottom: 56px; }
  .gf-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .gf-hero-right { order: -1; }
  .gf-hero .gf-hero-left h1 { font-size: clamp(2rem, 8vw, 2.6rem); }
  .gf-hero-sub { max-width: 100%; }
  .gf-coverage-section { padding: 72px 0 72px; }
  .gf-qualify-box { padding: 28px 24px; }
  .gf-qualify-cols { grid-template-columns: 1fr; gap: 32px; }
  .gf-riskfree-section { padding: 72px 0; }
  .gf-riskfree-grid { grid-template-columns: 1fr; gap: 48px; }
  .gf-riskfree-right { order: -1; }
  .gf-cta-section { padding: 72px 0 68px; }
  .gf-cta-section h2 { font-size: clamp(1.8rem, 7vw, 2.6rem); }
}
@media (max-width: 480px) {
  .gf-qualify-box { padding: 22px 18px; }
  .gf-badge-img { width: 180px; }
}


/* ═══════════════════════════════════════════════════════════════
   ABOUT US PAGE  ( prefix: au- )
   ═══════════════════════════════════════════════════════════════ */

/* ── HERO  (centred, dark bg, trust signals) ────────────────── */
.au-hero {
  background: var(--bg);
  padding-top: calc(var(--nav-h) + 88px);
  padding-bottom: 88px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.au-hero-bg-grid {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.025;
  background-image: linear-gradient(rgba(255,255,255,1) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,1) 1px,transparent 1px);
  background-size: 52px 52px;
}
.au-hero-glow {
  position: absolute; pointer-events: none;
  width: 900px; height: 520px; top: -80px; left: 50%; transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(124,110,245,0.12), transparent 65%);
}
.au-hero-center {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.au-eyebrow {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 20px;
}
.au-hero-center h1 {
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.04em;
  color: var(--text-hi);
  margin: 0 0 24px;
  max-width: 760px;
}
.au-hero-sub {
  font-size: 1.05rem;
  line-height: 1.72;
  color: var(--text-mid);
  margin: 0 0 36px;
  max-width: 600px;
}
.au-hero-btn {
  font-size: .95rem;
  padding: 13px 28px;
  border-radius: var(--r-md);
  margin-bottom: 32px;
}
.au-hero-trust {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 48px;
}
.au-trust-stars {
  display: flex;
  gap: 4px;
}
.au-trust-label {
  font-size: .82rem;
  color: var(--text-low);
  margin: 0;
}
.au-hero-stats {
  width: 100%;
  border-top: 1px solid var(--border-dark);
  padding-top: 40px;
}
.au-hero-stats-img {
  width: 100%;
  height: auto;
  display: block;
}

/* ── OUR STORY ─────────────────────────────────────────────── */
.au-story-section {
  background: var(--light);
  padding: 104px 0;
}
.au-story-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 72px;
  align-items: center;
}
.au-story-text h2 {
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: var(--text-dark) !important;
  margin: 0 0 28px;
}
.au-story-text p {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-dark-2);
  margin: 0 0 18px;
}
.au-story-text p:last-child { margin-bottom: 0; }
.au-story-img-wrap {
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--light-2);
}
.au-story-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

/* ── WHERE WE ARE NOW  (stats + achievements card) ──────────── */
.au-numbers-section {
  background: var(--light);
  padding: 0 0 104px;
}
.au-numbers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}
.au-numbers-left h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: var(--text-dark) !important;
  margin: 0 0 40px;
}
.au-numbers-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.au-number-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 16px 0 16px 20px;
  border-left: 3px solid var(--accent);
  margin-bottom: 20px;
}
.au-number-item:last-child { margin-bottom: 0; }
.au-number-val {
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--text-dark) !important;
  line-height: 1;
}
.au-number-lbl {
  font-size: .9rem;
  color: var(--text-dark-2);
  line-height: 1.4;
}
.au-achievements-card {
  border: 1.5px dashed var(--border-light);
  border-radius: var(--r-xl);
  padding: 36px 32px;
}
.au-achieve-label {
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-dark-3);
  margin: 0 0 28px;
}
.au-achieve-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 0;
}
.au-achieve-divider {
  height: 1px;
  background: var(--border-light);
  margin: 24px 0;
}
.au-achieve-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.au-achieve-num {
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text-dark) !important;
  line-height: 1;
}
.au-achieve-unit {
  font-size: 1rem;
  font-weight: 600;
}
.au-achieve-sub {
  font-size: .82rem;
  color: var(--text-dark-2);
  line-height: 1.4;
}

/* ── A NEW KIND OF TRADING EDUCATION  (dark bg, 2×3 grid) ──── */
.au-why-section {
  background: var(--bg-2);
  padding: 104px 0;
}
.au-why-intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 72px;
}
.au-why-intro h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: var(--text-hi);
  margin: 0 0 18px;
}
.au-why-intro p {
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--text-mid);
  margin: 0;
}
.au-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 48px;
}
.au-why-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--text-hi);
}
.au-why-icon img { opacity: .82; }
.au-why-icon svg { color: var(--text-hi); }
.au-why-item h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-hi);
  margin: 0 0 10px;
  line-height: 1.3;
}
.au-why-item p {
  font-size: .88rem;
  line-height: 1.75;
  color: var(--text-mid);
  margin: 0;
}

/* ── FROM DAY ONE TO FUNDED ────────────────────────────────── */
.au-process-section {
  background: var(--light);
  padding: 104px 0;
}
.au-process-heading {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: var(--text-dark) !important;
  text-align: center;
  margin: 0 0 64px;
}
.au-process-steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 0 32px;
  align-items: stretch;
  max-width: 900px;
  margin: 0 auto;
}
.au-step {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
}
.au-step-num {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--accent);
  margin-bottom: 12px;
}
.au-step h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-dark) !important;
  margin: 0 0 10px;
  line-height: 1.3;
}
.au-step p {
  font-size: .88rem;
  line-height: 1.72;
  color: var(--text-dark-2);
  margin: 0;
}
.au-step-arrow {
  color: var(--text-dark-3);
  align-self: center;
  flex-shrink: 0;
}

/* ── MENTORS CTA ───────────────────────────────────────────── */
.au-team-section {
  background: var(--bg);
  padding: 104px 0;
}
.au-team-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.au-team-text h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: var(--text-hi);
  margin: 0 0 18px;
}
.au-team-text p {
  font-size: .97rem;
  line-height: 1.75;
  color: var(--text-mid);
  margin: 0 0 28px;
}
.au-team-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.au-team-stat {
  background: var(--bg-card);
  border: 1px solid var(--border-dark);
  border-radius: var(--r-md);
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.au-stat-num {
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--accent);
  line-height: 1;
}
.au-stat-unit {
  font-size: 1rem;
  font-weight: 600;
}
.au-stat-lbl {
  font-size: .75rem;
  color: var(--text-low);
  line-height: 1.3;
}

/* ── FINAL CTA ─────────────────────────────────────────────── */
.au-cta-section {
  background: var(--light);
  padding: 104px 0;
  text-align: center;
}
.au-cta-section h2 {
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: var(--text-dark) !important;
  margin: 0 0 32px;
}
.au-cta-btn {
  font-size: .95rem;
  padding: 14px 36px;
  border-radius: var(--r-md);
}

/* ── RESPONSIVE ────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .au-story-grid    { gap: 56px; }
  .au-numbers-grid  { gap: 56px; }
  .au-team-inner    { gap: 48px; }
  .au-why-grid      { gap: 48px 36px; }
  .au-process-steps { gap: 0 20px; }
}
@media (max-width: 768px) {
  .au-hero          { padding-top: calc(var(--nav-h) + 56px); padding-bottom: 72px; }
  .au-hero-center h1 { font-size: clamp(2.2rem, 9vw, 3.2rem); }
  .au-hero-sub      { font-size: 1rem; max-width: 100%; }
  .au-hero-btn      { margin-bottom: 24px; }
  .au-hero-trust    { margin-bottom: 36px; }
  .au-hero-stats    { padding-top: 32px; }

  .au-story-section  { padding: 80px 0; }
  .au-story-grid     { grid-template-columns: 1fr; gap: 40px; }
  .au-story-text h2  { font-size: clamp(2rem, 8vw, 2.8rem); }

  .au-numbers-section { padding: 0 0 80px; }
  .au-numbers-grid    { grid-template-columns: 1fr; gap: 48px; }
  .au-achievements-card { padding: 28px 24px; }

  .au-why-section   { padding: 80px 0; }
  .au-why-intro     { margin-bottom: 52px; }
  .au-why-intro h2  { font-size: clamp(1.8rem, 7vw, 2.6rem); }
  .au-why-grid      { grid-template-columns: 1fr 1fr; gap: 40px 28px; }

  .au-process-section  { padding: 80px 0; }
  .au-process-heading  { margin: 0 0 40px; font-size: clamp(1.8rem, 7vw, 2.4rem); }
  .au-process-steps    { grid-template-columns: 1fr; gap: 16px; max-width: 100%; }
  .au-step-arrow       { display: none; }

  .au-team-section  { padding: 80px 0; }
  .au-team-inner    { grid-template-columns: 1fr; gap: 40px; }
  .au-team-stats    { grid-template-columns: repeat(3, 1fr); }

  .au-cta-section   { padding: 80px 0; }
  .au-cta-section h2 { font-size: clamp(1.6rem, 6vw, 2.2rem); }
}
@media (max-width: 540px) {
  .au-why-grid         { grid-template-columns: 1fr; gap: 36px; }
  .au-team-stats       { grid-template-columns: 1fr 1fr; }
  .au-achieve-row      { grid-template-columns: 1fr 1fr; gap: 16px; }
}
@media (max-width: 400px) {
  .au-team-stats       { grid-template-columns: 1fr; }
  .au-hero-stats-img   { max-width: 100%; }
  .au-numbers-section  { padding: 0 0 64px; }
}

/* ═══════════════════════════════════════════════════════════════
   CONTACT US PAGE  ( prefix: ct- )
   ═══════════════════════════════════════════════════════════════ */

/* ── HERO ────────────────────────────────────────────────────── */
.ct-hero {
  background: var(--bg);
  padding-top: calc(var(--nav-h) + 80px);
  padding-bottom: 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ct-hero-glow {
  position: absolute; pointer-events: none;
  width: 700px; height: 400px; top: -60px; left: 50%; transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(124,110,245,0.11), transparent 65%);
}
.ct-hero-center { position: relative; z-index: 1; }
.ct-eyebrow {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 16px;
}
.ct-hero h1 {
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.04em;
  color: var(--text-hi);
  margin: 0 0 20px;
}
.ct-hero-sub {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-mid);
  max-width: 520px;
  margin: 0 auto;
}

/* ── FORM + INFO GRID ────────────────────────────────────────── */
.ct-body-section {
  background: var(--bg-2);   /* dark to match site theme */
  padding: 80px 0 96px;
}
.ct-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 64px;
  align-items: start;
}

/* ── Info column ────────────────────────────────────────────── */
.ct-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 4px;
}
.ct-info-item {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 14px !important;
}
.ct-info-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;     /* prevent shrinking */
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(124,110,245,0.12);
  border-radius: var(--r-sm);
  color: var(--accent);
}
.ct-info-icon svg { display: block; }
.ct-info-text { flex: 1; min-width: 0; }
.ct-info-label {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--text-mid);
  margin: 0 0 3px;
}
.ct-info-val {
  font-size: .92rem;
  color: var(--text-hi);
  line-height: 1.5;
  margin: 0;
}
.ct-info-divider {
  height: 1px;
  background: var(--border-dark);
}
.ct-info-note {
  font-size: .85rem;
  color: var(--text-mid);
  line-height: 1.6;
  margin: 0;
}
.ct-info-note a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ── Form card ──────────────────────────────────────────────── */
.ct-form-card {
  background: var(--bg-card);
  border: 1.5px solid var(--border-dark);
  border-radius: var(--r-xl);
  padding: 36px 32px;
}

/* ── CONTACT FORM 7 OVERRIDES ────────────────────────────────── */
.wpcf7 { width: 100%; }
.wpcf7 .wpcf7-form { display: flex; flex-direction: column; gap: 18px; }

/* Labels */
.wpcf7 label {
  display: block;
  font-size: .8rem;
  font-weight: 600;
  color: var(--text-mid);
  margin-bottom: 6px;
  letter-spacing: .03em;
  text-transform: uppercase;
}

/* All inputs */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 12px 16px;
  background: var(--bg-2);
  border: 1.5px solid var(--border-mid);
  border-radius: var(--r-md);
  font-family: var(--font);
  font-size: .95rem;
  color: var(--text-hi);
  line-height: 1.5;
  outline: none;
  transition: border-color var(--t), box-shadow var(--t);
  -webkit-appearance: none;
  appearance: none;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder { color: var(--text-low); }
.wpcf7 textarea {
  min-height: 140px;
  resize: vertical;
}

/* Field wrap */
.wpcf7 .wpcf7-form-control-wrap { display: block; width: 100%; }

/* Submit button */
.wpcf7 input[type="submit"],
.wpcf7 .wpcf7-submit {
  display: block;
  width: 100%;
  padding: 15px 28px;
  background: var(--accent);
  color: #fff !important;
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 700;
  border: none;
  border-radius: var(--r-md);
  cursor: pointer;
  transition: background var(--t), transform .14s, box-shadow var(--t);
  letter-spacing: -.01em;
  box-shadow: 0 4px 20px var(--accent-glow);
  -webkit-appearance: none;
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 .wpcf7-submit:hover {
  background: var(--accent-dim);
  transform: translateY(-1px);
}
.wpcf7 input[type="submit"]:active,
.wpcf7 .wpcf7-submit:active { transform: translateY(0); }
.wpcf7 input[type="submit"]:disabled,
.wpcf7 .wpcf7-submit:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }

/* Validation */
.wpcf7 .wpcf7-not-valid { border-color: #e05252 !important; box-shadow: 0 0 0 3px rgba(224,82,82,0.12) !important; }
.wpcf7 .wpcf7-not-valid-tip { display: block; font-size: .76rem; color: #f08080; margin-top: 4px; }

/* Response output */
.wpcf7-response-output {
  padding: 13px 16px !important; border-radius: var(--r-md) !important;
  font-size: .88rem !important; font-family: var(--font) !important;
  border: none !important; margin: 0 !important;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  background: rgba(45,196,124,.1) !important; color: #a3f0cc !important;
}
.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-mail-sent-ng {
  background: rgba(224,82,82,.1) !important; color: #fbbcbc !important;
}

/* Spinner */
.wpcf7 .wpcf7-spinner { display: none !important; }

/* ── RESPONSIVE ──────────────────────────────────────────────── */
@media (max-width: 768px) {
  .ct-hero         { padding-top: calc(var(--nav-h) + 48px); padding-bottom: 60px; }
  .ct-hero h1      { font-size: clamp(2rem, 9vw, 3rem); }
  .ct-hero-sub     { font-size: .97rem; }
  .ct-body-section { padding: 56px 0 72px; }
  /* stack: info first, then form */
  .ct-grid         { grid-template-columns: 1fr; gap: 40px; }
  .ct-form-card    { padding: 28px 20px; }
}
@media (max-width: 480px) {
  .ct-hero          { padding-top: calc(var(--nav-h) + 36px); padding-bottom: 48px; }
  .ct-hero h1       { font-size: clamp(1.8rem, 10vw, 2.4rem); }
  .ct-hero-sub      { font-size: .92rem; }
  .ct-body-section  { padding: 40px 0 56px; }
  /* force icon + text side by side at all small sizes */
  .ct-info-item     { display: flex !important; flex-direction: row !important; align-items: flex-start !important; gap: 12px !important; }
  .ct-info-icon     { width: 36px; height: 36px; min-width: 36px; flex-shrink: 0 !important; }
  .ct-info-text     { flex: 1; min-width: 0; }
  .ct-form-card     { padding: 22px 16px; border-radius: var(--r-lg); }
  .wpcf7 textarea   { min-height: 110px; }
  .wpcf7 input[type="submit"],
  .wpcf7 .wpcf7-submit { padding: 14px 20px; font-size: .95rem; }
}

/* ═══════════════════════════════════════════════════════════════
   WOOCOMMERCE CHECKOUT & CART — dark brand theme
   Covers both Classic WC and WC Blocks (Gutenberg checkout)
   ═══════════════════════════════════════════════════════════════ */

/* ── Reset WC default variables to match our palette ── */
.woocommerce-page,
.wc-block-checkout__main,
.wp-block-woocommerce-checkout {
  --wc-background: var(--bg);
  --wc-foreground: var(--text-hi);
  --wc-border:     var(--border-mid);
}

/* ── Page background & top padding ── */
body.woocommerce-checkout,
body.woocommerce-cart,
body.woocommerce-account,
body.woocommerce-order-received {
  background: var(--bg) !important;
  color: var(--text-hi);
  padding-top: var(--nav-h);
}

/* Hide WP page title on checkout */
.woocommerce-page .entry-header,
.woocommerce-checkout .entry-header { display: none; }

/* ── Main layout ── */
.woocommerce {
  max-width: 1160px;
  margin: 0 auto;
  padding: 56px 24px 100px;
}
.wp-block-woocommerce-checkout {
  padding: 56px 24px 100px;
  max-width: 1200px;
  margin: 0 auto;
}

/* ── Headings ── */
.woocommerce h2,
.woocommerce h3,
.wc-block-checkout h2,
.wc-block-checkout h3,
.wc-block-components-title,
.wp-block-woocommerce-checkout h2,
.wp-block-woocommerce-checkout h3 {
  font-family: var(--font) !important;
  color: var(--text-hi) !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  letter-spacing: -.01em;
  margin-bottom: 16px !important;
}

/* ── Labels ── */
.woocommerce label,
.wc-block-components-form label,
.wc-block-components-text-input label,
.wc-block-components-select label {
  font-size: .82rem !important;
  font-weight: 600 !important;
  color: var(--text-mid) !important;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-bottom: 6px !important;
}

/* ── Input fields — dark theme ── */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea,
.wc-block-components-text-input input,
.wc-block-components-select select,
.wc-block-components-country-input input,
.wc-block-components-state-input input,
.wc-block-components-address-form input,
.wc-block-components-address-form select,
.wc-block-checkout input[type="text"],
.wc-block-checkout input[type="email"],
.wc-block-checkout input[type="tel"],
.wc-block-checkout select,
.wc-block-checkout textarea {
  width: 100% !important;
  padding: 12px 14px !important;
  background: var(--bg-card) !important;
  border: 1.5px solid var(--border-mid) !important;
  border-radius: var(--r-md) !important;
  color: var(--text-hi) !important;
  font-family: var(--font) !important;
  font-size: .95rem !important;
  transition: border-color var(--t), box-shadow var(--t) !important;
  box-shadow: none !important;
  outline: none !important;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row select:focus,
.woocommerce form .form-row textarea:focus,
.wc-block-components-text-input input:focus,
.wc-block-components-select select:focus,
.wc-block-checkout input:focus,
.wc-block-checkout select:focus {
  border-color: var(--accent) !important;
  box-shadow: 0 0 0 3px var(--accent-soft) !important;
}

/* ── Checkbox / radio ── */
.wc-block-components-checkbox__input,
.woocommerce-form__input-checkbox {
  accent-color: var(--accent);
  width: 16px; height: 16px;
}
.wc-block-components-checkbox__label,
.woocommerce-form__label-for-checkbox {
  font-size: .9rem !important;
  color: var(--text-mid) !important;
}

/* ── Input wrapper borders ── */
.wc-block-components-text-input,
.wc-block-components-select {
  background: transparent !important;
}
.wc-block-components-text-input.is-active,
.wc-block-components-select.is-active {
  box-shadow: none !important;
}

/* ── "Add apartment" expand link ── */
.wc-block-components-address-form__address_2-toggle {
  color: var(--accent) !important;
  font-size: .88rem !important;
  text-decoration: none !important;
}

/* ── Section dividers / cards ── */
.wc-block-checkout__main,
.wp-block-woocommerce-checkout-fields-block {
  background: transparent !important;
}

/* ── Order summary sidebar ── */
.wc-block-checkout__sidebar,
.wp-block-woocommerce-checkout-order-summary-block {
  background: var(--bg-card) !important;
  border: 1.5px solid var(--border-dark) !important;
  border-radius: var(--r-lg) !important;
  padding: 24px !important;
}
.wc-block-components-order-summary__title,
.wc-block-checkout__sidebar h2 {
  color: var(--text-hi) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
}
.wc-block-components-order-summary-item__description,
.wc-block-components-order-summary-item__individual-prices {
  color: var(--text-mid) !important;
  font-size: .85rem !important;
}
.wc-block-components-order-summary-item__quantity {
  background: var(--accent) !important;
  color: #fff !important;
  border-radius: 50% !important;
  font-size: .75rem !important;
  font-weight: 700 !important;
}
/* Totals rows */
.wc-block-components-totals-item {
  border-top: 1px solid var(--border-dark) !important;
  padding: 12px 0 !important;
}
.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value {
  color: var(--text-hi) !important;
  font-size: .93rem !important;
}
.wc-block-components-totals-item.wc-block-components-totals-footer-item {
  border-top: 1.5px solid var(--border-mid) !important;
}
.wc-block-components-totals-item.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-item.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 1.05rem !important;
  font-weight: 700 !important;
}

/* ── Coupon ── */
.wc-block-components-totals-coupon details summary {
  color: var(--text-mid) !important;
  font-size: .88rem !important;
  cursor: pointer;
}
.wc-block-components-totals-coupon__form input {
  background: var(--bg-2) !important;
  border: 1.5px solid var(--border-mid) !important;
  border-radius: var(--r-md) !important;
  color: var(--text-hi) !important;
  padding: 10px 12px !important;
  font-size: .9rem !important;
}

/* ── Shipping / payment method rows ── */
.wc-block-components-radio-control__input {
  accent-color: var(--accent);
}
.wc-block-components-radio-control-accordion-content,
.wc-block-components-payment-method-label__name,
.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__label {
  color: var(--text-hi) !important;
  font-size: .92rem !important;
}

/* ── Payment block wrapper ── */
.wc-block-components-payment-methods,
.wc-block-checkout__payment-method {
  background: var(--bg-card) !important;
  border: 1.5px solid var(--border-dark) !important;
  border-radius: var(--r-lg) !important;
  padding: 20px !important;
}
.wc-block-components-payment-method-icons img {
  opacity: .85;
  filter: brightness(1.2);
}

/* ── Privacy / terms notice ── */
.wc-block-checkout__terms,
.wc-block-checkout__privacy-policy,
.wc-block-checkout__privacy-policy p {
  color: var(--text-mid) !important;
  font-size: .82rem !important;
}
.wc-block-checkout__terms a,
.wc-block-checkout__privacy-policy a {
  color: var(--accent) !important;
  text-decoration: underline !important;
}

/* ── Actions row: Return to cart + Place Order ── */
.wc-block-checkout__actions {
  margin-top: 24px !important;
}
.wc-block-checkout__actions_row { gap: 12px !important; }

/* "Return to cart" link */
.wc-block-components-checkout-return-to-cart-button {
  background: transparent !important;
  border: 1.5px solid var(--border-mid) !important;
  border-radius: var(--r-md) !important;
  color: var(--text-mid) !important;
  font-family: var(--font) !important;
  font-size: .9rem !important;
  font-weight: 600 !important;
  padding: 12px 20px !important;
  transition: border-color var(--t), color var(--t) !important;
  text-decoration: none !important;
}
.wc-block-components-checkout-return-to-cart-button:hover {
  border-color: var(--accent) !important;
  color: var(--accent) !important;
}

/* ── PLACE ORDER BUTTON ── */
.wc-block-components-checkout-place-order-button,
#place_order,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  padding: 15px 32px !important;
  background: var(--accent) !important;
  color: #fff !important;
  font-family: var(--font) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  letter-spacing: -.01em !important;
  border: none !important;
  border-radius: var(--r-md) !important;
  cursor: pointer !important;
  transition: background var(--t), transform .14s !important;
  text-decoration: none !important;
  box-shadow: 0 4px 24px var(--accent-glow) !important;
}
.wc-block-components-checkout-place-order-button:hover,
#place_order:hover {
  background: var(--accent-dim) !important;
  transform: translateY(-1px) !important;
}
.wc-block-components-checkout-place-order-button:active,
#place_order:active { transform: translateY(0) !important; }

/* ── Notices ── */
.woocommerce-error,
.woocommerce-message,
.woocommerce-info,
.wc-block-components-notice {
  border-radius: var(--r-md) !important;
  font-size: .9rem !important;
  padding: 14px 18px !important;
  list-style: none !important;
  margin: 0 0 20px !important;
}
.woocommerce-error,
.wc-block-components-notice--error   { background: rgba(224,90,90,.12) !important; border-left: 4px solid #e05a5a !important; color: #fbbcbc !important; }
.woocommerce-message,
.wc-block-components-notice--success { background: rgba(45,196,124,.1) !important; border-left: 4px solid #2dc47c !important; color: #a3f0cc !important; }
.woocommerce-info,
.wc-block-components-notice--info    { background: var(--accent-soft) !important; border-left: 4px solid var(--accent) !important; color: var(--text-hi) !important; }

/* ── Classic WC: payment box ── */
#payment {
  background: var(--bg-card) !important;
  border: 1.5px solid var(--border-dark) !important;
  border-radius: var(--r-lg) !important;
  padding: 24px !important;
}
#payment .payment_methods li label { color: var(--text-hi) !important; font-size: .93rem !important; }
#payment div.payment_box { background: var(--bg-2) !important; border-radius: var(--r-md) !important; font-size: .88rem !important; color: var(--text-mid) !important; }

/* ── Classic WC: cart & order tables ── */
.woocommerce table.shop_table {
  border: 1.5px solid var(--border-dark) !important;
  border-radius: var(--r-lg) !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  overflow: hidden !important;
}
.woocommerce table.shop_table th { background: var(--bg-2) !important; color: var(--text-mid) !important; font-size: .8rem !important; text-transform: uppercase !important; letter-spacing: .06em !important; padding: 12px 16px !important; }
.woocommerce table.shop_table td { padding: 16px !important; color: var(--text-hi) !important; font-size: .93rem !important; border-top: 1px solid var(--border-dark) !important; }

/* ── Classic WC: cart totals sidebar ── */
.cart_totals,
.woocommerce-checkout #order_review {
  background: var(--bg-card) !important;
  border: 1.5px solid var(--border-dark) !important;
  border-radius: var(--r-lg) !important;
  padding: 28px !important;
}

/* ── Order confirmation page ── */
.woocommerce-order-received h2,
.woocommerce-order-received p,
.woocommerce-thankyou-order-details li,
.woocommerce-order-details__title { color: var(--text-hi) !important; }
.woocommerce-order-details,
.woocommerce-customer-details {
  background: var(--bg-card) !important;
  border: 1.5px solid var(--border-dark) !important;
  border-radius: var(--r-lg) !important;
  padding: 24px !important;
  margin-bottom: 24px !important;
}

/* ── Classic WC: back/secondary buttons ── */
.woocommerce a.button,
.woocommerce button.button {
  background: transparent !important;
  border: 1.5px solid var(--border-mid) !important;
  color: var(--text-mid) !important;
  border-radius: var(--r-md) !important;
  font-family: var(--font) !important;
  font-size: .9rem !important;
  font-weight: 600 !important;
  padding: 11px 22px !important;
  cursor: pointer !important;
  transition: border-color var(--t), color var(--t) !important;
  text-decoration: none !important;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  border-color: var(--accent) !important;
  color: var(--accent) !important;
  background: transparent !important;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .woocommerce { padding: 40px 16px 80px; }
  .woocommerce-checkout .col2-set { display: block; }
  .woocommerce-checkout .col2-set .col-1,
  .woocommerce-checkout .col2-set .col-2 { width: 100%; float: none; margin-bottom: 32px; }
  .wc-block-checkout__sidebar { margin-top: 32px !important; }
}
@media (max-width: 480px) {
  .woocommerce h2, .woocommerce h3 { font-size: 1rem; }
  #payment, .wc-block-components-payment-methods { padding: 16px !important; }
  .cart_totals,
  .woocommerce-checkout #order_review,
  .wc-block-checkout__sidebar { padding: 18px 14px !important; }
}


/* ── Hide search block/widget everywhere ── */
.wp-block-search,
.search-form,
#searchform,
.wp-block-search__inside-wrapper { display: none !important; }
