@charset "utf-8";
/* CSS Document */
/* Isolated Parent Wrapper to prevent conflicts */
.ads-hero-section {
  background-color: #000000;
  background-image: radial-gradient(circle at 80% 50%, rgba(138, 201, 38, 0.12) 0%, transparent 50%);
  color: #ffffff;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  padding: 60px 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background-image:url("../img/a2628a1d-ee44-484a-803e-22f02fbe0cf8.png");
	background-position: center top;
	background-repeat: no-repeat;
	
}

.ads-hero-section * {
  box-sizing: border-box;
}

.ads-hero-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* Left side elements */
.ads-hero-content {
  flex: 1;
  max-width: 650px;
  z-index: 2;
}

.ads-badge {
  display: inline-block;
  background-color: rgba(138, 201, 38, 0.15);
  border: 1px solid #8ac926;
  color: #8ac926;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 6px 14px;
  border-radius: 5px;
  margin-bottom: 24px;
}

.ads-main-title {
  font-size: 46px;
  line-height: 1.15;
  font-weight: 800;
  margin: 0 0 20px 0;
  letter-spacing: -0.5px;
	color: #ffffff;
}

.ads-main-title .highlight-white {
  color: #ffffff;
}

.ads-main-title .highlight-green {
  color: #8ac926;
}

.ads-sub-title {
  font-size: 20px;
  font-weight: 500;
  color: #e0e0e0;
  margin-bottom: 28px;
}

/* Feature grid rules */
.ads-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 24px;
  margin-bottom: 40px;
}

.ads-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}

.ads-feature-item .check-icon {
  width: 18px;
  height: 18px;
  fill: #8ac926;
  flex-shrink: 0;
}

/* Bottom Stats Grid styling */
.ads-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.ads-stat-card {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.02);
  border-radius: 6px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.ads-stat-card:hover {
  border-color: rgba(138, 201, 38, 0.4);
  background-color: rgba(138, 201, 38, 0.03);
}

.ads-stat-icon-wrapper {
  flex-shrink: 0;
}

.ads-stat-icon-wrapper .stat-icon {
  width: 24px;
  height: 24px;
  fill: #8ac926;
}

.stat-number {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

.stat-label {
  font-size: 10px;
  color: #aaaaaa;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

/* Right Side Image Composition */
.ads-hero-media {
  flex: 1;
  position: relative;
 
  align-items: center;
 
}

.media-map {
  width: 90%;
  max-width: 100%;
  opacity: 0.85;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.media-engine {
  width: 65%;
  max-width: 460px;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.7)) drop-shadow(0 0 25px rgba(138, 201, 38, 0.2));
  animation: floatEffect 4s ease-in-out infinite;
}

/* Subtle Interactive Float effect for the main assets */
@keyframes floatEffect {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* --- Responsive Breakpoints --- */

@media (max-width: 1024px) {
  .ads-main-title { font-size: 38px; }
  .ads-hero-media { min-height: 380px; }
  .ads-stats-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .ads-hero-container {
    flex-direction: column;
    text-align: center;
  }
  .ads-hero-content {
    max-width: 100%;
  }
  .ads-features-grid {
    justify-content: center;
    max-width: 500px;
    margin: 0 auto 35px auto;
  }
  .ads-feature-item {
    text-align: left;
  }
  .ads-hero-media {
    width: 100%;
    min-height: auto;
    margin-top: 20px;
  }
  .media-map, .media-engine {
    position: relative;
    width: 100%;
    max-width: 400px;
  }
  .media-map {
    display: none; /* Hiding the background map map on small screens prevents messy overlapping stacked layers */
  }
}

@media (max-width: 480px) {
  .ads-main-title { font-size: 28px; }
  .ads-features-grid { grid-template-columns: 1fr; gap: 12px; }
  .ads-stats-grid { grid-template-columns: 1fr; }
  .ads-stat-card { padding: 16px; }
}
/* Isolated scope to protect your existing styles */
.bm-features-section {
  width: 100%;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  background-color: #fcfcfc;
  padding: 40px 20px;
  box-sizing: border-box;
}

.bm-features-section * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Trust Banner Styles */
.bm-trust-banner {
  max-width: 1200px;
  margin: 0 auto 50px auto;
  text-align: center;
}

.bm-trust-title {
  font-size: 13px;
  font-weight: 800;
  color: #111111;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.bm-logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.bm-logo-img {
  max-height: 35px;
  max-width: 130px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.85;
  transition: all 0.3s ease;
}

.bm-logo-img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* Why Choose Section Area Styles */
.bm-why-choose-container {
  max-width: 1240px;
  margin: 0 auto;
}

.bm-section-heading {
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  color: #111111;
  letter-spacing: 0.5px;
  margin-bottom: 35px;
}

.bm-text-green {
  color: #8ac926; /* Bright lime green color variant matching the UI */
}

/* 8-Column Grid setup which naturally falls back gracefully */
.bm-cards-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 5px;
}

.bm-card {
  background: #ffffff;
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 12px 10px 10px 10px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.02);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Subtle Hover Micro-interaction */
.bm-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.06);
}

.bm-icon-wrapper {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.bm-icon-wrapper img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.bm-card-title {
  font-size: 11px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 10px;
  line-height: 1.3;
}

.bm-card-desc {
  font-size: 11px;
  color: #666666;
  line-height: 1.5;
}

/* --- Responsive Breakpoints --- */

/* Standard Desktop / Tablet Landscape view */
@media (max-width: 1200px) {
  .bm-cards-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
  }
  .bm-logo-grid {
    justify-content: center;
    gap: 30px;
  }
}

