/* ============================================================
   demo.css - BusierDays audio demos page
   ============================================================ */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --bg: #f6fbff;
  --bg-soft: #e7f6ff;
  --card: #ffffff;
  --text: #0b1f3a;
  --muted: #4d607a;
  --muted-dark: #6c7e95;
  --navy: #08244d;
  --blue: #1d74d8;
  --light-blue: #dff3ff;
  --green: #19a974;
  --red: #ef635b;
  --gold: #f6c84c;
  --gold-dark: #d7a91e;
  --border: rgba(8, 36, 77, 0.12);
  --white: #ffffff;
  --radius: 12px;
  --radius-lg: 22px;
  --shadow: 0 22px 70px rgba(8, 36, 77, 0.14);
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at top right, rgba(246, 200, 76, 0.24), transparent 30rem),
    radial-gradient(circle at top left, rgba(29, 116, 216, 0.15), transparent 30rem),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 48%, #eef8ff 100%);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.65;
}

a {
  color: inherit;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid var(--border);
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  padding: 1rem clamp(1rem, 4vw, 3rem);
  position: sticky;
  top: 0;
  z-index: 20;
}

.logo {
  align-items: center;
  color: var(--navy);
  display: inline-flex;
  gap: 0.55rem;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-decoration: none;
  white-space: nowrap;
}

.logo img {
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(8, 36, 77, 0.16);
  display: block;
  height: 36px;
  width: 36px;
}

.logo span {
  color: var(--blue);
}

.main-nav {
  align-items: center;
  display: flex;
  gap: 1.4rem;
}

.main-nav a {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
}

.main-nav a:hover {
  color: var(--blue);
}

.btn-small,
.btn-primary,
.btn-outline {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.btn-small,
.btn-primary {
  background: var(--gold);
  color: #07111f;
}

.btn-small {
  font-size: 0.9rem;
  padding: 0.55rem 1rem;
  white-space: nowrap;
}

.btn-primary {
  font-size: 1rem;
  padding: 0.95rem 1.45rem;
}

.btn-outline {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(29, 116, 216, 0.28);
  color: var(--blue);
  font-size: 1rem;
  padding: 0.9rem 1.35rem;
}

.btn-small:hover,
.btn-primary:hover,
.btn-outline:hover {
  transform: translateY(-1px);
}

.btn-small:hover,
.btn-primary:hover {
  background: #ffd95f;
}

.btn-outline:hover {
  background: var(--light-blue);
  border-color: rgba(29, 116, 216, 0.45);
}

.page-hero {
  margin: 0 auto;
  max-width: 960px;
  padding: clamp(4rem, 8vw, 7rem) clamp(1.2rem, 4vw, 3rem) 3rem;
  text-align: center;
}

.page-hero-split {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
  max-width: 1180px;
  text-align: left;
}

.page-hero-art {
  filter: drop-shadow(0 24px 48px rgba(8, 36, 77, 0.12));
  height: auto;
  max-width: 100%;
}

.page-hero h1 {
  font-size: clamp(2.45rem, 6vw, 4.8rem);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 1;
  margin: 0.6rem auto 1.2rem;
}

.page-hero p,
.section-heading p,
.audio-card p,
.workflow-card p,
.cta-card p,
.disclaimer {
  color: var(--muted);
}

.page-hero > p {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.eyebrow {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
  margin-top: 1.7rem;
}

.page-hero-split .hero-actions {
  justify-content: flex-start;
}

.support-text {
  color: var(--muted-dark);
  font-size: 0.95rem;
  margin-top: 1rem;
}

.support-text a,
.cta-card a,
.footer-contact a {
  color: var(--blue);
  text-decoration: none;
}

.support-text a:hover,
.cta-card a:hover,
.footer-contact a:hover {
  text-decoration: underline;
}

.section {
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(3.5rem, 7vw, 6rem) clamp(1.2rem, 4vw, 3rem);
}

.section-soft {
  background:
    linear-gradient(180deg, rgba(223, 243, 255, 0.72), rgba(255, 255, 255, 0.72));
  border-bottom: 1px solid var(--border);
  border-top: 1px solid var(--border);
  max-width: none;
}

.section-soft > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}

.section-heading {
  margin-bottom: 2rem;
  max-width: 760px;
}

.section-heading h2,
.cta-card h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1.05;
  margin: 0.5rem 0 0.8rem;
}

