.header-flex {
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.bs-packages {
  background:#f8fafc;
  padding:70px 0;
}

.packages .package-card {
  background:#fff;
  border-radius:10px;
  padding:25px;
  box-shadow:0 6px 16px rgba(0,0,0,.08);
  text-align:center;
}

.package-card ul {
  list-style:none;
  padding:0;
}

.package-card li {
  margin:8px 0;
}

.package-card .price {
  font-size:1.4rem;
  font-weight:700;
  margin:15px 0;
}

.package-card.featured {
  border:2px solid #0a58ca;
}

.bs-retail {
  padding:70px 0;
}

.center {
  text-align:center;
  margin-top:30px;
}

.bs-roles {
  background:#111;
  color:#fff;
  padding:70px 0;
}

.role-card {
  background:#1c1c1c;
  padding:25px;
  border-radius:10px;
  text-align:center;
  color:#fff;
  text-decoration:none;
}

.role-card:hover {
  background:#0a58ca;
}

.section-sub {
  color:#666;
  margin-bottom:30px;
}
.shop-hero {
  background:#f1f5f9;
  padding:50px 0;
  text-align:center;
}

.shop-filters {
  background:#fff;
  border-bottom:1px solid #ddd;
}

.filters {
  display:flex;
  gap:15px;
  padding:15px 0;
  flex-wrap:wrap;
}

.filter {
  text-decoration:none;
  padding:8px 16px;
  border-radius:20px;
  background:#f0f0f0;
  color:#333;
  font-weight:500;
}

.filter.active,
.filter:hover {
  background:#0a58ca;
  color:#fff;
}

.shop-products {
  padding:50px 0;
}

.product-card img {
  height:220px;
  object-fit:cover;
}

.product-page {
  padding:60px 0;
}

.product-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
}

.product-image img {
  width:100%;
  border-radius:12px;
}

.product-details h1 {
  margin-top:0;
}

.feature-list {
  list-style:none;
  padding:0;
}

.feature-list li {
  margin:8px 0;
}

.product-details form {
  margin-top:25px;
}

.product-details label {
  display:block;
  margin-top:15px;
  font-weight:600;
}

.product-details input,
.product-details select {
  width:100%;
  padding:10px;
  margin-top:6px;
}

@media(max-width:768px){
  .product-grid {
    grid-template-columns:1fr;
  }
}
.cart-table {
  width:100%;
  border-collapse:collapse;
  margin:20px 0;
}

.cart-table th,
.cart-table td {
  border-bottom:1px solid #ddd;
  padding:12px;
}

.total-row td {
  font-size:1.1rem;
}

.checkout-page textarea {
  width:100%;
  min-height:80px;
  padding:10px;
}
.summary-box {
  background:#f8fafc;
  border:1px solid #ddd;
  padding:20px;
  border-radius:8px;
  margin-bottom:25px;
}

.checkout-page input,
.checkout-page textarea {
  width:100%;
  padding:10px;
  margin-top:6px;
}

.checkout-page label {
  display:block;
  margin-top:15px;
  font-weight:600;
}
.merchant-dashboard {
  padding:60px 0;
}

.kpis .kpi-card {
  background:#fff;
  padding:25px;
  border-radius:10px;
  box-shadow:0 4px 12px rgba(0,0,0,.08);
  text-align:center;
}

.data-table {
  width:100%;
  border-collapse:collapse;
  margin:25px 0;
}

.data-table th,
.data-table td {
  border-bottom:1px solid #ddd;
  padding:12px;
}

.merchant-actions {
  margin-top:30px;
  display:flex;
  gap:15px;
  flex-wrap:wrap;
}
.product-form {
  max-width:700px;
}

.product-form label {
  display:block;
  margin-top:15px;
  font-weight:600;
}

.product-form input,
.product-form textarea,
.product-form select {
  width:100%;
  padding:10px;
  margin-top:6px;
}

.notice.success {
  background:#e6fffa;
  border:1px solid #0dcaf0;
  padding:15px;
  margin-bottom:20px;
  border-radius:6px;
}
.artist-dashboard {
  padding:60px 0;
}

.artist-actions {
  margin-top:30px;
}

.artist-dashboard {
  padding:60px 0;
}

.artist-actions {
  margin-top:30px;
}


.artist-dashboard {
  padding:60px 0;
}

.artist-actions {
  margin-top:30px;
}
.agent-dashboard {
  padding:60px 0;
}

.agent-actions {
  margin-top:30px;
}
.notice.error {
  background:#ffe6e6;
  border:1px solid #dc3545;
  padding:15px;
  margin-bottom:20px;
  border-radius:6px;
}

.admin-payouts {
  padding:60px 0;
}

.status {
  padding:6px 12px;
  border-radius:20px;
  font-size:0.85rem;
  font-weight:600;
}

.status.pending {
  background:#fff3cd;
  color:#856404;
}

.status.locked {
  background:#cce5ff;
  color:#004085;
}

.status.paid {
  background:#d4edda;
  color:#155724;
}

.btn-primary.small {
  padding:6px 12px;
  font-size:0.85rem;
}
.admin-dashboard {
  padding:60px 0;
}

.admin-actions {
  margin-top:30px;
  display:flex;
  gap:15px;
  flex-wrap:wrap;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  color: #111;
}

section {
  padding: 40px 20px;
  max-width: 1100px;
  margin: auto;
}

.hero {
  text-align: center;
}

.hero-actions a {
  margin: 10px;
}

h1, h2, h3 {
  margin-bottom: 10px;
}

.btn-primary {
  background: #0b5ed7;
  color: #fff;
  padding: 12px 18px;
  text-decoration: none;
  border-radius: 6px;
}

