/* PBSound luxury theme — geïnspireerd op pb-sound-website-compleet; laadt boven site.css */
:root {
  --bg: #030303;
  --bg-alt: #070708;
  --panel: rgba(10, 10, 12, 0.86);
  --panel-hover: rgba(20, 18, 16, 0.94);
  --border: rgba(227, 174, 79, 0.35);
  --text: #fffaf2;
  --muted: #cfc6bd;
  --accent: #e7b55d;
  --accent-hover: #ffe3a4;
  --accent-soft: rgba(231, 181, 93, 0.14);
  --online: #6ecf8a;
  --gold-light: #ffe3a4;
  --gold: #e7b55d;
  --pink: #e052a6;
  --orange: #ff8b25;
  --radius: 18px;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.6);
  --max-w: 1180px;
  --header-h: 5.5rem;
}

body {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.preview-banner {
  color: var(--gold-light);
  background: rgba(231, 181, 93, 0.1);
  border-bottom-color: rgba(227, 174, 79, 0.28);
}

.site-header {
  border-bottom-color: rgba(227, 174, 79, 0.22);
  background: rgba(3, 3, 3, 0.88);
  backdrop-filter: blur(18px);
}

.brand-logo {
  height: auto;
  max-height: 2.35rem;
  width: auto;
  max-width: min(72vw, 13rem);
  object-fit: contain;
}

.pbs-brand-lockup {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.28rem;
  line-height: 1;
}

.site-header .brand {
  align-items: center;
}

.brand-tagline,
.pbs-logo-tagline {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
}

.brand-tagline--compact {
  font-size: 0.48rem;
  letter-spacing: 0.16em;
}

.site-nav a:not(.btn) {
  font-weight: 700;
}

.site-nav a:not(.btn):hover {
  color: var(--gold-light);
}

.btn {
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold-light), var(--gold), var(--orange));
  color: #130b04;
  border-color: transparent;
  box-shadow: 0 18px 48px rgba(231, 181, 93, 0.28);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #fff0c8, var(--gold-light), var(--orange));
  color: #130b04;
}

.btn-secondary {
  background: rgba(0, 0, 0, 0.28);
  border-color: var(--border);
  color: var(--text);
}

.btn-secondary:hover {
  background: rgba(231, 181, 93, 0.08);
  border-color: rgba(231, 181, 93, 0.55);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 5rem 0 4rem;
  border-bottom: 1px solid rgba(227, 174, 79, 0.18);
  background:
    radial-gradient(circle at 72% 30%, rgba(255, 139, 37, 0.22), transparent 32%),
    radial-gradient(circle at 52% 55%, rgba(224, 82, 166, 0.18), transparent 28%),
    radial-gradient(ellipse 80% 60% at 20% 0%, rgba(231, 181, 93, 0.12), transparent),
    var(--bg);
}

.hero::after {
  content: "";
  position: absolute;
  left: 35%;
  right: 0;
  top: 18%;
  height: 360px;
  background:
    radial-gradient(circle, rgba(255, 210, 135, 0.85) 0 2px, transparent 3px),
    linear-gradient(100deg, transparent, rgba(231, 181, 93, 0.42), rgba(224, 82, 166, 0.55), transparent);
  opacity: 0.45;
  clip-path: ellipse(48% 35% at 50% 50%);
  transform: rotate(-5deg);
  pointer-events: none;
}

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

.eyebrow {
  color: var(--gold);
  font-weight: 950;
  letter-spacing: 0.18em;
}

.hero-copy h1 {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.hero-card {
  border-radius: var(--radius);
  border-color: var(--border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.03));
  box-shadow: var(--shadow);
}

.hero-card-stats {
  border-top-color: rgba(227, 174, 79, 0.22);
}

.hero-card-stats strong {
  color: var(--gold-light);
}

.usp-strip {
  border-bottom-color: rgba(227, 174, 79, 0.18);
  background: rgba(255, 255, 255, 0.02);
}

.usp-item {
  text-align: center;
  flex-direction: column;
  gap: 0.5rem;
}

.usp-icon {
  border-radius: 50%;
  background: transparent;
  color: var(--gold);
  filter: drop-shadow(0 0 16px rgba(231, 181, 93, 0.32));
  font-size: 1.35rem;
  width: 2.5rem;
  height: 2.5rem;
}

.section-header h2,
.audiences-title,
.easyplayer-copy h2,
.about-copy h2,
.cta-box h2,
.demo-header h2 {
  letter-spacing: -0.045em;
}

.service-card,
.feature-card,
.pricing-card,
.demo-box,
.cta-box,
.benefits-list,
.about-stat {
  border-radius: var(--radius);
  border-color: var(--border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.03));
}

.service-card:hover,
.feature-card:hover {
  border-color: rgba(231, 181, 93, 0.55);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
}

.service-icon,
.feature-icon {
  border-radius: 50%;
  background: transparent;
  color: var(--gold);
  filter: drop-shadow(0 0 12px rgba(231, 181, 93, 0.28));
}

.service-link,
.pricing-details summary,
.contact-link:hover {
  color: var(--gold);
}

.service-link:hover {
  color: var(--gold-light);
}

.benefits-list li::before,
.pricing-features li::before {
  color: var(--gold);
  font-weight: 950;
}

.pricing-card-featured {
  border-color: rgba(231, 181, 93, 0.75);
  box-shadow: 0 22px 70px rgba(231, 181, 93, 0.16);
}

.pricing-badge {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #170c05;
}

.pricing-price {
  color: var(--gold-light);
  font-size: 2rem;
  letter-spacing: -0.04em;
}

.pricing-tier {
  color: var(--gold-light);
}

.integration-tags li,
.audience-tags li {
  border-color: var(--border);
  background: rgba(255, 255, 255, 0.04);
}

.step-num {
  background: rgba(231, 181, 93, 0.14);
  color: var(--gold-light);
  border: 1px solid rgba(227, 174, 79, 0.35);
}

.about-year {
  color: var(--gold-light);
}

.demo-box {
  background:
    radial-gradient(circle at 90% 0%, rgba(224, 82, 166, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
}

.demo-form input,
.demo-form textarea,
.demo-form select {
  border-radius: 6px;
  border-color: rgba(227, 174, 79, 0.28);
  background: rgba(255, 255, 255, 0.06);
}

.demo-form input:focus,
.demo-form textarea:focus,
.demo-form select:focus {
  outline: 2px solid rgba(231, 181, 93, 0.45);
  border-color: var(--gold);
}

.demo-form label {
  color: var(--text);
  font-weight: 800;
}

.demo-form label .req {
  color: var(--gold);
}

.pricing-table-wrap {
  border-color: var(--border);
  border-radius: var(--radius);
}

.pricing-table th {
  background: rgba(255, 255, 255, 0.04);
}

.site-footer {
  border-top-color: rgba(227, 174, 79, 0.22);
  background: #050505;
}

.footer-brand {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
}

.footer-links a:hover {
  color: var(--gold-light);
}

.lang-buttons button:hover,
.lang-buttons button.active {
  border-color: var(--gold);
  background: var(--accent-soft);
  color: var(--gold-light);
}

.footer-bottom {
  border-top-color: rgba(227, 174, 79, 0.15);
}

@media (max-width: 720px) {
  .brand-logo {
    max-height: 2rem;
  }

  .brand-tagline,
  .pbs-logo-tagline {
    font-size: 0.5rem;
    letter-spacing: 0.16em;
  }

  .hero::after {
    display: none;
  }
}
