/*****  GLOBAL / THEME OVERRIDES  *****/
html, body {
  background-color: #fdf6e3 !important;
  min-height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}


/* Base typography tweaks (keep your theme fonts, just spacing/legibility) */
.tcb-style-wrap h1,
.tcb-style-wrap h2,
.tcb-style-wrap h3,
.tcb-style-wrap h4 { margin-top: 0; }
.tcb-style-wrap p { margin-top: 0; }

/* 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;
}

/* Base typography tweaks (keep your theme fonts, just spacing/legibility) */
.tcb-style-wrap h1,
.tcb-style-wrap h2,
.tcb-style-wrap h3,
.tcb-style-wrap h4 { margin-top: 0; }
.tcb-style-wrap p { margin-top: 0; }

/* Images: 20px rounded corners */
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); /* Subtle border */
}

/*****  HERO  *****/
.hero-section {
  background: linear-gradient(135deg, #f0d8b0, #e6c89b); /* slightly darker tan */
  margin-top: 0 !important;
  padding: 3.25rem 1rem;
  padding-top: 10px; /* Adjust as needed */
  padding-bottom: 15px; /* Adjust as needed */
  text-align: center;
  border-radius:26px;
}
.hero-section .hero-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.hero-tagline {
  font-size: 1.05rem;
  color: #666;
  margin: 0 0 .5em;
}
.hero-section h1 {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 800;
  line-height: 1.15;
  color: #121619;
}
.video-caption p {
	color:black;
}
.hero-section h2 {
  font-size: clamp(1.4rem, 3.6vw, 2.2rem);
  font-weight: 800;
  margin: .35em 0 .9em;
  color: #e50; /* strong red like your screenshot */
}
.hero-subheadline {
  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 {
  color: #111;
  font-weight: 800;
  margin-bottom: .6rem;
  margin-top: .6rem;
}
.section h3 { margin-bottom: .4rem; }

.tcb-style-wrap ul:not([class*="menu"]) {
  padding-left: 1.25rem; /* give bullets some room */
}
.tcb-style-wrap li { margin-bottom: .5rem; }

/*****  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;
}

/*****  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;
}



/* 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;
  margin-top:15px;
}

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



ol {
  list-style: none !important;
  counter-reset: my-counter;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

ol li {
  counter-increment: my-counter;
  position: relative;
  padding-left: 90px !important;
  margin-bottom: 30px !important;
  margin-left: 0 !important;
}

ol li::before {
  content: counter(my-counter);
  position: absolute;
  left: 15px;
  top: 0px;
  width: 50px;
  height: 50px;
  background: #4a90e2;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.4em;
}




.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);
}



.is-this-for-you {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
}

.is-this-for-you h2 {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 10px;
  color: #000080;
}

.subtitle {
  text-align: center;
  font-size: 1.1em;
  color: #666;
  margin-bottom: 30px;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-item {
  border: 2px solid #000080;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: #4a90e2;
  box-shadow: 0 2px 8px rgba(74, 144, 226, 0.1);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  background: #f8f9fa;
  border: none;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: 600;
  text-align: left;
  transition: background 0.3s ease;
}

.faq-question:hover {
  background: #e9ecef;
}

.faq-item.active .faq-question {
  background: #4a90e2;
  color: white;
}

.checkmark {
  font-size: 1.3em;
  font-weight: bold;
  color: blue;
  flex-shrink: 0;
}

.faq-item.active .checkmark {
  color: #fff;
}

.question-text {
  flex-grow: 1;
}

.arrow {
  font-size: 0.8em;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq-item.active .arrow {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 20px;
  background: white;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 20px;
}

/* Persona Name (H3) Styling */
.persona-name {
  font-size: 1.3em;
  font-weight: 700;
  color: #2c5aa0;
  margin: 0 0 15px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #e3f2fd;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}

/* Body text inside answers */
.faq-answer p {
  margin: 0 0 15px 0;
  line-height: 1.7;
  color: #444;
  font-size: 1.05em;
}

/* Solution line - highlighted box version */
.solution {
  font-weight: 600;
  color: #1a1a1a;
  background: #fff3cd;
  padding: 12px 16px;
  border-left: 4px solid #ffc107;
  margin: 15px 0 0 0;
  font-style: italic;
  border-radius: 4px;
}

/* Mobile optimization */
@media (max-width: 768px) {
  .is-this-for-you h2 {
    font-size: 2em;
  }
  
  .faq-question {
    padding: 15px;
    font-size: 1em;
  }
  
  .checkmark {
    font-size: 1.1em;
  }
  
  .persona-name {
    font-size: 1.2em;
  }
  
  .faq-answer p {
    font-size: 1em;
  }
}




/* Mobile optimization */
@media (max-width: 768px) {
  .is-this-for-you h2 {
    font-size: 2em;
  }
  
  .faq-question {
    padding: 15px;
    font-size: 1em;
  }
  
  .checkmark {
    font-size: 1.1em;
  }
}




.section:has(.flip-cards-container) {
    display: block !important;
    justify-content: center !important;
    padding: 0 !important;  /* ADD THIS */
    margin: 0 auto !important;  /* ADD THIS */
}




/* Container for flip cards */
.flip-cards-container {
    display: grid !important;
    grid-template-columns: 400px 400px !important;
    gap: 20px !important;
    width: 820px !important;
    margin: 40px auto !important;
    perspective: 1000px !important;
    padding: 0 !important;
}

/* Individual card */
.flip-card {
    background-color: transparent;
    height: 280px;
    perspective: 1000px;
    margin: 0 !important;
}

/* Inner wrapper for flip effect */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

/* Trigger flip on hover */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Front and back base styles */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Front side styling */
.flip-card-front {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    color: #333;
    border: 3px solid #667eea;
}

.flip-card-front h3 {
    color: #000080;
    font-size: 1.5em;
    margin: 0 0 15px 0;
}

.flip-card-front p {
    color: #555;
    font-size: 1em;
    line-height: 1.4;
    margin: 0;
}

/* Back side styling */
.flip-card-back {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    transform: rotateY(180deg);
}

.flip-card-back h3 {
    color: #ffd700 !important;
    font-size: 1.4em !important;
    margin: 0 0 15px 0 !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5) !important;
    font-weight: bold !important;
}

.flip-card-back p {
    font-size: 0.95em;
    line-height: 1.5;
    margin: 10px 0;
    color: #ffffff !important;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4) !important;
}

.flip-card-back strong {
    color: #ffd700 !important;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5) !important;
    font-weight: bold;
}

@media (max-width: 1100px) {
    .flip-cards-container {
        grid-template-columns: 350px 350px !important;
        width: 720px !important;
        gap: 20px !important;
    }
    
    .flip-card {
        height: 260px;
    }
}


@media (max-width: 768px) {
  .video-wrapper {
    aspect-ratio: 16 / 9; /* taller for phones */
            h1 {
                font-size: 1.8em;
            }
            
            h2 {
                font-size: 1.5em;
            }
            
            .container {
                padding: 10px;
            }
}
    .flip-cards-container {
        grid-template-columns: 1fr !important;
        width: 100% !important;
        max-width: 400px !important;
        gap: 15px !important;
        margin: 20px auto !important;
        padding: 0 15px !important;
    }
    
    .flip-card {
        height: 340px;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    
    .flip-card-front, .flip-card-back {
        padding: 20px 15px;
    }
    
    .flip-card-front h3, .flip-card-back h3 {
        font-size: 1.3em !important;
    }
            
}
