/*****  GLOBAL / THEME OVERRIDES  *****/
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
html, body {
  background-color: #fdf6e3 !important;
  min-height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
font-family: 'Bitter', serif;
}

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

/*****  HERO  *****/
.hero-section {
  background: linear-gradient(135deg, #000080, #0332ff);
  margin-top: 0 !important;
  padding: 3.25rem 1rem;
  padding-top: 10px;
  padding-bottom: 15px;
  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: #000080;
}

.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: #000080;
  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;
}

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

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

/* 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;
  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;
  border-left: 5px solid transparent;
  border-image: linear-gradient(to bottom, #00fff0, #0012ff) 1;
  border-image-slice: 1;
  position: relative;
}

.tcb-style-wrap .focus-list > li b { 
  color: #000; 
}

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

.tcb-style-wrap .focus-list > li > a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 10px;
  margin: -10px;
}

.tcb-style-wrap .focus-list > li:hover > a,
.tcb-style-wrap .focus-list > li > a:hover {
  background: #fde8c0 !important;
}

/*****  SPECIAL TEXT EFFECTS  *****/
.gradient-text {
  background: linear-gradient(180deg, #ff8400, #603913);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
}

.gradient-text1 {
  background: linear-gradient(180deg, #ffea00, #ff5a00);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
}

.bbt {
  background: linear-gradient(to bottom, #00ffff, #0072ff);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
}

.ggt {
  background: linear-gradient(to bottom, #00ff18, #00740b);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
}

.tornado-gradient {
  background: linear-gradient(to right, #333333, #666666, #999999, #cccccc, #ffffff);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  font-size: 4rem;
}

h1.gold {
  background: linear-gradient(to bottom, #cfc09f 27%, #ffecb3 40%, #3a2c0f 78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
  position: relative;
  margin: 0;
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

h1.gold::after {
  background: none;
  content: attr(data-heading) / "";
  left: 0;
  top: 0;
  z-index: -1;
  position: absolute;
  text-shadow: 
    -1px 0 1px #c6bb9f, 
    0 1px 1px #c6bb9f, 
    5px 5px 10px rgba(0, 0, 0, 0.4),
    -5px -5px 10px rgba(0, 0, 0, 0.4);
}

/*****  UTILITY CLASSES  *****/
.blue {
  color: blue;
  font-weight: bold;
}

.whitetext {
  color: white;
}

.bold {
  font-weight: bold;
}

.highlight {
  color: #d9534f;
  font-weight: bold;
}

.emphasis {
  font-weight: bold;
  font-style: italic;
}

.gr {
  color: #ed1c24;
}

.center, .center-text {
  text-align: center;
}

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

.padding0 {
  padding: 0 !important;
}

/*****  MARGIN UTILITIES  *****/
.margin_top1 { margin-top: 1%; }
.margin_top2 { margin-top: 2%; }
.margin_top4 { margin-top: 5%; }
.margin_top6 { margin-top: 6%; }
.margin_strip { margin-top: 8%; }
.margin_top-1 { margin-top: -1%; }
.margin_top-4 { margin-top: -4%; }
.margin_top-5 { margin-top: -5%; }

/*****  EMPHASIS CLASSES  *****/
.bigx {
  font-weight: 900;
  font-size: 1.3em;
  color: #ed1c24;
  padding-left: 20px;
}

.bigq {
  font-weight: 900;
  font-size: 1.5em;
  color: #ed1c24;
  padding-left: 20px;
}

/*****  OBB PATH STYLING  *****/
.obb, .path1, .path2 {
  font-size: 1.2em;
  color: black;
  font-family: 'Archivo Black', sans-serif;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.obb {
  border-bottom: 5px solid red;
}

.obb::before {
  content: "\1F4A5  ";
}

.path1 {
  border-bottom: 5px solid red;
}

.path1::before {
  content: "\1F534  ";
}

.path2 {
  border-bottom: 5px solid green;
}

.path2::before {
  content: "\1F7E2  ";
}

/*****  COLORED BARS  *****/
.blackbar {
  background-color: #000000;
  box-shadow: inset 0 4px 0 #0000ff;
  padding: 0 0 1% 0;
}

.midbluebar {
  background-color: #0096FF;
  padding-top: 5px;
  padding-bottom: 10px;
  display: block;
  box-shadow: inset 0 4px 0 tan;
  width: 100%;
}

.darkbluebar {
  background-color: #000817;
  padding-top: 5px;
  padding-bottom: 10px;
  display: block;
  box-shadow: 10px 10px 10px #888888, inset 0 4px 0 #0096FF;
  width: 100%;
}

.darkbluebar1 {
  background-color: #010d00;
  padding-top: 5px;
  padding-bottom: 10px;
  display: block;
  box-shadow: 10px 10px 10px #888888, inset 0 4px 0 #0096FF;
  width: 100%;
}

.bluebar {
  background-color: #001861;
  padding-top: 5px;
  padding-bottom: 10px;
  display: block;
  box-shadow: inset 0 4px 0 #ffbf00;
  width: 100%;
}

.lightbluebar {
  background-color: #89CFF0;
  padding-top: 5px;
  padding-bottom: 10px;
  display: block;
  box-shadow: inset 0 4px 0 #FF9900;
  width: 100%;
}

.darkbar {
  color: white;
  font-size: 24px;
  background-color: #4D4D4D;
  padding: 9px;
  font-weight: bold;
  border-radius: 10px;
  border: 2px solid blue;
}

.valuebar {
  font-size: 34px;
  background-color: blue;
  color: white;
  padding: 3px;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
}

.outsideshadow {
  position: relative;
  box-shadow: 6px 0 4px -4px silver, -6px 0 4px -4px silver;
}

/*****  CHECKMARK STYLE  *****/
.check:before {
  content: "\2714";
  color: blue;
  margin-right: 6px;
  font-weight: bold;
  margin-left: 20px;
  font-size: 40px;
  text-indent: 50px;
}

/*****  BUTTONS  *****/
.myButton {
  box-shadow: inset 0px 1px 0px 0px #fce2c1;
  background: linear-gradient(to bottom, #FF6600 5%, #fc910f 100%);
  border-radius: 6px;
  border: 1px solid #eeb44f;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 28px;
  font-weight: bold;
  padding: 21px 90px;
  text-decoration: none;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}

/*****  FANCY HRs  *****/
h2 {
  margin-top: .6em; 
color:#000080;
}

hr {
  border: 3px double blue;
  margin: 5px;
  padding-bottom: 10px;
  display: block;
  border-radius: 5px;
  height: 2px;
  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;
}

/*****  CALLOUT BOX  *****/
.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  *****/

/* Main list container */
.monetization-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 900px;
}

/* Individual list items - REDUCED HEIGHT */
.monetization-list li {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    padding: 20px 28px; /* Reduced from 28px 32px */
    margin-bottom: 16px; /* Reduced from 20px */
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.15);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-left: 6px solid #ffd700;
    display: flex;
    align-items: flex-start;
    gap: 18px; /* Reduced from 20px */
}

.monetization-list li:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.25);
}

/* Number badge - TIGHTER */
.strategy-number {
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 8px 16px; /* Reduced from 10px 18px */
    border-radius: 10px;
    backdrop-filter: blur(10px);
    min-width: 45px; /* Reduced from 50px */
    text-align: center;
}

/* Content wrapper */
.strategy-content {
    flex: 1;
}

/* Title styling - TIGHTER SPACING */
.strategy-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 6px 0; /* Reduced from 8px */
    font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
}

/* Description text - MUCH DARKER */
.strategy-description {
    color: #f0f0f0; /* Changed from rgba(255, 255, 255, 0.95) */
    font-size: 16px;
    line-height: 1.5; /* Reduced from 1.6 */
    margin: 0;
    font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .monetization-list li {
        flex-direction: column;
        padding: 18px 20px;
    }
    
    .strategy-number {
        align-self: flex-start;
    }
    
    .strategy-title {
        font-size: 20px;
    }
    
    .strategy-description {
        font-size: 15px;
    }
}

/* Alternative: Minimal Clean Version */
.monetization-list.minimal li {
    background: #ffffff;
    border-left: 4px solid #667eea;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 18px 24px;
}

.monetization-list.minimal li:hover {
    border-left-width: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.monetization-list.minimal .strategy-number {
    background: #667eea;
    color: #fff;
}

.monetization-list.minimal .strategy-title {
    color: #2d3748;
}

.monetization-list.minimal .strategy-description {
    color: #4a5568;
}

/* Content Area - BULLETPROOF VERSION */

/* Controls Section */
        .accordion-controls {
            max-width: 900px;
            margin: 0 auto 30px;
            text-align: right;
        }
        
        .toggle-all-btn {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: #ffffff;
            border: none;
            padding: 12px 28px;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
        }
        
        .toggle-all-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
        }
        
        /* Section Wrapper */
        .section-wrapper {
            max-width: 900px;
            margin: 0 auto 50px;
        }
        
        .section-title {
            font-size: 32px;
            font-weight: 700;
            color: #e53e3e;
            margin: 0 0 24px 0;
            text-align: center;
        }
        
        /* Accordion List */
        .accordion-list {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        
        .accordion-item {
            margin-bottom: 12px;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }
        
        /* Accordion Header Button */
        .accordion-header {
            width: 100%;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border: none;
            padding: 18px 24px;
            display: flex;
            align-items: center;
            gap: 16px;
            cursor: pointer;
            transition: all 0.3s ease;
            border-left: 6px solid #ffd700;
            text-align: left;
        }
        
        .accordion-header:hover {
            background: linear-gradient(135deg, #7c8ff0 0%, #8a5bb8 100%);
        }
        
        /* Number Badge */
        .accordion-number {
            background: rgba(255, 255, 255, 0.95);
            color: #667eea;
            font-weight: 700;
            font-size: 18px;
            padding: 8px 16px;
            border-radius: 8px;
            min-width: 50px;
            text-align: center;
            flex-shrink: 0;
        }
        
        /* Title */
        .accordion-title {
            flex: 1;
            color: #ffffff;
            font-size: 20px;
            font-weight: 700;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        }
        
        /* Plus/Minus Icon */
        .accordion-icon {
            color: #ffffff;
            font-size: 28px;
            font-weight: 300;
            transition: transform 0.3s ease;
            flex-shrink: 0;
            line-height: 1;
        }
        
        .accordion-item.active .accordion-icon {
            transform: rotate(45deg);
        }
        
        /* Content Area */
        .accordion-content {
            max-height: 0;
            overflow: hidden;
            background: #f8f9fa;
            transition: max-height 0.4s ease, padding 0.4s ease;
        }
        
        .accordion-item.active .accordion-content {
            max-height: 1000px;
            padding: 24px;
        }
        
        .accordion-content p {
            color: #2d3748;
            font-size: 16px;
            line-height: 1.6;
            margin: 0;
        }
        
        /* Mobile Responsive */
        @media (max-width: 768px) {
            .section-title {
                font-size: 26px;
            }
            
            .accordion-header {
                padding: 16px 20px;
            }
            
            .accordion-title {
                font-size: 18px;
            }
            
            .accordion-number {
                font-size: 16px;
                padding: 6px 12px;
            }
        }

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

/*****  COMPARISON TABLE  *****/
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 30px 0;
  font-size: 16px;
}

.comparison-table thead tr {
  background-color: #2E74B5;
  color: #ffffff;
}

.comparison-table th,
.comparison-table td {
  padding: 12px 15px;
  border: 1px solid #cccccc;
  text-align: left;
}

.comparison-table th {
  font-weight: bold;
}

.comparison-table tbody tr:nth-child(even) {
  background-color: #f8f8f8;
}

.comparison-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.comparison-table .center {
  text-align: center;
}

.comparison-table .check-gold {
  color: #006600;
}

.comparison-table .gold-exclusive {
  background-color: #E8F5E9;
}

.comparison-table tfoot .price-row {
  background-color: #f0f0f0;
  font-size: 18px;
}

.comparison-table tfoot .price-row td {
  padding: 15px;
  border: 2px solid #2E74B5;
}

.comparison-table .gold-price {
  background-color: #D5E8D4;
  color: #006600;
}

/*****  DETAILS/SUMMARY (ACCORDION)  *****/
details {
  margin: 10px 0;
}

summary {
  font-size: 1.3em;
  font-weight: bold;
  cursor: pointer;
  padding: 10px;
  background: #eee;
  border-radius: 8px;
}

summary::before {
  content: '\25B6 ';
  font-size: 1em;
}

details[open] summary::before {
  content: '\25BC ';
  font-size: 1em;
}

/*****  TESTIMONIALS  *****/
.testimonial-container {
  max-width: 720px;
  margin: 60px auto;
  padding: 60px 40px;
  border-radius: 30px;
  font-family: "Montserrat", sans-serif;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: visible;
}

.testimonial-headline {
  font-size: 1.4em;
  font-weight: 700;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  position: relative;
  white-space: nowrap;
}

.testimonial-headline::after {
  content: "";
  display: block;
  margin: 8px auto 0 auto;
  height: 2px;
  width: 0;
  border-radius: 2px;
  background: linear-gradient(to right, orange, yellow);
  box-shadow: 0 0 2px orange, 0 0 4px yellow, 0 0 6px gold;
  transition: width 1s ease-out;
}

.saber-active .testimonial-headline::after {
  width: 80%;
}

.testimonial-headline .label {
  font-size: inherit;
  font-weight: inherit;
  color: #cccccc;
  margin-right: 0;
}

.testimonial-headline .name {
  font-size: inherit;
  font-weight: inherit;
  color: #00d6ff;
  text-shadow: 0 0 4px #00d6ff;
  margin-right: 0;
}

.testimonial-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2em;
  z-index: 2;
  position: relative;
}

.testimonial-text {
  flex: 1;
}

.testimonial-text p {
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
}

.testimonial-author {
  margin-top: 1em;
  font-size: 1em;
  font-weight: 600;
  text-align: right;
}

.testimonial-author::before {
  content: "— ";
}

.testimonial-photo {
  flex-shrink: 0;
  position: relative;
  transform: rotate(-3deg);
  transition: transform 0.3s ease;
}

.testimonial-container:hover .testimonial-photo {
  transform: rotate(0deg) scale(1.05);
}

.testimonial-photo img {
  border: 6px solid white;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
  max-width: 120px;
  display: block;
  border-radius: 12px;
}

.testimonial-container::after {
  content: "*";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 40px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 12px;
  z-index: 3;
}

.testimonial-container::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 100px;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  z-index: 1;
}

.testimonial-container.dark {
  background: #121a24;
  border: 4px solid #00bfff;
  color: #f0f0f0;
  box-shadow: 0 10px 25px rgba(0, 255, 255, 0.1);
}

.testimonial-container.dark:hover {
  background: #1a2733;
  border-color: #00e0ff;
}

.testimonial-container.dark::after {
  background: #00bfff;
  color: #000;
}

.testimonial-container.dark::before {
  border-top: 30px solid #00bfff;
}

.testimonial-container.dark .testimonial-author {
  color: #88e6ff;
}

.testimonial-container.dark .testimonial-headline .label {
  color: #cccccc;
}

.testimonial-container.dark .testimonial-headline .name {
  color: #00d6ff;
  text-shadow: 0 0 8px #00d6ff;
}

/*****  VIDEO WRAPPER  *****/
.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);
}

.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 SECTION  *****/
.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 {
  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);
}

.faq-answer p {
  margin: 0 0 15px 0;
  line-height: 1.7;
  color: #444;
  font-size: 1.05em;
}

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

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

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

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

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

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

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

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

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

/*****  THEME BACKGROUND FIX  *****/
.main-content-background,
.section-background {
  pointer-events: none !important;
}

.cta a[href*="warriorplus.com"],
a[href*="warriorplus.com"] img {
  position: relative;
  z-index: 10;
  display: inline-block;
  cursor: pointer;
}

.cta a[href*="warriorplus.com"] { 
  pointer-events: auto !important; 
}

/*****  MEDIA QUERIES  *****/
@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: 900px) {
  .focus-list { 
    grid-template-columns: 1fr; 
  }
  
  .cta .btn { 
    display: block; 
    width: 100%; 
    max-width: 420px; 
    margin: .5rem auto 0; 
  }
}

@media (max-width: 768px) {
  .video-wrapper {
    aspect-ratio: 16 / 9;
  }
  
  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;
  }
  
  .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;
  }
}

