@charset "utf-8";
/* CSS Document */
/* Scoped Wrapper to prevent leaks */
#ads-agency-hero-banner {
  margin: 0;
  padding: 0;
  box-sizing: border-box;  
  background-color: #010101;
  color: #ffffff !important;
  width: 100%;
  overflow: hidden;
  position: relative;
	
}

#ads-agency-hero-banner * {
  box-sizing: border-box;
}

/* Layout Container */
#ads-agency-hero-banner .banner-container {
  display: flex;
  flex-direction: column-reverse; /* Mobile first stack */
  max-width: 1240px;
  margin: 0 auto;
  min-height: 550px;
}

/* Content Side Styling */
#ads-agency-hero-banner .banner-content {
  padding: 40px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
	
	
}

#ads-agency-hero-banner .sub-headline {
  color: #a3e635; /* Bright Lime Green */
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 0.9rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#ads-agency-hero-banner .main-headline {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 20px 0;
}

#ads-agency-hero-banner .highlight-text {
  color: #84cc16;
  text-transform: uppercase;
  border-bottom: 3px solid #84cc16;
  display: inline-block;
  padding-bottom: 2px;
}

#ads-agency-hero-banner .description {
  color: #cccccc;
  font-size: 1rem;
  line-height: 1.5;
  max-width: 550px;
  margin-bottom: 30px;
}

/* Features Grid */
#ads-agency-hero-banner .features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 25px;
  border-top: 1px solid #222;
  padding-top: 20px;
}

#ads-agency-hero-banner .feature-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#ads-agency-hero-banner .feature-icon {
  font-size: 1.5rem;
  margin-bottom: 8px;
}

#ads-agency-hero-banner .feature-item p {
  margin: 0;
  font-size: 0.65rem;
  color: #e5e7eb;
  font-weight: 600;
  line-height: 1.3;
}

/* CTA & Badges layout */
#ads-agency-hero-banner .cta-actions {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

#ads-agency-hero-banner .cta-button {
  background-color: #a3e635;
  color: #010101;
  text-decoration: none;
  font-weight: 800;
  padding: 15px 25px;
  border-radius: 4px;
  font-size: 0.95rem;
  transition: background-color 0.2s ease;
  text-align: center;
  width: 100%;
}

#ads-agency-hero-banner .cta-button:hover {
  background-color: #84cc16;
}

/* Google Partner Badge imitation */
#ads-agency-hero-banner .partner-badge {
  background-color: #ffffff;
  padding: 8px 12px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  font-family: Arial, sans-serif;
}

#ads-agency-hero-banner .badge-red {
  background-color: #ea4335;
  color: white;
  font-size: 0.6rem;
  font-weight: bold;
  padding: 2px 4px;
  margin-right: 6px;
  border-radius: 1px;
}

#ads-agency-hero-banner .badge-text {
  color: #5f6368;
  font-weight: bold;
  font-size: 0.9rem;
}

/* Image Side Layout */
#ads-agency-hero-banner .banner-image-side {
  flex: 1;
  position: relative;
  background-color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
}

#ads-agency-hero-banner .responsive-parts-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* --- Responsive Media Queries --- */

/* Tablets and Up (Landscape/Desktop split) */
@media (min-width: 768px) {
  #ads-agency-hero-banner .banner-container {
    flex-direction: row; /* Horizontal split */
  }

  #ads-agency-hero-banner .banner-content {
    
    width: 50%;
  }

  #ads-agency-hero-banner .main-headline {
    font-size: 2rem;
	  color: #ffffff;
  }

  #ads-agency-hero-banner .features-grid {
    grid-template-columns: repeat(4, 1fr); /* Spreads out features into 4 columns */
    gap: 15px;
  }

  #ads-agency-hero-banner .cta-actions {
    flex-direction: row;
    align-items: center;
  }

  #ads-agency-hero-banner .cta-button {
    width: auto;
  }

  #ads-agency-hero-banner .banner-image-side {
    width: 50%;
  }
}

/* Extra Large Desktop optimization */
@media (min-width: 1200px) {
  #ads-agency-hero-banner .main-headline {
    font-size: 2.5rem;
	  color: #ffffff;
  }
  #ads-agency-hero-banner .banner-content {
   
	  
  }
}
/* Isolated container block targeting */
#beeq-features-section {
  background-color: #f7f7f7; /* Off-white background */
  padding: 60px 20px;
  width: 100%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}

#beeq-features-section * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#beeq-features-section .features-wrapper {
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}

/* Header Styling */
#beeq-features-section .section-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #111111;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
}

#beeq-features-section .brand-highlight {
  color: #84cc16; /* Bright lime green accent */
}

/* Flexible display row layout */
#beeq-features-section .features-grid {
  display: flex;
  flex-direction: column; /* Default stacked on mobile devices */
  width: 100%;
}

/* Individual feature structure */
#beeq-features-section .feature-card {
  flex: 1;
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* Universal icon container constraints */
#beeq-features-section .feature-icon-box {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  color: #111111;
}

#beeq-features-section .feature-svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Text elements */
#beeq-features-section .feature-heading {
  font-size: 0.75rem;
  font-weight: 800;
  color: #000000;
  line-height: 1;
 
  min-height: 38px; /* Alignment equalizer across items */
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.2px;
}

#beeq-features-section .feature-desc {
  font-size: 0.88rem;
  color: #444444;
  line-height: 1.5;
  font-weight: 400;
  max-width: 240px;
}

