.elementor-57610 .elementor-element.elementor-element-7f5ec697{--display:flex;}.elementor-57610 .elementor-element.elementor-element-7f5ec697:not(.elementor-motion-effects-element-type-background), .elementor-57610 .elementor-element.elementor-element-7f5ec697 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F9FC;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-57610 .elementor-element.elementor-element-7f5ec697{--content-width:1280px;}}/* Start custom CSS for html, class: .elementor-element-2cd19e76 *//* 
 * Explore Campaign Builders Page Styles
 * Add to Elementor Custom CSS or theme styles
 */

.bai-explore-section {
  --bai-primary: #0a58ca;
  --bai-secondary: #F97316;
  --bai-surface: #f9f9fc;
  --bai-on-primary: #ffffff;
  --bai-text-primary: #1a1c1e;
  --bai-text-secondary: #40484c;
  --bai-border-standard: #e2e2e5;
  --bai-astro-sky: #8ACEEB;
  
  --bai-font-headline: "Roboto Flex", sans-serif;
  --bai-font-body: "Be Vietnam Pro", sans-serif;
  
  background-color: var(--bai-surface);
  font-family: var(--bai-font-body);
  color: var(--bai-text-primary);
  padding: 6rem 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.bai-explore-section h1 {
    font-size: 3.5rem;
    text-transform: none;
}

.bai-explore-section *, .bai-explore-section *::before, .bai-explore-section *::after {
  box-sizing: border-box;
}

/* Material Icons */
.bai-explore-section .material-symbols-outlined {
    font-family: 'Material Symbols Outlined', sans-serif;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
}

/* ═══════════════════════════════════════════════ */
/* 1. HERO                                        */
/* ═══════════════════════════════════════════════ */
.bai-explore-hero {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 5rem;
}

.bai-explore-title {
  font-family: var(--bai-font-headline);
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 1.5rem 0;
  color: var(--bai-text-primary);
}

.bai-explore-italic {
  color: var(--bai-primary);
  font-style: italic;
}

.bai-explore-subtitle {
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--bai-text-secondary);
  font-weight: 500;
  margin: 0;
}

/* ═══════════════════════════════════════════════ */
/* 2. PROBLEM / PAIN                              */
/* ═══════════════════════════════════════════════ */
.bai-explore-pain {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  margin-bottom: 6rem;
}

.bai-explore-pain-content h2 {
  font-family: var(--bai-font-headline);
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 1.5rem 0;
  color: var(--bai-text-primary);
}

.bai-explore-pain-content p {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--bai-text-secondary);
  margin: 0 0 1.25rem 0;
}

.bai-explore-pain-content p:last-child {
  margin-bottom: 0;
}

.bai-explore-pain figure {
  margin: 0;
  padding: 0;
}

.bai-explore-pain figure img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  object-fit: contain;
  box-shadow: 0 12px 40px -8px rgba(0, 0, 0, 0.1);
}

/* ═══════════════════════════════════════════════ */
/* 3. CAMPAIGN STRATEGY BRIEF                     */
/* ═══════════════════════════════════════════════ */
.bai-explore-brief {
  background-color: var(--bai-primary);
  color: var(--bai-on-primary);
  border-radius: 2rem;
  padding: 4rem;
  margin-bottom: 6rem;
  box-shadow: 0 20px 40px -10px rgba(10, 88, 202, 0.3);
}

.bai-explore-brief-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3rem;
}

.bai-explore-icon {
  width: 4.5rem;
  height: 4.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.bai-explore-icon .material-symbols-outlined {
  font-size: 2.5rem;
}

.bai-explore-brief-header h2 {
  font-family: var(--bai-font-headline);
  font-size: 2.25rem;
  font-weight: 800;
  margin: 0 0 1rem 0;
  line-height: 1.2;
  color: var(--bai-on-primary);
}

.bai-explore-brief-intro {
  font-size: 1.125rem;
  line-height: 1.6;
  opacity: 0.9;
  margin: 0;
}

.bai-explore-brief-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.bai-brief-item {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 1rem;
  padding: 1.75rem;
  transition: background-color 0.2s ease;
}

.bai-brief-item:hover {
  background-color: rgba(255, 255, 255, 0.18);
}

.bai-brief-item .material-symbols-outlined {
  font-size: 2rem;
  margin-bottom: 1rem;
  opacity: 0.8;
}

.bai-brief-item h4 {
  font-family: var(--bai-font-headline);
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
  color: var(--bai-on-primary);
}

.bai-brief-item p {
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
  opacity: 0.85;
}

.bai-explore-brief-footer {
  font-size: 1.0625rem;
  text-align: center;
  font-weight: 600;
  opacity: 0.9;
  margin: 0;
  line-height: 1.5;
}

/* ═══════════════════════════════════════════════ */
/* 4. HOW THE BUILDERS WORK TOGETHER              */
/* ═══════════════════════════════════════════════ */
.bai-explore-flow-section {
  text-align: center;
  margin-bottom: 6rem;
}

.bai-explore-flow-section > h2 {
  font-family: var(--bai-font-headline);
  font-size: 2.25rem;
  font-weight: 800;
  margin: 0 0 1rem 0;
  color: var(--bai-text-primary);
}

.bai-explore-flow-intro {
  font-size: 1.125rem;
  color: var(--bai-text-secondary);
  margin: 0 auto 3rem;
  max-width: 860px;
  line-height: 1.7;
}

.bai-explore-flow-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
}

