/*****  GLOBAL / THEME OVERRIDES  *****/
html, body {
  background-color: #fdf6e3 !important; /* very light tan across the site */
  min-height: 100%;
  margin: 0;
  padding: 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;
}

/*****  HERO  *****/
.hero-section {
  background: linear-gradient(135deg, #f0d8b0, #e6c89b); /* slightly darker tan */
  padding: 3.25rem 1rem;
  text-align: center;
  border-radius: 20px; /* Rounded hero section */
  max-width: 1200px;
  margin: 0 auto 2rem;
}
.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;
  margin: .35em 0 .15em;
  color: #121619;
}
.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: 2px double blue;
  border: 2px double blue;
  margin: 2px 0;
  padding:   2px 0 ;
  display: block;
  border-radius: 5px;
}

hr.moose {
  background-image: linear-gradient(90deg, blue, cyan, blue);
  height: 4px;
  display: block;
  text-align: center;
}

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