#beeq-features-section .list-style {
  line-height: 1.6;
}

/* --- Responsive Layout Configurations --- */

/* Mobile dividers fallback */
@media (max-width: 767px) {
  #beeq-features-section .feature-card:not(:last-child) {
    border-bottom: 1px solid #dddddd;
  }
}

/* Tablet Upwards to Large Screens (Landscape Row View) */
@media (min-width: 768px) {
  #beeq-features-section .features-grid {
    flex-direction: row; /* Converts blocks to a straight horizontal line */
    align-items: stretch;
  }
  
  #beeq-features-section .feature-card {
    padding: 10px 10px;
  }
  
  /* Adds clean inline dividers exactly matching the layout style image */
  #beeq-features-section .feature-card:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: #cccccc;
  }
  
  #beeq-features-section .section-title {
    font-size: 2rem;
  }
}
/* Fully isolated container box */
#beeq-services-bar {
  background-color: #0d0f12; /* Dark background matching the image frame */
  padding: 30px 15px;
  width: 100%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}

#beeq-services-bar * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Outer card layout container matching the image capsule */
#beeq-services-bar .services-wrapper {
  max-width: 1240px;
  margin: 0 auto;
  border: 1px solid #22262a;
  border-radius: 5px;
  padding: 10px 0px;
  background-color: #090a0c;
}

/* Header Text */
#beeq-services-bar .services-title {
  color: #ffffff;
  text-align: center;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

#beeq-services-bar .highlight-green {
  color: #a3e635; /* Lime Green matching identity */
}

/* Flexible Grid Setup */
#beeq-services-bar .services-grid {
  display: grid;
  /* Default Mobile: 2 items per row */
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 0;
}

/* Grid Item Elements */
#beeq-services-bar .service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 10px;
  position: relative;
}

/* SVG Icon Formatting wrapper */
#beeq-services-bar .icon-box {
  width: 42px;
  height: 42px;
  color: #a3e635;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#beeq-services-bar .icon-box svg {
  width: 100%;
  height: 100%;
}

/* Item Typography Labels */
#beeq-services-bar .service-label {
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.3px;
}

/* --- Responsive Breakpoints --- */

/* Mobile dividers styling rules */
@media (max-width: 767px) {
  /* Give row lines dynamically on mobile grids */
  #beeq-services-bar .service-card:nth-child(odd) {
    border-right: 1px solid #1a1e24;
  }
  #beeq-services-bar .service-card:nth-child(3),
  #beeq-services-bar .service-card:nth-child(4),
  #beeq-services-bar .service-card:nth-child(5),
  #beeq-services-bar .service-card:nth-child(6),
  #beeq-services-bar .service-card:nth-child(1),
  #beeq-services-bar .service-card:nth-child(2) {
    border-bottom: 1px solid #1a1e24;
    padding-bottom: 20px;
  }
}

/* Tablets (4 Columns) */
@media (min-width: 768px) and (max-width: 1024px) {
  #beeq-services-bar .services-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 25px 0;
  }
  
  #beeq-services-bar .service-card:not(:nth-child(4n)) {
    border-right: 1px solid #1a1e24;
  }
}

/* Desktop Monitors (Full 8 Column Spread) */
@media (min-width: 1025px) {
  #beeq-services-bar .services-grid {
    grid-template-columns: repeat(8, 1fr);
  }

  /* Exact clean vertical board separators matching original sample image */
  #beeq-services-bar .service-card:not(:last-child) {
    border-right: 1px solid #1a1e24;
  }

  #beeq-services-bar .service-label {
    font-size: 0.62rem;
  }
}

/* Fully isolated master wrapper wrapper box */
#beeq-benchmarks-section {
  background-color: #0d0f12; /* Charcoal theme background color */
  padding: 50px 20px;
  width: 100%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  color: #ffffff;
}

#beeq-benchmarks-section * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Row wrapper for desktop layout splits */
#beeq-benchmarks-section .section-container {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column; /* Collapses into single column stacks organically on mobile */
  gap: 30px;
}

/* Reusable card architecture definitions */
#beeq-benchmarks-section .panel-card {
  border: 1px solid #22262a;
  background-color: #12191d;
  border-radius: 5px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

/* Card Title Styles */
#beeq-benchmarks-section .panel-title {
  color: #a3e635; /* Electric Lime Green signature colors */
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}

#beeq-benchmarks-section .title-sub {
  color: #ffffff;
  font-size: 1.1rem;
}

/* Left panel lists formatting options */
#beeq-benchmarks-section .industries-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 2;
  position: relative;
}

#beeq-benchmarks-section .industries-list li {
  font-size: 0.95rem;
  font-weight: 500;
  color: #e5e7eb;
  display: flex;
  align-items: center;
}

#beeq-benchmarks-section .check-icon {
  background-color: #a3e635;
  color: #000000;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: bold;
  margin-right: 12px;
}

/* Decorative Wireframe Asset Container placeholder */
#beeq-benchmarks-section .car-wireframe-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
  height: 100%;
  background: url('your-car-wireframe-image.png') no-repeat right bottom;
  background-size: contain;
  opacity: 0.25;
  pointer-events: none;
  z-index: 1;
}

