/* SigmaAIMusic — Premium Layout v11 (cleanup + prices + order modal) */
:root {
  --bg: #0b1018;
  --text: rgba(255, 255, 255, .92);
  --muted: rgba(255, 255, 255, .64);
  --line: rgba(255, 255, 255, .10);

  --surface: rgba(255, 255, 255, .06);
  --surface2: rgba(255, 255, 255, .09);

  --radius: 18px;
  --radius2: 26px;
  --shadow: 0 20px 70px rgba(0, 0, 0, .58);

  --container: 1120px;
  --pad: 22px;

  --accent1: rgba(147, 109, 255, .95);
  --accent2: rgba(0, 207, 255, .95);
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
}

html, body {
  overflow-x: hidden;
}


body {
  margin: 0;
  color: var(--text);
  background: #0b0f18;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

a {
  color: inherit;
  text-decoration: none
}

a:hover {
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, .25);
}

img {
  max-width: 100%;
  display: block
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  padding: 50px 0
}

section#home.section {
  padding-bottom: 44px
}

section#spotlight.section {
  padding-top: 44px
}

@media (max-width:860px) {
  .section {
    padding: 54px 0
  }
}

.card {
  background: linear-gradient(180deg, var(--surface), rgba(255, 255, 255, .03));
  border: 1px solid var(--line);
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;

  backdrop-filter: blur(16px);
  background: rgba(8, 12, 22, .35);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.logo img {
  height: 44px;
  width: auto;
  border-radius: 10px;

  box-shadow:
    0 0 10px rgba(120, 70, 255, 0.35),
    0 0 25px rgba(0, 210, 255, 0.15),
    0 0 40px rgba(0, 210, 255, 0.25);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 12px;
}

.brand .logo {
  width: 44px;
  height: 44px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .10);
  flex: 0 0 auto;
}

.brand .meta {
  display: flex;
  flex-direction: column;
  line-height: 1.15
}

.brand .meta strong {
  font-size: 15px
}

.brand .meta span {
  color: var(--muted);
  font-size: 12.5px
}

.nav {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

.nav a {
  color: rgba(255, 255, 255, .78);
  font-size: 14px
}

.nav a.active {
  color: rgba(255, 255, 255, .95)
}

.nav .pill {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .06);
}

.nav .pill:hover {
  background: rgba(255, 255, 255, .09);
  text-decoration: none
}

.notice {
  background: linear-gradient(90deg, rgba(255, 0, 91, .85), rgba(255, 140, 0, .85));
  border-bottom: 1px solid rgba(255, 255, 255, .10);
  color: rgba(255, 255, 255, .95);
  font-size: 14px;
}

.notice .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
}

.notice strong {
  font-weight: 700
}

.notice a {
  font-weight: 700;
  text-decoration: underline;
}

.hero {
  padding-top: 44px
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 18px;
  align-items: stretch;
}

@media (max-width:980px) {
  .hero-grid {
    grid-template-columns: 1fr
  }
}

.hero-left {
  padding: 34px;
  grid-column: 1 / -1;
}

.hero-right {
  padding: 22px
}


.h1 {
  font-size: clamp(40px, 4.6vw, 64px);
  line-height: 1.03;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}

@media (min-width: 1100px) {
  .h1 {}
}

.h1 .grad {
  background: linear-gradient(90deg, var(--accent1), var(--accent2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lead {
  color: var(--muted);
  font-size: 16.5px;
  margin: 0;
  max-width: 64ch
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .06);
  color: var(--text);
  cursor: pointer;
  transition: transform .15s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.btn:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, .09);
  border-color: rgba(255, 255, 255, .18);
  text-decoration: none;
}

.btn.sm {
  padding: 10px 14px;
  font-size: 14px;
  border-radius: 16px;
}

.btn.primary {
  background: linear-gradient(135deg, var(--accent1), var(--accent2));
  border-color: transparent;
  color: #fff;
  box-shadow: 0 10px 30px rgba(121, 99, 235, .25);
}

.btn.primary:hover {
  background: rgba(147, 109, 255, .26);
  border-color: rgba(147, 109, 255, .45);
  box-shadow: 0 14px 40px rgba(147, 109, 255, .18);
}

.pill-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .85);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.h2 {
  font-size: 24px;
  margin: 0 0 12px;
  letter-spacing: -.01em
}

.kicker {
  color: var(--muted);
  margin: 0 0 22px;
  font-size: 14px
}

.embed {
  aspect-ratio: 16/9;
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .10);

  background: rgba(0, 0, 0, .25);
}

.embed iframe {
  width: 100%;
  height: 100%;
  border: 0
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

@media (max-width:980px) {
  .grid {
    gap: 14px
  }
}

.col-4 {
  grid-column: span 4
}

.col-5 {
  grid-column: span 5
}

.col-7 {
  grid-column: span 7
}

.col-6 {
  grid-column: span 6
}

.col-8 {
  grid-column: span 8
}

.col-12 {
  grid-column: span 12
}

@media (max-width:980px) {

  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8 {
    grid-column: span 12
  }
}

.item {
  padding: 20px
}

.item h3 {
  margin: 0 0 8px;
  font-size: 16px
}

.item p {
  margin: 0;
  color: var(--muted);
  font-size: 14px
}

.about-highlight {
  background: linear-gradient(135deg,
      rgba(120, 70, 255, 0.22),
      rgba(0, 210, 255, 0.20));

  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 20px;
  padding: 24px 28px;
  line-height: 1.7;
}
.about-highlight {
  background: linear-gradient(135deg,
      rgba(120, 70, 255, 0.18),
      rgba(0, 210, 255, 0.18));

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 24px 28px;
  line-height: 1.7;
}
.about-highlight {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}
.pricing-card {
  transition: transform .35s ease, box-shadow .35s ease;
  padding: 22px;
  position: relative;
  /* Brighter, more "alive" tile background (morsko‑fioletowy gradient) */
  background:
    linear-gradient(135deg, rgba(0, 207, 255, .16) 0%, rgba(121, 99, 235, .24) 100%),
    rgba(255, 255, 255, .05);
  border: 1px solid rgba(121, 99, 235, .22);
}

.card.pricing-card:hover {
  transform: translateY(-10px) scale(1.05);

  border-color: rgba(147, 109, 255, .45);

  box-shadow:
    0 0 0 1px rgba(147, 109, 255, .6),
    0 0 30px rgba(147, 109, 255, .45),
    0 0 80px rgba(0, 210, 255, .35),
    0 40px 100px rgba(0, 0, 0, .65);

}

.pricing-card.pro {
  transform: scale(1.03);
border: 1px solid rgba(147, 109, 255, .5);
box-shadow:
0 0 40px rgba(147, 109, 255, .35),
0 25px 90px rgba(0, 0, 0, .55);

}

.pricing-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px
}