/* Small Tablets / Vertical View */
@media (max-width: 768px) {
  .bm-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bm-section-heading {
    font-size: 16px;
  }
}

/* Smart Phones View */
@media (max-width: 480px) {
  .bm-cards-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .bm-card {
    padding: 20px;
  }
  .bm-logo-grid {
    gap: 20px;
  }
  .bm-logo-img {
    max-height: 28px;
    max-width: 100px;
  }
}
/* ==========================================================================
       Scoped Styles for FAQ Section Only (.alpha-faq-section)
       ========================================================================== */
    .alpha-faq-section {
      --af-green: #8cc63f;
      --af-green-tint: #f4fce3;
      --af-dark: #0f1015;
      --af-border: #eaeaea;
      --af-text-main: #111111;
      --af-text-muted: #666666;
      
      font-family: 'Inter', sans-serif;
      background-color: #ffffff;
      color: var(--af-text-main);
      padding: 60px 20px;
      width: 100%;
      box-sizing: border-box;
    }

    .alpha-faq-section * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    .alpha-faq-container {
      max-width: 1200px;
      margin: 0 auto;
    }

    /* Header Styles */
    .alpha-faq-header {
      text-align: center;
      margin-bottom: 50px;
    }

    .alpha-faq-tag {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 12px;
      font-weight: 700;
      color: var(--af-green);
      letter-spacing: 0.5px;
      text-transform: uppercase;
      margin-bottom: 12px;
    }

    .alpha-faq-title {
      font-size: 36px;
      font-weight: 700;
      color: var(--af-text-main);
      margin-bottom: 10px;
    }

    .alpha-faq-subtitle {
      font-size: 15px;
      color: var(--af-text-muted);
    }

    /* Main Grid Layout */
    .alpha-faq-body {
      display: grid;
      grid-template-columns: 340px 1fr;
      gap: 30px;
      align-items: start;
    }

    /* Sidebar Navigation Tabs */
    .alpha-faq-sidebar {
      background: #ffffff;
      border: 1px solid var(--af-border);
      border-radius: 5px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }

    .alpha-tab-btn {
      display: flex;
      align-items: center;
      gap: 15px;
      width: 100%;
      padding: 18px 20px;
      background: #ffffff;
      border: none;
      border-bottom: 1px solid var(--af-border);
      text-align: left;
      cursor: pointer;
      transition: all 0.2s ease;
      color: var(--af-text-main);
    }

    .alpha-faq-sidebar .alpha-tab-btn:last-child {
      border-bottom: none;
    }

    .alpha-tab-icon {
      font-size: 20px;
      width: 24px;
      text-align: center;
      color: var(--af-text-main);
    }

    .alpha-tab-text {
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    .alpha-tab-small {
      font-size: 11px;
      font-weight: 700;
      color: var(--af-text-muted);
      letter-spacing: 0.3px;
      text-transform: uppercase;
    }

    .alpha-tab-main {
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      color: var(--af-text-main);
    }

    .alpha-tab-arrow {
      font-size: 12px;
      color: var(--af-text-muted);
      transition: transform 0.2s ease;
    }

    /* Active State for Sidebar Tab */
    .alpha-tab-btn.active {
      background-color: var(--af-dark);
      color: #ffffff;
      border-left: 5px solid var(--af-green);
    }

    .alpha-tab-btn.active .alpha-tab-small {
      color: var(--af-green);
    }

    .alpha-tab-btn.active .alpha-tab-main,
    .alpha-tab-btn.active .alpha-tab-icon,
    .alpha-tab-btn.active .alpha-tab-arrow {
      color: #ffffff;
    }

    /* Right Content Area Card */
    .alpha-faq-content-panel {
      background: #ffffff;
      border: 1px solid var(--af-border);
      border-radius: 5px;
      padding: 35px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.02);
    }

    /* Card Top Header Info */
    .alpha-card-top-header {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-bottom: 30px;
      padding-bottom: 25px;
      border-bottom: 1px solid var(--af-border);
    }

    .alpha-card-img-placeholder {
      width: 70px;
      height: 70px;
     
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 32px;
      color: var(--af-text-main);
      flex-shrink: 0;
    }

    .alpha-card-header-text h3 {
      font-size: 20px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 6px;
      color: var(--af-text-main);
    }

    .alpha-card-header-text h3 .alpha-green-text {
      color: var(--af-green);
    }

    .alpha-card-header-text p {
      font-size: 13px;
      color: var(--af-text-muted);
    }

    /* Accordion Styles */
    .alpha-accordion {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .alpha-accordion-item {
      border: 1px solid var(--af-border);
      border-radius: 5px;
      overflow: hidden;
      background: #ffffff;
      transition: background-color 0.2s ease;
    }

    .alpha-accordion-header {
      padding: 18px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      font-size: 15px;
      font-weight: 700;
      color: var(--af-text-main);
    }

    .alpha-accordion-icon {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: #f1f3f5;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      color: var(--af-text-main);
      transition: all 0.2s ease;
    }

    .alpha-accordion-body {
      padding: 0 20px 20px 20px;
      font-size: 14px;
      line-height: 1.6;
      color: var(--af-text-muted);
      display: none;
    }

    /* Active Accordion Item State */
    .alpha-accordion-item.active {
      background-color: var(--af-green-tint);
      border-color: #e2f0cb;
    }

    .alpha-accordion-item.active .alpha-accordion-header {
      color: var(--af-text-main);
    }

    .alpha-accordion-item.active .alpha-accordion-icon {
      background-color: var(--af-green);
      color: #ffffff;
    }

    .alpha-accordion-item.active .alpha-accordion-body {
      display: block;
    }

    /* Responsive Breakpoints */
    @media (max-width: 992px) {
      .alpha-faq-body {
        grid-template-columns: 1fr;
      }
      
      .alpha-faq-sidebar {
        flex-direction: row;
        overflow-x: auto;
      }

      .alpha-tab-btn {
        min-width: 220px;
        border-bottom: none;
        border-right: 1px solid var(--af-border);
      }

      .alpha-tab-btn.active {
        border-left: none;
        border-bottom: 5px solid var(--af-green);
      }
    }

    @media (max-width: 768px) {
      .alpha-faq-title {
        font-size: 28px;
      }

      .alpha-faq-content-panel {
        padding: 20px;
      }

      .alpha-card-top-header {
        flex-direction: column;
        text-align: center;
      }
    }
/* All styles are scoped under .stats-features-wrapper to avoid CSS collisions */
.stats-features-wrapper {
  --primary-green: #8bc34a;
  --text-dark: #1a1a1a;
  --text-muted: #555555;
  --card-bg: #fbfbfb;
  --border-color: #ededed;
  --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.03);
  --shadow-hover: 0 8px 24px rgba(0, 0, 0, 0.08);

  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px;
  box-sizing: border-box;
}