/* Right-side structure blocks container grouping */
#beeq-benchmarks-section .right-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Benchmarks Data Layout Rows Table design definitions */
#beeq-benchmarks-section .pricing-table {
  border: 1px solid #1a1e24;
  border-radius: 8px;
  background-color: #070809;
}

#beeq-benchmarks-section .price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

#beeq-benchmarks-section .price-row:not(:last-child) {
  border-bottom: 1px solid #1a1e24;
}

#beeq-benchmarks-section .item-meta {
  display: flex;
  align-items: center;
  gap: 15px;
}

#beeq-benchmarks-section .meta-icon {
  font-size: 2rem;
  color: #9ca3af;
}

#beeq-benchmarks-section .meta-text {
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #ffffff;
  line-height: 1.4;
}

#beeq-benchmarks-section .price-data {
  text-align: right;
}

#beeq-benchmarks-section .amount {
  display: block;
  color: #a3e635;
  font-size: 1.5rem;
  font-weight: 800;
}

#beeq-benchmarks-section .unit {
  font-size: 0.75rem;
  color: #9ca3af;
  font-weight: bold;
  letter-spacing: 0.5px;
}

/* Trust Badges Styling section layouts */
#beeq-benchmarks-section .value-badges-container {
  display: grid;
  grid-template-columns: 1fr; /* Single column phone view setups defaults */
  gap: 20px;
}

#beeq-benchmarks-section .value-badge {
  text-align: center;
  padding: 10px;
}

#beeq-benchmarks-section .badge-icon {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #a3e635;
}

#beeq-benchmarks-section .badge-title {
  font-size: 0.68rem;
  font-weight: 800;
  color: #a3e635;
  margin-bottom: 6px;
  letter-spacing: 0.3px;
}

#beeq-benchmarks-section .badge-desc {
  font-size: 0.82rem;
  color: #9ca3af;
  line-height: 1.4;
}

/* Bottom Heading element style settings */
#beeq-benchmarks-section .section-footer-cta {
  text-align: left;
  max-width: 1240px;
  margin: 40px auto 0 auto;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.2;
}

#beeq-benchmarks-section .highlight-lime {
  color: #a3e635;
}

/* --- Responsive Media Query Modifications --- */

@media (min-width: 768px) {
  #beeq-benchmarks-section .value-badges-container {
    grid-template-columns: repeat(3, 1fr); /* Split horizontal badges layout views */
    border-top: 1px solid transparent;
  }
}

@media (min-width: 1025px) {
  #beeq-benchmarks-section .section-container {
    flex-direction: row; /* Desktop horizontal main layouts grids split view mode */
  }
  
  #beeq-benchmarks-section .industries-panel {
    flex: 1.1; /* Generous scale allocation properties settings rules */
  }

  #beeq-benchmarks-section .right-column {
    flex: 1.3;
  }
  
  #beeq-benchmarks-section .car-wireframe-bg {
    opacity: 0.7; /* Full graphic display settings filters properties profiles desktop mode */
  }
  
  #beeq-benchmarks-section .section-footer-cta {
    font-size: 2rem;
  }
}


/* Fully isolated block root */
#beeq-pricing-section {
  
  background-image: radial-gradient(circle at top right, rgba(163, 230, 53, 0.05), transparent 40%),
                    radial-gradient(circle at top left, rgba(163, 230, 53, 0.03), transparent 30%);
  padding: 80px 20px;
  width: 100%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #ffffff;
  box-sizing: border-box;
}

#beeq-pricing-section * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#beeq-pricing-section .pricing-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header Text Alignments */
#beeq-pricing-section .pricing-header {
  text-align: center;
  margin-bottom: 60px;
}

#beeq-pricing-section .badge-brand {
  background-color: #a3e635;
  color: #000000;
  font-weight: 800;
  font-size: 0.75rem;
  padding: 6px 16px;
  border-radius: 5px;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 20px;
}

#beeq-pricing-section .main-title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

#beeq-pricing-section .highlight-lime {
  color: #a3e635;
}

#beeq-pricing-section .subtitle-text {
  color: #9ca3af;
  font-size: 0.95rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

/* Flexible Grid Setup */
#beeq-pricing-section .pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 60px;
  align-items: stretch;
}

/* Base Package Card Properties */
#beeq-pricing-section .package-card {
  background-color: #0d1117;
  border: 1px solid #1f2937;
  border-radius: 5px;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), 
              box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), 
              border-color 0.3s ease;
}

/* Card Interactive Hover Hooks */
#beeq-pricing-section .package-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.4);
  border-color: rgba(163, 230, 53, 0.3);
}

/* Featured / Most Popular Variant Specifics */
#beeq-pricing-section .featured-card {
  background: linear-gradient(180deg, #a3e635 0%, #a3e635 33%, #0d1117 33.01%, #0d1117 100%);
  border: 1px solid #a3e635;
  box-shadow: 0 10px 30px rgba(163, 230, 53, 0.1);
}

#beeq-pricing-section .featured-card .package-name,
#beeq-pricing-section .featured-card .package-price {
  color: #000000;
}

#beeq-pricing-section .featured-card .package-icon {
  background-color: #000000;
  color: #a3e635;
}

#beeq-pricing-section .popular-tag {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000000;
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 900;
  padding: 4px 16px;
  border-radius: 5px;
  letter-spacing: 1px;
  border: 1px solid #a3e635;
}

/* Header Sections inside cards */
#beeq-pricing-section .card-header {
  text-align: center;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#beeq-pricing-section .package-icon {
  width: 44px;
  height: 44px;
 
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 12px;
}