.plan {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .02em
}

.sub {
  color: var(--muted);
  font-size: 14px
}

.price {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -.01em;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .06);

}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .86);
}

.badge.best {
  background: rgba(124, 92, 255, 0.18);
  border: 1px solid rgba(124, 92, 255, 0.45);
  color: #c9b8ff;

  box-shadow:
    0 0 12px rgba(124, 92, 255, .35),
    0 0 24px rgba(124, 92, 255, .25);

}


.ul {
  margin: 12px 0 0 18px;
  color: rgba(255, 255, 255, .78);
  font-size: 14px
}

.ul li {
  margin: 6px 0
}

.card-actions {
  margin-top: 16px;
  display: flex;
}

.card-actions .btn {
  width: 100%
}

.contact-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
#contact .card {
  min-height: 110px;
  display: flex;
  align-items: center;
}

.email {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .06);
  color: rgba(0, 207, 255, .92);
  font-weight: 700;
}

.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(24, 119, 242, .75);
  background: #1877F2;
  transition: transform .15s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.icon-btn:hover {
  transform: translateY(-1px);
  background: #2d88ff;
  border-color: #2d88ff;
  box-shadow: 0 0 18px rgba(24, 119, 242, .35);
}

.icon {
  width: 22px;
  height: 22px;
  display: block;
  color: #ffffff;
  fill: #ffffff;
}

.footer {
  padding: 32px 0 52px;
  color: var(--muted);
  font-size: 13px
}

.footer a {
  color: rgba(255, 255, 255, .75)
}

/* Modal */
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .62);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  z-index: 200;
}

.modal-backdrop.open {
  display: flex
}

.modal {
  width: 100%;
  max-width: 680px;
  max-height: 98vh;
  overflow: hidden;

  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: linear-gradient(180deg, rgba(18, 22, 32, .92), rgba(10, 12, 18, .92));
  box-shadow: 0 30px 110px rgba(0, 0, 0, .70);
  backdrop-filter: blur(14px);
}

.modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 18px 0;
}

.modal-title {
  margin: 0;
  font-size: 18px;
  letter-spacing: -.01em
}

.modal-sub {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13.5px
}

.modal-close {
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .85);
  border-radius: 12px;
  padding: 8px 10px;
  cursor: pointer;
}
.modal {
  box-shadow:
    0 0 45px rgba(124, 58, 237, .45),
    0 0 110px rgba(6, 229, 248, .35),
    0 30px 110px rgba(0, 0, 0, .70);
}

.modal-body {
  padding: 12px 16px 20px;
  max-height: calc(98vh - 72px);
  overflow-y: scroll;
  overflow-x: hidden;
}

.form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
}

@media (max-width:720px) {
  .form {
    grid-template-columns: 1fr
  }
}

.field label {
  display: block;
  color: rgba(255, 255, 255, .78);
  font-size: 12.5px;
  margin: 0 0 5px;
}

.input,
select,
textarea {
  width: 100%;
  padding: 11px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .92);
  outline: none;
}

textarea {
  min-height: 72px;
  resize: vertical
}

.hint {
  color: rgba(255, 255, 255, .55);
  font-size: 12px;
  margin-top: 6px
}

.form-actions {
  grid-column: 1 / -1;
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  margin-top: 6px;
}

.form-actions .btn {
  flex: 1;
  min-height: 54px;
}

.small {
  font-size: 12.5px;
  color: rgba(255, 255, 255, .62);
  margin: 10px 0 0
}

/* --- v12: dropdown/select readability fix (Windows/Edge/Chrome) --- */
:root {
  color-scheme: dark;
}

select,
.input,
textarea {
  color-scheme: dark;
}

select option {
  background-color: #0b0f18;
  color: rgba(255, 255, 255, .92);
}

select optgroup {
  background-color: #0b0f18;
  color: rgba(255, 255, 255, .92);
}

/* Some browsers render the opened list using system colors; this improves consistency */
select:focus,
.input:focus,
textarea:focus {
  border-color: rgba(0, 207, 255, .35);
  box-shadow: 0 0 0 4px rgba(0, 207, 255, .10);
}


/* Language switch */
.lang-switch {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-left: 14px;
}

.lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .86);
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .02em;
  background: rgba(255, 255, 255, .04);
}

.lang-btn:hover {
  background: rgba(255, 255, 255, .07);
}

.lang-btn.is-active {
  border-color: rgba(102, 209, 255, .55);
  box-shadow: 0 0 0 3px rgba(102, 209, 255, .12);
}

@media (max-width:720px) {
  .lang-switch {
    margin-left: 0;
  }

  .topbar-inner {
    gap: 10px;
  }

  .nav {
    flex-wrap: wrap;
    gap: 10px;
  }
}


/* Watch on YouTube buttons under embeds */
.watch-yt {
  display: inline-flex;
  margin-top: 12px;
}

/* Spotlight cards */
.yt-thumb {
  position: relative;
  display: block;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .10);
  background: rgba(255, 255, 255, .03);
}

.yt-thumb img {
  width: 100%;
  height: auto;
  display: block;
  height: clamp(220px, 28vw, 340px);
  object-fit: cover;
}

.yt-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yt-play span {
  width: 72px;
  height: 50px;
  border-radius: 14px;
  background: rgba(255, 0, 0, .85);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .55);
}

.yt-play svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  margin-left: 2px;
}

.yt-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.yt-cta__row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.yt-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .05);
  color: var(--text);
  text-decoration: none;
  font-weight: 700;
}

.yt-cta__btn:hover {
  border-color: rgba(102, 209, 255, .45);
  background: rgba(255, 255, 255, .07);
}

.yt-cta__btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* FAQ */
.faq {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.faq details {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
  padding: 12px 14px;
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
}

.faq p {
  margin: 10px 0 0;
  color: var(--muted);
}


/* --- v22 tweaks: compact pricing cards --- */
.pricing-card {
  padding: 18px 18px;
}

.pricing-top .plan {
  font-size: 17px;
  letter-spacing: 0.04em;
}

.pricing-top .price {
  font-size: 22px;
  padding: 6px 12px;
  color: #ffffff;
  background: rgba(92, 3, 235, 0.918);
    border-radius: 20px;
}

.ul {
  margin: 14px 0 16px;
  font-size: 13.5px;
}

.ul li {
  margin: 6px 0;
}

.pricing-card .btn {
  padding: 12px 14px;
  border-radius: 999px;
  /* Make ALL order buttons colorful (not only the middle one) */
  background: linear-gradient(90deg, rgba(121, 99, 235, .95), rgba(0, 200, 255, .90));
  border: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
}

.pricing-card .btn:hover {
  filter: brightness(1.08);
}

.pricing-card .btn:active {
  transform: translateY(1px);
}

/* --- Language flags --- */
.flag {
  width: 18px;
  height: 12px;
  display: inline-block;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .12), 0 4px 12px rgba(0, 0, 0, .25);
  margin-right: 8px;
  flex: 0 0 auto;
}

