/* =========================================================
   SUN SOLAR POWER SYSTEM (sunsolarpowerindia.com)
   Ultra-Modern Bootstrap 5 Enhanced E-Commerce Design System
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
  --bs-primary: #0f172a;
  --bs-primary-rgb: 15, 23, 42;
  --solar-gold: #f59e0b;
  --solar-gold-hover: #d97706;
  --solar-amber-light: #fef3c7;
  --solar-navy: #0b192c;
  --solar-navy-light: #1e293b;
  --eco-green: #10b981;
  --eco-green-light: #ecfdf5;
  --text-main: #1e293b;
  --text-muted: #64748b;
  --bg-surface: #f8fafc;
  --card-border: #e2e8f0;
  --card-radius: 14px;
  --card-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.06);
  --card-shadow-hover: 0 14px 28px -4px rgba(15, 23, 42, 0.12);
  --transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background-color: var(--bg-surface);
  color: var(--text-main);
  line-height: 1.6;
  overflow-x: hidden;
  padding-bottom: 60px; /* Space for mobile bottom bar */
}

@media (min-width: 992px) {
  body {
    padding-bottom: 0;
  }
}

h1, h2, h3, h4, h5, h6, .font-heading {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  color: var(--solar-navy);
  letter-spacing: -0.01em;
}

a {
  text-decoration: none;
  transition: var(--transition);
}

/* =========================================================
   TOP ANNOUNCEMENT BAR
   ========================================================= */
.ssp-top-bar {
  background: #070e1a;
  color: #94a3b8;
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.ssp-top-bar a {
  color: #cbd5e1;
}
.ssp-top-bar a:hover {
  color: #fbbf24;
}
.ssp-badge-subsidy {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.2), rgba(217, 119, 6, 0.3));
  border: 1px solid rgba(245, 158, 11, 0.4);
  color: #fbbf24;
  padding: 3px 10px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 12px;
}

/* =========================================================
   MAIN HEADER & BRAND
   ========================================================= */
.ssp-main-header {
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.05);
  position: sticky;
  top: 0;
  z-index: 1020;
}
.ssp-brand-logo img {
  height: 44px;
  max-width: 220px;
  object-fit: contain;
  transition: var(--transition);
}
@media (max-width: 768px) {
  .ssp-brand-logo img {
    height: 36px;
    max-width: 170px;
  }
}

/* Rounded Pill Search Bar */
.ssp-search-group {
  position: relative;
  width: 100%;
  max-width: 540px;
}
.ssp-search-input {
  border-radius: 50px !important;
  padding: 10px 50px 10px 20px !important;
  border: 2px solid #e2e8f0 !important;
  font-size: 14px !important;
  background-color: #f8fafc !important;
  transition: var(--transition) !important;
}
.ssp-search-input:focus {
  background-color: #ffffff !important;
  border-color: var(--solar-gold) !important;
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.15) !important;
}
.ssp-search-btn {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--solar-gold);
  border: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
}
.ssp-search-btn:hover {
  background: var(--solar-gold-hover);
  transform: translateY(-50%) scale(1.05);
}

/* Header Action Buttons */
.ssp-header-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: var(--solar-navy);
  font-weight: 600;
  font-size: 13.5px;
  transition: var(--transition);
}
.ssp-header-btn:hover {
  border-color: var(--solar-gold);
  background: #fffbeb;
  color: var(--solar-gold-hover);
}
.ssp-cart-btn {
  position: relative;
  background: var(--solar-navy);
  color: #ffffff;
  border-color: var(--solar-navy);
}
.ssp-cart-btn:hover {
  background: #1e293b;
  color: #fbbf24;
  border-color: #1e293b;
}
.ssp-cart-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #ef4444;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
}

/* =========================================================
   DESKTOP NAVIGATION BAR
   ========================================================= */
