@charset "utf-8";
/* Isolated Section Scope */
.asc-hero-wrapper {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background-color: #fafbfc;
  color: #1e293b;
  padding: 40px 20px;
  box-sizing: border-box;
  width: 100%;
}

.asc-hero-wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Layout Container */
.asc-hero-wrapper .asc-hero-container {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.3fr 0.8fr;
  gap: 24px;
  align-items: center;
}

/* Shared Helpers */
.asc-hero-wrapper .asc-green-text {
  color: #79bf00;
}

/* Left Column */
.asc-hero-wrapper .asc-subheading {
  font-size: 13px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 16px;
}

.asc-hero-wrapper .asc-highlight-text {
  color: #79bf00;
}

.asc-hero-wrapper .asc-main-title {
  font-size: 44px;
  line-height: 1.1;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.asc-hero-wrapper .asc-description {
  font-size: 15px;
  line-height: 1.5;
  color: #64748b;
  margin-bottom: 30px;
}

/* Feature Badges Grid */
.asc-hero-wrapper .asc-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 12px;
}

.asc-hero-wrapper .asc-feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #1e293b;
}

.asc-hero-wrapper .asc-icon-box {
  width: 32px;
  height: 32px;
  background-color: #f2f9e6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Center Column - Dashboard Preview */
.asc-hero-wrapper .asc-dash-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  font-size: 11px;
}

.asc-hero-wrapper .asc-dash-header {
  padding: 12px 16px;
  border-bottom: 1px solid #f1f5f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #475569;
}

.asc-hero-wrapper .asc-dash-logo strong {
  color: #0f172a;
}

.asc-hero-wrapper .asc-dash-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Metrics Row */
.asc-hero-wrapper .asc-metrics-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.asc-hero-wrapper .asc-metric-card {
  border: 1px solid #f1f5f9;
  border-radius: 6px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background-color: #ffffff;
}

.asc-hero-wrapper .asc-m-title {
  font-size: 9px;
  color: #64748b;
}

.asc-hero-wrapper .asc-m-val {
  font-weight: 700;
  font-size: 11px;
  color: #0f172a;
  white-space: nowrap;
}

.asc-hero-wrapper .asc-m-badge {
  font-size: 8px;
  font-weight: 700;
  border-radius: 3px;
  width: fit-content;
  padding: 1px 3px;
}

.asc-hero-wrapper .asc-m-badge.positive {
  color: #16a34a;
  background-color: #f0fdf4;
}

.asc-hero-wrapper .asc-m-badge.negative {
  color: #16a34a; /* Styled green as per original image mockup */
  background-color: #f0fdf4;
}

/* Sales Overview Chart Box */
.asc-hero-wrapper .asc-chart-box {
  border: 1px solid #f1f5f9;
  border-radius: 8px;
  padding: 12px;
}

.asc-hero-wrapper .asc-chart-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.asc-hero-wrapper .asc-chart-title {
  font-weight: 700;
  color: #0f172a;
}

.asc-hero-wrapper .asc-chart-select {
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 9px;
  color: #475569;
  outline: none;
}

.asc-hero-wrapper .asc-chart-graphic {
  position: relative;
  width: 100%;
}

.asc-hero-wrapper .asc-chart-svg {
  width: 100%;
  height: 90px;
  display: block;
}

.asc-hero-wrapper .asc-chart-dates {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  color: #94a3b8;
  margin-top: 6px;
}

/* Widgets Grid */
.asc-hero-wrapper .asc-widgets-grid {
  display: grid;
  grid-template-columns: 1.2fr 1.3fr 0.8fr;
  gap: 12px;
}

.asc-hero-wrapper .asc-widget-card {
  border: 1px solid #f1f5f9;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.asc-hero-wrapper .asc-w-title {
  font-weight: 700;
  font-size: 10px;
  color: #0f172a;
  margin-bottom: 8px;
}

.asc-hero-wrapper .asc-prod-item {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}

.asc-hero-wrapper .asc-prod-img {
  width: 16px;
  height: 16px;
  background-color: #cbd5e1;
  border-radius: 3px;
}

