/********************************************
 * APEX HUSTLE shared layout styles
 * (…rest of your comment…)
 ********************************************/

:root {
  --apex-black: #050608;
  --apex-black-soft: #0a0c10;
  --apex-gold: #f5c354;
  --apex-gold-soft: #ffd773;
  --apex-soft-gray: #cfd0d4;
  --apex-soft-gray-2: #e3e4e7;
  --apex-white: #ffffff;

  --bg-dark: #050608;
  --bg-section: #0c0f14;
  --accent-gold: #f5c354;
  --accent-red: #ff4b4b;

  --radius-lg: 18px;
  --radius-xl: 24px;

  --shadow-soft: 0 18px 55px rgba(0, 0, 0, 0.55);

  --max-width: 1100px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #050816;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nav-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

.nav-logo img {
  width: 32px;
  height: 32px;
}

.nav-logo-text {
  font-family: "Bebas Neue", system-ui, -apple-system, BlinkMacSystemFont;
  letter-spacing: 0.12em;
  font-size: 1.1rem;
  color: #f4f4f5;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.nav-links a {
  font-size: 0.9rem;
  font-weight: 500;
  color: #e5e7eb;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover,
.nav-links a.is-active {
  color: #f9fafb;
  border-bottom-color: #fbbf24;
}

/* Burger toggle base */
.nav-toggle {
  display: none;
}

.nav-toggle-label {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
}

.nav-toggle-label span {
  width: 22px;
  height: 2px;
  background: #f9fafb;
  border-radius: 999px;
}

/* Mobile nav */
@media (max-width: 900px) {
  .nav-toggle-label {
    display: flex;
  }

  .nav-links {
    position: absolute;
    inset: 60px 1.25rem auto 1.25rem;
    flex-direction: column;
    padding: 0.75rem;
    background: #050816;
    border-radius: 0.75rem;
    border: 1px solid rgba(148, 163, 184, 0.4);
    display: none;
  }

  .nav-toggle:checked ~ .nav-links {
    display: flex;
  }
}


/*********************************************
 * APEX HUSTLE – GLOBAL HEADER
 ********************************************/

/* 
   This file is shared across Apex Hustle pages:
   - Home
   - Apex WHY
   - Apex Tracker
   - Apex System
   - AI Prompts
   - Objection Crusher
   - Target Market
*/

/* RESET-ish */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: radial-gradient(circle at top, #151922 0, #050608 55%, #020305 100%);
  color: var(--apex-soft-gray-2);
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}

a {
  color: var(--apex-gold);
  text-decoration: none;
  transition: color 0.16s ease, opacity 0.16s ease, transform 0.16s ease;
}

a:hover {
  color: #ffdf8c;
}

/* Shared page shell */

.apex-page-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at top, rgba(245, 195, 84, 0.12) 0, transparent 52%),
    radial-gradient(circle at bottom, rgba(115, 130, 255, 0.18) 0, transparent 60%),
    #020308;
  color: #e3e4e7;
}

.apex-main {
  min-height: 100vh;
}

/*********************************************
 * APEX GLOBAL HEADER (SHARED)
 ********************************************/

.apex-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(5, 6, 8, 0.96);
  border-bottom: 1px solid rgba(245, 195, 84, 0.2);
  backdrop-filter: blur(14px);
}

.apex-site-header-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

/* Brand */

.apex-site-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.apex-site-lion {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: radial-gradient(circle at 30% 0%, rgba(245, 195, 84, 0.32), transparent 65%);
  border: 1px solid rgba(245, 195, 84, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.8),
    0 12px 26px rgba(0, 0, 0, 0.85);
  overflow: hidden;
}

.apex-site-lion img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.apex-site-brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.apex-site-name {
  font-family: 'Bebas Neue', system-ui, sans-serif;
  font-size: 22px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--apex-gold);
  margin-top: 1px;
}

.apex-site-tagline {
  font-size: 10px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #9d9ea4;
}

/* Mobile menu toggle */

.apex-site-menu-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid rgba(245, 195, 84, 0.6);
  padding: 6px 10px;
  background: rgba(5, 6, 9, 0.9);
  color: #f5f5fb;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.7);
  transition: all 0.16s ease;
}

.apex-site-menu-toggle:hover {
  background: rgba(10, 11, 16, 0.98);
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.8);
}