.stats-features-wrapper * {
  box-sizing: border-box;
}

/* --- Top Banner --- */
.stats-features-wrapper .stats-banner {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 5px;
  padding: 15px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stats-features-wrapper .stat-item {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  justify-content: center;
  transition: transform 0.2s ease;
}

.stats-features-wrapper .stat-item:hover {
  transform: translateY(-2px);
}

.stats-features-wrapper .stat-icon {
  width: 32px;
  height: 32px;
  color: var(--primary-green);
  flex-shrink: 0;
}

.stats-features-wrapper .stat-content {
  display: flex;
  flex-direction: column;
}

.stats-features-wrapper .stat-number {
  font-size: 20px;
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.1;
}

.stats-features-wrapper .stat-label {
  font-size: 10px;
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.2;
}

.stats-features-wrapper .stat-divider {
  width: 1px;
  height: 36px;
  background-color: var(--border-color);
  margin: 0 10px;
}

/* --- Feature Grid --- */
.stats-features-wrapper .features-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.stats-features-wrapper .feature-card {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 5px;
  padding: 24px 16px 20px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.stats-features-wrapper .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
  border-color: #dcdcdc;
}

.stats-features-wrapper .card-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-dark);
  text-align: center;
  margin: 0 0 18px 0;
  line-height: 1.3;
}

.stats-features-wrapper .feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  flex-grow: 1;
}

.stats-features-wrapper .feature-list li {
  font-size: 12px;
  color: var(--text-muted);
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  line-height: 1.3;
}

.stats-features-wrapper .check {
  font-weight: 900;
  font-size: 11px;
  color: var(--text-dark);
}

.stats-features-wrapper .card-bottom-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1.5px solid var(--primary-green);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: var(--primary-green);
  background: #ffffff;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.stats-features-wrapper .card-bottom-icon svg {
  width: 26px;
  height: 26px;
}

.stats-features-wrapper .feature-card:hover .card-bottom-icon {
  transform: scale(1.08);
}

.stats-features-wrapper .google-ads-icon {
  border-color: #e0e0e0;
}

/* --- Responsiveness & Breakpoints --- */

/* Tablets / Laptops (3 Columns) */
@media (max-width: 1024px) {
  .stats-features-wrapper .features-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .stats-features-wrapper .stats-banner {
    flex-wrap: wrap;
    gap: 16px 0;
  }
  
  .stats-features-wrapper .stat-item {
    flex: 1 1 30%;
  }
  
  .stats-features-wrapper .stat-divider {
    display: none;
  }
}

/* Mobile Devices (1-2 Columns) */
@media (max-width: 600px) {
  .stats-features-wrapper .features-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .stats-features-wrapper .stat-item {
    flex: 1 1 45%;
    justify-content: flex-start;
  }

  .stats-features-wrapper .stats-banner {
    padding: 16px;
  }

  .stats-features-wrapper .feature-card {
    padding: 20px;
  }
}

/* Isolated Box Sizing for this component */
.fpc-wrapper,
.fpc-wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.fpc-wrapper {
  width: 100%;
  padding: 20px;
  background-color: #f8f9fa;
  display: flex;
  justify-content: center;
}

/* Outer Bordered Container */
.fpc-container {
  width: 100%;
  max-width: 1240px;
  background: #f8f9fa;
  
  border-radius: 12px;
  padding: 24px;
 
}

.fpc-main-title {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 24px;
  text-transform: uppercase;
}

/* Responsive Grid Layout */
.fpc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: stretch;
}

/* Card Styling */
.fpc-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 5px;
  padding: 24px 16px 20px;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fpc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

/* Featured (Gold) Card */
.fpc-card-featured {
  background-color: #a0db00; /* Bright Lime Accent */
  border-color: #8cc400;
  color: #000000;
}

/* Plan Title & Subtitle */
.fpc-header {
  text-align: center;
  margin-bottom: 16px;
}

.fpc-plan-title {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: inherit;
}

.fpc-plan-sub {
  display: block;
  font-size: 0.85rem;
  color: #666666;
  font-weight: 500;
  margin-top: 2px;
}