.lang-btn {
  display: inline-flex;
  align-items: center;
}

.lang-code {
  font-weight: 700;
  letter-spacing: .04em;
}

.flag-pl {
  background: linear-gradient(#ffffff 0 50%, #d4213d 50% 100%);
}

.flag-gb {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2060%2030%22%3E%0A%3Crect%20width%3D%2260%22%20height%3D%2230%22%20fill%3D%22%23012169%22/%3E%0A%3Cpath%20d%3D%22M0%200%20L60%2030%20M60%200%20L0%2030%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%226%22/%3E%0A%3Cpath%20d%3D%22M0%200%20L60%2030%20M60%200%20L0%2030%22%20stroke%3D%22%23C8102E%22%20stroke-width%3D%223%22/%3E%0A%3Crect%20x%3D%2225%22%20width%3D%2210%22%20height%3D%2230%22%20fill%3D%22%23FFF%22/%3E%0A%3Crect%20y%3D%2210%22%20width%3D%2260%22%20height%3D%2210%22%20fill%3D%22%23FFF%22/%3E%0A%3Crect%20x%3D%2227%22%20width%3D%226%22%20height%3D%2230%22%20fill%3D%22%23C8102E%22/%3E%0A%3Crect%20y%3D%2212%22%20width%3D%2260%22%20height%3D%226%22%20fill%3D%22%23C8102E%22/%3E%0A%3C/svg%3E");
  background-size: cover;
  background-position: center;
}

/* --- Popular: right column stack + testimonials --- */
.spotlight-right-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.testimonials .quotes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 14px 0;
}

.testimonials .quote {
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  line-height: 1.35;
  font-size: 13.5px;
}


/* --- Sample songs cards --- */
.samples-grid {
  margin-top: 14px;
}

.sample-card {
  position: relative;
  padding: 16px;
  /* More colorful tile background (logo-like ocean‑purple gradient) */
  background:
    linear-gradient(135deg, rgba(0, 200, 255, .14) 0%, rgba(121, 99, 235, .22) 100%),
    rgba(255, 255, 255, .04);
}

.sample-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 26px;
  pointer-events: none;
  background:
    radial-gradient(760px 240px at 25% 15%, rgba(0, 200, 255, .18), transparent 60%),
    radial-gradient(860px 280px at 85% 85%, rgba(121, 99, 235, .20), transparent 65%);
  opacity: .9;
}

.sample-card>* {
  position: relative;
  z-index: 1;
}

.sample-top {
  display: flex;
  gap: 12px;
  align-items: center;
}

.play-btn {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg,
      rgba(182, 95, 249, .78) 0%,
      rgba(48, 149, 234, .55) 45%,
      rgba(10, 231, 250, .38) 100%);
  border: 1px solid rgba(182, 95, 249, .38);
  box-shadow: 0 10px 22px rgba(0, 0, 0, .35);
  cursor: pointer;
  transition: transform .15s ease, border-color .15s ease, filter .15s ease;
}

.play-btn:hover {
  border-color: rgba(255, 255, 255, .32);
  transform: translateY(-1px);
  filter: saturate(1.12);
}

.play-icon {
  font-size: 18px;
  color: rgba(255, 255, 255, .95);
  margin-left: 2px;
}

.sample-meta {
  min-width: 0;
}

.sample-title {
  font-weight: 800;
  letter-spacing: .2px;
  color: rgba(255, 255, 255, .96);
}

.sample-sub {
  font-size: 12.5px;
  color: rgba(207, 214, 228, .88);
  margin-top: 2px;
}

.sample-desc {
  margin-top: 10px;
  color: rgba(207, 214, 228, .92);
  font-size: 13px;
}

.sample-tags {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(121, 99, 235, .38), rgba(0, 210, 255, .22));
  border: 1px solid rgba(121, 99, 235, .55);
  color: #f5f7ff;
  font-size: 13px;
  box-shadow: 0 10px 22px rgba(121, 99, 235, .10), 0 8px 18px rgba(0, 210, 255, .08);
}

.tag:hover {
  background: linear-gradient(135deg, rgba(121, 99, 235, .48), rgba(0, 210, 255, .30));
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(121, 99, 235, .14), 0 12px 24px rgba(0, 210, 255, .12);
}

.sample-card audio {
  display: none;
}

@media (max-width: 860px) {
  .sample-card {
    padding: 14px;
  }

  .play-btn {
    width: 44px;
    height: 44px;
  }
}


/* --- Bottom info layout: About + Contact (left) and FAQ (right) --- */
.bottom-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
align-items:start;
margin-top:30px;
}

.bottom-left {
  display: flex;
  flex-direction: column;
  gap: 28px;
  height: 100%;
}

.bottom-right {
  display: flex;
  flex-direction: column;
}
.faq details {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 12px;
  transition: all .25s ease;
}

.faq details:hover {
  border-color: rgba(120, 70, 255, 0.35);
  background: rgba(120, 70, 255, 0.06);
}

.faq summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
}

.faq__body {
  margin-top: 12px;
  line-height: 1.6;
  opacity: .85;
}

@media (min-width: 980px) {
  .bottom-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .bottom-right {
    position: sticky;
    top: 92px;
  }
}

/* Smaller featured embed (carol) */
.embed--sm {
  aspect-ratio: auto;
  height: 340px;
  max-height: 340px;
}

@media (max-width: 700px) {
  .embed--sm {
    height: 240px;
    max-height: 240px;
  }
}

/* Reviews card tweaks */
.card--reviews .quotes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}

.quote {
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.95rem;
  line-height: 1.45;
  backdrop-filter: blur(6px);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.quote:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow:
    0 12px 35px rgba(0, 0, 0, 0.45),
    0 0 25px rgba(120, 70, 255, 0.25);
}

/* More color for sample tags */
.sample-card .pill {
  border-color: rgba(121, 99, 235, .35);
  background: rgba(121, 99, 235, .10);
}

.sample-card .pill:hover {
  border-color: rgba(121, 99, 235, .55);
  background: rgba(121, 99, 235, .14);
}

