/* Brand chrome — Fortune Power (fortunepower) */
body[data-brand="fortunepower"] {
  --cms-accent: #E8910C;
  --brand-accent: #E8910C;
  --brand-accent-2: #F5A623;
  --brand-ink: #0A1628;
  --brand-top: #07111d;
  --brand-radius: 10px;
}

body[data-brand="fortunepower"] .fp-topstrip {
  background: linear-gradient(100deg, #07111d 0%, #0A1628 70%, color-mix(in srgb, #0A1628 80%, #E8910C) 100%);
}
body[data-brand="fortunepower"] .fp-topstrip::after {
  background: linear-gradient(90deg, transparent, #E8910C, #F5A623, #E8910C, transparent);
  height: 2px;
}
body[data-brand="fortunepower"] .fp-header {
  background: rgba(255,255,255,0.94);
}
body[data-brand="fortunepower"] .fp-nav {
  background: transparent; border: 0; border-radius: 0; padding: 0; max-width: none; gap: 0.35rem 1.1rem;
}
body[data-brand="fortunepower"] .fp-nav-link {
  border-radius: 0; padding: 0.55rem 0.15rem; font-weight: 600;
}
body[data-brand="fortunepower"] .fp-nav-link:hover,
body[data-brand="fortunepower"] .fp-nav-link.is-active {
  background: transparent; box-shadow: none; color: #0A1628;
}
body[data-brand="fortunepower"] .fp-nav-link.is-active::after {
  display: block; content: ''; position: absolute; left: 0; right: 0; bottom: 0.15rem; height: 2px; background: #E8910C; border-radius: 1px;
}
body[data-brand="fortunepower"] .fp-header-cta { border-radius: 10px; }
body[data-brand="fortunepower"] .fp-header-call { border-radius: 10px; }
body[data-brand="fortunepower"] .fp-hero-veil,
body[data-brand="fortunepower"] .solar-hero-veil {
  background: linear-gradient(105deg, rgba(10,22,40,0.92) 0%, rgba(10,22,40,0.55) 48%, rgba(232,145,12,0.22) 100%);
}
body[data-brand="fortunepower"] .page-banner.page-banner--media .page-banner-veil {
  background: linear-gradient(105deg, color-mix(in srgb, #0A1628 92%, transparent) 0%, color-mix(in srgb, #0A1628 55%, transparent) 55%, color-mix(in srgb, #E8910C 28%, transparent) 100%);
}
body[data-brand="fortunepower"] .site-footer.brand-footer {
  background: #0A1628;
  color: rgba(255,255,255,0.78);
  border-top: 3px solid #E8910C;
}
body[data-brand="fortunepower"] .brand-footer .footer-kicker {
  color: #E8910C; letter-spacing: 0.14em; text-transform: uppercase; font-size: 0.72rem; font-weight: 700; margin: 0 0 0.75rem;
}
body[data-brand="fortunepower"] .brand-footer h3 {
  color: #fff;
}
body[data-brand="fortunepower"] .brand-footer a { color: inherit; text-decoration: none; }
body[data-brand="fortunepower"] .brand-footer a:hover { color: #E8910C; }
body[data-brand="fortunepower"] .brand-footer .footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
}
body[data-brand="fortunepower"] .brand-mark {
  display:inline-block; width: 2.5rem; height: 3px; background: #E8910C; margin-bottom: 0.85rem;
}