.fpc-card-featured .fpc-plan-sub {
  color: #1a1a1a;
}

/* Price Section */
.fpc-price-box {
  text-align: center;
  margin-bottom: 8px;
}

.fpc-price {
  display: block;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.1;
  color: inherit;
}

.fpc-custom-price {
  font-size: 1.85rem;
}

.fpc-unit {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: inherit;
  margin-top: 4px;
}

/* Volume Subhead */
.fpc-volume {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 800;
  margin-bottom: 20px;
  color: inherit;
}

/* Feature List */
.fpc-features {
  list-style: none;
  margin-bottom: 24px;
  flex-grow: 1; /* Pushes button to bottom */
}

.fpc-features li {
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: inherit;
}

.fpc-check {
  color: #a0db00;
  font-weight: bold;
  font-size: 0.85rem;
}

.fpc-card-featured .fpc-check {
  color: #000000;
}

/* Buttons */
.fpc-footer {
  margin-top: auto;
}

.fpc-btn {
  display: block;
  width: 100%;
  padding: 10px 0;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  transition: opacity 0.2s ease, transform 0.1s ease;
}

.fpc-btn:active {
  transform: scale(0.98);
}

.fpc-btn-dark {
  background-color: #000000;
  color: #ffffff;
}

.fpc-btn-dark:hover {
  opacity: 0.85;
}

.fpc-btn-lime {
  background-color: #a0db00;
  color: #000000;
}

.fpc-btn-lime:hover {
  opacity: 0.9;
}

/* Responsive Breakpoints */
@media (max-width: 992px) {
  .fpc-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .fpc-grid {
    grid-template-columns: 1fr;
  }
  .fpc-container {
    padding: 16px;
  }
}
/* Isolated Box-Sizing & Reset */
.byp-wrapper, .byp-wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.byp-wrapper {
  width: 100%;
  
  padding: 30px 15px;
  display: flex;
  justify-content: center;
}