.apex-site-menu-toggle:active {
  transform: translateY(0);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.75);
}

.apex-site-menu-label {
  font-weight: 600;
}

.apex-site-menu-icon {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
}

.apex-site-menu-icon span {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: #f5c354;
}

/* Mobile nav dropdown */

.apex-site-nav-mobile {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #050609;
  border-top: 1px solid rgba(245, 195, 84, 0.3);
  border-bottom: 1px solid rgba(245, 195, 84, 0.18);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.85);
  padding: 10px 18px 12px;
  z-index: 40;
}

.apex-site-nav-mobile a {
  display: block;
  padding: 8px 2px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f9f9ff;
  opacity: 0.92;
  border-bottom: 1px solid rgba(245, 195, 84, 0.12);
  text-decoration: none;
}

.apex-site-nav-mobile a:last-child {
  border-bottom: none;
}

.apex-site-nav-mobile a:hover {
  opacity: 1;
  color: #f5c354;
}

.apex-site-nav-mobile.open {
  display: block;
}

/* Desktop nav for pages that still use .hero-nav (AI page etc) */
.hero-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-nav a {
  color: #f9f9ff;
  opacity: 0.8;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: all 0.18s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hero-nav a:hover {
  opacity: 1;
  border-color: rgba(245, 195, 84, 0.5);
  background: radial-gradient(circle at top, rgba(245, 195, 84, 0.12), transparent 60%);
  transform: translateY(-1px);
}

/*********************************************
 * HOME PAGE HERO (APEX SYSTEM)
 ********************************************/

.apex-home-page .hero {
  background:
    radial-gradient(circle at top left, rgba(245, 195, 84, 0.2) 0, transparent 55%),
    radial-gradient(circle at bottom right, rgba(99, 115, 255, 0.18) 0, transparent 55%),
    linear-gradient(145deg, #050609, #04050a 55%, #050609);
  padding: 26px 20px 40px;
  border-bottom: 1px solid rgba(245, 195, 84, 0.2);
}

.apex-home-page .hero-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.apex-home-page .hero-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.hero-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.lion-mark {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background: radial-gradient(circle at 30% 0%, rgba(245, 195, 84, 0.35), transparent 55%);
  border: 1px solid rgba(245, 195, 84, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 0 0 1px rgba(245, 195, 84, 0.12),
    0 12px 30px rgba(0, 0, 0, 0.65);
  overflow: hidden;
}

.lion-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand-name {
  font-family: 'Bebas Neue', system-ui, sans-serif;
  font-size: 24px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--apex-gold);
  margin-top: 1px;
}

.brand-tagline {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--apex-soft-gray);
}

/* Home hero main body */

.hero-main {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: flex-start;
  margin-top: 12px;
}

.hero-copy h1 {
  font-family: 'Bebas Neue', system-ui, sans-serif;
  font-size: clamp(40px, 4.7vw, 56px);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin: 0 0 14px;
  line-height: 1.04;
}

.hero-copy h1 span {
  color: var(--apex-gold);
  text-shadow: 0 0 18px rgba(245, 195, 84, 0.45);
}

.hero-sub {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.7;
  color: #c2c3c9;
}

.hero-sub strong {
  color: #fdfdfd;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

/* Buttons */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 11px 22px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: 'Montserrat', system-ui, sans-serif;
  text-decoration: none;
  transition: all 0.16s ease;
}

.btn-gold {
  background: linear-gradient(135deg, #f5c354, #ff9a3c);
  color: #050608;
  box-shadow: 0 10px 26px rgba(245, 195, 84, 0.55);
}

.btn-gold:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(245, 195, 84, 0.7);
  filter: brightness(1.04);
}

.btn-outline {
  background: transparent;
  color: #f5c354;
  border-color: rgba(245, 195, 84, 0.7);
}

.btn-outline:hover {
  background: rgba(245, 195, 84, 0.1);
  transform: translateY(-1px);
}

/* Hero side card */

.hero-side {
  background: radial-gradient(circle at top, rgba(245, 195, 84, 0.16), transparent 60%), #050608;
  border-radius: 18px;
  border: 1px solid rgba(245, 195, 84, 0.32);
  padding: 18px 18px 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.8);
  font-size: 13px;
}

.hero-side-title {
  font-family: 'Bebas Neue', system-ui, sans-serif;
  font-size: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--apex-gold);
  margin-bottom: 10px;
}