.ssp-nav-bar {
  background: #0b192c;
  border-bottom: 2px solid var(--solar-gold);
}
.ssp-nav-menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
}
.ssp-nav-item {
  white-space: nowrap;
}
.ssp-nav-link {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px 15px;
  color: #cbd5e1;
  font-size: 13.5px;
  font-weight: 600;
  border-radius: 6px;
  transition: var(--transition);
}
.ssp-nav-link i {
  color: var(--solar-gold);
  font-size: 13.5px;
}
.ssp-nav-link:hover, .ssp-nav-link.active {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.ssp-nav-pill-badge {
  font-size: 10px;
  padding: 2px 7px;
  border-radius: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: var(--eco-green);
  color: #ffffff;
}

/* =========================================================
   BOOTSTRAP OFFCANVAS MOBILE DRAWER MENU
   ========================================================= */
.ssp-offcanvas {
  max-width: 320px;
  background: #ffffff;
  border-right: none;
  box-shadow: 4px 0 25px rgba(0, 0, 0, 0.15);
}
.ssp-offcanvas .offcanvas-header {
  background: #0b192c;
  color: #ffffff;
  padding: 16px 20px;
}
.ssp-offcanvas .btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.ssp-offcanvas-menu {
  list-style: none;
  padding: 12px 0;
  margin: 0;
}
.ssp-offcanvas-item {
  border-bottom: 1px solid #f1f5f9;
}
.ssp-offcanvas-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 20px;
  color: var(--solar-navy);
  font-weight: 600;
  font-size: 14.5px;
  transition: var(--transition);
}
.ssp-offcanvas-link i {
  width: 22px;
  text-align: center;
  color: var(--solar-gold);
  font-size: 16px;
}
.ssp-offcanvas-link:hover {
  background: #fffbeb;
  color: var(--solar-gold-hover);
  padding-left: 24px;
}
.ssp-offcanvas-user-card {
  background: #f8fafc;
  border-radius: 12px;
  padding: 14px;
  margin: 12px 16px;
  border: 1px solid #e2e8f0;
}

/* =========================================================
   STICKY MOBILE BOTTOM BAR (Thumb-friendly Navigation)
   ========================================================= */
.ssp-mobile-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  border-top: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  z-index: 1030;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.06);
}
.ssp-bottom-bar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #64748b;
  font-size: 11px;
  font-weight: 600;
  position: relative;
  padding: 4px 8px;
  border-radius: 8px;
  transition: var(--transition);
  text-decoration: none !important;
}
.ssp-bottom-bar-item i {
  font-size: 18px;
  margin-bottom: 2px;
}
.ssp-bottom-bar-item.active, .ssp-bottom-bar-item:hover {
  color: var(--solar-gold-hover);
}
.ssp-bottom-bar-item.highlight {
  color: #059669;
}
.ssp-bottom-badge {
  position: absolute;
  top: 1px;
  right: 12px;
  background: #ef4444;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  padding: 1px 5px;
  border-radius: 10px;
}

/* =========================================================
   HERO SECTION & BANNERS
   ========================================================= */
.ssp-hero {
  background: linear-gradient(135deg, #070e1a 0%, #0b192c 60%, #1e293b 100%);
  color: #ffffff;
  padding: 50px 0 60px 0;
  position: relative;
  overflow: hidden;
}
.ssp-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.15) 0%, rgba(245, 158, 11, 0) 70%);
  pointer-events: none;
}
.ssp-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(245, 158, 11, 0.15);
  border: 1px solid rgba(245, 158, 11, 0.35);
  color: #fbbf24;
  padding: 6px 14px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 20px;
}
.ssp-hero-title {
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 800;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 20px;
}
.ssp-hero-title span {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ssp-hero-lead {
  font-size: 1.1rem;
  color: #cbd5e1;
  max-width: 580px;
  margin-bottom: 30px;
}
.ssp-stat-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  backdrop-filter: blur(8px);
}
.ssp-stat-number {
  font-size: 1.8rem;
  font-weight: 800;
  color: #fbbf24;
  font-family: 'Outfit', sans-serif;
}
.ssp-stat-label {
  font-size: 12px;
  color: #94a3b8;
  margin-top: 4px;
}

/* =========================================================
   CARDS, PRODUCT CARDS & BADGES
   ========================================================= */
.ssp-card {
  background: #ffffff;
  border-radius: var(--card-radius);
  border: 1px solid var(--card-border);
  box-shadow: var(--card-shadow);
  transition: var(--transition);
  overflow: hidden;
}
.ssp-card:hover {
  box-shadow: var(--card-shadow-hover);
}

.ssp-category-card {
  background: #ffffff;
  border-radius: var(--card-radius);
  border: 1px solid var(--card-border);
  padding: 22px 16px;
  text-align: center;
  transition: var(--transition);
  display: block;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}