.btn-secondary {
  border: 2px solid #0b5ed7;
  color: #0b5ed7;
  padding: 12px 18px;
  text-decoration: none;
  border-radius: 6px;
}

.link-cta {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.package-grid,
.product-grid,
.eco-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.package-card,
.product-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

.package-card.highlight {
  border: 2px solid #0b5ed7;
}

.product-card img {
  max-width: 100%;
  border-radius: 8px;
}
.package-card {
  max-width: 360px;
  margin: auto;
}

.package-card h3 {
  margin-bottom: 6px;
}

.ecosystem {
  background: #111;
  color: #fff;
}

.ecosystem a {
  color: #fff;
}

.footer {
  text-align: center;
  padding: 20px;
  font-size: 14px;
}
.hero-gallery {
  overflow: hidden;
  background: #000;
}

.gallery-track {
  display: flex;
  animation: slide 18s infinite;
}

.gallery-track img {
  width: 100%;
  flex-shrink: 0;
}

@keyframes slide {
  0% { transform: translateX(0); }
  33% { transform: translateX(-100%); }
  66% { transform: translateX(-200%); }
  100% { transform: translateX(0); }
}
.hero-gallery {
  position: relative;
  overflow: hidden;
  background: #000;
}

.gallery-track {
  display: flex;
  width: 300%;
  animation: slide 18s infinite;
}

.gallery-track img {
  width: 100%;
  flex-shrink: 0;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.35);
  padding: 20px;
}

.hero-overlay h1 {
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.hero-overlay p {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.hero-actions a {
  margin: 6px;
}

@keyframes slide {
  0% { transform: translateX(0); }
  33% { transform: translateX(-100%); }
  66% { transform: translateX(-200%); }
  100% { transform: translateX(0); }
}

/* Mobile tuning */
@media (max-width: 768px) {
  .hero-overlay h1 {
    font-size: 1.6rem;
  }
}
.product-card {
  transition: transform .3s, box-shadow .3s;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,.15);
}
/* ===== HERO FIX ===== */
.hero-gallery {
  position: relative;
  height: 70vh;          /* desktop */
  max-height: 520px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .hero-gallery {
    height: 55vh;
    max-height: 380px;
  }
}

.gallery-track {
  display: flex;
  height: 100%;
}

.gallery-track img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex-shrink: 0;
}

/* Overlay stays centered */
.hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(0,0,0,0.25);
}
/* ===== TOP BAR ===== */
.topbar {
  background: #fff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.topbar-inner {
  max-width: 1200px;
  margin: auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topbar .logo {
  font-weight: 700;
  font-size: 1.2rem;
  color: #0d6efd;
  text-decoration: none;
}

.top-nav a {
  margin-left: 20px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.top-nav a:hover {
  color: #0d6efd;
}
.package-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.package-card {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    text-align: center;
}
/* ================= HEADER / TITLE BAR ================= */

.bs-header {
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #eaeaea;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.bs-header-inner {
  max-width: 1200px;
  margin: auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bs-brand a {
  font-size: 20px;
  font-weight: 700;
  color: #0d6efd;
  text-decoration: none;
  letter-spacing: 0.3px;
}

.bs-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.bs-nav a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
}

.bs-nav a:hover {
  color: #0d6efd;
}

.bs-nav .btn-join {
  background: #0d6efd;
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 600;
}

.bs-nav .btn-join:hover {
  background: #084298;
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {
  .bs-header-inner {
    flex-direction: column;
    gap: 10px;
  }

  .bs-nav {
    gap: 16px;
  }
}
/* RESET */
body {
  margin: 0;
  font-family: system-ui, -apple-system, sans-serif;
  background: #fff;
}

/* HEADER */
.site-header {
  background: #ffffff;
  border-bottom: 1px solid #eee;
}

.header-inner {
  max-width: 1200px;
  margin: auto;
  padding: 14px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 18px;
}

.brand img {
  height: 36px;
}

/* HERO */
.hero-gallery {
  height: 65vh;
  max-height: 600px;
  overflow: hidden;
  position: relative;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  background: linear-gradient(
    rgba(0,0,0,.45),
    rgba(0,0,0,.45)
  );
  text-align: center;
}

/* PACKAGES */
.package-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px,1fr));
  gap: 20px;
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
}

.package-card {
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  border: 1px solid #eee;
  text-align: center;
}

.package-card h3 {
  margin-bottom: 6px;
}

.pkg-price {
  font-size: 22px;
  font-weight: 700;
  color: #0066cc;
}
.auth-page {
  background:#f5f7fb;
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
}

.auth-box {
  background:#fff;
  padding:24px;
  border-radius:12px;
  width:100%;
  max-width:420px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.auth-box input,
.auth-box select {
  width:100%;
  padding:12px;
  margin-bottom:12px;
  border-radius:8px;
  border:1px solid #ddd;
}

.auth-footer {
  text-align:center;
  margin-top:10px;
}
/* ================= AUTH UI ================= */

.auth-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #f4f6f9;
}

.auth-card {
  width: 100%;
  max-width: 420px;
  background: #fff;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.auth-card h1 {
  margin-bottom: 6px;
}

.auth-subtitle {
  color: #666;
  margin-bottom: 20px;
  font-size: 14px;
}

.auth-form .form-group {
  margin-bottom: 14px;
}

.auth-form label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
}

.auth-form input,
.auth-form select {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.auth-form input:focus,
.auth-form select:focus {
  outline: none;
  border-color: #1f6fff;
}

.btn-primary.btn-block {
  width: 100%;
  padding: 14px;
  font-size: 15px;
  border-radius: 10px;
  margin-top: 10px;
}

.auth-footer {
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
}