.hero-side-body {
  color: #d3d4da;
  margin-bottom: 10px;
}

.hero-side-list {
  margin: 8px 0 0;
  padding-left: 18px;
  font-size: 13px;
  color: #c9cad0;
}

.hero-side-list li {
  margin-bottom: 4px;
}

.hero-side-footer {
  margin-top: 6px;
  font-size: 12px;
  color: #9fa0a7;
  font-style: italic;
}

/*********************************************
 * SHARED SECTIONS – SYSTEM STEPS, ETC.
 ********************************************/

.content {
  padding: 40px 20px 80px;
}

.content-inner {
  max-width: var(--max-width);
  margin: 0 auto;
}

.section-label {
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #a1a2a8;
  margin-bottom: 6px;
}

.section-heading {
  font-family: 'Bebas Neue', system-ui, sans-serif;
  font-size: 30px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.section-heading span {
  color: var(--apex-gold);
}

.section-intro {
  margin: 0 0 20px;
  color: #c2c3c9;
  font-size: 14px;
  max-width: 720px;
}

/* Steps grid */

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.step-card {
  background: radial-gradient(circle at top, rgba(245, 195, 84, 0.12), transparent 60%), #050609;
  border-radius: 18px;
  border: 1px solid rgba(245, 195, 84, 0.32);
  padding: 16px 16px 14px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.8);
  font-size: 13px;
}

.step-tag {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a0a1a7;
  margin-bottom: 6px;
}

.step-title {
  font-family: 'Bebas Neue', system-ui, sans-serif;
  font-size: 19px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.step-text {
  margin: 0 0 10px;
  color: #d2d3da;
}

.step-meta {
  font-size: 11px;
  color: #a7a8ae;
  margin-bottom: 10px;
}

.step-actions .btn {
  font-size: 11px;
}

/*********************************************
 * ATTACK BOX (HOME PAGE CHECKLIST)
 ********************************************/

.attack-box {
  margin-top: 50px;
  padding: 18px 18px 16px;
  border-radius: 18px;
  border: 1px solid rgba(245, 195, 84, 0.35);
  background: radial-gradient(circle at left, rgba(245, 195, 84, 0.13), transparent 60%), #050609;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.9);
}

.attack-title {
  font-family: 'Bebas Neue', system-ui, sans-serif;
  font-size: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--apex-gold);
  margin-bottom: 10px;
}

.attack-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 8px 18px;
  margin-top: 8px;
}

.attack-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: #d4d5dc;
}

.attack-item input[type="checkbox"] {
  margin-top: 4px;
}

.attack-footnote {
  margin-top: 10px;
  font-size: 12px;
  color: #a3a4ac;
  font-style: italic;
}

/*********************************************
 * APEX WHY PAGE
 ********************************************/

.apex-why-page {
  background:
    radial-gradient(circle at top, rgba(245, 195, 84, 0.16) 0, transparent 55%),
    radial-gradient(circle at bottom, rgba(115, 130, 255, 0.18) 0, transparent 60%),
    #020308;
}

/* Outer content shell so bottom tracker has room */
.apex-why-page .apex-content-shell {
  max-width: 900px;
  margin: 0 auto;
  padding: 32px 16px 120px;
}

/* Why hero reuse core hero styles but slightly leaner */
.apex-why-page .apex-hero-shell {
  border-bottom: 1px solid rgba(245, 195, 84, 0.2);
  padding: 26px 20px 16px;
  background:
    radial-gradient(circle at top left, rgba(245, 195, 84, 0.16) 0, transparent 52%),
    radial-gradient(circle at bottom right, rgba(115, 130, 255, 0.12) 0, transparent 55%),
    linear-gradient(145deg, #050609, #04050a 55%, #050609);
}

.apex-why-page .apex-hero-inner {
  max-width: 900px;
  margin: 0 auto;
}

/* Steps / cards */

.apex-why-page .apex-card {
  background: #050609;
  border-radius: 16px;
  border: 1px solid rgba(245, 195, 84, 0.3);
  padding: 16px 16px 14px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.8);
  margin-bottom: 18px;
}

.step-number {
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #a1a2a8;
  margin-bottom: 4px;
}