.asc-hero-wrapper .asc-prod-bar {
  flex: 1;
  height: 6px;
  background-color: #f1f5f9;
  border-radius: 3px;
}

.asc-hero-wrapper .asc-prod-price {
  font-size: 8px;
  font-weight: 600;
}

/* Donut Chart Widget */
.asc-hero-wrapper .asc-donut-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.asc-hero-wrapper .asc-donut-chart {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: conic-gradient(#79bf00 0% 72%, #86efac 72% 90%, #cbd5e1 90% 100%);
  position: relative;
}

.asc-hero-wrapper .asc-donut-chart::before {
  content: "";
  position: absolute;
  inset: 10px;
  background: #ffffff;
  border-radius: 50%;
}

.asc-hero-wrapper .asc-donut-legend {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 8px;
}

.asc-hero-wrapper .asc-leg-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.asc-hero-wrapper .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
}

.asc-hero-wrapper .dot.d1 { background-color: #79bf00; }
.asc-hero-wrapper .dot.d2 { background-color: #86efac; }
.asc-hero-wrapper .dot.d3 { background-color: #cbd5e1; }

.asc-hero-wrapper .asc-center-widget {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.asc-hero-wrapper .asc-big-num {
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
}

/* Right Column - Form Card */
.asc-hero-wrapper .asc-form-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 5px;
  padding: 24px 20px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.asc-hero-wrapper .asc-form-title {
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
  margin-bottom: 8px;
}

.asc-hero-wrapper .asc-form-desc {
  font-size: 11px;
  color: #64748b;
  margin-bottom: 20px;
}

.asc-hero-wrapper .asc-form-element {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.asc-hero-wrapper .asc-input,
.asc-hero-wrapper .asc-select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 12px;
  color: #1e293b;
  outline: none;
  background-color: #ffffff;
  transition: border-color 0.2s;
}

.asc-hero-wrapper .asc-input:focus,
.asc-hero-wrapper .asc-select:focus {
  border-color: #79bf00;
}

.asc-hero-wrapper .asc-input::placeholder {
  color: #94a3b8;
}

.asc-hero-wrapper .asc-select {
  color: #64748b;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%2364748b" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px;
}

.asc-hero-wrapper .asc-submit-btn {
  background-color: #79bf00;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 12px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
  transition: transform 0.15s, background-color 0.15s;
}

.asc-hero-wrapper .asc-submit-btn:hover {
  background-color: #6dae00;
  transform: translateY(-1px);
}

.asc-hero-wrapper .asc-security-note {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  color: #64748b;
  margin-top: 14px;
}

/* --- Responsive Layout Breakpoints --- */

/* Laptops & Tablets (Stacked Layout for dashboard/form) */
@media (max-width: 1100px) {
  .asc-hero-wrapper .asc-hero-container {
    grid-template-columns: 1fr 1fr;
  }

  .asc-hero-wrapper .asc-hero-left {
    grid-column: span 2;
    text-align: center;
    margin-bottom: 20px;
  }

  .asc-hero-wrapper .asc-features-grid {
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
  }
}

/* Mobile Devices */
@media (max-width: 768px) {
  .asc-hero-wrapper {
    padding: 20px 12px;
  }

  .asc-hero-wrapper .asc-hero-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .asc-hero-wrapper .asc-hero-left {
    grid-column: span 1;
  }

  .asc-hero-wrapper .asc-main-title {
    font-size: 32px;
  }

  .asc-hero-wrapper .asc-metrics-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .asc-hero-wrapper .asc-widgets-grid {
    grid-template-columns: 1fr;
  }

  .asc-hero-wrapper .asc-form-card {
    padding: 20px 14px;
  }
}

/* Isolated Scoped Wrapper */
.asc-trust-bar-wrapper {
  width: 100%;
  background-color: #f9fbfb; /* Light background as seen in image */
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 18px 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.asc-trust-bar-wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.asc-trust-bar-wrapper .asc-trust-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* Individual Item & Hover Interaction */
.asc-trust-bar-wrapper .asc-trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.25s ease, transform 0.25s ease;
  cursor: pointer;
  padding: 4px 0;
}

.asc-trust-bar-wrapper .asc-trust-item:hover {
  opacity: 0.75;
  transform: translateY(-1px);
}

/* Left Label Block */
.asc-trust-bar-wrapper .asc-trust-text {
  flex-direction: column;
  text-align: center;
  line-height: 1.25;
  cursor: default;
}

.asc-trust-bar-wrapper .asc-trust-text:hover {
  opacity: 1;
  transform: none;
}

.asc-trust-bar-wrapper .asc-trust-text strong {
  font-size: 13px;
  font-weight: 700;
  color: #000000;
}

.asc-trust-bar-wrapper .asc-trust-text span {
  font-size: 13px;
  font-weight: 600;
  color: #000000;
}

/* Divider Lines */
.asc-trust-bar-wrapper .asc-trust-divider {
  width: 1px;
  height: 32px;
  background-color: #e2e8f0;
}

/* SVG Logo Adjustments */
.asc-trust-bar-wrapper .asc-logo-svg {
  display: block;
  height: 28px;
  width: auto;
}

/* Plain Text Logos */
.asc-trust-bar-wrapper .asc-text-logo {
  font-size: 16px;
  color: #000000;
}

.asc-trust-bar-wrapper .asc-text-logo strong {
  font-weight: 700;
}

.asc-trust-bar-wrapper .asc-text-logo span {
  font-weight: 500;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .asc-trust-bar-wrapper .asc-trust-container {
    gap: 16px;
    justify-content: center;
  }

  .asc-trust-bar-wrapper .asc-trust-divider {
    display: none; /* Hide vertical lines on smaller screens for clean alignment */
  }

  .asc-trust-bar-wrapper .asc-trust-item {
    margin: 4px 12px;
  }
}

@media (max-width: 480px) {
  .asc-trust-bar-wrapper {
    padding: 16px 10px;
  }

  .asc-trust-bar-wrapper .asc-trust-container {
    gap: 12px 18px;
  }

  .asc-trust-bar-wrapper .asc-logo-svg {
    height: 22px;
  }

  .asc-trust-bar-wrapper .asc-text-logo {
    font-size: 14px;
  }

  .asc-trust-bar-wrapper .asc-trust-text strong,
  .asc-trust-bar-wrapper .asc-trust-text span {
    font-size: 12px;
  }
}

/* Isolated Scoped Wrapper */
.bml-why-choose-wrapper {
  background-color: #fcfdfd;
  padding: 60px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #1a1a1a;
  width: 100%;
  box-sizing: border-box;
}

.bml-why-choose-wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.bml-why-choose-wrapper .bml-container {
  max-width: 1240px;
  margin: 0 auto;
}

/* Header Styling */
.bml-why-choose-wrapper .bml-header {
  text-align: center;
  margin-bottom: 45px;
}

.bml-why-choose-wrapper .bml-title {
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}

.bml-why-choose-wrapper .bml-highlight {
  color: #a4e000;
}

.bml-why-choose-wrapper .bml-subtitle {
  font-size: 15px;
  color: #475569;
  font-weight: 500;
}

/* Grid Layout (6 equal cards) */
.bml-why-choose-wrapper .bml-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

/* Card Component */
.bml-why-choose-wrapper .bml-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 5px;
  padding: 28px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
}

/* Interactive Hover State */
.bml-why-choose-wrapper .bml-card:hover {
  transform: translateY(-5px);
  border-color: #a4e000;
  box-shadow: 0 12px 24px rgba(164, 224, 0, 0.12);
}

/* Soft Circle Background for Icons */
.bml-why-choose-wrapper .bml-icon-wrapper {
  width: 52px;
  height: 52px;
  background-color: #f5fbe8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  transition: background-color 0.3s ease;
}

.bml-why-choose-wrapper .bml-card:hover .bml-icon-wrapper {
  background-color: #eaf8cb;
}

.bml-why-choose-wrapper .bml-icon-wrapper svg {
  width: 24px;
  height: 24px;
}

/* Card Content Typography */
.bml-why-choose-wrapper .bml-card-title {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.35;
  margin-bottom: 10px;
}

.bml-why-choose-wrapper .bml-card-desc {
  font-size: 12px;
  color: #64748b;
  line-height: 1.4;
  font-weight: 400;
}

/* Responsive Breakpoints */

/* Laptops & Tablets (3 Columns) */
@media (max-width: 1024px) {
  .bml-why-choose-wrapper .bml-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

/* Small Tablets (2 Columns) */
@media (max-width: 640px) {
  .bml-why-choose-wrapper .bml-title {
    font-size: 26px;
  }
  
  .bml-why-choose-wrapper .bml-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  
  .bml-why-choose-wrapper .bml-card {
    padding: 20px 12px;
  }
}

/* Mobile Phones (1 Column) */
@media (max-width: 400px) {
  .bml-why-choose-wrapper .bml-grid {
    grid-template-columns: 1fr;
  }
}
/* Isolated Scoped Wrapper */
.bml-stories-wrapper {
  background-color: #fcfdfd;
  padding: 60px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #0f172a;
  width: 100%;
  box-sizing: border-box;
}

.bml-stories-wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.bml-stories-wrapper .bml-stories-container {
  max-width: 1240px;
  margin: 0 auto;
}

/* Header Bar */
.bml-stories-wrapper .bml-stories-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.bml-stories-wrapper .bml-stories-title {
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.5px;
}

.bml-stories-wrapper .bml-stories-highlight {
  color: #a4e000;
}

.bml-stories-wrapper .bml-view-all-link {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.bml-stories-wrapper .bml-view-all-link span {
  color: #a4e000;
  font-weight: 800;
  transition: transform 0.2s ease;
}

.bml-stories-wrapper .bml-view-all-link:hover {
  opacity: 0.8;
}

.bml-stories-wrapper .bml-view-all-link:hover span {
  transform: translateX(4px);
}

/* Grid Layout */
.bml-stories-wrapper .bml-stories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Story Card Base Style */
.bml-stories-wrapper .bml-story-card {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  min-height: 220px;
}

.bml-stories-wrapper .bml-story-card:hover {
  transform: translateY(-5px);
  border-color: #a4e000;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

/* Left Content Area */
.bml-stories-wrapper .bml-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  flex: 1;
  z-index: 2;
}

/* Category Pill */
.bml-stories-wrapper .bml-category-badge {
  background-color: #f4fae8;
  color: #82b300;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  margin-bottom: 12px;
  display: inline-block;
}

/* Card Headlines & Metrics */
.bml-stories-wrapper .bml-metric-stat {
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  color: #0f172a;
  letter-spacing: -1px;
  margin-bottom: 6px;
}

.bml-stories-wrapper .bml-metric-description {
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.35;
  margin-bottom: 16px;
}

.bml-stories-wrapper .bml-metric-headline {
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  letter-spacing: -0.3px;
  margin-bottom: 16px;
}

/* Bottom CTA Link */
.bml-stories-wrapper .bml-read-more-link {
  font-size: 12px;
  font-weight: 700;
  color: #0f172a;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
  transition: opacity 0.2s ease;
}

.bml-stories-wrapper .bml-read-more-link span {
  color: #a4e000;
  font-weight: 800;
  transition: transform 0.2s ease;
}

.bml-stories-wrapper .bml-story-card:hover .bml-read-more-link span {
  transform: translateX(4px);
}

/* Right Image Placement */
.bml-stories-wrapper .bml-card-image-wrapper {
  width: 175px;
  height: 140px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bml-stories-wrapper .bml-card-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply; /* Blends nicely with the light gray card background */
  transition: transform 0.3s ease;
}

.bml-stories-wrapper .bml-story-card:hover .bml-card-image {
  transform: scale(1.05);
}

/* Responsive Layout Breakpoints */

/* Laptops & Tablets */
@media (max-width: 1024px) {
  .bml-stories-wrapper .bml-stories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile Screens */
@media (max-width: 640px) {
  .bml-stories-wrapper {
    padding: 40px 16px;
  }

  .bml-stories-wrapper .bml-stories-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .bml-stories-wrapper .bml-stories-title {
    font-size: 26px;
  }

  .bml-stories-wrapper .bml-stories-grid {
    grid-template-columns: 1fr;
  }

  .bml-stories-wrapper .bml-story-card {
    padding: 20px;
  }

  .bml-stories-wrapper .bml-card-image-wrapper {
    width: 100px;
    height: 120px;
  }
}

/* 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;
  border: 0px;
}

.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;
  }
}

/* Isolated CSS Variables scoped strictly to .faq-section */
  .faq-section {
    --faq-primary: #a4e000;
    --faq-primary-hover: #e68a00;
    --faq-dark: #0f172a;
    --faq-text: #334155;
    --faq-text-muted: #64748b;
    --faq-bg-light: #f8fafc;
    --faq-card-bg: #ffffff;
    --faq-border: #e2e8f0;
    --faq-radius-lg: 16px;
    --faq-radius-md: 10px;
    --faq-radius-sm: 6px;
    --faq-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.05);
    --faq-transition: all 0.25s ease-in-out;

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: var(--faq-text);
    max-width: 1240px;
    margin: 40px auto;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .faq-section *,
  .faq-section *::before,
  .faq-section *::after {
    box-sizing: border-box;
  }

  /* Header Section */
  .faq-section .faq-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 35px auto;
  }

  .faq-section .faq-subtitle {
    display: inline-block;
    color: var(--faq-primary);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .faq-section .faq-title {
    color: var(--faq-dark);
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 25px 0;
  }

  .faq-section .faq-title .highlight {
    color: var(--faq-primary);
    position: relative;
  }

  /* Search Bar */
  .faq-section .search-wrapper {
    position: relative;
    max-width: 550px;
    margin: 0 auto 25px auto;
  }

  .faq-section .search-icon {
    position: absolute;
    left: 18px;
    top: 35%;
    transform: translateY(-50%);
    font-size: 1rem;
    pointer-events: none;
  }

  .faq-section .faq-search {
    width: 100%;
    padding: 14px 20px 14px 48px;
    font-size: 0.95rem;
    border: 2px solid var(--faq-border);
    border-radius: 5px;
    outline: none;
    background: var(--faq-card-bg);
    transition: var(--faq-transition);
  }

  .faq-section .faq-search:focus {
    border-color: var(--faq-primary);
    box-shadow: 0 0 0 4px rgba(255, 153, 0, 0.15);
  }

  /* Filter Tabs */
  .faq-section .faq-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
  }

  .faq-section .tab {
    background: var(--faq-bg-light);
    border: 1px solid var(--faq-border);
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--faq-text-muted);
    cursor: pointer;
    transition: var(--faq-transition);
  }

  .faq-section .tab:hover {
    background: #e2e8f0;
    color: var(--faq-dark);
  }

  .faq-section .tab.active {
    background: var(--faq-dark);
    color: #ffffff;
    border-color: var(--faq-dark);
  }

  /* Main Container Layout */
  .faq-section .faq-container {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    background: var(--faq-card-bg);
    border: 1px solid var(--faq-border);
    border-radius: 5px;
    box-shadow: var(--faq-shadow);
    padding: 25px;
  }

  /* Left Side - Question Navigation Menu */
  .faq-section .faq-menu {
    flex: 0 0 40%;
    max-height: 520px;
    overflow-y: auto;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
	  padding-top: 20px;
  }

  /* Custom Scrollbar for Left Menu */
  .faq-section .faq-menu::-webkit-scrollbar {
    width: 5px;
  }
  .faq-section .faq-menu::-webkit-scrollbar-track {
    background: var(--faq-bg-light);
    border-radius: 10px;
  }
  .faq-section .faq-menu::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
  }

  .faq-section .faq-menu-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 5px;
    background: var(--faq-bg-light);
    border: 1px solid transparent;
    cursor: pointer;
    transition: var(--faq-transition);
  }

  .faq-section .faq-menu-item:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
  }

  .faq-section .faq-menu-item.active {
    background: #fff7ed;
    border-color: var(--faq-primary);
  }

  .faq-section .faq-menu-item .num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #e2e8f0;
    color: var(--faq-dark);
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
  }

  .faq-section .faq-menu-item.active .num {
    background: var(--faq-primary);
    color: #ffffff;
  }

  .faq-section .faq-menu-item p {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--faq-dark);
    flex-grow: 1;
    line-height: 1.3;
  }

  .faq-section .faq-menu-item .arrow {
    font-size: 1rem;
    color: var(--faq-text-muted);
    transition: var(--faq-transition);
    flex-shrink: 0;
  }

  .faq-section .faq-menu-item.active .arrow {
    color: var(--faq-primary);
    transform: translateX(3px);
  }

  /* Right Side - Answer Viewer */
  .faq-section .faq-content {
    flex: 1;
    background: var(--faq-bg-light);
    border-radius: 5px;
    padding: 30px;
    border: 1px solid var(--faq-border);
    min-height: 350px;
  }

  .faq-section .faq-answer {
    display: none;
    animation: faqFadeIn 0.3s ease-in-out forwards;
  }

  .faq-section .faq-answer.active {
    display: block;
  }

  @keyframes faqFadeIn {
    from {
      opacity: 0;
      transform: translateY(8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .faq-section .answer-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--faq-border);
  }

  .faq-section .num.highlight-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: var(--faq-primary);
    color: #ffffff;
    font-weight: 800;
    border-radius: 50%;
    font-size: 0.85rem;
    flex-shrink: 0;
  }

  .faq-section .answer-header h3 {
    margin: 0;
    font-size: 1.25rem;
    color: var(--faq-dark);
    font-weight: 700;
    line-height: 1.35;
  }

  .faq-section .faq-answer p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 15px 0;
    color: var(--faq-text);
  }

  /* Benefits Grid (Chips Layout) */
  .faq-section .benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
    margin-top: 20px;
  }

  .faq-section .benefits-grid span {
    background: #ffffff;
    border: 1px solid var(--faq-border);
    padding: 10px 14px;
    border-radius: var(--faq-radius-sm);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--faq-dark);
    display: flex;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  }

  .faq-section .faq-no-results {
    display: none;
    text-align: center;
    padding: 40px 20px;
    color: var(--faq-text-muted);
  }

  /* Bottom CTA Banner */
  .faq-section .faq-cta {
    margin-top: 30px;
    background: var(--faq-dark);
    color: #ffffff;
    border-radius: 5px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-shadow: var(--faq-shadow);
  }

  .faq-section .cta-left {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .faq-section .icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
  }

  .faq-section .cta-left h4 {
    margin: 0 0 4px 0;
    font-size: 1.1rem;
    color: #ffffff;
  }

  .faq-section .cta-left p {
    margin: 0;
    font-size: 0.85rem;
    color: #94a3b8;
  }

  .faq-section .btn-primary {
    background: var(--faq-primary);
    color: #ffffff;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 0.9rem;
    white-space: nowrap;
    transition: var(--faq-transition);
    display: inline-block;
  }

  .faq-section .btn-primary:hover {
    background: var(--faq-primary-hover);
    transform: translateY(-2px);
  }

  /* ================= RESPONSIVE DESIGN ================= */

  /* Tablet Adjustments */
  @media (max-width: 992px) {
    .faq-section .faq-container {
      flex-direction: column;
    }

    .faq-section .faq-menu {
      flex: none;
      width: 100%;
      max-height: 300px;
    }

    .faq-section .faq-content {
      width: 100%;
    }
  }

  /* Mobile Layout Adaptations (Transforms to Accordion-style) */
  @media (max-width: 600px) {
    .faq-section .faq-title {
      font-size: 1.5rem;
    }

    .faq-section .faq-tabs {
      justify-content: flex-start;
      overflow-x: auto;
      padding-bottom: 8px;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
    }

    .faq-section .faq-tabs::-webkit-scrollbar {
      display: none;
    }

    .faq-section .faq-container {
      padding: 15px;
    }

    .faq-section .benefits-grid {
      grid-template-columns: 1fr;
    }

    .faq-section .faq-cta {
      flex-direction: column;
      text-align: center;
      padding: 25px 20px;
    }

    .faq-section .cta-left {
      flex-direction: column;
    }

    .faq-section .btn-primary {
      width: 100%;
      text-align: center;
    }
  }