.ssp-category-card:hover {
  transform: translateY(-5px);
  border-color: var(--solar-gold);
  box-shadow: var(--card-shadow-hover);
}
.ssp-category-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: #fffbeb;
  color: var(--solar-gold);
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px auto;
  transition: var(--transition);
}
.ssp-category-card:hover .ssp-category-icon {
  background: var(--solar-gold);
  color: #ffffff;
  transform: scale(1.1);
}

/* Modern E-Commerce Product Card */
.ssp-product-card {
  background: #ffffff;
  border-radius: var(--card-radius);
  border: 1px solid var(--card-border);
  box-shadow: var(--card-shadow);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.ssp-product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--card-shadow-hover);
  border-color: #cbd5e1;
}
.ssp-product-image-wrap {
  position: relative;
  background: #f8fafc;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 16px;
}
.ssp-product-image-wrap img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: var(--transition);
}
.ssp-product-card:hover .ssp-product-image-wrap img {
  transform: scale(1.05);
}

/* Floating Badges on Product Image */
.ssp-badge-offer {
  position: absolute;
  top: 10px;
  left: 10px;
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(220, 38, 38, 0.3);
}
.ssp-badge-warranty {
  background: #ecfdf5;
  color: #059669;
  border: 1px solid #a7f3d0;
  font-size: 11.5px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.ssp-badge-variant-count {
  background: #eff6ff;
  color: #2563eb;
  border: 1px solid #bfdbfe;
  font-size: 11.5px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.ssp-product-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.ssp-product-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--solar-navy);
  margin-bottom: 6px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 40px;
}
.ssp-product-title a:hover {
  color: var(--solar-gold-hover);
}
.ssp-price-wrap {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #f1f5f9;
}
.ssp-price-current {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--solar-navy);
  font-family: 'Outfit', sans-serif;
}
.ssp-price-mrp {
  font-size: 12.5px;
  color: #94a3b8;
  text-decoration: line-through;
  margin-left: 6px;
}
.ssp-price-savings {
  font-size: 12px;
  color: #059669;
  font-weight: 700;
}

/* Variant Selector Chips on Product Detail */
.ssp-variant-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 20px 0;
}
.ssp-variant-chip {
  padding: 8px 16px;
  border-radius: 8px;
  border: 2px solid #e2e8f0;
  background: #ffffff;
  color: var(--solar-navy);
  font-weight: 600;
  font-size: 13.5px;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 6px;
}
.ssp-variant-chip:hover {
  border-color: var(--solar-gold);
  background: #fffbeb;
}
.ssp-variant-chip.active {
  border-color: var(--solar-gold);
  background: #fffbeb;
  color: var(--solar-gold-hover);
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.2);
}

/* =========================================================
   BUTTONS
   ========================================================= */
.btn-solar-primary {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  border: none;
  color: #ffffff !important;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.25);
  transition: var(--transition);
}
.btn-solar-primary:hover {
  background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(245, 158, 11, 0.35);
}

.btn-solar-dark {
  background: #0b192c;
  border: 1px solid #1e293b;
  color: #ffffff !important;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 10px;
  transition: var(--transition);
}
.btn-solar-dark:hover {
  background: #1e293b;
  color: #fbbf24 !important;
}

.btn-solar-outline {
  border: 2px solid var(--solar-gold);
  color: var(--solar-gold-hover) !important;
  background: transparent;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 10px;
  transition: var(--transition);
}
.btn-solar-outline:hover {
  background: var(--solar-gold);
  color: #ffffff !important;
}

/* =========================================================
   FOOTER
   ========================================================= */
.ssp-footer {
  background: #070e1a;
  color: #94a3b8;
  border-top: 3px solid var(--solar-gold);
}
.ssp-footer-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 8px;
}
.ssp-footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background: var(--solar-gold);
}
.ssp-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ssp-footer-links li {
  margin-bottom: 10px;
}
.ssp-footer-links a {
  color: #cbd5e1;
  font-size: 13.5px;
  transition: var(--transition);
  display: inline-block;
}
.ssp-footer-links a:hover {
  color: var(--solar-gold);
  transform: translateX(4px);
}
.ssp-footer-bottom {
  background: #040810;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 13px;
}

/* =========================================================
   INDIAN RUPEE AND CURRENCY STYLING
   ========================================================= */
.rupee {
  font-family: inherit;
  font-weight: 700;
  margin-right: 2px;
}