.step-title {
  font-family: 'Bebas Neue', system-ui, sans-serif;
  font-size: 20px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.step-tagline {
  font-size: 12px;
  color: #d3d4da;
  margin-bottom: 10px;
}

.step-copy {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 12px;
  color: #c2c3c9;
}

.apex-field-label,
.question-label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: #a1a2a8;
}

.question-helper {
  font-size: 11px;
  color: #8c8d96;
  margin-bottom: 6px;
}

.apex-why-textarea,
.apex-why-page .apex-input {
  background: #050608;
  border: 1px solid #f5c354;
  color: #e3e4e7;
  border-radius: 10px;
  padding: 10px 12px;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
}

.apex-why-textarea::placeholder,
.apex-why-page .apex-input::placeholder {
  color: #8c8e96;
}

.apex-why-textarea:focus,
.apex-why-page .apex-input:focus {
  outline: none;
  border-color: #ffd773;
  box-shadow: 0 0 0 1px rgba(245, 195, 84, 0.55);
}

/* name/sponsor rows */

.name-row,
.sponsor-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin: 10px 0 6px;
}

.field-note {
  font-size: 11px;
  color: #8f9097;
  margin-top: 4px;
}

/* Lock it in footer actions */

.footer-heading {
  font-family: 'Bebas Neue', system-ui, sans-serif;
  font-size: 22px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--apex-gold);
  margin-bottom: 6px;
}

.footer-text {
  font-size: 13px;
  color: #d3d4da;
  margin-top: 0;
  margin-bottom: 12px;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  margin-top: 10px;
}

.apex-tagline {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #9f9fa6;
}

.footer-note {
  margin-top: 12px;
  font-size: 12px;
  color: #a8a9b0;
}

/* Bottom dock progress bar */

.apex-progress-dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  background: rgba(5, 6, 8, 0.96);
  border-top: 1px solid rgba(245, 195, 84, 0.35);
  backdrop-filter: blur(10px);
  padding: 10px 16px;
}

.apex-progress-inner {
  max-width: 900px;
  margin: 0 auto;
}

.progress-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#progressLabel {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e3e4e7;
  opacity: 0.85;
  white-space: nowrap;
}

.progress-bar {
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.progress-fill,
#progressFill {
  height: 100%;
  width: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #f5c354, #ffec9e);
  transition: width 0.25s ease;
}

/*********************************************
 * APEX TRACKER PAGE
 ********************************************/

.apex-tracker-page {
  background:
    radial-gradient(circle at top, rgba(245, 195, 84, 0.12) 0, transparent 55%),
    radial-gradient(circle at bottom, rgba(115, 130, 255, 0.16) 0, transparent 60%),
    #020308;
}

.apex-tracker-shell {
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 16px 80px;
}

.apex-tracker {
  margin-top: 16px;
}

.apex-tracker-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 18px;
  align-items: flex-start;
}

.apex-panel {
  background: #050609;
  border-radius: 16px;
  border: 1px solid rgba(245, 195, 84, 0.32);
  padding: 16px 16px 14px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.85);
}

.apex-panel-title {
  font-family: 'Bebas Neue', system-ui, sans-serif;
  font-size: 19px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.apex-panel-sub {
  font-size: 13px;
  color: #c3c4cc;
  margin-bottom: 12px;
}

/* Counters */

.apex-counter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}

.apex-counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid rgba(245, 195, 84, 0.2);
  background: #050609;
}

.apex-counter-label {
  font-size: 12px;
  color: #d5d6dd;
}

.apex-counter-controls {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.apex-counter-btn {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid rgba(245, 195, 84, 0.6);
  background: transparent;
  color: #f5c354;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.apex-counter-input {
  width: 44px;
  border-radius: 999px;
  border: 1px solid rgba(245, 195, 84, 0.4);
  background: #050609;
  color: #fdfdfd;
  text-align: center;
  font-size: 14px;
  padding: 3px 6px;
}

/* Tracker summary */

.apex-summary-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #d3d4dd;
}

.apex-summary-list li {
  margin-bottom: 4px;
}

/* Progress bar */

.apex-progress {
  margin-top: 14px;
}