#beeq-pricing-section .package-name {
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #9ca3af;
  margin-bottom: 8px;
}

#beeq-pricing-section .package-price {
  font-size: 2.2rem;
  font-weight: 900;
  color: #a3e635;
  margin-bottom: 15px;
}

#beeq-pricing-section .price-sub {
  font-size: 1rem;
  font-weight: 500;
  color: inherit;
  opacity: 0.8;
}

#beeq-pricing-section .pill-badge {
  border: 1px solid #a3e635;
  color: #a3e635;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 6px 20px;
  border-radius: 5px;
  width: 100%;
  max-width: 220px;
}

#beeq-pricing-section .dark-badge {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}

/* Body Items Structural Rules */
#beeq-pricing-section .card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 15px;
}

#beeq-pricing-section .feature-row {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 16px 0;
}

#beeq-pricing-section .row-border {
  border-bottom: 1px dashed #1f2937;
}

#beeq-pricing-section .body-icon {
  font-size: 1.3rem;
  margin-top: 2px;
}

#beeq-pricing-section .row-title {
  font-size: 0.9rem;
  font-weight: 700;
  display: block;
  color: #ffffff;
}

#beeq-pricing-section .row-desc {
  font-size: 0.8rem;
  color: #9ca3af;
  margin-top: 2px;
  line-height: 1.4;
}

/* Checkmarks lists */
#beeq-pricing-section .checkmark-list {
  list-style: none;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#beeq-pricing-section .checkmark-list li {
  font-size: 0.85rem;
  color: #e5e7eb;
  display: flex;
  align-items: center;
  font-weight: 500;
}

#beeq-pricing-section .check-dot {
  color: #a3e635;
  font-weight: 900;
  margin-right: 10px;
  font-size: 0.9rem;
}

/* Action Buttons Footers */
#beeq-pricing-section .card-footer {
  padding-top: 20px;
}

#beeq-pricing-section .cta-btn {
  width: 100%;
  padding: 14px;
  border-radius: 5px;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
  border: 1px solid transparent;
  text-transform: uppercase;
}

#beeq-pricing-section .secondary-btn {
  background-color: transparent;
  border-color: #1f2937;
  color: #a3e635;
}

#beeq-pricing-section .secondary-btn:hover {
  background-color: rgba(163, 230, 53, 0.05);
  border-color: #a3e635;
}

#beeq-pricing-section .primary-btn {
  background-color: #a3e635;
  color: #000000;
}

#beeq-pricing-section .primary-btn:hover {
  background-color: #bef264;
  box-shadow: 0 0 15px rgba(163, 230, 53, 0.3);
}

#beeq-pricing-section .cta-btn:active {
  transform: scale(0.98);
}

/* Bottom Horizontal Security Trust Strip formatting options */
#beeq-pricing-section .bottom-trust-strip {
  border: 1px solid #1f2937;
  background-color: #0d1117;
  border-radius: 5px;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

#beeq-pricing-section .strip-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

#beeq-pricing-section .strip-item:not(:last-child) {
  border-bottom: 1px solid #1f2937;
  padding-bottom: 15px;
}

#beeq-pricing-section .strip-icon {
  font-size: 1.5rem;
  color: #a3e635;
}

#beeq-pricing-section .strip-text {
  font-size: 0.8rem;
  color: #9ca3af;
  line-height: 1.4;
}

#beeq-pricing-section .strip-text strong {
  color: #ffffff;
}

/* --- Responsive Layout Transformations --- */

/* Tablets View (Dual Column Balance shifts) */
@media (min-width: 600px) and (max-width: 950px) {
  #beeq-pricing-section .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  #beeq-pricing-section .featured-card {
    grid-column: span 2;
    background: linear-gradient(90deg, #a3e635 0%, #a3e635 30%, #0d1117 30.01%, #0d1117 100%);
  }

  #beeq-pricing-section .featured-card .card-header {
    width: 30%;
    float: left;
    padding-bottom: 0;
  }
  #beeq-pricing-section .featured-card .card-body {
    width: 70%;
    float: right;
    padding-left: 30px;
  }
  #beeq-pricing-section .featured-card .card-footer {
    clear: both;
  }
}

/* Desktops Layout Spread configurations (Full 3-Column Parallel) */
@media (min-width: 951px) {
  #beeq-pricing-section .main-title {
    font-size: 3.2rem;
  }

  #beeq-pricing-section .pricing-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: stretch;
  }

  #beeq-pricing-section .bottom-trust-strip {
    grid-template-columns: repeat(4, 1fr) 1.5fr;
    gap: 15px;
    padding: 20px 30px;
  }

  #beeq-pricing-section .strip-item:not(:last-child) {
    border-bottom: none;
    border-right: 1px solid #1f2937;
    padding-bottom: 0;
    padding-right: 15px;
  }
}

/* Scoped element block container protection */
#beeq-ppc-dashboard {
  background-color: #060708;
  padding: 40px 16px;
  width: 100%;
 
  color: #ffffff;
  box-sizing: border-box;
  position: relative;
}

#beeq-ppc-dashboard * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#beeq-ppc-dashboard .dashboard-container {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* 1. Policies Layout */
#beeq-ppc-dashboard .policies-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