/* =========================================================
   MEGA-MENU & CATEGORY/SUBCATEGORY MULTI-LEVEL DROPDOWN
   ========================================================= */
.ssp-megamenu-dropdown {
  position: static !important;
}
.ssp-nav-bar .container {
  position: relative;
}
.ssp-megamenu {
  position: absolute;
  top: 100%;
  left: 12px;
  right: 12px;
  width: auto;
  max-height: 80vh;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 25px 50px -12px rgba(11, 25, 44, 0.35);
  z-index: 1050;
  animation: sspMenuFadeIn 0.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes sspMenuFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (min-width: 992px) {
  .ssp-megamenu-dropdown:hover > .dropdown-menu {
    display: block;
  }
}

.ssp-cat-block {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px;
  height: 100%;
  transition: all 0.2s ease;
}
.ssp-cat-block:hover {
  background: #ffffff;
  border-color: var(--solar-gold);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.08);
}
.ssp-cat-heading {
  color: var(--navy-900) !important;
  font-weight: 700;
  font-size: 13px;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.ssp-cat-heading:hover {
  color: var(--solar-gold-dark) !important;
}
.ssp-cat-icon-badge {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #cbd5e1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  overflow: hidden;
  flex-shrink: 0;
}
.ssp-cat-icon-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 2px;
}
.ssp-subcat-list {
  padding-left: 0 !important;
  margin-bottom: 0;
}
.ssp-subcat-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 8px;
  color: #475569;
  font-size: 12.5px;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.15s ease;
}
.ssp-subcat-link:hover {
  background: #eef2ff;
  color: #1d4ed8;
  padding-left: 12px;
}
.ssp-subcat-link span {
  white-space: normal;
}

/* =========================================================
   SOLARCLUE INSPIRED STOREFRONT STYLES
   ========================================================= */
/* Category Quick Strip */
.ssp-clue-cat-strip {
  padding: 24px 0 16px 0;
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
}
.ssp-clue-cat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 14px 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
}
.ssp-clue-cat-card:hover {
  background: #ffffff;
  border-color: var(--solar-gold);
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -6px rgba(15, 23, 42, 0.1);
}
.ssp-clue-cat-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  border: 2px solid #fde68a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--solar-gold);
  margin-bottom: 10px;
  transition: all 0.25s ease;
  overflow: hidden;
}
.ssp-clue-cat-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
  padding: 5px;
}
.ssp-clue-cat-card:hover .ssp-clue-cat-icon {
  background: var(--solar-gold);
  color: #ffffff;
  border-color: var(--solar-gold);
  transform: scale(1.08);
}
.ssp-clue-cat-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--solar-navy);
  margin-bottom: 2px;
  line-height: 1.25;
}
.ssp-clue-cat-count {
  font-size: 11px;
  color: var(--text-muted);
  font-weight: 500;
}

/* Trust Metric Bar */
.ssp-trust-metric-bar {
  background: linear-gradient(135deg, #070e1a 0%, #0b192c 100%);
  color: #ffffff;
  padding: 22px 0;
  border-bottom: 2px solid var(--solar-gold);
}
.ssp-trust-metric-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  height: 100%;
}
.ssp-trust-metric-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(245, 158, 11, 0.15);
  border: 1px solid rgba(245, 158, 11, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fbbf24;
  flex-shrink: 0;
}
.ssp-trust-metric-val {
  font-family: 'Outfit', sans-serif;
  font-size: 17px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
}
.ssp-trust-metric-lbl {
  font-size: 12px;
  color: #94a3b8;
}

/* Shelf Header */
.ssp-shelf-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .ssp-shelf-header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.ssp-shelf-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
  background: #fef3c7;
  color: #b45309;
  border: 1px solid #fde68a;
}
.ssp-shelf-title {
  font-size: 24px;
  font-weight: 800;
  color: var(--solar-navy);
  margin-bottom: 4px;
  letter-spacing: -0.02em;
}
.ssp-shelf-sub {
  font-size: 13.5px;
  color: #64748b;
  margin-bottom: 0;
}

/* Brand Partners Grid */
.ssp-brand-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 64px;
  transition: all 0.2s ease;
  font-weight: 700;
  color: #334155;
  font-size: 13.5px;
}
.ssp-brand-card:hover {
  border-color: var(--solar-gold);
  transform: translateY(-3px);
  box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.08);
  color: var(--solar-gold-hover);
}
