.ad-marketing-prototype {
  position: relative;
  overflow-x: hidden;
  --bg-white: #ffffff;
  --text-dark: #0f172a;
  --text-gray: #64748b;
  --radius-lg: 24px;
}

.ad-marketing-prototype .home-navbar,
.ad-marketing-prototype .home-mega,
.ad-marketing-prototype .home-mega-backdrop,
.ad-marketing-prototype .minimal-footer,
.ad-marketing-prototype footer {
  display: none !important;
}

.ad-marketing-prototype main {
  position: relative;
}

.ad-marketing-prototype .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.ad-marketing-prototype .stats-banner {
  padding-left: 32px;
  padding-right: 32px;
}

.ad-marketing-prototype .ad-hero {
  padding-top: 180px;
}

.ad-marketing-prototype .material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.ad-marketing-prototype .case-carousel-nav .material-symbols-outlined {
  width: 100%;
  height: 100%;
  font-size: 26px;
  font-weight: 500;
  font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 32;
}

.ad-marketing-prototype .carousel-dot.active {
  width: 24px !important;
  background: #ff6b00 !important;
}

.ad-marketing-prototype .carousel-dot:not(.active) {
  width: 6px !important;
  background: rgba(255, 255, 255, 0.7) !important;
}

.ad-marketing-prototype .ad-chart-fallback {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: 22px 8px;
  box-sizing: border-box;
}

.ad-marketing-prototype .ad-chart-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #334155;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}

.ad-marketing-prototype .ad-chart-label strong {
  color: #ff6b00;
}

.ad-marketing-prototype .ad-chart-track {
  height: 10px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
}

.ad-marketing-prototype .ad-chart-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff6b00, #ffb15c);
}

@media (max-width: 768px) {
  .ad-marketing-prototype .ad-hero {
    padding-top: 140px;
  }
}