/* Compact reviews */
.reviews .quote {
  font-size: 13px;
  line-height: 1.45;
  padding: 12px 14px;
}

.reviews .quote+.quote {
  margin-top: 10px;
}

.reviews .btn {
  display: none;
}

.channel-card .btn.sm {
  margin-top: 12px;
}


/* ===== v30: Brand color system + premium card details ===== */
:root {
  /* Brand accents (from SigmaAI Music logo) */
  --accentCyan: #06E5F8;
  --accentPurple: #5121F1;
  --accentPink: #C551FD;

  /* Smoother, more premium shapes */
  --radius2: 26px;
  --pill: 999px;

  /* Softer shadow */
  --shadowSoft: 0 18px 60px rgba(0, 0, 0, .45);
}

/* Add a bit more “glow” at the bottom to reduce heavy black feeling */
body {
  background: #0b0f18;
}

/* Cards: bigger radius + subtle gradient border + soft glow */
.card {
  position: relative;

  border-radius: var(--radius2);
  box-shadow: var(--shadowSoft);
}

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg,
      rgba(6, 229, 248, .22),
      rgba(197, 81, 253, .16),
      rgba(255, 255, 255, .10));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: .95;
}


/* Buttons: pill + stronger brand gradient (also used in pricing) */
.btn {
  border-radius: var(--pill);
}

.btn.primary {
  background: linear-gradient(90deg, rgba(197, 81, 253, .95), rgba(81, 33, 241, .95), rgba(6, 229, 248, .95));
  border: 1px solid rgba(255, 255, 255, .10);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .55), 0 0 0 1px rgba(255, 255, 255, .06) inset;
}

.btn.ghost {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .14);
}

/* Sample songs tiles: slightly more “logo” pink + ocean mix */
.sample-card {
  background: linear-gradient(90deg,
      rgba(6, 229, 248, .14),
      rgba(81, 33, 241, .18) 55%,
      rgba(197, 81, 253, .14)) !important;
}

.play-btn {
  background: linear-gradient(135deg,
      rgba(197, 81, 253, .95),
      rgba(81, 33, 241, .92),
      rgba(6, 229, 248, .92)) !important;
  border: 1px solid rgba(255, 255, 255, .18) !important;
}

/* Pricing cards: lighter, more lively background */
.pricing-card {
  background: linear-gradient(145deg,
      rgba(6, 229, 248, .10),
      rgba(81, 33, 241, .12) 55%,
      rgba(197, 81, 253, .10));
  border-radius: var(--radius2);
  box-shadow: var(--shadowSoft);
}

.pricing-card .btn {
  background: linear-gradient(90deg, rgba(197, 81, 253, .95), rgba(81, 33, 241, .95), rgba(6, 229, 248, .92)) !important;
}

/* FAQ: colored “designer” feel without being loud */
.faq details {
  border-radius: var(--radius2) !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .035)) !important;
  border: 1px solid rgba(255, 255, 255, .10) !important;
  box-shadow: 0 10px 34px rgba(0, 0, 0, .45) !important;
}

.faq details[open] {
  background: linear-gradient(135deg,
      rgba(6, 229, 248, .10),
      rgba(81, 33, 241, .10) 55%,
      rgba(197, 81, 253, .08)) !important;
  border-color: rgba(255, 255, 255, .14) !important;
}

.faq summary {
  color: rgba(255, 255, 255, .90) !important;
}

.faq summary .chev {
  color: var(--accentCyan) !important;
  opacity: .9 !important;
}

/* Reduce the empty gap between hero and Spotlight */
#spotlight.section {
  padding-top: 32px !important;
}


/* ===== vNEXT: Subtle Global Drift + Premium CTA Motion ===== */

@keyframes backgroundDrift {
  0% {
    background-position: 0% 0%, 100% 0%, 50% 100%, 20% 100%;
  }

  50% {
    background-position: 2% 1%, 98% 2%, 52% 98%, 22% 102%;
  }

  100% {
    background-position: 0% 0%, 100% 0%, 50% 100%, 20% 100%;
  }
}

body {}

.btn {
  transition: transform .25s ease,
    box-shadow .25s ease,
    background .25s ease,
    filter .25s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow:
    0 18px 50px rgba(0, 0, 0, .55),
    0 0 24px rgba(81, 33, 241, .25);
}

.btn.primary:hover {
  filter: brightness(1.08) saturate(1.05);
  box-shadow:
    0 22px 60px rgba(0, 0, 0, .6),
    0 0 30px rgba(197, 81, 253, .35);
}

@keyframes subtleGlow {

  0%,
  100% {
    box-shadow: 0 12px 40px rgba(0, 0, 0, .55);
  }

  50% {
    box-shadow: 0 14px 46px rgba(81, 33, 241, .35);
  }
}

.btn.primary {
  animation: subtleGlow 6s ease-in-out infinite;
}

/* --- Brand Ambient Light (Logo Vibe) --- */



.hero-left {
  position: relative;
  z-index: 2;
}

/* =======================================================
   FINAL STABLE v70 — NO CLIPPING + LIGHTER CHRISTMAS
======================================================= */

/* HERO */

.hero {
  position: relative;
  padding-top: 60px;
  padding-bottom: 70px;
}



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

.h1 {
  line-height: 1.1;
  margin-bottom: 26px;
  max-width: 100%;
}

/* FORCE NO CLIPPING ANYWHERE */

h2,
h3 {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  word-break: break-word;
}

.section,
.card,
.youtube,
.reviews {
  overflow: visible !important;
}

/* LIGHTER CHRISTMAS TILE */

.embed {
  background:
    linear-gradient(135deg,
      rgba(120, 70, 255, 0.35),
      rgba(0, 210, 255, 0.25));
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.embed iframe {
  border-radius: 14px;
  filter: brightness(1.07) contrast(1.07);
}

.embed:hover {
  transform: translateY(-4px);
  box-shadow:
    0 10px 40px rgba(120, 70, 255, 0.35),
    0 0 60px rgba(0, 210, 255, 0.25);
}

/* ===== LED HERO ===== */

.hero {
  position: relative;
  border-radius: 28px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 28px;
  padding: 2px;
  background: linear-gradient(120deg, #7c3aed, #06e5f8, #7c3aed);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  filter: blur(6px);
  opacity: .8;
  pointer-events: none;
}

/* ===============================
   HERO LED EDGE
================================ */

.hero {
  position: relative;
  border-radius: 28px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 28px;
  padding: 2px;
  background: linear-gradient(120deg, #7c3aed, #06e5f8, #7c3aed);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  filter: blur(8px);
  opacity: .8;
  pointer-events: none;
}

/* ===== KOLEDA PREMIUM LED CLEAN ===== */

#spotlight .card.item.col-7 {
  position: relative;
  border-radius: 22px;
  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, .12);

  transition:
    transform .25s ease,
    box-shadow .25s ease;

}

#spotlight .card.item.col-7 iframe {
  border-radius: 18px;
}