.bai-flow-step {
  background-color: var(--bai-on-primary);
  border: 2px solid var(--bai-border-standard);
  border-radius: 1.25rem;
  padding: 2rem 1.5rem;
  flex: 1;
  max-width: 200px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bai-flow-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -6px rgba(0, 0, 0, 0.08);
}

.bai-flow-step-num {
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--bai-primary);
  color: var(--bai-on-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--bai-font-headline);
  font-size: 1.125rem;
  font-weight: 800;
  margin: 0 auto 1rem;
}

.bai-flow-step h4 {
  font-family: var(--bai-font-headline);
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  color: var(--bai-text-primary);
}

.bai-flow-step p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--bai-text-secondary);
  margin: 0;
}

.bai-flow-arrow-h {
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  margin-top: 2.5rem;
  color: rgba(10, 88, 202, 0.3);
}

.bai-flow-arrow-h .material-symbols-outlined {
  font-size: 1.5rem;
}

/* ═══════════════════════════════════════════════ */
/* 5. INDIVIDUAL BUILDER SECTIONS                 */
/* ═══════════════════════════════════════════════ */
.bai-explore-builders {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin-bottom: 6rem;
}

.bai-explore-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

/* row-reverse no longer needed for stacked layout, but kept harmless */
.bai-explore-row.bai-row-reverse {
  direction: ltr;
}

.bai-explore-row-content {
  padding: 1rem 0;
  width: 100%;
}

.bai-explore-row-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.bai-icon-social { background-color: rgba(10, 88, 202, 0.1); color: var(--bai-primary); }
.bai-icon-email { background-color: rgba(249, 115, 22, 0.1); color: var(--bai-secondary); }
.bai-icon-landing { background-color: rgba(138, 206, 235, 0.2); color: var(--bai-primary); }
.bai-icon-ads { background-color: rgba(255, 105, 180, 0.1); color: var(--pupperoni-pink, #FF69B4); }

.bai-explore-row-icon .material-symbols-outlined {
  font-size: 2.25rem;
}

.bai-explore-row-content h3 {
  font-family: var(--bai-font-headline);
  font-size: 2.25rem;
  font-weight: 800;
  margin: 0 0 1rem 0;
  color: var(--bai-text-primary);
  line-height: 1.2;
}

.bai-explore-tagline {
  font-family: var(--bai-font-headline);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--bai-primary);
  margin: 0 0 1rem 0;
  font-style: italic;
}

.bai-explore-row-content p {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--bai-text-secondary);
  margin: 0 0 1rem 0;
}

.bai-explore-ideal-for {
  font-family: var(--bai-font-headline);
  font-size: 1rem;
  font-weight: 700;
  color: var(--bai-text-primary);
  margin: 1.5rem 0 0.75rem 0;
}

.bai-explore-features {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0 0;
}

.bai-explore-features li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--bai-text-primary);
  margin-bottom: 0.875rem;
}

.bai-explore-features .material-symbols-outlined {
  color: var(--bai-primary);
  font-size: 1.5rem;
  flex-shrink: 0;
}

/* ═══════════════════════════════════════════════ */
/* BUILDER IMAGES                                 */
/* ═══════════════════════════════════════════════ */
.bai-explore-row figure {
  margin: 0;
  padding: 0;
  width: 100%;
}

.bai-explore-row figure img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  object-fit: contain;
  box-shadow: 0 12px 40px -8px rgba(0, 0, 0, 0.1);
}

.bai-slot-dark {
  background-color: rgba(10, 88, 202, 0.05);
  border: 2px dashed rgba(10, 88, 202, 0.2);
  color: var(--bai-text-secondary);
}

.bai-slot-light {
  background-color: var(--bai-on-primary);
  border: 2px dashed var(--bai-border-standard);
  color: var(--bai-text-secondary);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05);
}