.byp-container {
  width: 100%;
  max-width: 1180px;
  background: #ffffff;
  padding: 24px;
  border-radius: 5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* HEADER STYLES */
.byp-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.byp-header-left {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  max-width: 65%;
}

.byp-badge-shield {
  width: 58px;
  height: 66px;
  background-color: #a4db00;
  clip-path: polygon(50% 0%, 100% 15%, 100% 85%, 50% 100%, 0% 85%, 0% 15%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.byp-badge-shield svg {
  width: 34px;
  height: 34px;
  stroke: #090f1e;
}

.byp-title {
  font-size: 2.3rem;
  font-weight: 900;
  color: #090f1e;
  letter-spacing: -0.5px;
  line-height: 1;
}

.byp-lime {
  color: #a4db00;
}

.byp-subtitle {
  font-size: 0.9rem;
  color: #333333;
  margin-top: 8px;
  font-weight: 600;
}

/* Engine & Safe Badge Graphic */
.byp-engine-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.byp-engine-img {
  height: 200px;
  object-fit: contain;
}

.byp-safe-badge {
  position: absolute;
  bottom: 10px;
  background-color: #090f1e;
  border: 2px solid #a4db00;
  border-radius: 5px;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  width: 60%;
}

.byp-safe-badge svg {
  width: 22px;
  height: 22px;
  stroke: #a4db00;
}

.byp-safe-badge span {
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.5px;
}

/* GRID LAYOUT */
.byp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 20px;
}

/* CARD STYLES */
.byp-card {
  background: #ffffff;
  border: 1px solid #e1e6eb;
  border-radius: 5px;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.byp-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

.byp-num {
  background-color: #090f1e;
  color: #a4db00;
  font-size: 1.3rem;
  font-weight: 900;
  padding: 6px 10px;
  border-radius: 4px;
  line-height: 1;
  flex-shrink: 0;
}

.byp-icon {
  width: 44px;
  height: 44px;
  background-color: #f1f8e9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid #d4edda;
}

.byp-icon svg {
  width: 22px;
  height: 22px;
  stroke: #090f1e;
}

.byp-g-icon {
  font-size: 1.5rem;
  font-weight: 900;
  color: #090f1e;
}

.byp-content {
  flex: 1;
}

.byp-content h4 {
  font-size: 0.85rem;
  font-weight: 800;
  color: #090f1e;
  text-transform: uppercase;
  margin-bottom: 6px;
  letter-spacing: 0.2px;
}

.byp-content p {
  font-size: 0.78rem;
  color: #444444;
  line-height: 1.4;
  font-weight: 500;
}

/* ITEM 08 SEO LIST & CIRCLE PROMO */
.byp-card-seo {
  display: flex;
  align-items: flex-start;
}

.byp-checklist {
  list-style: none;
  margin-top: 8px;
}

.byp-checklist li {
  font-size: 0.72rem;
  color: #333333;
  margin-bottom: 4px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  line-height: 1.3;
}

.byp-chk {
  color: #7cb342;
  font-size: 0.75rem;
  font-weight: 900;
}

.byp-circle-promo {
  background-color: #f1f8e9;
  border-radius: 50%;
  width: 125px;
  height: 125px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  flex-shrink: 0;
  margin-left: 10px;
  align-self: center;
}

.byp-circle-icon svg {
  width: 22px;
  height: 22px;
  stroke: #090f1e;
  margin-bottom: 4px;
}

.byp-circle-promo span {
  font-size: 0.65rem;
  font-weight: 800;
  color: #090f1e;
  line-height: 1.2;
}

/* FOOTER BANNER */
.byp-footer {
  background-color: #090f1e;
  border-radius: 5px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #ffffff;
}

.byp-f-block {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.byp-f-block p {
  font-size: 0.75rem;
  color: #d1d5db;
  line-height: 1.3;
  font-weight: 500;
}

.byp-f-main {
  flex: 1.8;
  border-right: 1px solid #1f293d;
  padding-right: 16px;
}

.byp-f-shield {
  width: 36px;
  height: 40px;
  background-color: #a4db00;
  clip-path: polygon(50% 0%, 100% 15%, 100% 85%, 50% 100%, 0% 85%, 0% 15%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.byp-f-shield svg {
  width: 20px;
  height: 20px;
  stroke: #090f1e;
}

.byp-f-tag {
  font-size: 0.65rem;
  font-weight: 800;
  color: #a4db00;
  letter-spacing: 0.5px;
  display: block;
}

.byp-f-main h3 {
  font-size: 0.82rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.3;
}

.byp-f-circle {
  width: 36px;
  height: 36px;
  border: 1px solid #a4db00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.byp-f-circle svg {
  width: 18px;
  height: 18px;
  stroke: #a4db00;
}

/* RESPONSIVE LAYOUT */
@media (max-width: 992px) {
  .byp-grid {
    grid-template-columns: 1fr;
  }
  .byp-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .byp-header-left {
    max-width: 100%;
  }
  .byp-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .byp-f-main {
    border-right: none;
    border-bottom: 1px solid #1f293d;
    padding-right: 0;
    padding-bottom: 12px;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .byp-card-seo {
    flex-direction: column;
  }
  .byp-circle-promo {
    margin: 12px 0 0 0;
    width: 100%;
    height: auto;
    border-radius: 8px;
    padding: 10px;
    flex-direction: row;
    gap: 8px;
  }
}
/* Component Scope & Reset */
.uap-hero-section,
.uap-hero-section * {
  box-sizing: border-box;
  margin: 0;
  
  
  
}

.uap-hero-section {
  width: 100%;
  background-color: #ffffff;
  padding: 70px 20px;
  display: flex;
  justify-content: center;
}

.uap-container {
  width: 100%;
  max-width: 1240px;
  display: flex;
  gap: 40px;
  align-items: center;
}

/* LEFT SIDE CONTENT */
.uap-left-content {
  flex: 1.2;
}

/* Badge */
.uap-badge {
  display: inline-block;
  background: #f1f3f5;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  padding: 6px 14px;
  margin-bottom: 20px;
}

.uap-badge span {
  font-size: 0.75rem;
  font-weight: 800;
  color: #1a1a1a;
  letter-spacing: 0.5px;
}

/* Main Titles */
.uap-title {
  font-size: 3.2rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.05;
  letter-spacing: -1px;
}

.uap-lime-text {
  color: #b0e200;
}

.uap-subtitle {
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  margin-top: 14px;
  margin-bottom: 24px;
}

/* Middle Section: Features List + Auto Parts Image */
.uap-middle-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  gap: 20px;
}

.uap-feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.uap-feature-list li {
  font-size: 0.9rem;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.uap-check-icon {
  width: 18px;
  height: 18px;
  background-color: #b0e200;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.uap-check-icon svg {
  width: 11px;
  height: 11px;
  stroke: #ffffff;
}

.uap-graphic-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.uap-parts-img {
  max-width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: contain;
}

/* Stats Row */
.uap-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}

.uap-stat-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 5px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.02);
}

.uap-stat-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.uap-stat-icon svg {
  width: 22px;
  height: 22px;
  stroke: #b0e200;
}

.uap-stat-info {
  display: flex;
  flex-direction: column;
}

.uap-stat-value {
  font-size: 1.15rem;
  font-weight: 900;
  color: #000000;
  line-height: 1.1;
}

.uap-stat-label {
  font-size: 0.65rem;
  font-weight: 700;
  color: #6c757d;
  margin-top: 2px;
}

.uap-google-logo {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.uap-google-logo svg {
  width: 100%;
  height: 100%;
}

.uap-partner-info {
  display: flex;
  flex-direction: column;
}

.uap-partner-title {
  font-size: 0.85rem;
  font-weight: 800;
  color: #000000;
  line-height: 1.1;
}

.uap-partner-sub {
  font-size: 0.85rem;
  font-weight: 800;
  color: #000000;
}

/* Bottom Action Buttons */
.uap-actions-row {
  display: flex;
  gap: 16px;
}

.uap-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}

.uap-btn svg {
  width: 16px;
  height: 16px;
}

.uap-btn-primary {
  background-color: #b0e200;
  color: #000000;
  border: none;
}

.uap-btn-primary:hover {
  background-color: #9cd100;
  transform: translateY(-2px);
}

.uap-btn-secondary {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #d1d5db;
}

.uap-btn-secondary:hover {
  border-color: #000000;
  transform: translateY(-2px);
}

/* RIGHT SIDE FORM */
.uap-right-form {
  flex: 0.9;
  width: 100%;
}

.uap-form-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 5px;
  padding: 32px 28px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.uap-form-header {
  text-align: center;
  margin-bottom: 24px;
}

.uap-form-header h2 {
  font-size: 1.35rem;
  font-weight: 900;
  color: #000000;
  letter-spacing: -0.3px;
}

.uap-form-header p {
  font-size: 0.78rem;
  font-weight: 600;
  color: #6c757d;
  margin-top: 4px;
}

/* Form Inputs */
.uap-input-group {
  position: relative;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}

.uap-input-icon {
  position: absolute;
  left: 14px;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.uap-input-icon svg {
  width: 18px;
  height: 18px;
  stroke: #9ca3af;
}

.uap-input-group input,
.uap-input-group select {
  width: 100%;
  padding: 14px 14px 14px 44px;
  border-radius: 5px;
  font-size: 0.85rem;
  color: #111827;
  outline: none;
  background-color: #fafafa;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  appearance: none;
  height: 65px;
}

.uap-input-group input::placeholder {
  color: #9ca3af;
}

.uap-input-group select:invalid {
  color: #9ca3af;
}

.uap-input-group input:focus,
.uap-input-group select:focus {
  border-color: #b0e200;
  box-shadow: 0 0 0 3px rgba(176, 226, 0, 0.2);
}

.uap-select-group {
  position: relative;
}

.uap-dropdown-arrow {
  position: absolute;
  right: 14px;
  pointer-events: none;
  display: flex;
  align-items: center;
}

.uap-dropdown-arrow svg {
  width: 16px;
  height: 16px;
  stroke: #111827;
}

/* Submit Button */
.uap-submit-btn {
  width: 100%;
  background-color: #b0e200;
  color: #000000;
  border: none;
  border-radius: 5px;
  padding: 16px;
  font-size: 0.85rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  margin-top: 20px;
  transition: all 0.2s ease;
}

.uap-submit-btn svg {
  width: 18px;
  height: 18px;
}

.uap-submit-btn:hover {
  background-color: #9cd100;
  transform: translateY(-1px);
}

/* Privacy Guarantee Tag */
.uap-privacy-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
}

.uap-privacy-tag svg {
  width: 14px;
  height: 14px;
  stroke: #111827;
}

.uap-privacy-tag span {
  font-size: 0.72rem;
  font-weight: 800;
  color: #111827;
}

/* RESPONSIVE LAYOUT */
@media (max-width: 1024px) {
  .uap-container {
    flex-direction: column;
  }
  .uap-left-content,
  .uap-right-form {
    width: 100%;
    flex: none;
  }
}

@media (max-width: 768px) {
  .uap-title {
    font-size: 2.3rem;
  }
  .uap-middle-grid {
    flex-direction: column;
    align-items: flex-start;
  }
  .uap-stats-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .uap-actions-row {
    flex-direction: column;
  }
  .uap-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .uap-stats-row {
    grid-template-columns: 1fr;
  }
  .uap-form-card {
    padding: 24px 16px;
  }
}
/* Component Isolation Reset */
.apc-wrapper,
.apc-wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.apc-wrapper {
  width: 100%;
  background-color: #f8f9fa;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
}

.apc-container {
  width: 100%;
  max-width: 1240px;
}

/* Section Title */
.apc-main-title {
  text-align: center;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 24px;
  text-transform: uppercase;
}

/* Responsive Grid Layout */
.apc-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

/* Card Styling */
.apc-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 5px;
  padding: 28px 16px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.apc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  border-color: #cbd5e1;
}

/* Lime Green Icon Styling */
.apc-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ecc00; /* Vibrant Lime Green */
}

.apc-icon svg {
  width: 100%;
  height: 100%;
}

/* Card Typography */
.apc-card-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: #000000;
  line-height: 1.25;
  margin-bottom: 12px;
}

.apc-card-desc {
  font-size: 0.75rem;
  font-weight: 500;
  color: #555555;
  line-height: 1.35;
}

/* Breakpoints for Responsive Behavior */
@media (max-width: 1100px) {
  .apc-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .apc-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  
  .apc-card {
    padding: 20px 12px;
  }

  .apc-card-title {
    font-size: 0.85rem;
  }

  .apc-card-desc {
    font-size: 0.7rem;
  }
}

@media (max-width: 400px) {
  .apc-grid {
    grid-template-columns: 1fr;
  }
}
/* Component Scope & Reset */
.prp-wrapper,
.prp-wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.prp-wrapper {
  width: 100%;
  background-color: #ffffff;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
}

.prp-container {
  width: 100%;
  max-width: 1240px;
}

/* Header Area */
.prp-header {
  text-align: center;
  margin-bottom: 28px;
}

.prp-title {
  font-size: 1.25rem;
  font-weight: 900;
  color: #000000;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}

.prp-subtitle {
  font-size: 0.8rem;
  font-weight: 500;
  color: #6c757d;
  margin-top: 6px;
}

/* Outer Carousel Layout with Navigation Buttons */
.prp-carousel-outer {
  position: relative;
  display: flex;
  align-items: center;
}

/* Navigation Arrows */
.prp-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s ease;
}

.prp-nav-btn:hover {
  background-color: #f8f9fa;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.prp-nav-btn svg {
  width: 18px;
  height: 18px;
  stroke: #111827;
}

.prp-nav-prev {
  left: -18px;
}

.prp-nav-next {
  right: -18px;
}

/* Grid Track */
.prp-track {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  width: 100%;
}

/* Card Styles */
.prp-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  padding: 20px 14px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease;
  cursor: pointer;
}