#beeq-ppc-dashboard .policy-card {
  border: 1px solid rgba(163, 230, 53, 0.4);
  box-shadow: 0 0 15px rgba(163, 230, 53, 0.05);
  background: rgba(13, 17, 23, 0.85);
  border-radius: 5px;
  padding: 20px;
}

#beeq-ppc-dashboard .policy-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

#beeq-ppc-dashboard .policy-icon {
  width: 24px;
  height: 24px;
}

#beeq-ppc-dashboard .glow-lime {
  color: #a3e635;
  filter: drop-shadow(0 0 4px #a3e635);
}

#beeq-ppc-dashboard .policy-header h3 {
  font-size: 0.9rem;
  font-weight: 800;
  color: #a3e635;
  letter-spacing: 0.5px;
}

#beeq-ppc-dashboard .policy-card p {
  font-size: 0.82rem;
  color: #cccccc;
  line-height: 1.5;
}

#beeq-ppc-dashboard .highlight-lime {
  color: #a3e635;
}

#beeq-ppc-dashboard .text-underline {
  text-decoration: none;
}

/* 2. Main Title Layout Header Bar */
#beeq-ppc-dashboard .section-heading-bar {
  border: 1px solid #1f2937;
  background: #0d1117;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}

#beeq-ppc-dashboard .number-badge {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-weight: 900;
  font-size: 1.2rem;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background: #1f2937;
}

#beeq-ppc-dashboard .section-heading-bar h2 {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #ffffff;
}

#beeq-ppc-dashboard .heading-side-note {
  font-size: 0.82rem;
  color: #9ca3af;
  line-height: 1.4;
}

/* 3. Dual Comparison Plans Layout */
#beeq-ppc-dashboard .plans-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

#beeq-ppc-dashboard .plan-card {
  border: 1px solid rgba(163, 230, 53, 0.3);
  background-color: #090b0e;
  border-radius: 5px;
  padding: 25px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

#beeq-ppc-dashboard .plan-tag {
  background: #a3e635;
  color: #000000;
  font-weight: 900;
  font-size: 0.85rem;
  padding: 4px 15px;
  display: inline-block;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
  margin-bottom: 15px;
  width: fit-content;
}

#beeq-ppc-dashboard .plan-header-desc h3 {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.3px;
  margin-bottom: 6px;
  color: #ffffff;
}

#beeq-ppc-dashboard .plan-header-desc p {
  font-size: 0.82rem;
  color: #a3e635;
  margin-bottom: 20px;
}

/* Inner Pricing Component Elements */
#beeq-ppc-dashboard .plan-pricing-box {
  border: 1px solid #1f2937;
  background: #060708;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

#beeq-ppc-dashboard .price-rate {
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #1f2937;
}

#beeq-ppc-dashboard .rate-icon {
  width: 32px;
  height: 32px;
  color: #a3e635;
}

#beeq-ppc-dashboard .label-tiny {
  font-size: 0.65rem;
  color: #9ca3af;
  font-weight: 800;
  display: block;
}

#beeq-ppc-dashboard .amount-lime {
  color: #a3e635;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.1;
}

#beeq-ppc-dashboard .label-note {
  font-size: 0.7rem;
  color: #9ca3af;
}

#beeq-ppc-dashboard .price-meta {
  padding: 12px 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: #0b0e14;
}

#beeq-ppc-dashboard .meta-row {
  font-size: 0.78rem;
  color: #cccccc;
}

#beeq-ppc-dashboard .meta-row strong {
  color: #ffffff;
}

/* Detailed List Items rules */
#beeq-ppc-dashboard .plan-details-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 5;
}

#beeq-ppc-dashboard .detail-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

#beeq-ppc-dashboard .detail-icon {
  font-size: 1.2rem;
  margin-top: 2px;
}

#beeq-ppc-dashboard .detail-item h4 {
  font-size: 0.82rem;
  font-weight: 800;
  color: #a3e635;
  margin-bottom: 5px;
  letter-spacing: 0.3px;
}

#beeq-ppc-dashboard .detail-item p,
#beeq-ppc-dashboard .detail-item ul {
  font-size: 0.8rem;
  color: #bbbbbb;
  line-height: 1.4;
}

#beeq-ppc-dashboard .detail-item ul {
  padding-left: 15px;
}

/* Watermark Decorative Icons styles placement options */
#beeq-ppc-dashboard .parts-bg {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 140px;
  height: 140px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  opacity: 0.12;
  pointer-events: none;
}
/* Place your mechanical graphics here inside target blocks */
#beeq-ppc-dashboard .engine-silhouette { background-image: url('engine-icon.png'); }
#beeq-ppc-dashboard .brake-silhouette { background-image: url('brake-icon.png'); }

/* 4. Replacement Box Elements Bottom */
#beeq-ppc-dashboard .replacement-box {
  border: 1px solid rgba(163, 230, 53, 0.4);
  background: #090b0e;
  border-radius: 5px;
  padding: 25px;
}

#beeq-ppc-dashboard .replacement-header {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  border-bottom: 1px dashed #1f2937;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

#beeq-ppc-dashboard .replacement-icon {
  width: 32px;
  height: 32px;
  color: #a3e635;
}

#beeq-ppc-dashboard .replacement-header h3 {
  font-size: 0.95rem;
  font-weight: 800;
  color: #ffffff;
}

#beeq-ppc-dashboard .highlight-gray {
  color: #9ca3af;
}

