    /* Glass-morphism Design System */
    body {
      font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
      background: linear-gradient(135deg, #0f1419 0%, #1a1f2e 50%, #252d3d 100%);
      background-attachment: fixed;
      min-height: 100vh;
      position: relative;
      overflow-x: hidden;
    }

    body::before {
      content: '';
      position: fixed;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      background: radial-gradient(circle at 20% 30%, rgba(14,47,90,0.15) 0%, transparent 50%),
                  radial-gradient(circle at 80% 70%, rgba(100,80,200,0.08) 0%, transparent 50%),
                  radial-gradient(circle at 50% 50%, rgba(40,44,52,0.3) 0%, transparent 70%);
      pointer-events: none;
      z-index: 0;
    }

    .frame {
      position: relative;
      z-index: 1;
    }

    /* Hero Section - Enhanced Glass */
    .hero-section {
      background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
      backdrop-filter: blur(40px) saturate(180%) brightness(1.1);
      -webkit-backdrop-filter: blur(40px) saturate(180%) brightness(1.1);
      border: 1px solid rgba(255,255,255,0.18);
      border-top: 1px solid rgba(255,255,255,0.3);
      border-radius: 28px;
      color: white;
      padding: 80px 40px;
      text-align: center;
      margin: 0 0 60px 0;
      position: relative;
      overflow: hidden;
      box-shadow: 0 8px 32px rgba(0,0,0,0.4),
                  0 1px 2px rgba(255,255,255,0.1),
                  inset 0 0 0 1px rgba(255,255,255,0.05),
                  inset 0 1px 0 rgba(255,255,255,0.2);
    }

    .hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.15) 0%, transparent 40%),
                  radial-gradient(circle at 70% 80%, rgba(255,255,255,0.08) 0%, transparent 40%),
                  linear-gradient(180deg, rgba(255,255,255,0.1) 0%, transparent 50%);
      pointer-events: none;
    }

    .hero-section::after {
      content: '';
      position: absolute;
      top: -2px;
      left: 20%;
      right: 20%;
      height: 100px;
      background: radial-gradient(ellipse at top, rgba(255,255,255,0.25) 0%, transparent 70%);
      filter: blur(20px);
      pointer-events: none;
    }

    .hero-content {
      position: relative;
      z-index: 1;
    }

    .hero-section h1 {
      font-size: 3.5rem;
      margin-bottom: 24px;
      font-weight: 700;
      line-height: 1.1;
      letter-spacing: -0.02em;
      text-shadow: 0 4px 20px rgba(0,0,0,0.3);
    }

    .hero-section p {
      font-size: 1.375rem;
      max-width: 700px;
      margin: 0 auto 40px;
      opacity: 0.95;
      line-height: 1.5;
    }

    .hero-cta {
      display: inline-flex;
      gap: 16px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .hero-cta .btn {
      background: rgba(255,255,255,0.9);
      color: #1a1f2e;
      font-weight: 600;
      font-size: 1.125rem;
      padding: 16px 40px;
      border-radius: 12px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.2);
      transition: all 0.3s ease;
      border: 1px solid rgba(255,255,255,0.2);
      backdrop-filter: blur(10px);
    }

    .hero-cta .btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 12px 32px rgba(0,0,0,0.3);
      background: rgba(255,255,255,1);
    }

    .hero-cta .btn--secondary {
      background: rgba(255,255,255,0.1);
      color: white;
      border: 1px solid rgba(255,255,255,0.3);
      backdrop-filter: blur(10px);
    }

    .hero-cta .btn--secondary:hover {
      background: rgba(255,255,255,0.2);
      border-color: rgba(255,255,255,0.5);
    }

    /* Search Section - Glass */
    .search-section {
      max-width: 600px;
      margin: -40px auto 50px;
      position: relative;
      z-index: 10;
    }

    .search-box {
      display: flex;
      background: linear-gradient(135deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.06) 100%);
      backdrop-filter: blur(40px) saturate(180%) brightness(1.1);
      -webkit-backdrop-filter: blur(40px) saturate(180%) brightness(1.1);
      border: 1px solid rgba(255,255,255,0.25);
      border-top: 1px solid rgba(255,255,255,0.35);
      border-radius: 16px;
      box-shadow: 0 8px 32px rgba(0,0,0,0.35),
                  0 1px 2px rgba(255,255,255,0.1),
                  inset 0 1px 0 rgba(255,255,255,0.2);
      overflow: hidden;
      position: relative;
    }

    .search-box::before {
      content: '';
      position: absolute;
      top: -1px;
      left: 10%;
      right: 10%;
      height: 50px;
      background: radial-gradient(ellipse at top, rgba(255,255,255,0.2) 0%, transparent 70%);
      filter: blur(12px);
      pointer-events: none;
    }

    .search-box input {
      flex: 1;
      padding: 18px 24px;
      border: none;
      font-size: 1rem;
      outline: none;
      background: transparent;
      color: white;
    }

    .search-box input::placeholder {
      color: rgba(255,255,255,0.5);
    }

    .search-box button {
      background: rgba(255,255,255,0.2);
      backdrop-filter: blur(10px);
      color: white;
      border: none;
      border-left: 1px solid rgba(255,255,255,0.2);
      padding: 18px 36px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.2s;
      white-space: nowrap;
    }

    .search-box button:hover {
      background: rgba(255,255,255,0.3);
    }

    /* Features Grid - Glass Cards */
    .features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 32px;
      margin-bottom: 60px;
    }

    .feature-card {
      background: linear-gradient(135deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.04) 100%);
      backdrop-filter: blur(30px) saturate(180%) brightness(1.05);
      -webkit-backdrop-filter: blur(30px) saturate(180%) brightness(1.05);
      border: 1px solid rgba(255,255,255,0.15);
      border-top: 1px solid rgba(255,255,255,0.25);
      border-radius: 24px;
      padding: 40px 32px;
      box-shadow: 0 8px 32px rgba(0,0,0,0.3),
                  inset 0 1px 0 rgba(255,255,255,0.15);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .feature-card::before {
      content: '';
      position: absolute;
      top: -2px;
      left: 10%;
      right: 10%;
      height: 80px;
      background: radial-gradient(ellipse at top, rgba(255,255,255,0.2) 0%, transparent 70%);
      filter: blur(15px);
      pointer-events: none;
    }

    .feature-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 20px 60px rgba(0,0,0,0.4),
                  inset 0 1px 0 rgba(255,255,255,0.2);
      background: linear-gradient(135deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.06) 100%);
      border-color: rgba(255,255,255,0.25);
    }

    .feature-icon {
      font-size: 4rem;
      margin-bottom: 24px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 96px;
      height: 96px;
      background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
      backdrop-filter: blur(10px);
      border-radius: 24px;
      border: 1px solid rgba(255,255,255,0.2);
      box-shadow: 0 8px 24px rgba(0,0,0,0.2),
                  inset 0 1px 0 rgba(255,255,255,0.2);
    }

    .feature-card h3 {
      font-size: 1.375rem;
      margin-bottom: 12px;
      color: white;
      font-weight: 700;
    }

    .feature-card p {
      color: rgba(255,255,255,0.7);
      line-height: 1.7;
      font-size: 1rem;
    }

    /* Trust Section - Glass */
    .trust-section {
      background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
      backdrop-filter: blur(35px) saturate(180%) brightness(1.05);
      -webkit-backdrop-filter: blur(35px) saturate(180%) brightness(1.05);
      border: 1px solid rgba(255,255,255,0.15);
      border-top: 1px solid rgba(255,255,255,0.25);
      padding: 60px 40px;
      border-radius: 28px;
      margin: 60px 0;
      text-align: center;
      box-shadow: 0 8px 32px rgba(0,0,0,0.3),
                  inset 0 1px 0 rgba(255,255,255,0.15);
      position: relative;
      overflow: hidden;
    }

    .trust-section::before {
      content: '';
      position: absolute;
      top: -2px;
      left: 15%;
      right: 15%;
      height: 120px;
      background: radial-gradient(ellipse at top, rgba(255,255,255,0.2) 0%, transparent 70%);
      filter: blur(25px);
      pointer-events: none;
    }

    .trust-section h2 {
      font-size: 2.25rem;
      margin-bottom: 16px;
      color: white;
      font-weight: 700;
    }

    .trust-section > p {
      max-width: 700px;
      margin: 0 auto 40px;
      color: rgba(255,255,255,0.8);
      font-size: 1.125rem;
      line-height: 1.7;
    }

    .trust-badges {
      display: flex;
      justify-content: center;
      gap: 48px;
      flex-wrap: wrap;
      margin-top: 40px;
    }

    .trust-badge {
      text-align: center;
    }

    .trust-badge__icon {
      font-size: 3.5rem;
      margin-bottom: 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 80px;
      height: 80px;
      background: linear-gradient(135deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.04) 100%);
      backdrop-filter: blur(10px);
      border-radius: 20px;
      border: 1px solid rgba(255,255,255,0.15);
      box-shadow: 0 4px 16px rgba(0,0,0,0.2),
                  inset 0 1px 0 rgba(255,255,255,0.15);
    }

    .trust-badge__label {
      font-size: 0.875rem;
      color: rgba(255,255,255,0.6);
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.05em;
    }

    .trust-badge__value {
      font-size: 2rem;
      font-weight: 700;
      color: white;
      margin-bottom: 4px;
      text-shadow: 0 2px 8px rgba(0,0,0,0.3);
    }

    /* Dashboard Grid - Glass */
    .dashboard-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 24px;
      margin-bottom: 32px;
    }

    .dashboard-card {
      background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
      backdrop-filter: blur(35px) saturate(180%) brightness(1.05);
      -webkit-backdrop-filter: blur(35px) saturate(180%) brightness(1.05);
      border: 1px solid rgba(255,255,255,0.15);
      border-top: 1px solid rgba(255,255,255,0.25);
      border-radius: 20px;
      padding: 32px;
      box-shadow: 0 8px 32px rgba(0,0,0,0.3),
                  inset 0 1px 0 rgba(255,255,255,0.15);
      text-decoration: none;
      color: white;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      display: block;
      position: relative;
      overflow: hidden;
    }

    .dashboard-card::before {
      content: '';
      position: absolute;
      top: -2px;
      left: 10%;
      right: 10%;
      height: 70px;
      background: radial-gradient(ellipse at top, rgba(255,255,255,0.18) 0%, transparent 70%);
      filter: blur(15px);
      pointer-events: none;
    }

    .dashboard-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 20px 60px rgba(0,0,0,0.4),
                  inset 0 1px 0 rgba(255,255,255,0.2);
      background: linear-gradient(135deg, rgba(255,255,255,0.11) 0%, rgba(255,255,255,0.05) 100%);
      border-color: rgba(255,255,255,0.25);
    }

    .dashboard-card__icon {
      font-size: 3.5rem;
      margin-bottom: 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 88px;
      height: 88px;
      background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
      backdrop-filter: blur(10px);
      border-radius: 22px;
      border: 1px solid rgba(255,255,255,0.2);
      box-shadow: 0 6px 20px rgba(0,0,0,0.25),
                  inset 0 1px 0 rgba(255,255,255,0.2);
    }

    .dashboard-card h3 {
      font-size: 1.375rem;
      margin-bottom: 12px;
      color: white;
      font-weight: 700;
    }

    .dashboard-card p {
      color: rgba(255,255,255,0.7);
      line-height: 1.6;
      font-size: 1rem;
    }

    /* Recent Sets - Glass */
    .recent-sets {
      background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
      backdrop-filter: blur(35px) saturate(180%) brightness(1.05);
      -webkit-backdrop-filter: blur(35px) saturate(180%) brightness(1.05);
      border: 1px solid rgba(255,255,255,0.15);
      border-top: 1px solid rgba(255,255,255,0.25);
      border-radius: 20px;
      padding: 32px;
      box-shadow: 0 8px 32px rgba(0,0,0,0.3),
                  inset 0 1px 0 rgba(255,255,255,0.15);
      margin-top: 32px;
      position: relative;
      overflow: hidden;
    }

    .recent-sets::before {
      content: '';
      position: absolute;
      top: -2px;
      left: 10%;
      right: 10%;
      height: 80px;
      background: radial-gradient(ellipse at top, rgba(255,255,255,0.18) 0%, transparent 70%);
      filter: blur(18px);
      pointer-events: none;
    }

    .recent-sets h3 {
      margin-bottom: 24px;
      font-size: 1.375rem;
      color: white;
      font-weight: 700;
    }

    .recent-set-item {
      padding: 20px;
      border-radius: 12px;
      cursor: pointer;
      transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      display: flex;
      justify-content: space-between;
      align-items: center;
      border: 1px solid rgba(255,255,255,0.1);
      margin-bottom: 12px;
      background: linear-gradient(135deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.01) 100%);
      backdrop-filter: blur(15px);
      -webkit-backdrop-filter: blur(15px);
      position: relative;
    }

    .recent-set-item:last-child {
      margin-bottom: 0;
    }

    .recent-set-item:hover {
      background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.04) 100%);
      border-color: rgba(255,255,255,0.2);
      transform: translateX(4px);
      box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    }

    .recent-set-item__name {
      font-weight: 600;
      color: white;
      margin-bottom: 6px;
      font-size: 1.0625rem;
    }

    .recent-set-item__date {
      font-size: 0.875rem;
      color: rgba(255,255,255,0.6);
    }

    .recent-set-item__arrow {
      color: white;
      font-weight: 600;
      font-size: 1.25rem;
    }

    /* Search Results - Glass */
    .search-results {
      background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
      backdrop-filter: blur(35px) saturate(180%) brightness(1.05);
      -webkit-backdrop-filter: blur(35px) saturate(180%) brightness(1.05);
      border: 1px solid rgba(255,255,255,0.15);
      border-top: 1px solid rgba(255,255,255,0.25);
      border-radius: 20px;
      padding: 32px;
      box-shadow: 0 8px 32px rgba(0,0,0,0.3),
                  inset 0 1px 0 rgba(255,255,255,0.15);
      margin-bottom: 32px;
      position: relative;
      overflow: hidden;
    }

    .search-results::before {
      content: '';
      position: absolute;
      top: -2px;
      left: 10%;
      right: 10%;
      height: 80px;
      background: radial-gradient(ellipse at top, rgba(255,255,255,0.18) 0%, transparent 70%);
      filter: blur(18px);
      pointer-events: none;
    }

    .search-results h3 {
      margin-bottom: 20px;
      color: white;
      font-weight: 700;
    }

    .empty-search {
      text-align: center;
      padding: 40px;
      color: rgba(255,255,255,0.6);
    }

    /* Section Headers */
    .section-header {
      text-align: center;
      margin-bottom: 60px;
    }

    .section-header h2 {
      font-size: 2.5rem;
      margin-bottom: 16px;
      color: white;
      font-weight: 700;
      letter-spacing: -0.02em;
      text-shadow: 0 4px 20px rgba(0,0,0,0.3);
    }

    .section-header p {
      font-size: 1.125rem;
      color: rgba(255,255,255,0.8);
      max-width: 600px;
      margin: 0 auto;
      line-height: 1.6;
    }

    /* Welcome Header */
    .welcome-header {
      margin-bottom: 48px;
    }

    .welcome-header h1 {
      font-size: 2.5rem;
      margin-bottom: 12px;
      color: white;
      font-weight: 700;
      text-shadow: 0 4px 20px rgba(0,0,0,0.3);
    }

    .welcome-header p {
      color: rgba(255,255,255,0.8);
      font-size: 1.125rem;
    }

    /* Showcase Grid - Feature Screenshots */
    .showcase-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 40px;
      margin-bottom: 80px;
    }

    .showcase-card {
      background: linear-gradient(135deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.04) 100%);
      backdrop-filter: blur(30px) saturate(180%) brightness(1.05);
      -webkit-backdrop-filter: blur(30px) saturate(180%) brightness(1.05);
      border: 1px solid rgba(255,255,255,0.15);
      border-top: 1px solid rgba(255,255,255,0.25);
      border-radius: 24px;
      padding: 48px;
      box-shadow: 0 8px 32px rgba(0,0,0,0.3),
                  inset 0 1px 0 rgba(255,255,255,0.15);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      position: relative;
      overflow: hidden;
    }

    .showcase-card::before {
      content: '';
      position: absolute;
      top: -2px;
      left: 10%;
      right: 10%;
      height: 80px;
      background: radial-gradient(ellipse at top, rgba(255,255,255,0.2) 0%, transparent 70%);
      filter: blur(15px);
      pointer-events: none;
    }

    .showcase-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 16px 48px rgba(0,0,0,0.4),
                  inset 0 1px 0 rgba(255,255,255,0.2);
    }

    .showcase-card h3 {
      font-size: 1.5rem;
      margin-bottom: 16px;
      color: white;
      font-weight: 700;
    }

    .showcase-card > p {
      color: rgba(255,255,255,0.75);
      line-height: 1.7;
      font-size: 1.0625rem;
      margin-bottom: 32px;
    }

    .showcase-screenshot {
      background: linear-gradient(135deg, #0e2f5a 0%, #0c2546 50%, #0a1520 100%);
      border-radius: 16px;
      padding: 24px;
      color: white;
      font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
      font-size: 0.9375rem;
      overflow-x: auto;
      box-shadow: inset 0 2px 10px rgba(0,0,0,0.3),
                  0 4px 16px rgba(0,0,0,0.2);
    }

    .screenshot-header {
      display: flex;
      gap: 8px;
      margin-bottom: 20px;
    }

    .screenshot-dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: rgba(255,255,255,0.25);
    }

    .screenshot-content {
      background: rgba(0,0,0,0.25);
      padding: 24px;
      border-radius: 12px;
      line-height: 1.8;
      backdrop-filter: blur(10px);
    }

    .setlist-preview {
      text-align: center;
      font-weight: 700;
      font-size: 1.125rem;
      letter-spacing: 0.05em;
    }

    .setlist-item {
      padding: 8px 0;
      border-bottom: 1px solid rgba(255,255,255,0.15);
      font-family: 'Space Grotesk', monospace;
    }

    .setlist-separator {
      margin: 20px 0;
      padding: 12px;
      background: rgba(255,255,255,0.1);
      border-radius: 8px;
      font-style: italic;
      text-align: center;
      font-weight: 600;
    }

    .library-preview {
      display: grid;
      grid-template-columns: 2fr 1fr;
      gap: 12px;
      padding: 8px 0;
      border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .library-preview:last-child {
      border-bottom: none;
    }

    .stats-preview {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      text-align: center;
    }

    .stat-box {
      background: rgba(255,255,255,0.1);
      padding: 20px 16px;
      border-radius: 12px;
      backdrop-filter: blur(10px);
    }

    .stat-value {
      font-size: 2rem;
      font-weight: 800;
      margin-bottom: 8px;
    }

    .stat-label {
      font-size: 0.75rem;
      opacity: 0.8;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      font-weight: 600;
    }

    @media (max-width: 768px) {
      .hero-section h1 {
        font-size: 2.25rem;
      }

      .hero-section p {
        font-size: 1.125rem;
      }

      .features-grid {
        grid-template-columns: 1fr;
      }

      .trust-badges {
        gap: 32px;
      }
    }

/* ===== Bandcard Tune ===== */
body {
  background:
    radial-gradient(1200px 700px at 10% -10%, rgba(255,61,127,.38), transparent 55%),
    radial-gradient(900px 600px at 85% 8%, rgba(0,212,255,.34), transparent 55%),
    radial-gradient(900px 700px at 70% 105%, rgba(139,92,255,.30), transparent 55%),
    linear-gradient(180deg, #070812, #0a0e27 55%, #060714) !important;
}

.hero-section h1,
.section-header h2,
.trust-section h2,
.showcase-card h3,
.feature-card h3,
.dashboard-card h3,
.recent-sets h3 {
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-weight: 800;
}

.hero-section,
.feature-card,
.trust-section,
.dashboard-card,
.recent-sets,
.search-results,
.showcase-card {
  border-radius: 22px;
  border-color: rgba(255,255,255,.14);
  box-shadow: 0 22px 60px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.14);
}

.hero-cta .btn {
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0,212,255,.95), rgba(255,61,127,.78));
  color: #070812;
  font-weight: 800;
  border: 1px solid rgba(0,212,255,.35);
}

.hero-cta .btn--secondary {
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.22);
}