.audio-grid,
.workflow-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.audio-card,
.workflow-card,
.cta-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.audio-card {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.35rem;
  transition: transform 0.15s ease, border-color 0.15s ease;
}

.audio-card:hover {
  border-color: rgba(29, 116, 216, 0.36);
  transform: translateY(-2px);
}

.audio-card h3,
.workflow-card h3 {
  color: var(--navy);
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}

.badge {
  align-self: flex-start;
  background: rgba(246, 200, 76, 0.18);
  border: 1px solid rgba(215, 169, 30, 0.28);
  border-radius: 999px;
  color: var(--gold);
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 0.35rem 0.65rem;
  text-transform: uppercase;
}

.audio-detail {
  background: #f0f8ff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0.9rem;
}

.audio-detail strong {
  color: var(--navy);
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}

.demo-audio {
  display: block;
  width: 100%;
}

.audio-placeholder {
  background: rgba(246, 200, 76, 0.18);
  border: 1px dashed rgba(215, 169, 30, 0.42);
  border-radius: var(--radius);
  color: var(--navy);
  font-weight: 800;
  padding: 0.85rem;
  text-align: center;
}

.disclaimer {
  margin-top: 1rem;
}

.workflow-card {
  padding: 1.35rem;
}

.workflow-card span {
  color: var(--blue);
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 0.7rem;
}

.cta-card {
  margin: 0 auto;
  max-width: 800px;
  padding: clamp(1.5rem, 4vw, 2.4rem);
  text-align: center;
}

.policy-page .policy-hero {
  padding-bottom: 1rem;
}

.policy-content {
  display: grid;
  gap: 1rem;
  max-width: 940px;
  padding-top: 1rem;
}

.policy-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: clamp(1.2rem, 3vw, 1.7rem);
}

.policy-card h2 {
  color: var(--navy);
  font-size: 1.2rem;
  letter-spacing: -0.03em;
  margin-bottom: 0.6rem;
}

.policy-card p,
.policy-card li {
  color: var(--muted);
}

.policy-card p + p {
  margin-top: 0.85rem;
}

.policy-card ul {
  margin: 0.8rem 0 0;
  padding-left: 1.25rem;
}

.policy-card li + li {
  margin-top: 0.35rem;
}

.policy-card a {
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

.policy-card a:hover {
  text-decoration: underline;
}

.site-footer {
  align-items: center;
  background: var(--navy);
  border-top: 1px solid var(--border);
  color: rgba(223, 243, 255, 0.72);
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr auto 1.2fr;
  padding: 1.5rem clamp(1rem, 4vw, 3rem);
}

.site-footer strong,
.site-footer span,
.footer-links,
.footer-contact {
  display: flex;
  gap: 0.8rem;
}

.site-footer div:first-child,
.footer-contact {
  flex-direction: column;
  gap: 0.2rem;
}

.site-footer strong {
  color: var(--white);
}

.footer-links a {
  color: rgba(223, 243, 255, 0.82);
  text-decoration: none;
}

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

.site-footer .footer-contact a {
  color: var(--gold);
}

@media (max-width: 980px) {
  .page-hero-split {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .page-hero-split .hero-actions {
    justify-content: center;
  }

  .audio-grid,
  .workflow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .main-nav {
    display: none;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 0.8rem;
    padding: 0.85rem 1rem;
  }

  .btn-small {
    font-size: 0.8rem;
    padding: 0.5rem 0.75rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn-primary,
  .btn-outline {
    width: 100%;
  }

  .audio-grid,
  .workflow-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-links,
  .footer-contact {
    align-items: flex-start;
    flex-direction: column;
  }
}