.prp-card:hover {
  border-color: #9ecc00;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}

/* Highlighted / Active Card */
.prp-card-active {
  border: 2px solid #9ecc00;
  box-shadow: 0 0 0 1px #9ecc00 inset;
}

.prp-part-name {
  font-size: 0.85rem;
  font-weight: 900;
  color: #000000;
  letter-spacing: 0.2px;
  text-align: center;
  text-transform: uppercase;
}

/* Image Wrapper */
.prp-image-box {
  width: 100%;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px 0;
}

.prp-image-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Metrics Table */
.prp-metrics {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 8px;
  border-top: 1px dashed #f1f3f5;
}

.prp-metric-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prp-label {
  font-size: 0.68rem;
  font-weight: 600;
  color: #6c757d;
}

.prp-value {
  font-size: 0.78rem;
  font-weight: 800;
  color: #9ecc00;
}

/* Responsive Breakpoints */
@media (max-width: 1100px) {
  .prp-track {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 680px) {
  .prp-track {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .prp-nav-prev {
    left: -10px;
  }
  
  .prp-nav-next {
    right: -10px;
  }
}

@media (max-width: 440px) {
  .prp-track {
    grid-template-columns: 1fr;
  }
}
/* Container Scope Isolation */
.cyp-pricing-section,
.cyp-pricing-section * {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.cyp-pricing-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #ffffff;
}

.cyp-heading {
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  color: #111111;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
}

/* Grid Layout */
.cyp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: stretch;
}

/* Card Styling */
.cyp-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 30px 20px 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cyp-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

/* Popular Card Variant */
.cyp-card.cyp-popular {
  border: 2px solid #b2f000;
  box-shadow: 0 0 15px rgba(178, 240, 0, 0.25);
}

/* Popular Badge */
.cyp-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #b2f000;
  color: #000000;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 14px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

/* Header (Icon + Title) */
.cyp-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 25px;
}

.cyp-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.cyp-title {
  font-size: 14px;
  font-weight: 800;
  color: #111111;
  letter-spacing: 0.5px;
}

/* Pricing Section */
.cyp-price-box {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin-bottom: 30px;
}

.cyp-price {
  font-size: 42px;
  font-weight: 800;
  color: #111111;
  line-height: 1;
}

.cyp-unit {
  font-size: 15px;
  font-weight: 700;
  color: #222222;
}

/* Feature List */
.cyp-features {
  list-style: none;
  text-align: left;
  margin-bottom: 30px;
  padding-left: 10px;
}

.cyp-features li {
  font-size: 13px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cyp-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background-color: #b2f000;
  color: #ffffff;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 900;
}

/* Button */
.cyp-btn {
  width: 100%;
  background-color: #b2f000;
  color: #000000;
  border: none;
  padding: 12px 0;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.cyp-btn:hover {
  background-color: #9fe000;
}

.cyp-btn:active {
  transform: scale(0.98);
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
  .cyp-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media (max-width: 600px) {
  .cyp-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* Isolated Reset & Container Setup */
.lg-dashboard-section,
.lg-dashboard-section * {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.lg-dashboard-section {
  width: 100%;
  background-color: #fcfdfc;
  padding: 30px 15px;
}

.lg-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}

/* Card General Layout */
.lg-card {
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  padding: 24px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
}

.lg-card-heading {
  font-size: 14px;
  font-weight: 800;
  color: #111111;
  letter-spacing: 0.3px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* Card 1: Map & States List */
.lg-map-content {
  display: flex;
  gap: 10px;
  flex-grow: 1;
  align-items: center;
  margin-bottom: 20px;
}

.lg-states-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lg-state-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
}

.lg-state-name {
  font-weight: 800;
  color: #111111;
}

.lg-state-leads {
  font-weight: 700;
  color: #8bc34a;
}

.lg-map-wrapper {
  flex: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lg-us-map {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.05));
}

.lg-btn-action {
  width: 100%;
  max-width: 160px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 800;
  color: #111111;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: auto;
}

.lg-btn-action:hover {
  border-color: #8bc34a;
  color: #8bc34a;
  background-color: #f9fbf7;
}

/* Card 2: Funnel Timeline */
.lg-funnel-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
}

/* Green Connecting Vertical Line */
.lg-funnel-line {
  position: absolute;
  top: 18px;
  bottom: 25px;
  left: 17px;
  width: 2px;
  background-color: #a6ce39;
  z-index: 1;
}

.lg-funnel-step {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 6px 10px;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}

.lg-funnel-step:hover {
  background-color: #f8fbf4;
}

.lg-funnel-node {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}

.lg-node-icon {
  width: 18px;
  height: 18px;
}

.lg-funnel-text {
  display: flex;
  flex-direction: column;
}

.lg-funnel-title {
  font-size: 12px;
  font-weight: 800;
  color: #111111;
  line-height: 1.2;
}

.lg-funnel-desc {
  font-size: 10.5px;
  font-weight: 500;
  color: #777777;
}

/* Highlighted Last Step */
.lg-step-highlighted {
  background-color: #f2f9e6;
  border: 1px solid #d4ee9f;
}

.lg-step-highlighted:hover {
  background-color: #eaf5d8;
}

.lg-node-highlight {
  width: 26px;
  height: 26px;
  background-color: #5d9e00;
  border-radius: 6px;
  margin-left: -5px;
}

.lg-node-icon-highlight {
  width: 16px;
  height: 16px;
}

/* Card 3: Metrics List */
.lg-metrics-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
  justify-content: space-between;
}

.lg-metric-box {
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.lg-metric-box:hover {
  border-color: #c5e1a5;
  transform: translateY(-1px);
}

.lg-metric-info {
  display: flex;
  flex-direction: column;
}

.lg-metric-value {
  font-size: 20px;
  font-weight: 800;
  color: #111111;
  line-height: 1.1;
}

.lg-metric-label {
  font-size: 10.5px;
  font-weight: 600;
  color: #666666;
  margin-top: 2px;
}

.lg-metric-icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

/* Responsive Media Queries */
@media (max-width: 992px) {
  .lg-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 480px) {
  .lg-map-content {
    flex-direction: column;
  }
  .lg-map-wrapper {
    width: 100%;
    margin-top: 15px;
  }
}

/* Isolated Reset & Wrapper Scope */
.tb-leaders-section,
.tb-leaders-section * {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.tb-leaders-section {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 15px;
  background-color: #ffffff;
}

/* Heading Styling */
.tb-heading {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #111111;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.tb-heading .tb-bold {
  font-weight: 800;
}

.tb-heading .tb-regular {
  font-weight: 400;
  color: #333333;
}

/* Responsive Grid System */
.tb-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px;
  width: 100%;
}

/* Card Container */
.tb-card {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  cursor: pointer;
}

.tb-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  border-color: #cccccc;
}

/* Image Container & Handling */
.tb-image-wrapper {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-color: #f3f3f3;
}

.tb-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.tb-card:hover .tb-image {
  transform: scale(1.05);
}

/* Text Label Below Image */
.tb-label {
  padding: 12px 6px;
  font-size: 10px;
  font-weight: 800;
  color: #000000;
  text-align: center;
  letter-spacing: 0.3px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
}

/* Responsive Layout Adaptation */
@media (max-width: 1100px) {
  .tb-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .tb-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  
  .tb-heading {
    font-size: 16px;
  }
  
  .tb-label {
    font-size: 9.5px;
    padding: 10px 4px;
  }
}

/* Isolated Reset & Wrapper Scope */
.ts-testimonials-section,
.ts-testimonials-section * {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.ts-testimonials-section {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 15px;
  background-color: #ffffff;
}

/* Heading */
.ts-heading {
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  color: #111111;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

/* Grid Layout */
.ts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}

/* Card Styling */
.ts-card {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ts-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}

/* Stars Rating */
.ts-stars {
  color: #ffc107;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

/* Quote Text */
.ts-quote {
  font-size: 12.5px;
  line-height: 1.55;
  color: #333333;
  font-weight: 500;
  margin-bottom: 24px;
  flex-grow: 1;
}

/* Author Row Container */
.ts-author-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 10px;
}

.ts-author-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ts-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.ts-details {
  display: flex;
  flex-direction: column;
}

.ts-name {
  font-size: 13px;
  font-weight: 800;
  color: #111111;
  line-height: 1.2;
}

.ts-title {
  font-size: 11px;
  font-weight: 500;
  color: #666666;
  margin-top: 2px;
}

/* Custom Logos */
.ts-logo-box {
  text-align: right;
  line-height: 0.9;
  font-style: italic;
  font-weight: 900;
  font-size: 12px;
}

.ts-logo-text-red {
  color: #d32f2f;
}

.ts-logo-text-blue {
  color: #1565c0;
}

.ts-logo-sub {
  font-size: 8px;
  color: #1565c0;
  letter-spacing: 1px;
}

.ts-oem-logo {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ts-oem-icon {
  width: 22px;
  height: 22px;
}

.ts-oem-text {
  display: flex;
  flex-direction: column;
  font-size: 9px;
  line-height: 1;
  color: #111111;
}

.ts-oem-text strong {
  font-weight: 800;
}

.ts-oem-text span {
  font-size: 7.5px;
  letter-spacing: 0.5px;
}

/* Responsive Breakdown */
@media (max-width: 992px) {
  .ts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .ts-grid {
    grid-template-columns: 1fr;
  }
}

/* Isolated FAQ Container */
.faq-sec-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Outer Card Container */
.faq-sec-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 5px;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

/* Left Content Area */
.faq-sec-content {
  flex: 1;
  min-width: 0;
}

.faq-sec-title {
  font-size: 20px;
  font-weight: 800;
  color: #111827;
  letter-spacing: 0.5px;
  margin: 0 0 24px 0;
  text-transform: uppercase;
}

/* Accordion Styling */
.faq-sec-accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-sec-item {
  border-radius: 8px;
  background-color: #f8fafc;
  overflow: hidden;
  transition: background-color 0.2s ease;
}

.faq-sec-item:hover {
  background-color: #f1f5f9;
}

.faq-sec-question {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: #1e293b;
}

.faq-sec-q-text {
  display: flex;
  align-items: center;
  gap: 12px;
}

.faq-sec-icon {
  width: 22px;
  height: 22px;
  background-color: #0f172a;
  color: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}

.faq-sec-arrow {
  font-size: 10px;
  color: #64748b;
  transition: transform 0.3s ease;
  margin-left: 12px;
}

/* Active State Arrow Flip */
.faq-sec-item.faq-sec-active .faq-sec-arrow {
  transform: rotate(180deg);
}

/* Accordion Answer Collapse/Expand */
.faq-sec-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease;
  padding: 0 16px;
}

.faq-sec-item.faq-sec-active .faq-sec-answer {
  padding: 0 16px 14px 50px;
}

.faq-sec-answer p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #475569;
}

/* Right Image Styling */
.faq-sec-image-wrapper {
  flex: 0 0 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-sec-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Responsive Breakpoints */
@media (max-width: 868px) {
  .faq-sec-card {
    flex-direction: column-reverse;
    padding: 24px;
  }

  .faq-sec-image-wrapper {
    flex: none;
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .faq-sec-title {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .faq-sec-question {
    font-size: 13.5px;
    padding: 10px 12px;
  }

  .faq-sec-item.faq-sec-active .faq-sec-answer {
    padding: 0 12px 12px 42px;
  }
}