.apex-progress-bar {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.apex-progress-fill {
  width: 0;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #f5c354, #ffec9e);
  transition: width 0.25s ease;
}

.apex-progress-label-row {
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #a4a5ac;
}

/* Copy button */

.apex-copy-row {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.apex-copy-status {
  font-size: 11px;
  color: #b4b5bc;
  opacity: 0;
  transition: opacity 0.2s ease;
}

/*********************************************
 * APEX AI PROMPTS PAGE (ai-prompts)
 ********************************************/

.apex-ai-page {
  background:
    radial-gradient(circle at top, rgba(245, 195, 84, 0.12) 0, transparent 55%),
    radial-gradient(circle at bottom, rgba(115, 130, 255, 0.16) 0, transparent 60%),
    #020308;
}

.apex-ai-page header.hero {
  border-bottom: 1px solid rgba(245, 195, 84, 0.18);
  padding: 26px 20px 42px;
  background:
    radial-gradient(circle at top left, rgba(245, 195, 84, 0.18) 0, transparent 55%),
    radial-gradient(circle at bottom right, rgba(99, 115, 255, 0.12) 0, transparent 55%),
    linear-gradient(145deg, #050609, #04050a 55%, #050609);
  position: relative;
  overflow: hidden;
}

.apex-ai-page header.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(245, 195, 84, 0.05) 0, transparent 55%);
  opacity: 0.9;
  pointer-events: none;
}

.apex-ai-page .hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1040px;
  margin: 0 auto;
}

.hero-eyebrow {
  font-size: 12px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #b5b6bc;
  margin-bottom: 10px;
}

.hero-title {
  font-family: 'Bebas Neue', system-ui, sans-serif;
  font-size: clamp(40px, 4.4vw, 52px);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.04;
}

.hero-title span {
  color: var(--apex-gold);
  text-shadow: 0 0 18px rgba(245, 195, 84, 0.45);
}

.hero-sub {
  margin: 14px 0 22px;
  font-size: 14px;
  line-height: 1.7;
  max-width: 640px;
  color: #b5b6bc;
}

.hero-sub strong {
  color: #fdfdfd;
  font-weight: 600;
}

.hero-form {
  margin-top: 14px;
  padding: 18px 18px 16px;
  border-radius: 24px;
  border: 1px solid rgba(245, 195, 84, 0.28);
  background:
    linear-gradient(135deg, rgba(245, 195, 84, 0.12), transparent),
    rgba(5, 6, 10, 0.86);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.7);
  max-width: 760px;
}

.hero-label {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b5b6bc;
  margin-bottom: 10px;
}

.hero-input-row {
  display: flex;
  gap: 12px;
  align-items: stretch;
  flex-wrap: wrap;
}

.problem-input {
  flex: 1 1 260px;
  min-width: 0;
  border-radius: 999px;
  border: 1px solid rgba(245, 195, 84, 0.18);
  padding: 12px 16px;
  font-size: 13px;
  background: #050609;
  color: #f5f5fb;
  outline: none;
  transition: all 0.18s ease;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.7);
}

.problem-input::placeholder {
  color: rgba(181, 182, 188, 0.85);
}

.problem-input:focus {
  border-color: var(--apex-gold);
  box-shadow:
    0 0 0 1px rgba(245, 195, 84, 0.65),
    0 0 24px rgba(245, 195, 84, 0.35);
}

.btn-main {
  flex: 0 0 auto;
  border-radius: 999px;
  border: none;
  padding: 11px 20px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  background: linear-gradient(135deg, #f5c354, #ff9a3c);
  color: #050608;
  box-shadow: 0 9px 26px rgba(245, 195, 84, 0.45);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.18s ease;
  white-space: nowrap;
}

.btn-main:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(245, 195, 84, 0.6);
  filter: brightness(1.04);
}

.btn-main:active {
  transform: translateY(0);
  box-shadow: 0 6px 16px rgba(245, 195, 84, 0.5);
}

.hero-hint {
  margin-top: 10px;
  font-size: 11px;
  color: #b5b6bc;
  letter-spacing: 0.05em;
}

.hero-hint strong {
  color: var(--apex-gold);
  font-weight: 600;
}

/* AI prompts main layout */

.apex-ai-page main {
  padding: 0 20px 64px;
}

.apex-ai-page .page {
  max-width: 1040px;
  margin: 0 auto;
}

.divider {
  margin: 30px auto 26px;
  width: 100%;
  max-width: 760px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 195, 84, 0.45), transparent);
  opacity: 0.85;
}

/* Prompt grid (3 columns base) */