#beeq-ppc-dashboard .replacement-header p {
  font-size: 0.82rem;
  color: #9ca3af;
  margin-top: 4px;
}

#beeq-ppc-dashboard .conditions-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

#beeq-ppc-dashboard .condition-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

#beeq-ppc-dashboard .cond-icon {
  font-size: 1.4rem;
}

#beeq-ppc-dashboard .condition-item h5 {
  font-size: 0.8rem;
  font-weight: 800;
  color: #a3e635;
  margin-bottom: 3px;
}

#beeq-ppc-dashboard .condition-item p {
  font-size: 0.78rem;
  color: #9ca3af;
  line-height: 1.4;
}

/* --- Responsive Layout Breakpoints Adjustments --- */

/* Tablets Landscape up to Desktop Grid Transitions Screen Viewports */
@media (min-width: 768px) {
  #beeq-ppc-dashboard .policies-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  #beeq-ppc-dashboard .section-heading-bar {
    flex-direction: row;
    align-items: center;
  }
  
  #beeq-ppc-dashboard .heading-side-note {
    border-left: 1px solid #1f2937;
    padding-left: 15px;
    max-width: 55%;
  }

  #beeq-ppc-dashboard .plan-pricing-box {
    flex-direction: row;
  }

  #beeq-ppc-dashboard .price-rate {
    border-bottom: none;
    border-right: 1px solid #1f2937;
    flex: 1.2;
  }

  #beeq-ppc-dashboard .price-meta {
    flex: 1;
    justify-content: center;
  }

  #beeq-ppc-dashboard .conditions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Desktop Monitor Screen Split Views Mode Configurations Max */
@media (min-width: 1025px) {
  #beeq-ppc-dashboard .plans-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  #beeq-ppc-dashboard .conditions-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Fully isolated dashboard root */
#beeq-management-dashboard {
  background-color: #ffffff;
  padding: 40px 16px;
  width: 100%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #ffffff;
  box-sizing: border-box;
}

#beeq-management-dashboard * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#beeq-management-dashboard .dashboard-container {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Helper Text Classes */
#beeq-management-dashboard .text-lime { color: #a3e635; }
#beeq-management-dashboard .text-white { color: #ffffff; }
#beeq-management-dashboard .font-bold { font-weight: 700; }

/* Reusable border glow panels styling */
#beeq-management-dashboard .border-glow {
  border: 1px solid rgba(163, 230, 53, 0.25);
  background: #090b0e;
  border-radius: 5px;
  padding: 24px;
}

/* 1. Top Ribbon Header Style Rules */
#beeq-management-dashboard .header-ribbon {
  border: 1px solid rgba(163, 230, 53, 0.3);
  background: #0d1117;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

#beeq-management-dashboard .left-branding {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
}

#beeq-management-dashboard .polygon-badge {
  background: #a3e635;
  color: #000000;
  font-weight: 900;
  font-size: 1.4rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  flex-shrink: 0;
}

#beeq-management-dashboard .title-block h2 {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  color: #ffffff;
}

#beeq-management-dashboard .title-block p {
  font-size: 0.82rem;
  color: #9ca3af;
  line-height: 1.4;
}

#beeq-management-dashboard .right-pricing-tag {
  background-color: #07090b;
  border-top: 1px solid #1f2937;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 240px;
}

#beeq-management-dashboard .fee-label {
  font-size: 0.68rem;
  color: #a3e635;
  font-weight: 800;
  letter-spacing: 0.5px;
}

#beeq-management-dashboard .fee-amount {
  font-size: 2.2rem;
  font-weight: 900;
  color: #a3e635;
  line-height: 1.1;
  margin: 4px 0;
}

#beeq-management-dashboard .fee-sub {
  font-size: 0.72rem;
  color: #9ca3af;
}

/* 2. Recommendation Alert Strip CSS */
#beeq-management-dashboard .recommendation-strip {
  border: 1px solid #1f2937;
  background-color: #0d1117;
  border-radius: 5px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#beeq-management-dashboard .strip-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

#beeq-management-dashboard .globe-icon {
  font-size: 1.2rem;
  margin-top: 2px;
}

#beeq-management-dashboard .strip-content p {
  font-size: 0.82rem;
  line-height: 1.5;
  color: #e5e7eb;
}

#beeq-management-dashboard .strip-note {
  font-size: 0.78rem;
  color: #9ca3af;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 4px;
}

#beeq-management-dashboard .info-circle {
  width: 15px;
  height: 15px;
  border: 1px solid #9ca3af;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: bold;
}

/* 3. Strategy Layouts Grid system rules */
#beeq-management-dashboard .strategy-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

#beeq-management-dashboard .card-heading {
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
  border-bottom: 1px dashed rgba(163, 230, 53, 0.15);
  padding-bottom: 12px;
}

/* Requirements list specifics */
#beeq-management-dashboard .requirements-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

#beeq-management-dashboard .requirements-list li {
  display: flex;
  align-items: center;
  gap: 14px;
}

#beeq-management-dashboard .num-indicator {
  border: 1px solid #a3e635;
  color: #a3e635;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 800;
  flex-shrink: 0;
}

#beeq-management-dashboard .req-icon {
  font-size: 1.1rem;
  flex-shrink: 0;
}

#beeq-management-dashboard .requirements-list p {
  font-size: 0.85rem;
  color: #e5e7eb;
  line-height: 1.4;
}