/* neon edge */
#spotlight .card.item.col-7::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 24px;
  background: linear-gradient(120deg,
      #7c3aed,
      #06e5f8,
      #7c3aed);
  z-index: -1;
  filter: blur(12px);
  opacity: 0.9;
}

/* ===== HERO LIGHTING UPGRADE ===== */

.hero {
  position: relative;
  border-radius: 28px;
}



/* ===== SPOTLIGHT WRAP LIGHT ===== */

#spotlight {
  background: transparent;
}

/* ===== KOLEDA LIGHT & EDGE ===== */

#spotlight .card.item.col-7 {
  position: relative;
  background: radial-gradient(circle at 30% 40%,
      rgba(124, 58, 237, 0.18),
      rgba(6, 229, 248, 0.18),
      rgba(7, 10, 16, 0.85));
  border-radius: 22px;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

/* LED border glow for kolęda */
#spotlight .card.item.col-7::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 26px;
  background: linear-gradient(135deg,
      #7c3aed,
      #06e5f8,
      #7c3aed);
  filter: blur(18px);
  opacity: .7;
  z-index: -1;
}

/* ===== YOUTUBE + REVIEWS SECTION LIFT ===== */

#spotlight .grid {
  gap: 26px;
}

#spotlight .grid>* {
  overflow: visible;
}

/* Lighten borders of reviews */
#spotlight .card:not(.item) {
  background: rgba(30, 35, 50, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}

/* ===== HERO TEXT BOX DARKER FOR READABILITY ===== */

.hero .hero-left,
.hero .hero-grid>div:first-child {
  background: rgba(10, 14, 22, 0.65);
  backdrop-filter: blur(6px);
  border-radius: 26px;
  padding: 40px;
}

/* ===== KOLEDA BRIGHTER ===== */

#spotlight .card.item.col-7 {
  background: linear-gradient(135deg,
      rgba(124, 58, 237, 0.28),
      rgba(6, 229, 248, 0.22),
      rgba(15, 20, 32, 0.75));
  border: 1px solid rgba(255, 255, 255, 0.14);
}

#spotlight .card.item.col-7::before {
  filter: blur(22px);
  opacity: .75;
}

/* =========================================
   DYNAMIC LED – PREMIUM PULSE
========================================= */

@keyframes ledPulse {
  0% {
    opacity: .65;
    filter: blur(18px);
  }

  50% {
    opacity: .9;
    filter: blur(24px);
  }

  100% {
    opacity: .65;
    filter: blur(18px);
  }
}

/* ===== HERO PULSE ===== */



/* ===== KOLEDA PULSE ===== */

#spotlight .card.item.col-7::before {
  animation: ledPulse 5s ease-in-out infinite;
}

/* ===== REMOVE GLOBAL HERO BACKGROUND GRADIENT ===== */

.hero-wrap,
.hero-section,
body::before {
  background: none !important;
}

/* ===== GLOBAL CLEAN BACKGROUND (PL + EN) ===== */

html,
body {
  background: #0b0f18;
}

.hero-wrap {
  background: none !important;
}

/* ===== PREMIUM DIAGONAL BACKGROUND ===== */

body {
  background: #0b0f18;
}

/* ===== KILL ALL HERO BLOBS ===== */

.hero::before,
.hero::after,
.hero-wrap::before,
.hero-wrap::after,
body::before,
body::after {
  content: none !important;
  display: none !important;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -120px;

  background:
    radial-gradient(600px 400px at 70% 30%, rgba(124, 58, 237, .18), transparent 70%),
    radial-gradient(600px 400px at 20% 60%, rgba(6, 229, 248, .16), transparent 70%);

  filter: blur(60px);
  opacity: .6;

  pointer-events: none;
  z-index: 0;
}

/* =========================
   GLOBAL GLOW SYSTEM
========================= */

:root {
  --glow-purple: rgba(124, 58, 237, .35);
  --glow-cyan: rgba(6, 229, 248, .30);
}

/* HERO PERMANENT LIGHT */

.hero {
  position: relative;
  border-radius: 28px;

  box-shadow:
    0 0 60px var(--glow-purple),
    0 0 120px rgba(124, 58, 237, .18),
    0 0 160px var(--glow-cyan);
}



/* CARDS BASE LIGHT */

.card {
  box-shadow:
    0 0 20px rgba(124, 58, 237, .15),
    0 10px 40px rgba(0, 0, 0, .55);
}

/* ===== HERO INNER PANEL GLOW ===== */

.hero-left {
  position: relative;
  border-radius: 26px;

  box-shadow:
    0 0 30px rgba(124, 58, 237, .25),
    0 0 60px rgba(6, 229, 248, .15),
    inset 0 0 0 1px rgba(255, 255, 255, .08);
}

/* neon border */
.hero-left::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 28px;

  background: linear-gradient(120deg,
      rgba(124, 58, 237, .6),
      rgba(6, 229, 248, .6),
      rgba(124, 58, 237, .6));

  filter: blur(10px);
  opacity: .35;

  z-index: -1;
}

/* =====================================================
   FINAL VIDEO HOVER SYSTEM (clean override)
   ===================================================== */

/* reset any old glow rules */
#spotlight .card,
#spotlight .card iframe {
  box-shadow: none !important;
}

/* base video style */
#spotlight iframe {
  border-radius: 18px;
  transition: transform .25s ease, box-shadow .25s ease;
}

/* hover effect for ALL videos (kolęda + YT) */


/* disable glow for youtube comments embeds */
iframe[src*="comment"] {
  transform: none !important;
  box-shadow: none !important;
}

/* make main carol card identical to other cards */
#spotlight .card.item.col-7 {
  background: rgba(20, 24, 36, .55) !important;
}

/* =====================================================
   HERO INNER PANEL GLOW (restore)
   ===================================================== */

.hero-left {
  position: relative;
  border-radius: 26px;
  box-shadow:
    0 0 25px rgba(124, 58, 237, .22),
    0 0 45px rgba(6, 229, 248, .14),
    inset 0 0 0 1px rgba(255, 255, 255, .08);
}

.hero-left::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 28px;
  background: linear-gradient(120deg,
      rgba(124, 58, 237, .55),
      rgba(6, 229, 248, .55));
  filter: blur(10px);
  opacity: .25;
  z-index: -1;
}

