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

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

.brand-growth-prototype main {
  position: relative;
}

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

.brand-growth-prototype .stats-banner {
  padding-left: 32px;
  padding-right: 32px;
}

.brand-growth-prototype .growth-hero {
  padding-top: 180px;
}

.brand-growth-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;
}

.brand-growth-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;
}

.brand-growth-prototype .cine-sound-toggle {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 20;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.62);
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.24);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.brand-growth-prototype .cine-sound-toggle:hover,
.brand-growth-prototype .cine-sound-toggle:focus-visible,
.brand-growth-prototype .cine-sound-toggle.is-active {
  background: #ff6b00;
  border-color: #ff6b00;
  outline: none;
}

.brand-growth-prototype .cine-sound-toggle:hover,
.brand-growth-prototype .cine-sound-toggle:focus-visible {
  transform: scale(1.08);
}

.brand-growth-prototype .cine-sound-toggle svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-growth-prototype .cine-sound-toggle .cine-sound-wave {
  display: none;
}

.brand-growth-prototype .cine-sound-toggle.is-active .cine-sound-wave {
  display: block;
}

.brand-growth-prototype .cine-sound-toggle.is-active .cine-sound-slash {
  display: none;
}

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

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

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

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

.brand-growth-prototype .insight-chart-label strong {
  color: #ff6b00;
}

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

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

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

  .brand-growth-prototype .cine-sound-toggle {
    right: 12px;
    bottom: 12px;
    width: 36px;
    height: 36px;
  }

  .brand-growth-prototype .solution-tabs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px !important;
    margin-bottom: 24px !important;
    overflow: visible !important;
    padding-bottom: 0 !important;
    justify-content: stretch !important;
  }

  .brand-growth-prototype .solution-tab-btn {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    padding: 10px 8px !important;
    font-size: 13px !important;
    line-height: 1.35;
    white-space: normal !important;
  }

  .brand-growth-prototype .solution-tab-btn:last-child {
    grid-column: 1 / -1;
  }
}