.prompt-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 32px;
}

.prompt-card {
  background: radial-gradient(circle at top, rgba(245, 195, 84, 0.16), transparent 60%), #0b0d11;
  border-radius: 18px;
  border: 1px solid rgba(245, 195, 84, 0.26);
  padding: 16px 16px 14px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.prompt-tag {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b5b6bc;
  margin-bottom: 8px;
}

.prompt-title {
  font-size: 16px;
  margin: 0 0 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.prompt-text {
  font-size: 12px;
  line-height: 1.65;
  color: #b5b6bc;
  margin: 0 0 10px;
}

.prompt-output {
  flex: 1;
  width: 100%;
  min-height: 160px;
  border-radius: 14px;
  border: 1px solid var(--apex-gold);
  background: #050609;
  color: #f5f5fb;
  font-size: 12px;
  line-height: 1.6;
  padding: 10px 11px;
  resize: vertical;
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.7);
}

.prompt-output::placeholder {
  color: rgba(181, 182, 188, 0.8);
}

.prompt-output:focus {
  border-color: #ffd980;
  box-shadow:
    0 0 0 1px rgba(245, 195, 84, 0.75),
    0 0 22px rgba(245, 195, 84, 0.4);
}

.prompt-footer {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}

/* Two-column email prompts grid */
.prompt-grid-emails {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

/* Small outline buttons */

.btn-outline-sm {
  border-radius: 999px;
  border: 1px solid rgba(245, 195, 84, 0.65);
  padding: 5px 12px 5px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  background: transparent;
  color: var(--apex-gold);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.18s ease;
}

.btn-outline-sm::after {
  content: "↗";
  font-size: 11px;
  opacity: 0.9;
}

.btn-outline-sm:hover {
  background: rgba(245, 195, 84, 0.09);
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.7);
}

.btn-outline-sm:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.7);
}

/* Tracker CTA on AI page */

.tracker-cta {
  margin-top: 12px;
  padding: 16px 18px 18px;
  border-radius: 18px;
  border: 1px dashed rgba(245, 195, 84, 0.4);
  background: radial-gradient(circle at left, rgba(245, 195, 84, 0.12), transparent 60%), #0f1218;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.tracker-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #b5b6bc;
}

.tracker-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, #f5c354, #ff9a3c);
  color: #050608;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 9px 24px rgba(245, 195, 84, 0.5);
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.18s ease;
}

.tracker-btn::before {
  content: "📊";
}

.tracker-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 13px 30px rgba(245, 195, 84, 0.65);
  filter: brightness(1.04);
}

.tracker-btn:active {
  transform: translateY(0);
  box-shadow: 0 6px 16px rgba(245, 195, 84, 0.6);
}

/*********************************************
 * OBJECTION CRUSHER PAGE (apex-objection)
 ********************************************/

.apex-objection-page {
  background:
    radial-gradient(circle at top, rgba(245, 195, 84, 0.1) 0, transparent 55%),
    radial-gradient(circle at bottom, rgba(115, 130, 255, 0.14) 0, transparent 60%),
    #020308;
}

.apex-objection-shell {
  max-width: 920px;
  margin: 0 auto;
  padding: 30px 16px 80px;
}

.objection-card {
  background: #050609;
  border-radius: 18px;
  border: 1px solid rgba(245, 195, 84, 0.32);
  padding: 18px 18px 16px;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.9);
}

.objection-label {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a3a4ac;
  margin-bottom: 4px;
}

.objection-helper {
  font-size: 11px;
  color: #8f9097;
  margin-bottom: 8px;
}

.objection-input {
  width: 100%;
  min-height: 80px;
  border-radius: 12px;
  border: 1px solid rgba(245, 195, 84, 0.4);
  background: #050608;
  color: #fdfdfd;
  font-size: 14px;
  padding: 10px 12px;
  resize: vertical;
}

/*********************************************
 * TARGET MARKET PAGE (apex-target-market)
 ********************************************/

.apex-target-page {
  background:
    radial-gradient(circle at top, rgba(245, 195, 84, 0.1) 0, transparent 55%),
    radial-gradient(circle at bottom, rgba(115, 130, 255, 0.14) 0, transparent 60%),
    #020308;
}

.apex-target-shell {
  max-width: 920px;
  margin: 0 auto;
  padding: 30px 16px 80px;
}

