/*****  GLOBAL / THEME OVERRIDES  *****/

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Karla:wght@400;500;700&display=swap');


/*****  GLOBAL / THEME OVERRIDES  *****/
html, body {
  background-color: #fdf6e3 !important;
  min-height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Karla', sans-serif;
  color: #111;
}

/* Base typography */
.tcb-style-wrap h1,
.tcb-style-wrap h2,
.tcb-style-wrap h3,
.tcb-style-wrap h4 {
  margin-top: 0;
  font-family: 'Anton', sans-serif;
  line-height: 1.08;
  text-transform: none;
}

.tcb-style-wrap p,
.tcb-style-wrap li,
.tcb-style-wrap div,
.tcb-style-wrap span {
  font-family: 'Karla', sans-serif;
}

.tcb-style-wrap p {
  margin-top: 0;
  font-size: 20px;
  line-height: 1.65;
}

.tcb-style-wrap li {
  font-size: 20px;
  line-height: 1.6;
}

/* Clear theme/container backgrounds so the page color shows through */
.wp-site-blocks,
.site,
.site-content,
#content,
.entry-content,
.page,
.post,
.main-container,
.content-section,
.section-background {
  background: transparent !important;
}

/* Images */
img {
  border-radius: 20px;
}

.content-section {
  background: linear-gradient(135deg, #f5e6d3 0%, #f0dfc8 100%);
  border-radius: 25px;
  padding: 40px;
  margin: 30px 0;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  border: 2px solid rgba(139, 69, 19, 0.1);
}

/*****  HERO  *****/
.hero-section {
  background: linear-gradient(135deg, #f0d8b0, #e6c89b);
  margin-top: 0 !important;
  padding: 18px 20px 20px;
  text-align: center;
  border-radius: 26px;
}

.hero-section .hero-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.hero-tagline {
  font-family: 'Anton', sans-serif;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 600;
  line-height: 1.15;
  color: #d60000;
  margin: 0 0 18px;
  letter-spacing: 0.2px;
}

.hero-section h1 {
  font-family: 'Anton', serif;
  font-size: clamp(3rem, 7vw, 5.4rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.8px;
  color: #0a1396;
  margin: 0 0 20px;
}

.hero-section h2 {
  font-family: 'Anton', serif;
  font-size: clamp(1.3rem, 2.2vw, 1.9rem);
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
  color: #111;
  font-style: italic;
}

.video-caption p {
  color: black;
}

.hero-subheadline {
  font-family: 'Karla', monospace;
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  color: #444;
  line-height: 1.6;
  max-width: 980px;
  margin: 0 auto 1em;
}

.hero-note {
  font-size: clamp(.95rem, 2vw, 1.1rem);
  color: #555;
  font-style: italic;
  margin: .6em 0 0;
}

/*****  CONTENT SECTIONS  *****/
.section {
  max-width: 1100px;
  margin: 2.25rem auto;
  padding: 0 1rem;
}

.section h2 {
  font-family: 'Anton', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: #111;
  font-weight: 700;
  margin-bottom: .6rem;
  margin-top: .6rem;
  line-height: 1.12;
  letter-spacing: 0.1px;
}

.section h3 {
  font-family: 'Karla', sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: .4rem;
}

.tcb-style-wrap ul:not([class*="menu"]) {
  padding-left: 1.25rem;
}

.tcb-style-wrap li {
  margin-bottom: .5rem;
}

.tcb-style-wrap {
  max-width: 1120px;
  margin: 0 auto;
}

/*****  CALLOUT + CTA  *****/
.callout {
  max-width: 900px;
  margin: 1rem auto 1.25rem;
  padding: 1rem 1.25rem;
  background: #fff9ea;
  border: 1px solid #f1dfb8;
  border-radius: 14px;
  font-weight: 700;
  color: #2a2a2a;
}

/* Buttons used in CTAs */
.btn {
  display: inline-block;
  padding: .9rem 1.2rem;
  line-height: 1;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: 700;
  border: 2px solid transparent;
  transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease, border-color .12s ease, color .12s ease;
  cursor: pointer;
}
.btn:hover { transform: translateY(-1px); }

.btn-primary {
  background: #1967d2;      /* blue primary */
  color: #fff;
  box-shadow: 0 6px 18px rgba(25,103,210,.18);
}
.btn-primary:hover {
  background: #165ab9;
  box-shadow: 0 10px 24px rgba(25,103,210,.22);
}

.btn-ghost {
  background: transparent;
  border-color: #1967d2;
  color: #1967d2;
}
.btn-ghost:hover {
  background: rgba(25,103,210,.06);
}

/* CTA wrapper centers buttons and gives spacing */
.cta {
  text-align: center;
  margin: 1.25rem 0 2rem;
}
.cta .btn + .btn { margin-left: .6rem; }

/*****  GUARANTEE / NOTES  *****/
.guarantee {
  max-width: 900px;
  margin: 1rem auto;
  padding: 1rem 1.25rem;
  background: #fde8c0;
  border: 1px solid blue;
  border-radius: 14px;
  color: #134c22;
  font-weight: 600;
}
.note {
  font-size: .95rem;
  color: #666;
}

/* ================================
   BUSINESS FEATURE LIST
   Clean, dignified, gradient rows
   ================================ */

.business-feature-list {
    list-style: none !important;
    margin: 24px 0;
    padding: 0;
}

.business-feature-list li {
    list-style: none !important;
    margin: 0 0 16px 0;
    padding: 18px 22px;
    background: linear-gradient(180deg, #f7f8fa 0%, #e9edf2 100%);
    border: 1px solid #cfd7df;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    color: #4d5b6a;
    font-size: 16px;
    line-height: 1.55;
}

/* Kill bullets from anything nested or inherited */
.business-feature-list li::marker,
.business-feature-list li::before {
    content: none !important;
}

.business-feature-list strong,
.business-feature-list b {
    color: #0b3d6d;
    font-weight: 700;
}

/* Slight hover polish if you want it */
.business-feature-list li:hover {
    background: linear-gradient(180deg, #f9fafc 0%, #edf2f7 100%);
    border-color: #bcc8d4;
}

/* Optional tighter version for long lists */
.business-feature-list--tight li {
    margin-bottom: 12px;
    padding: 16px 20px;
}

/* Optional more premium version */
.business-feature-list--premium li {
    background: linear-gradient(180deg, #f8f9fb 0%, #e5ebf1 100%);
    border: 1px solid #c6d0da;
    box-shadow: 0 2px 4px rgba(19, 35, 52, 0.06);
}

.business-feature-list--executive li {
    background: linear-gradient(180deg, #eef3f8 0%, #dbe5ef 100%);
    border: 1px solid #b8c7d6;
    border-radius: 12px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.55), 0 2px 4px rgba(0,0,0,0.05);
}

/* ================================
   EXECUTIVE WARNING CALLOUT
   ================================ */

.warning-box {
    background: linear-gradient(180deg, #f4f7fb 0%, #e6edf5 100%);
    border: 1px solid #c9d4e0;
    border-left: 5px solid #0b3d6d;
    border-radius: 12px;
    padding: 18px 22px;
    margin: 20px auto;
    max-width: 900px;
    color: #3e4c5a;
    font-size: 15px;
    line-height: 1.6;
}

.warning-box strong {
    color: #0b3d6d;
    font-weight: 700;
}

.warning-box em {
    font-style: italic;
}

/* ================================
   DIGNIFIED FEATURE LIST
   ================================ */

.dignified-list {
    list-style: none;
    padding-left: 0;
    margin: 25px 0;
}

.dignified-list li {
    margin-bottom: 18px;
    padding-left: 18px;
    position: relative;
    line-height: 1.6;
    color: #444;
    font-size: 16px;
}

/* Subtle custom bullet */
.dignified-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #0b3d6d;
    font-size: 18px;
    line-height: 1;
}

/* Headline inside each bullet */
.dignified-list strong {
    color: #0b3d6d;
    font-weight: 600;
}

/* Optional: premium left rail version */
.dignified-list--rail {
    border-left: 3px solid #0b3d6d;
    padding-left: 20px;
}

/* Optional: extra airy spacing (use when needed) */
.dignified-list--spacious li {
    margin-bottom: 24px;
}



/*****  FOCUS LIST (gridy bullets)  *****/
.focus-list {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem 1.25rem;
}
.focus-list li {
  padding-left: .9rem;
  position: relative;
}
.focus-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #e50;
  font-weight: 900;
}




/*****  TOC-TEASE LIST (gridy bullets)  *****/

.toc-tease-list {
  display: grid;
  gap: 14px;
}

.toc-tease-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 6px 20px;
  min-height: 0;
  border-radius: 18px;
  background: linear-gradient(180deg, #f4eadc 0%, #eadcc8 55%, #e1cfb8 100%);
  border: 2px solid rgba(0, 0, 128, 0.18);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
  position: relative;
  overflow: hidden;
}

.toc-tease-item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: linear-gradient(180deg, #cc0000 0%, #000080 100%);
  opacity: 0.95;
}

.toc-tease-item:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #fbf3e8 0%, #f0e3d2 55%, #e7d7c3 100%);
  border-color: rgba(204, 0, 0, 0.35);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
}

.toc-tease-item:hover .toc-tease-title {
  color: #cc0000;
}

.toc-tease-item:hover .toc-tease-page {
  background: #000080;
  color: #f7e7c6;
  border-color: #000080;
  transform: translateX(-2px);
}

.toc-tease-title {
  flex: 1 1 auto;
  padding-left: 14px;
  color: #000080;
  font-size: 1.05rem;
  line-height: 1.1;
  font-weight: 700;
  transition: color 0.22s ease;
}

.toc-tease-page {
  flex: 0 0 auto;
  white-space: nowrap;
  min-width: 122px;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #cc0000;
  background: rgba(204, 0, 0, 0.08);
  border: 2px solid rgba(204, 0, 0, 0.18);
  border-radius: 999px;
  padding: 10px 16px;
  transition: all 0.22s ease;
}

@media (max-width: 700px) {
  .toc-tease-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 16px;
  }

  .toc-tease-title {
    font-size: 1rem;
  }

  .toc-tease-page {
    min-width: 0;
    margin-left: 14px;
  }
}



/* Chapters */

.cmdm-discover,
.cmdm-discover-inner,
.cmdm-chapter-list,
.cmdm-chapter-list li,
.cmdm-chapter-copy,
.cmdm-chapter-copy h3,
.cmdm-chapter-copy p,
.cmdm-chapter-num {
  box-sizing: border-box;
}

.cmdm-discover {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 38px 24px;
  background: linear-gradient(180deg, #fffaf2 0%, #f7ecd9 100%);
  border: 1px solid rgba(0, 0, 128, 0.12);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  overflow-x: hidden;
}

.cmdm-discover-inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}

.cmdm-kicker {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #cc0000;
}

.cmdm-discover h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
  color: #000080;
  text-align: center;
}

.cmdm-intro {
  margin: 0 0 26px;
  font-size: 18px;
  line-height: 1.6;
  color: #4a4a4a;
  max-width: 760px;
}

.cmdm-chapter-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: 100%;
  max-width: 100%;
}

.cmdm-chapter-list li {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 18px 20px;
  width: 90%;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  background: linear-gradient(135deg, #fffdf9 0%, #f1dfbf 100%);
  border: 2px solid #0000cc;
  border-left: 6px solid #cc0000;
  border-radius: 36px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.cmdm-chapter-list li:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 128, 0.10);
  border-color: #0000cc;
}

.cmdm-chapter-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0000aa 0%, #2437b8 100%);
  color: #fffaf0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  margin-top: 6px;
}