/* Deliverables stacked cards list formatting rules */
#beeq-management-dashboard .deliverables-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#beeq-management-dashboard .deliv-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

#beeq-management-dashboard .deliv-icon {
  font-size: 1.2rem;
  margin-top: 2px;
  flex-shrink: 0;
}

#beeq-management-dashboard .deliv-item h4 {
  font-size: 0.82rem;
  font-weight: 800;
  color: #a3e635;
  margin-bottom: 3px;
  letter-spacing: 0.3px;
}

#beeq-management-dashboard .deliv-item p {
  font-size: 0.82rem;
  color: #d1d5db;
  line-height: 1.45;
}

/* 4. Data Matrix Table components elements */
#beeq-management-dashboard .table-header-title {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
  border-bottom: 1px solid #1f2937;
  padding-bottom: 15px;
}

#beeq-management-dashboard .trend-icon {
  font-size: 1.5rem;
}

#beeq-management-dashboard .table-header-title h3 {
  font-size: 0.95rem;
  font-weight: 800;
  color: #a3e635;
}

#beeq-management-dashboard .table-header-title p {
  font-size: 0.82rem;
  color: #9ca3af;
  margin-top: 2px;
}

#beeq-management-dashboard .responsive-table-wrapper {
  width: 100%;
  overflow-x: auto; /* Handles tablet/mobile overflowing tables seamlessly */
}

#beeq-management-dashboard .cost-matrix-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  min-width: 650px;
}

#beeq-management-dashboard .cost-matrix-table th {
  background-color: #11151d;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 12px 16px;
  letter-spacing: 0.5px;
  border: 1px solid #1f2937;
}

#beeq-management-dashboard .cost-matrix-table td {
  padding: 16px;
  font-size: 0.82rem;
  color: #d1d5db;
  border: 1px solid #1f2937;
  line-height: 1.5;
  vertical-align: top;
}

#beeq-management-dashboard .cost-matrix-table tbody tr:nth-child(even) {
  background-color: #0c0e12;
}

/* --- Media Queries Transformations --- */

/* Horizontal adjustments layout triggers */
@media (min-width: 768px) {
  #beeq-management-dashboard .header-ribbon {
    flex-direction: row;
  }

  #beeq-management-dashboard .right-pricing-tag {
    border-top: none;
    border-left: 1px solid #1f2937;
  }

  #beeq-management-dashboard .recommendation-strip {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  #beeq-management-dashboard .strip-note {
    border-left: 1px solid #1f2937;
    padding-left: 15px;
    flex-shrink: 0;
  }
}

/* Full side-by-side desktop view systems configuration adjustments layout */
@media (min-width: 1025px) {
  #beeq-management-dashboard .strategy-grid {
    grid-template-columns: 1fr 1.2fr; /* Balanced multi-column view matrix layout spacing details */
  }
}

/* Isolated Scoped CSS for BEEQ FAQ Module */
.beeq-faq-wrapper {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #333333;
  background-color: #fafbf9;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.beeq-faq-wrapper *, 
.beeq-faq-wrapper *::before, 
.beeq-faq-wrapper *::after {
  box-sizing: border-box !important;
}

/* Header UI Elements */
.beeq-faq-header {
  background: linear-gradient(135deg, #0b0f07 0%, #151d0f 100%);
  color: #ffffff;
  padding: 60px 20px 40px 20px;
  text-align: center;
}

.beeq-faq-header-content {
  max-width: 1200px;
  margin: 0 auto;
}

.beeq-logo {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 25px;
  color: #ffffff;
}

.beeq-logo span {
  color: #a3e635;
  font-weight: 300;
}

.beeq-sub-badge {
  color: #a3e635;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.beeq-faq-header h1 {
  font-size: 42px;
  font-weight: 800;
  margin: 0 0 15px 0;
  letter-spacing: -0.5px;
  color: #ffffff;
}

.beeq-header-desc {
  color: #a0aec0;
  font-size: 16px;
  max-width: 650px;
  margin: 0 auto 50px auto;
  line-height: 1.5;
}

/* Header Feature Grid Layout */
.beeq-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.beeq-feature-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  text-align: left;
}

.beeq-feature-icon {
  color: #a3e635;
  flex-shrink: 0;
}

.beeq-feature-icon svg {
  width: 24px;
  height: 24px;
}

.beeq-feature-info h3 {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 5px 0;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.beeq-feature-info p {
  font-size: 12px;
  color: #a0aec0;
  margin: 0;
  line-height: 1.4;
}

/* Core Main Split Workspace Grid Layout */
.beeq-faq-container_1 {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  align-items: flex-start;
}

/* Left Workspace Navigation Columns */
.beeq-faq-sidebar {
  position: sticky;
  top: 30px;
}

.beeq-category-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.03);
  margin-bottom: 25px;
  border: 1px solid #e2e8f0;
}

.beeq-category-card h3 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0 0 20px 0;
  color: #1a202c;
}

.beeq-category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.beeq-cat-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #4a5568;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.beeq-cat-item:hover {
  background: #f7fafc;
  color: #1a202c;
}

.beeq-cat-item.active {
  background: #f4fce3;
  color: #2b5c00;
  font-weight: 600;
}

.beeq-cat-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.beeq-cat-icon {
  width: 18px;
  height: 18px;
  opacity: 0.7;
}

.beeq-cat-item.active .beeq-cat-icon {
  opacity: 1;
}

.beeq-cat-count {
  background: #edf2f7;
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  color: #718096;
}