/* === Kolęda hover — spotlight === */

#spotlight .card.col-7 .yt-thumb {
  border-radius: 18px;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  border: 1px solid rgba(255, 255, 255, .12);
}

#spotlight .card.col-7:hover .yt-thumb {
  transform: translateY(-4px);
  border-color: rgba(124, 58, 237, .55);
  box-shadow:
    0 0 26px rgba(124, 58, 237, .35),
    0 0 54px rgba(6, 229, 248, .24),
    0 20px 56px rgba(0, 0, 0, .60);
}

#spotlight .card.col-7 .yt-thumb:hover img {
  filter: brightness(1.08) contrast(1.05);
}

#spotlight .card.col-7 .yt-thumb img {
  transition: transform .22s ease, filter .22s ease;
}

#spotlight .card.col-7 .yt-thumb:hover img {
  transform: scale(1.02);
}

#spotlight .yt-thumb img {
  transition: transform .35s ease;
}

#spotlight .yt-thumb:hover img {
  transform: scale(1.08);
}

/* NAVBAR glass effect */

header {
  backdrop-filter: blur(22px);
  background: rgba(8, 12, 22, .65);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

/* CTA button glow */
.btn-listen {
  background: linear-gradient(90deg, #C551FD, #5121F1, #06E5F8);
    color: #fff;
  padding: 14px 26px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  border: none;
  box-shadow: 0 6px 20px rgba(226, 68, 183, .35);
}

.btn-order {
  background: linear-gradient(90deg, #C551FD, #5121F1, #06E5F8);
    color: #fff;
  padding: 14px 26px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  border: none;
  box-shadow: 0 6px 20px rgba(166, 34, 134, .35);
}

.btn-listen,
.btn-order {
  transition: transform .2s ease, box-shadow .2s ease;
}

.btn-listen:hover,
.btn-order:hover {
  transform: translateY(-2px);
  box-shadow:
    0 0 20px rgba(124, 58, 237, .45),
    0 0 35px rgba(6, 229, 248, .35);
}


/* HERO ambient glow */

.hero {
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -120px -80px;
  background:
    radial-gradient(circle at 20% 30%, rgba(124, 58, 237, .18), transparent 55%),
    radial-gradient(circle at 80% 20%, rgba(6, 229, 248, .15), transparent 55%);
  filter: blur(80px);
  z-index: -1;
}

/* hero readability improvement */
.hero h1 {
  text-shadow: 0 6px 24px rgba(0, 0, 0, .6);
}

#spotlight .card.item.col-7:hover {
  transform: translateY(-6px);

  box-shadow:
    0 0 30px rgba(120, 70, 255, .35),
    0 0 80px rgba(0, 210, 255, .20),
    0 40px 100px rgba(0, 0, 0, .6);
}

#music .card:hover {
  transform: translateY(-6px);

  box-shadow:
    0 0 26px rgba(124, 58, 237, .35),
    0 0 54px rgba(6, 229, 248, .24),
    0 20px 56px rgba(0, 0, 0, .60);
}

/* YouTube play overlay for spotlight video */

#spotlight .yt-thumb {
  position: relative;
}

#spotlight .yt-thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 68px;
  height: 48px;

  background: #ff0000;
  border-radius: 12px;

  box-shadow: 0 10px 30px rgba(0, 0, 0, .6);
  z-index: 5;
  pointer-events: none;
}

#spotlight .yt-thumb::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);

  width: 0;
  height: 0;

  border-left: 18px solid white;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;

  z-index: 6;
  pointer-events: none;
}

/* FAQ hover improvement */

.faq-item:hover {
  border-color: rgba(124, 58, 237, .6);
  box-shadow:
    0 0 20px rgba(124, 58, 237, .25),
    0 0 40px rgba(6, 229, 248, .15);
  transform: translateY(-2px);
}

.yt-icon {
  width: 18px;
  height: 12px;
  background: #ff0000;
  display: inline-block;
  border-radius: 3px;
  position: relative;
  margin-right: 8px;
}

.yt-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-left: 6px solid white;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

/* ===== SigmaAI footer + FAQ upgrade ===== */

/* Footer links */
.footer a {
  opacity: .7;
  transition: all .25s ease;
}

.footer a:hover {
  opacity: 1;
  color: #06E5F8;
}

/* YouTube icon */
.yt-icon {
  width: 20px;
  height: 14px;
  background: #ff0000;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

.yt-icon::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 7px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

/* FAQ stronger hover */
.faq details {
  transition: all .25s ease;
}

.faq details:hover {
  transform: translateY(-3px);
  border-color: rgba(6, 229, 248, .45);

  box-shadow:
    0 0 25px rgba(6, 229, 248, .25),
    0 0 45px rgba(197, 81, 253, .20),
    0 15px 35px rgba(0, 0, 0, .55);
}

/* Cinematic separator before footer */
.footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg,
      transparent,
      rgba(6, 229, 248, .6),
      rgba(197, 81, 253, .6),
      transparent);
  margin-bottom: 30px;
}

.card--reviews {
  padding: 24px;
}

.card--reviews .h3 {
  margin-top: 0;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
}

.yt-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.yt-btn:hover {
  transform: translateY(-2px);

  filter: brightness(1.15);

  box-shadow:
    0 0 25px rgba(120, 70, 255, .45),
    0 0 60px rgba(0, 210, 255, .35),
    0 20px 60px rgba(0, 0, 0, .55);
}
.yt-btn-logo {
  height: 24px;
  width: auto;
}

/* FOOTER */

.site-footer {
  margin-top: 120px;
  padding: 60px 20px 30px;

  border-top: 1px solid transparent;

  background:
    linear-gradient(90deg,
      rgba(120, 70, 255, 0),
      rgba(120, 70, 255, 0.8),
      rgba(0, 210, 255, 0.9),
      rgba(120, 70, 255, 0.8),
      rgba(120, 70, 255, 0)) top / 100% 2px no-repeat,

    linear-gradient(180deg,
      rgba(10, 10, 20, 0),
      rgba(10, 10, 20, 0.95));

}