.apex-target-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 18px;
}

.apex-target-card {
  background: #050609;
  border-radius: 18px;
  border: 1px solid rgba(245, 195, 84, 0.32);
  padding: 18px 18px 16px;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.9);
}

.apex-target-label {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a3a4ac;
  margin-bottom: 4px;
}

.apex-target-input,
.apex-target-textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(245, 195, 84, 0.4);
  background: #050608;
  color: #fdfdfd;
  font-size: 14px;
  padding: 8px 10px;
  resize: vertical;
}

.apex-target-textarea {
  min-height: 60px;
}

/*********************************************
 * RESPONSIVE
 ********************************************/

/* General breakpoints */

@media (max-width: 900px) {
  .hero-main {
    grid-template-columns: minmax(0, 1fr);
  }

  .apex-tracker-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .prompt-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .prompt-grid-emails {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 768px) {
  .apex-site-header-inner {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-top {
    align-items: flex-start;
  }

  .hero-nav {
    display: none;
  }

  .apex-site-menu-toggle {
    display: inline-flex;
  }

  .hero-form {
    padding: 16px 14px 14px;
  }

  .hero-input-row {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-main {
    width: 100%;
    justify-content: center;
  }

  .tracker-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .tracker-btn {
    width: 100%;
    justify-content: center;
  }

  .apex-target-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  #progressLabel {
    white-space: normal;
  }
}

@media (max-width: 640px) {
  .content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .apex-why-page .apex-content-shell {
    padding-left: 16px;
    padding-right: 16px;
  }

  .apex-tracker-shell {
    padding-left: 16px;
    padding-right: 16px;
  }
}
/* GLOBAL APEX HEADER (lion + APEX + menu) */
.apex-global-hero {
  padding-top: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(245, 195, 84, 0.15);
  background: rgba(5, 6, 8, 0.96);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 50;
}

.apex-global-hero .hero-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 8px 16px 10px;
}

.apex-global-hero .hero-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.apex-global-hero .hero-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.apex-global-hero .lion-mark {
  width: 42px;
  height: 42px;
  border-radius: 18px;
  background: radial-gradient(circle at 30% 0, rgba(245, 195, 84, 0.35), transparent 55%);
  border: 1px solid rgba(245, 195, 84, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  box-shadow:
    0 0 0 1px rgba(245, 195, 84, 0.18),
    0 12px 30px rgba(0, 0, 0, 0.65);
}

.apex-global-hero .lion-mark img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  object-fit: cover;
  display: block;
}

.apex-global-hero .brand-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.apex-global-hero .brand-name {
  font-family: 'Bebas Neue', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 18px;
  color: #f5c354;
  line-height: 1;
}

.apex-global-hero .brand-tagline {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a3a4aa;
}

/* Menu button */
.hero-menu-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid rgba(245, 195, 84, 0.6);
  padding: 6px 14px;
  background: rgba(5, 6, 9, 0.9);
  color: #f5f5fb;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.7);
  transition: all 0.16s ease;
}

.hero-menu-toggle:hover {
  background: rgba(10, 11, 16, 0.98);
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.8);
}

.hero-menu-toggle:active {
  transform: translateY(0);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.75);
}

.hero-menu-label {
  font-weight: 600;
}

.hero-menu-icon {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
}

.hero-menu-icon span {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: #f5c354;
}

/* Dropdown nav with full site links */
.hero-nav-mobile {
  display: none;
  margin-top: 10px;
  background: #050609;
  border-radius: 16px;
  border: 1px solid rgba(245, 195, 84, 0.35);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.85);
  padding: 10px 18px 12px;
}

.hero-nav-mobile a {
  display: block;
  padding: 8px 2px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f9f9ff;
  opacity: 0.92;
  border-bottom: 1px solid rgba(245, 195, 84, 0.12);
  text-decoration: none;
}

.hero-nav-mobile a:last-child {
  border-bottom: none;
}

.hero-nav-mobile a:hover {
  opacity: 1;
  color: #f5c354;
}

.hero-nav-mobile.open {
  display: block;
}

@media (max-width: 640px) {
  .apex-global-hero .hero-inner {
    padding-left: 12px;
    padding-right: 12px;
  }
  .apex-global-hero .hero-top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .apex-global-hero .brand-tagline {
    display: none;
  }
}