.beeq-cat-item.active .beeq-cat-count {
  background: #a3e635;
  color: #151d0f;
}

/* Sidebar CTA Box Card Layout */
.beeq-sidebar-cta {
  background: #fdfefb;
  border: 1px dashed #c0eb75;
  border-radius: 12px;
  padding: 30px 24px;
  text-align: center;
}

.beeq-cta-headphone {
  background: #f4fce3;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px auto;
  color: #65a30d;
}

.beeq-cta-headphone svg {
  width: 24px;
  height: 24px;
}

.beeq-sidebar-cta h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px 0;
  color: #1a202c;
}

.beeq-sidebar-cta p {
  font-size: 13px;
  color: #718096;
  margin: 0 0 20px 0;
  line-height: 1.4;
}

.beeq-btn-green {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #a3e635;
  color: #151d0f;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 6px;
  letter-spacing: 0.5px;
  transition: background 0.2s ease;
}

.beeq-btn-green:hover {
  background: #86efac;
}

/* Right Core Main View Header Dashboard & Controllers */
.beeq-controls-row {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.beeq-search-wrapper {
  position: relative;
  flex-grow: 1;
}

.beeq-search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #a0aec0;
  pointer-events: none;
}

#beeqFaqSearch {
  width: 100%;
  padding: 14px 16px 14px 46px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  font-size: 14px;
  outline: none;
  box-shadow: 0 2px 10px rgba(0,0,0,0.01);
  transition: border 0.2s ease;
}

#beeqFaqSearch:focus {
  border-color: #a3e635;
}

.beeq-toggle-all-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #a3e635;
  color: #151d0f;
  border: none;
  padding: 0 20px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.beeq-toggle-all-btn:hover {
  background: #8bef2b;
}

.beeq-toggle-all-btn svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.beeq-toggle-all-btn.expanded svg {
  transform: rotate(180deg);
}

/* Accordion UI Framework Architecture Block */
.beeq-accordion-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.beeq-accordion-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.beeq-accordion-item.open {
  border-color: #d9f99d;
  box-shadow: 0 4px 20px rgba(163, 230, 53, 0.05);
}

.beeq-accordion-header {
  display: flex;
  align-items: center;
  padding: 20px 24px;
  cursor: pointer;
  user-select: none;
  gap: 20px;
  background: #ffffff;
}

.beeq-accordion-item.open .beeq-accordion-header {
  background: #fdfefb;
}

.beeq-q-num {
  font-size: 13px;
  font-weight: 700;
  background: #f1f5f9;
  color: #64748b;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.beeq-accordion-item.open .beeq-q-num {
  background: #a3e635;
  color: #151d0f;
}

.beeq-q-text {
  font-size: 15px;
  font-weight: 600;
  color: #1a202c;
  margin: 0;
  flex-grow: 1;
  line-height: 1.4;
}

.beeq-q-arrow {
  color: #a0aec0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.beeq-q-arrow svg {
  width: 18px;
  height: 18px;
}

.beeq-accordion-item.open .beeq-q-arrow {
  transform: rotate(-180deg);
  color: #4a5568;
}

/* Nested Custom Accordion Internal Body Space styling */
.beeq-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.beeq-accordion-inner {
  padding: 0 24px 24px 68px;
  color: #4a5568;
  font-size: 14.5px;
  line-height: 1.6;
}

.beeq-accordion-inner p {
  margin: 0 0 12px 0;
}

.beeq-accordion-inner p:last-child {
  margin-bottom: 0;
}

.beeq-content-list {
  margin: 0 0 16px 0;
  padding-left: 20px;
}

.beeq-content-list li {
  margin-bottom: 6px;
}

/* Value Strip Metric Footer Ribbon */
.beeq-faq-footer-strip {
  background: #ffffff;
  border-top: 1px solid #e2e8f0;
  padding: 30px 20px;
  margin-top: 60px;
}

.beeq-strip-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.beeq-strip-item {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.beeq-strip-item svg {
  width: 24px;
  height: 24px;
  color: #84cc16;
  flex-shrink: 0;
}

.beeq-strip-item strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 2px;
}

.beeq-strip-item p {
  font-size: 11px;
  color: #718096;
  margin: 0;
}

/* Comprehensive Responsive Breakpoints Engine */
@media (max-width: 1024px) {
  .beeq-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .beeq-faq-container_1 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .beeq-faq-sidebar {
    position: static;
  }
  .beeq-category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .beeq-cat-item {
    margin-bottom: 0;
    flex: initial;
  }
  .beeq-sidebar-cta {
    display: none;
  }
  .beeq-strip-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .beeq-faq-header h1 {
    font-size: 32px;
  }
  .beeq-feature-grid {
    grid-template-columns: 1fr;
  }
  .beeq-controls-row {
    flex-direction: column;
  }
  .beeq-toggle-all-btn {
    padding: 14px;
    justify-content: center;
  }
  .beeq-accordion-inner {
    padding-left: 24px;
  }
  .beeq-strip-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .beeq-faq-header h1 {
    font-size: 26px;
  }
  .beeq-category-list {
    flex-direction: column;
    display: flex;
  }
  .beeq-cat-item {
    width: 100%;
  }
  .beeq-accordion-header {
    padding: 16px;
    gap: 12px;
  }
  .beeq-strip-container {
    grid-template-columns: 1fr;
  }
}