.bai-slot-inner {
  max-width: 400px;
  margin: 0 auto;
}

.bai-slot-inner > .material-symbols-outlined {
  font-size: 3rem;
  margin-bottom: 1rem;
  opacity: 0.4;
}

.bai-prompt-label {
  font-family: var(--bai-font-headline);
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--bai-text-primary);
  margin: 0 0 0.75rem 0;
}

.bai-prompt-text {
  font-size: 0.9375rem;
  font-style: italic;
  opacity: 0.7;
  line-height: 1.6;
  margin: 0;
}

/* ═══════════════════════════════════════════════ */
/* 6. BRAINIEST ADVANTAGE                         */
/* ═══════════════════════════════════════════════ */
.bai-explore-advantage {
  margin-bottom: 6rem;
  text-align: center;
}

.bai-explore-advantage > h2 {
  font-family: var(--bai-font-headline);
  font-size: 2.25rem;
  font-weight: 800;
  margin: 0 0 1rem 0;
  color: var(--bai-text-primary);
}

.bai-explore-advantage-intro {
  font-size: 1.125rem;
  color: var(--bai-text-secondary);
  max-width: 700px;
  margin: 0 auto 3rem;
  line-height: 1.6;
}

.bai-explore-advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.bai-advantage-card {
  background-color: var(--bai-on-primary);
  border: 2px solid var(--bai-border-standard);
  border-radius: 1.25rem;
  padding: 2rem;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bai-advantage-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -6px rgba(0, 0, 0, 0.08);
}

.bai-advantage-card > .material-symbols-outlined {
  font-size: 2rem;
  color: var(--bai-primary);
  margin-bottom: 1rem;
}

.bai-advantage-card h4 {
  font-family: var(--bai-font-headline);
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  color: var(--bai-text-primary);
}

.bai-advantage-card p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--bai-text-secondary);
  margin: 0;
}

/* ═══════════════════════════════════════════════ */
/* 7. FINAL CTA                                   */
/* ═══════════════════════════════════════════════ */
.bai-explore-cta-section {
  text-align: center;
  background-color: var(--bai-on-primary);
  border: 2px solid var(--bai-border-standard);
  border-radius: 2rem;
  padding: 5rem 2rem;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05);
}

.bai-explore-cta-section h2 {
  font-family: var(--bai-font-headline);
  font-size: 2.5rem;
  font-weight: 800;
  margin: 0 0 1rem 0;
  color: var(--bai-text-primary);
}

.bai-explore-cta-section p {
  font-size: 1.1875rem;
  color: var(--bai-text-secondary);
  margin: 0 0 2.5rem 0;
  line-height: 1.6;
}

/* Button inheriting user custom vars */
.bai-explore-section .bai-btn-primary {
  background-color: var(--pupperoni-pink, #F97316);
  color: var(--the-barkside, #1a1c1e);
  border: 6px solid var(--the-barkside, #1a1c1e);
  padding: 1.25rem 2.5rem;
  border-radius: 3rem;
  font-family: var(--bai-font-headline);
  font-size: 1.5rem;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.15s ease;
}

.bai-explore-section .bai-btn-primary:hover {
  background-color: var(--navy-drool, #0a58ca);
  color: var(--pupperoni-pink, #F97316);
  transform: translateY(5px);
}

.bai-explore-section .bai-btn-primary a {
    color: var(--the-darkside);
}

.bai-explore-section .bai-btn-primary:active {
  transform: translateY(10px);
}

/* ═══════════════════════════════════════════════ */
/* RESPONSIVE                                     */
/* ═══════════════════════════════════════════════ */
@media (max-width: 991px) {
  .bai-explore-title {
    font-size: 2.75rem;
  }
  
  .bai-explore-pain {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .bai-explore-brief-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .bai-explore-brief {
    padding: 3rem 2rem;
  }
  
  .bai-explore-flow-steps {
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
  }
  
  .bai-flow-arrow-h {
    display: none;
  }
  
  .bai-flow-step {
    max-width: 180px;
  }
  
  .bai-explore-advantage-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .bai-explore-section {
    padding: 4rem 1.25rem;
  }
  
  .bai-explore-title {
    font-size: 2.25rem;
  }
  
  .bai-explore-brief-grid {
    grid-template-columns: 1fr;
  }
  
  .bai-flow-step {
    max-width: 100%;
    flex: 0 0 100%;
  }
  
  .bai-explore-advantage-grid {
    grid-template-columns: 1fr;
  }
  
  .bai-explore-cta-section h2 {
    font-size: 2rem;
  }
  
  .bai-explore-cta-section {
    padding: 3rem 1.5rem;
  }
}/* End custom CSS */