.cmdm-chapter-copy {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

.cmdm-chapter-copy h3,
.cmdm-chapter-copy p {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  float: none;
  clear: none;
  writing-mode: horizontal-tb;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}

.cmdm-chapter-copy h3 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
  color: #000080;
}

.cmdm-chapter-copy p {
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
  color: #2f2f2f;
}

@media (max-width: 768px) {
  .cmdm-discover {
    padding: 28px 18px;
  }

  .cmdm-chapter-list li {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 14px;
    padding: 16px 16px;
    border-radius: 28px;
width: calc(100% - 2px);
max-width: calc(100% - 2px);
margin: 0 auto;
  }

  .cmdm-chapter-num {
    width: 48px;
    height: 48px;
    min-width: 48px;
    font-size: 16px;
  }

  .cmdm-chapter-copy h3 {
    font-size: 24px;
  }

  .cmdm-chapter-copy p {
    font-size: 17px;
  }
}

@media (max-width: 640px) {
  .cmdm-chapter-list li {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cmdm-chapter-num {
    margin-top: 0;
  }

  .cmdm-chapter-copy h3 {
    font-size: 22px;
  }

  .cmdm-chapter-copy p {
    font-size: 16px;
  }
}


@media (max-width: 640px) {
  .cmdm-chapter-list li {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cmdm-chapter-num {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }

  .cmdm-chapter-copy h3 {
    font-size: 19px;
  }
}












/* Focus */
.accordion-box.focus summary { background-color: #eef8ff; }


.focus-list {
  list-style: none;
  padding: 0;
  margin:  0;
}



.focus-list li {
  margin: 10px 0;
  padding: 10px;
  background: #f9f9f9;
  border-left: 5px solid;
  border-image: linear-gradient(to bottom, #00fff0, #0012ff) 1;
  box-shadow: 0 4px 4px rgba(0,0,0,0.1);
  font-size: 16px;
  transition: background .3s ease, box-shadow .3s ease;
}

.focus-list li b {
  color: #000;
}

.focus-list li:hover {
  background: #fde8c0;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}


.focus-summary {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px 18px;
  text-align: left;
}

.focus-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 50%;
  max-width: 50%;
}

.focus-category {
  font-weight: bold;
}

.focus-description {
  flex: 1 1 50%;
  max-width: 50%;
  font-style: italic;
  text-align: left;
  padding-top: 2px;
}

/* --- FOCUS LIST: make hover win against theme rules --- */
.tcb-style-wrap ul.focus-list { 
  list-style: none; 
  padding-left: 0 !important; 
  margin: 0; 
}

.tcb-style-wrap .focus-list > li {
  margin: 10px 0;
  /* base visuals */
  background: #f9f9f9;
  padding: 10px;
  font-size: 16px;
  box-shadow: 0 4px 4px rgba(0,0,0,0.1);
  transition: background .2s ease, box-shadow .2s ease;

  /* gradient border on the LEFT (ensure the slice is set) */
  border-left: 5px solid transparent;
  border-image: linear-gradient(to bottom, #00fff0, #0012ff) 1;
  border-image-slice: 1;

  position: relative;
}

/* make <b> text solid black like you had */
.tcb-style-wrap .focus-list > li b { color: #000; }

/* the actual hover (with higher specificity + !important to beat inline/theme) */
.tcb-style-wrap .focus-list > li:hover {
  background: #fde8c0 !important;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15) !important;
}

/* If an <a> fills the li, ensure hover still shows */
.tcb-style-wrap .focus-list > li > a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 10px;            /* mirror LI padding if the link wraps content */
  margin: -10px;            /* pull back so the link fills the padded area */
}

/* mirror hover on the link itself (covers mobile tap too) */
.tcb-style-wrap .focus-list > li:hover > a,
.tcb-style-wrap .focus-list > li > a:hover {
  background: #fde8c0 !important;
}



/*****  MEDIA QUERIES  *****/
@media (max-width: 900px) {
  .focus-list { grid-template-columns: 1fr; }
  .cta .btn { display: block; width: 100%; max-width: 420px; margin: .5rem auto 0; }
}


/* --- Make theme background layers non-blocking --- */
.main-content-background,
.section-background {
  pointer-events: none !important;   /* don't intercept clicks */
}

/* --- Ensure the W+ CTA is on top and clickable --- */
.cta a[href*="warriorplus.com"],
a[href*="warriorplus.com"] img {
  position: relative;
  z-index: 10;                       /* above any stray overlays */
  display: inline-block;             /* reliable hit area */
  cursor: pointer;
}

/* Optional: open in new tab via JS if builder strips target attr */
.cta a[href*="warriorplus.com"] { pointer-events: auto !important; }


/* Fancy HRs */

h2 {
	margin-top: .6em; }
hr {
  border: 3px double blue;
  border: 3px double blue;
  margin: 5px;
  padding-bottom:   10px;
  display: block;
  border-radius: 5px;
  height: 2px;
  display: block;
  text-align: center;
}

hr.moose {
  padding:2px; 
 margin-top: 15px;
  padding-bottom:2px; 
  margin-bottom:18px; 
  background-image: linear-gradient(90deg, blue, cyan, blue);
  height: 1px;
  display: block;
  text-align: center;
}

hr.birdie {
  background-image: linear-gradient(90deg, #CC0000, red, #a20000);
  height: 6px;
  display: block;
  text-align: center;
}

.round { border: 1px solid white; border-radius: 20px; padding:5px;}

.callout-box {
  background: linear-gradient(to bottom, #fff8c6, #ffd580, #fff);
  border-left: 6px solid #ff9800;
  padding: 18px 24px;
  margin: 30px 0;
  font-size: 18px;
  line-height: 1.5;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.callout-box p {
  margin: 0 0 10px;
}

.callout-box strong {
  color: #d35400;
}

.monetization-list {
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #333;
  padding: 20px;
  border: 2px solid #004080;
  background-color: #f3e2cd;
  border-radius: 10px;
  margin-bottom:15px;
}

.monetization-list li {
  margin-bottom: 12px;
  padding: 10px;
  border-left: 4px solid #B2BEB5;
  background: #f9f9f9;
}

.monetization-list li strong {
  color: #004080; /* Color for numbers and keywords */
  background: #f9f9f9;
}


/* Keeps your layout responsive without aspect-ratio conflicts */

.video-wrapper {
  position: relative;
  width: 95%;
  max-width: 960px;
  margin: 0 auto 1rem auto;
  overflow: hidden;
  border-radius: 12px;
  background: #000;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

/* Key change: height:auto keeps wrapper proportional */
.video-wrapper video {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  border-radius: inherit;
}


.video-caption {
  position: relative;
  background: #000;
  text-align: center;
  padding: 12px 10px 18px;
}

.video-caption p {
  color: #aaa;
  font-size: 1rem;
  margin: 0 0 5px;
}

.video-headline {
  color: cyan;
  font-weight: 800;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin: 0;
  text-shadow: 0 0 6px rgba(0,255,255,0.3);
}

@media (max-width: 768px) {
  .video-wrapper {
    aspect-ratio: 16 / 9; /* taller for phones */
  }
}