.footer-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-logo {
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(90deg, #8a5cff, #00d4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-tagline {
  margin-top: 6px;
  color: #aab0c0;
  font-size: 14px;
}

.footer-links {
  display: flex;
  gap: 20px;
}

.footer-links a {
  color: #cfd6ff;
  text-decoration: none;
  font-size: 14px;
  opacity: 0.8;
  transition: all .25s ease;
}

.footer-links a:hover {
  opacity: 1;
  color: #00d4ff;
}

.footer-bottom {
  margin-top: 35px;
  text-align: center;
  font-size: 12px;
  color: #7f86a3;
}

.play-btn {
  transition: all .25s ease;
}

.play-btn:hover {
  transform: scale(1.15);
  background: linear-gradient(135deg, #6b4cff, #e244b7);
  box-shadow:
    0 0 12px rgba(140, 70, 255, .7),
    0 0 25px rgba(226, 68, 183, .5);
  cursor: pointer;
}

.hero h1 {
  text-shadow:
    0 0 20px rgba(140, 70, 255, .35),
    0 0 40px rgba(226, 68, 183, .25);
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(140, 70, 255, .25) 0%, rgba(0, 0, 0, 0) 70%);
  filter: blur(60px);
  z-index: 0;
}

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

.sample-card:hover {
  transform: translateY(-6px);
  transition: all .25s ease;
}

.play-btn:hover {
  transform: scale(1.2);
  box-shadow:
    0 0 20px rgba(140, 70, 255, .7),
    0 0 40px rgba(226, 68, 183, .5);
}
.btn-order:hover {
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, .25);
  text-underline-offset: 3px;
}
.pricing-card .btn {
  transition: font-size .15s ease;
}

.pricing-card .btn:hover {
  font-size: 17px;
}
.pricing-card .btn:hover {
  filter: brightness(1.08);
}
.footer {
  padding: 60px 0 40px;
}
.footer-bottom {
  text-align: center;
  margin-top: 30px;
  opacity: .7;
}
.footer-bottom{
text-align:center;
margin-top:30px;
opacity:0.7;
font-size:14px;
}
/* FAQ */

.faq details{
border:1px solid rgba(255,255,255,0.08);
border-radius:12px;
padding:16px 18px;
margin-bottom:12px;
background:rgba(255,255,255,0.02);
transition:all .25s ease;
}

.faq details:hover{
border-color:rgba(120,70,255,0.4);
background:rgba(120,70,255,0.05);
}

.faq summary{
cursor:pointer;
font-weight:600;
font-size:16px;
list-style:none;
position:relative;
padding-right:24px;
}

.faq summary::-webkit-details-marker{
display:none;
}

.faq summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  list-style: none;
  position: relative;
  padding-right: 28px;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "▸";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  opacity: .7;
  transition: transform .25s ease;
}

.faq details[open] summary::after {
  transform: rotate(90deg);
}

.faq__body{
margin-top:12px;
opacity:.8;
line-height:1.6;
}
.faq details {
  margin-bottom: 16px;
}
.faq details:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}
.bottom-left {
  gap: 40px;
}
.nav {
  gap: 20px;
}

.lang-switch {
  margin-left: 12px;
  margin-right: 8px;
}
@media (max-width:1024px) {

  .nav {
    gap: 16px;
  }

  .lang-switch {
    margin-left: 8px;
  }

}
@media (max-width:1024px) {

  .nav {
    gap: 16px;
  }

  .lang-switch {
    margin-left: 8px;
  }

}
/* MOBILE HEADER */

@media (max-width:600px) {

  .header {
    flex-wrap: wrap;
    padding: 10px 12px;
  }

  .brand {
    width: 100%;
    margin-bottom: 8px;
  }

  .brand .meta span {
    display: none;
  }

  /* menu */

  .nav {
    width: 100%;
    justify-content: center;
    gap: 14px;
    margin-top: 6px;
    flex-wrap: wrap;
  }

  /* language */

  .lang-switch {
    margin-left: 0;
  }
}
/* MOBILE LAYOUT */

@media (max-width:768px) {

  .bottom-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .bottom-right {
    order: 3;
  }

  .bottom-left {
    order: 1;
  }

}
@media (max-width:768px) {

  .faq {
    padding: 12px;
  }

  .faq details {
    padding: 14px 16px;
  }

}
@media (max-width:900px) and (orientation:landscape) {

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

.cta-row {
  align-items: stretch;
}

@media (max-width:600px) {
  .cta-row {
    flex-direction: column;
    gap: 12px;
  }
}
/* ===== MOBILE OPTIMIZATION ===== */

@media (max-width:600px) {

  /* nagłówek hero */
  .hero h1 {
    font-size: 32px;
    line-height: 1.15;
  }

  /* opis pod nagłówkiem */
  .hero p {
    font-size: 15px;
    line-height: 1.5;
  }

    /* przyciski */
    .cta-row {
      flex-direction: column;
      align-items: center;
    }
  
    .cta-row .btn {
      font-size: 14px;
      padding: 14px 18px;
      min-height: 44px;
      width: 100%;
      max-width: 260px;
      margin: 0 auto;
    }

  /* teksty sekcji */
  .section-title {
    font-size: 22px;
  }

  /* FAQ */
  .faq-question {
    font-size: 15px;
  }

  .faq-answer {
    font-size: 14px;
  }

  /* ogólne odstępy */
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

}
/* bardzo wąskie telefony */
@media (max-width:380px) {

  .cta-row .btn {
    font-size: 13px;
    padding: 12px 14px;
    letter-spacing: 0;
  }

}
.cta-row .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 52px;
  padding: 14px 20px;
  width: 100%;
}
.cta-row {
  align-items: stretch;
}
.nav a {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width:480px) {

  .nav {
    gap: 8px;
    font-size: 14px;
  }

}
@media (max-width:480px) {

  .hero-card {
    padding: 24px;
  }
    }
@media (max-width:600px) {

  .cta-row {
    flex-direction: column;
    align-items: center;
  }

  .cta-row .btn {
    font-size: 14px;
    padding: 14px 18px;
    min-height: 44px;
    width: 100%;
    max-width: 260px;
    margin: 0 auto;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

}@media (max-width:600px) {

  .cta-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
  }

  .cta-row .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    font-size: 14px;
    padding: 14px 18px;
    min-height: 44px;

    width: 100%;
    max-width: 300px;

    margin: 0 auto;

    transition: transform 0.15s ease, box-shadow 0.15s ease;
  }

  .cta-row .btn:active {
    transform: scale(0.97);
  }
    }
/* opis sekcji zamówienia */

/* opis sekcji zamówienia */
.order-desc {
  width: 100%;
  margin: 10px 0 40px 0;
  font-size: 17px;
  line-height: 1.6;
  text-align: center;

  background: linear-gradient(90deg, #8b5cf6, #22d3ee, #38bdf8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.order-title {
  margin-bottom: 0 !important;
}


.badge.best {
  margin-bottom: 8px;
}
/* YouTube CTA hover fix */

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

  filter: brightness(1.18);

  background: linear-gradient(90deg,
      rgba(197, 81, 253, 1),
      rgba(81, 33, 241, 1),
      rgba(6, 229, 248, 1));

  box-shadow:
    0 0 30px rgba(197, 81, 253, .45),
    0 0 70px rgba(6, 229, 248, .35),
    0 25px 70px rgba(0, 0, 0, .6);
}
/* FORM INPUT GLOW */

.input:focus,
select:focus,
textarea:focus{

border-color: rgba(124,58,237,.65);

box-shadow:
0 0 0 1px rgba(124,58,237,.6),
0 0 12px rgba(124,58,237,.35),
0 0 20px rgba(6,229,248,.25);

background: rgba(255,255,255,.07);

outline: none;
}
/* LEGAL PAGES ONLY */

.legal-page .container{
max-width:800px;
margin:auto;
line-height:1.7;
font-size:16px;
}

.legal-page h1{
margin-bottom:30px;
font-size:32px;
}

.legal-page h3{
margin-top:35px;
margin-bottom:10px;
font-size:20px;
}

.legal-page p{
margin-bottom:16px;
color:#cfd6e6;
}

.legal-page ul{
margin-bottom:18px;
padding-left:20px;
}

.legal-page li{
margin-bottom:6px;
}

.legal-page a{
color:#7cc5ff;
text-decoration:none;
}

.legal-page a:hover{
text-decoration:underline;
}
/* delivery info under pricing */

.delivery-note{
text-align:center;
margin-top:30px;
font-size:15px;
color:#9fb4ff;
opacity:0.9;
max-width:600px;
margin-left:auto;
margin-right:auto;
}
.payment-screen{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.85);
display:none;
align-items:center;
justify-content:center;
z-index:9999;
}

.payment-box{
background:#0f1624;
padding:40px;
border-radius:16px;
max-width:500px;
width:90%;
text-align:center;
color:white;
box-shadow:0 0 40px rgba(0,210,255,0.2);
}

.payment-box h2{
margin-bottom:15px;
}

.bank-number{
font-size:18px;
letter-spacing:2px;
margin:10px 0 20px 0;
}

.payment-note{
margin-top:20px;
opacity:0.8;
}

.payment-box button{
margin-top:25px;
padding:12px 25px;
border:none;
border-radius:10px;
background:linear-gradient(135deg,#7846ff,#00d2ff);
color:white;
font-weight:bold;
cursor:pointer;
}
.form-check label,
.regulamin-check label {
  display: flex;
  align-items: flex-start;
  gap: 10px;

  white-space: normal;
  flex-wrap: wrap;
}

.navbar{
display:flex;
align-items:center;
justify-content:space-between;
flex-wrap:wrap;
gap:20px;
}

.nav-links{
display:flex;
gap:28px;
align-items:center;
flex-wrap:wrap;
}
.plan-btn{
display:inline-flex;
justify-content:center;
align-items:center;
width:70%;
max-width:320px;
margin:16px auto 0;
}

.pricing-card .btn{
width:70%;
max-width:260px;
margin:16px auto 0;
display:flex;
justify-content:center;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.lang-switch {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px;
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 120px;
  justify-content: flex-end;
}

.lang-btn.is-active {
  border-color: rgba(102, 209, 255, .7);
  background: rgba(102, 209, 255, .08);

  box-shadow:
    0 0 0 3px rgba(102, 209, 255, .15),
    0 0 18px rgba(102, 209, 255, .25);
}
.ytBox{
margin-top:35px;
padding-top:25px;
border-top:1px solid rgba(255,255,255,.1);
}

.ytBox p{
font-size:16px;
opacity:.85;
margin-bottom:12px;
}

.ytBtn{
display:inline-block;
padding:12px 26px;
border-radius:30px;
background:#ff0033;
color:white;
text-decoration:none;
font-weight:bold;
box-shadow:0 10px 30px rgba(0,0,0,.5);
}

.header-nav{
display:flex;
justify-content:center;
align-items:center;
gap:20px;
flex-wrap:wrap;
}

/* ===== MOBILE MODAL + FORM FIX ===== */

@media (max-width:600px) {

  .modal-backdrop {
    padding: 12px;
    align-items: flex-start;
    overflow-y: auto;
  }

  .modal {
    width: 100%;
    max-width: 520px;
    margin-top: 40px;
    overflow-x: hidden;
  }

  .modal-body {
    padding: 20px;
  }

  .modal,
  .modal * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .regulamin-check input {
    flex-shrink: 0;
    margin-top: 4px;
  }

}
.form-example{
font-size:13px;
opacity:0.65;
margin-top:8px;
line-height:1.5;
font-style:italic;
}
#notesField{
min-height:70px;
height:70px;
}
.premium-note{
font-size:14px;
opacity:0.85;
margin-bottom:12px;
line-height:1.4;
}
html {
scroll-behavior: smooth;
}
.plan-highlight {
  transform: scale(1.04);
  box-shadow: 0 0 0 2px #8b5cf6, 0 20px 60px rgba(0, 0, 0, 0.6);
  transition: all 0.35s ease;
}

.hero-top-line{
  width: min(92%, 1800px);
  height: 1px;
  margin: 14px auto 26px auto;
  background: linear-gradient(90deg, rgba(168,85,247,0.0) 0%, rgba(168,85,247,0.75) 20%, rgba(59,130,246,0.9) 50%, rgba(168,85,247,0.75) 80%, rgba(168,85,247,0.0) 100%);
  box-shadow: 0 0 10px rgba(59,130,246,0.22), 0 0 14px rgba(168,85,247,0.16);
  border-radius: 999px;
}
.modal-body::-webkit-scrollbar {
  width: 7px;
}

.modal-body::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .04);
  border-radius: 999px;
}

.modal-body::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(197,81,253,.75), rgba(6,229,248,.75));
  border-radius: 999px;
  box-shadow:
    0 0 8px rgba(197,81,253,.25),
    0 0 12px rgba(6,229,248,.18);
}

.modal-body::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(197,81,253,.95), rgba(6,229,248,.95));
  box-shadow:
    0 0 10px rgba(197,81,253,.35),
    0 0 16px rgba(6,229,248,.25);
}

.form-check {
  grid-column: 1 / -1;
}

.form-check label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
}

.form-check input[type="checkbox"] {
  margin-top: 4px;
  flex-shrink: 0;
}
#occasionOther,
#genreOther {
  font-size: 12.5px;
}

#occasionOther::placeholder,
#genreOther::placeholder {
  font-size: 12.5px;
}
#story {
  min-height: 138px;
}
#notes {
  min-height: 86px;
}
.form-actions {
  padding-bottom: 10px;
}