:root {
  --black: #000000;
  --black-2: #050505;
  --black-3: #0b0b0b;
  --card: #111111;
  --card-2: #171717;
  --white: #ffffff;
  --muted: #c7c7c7;
  --muted-2: #969696;
  --line: rgba(255,255,255,.16);
  --dark-line: rgba(255,255,255,.1);
  --glow: rgba(255,255,255,.18);
  --soft-glow: rgba(255,255,255,.08);
  --shadow: 0 30px 90px rgba(0,0,0,.55);
  --radius: 28px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--white);
  background:
    radial-gradient(circle at 50% -10%, rgba(255,255,255,.09), transparent 30%),
    #000;
  line-height: 1.6;
}

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

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(20px, 4vw, 54px);
  background:
    linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.025)),
    rgba(0,0,0,.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--dark-line);
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: -.04em;
  font-size: 1.1rem;
}

.logo-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: #000;
  background:
    linear-gradient(135deg, #fff, #bdbdbd);
  letter-spacing: -.06em;
  box-shadow: 0 0 30px rgba(255,255,255,.16);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--muted);
  font-weight: 700;
  font-size: .95rem;
}

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

.nav-cta {
  color: var(--black) !important;
  background: linear-gradient(135deg, #fff, #cfcfcf);
  padding: 10px 16px;
  border-radius: 999px;
  box-shadow: 0 16px 44px rgba(255,255,255,.12);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--white);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 160px 0 90px;
  display: flex;
  align-items: center;
  background: var(--black);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 16%, rgba(255,255,255,.2), transparent 26%),
    radial-gradient(circle at 78% 10%, rgba(255,255,255,.13), transparent 24%),
    radial-gradient(circle at 50% 55%, rgba(255,255,255,.065), transparent 38%),
    linear-gradient(135deg, rgba(255,255,255,.12), transparent 30%),
    linear-gradient(180deg, #000, #070707 58%, #000);
}

.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 35%, rgba(255,255,255,.12) 48%, transparent 62%),
    linear-gradient(292deg, transparent 0 46%, rgba(255,255,255,.07) 56%, transparent 70%);
  opacity: .75;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 56px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 16px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .78rem;
  font-weight: 900;
}

h1, h2, h3, p { margin-top: 0; }

h1 {
  max-width: 780px;
  font-size: clamp(3.2rem, 8vw, 6.7rem);
  line-height: .9;
  letter-spacing: -.08em;
  margin-bottom: 28px;
  color: #fff;
  text-shadow: 0 0 48px rgba(255,255,255,.1);
}

h2 {
  font-size: clamp(2.1rem, 5vw, 4.2rem);
  line-height: 1;
  letter-spacing: -.07em;
  margin-bottom: 20px;
  color: #fff;
}

h3 {
  font-size: 1.35rem;
  line-height: 1.15;
  letter-spacing: -.04em;
  color: #fff;
}

.lead {
  max-width: 660px;
  color: var(--muted);
  font-size: 1.18rem;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 34px 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 900;
  cursor: pointer;
}

.btn-primary {
  color: var(--black);
  background: linear-gradient(135deg, #fff, #cfcfcf);
  box-shadow: 0 18px 50px rgba(255,255,255,.14);
}

.btn-primary:hover { background: linear-gradient(135deg, #fff, #e7e7e7); }

.btn-ghost {
  color: var(--white);
  border-color: var(--line);
  background:
    linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.035));
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 650px;
}

.stats div {
  border: 1px solid var(--dark-line);
  border-radius: 20px;
  padding: 16px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.035));
  box-shadow: 0 12px 34px rgba(0,0,0,.32);
}

.stats strong {
  display: block;
  font-size: 1.7rem;
  line-height: 1;
}

.stats span {
  color: var(--muted-2);
  font-size: .9rem;
}

.hero-card {
  position: relative;
  padding: 34px;
  min-height: 540px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 35% 8%, rgba(255,255,255,.2), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.035) 58%, rgba(255,255,255,.08)),
    #080808;
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.15);
  overflow: hidden;
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0 30%, rgba(255,255,255,.1) 45%, transparent 60%);
  pointer-events: none;
}

.player {
  position: absolute;
  inset: 44px 34px auto 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.disc {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background:
    radial-gradient(circle, #fff 0 10%, #000 11% 18%, #2a2a2a 19% 36%, #f3f3f3 37% 39%, #050505 40% 100%);
  box-shadow: 0 0 90px rgba(255,255,255,.13);
  animation: spin 9s linear infinite;
}

.bars {
  height: 130px;
  display: flex;
  align-items: end;
  gap: 8px;
}

.bars span {
  display: block;
  width: 12px;
  border-radius: 999px;
  background: linear-gradient(#fff, #5c5c5c);
  animation: bounce 1.1s ease-in-out infinite alternate;
}

.bars span:nth-child(1) { height: 35%; animation-delay: .1s; }
.bars span:nth-child(2) { height: 72%; animation-delay: .2s; }
.bars span:nth-child(3) { height: 48%; animation-delay: .3s; }
.bars span:nth-child(4) { height: 88%; animation-delay: .4s; }
.bars span:nth-child(5) { height: 54%; animation-delay: .5s; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes bounce { to { transform: scaleY(.55); opacity: .7; } }

.hero-card p { color: var(--muted); }

.section { padding: 110px 0; }

.strip {
  padding: 26px 0;
  border-top: 1px solid var(--dark-line);
  border-bottom: 1px solid var(--dark-line);
  background:
    linear-gradient(90deg, #000, #141414 50%, #000);
}

.strip-grid {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  color: var(--muted);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .8rem;
}

.black-section {
  background:
    radial-gradient(circle at 8% 0%, rgba(255,255,255,.11), transparent 30%),
    radial-gradient(circle at 92% 100%, rgba(255,255,255,.07), transparent 34%),
    linear-gradient(180deg, #000, #050505);
}

.dark-cards {
  background:
    radial-gradient(circle at 85% 0%, rgba(255,255,255,.12), transparent 36%),
    linear-gradient(180deg, #070707, #000);
}

.two-col {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
}

.text-block {
  color: var(--muted);
  font-size: 1.06rem;
}

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

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.card {
  min-height: 260px;
  padding: 28px;
  border-radius: 24px;
  border: 1px solid var(--dark-line);
  background:
    radial-gradient(circle at 0% 0%, rgba(255,255,255,.13), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.035));
  box-shadow: 0 18px 58px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.1);
}

.card-number {
  color: #ffffff;
  font-weight: 900;
}

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

.white-card {
  color: #000;
  background:
    linear-gradient(135deg, #fff, #d7d7d7);
  box-shadow: 0 22px 68px rgba(255,255,255,.09);
}

.white-card h3 { color: #000; }

.white-card p { color: #555; }

.white-card a { font-weight: 900; }

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 18px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid var(--dark-line);
  background:
    radial-gradient(circle at 24% 20%, rgba(255,255,255,.18), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.025)),
    linear-gradient(45deg, #050505, #181818);
  box-shadow: 0 20px 70px rgba(0,0,0,.38);
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 36%, rgba(255,255,255,.12) 48%, transparent 61%),
    radial-gradient(circle, rgba(255,255,255,.16) 1px, transparent 1px);
  background-size: auto, 18px 18px;
  opacity: .22;
}

.gallery-item span {
  position: absolute;
  left: 22px;
  bottom: 18px;
  z-index: 1;
  font-weight: 900;
  font-size: 1.3rem;
  color: #fff;
}

.gallery-item.tall { grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }

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

blockquote {
  margin: 0;
  padding: 30px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255,255,255,.11), transparent 36%),
    linear-gradient(145deg, #141414, #0a0a0a);
  border: 1px solid var(--dark-line);
  box-shadow: 0 18px 58px rgba(0,0,0,.35);
}

blockquote p {
  color: var(--muted);
  font-size: 1.02rem;
}

cite {
  color: #fff;
  font-weight: 900;
  font-style: normal;
}

.faq details {
  border-top: 1px solid var(--dark-line);
  padding: 22px 0;
}

.faq details:last-child { border-bottom: 1px solid var(--dark-line); }

.faq summary {
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 900;
  color: #fff;
}

.faq p {
  color: var(--muted);
  margin-top: 14px;
}

.contact {
  background:
    radial-gradient(circle at 0% 0%, rgba(255,255,255,.13), transparent 32%),
    radial-gradient(circle at 100% 20%, rgba(255,255,255,.1), transparent 36%),
    linear-gradient(180deg, #050505, #000);
}

.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 50px;
  align-items: start;
}

.contact p { color: var(--muted); }

.contact-info {
  display: grid;
  gap: 12px;
  margin-top: 30px;
  font-size: 1.2rem;
  font-weight: 900;
  color: #fff;
}

.contact-form {
  padding: 30px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 0% 0%, rgba(255,255,255,.12), transparent 36%),
    linear-gradient(145deg, #141414, #070707);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.11);
}

.contact-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--muted);
  font-weight: 700;
}

input, textarea {
  width: 100%;
  border: 1px solid var(--dark-line);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.015)),
    #050505;
  color: #fff;
  padding: 15px 16px;
  font: inherit;
  outline: none;
}

input::placeholder,
textarea::placeholder {
  color: #777;
}

input:focus, textarea:focus {
  border-color: rgba(255,255,255,.72);
  box-shadow: 0 0 0 4px rgba(255,255,255,.08);
  background: #000;
}

.form-note {
  margin: 14px 0 0;
  font-size: .85rem;
}

.site-footer {
  border-top: 1px solid var(--dark-line);
  padding: 28px 0;
  color: var(--muted);
  background:
    linear-gradient(180deg, #050505, #000);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-grid div {
  display: flex;
  gap: 18px;
}

@media (max-width: 900px) {
  .nav-toggle { display: block; }

  .main-nav {
    position: fixed;
    top: 79px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.025)),
      rgba(0,0,0,.96);
    box-shadow: 0 18px 60px rgba(0,0,0,.6);
  }

  .main-nav.is-open { display: flex; }

  .hero-grid,
  .two-col,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero { padding-top: 135px; }
  .hero-card { min-height: 430px; }

  .disc {
    width: 150px;
    height: 150px;
  }

  .cards,
  .testimonials {
    grid-template-columns: 1fr;
  }

  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery-item.wide { grid-column: span 2; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1160px); }

  h1 { font-size: 3.1rem; }

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

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

  .gallery-item,
  .gallery-item.wide,
  .gallery-item.tall {
    grid-column: auto;
    grid-row: auto;
  }

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


/* Hero logo instead of disc/player card */
.hero-logo-panel {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 35% 8%, rgba(255,255,255,.2), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.035) 58%, rgba(255,255,255,.08)),
    #080808;
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.15);
  overflow: hidden;
}

.hero-logo-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0 30%, rgba(255,255,255,.1) 45%, transparent 60%);
  pointer-events: none;
}

.hero-panel-logo {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  max-width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 0 34px rgba(255,255,255,.10));
}

@media (max-width: 900px) {
  .hero-logo-panel {
    min-height: 420px;
  }

  .hero-panel-logo {
    width: min(320px, 72vw);
  }
}


/* Header uses the real DJ Miro logo */
.header-logo-img {
  width: 100px;
  height: 60px;
  object-fit: cover;
  display: block;
  filter: drop-shadow(0 0 14px rgba(255,255,255,.08));
}

.logo-mark {
  display: none;
}

/* Right side hero logo: bigger, without card/background/frame */
.hero-logo-panel {
  min-height: 540px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.hero-logo-panel::after {
  display: none !important;
}

.hero-panel-logo {
  width: min(520px, 100%) !important;
  max-width: 112% !important;
  height: auto !important;
  filter: drop-shadow(0 0 44px rgba(255,255,255,.13)) !important;
}

@media (max-width: 900px) {
  .header-logo-img {
    width: 42px;
    height: 42px;
  }

  .hero-logo-panel {
    min-height: 390px !important;
  }

  .hero-panel-logo {
    width: min(420px, 82vw) !important;
    max-width: 100% !important;
  }
}

@media (max-width: 560px) {
  .hero-panel-logo {
    width: min(340px, 86vw) !important;
  }
}


/* FINAL OVERRIDE - bigger right-side hero logo */
.hero-grid {
  grid-template-columns: 0.95fr 1.05fr;
}

.hero-logo-panel {
  min-height: 560px !important;
  overflow: visible !important;
}

.hero-panel-logo {
  width: 680px !important;
  max-width: none !important;
  transform: scale(1.08);
  transform-origin: center;
}

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

  .hero-panel-logo {
    width: min(460px, 88vw) !important;
    max-width: 100% !important;
    transform: none;
  }
}

@media (max-width: 560px) {
  .hero-panel-logo {
    width: min(360px, 88vw) !important;
  }
}


.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.form-note.is-success {
  color: #198754;
}

.form-note.is-error {
  color: #b00020;
}

.contact-form button[disabled] {
  cursor: wait;
  opacity: .75;
}

/* HERO CENTERED - animated soft background, no square blocks */
.hero {
  position: relative !important;
  isolation: isolate;
  overflow: hidden;
  min-height: 100svh !important;
  padding: 132px 0 170px !important;
  display: grid !important;
  place-items: center !important;
  background: #000 !important;
}

.hero-bg {
  position: absolute !important;
  inset: -18% !important;
  z-index: -2;
  background:
    radial-gradient(circle at 26% 18%, rgba(255,255,255,.20), transparent 27%),
    radial-gradient(circle at 72% 8%, rgba(255,255,255,.12), transparent 26%),
    radial-gradient(circle at 50% 56%, rgba(255,255,255,.08), transparent 38%),
    linear-gradient(180deg, #000 0%, #080808 54%, #000 100%) !important;
  animation: heroAmbientMove 15s ease-in-out infinite alternate;
  transform: translate3d(0,0,0) scale(1.04);
}

.hero-bg::before {
  content: "";
  position: absolute;
  inset: -12%;
  background:
    linear-gradient(118deg, transparent 0 34%, rgba(255,255,255,.13) 47%, transparent 63%),
    radial-gradient(ellipse at 45% 28%, rgba(255,255,255,.12), transparent 42%);
  opacity: .68;
  filter: blur(1px);
  animation: heroLightSweep 9s ease-in-out infinite alternate;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, transparent 0 38%, rgba(0,0,0,.35) 68%, rgba(0,0,0,.92) 100%),
    linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.72));
  pointer-events: none;
}

.hero-center {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 22px;
  width: min(880px, calc(100% - 32px));
}

.hero-main-logo {
  display: block;
  width: clamp(270px, 43vw, 560px);
  height: auto;
  filter: drop-shadow(0 0 34px rgba(255,255,255,.12));
  animation: logoFloat 5.8s ease-in-out infinite;
}

.hero-tagline {
  margin: -4px 0 0;
  padding: 16px 34px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.035)),
    rgba(9,9,9,.72);
  box-shadow: 0 18px 70px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.10);
  backdrop-filter: blur(14px);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: clamp(.72rem, 1.4vw, .92rem);
  font-weight: 900;
  line-height: 1.7;
}

.hero-center .hero-actions {
  justify-content: center;
  margin: 10px 0 0;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 108px;
  z-index: 3;
  transform: translateX(-50%);
  color: rgba(255,255,255,.62);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.scroll-cue::after {
  content: "";
  display: block;
  width: 1px;
  height: 34px;
  margin: 12px auto 0;
  background: linear-gradient(180deg, rgba(255,255,255,.85), transparent);
  animation: scrollLine 1.25s ease-in-out infinite;
}

main > .section {
  position: relative;
  z-index: 4;
}

.strip {
  margin-top: -72px;
  padding-top: 34px !important;
  border-radius: 34px 34px 0 0;
  box-shadow: 0 -32px 90px rgba(0,0,0,.65);
}

.strip + .black-section {
  margin-top: 0;
  border-top: 1px solid rgba(255,255,255,.08);
}

.section {
  scroll-margin-top: 88px;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(42px);
  transition: opacity .8s ease, transform .8s ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroAmbientMove {
  0% { transform: translate3d(-1.8%, -1%, 0) scale(1.04); filter: brightness(.92); }
  100% { transform: translate3d(1.8%, 1%, 0) scale(1.08); filter: brightness(1.08); }
}

@keyframes heroLightSweep {
  0% { transform: translateX(-6%) rotate(-1deg); opacity: .42; }
  100% { transform: translateX(6%) rotate(1deg); opacity: .78; }
}

@keyframes logoFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-8px) scale(1.012); }
}

@keyframes scrollLine {
  0%, 100% { transform: scaleY(.55); opacity: .45; }
  50% { transform: scaleY(1); opacity: 1; }
}

@media (max-width: 900px) {
  .hero {
    padding: 120px 0 150px !important;
  }

  .hero-main-logo {
    width: min(430px, 82vw);
  }

  .hero-tagline {
    width: min(560px, 100%);
    padding: 14px 20px;
  }

  .strip {
    margin-top: -58px;
    border-radius: 28px 28px 0 0;
  }
}

@media (max-width: 560px) {
  .hero {
    padding: 110px 0 135px !important;
  }

  .hero-center {
    gap: 18px;
  }

  .hero-main-logo {
    width: min(340px, 86vw);
  }

  .hero-tagline {
    font-size: .68rem;
    letter-spacing: .1em;
  }

  .hero-center .hero-actions {
    width: 100%;
  }

  .hero-center .btn {
    width: 100%;
  }

  .scroll-cue {
    bottom: 86px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg,
  .hero-bg::before,
  .hero-main-logo,
  .scroll-cue::after {
    animation: none !important;
  }

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }
}

/* SMOOTHER HERO OVERRIDE - płynne animowane tło z pasami od lewej do prawej */
.hero {
  position: sticky !important;
  top: 0;
  z-index: 1;
  min-height: 100svh !important;
  overflow: hidden;
  transform: translateZ(0);
  will-change: transform;
  --hero-shift: 0px;
  --hero-scale: 1;
  --hero-opacity: 1;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -28% -90%;
  z-index: -1;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      105deg,
      transparent 0 78px,
      rgba(255,255,255,.020) 78px 86px,
      transparent 86px 168px
    ),
    repeating-linear-gradient(
      105deg,
      transparent 0 190px,
      rgba(255,255,255,.045) 190px 206px,
      transparent 206px 390px
    );
  opacity: .9;
  filter: blur(.2px);
  transform: translate3d(-24%, 0, 0);
  animation: heroStripesFlow 12s linear infinite;
  will-change: transform;
}

.hero-bg {
  inset: -24% !important;
  background:
    radial-gradient(circle at 24% 18%, rgba(255,255,255,.18), transparent 30%),
    radial-gradient(circle at 76% 12%, rgba(255,255,255,.11), transparent 31%),
    radial-gradient(circle at 52% 58%, rgba(255,255,255,.075), transparent 42%),
    linear-gradient(125deg, rgba(255,255,255,.075), transparent 31%),
    linear-gradient(180deg, #000 0%, #080808 52%, #000 100%) !important;
  animation: heroAmbientSmooth 24s cubic-bezier(.45, 0, .2, 1) infinite alternate !important;
  will-change: transform, filter;
  backface-visibility: hidden;
}

.hero-bg::before {
  inset: -22%;
  background:
    linear-gradient(112deg, transparent 0 35%, rgba(255,255,255,.115) 47%, transparent 61%),
    linear-gradient(74deg, transparent 0 50%, rgba(255,255,255,.052) 58%, transparent 69%),
    radial-gradient(ellipse at 48% 32%, rgba(255,255,255,.10), transparent 44%);
  opacity: .62;
  filter: blur(2px);
  animation: heroGlowSweepSmooth 16s cubic-bezier(.45, 0, .2, 1) infinite alternate !important;
  will-change: transform, opacity;
}

.hero-bg::after {
  background:
    radial-gradient(circle at center, transparent 0 34%, rgba(0,0,0,.28) 66%, rgba(0,0,0,.93) 100%),
    linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.72));
}

.hero-center {
  transform: translate3d(0, var(--hero-shift), 0) scale(var(--hero-scale));
  opacity: var(--hero-opacity);
  will-change: transform, opacity;
}

.hero-main-logo {
  will-change: transform, filter;
  animation: logoFloatSmooth 7.5s cubic-bezier(.45, 0, .2, 1) infinite !important;
}

main > .section,
.site-footer {
  position: relative;
  z-index: 7;
}

main > .section:first-of-type {
  margin-top: -92px;
}

.strip {
  margin-top: -92px !important;
  border-radius: 38px 38px 0 0;
  box-shadow:
    0 -46px 120px rgba(0,0,0,.84),
    0 -1px 0 rgba(255,255,255,.12);
}

.strip,
.black-section,
.dark-cards,
.contact,
.site-footer {
  transform: translateZ(0);
}

@keyframes heroStripesFlow {
  0% { transform: translate3d(-24%, 0, 0); }
  100% { transform: translate3d(24%, 0, 0); }
}

@keyframes heroAmbientSmooth {
  0% { transform: translate3d(-1.5%, -1%, 0) scale(1.055); filter: brightness(.94) contrast(1.02); }
  50% { transform: translate3d(.8%, .7%, 0) scale(1.075); filter: brightness(1.04) contrast(1.05); }
  100% { transform: translate3d(1.6%, 1.1%, 0) scale(1.095); filter: brightness(1.10) contrast(1.03); }
}

@keyframes heroGlowSweepSmooth {
  0% { transform: translate3d(-5%, -1%, 0) rotate(-1deg); opacity: .42; }
  50% { transform: translate3d(0%, .8%, 0) rotate(.2deg); opacity: .72; }
  100% { transform: translate3d(5%, 1%, 0) rotate(1deg); opacity: .58; }
}

@keyframes logoFloatSmooth {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(0, -7px, 0) scale(1.01); }
}

@media (max-width: 900px) {
  main > .section:first-of-type,
  .strip {
    margin-top: -72px !important;
    border-radius: 30px 30px 0 0;
  }

  .hero::before {
    animation-duration: 14s;
    opacity: .72;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero::before {
    animation: none !important;
  }
}

/* FINAL HERO FIX - pasmowy gradient bez dodatkowych pasków + brak przebijania hero pod stroną */
main {
  position: relative;
  background: #000;
}

.hero {
  z-index: 0 !important;
  contain: paint;
}

/* wyłączona osobna warstwa pasków; pasmowość jest teraz częścią samego gradientu */
.hero::before {
  content: none !important;
}

.hero-bg {
  inset: -26% -34% !important;
  background:
    radial-gradient(circle at 24% 18%, rgba(255,255,255,.18), transparent 30%),
    radial-gradient(circle at 76% 12%, rgba(255,255,255,.105), transparent 31%),
    radial-gradient(circle at 52% 58%, rgba(255,255,255,.07), transparent 42%),
    repeating-linear-gradient(
      112deg,
      rgba(255,255,255,0) 0px,
      rgba(255,255,255,.018) 58px,
      rgba(255,255,255,.045) 92px,
      rgba(255,255,255,.016) 126px,
      rgba(255,255,255,0) 188px,
      rgba(255,255,255,0) 330px
    ),
    linear-gradient(180deg, #000 0%, #080808 52%, #000 100%) !important;
  background-size:
    120% 120%,
    130% 130%,
    115% 115%,
    260% 260%,
    100% 100%;
  background-position:
    0% 0%,
    100% 0%,
    50% 50%,
    0% 50%,
    0% 0%;
  animation: heroGradientBands 26s linear infinite !important;
  filter: brightness(1.02) contrast(1.04);
}

.hero-bg::before {
  inset: -18%;
  background:
    linear-gradient(112deg, transparent 0 36%, rgba(255,255,255,.10) 48%, transparent 62%),
    radial-gradient(ellipse at 48% 32%, rgba(255,255,255,.095), transparent 44%);
  opacity: .56;
  filter: blur(2px);
  animation: heroSoftGlow 18s ease-in-out infinite alternate !important;
}

.hero-bg::after {
  background:
    radial-gradient(circle at center, transparent 0 34%, rgba(0,0,0,.34) 66%, rgba(0,0,0,.96) 100%),
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.80));
}

main > .section,
.site-footer {
  position: relative;
  z-index: 8;
  background-color: #000;
}

.strip {
  position: relative;
  z-index: 9;
  margin-top: -84px !important;
  background:
    linear-gradient(90deg, #000 0%, #121212 50%, #000 100%) !important;
  border-radius: 36px 36px 0 0;
  box-shadow:
    0 -52px 130px rgba(0,0,0,.94),
    0 -1px 0 rgba(255,255,255,.12);
}

.strip::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 120px;
  background: #000;
  pointer-events: none;
}

.black-section,
.dark-cards,
.contact,
.site-footer,
.faq-section {
  background-color: #000 !important;
}

@keyframes heroGradientBands {
  0% {
    background-position:
      0% 0%,
      100% 0%,
      50% 50%,
      -80% 50%,
      0% 0%;
    transform: translate3d(-1.2%, -.8%, 0) scale(1.065);
  }
  50% {
    background-position:
      6% 3%,
      94% 2%,
      53% 47%,
      35% 50%,
      0% 0%;
    transform: translate3d(.4%, .4%, 0) scale(1.08);
  }
  100% {
    background-position:
      0% 0%,
      100% 0%,
      50% 50%,
      150% 50%,
      0% 0%;
    transform: translate3d(1.2%, .8%, 0) scale(1.065);
  }
}

@keyframes heroSoftGlow {
  0% { transform: translate3d(-4%, -1%, 0) rotate(-.5deg); opacity: .42; }
  100% { transform: translate3d(4%, 1%, 0) rotate(.5deg); opacity: .64; }
}

@media (max-width: 900px) {
  .strip {
    margin-top: -66px !important;
    border-radius: 28px 28px 0 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg,
  .hero-bg::before {
    animation: none !important;
  }
}


/* FINAL UPDATE - usunięty scroll cue + sticky pasek kategorii */
.scroll-cue,
.scroll-cue::before,
.scroll-cue::after {
  display: none !important;
  content: none !important;
  animation: none !important;
}

/* Pasek z kategoriami przykleja się pod headerem po dojściu do góry ekranu. */
.strip {
  position: sticky !important;
  top: 78px;
  z-index: 46 !important;
  margin-top: -76px !important;
  padding: 18px 0 !important;
  border-radius: 28px 28px 0 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(18,18,18,.98) 50%, rgba(0,0,0,1) 100%) !important;
  box-shadow:
    0 -46px 120px rgba(0,0,0,.98),
    0 18px 52px rgba(0,0,0,.72),
    inset 0 1px 0 rgba(255,255,255,.12),
    inset 0 -1px 0 rgba(255,255,255,.08) !important;
  backdrop-filter: blur(16px);
}

.strip-grid {
  align-items: center;
  min-height: 34px;
}

/* Czarna maska pod przyklejonym paskiem, żeby hero nie przebijało spod treści. */
.strip::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 30px;
  background: linear-gradient(180deg, rgba(0,0,0,1), rgba(0,0,0,0));
  pointer-events: none;
}

/* Treść strony ma pełne tło i wysoki z-index, więc hero nie pojawia się spod niej niżej na stronie. */
.strip ~ .section,
.site-footer {
  position: relative;
  z-index: 12 !important;
  background-color: #000 !important;
}

#o-mnie {
  padding-top: 140px;
}

@media (max-width: 900px) {
  .strip {
    top: 72px;
    margin-top: -58px !important;
    padding: 14px 0 !important;
    border-radius: 22px 22px 0 0;
  }

  .strip-grid {
    justify-content: center;
    gap: 12px 18px;
    font-size: .72rem;
  }

  #o-mnie {
    padding-top: 120px;
  }
}

@media (max-width: 560px) {
  .strip {
    top: 68px;
  }

  .strip-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    text-align: center;
  }
}

/* CLIENT FIX - sticky ma być tylko cienką linią kategorii, bez dużego czarnego bloku */
.strip::before,
.strip::after {
  display: none !important;
  content: none !important;
}

.strip {
  top: 78px !important;
  margin-top: -58px !important;
  padding: 14px 0 !important;
  min-height: 0 !important;
  border-radius: 24px 24px 0 0 !important;
  background: rgba(0,0,0,.88) !important;
  border-top: 1px solid rgba(255,255,255,.10) !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
  box-shadow:
    0 -22px 70px rgba(0,0,0,.72),
    0 10px 32px rgba(0,0,0,.44) !important;
  backdrop-filter: blur(18px);
}

.strip-grid {
  min-height: 28px !important;
  line-height: 1.1 !important;
}

#o-mnie {
  margin-top: 0 !important;
  padding-top: 110px !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(255,255,255,.11), transparent 30%),
    radial-gradient(circle at 92% 100%, rgba(255,255,255,.07), transparent 34%),
    linear-gradient(180deg, #000 0%, #050505 100%) !important;
}

/* Pasmowość jest częścią gradientu: nieregularne, organiczne smugi zamiast stałych pasków. */
.hero-bg {
  inset: -28% -42% !important;
  background:
    radial-gradient(circle at 23% 17%, rgba(255,255,255,.17), transparent 31%),
    radial-gradient(circle at 76% 11%, rgba(255,255,255,.10), transparent 32%),
    radial-gradient(circle at 51% 58%, rgba(255,255,255,.065), transparent 43%),
    linear-gradient(108deg, transparent 0%, transparent 19%, rgba(255,255,255,.018) 28%, transparent 38%, transparent 100%),
    linear-gradient(112deg, transparent 0%, rgba(255,255,255,.028) 14%, transparent 26%, transparent 100%),
    linear-gradient(116deg, transparent 0%, transparent 45%, rgba(255,255,255,.042) 54%, rgba(255,255,255,.012) 60%, transparent 73%),
    linear-gradient(104deg, transparent 0%, transparent 67%, rgba(255,255,255,.024) 77%, transparent 88%),
    linear-gradient(180deg, #000 0%, #080808 52%, #000 100%) !important;
  background-size:
    122% 122%,
    135% 135%,
    118% 118%,
    220% 220%,
    310% 310%,
    260% 260%,
    360% 360%,
    100% 100% !important;
  background-position:
    0% 0%,
    100% 0%,
    50% 50%,
    -120% 46%,
    -180% 54%,
    -90% 44%,
    -220% 52%,
    0% 0% !important;
  animation: heroOrganicBands 34s cubic-bezier(.45,0,.18,1) infinite !important;
}

.hero-bg::before {
  background:
    radial-gradient(ellipse at 36% 24%, rgba(255,255,255,.085), transparent 42%),
    linear-gradient(109deg, transparent 0 38%, rgba(255,255,255,.07) 49%, transparent 64%) !important;
  opacity: .52 !important;
  animation: heroOrganicGlow 23s ease-in-out infinite alternate !important;
}

@keyframes heroOrganicBands {
  0% {
    background-position:
      0% 0%, 100% 0%, 50% 50%,
      -120% 46%, -180% 54%, -90% 44%, -220% 52%, 0% 0%;
    transform: translate3d(-1.1%, -.8%, 0) scale(1.068);
    filter: brightness(.98) contrast(1.04);
  }
  31% {
    background-position:
      4% 2%, 95% 3%, 52% 48%,
      -24% 44%, -72% 56%, 8% 45%, -115% 50%, 0% 0%;
    transform: translate3d(.2%, .4%, 0) scale(1.084);
    filter: brightness(1.06) contrast(1.06);
  }
  67% {
    background-position:
      1% 4%, 98% 1%, 49% 52%,
      72% 48%, 38% 52%, 102% 43%, 12% 54%, 0% 0%;
    transform: translate3d(1%, .7%, 0) scale(1.074);
    filter: brightness(1.02) contrast(1.05);
  }
  100% {
    background-position:
      0% 0%, 100% 0%, 50% 50%,
      156% 46%, 142% 54%, 196% 44%, 210% 52%, 0% 0%;
    transform: translate3d(-.6%, -.3%, 0) scale(1.068);
    filter: brightness(1.00) contrast(1.04);
  }
}

@keyframes heroOrganicGlow {
  0% { transform: translate3d(-5%, -1%, 0) rotate(-.7deg) scale(1.02); opacity: .36; }
  47% { transform: translate3d(1%, .8%, 0) rotate(.15deg) scale(1.05); opacity: .58; }
  100% { transform: translate3d(5%, 1%, 0) rotate(.55deg) scale(1.03); opacity: .46; }
}

/* Dalsze sekcje są w pełni nieprzezroczyste - hero nie przebija spod treści. */
.strip ~ .section,
.site-footer {
  background-color: #000 !important;
  background-clip: border-box !important;
}

@media (max-width: 900px) {
  .strip {
    top: 72px !important;
    margin-top: -50px !important;
    padding: 12px 0 !important;
    border-radius: 20px 20px 0 0 !important;
  }

  #o-mnie {
    padding-top: 90px !important;
  }
}

@media (max-width: 560px) {
  .strip {
    top: 68px !important;
    margin-top: -44px !important;
    padding: 10px 0 !important;
  }

  #o-mnie {
    padding-top: 76px !important;
  }
}

/* FINAL POLISH - brak prostokątnej plamy, pasek kategorii niewidoczny na starcie, ostra grafika logo, subtelna strzałka scrolla */
.hero {
  margin-bottom: 0 !important;
  padding-bottom: 120px !important;
  background: #000 !important;
}

.hero-bg {
  inset: -32% -26% !important;
  background:
    radial-gradient(ellipse at 18% 12%, rgba(255,255,255,.16), transparent 34%),
    radial-gradient(ellipse at 54% 20%, rgba(255,255,255,.09), transparent 38%),
    radial-gradient(ellipse at 78% 64%, rgba(255,255,255,.045), transparent 46%),
    linear-gradient(108deg, transparent 0%, rgba(255,255,255,.020) 18%, transparent 35%, rgba(255,255,255,.035) 50%, transparent 69%, rgba(255,255,255,.014) 84%, transparent 100%),
    linear-gradient(118deg, transparent 0%, transparent 24%, rgba(255,255,255,.040) 42%, transparent 61%, transparent 100%),
    linear-gradient(180deg, #000 0%, #090909 48%, #000 100%) !important;
  background-size:
    130% 130%,
    145% 145%,
    140% 140%,
    360% 260%,
    420% 300%,
    100% 100% !important;
  background-position:
    0% 0%,
    56% 0%,
    100% 70%,
    -140% 52%,
    -220% 48%,
    0 0 !important;
  animation: heroPremiumGradient 38s cubic-bezier(.45,0,.18,1) infinite !important;
  filter: brightness(1.03) contrast(1.035);
}

.hero-bg::before {
  inset: -30% !important;
  background:
    radial-gradient(ellipse at 34% 26%, rgba(255,255,255,.070), transparent 45%),
    radial-gradient(ellipse at 72% 16%, rgba(255,255,255,.040), transparent 38%),
    linear-gradient(111deg, transparent 0%, transparent 35%, rgba(255,255,255,.055) 47%, transparent 63%, transparent 100%) !important;
  opacity: .50 !important;
  filter: blur(12px) !important;
  transform-origin: center;
  animation: heroPremiumGlow 29s ease-in-out infinite alternate !important;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, #000 62%, transparent 100%);
  mask-image: radial-gradient(ellipse at center, #000 0%, #000 62%, transparent 100%);
}

.hero-bg::after {
  background:
    radial-gradient(ellipse at center, transparent 0%, rgba(0,0,0,.14) 50%, rgba(0,0,0,.72) 86%, #000 100%),
    linear-gradient(90deg, rgba(0,0,0,.54), transparent 22%, transparent 78%, rgba(0,0,0,.72)),
    linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.78)) !important;
}

.hero-main-logo {
  width: clamp(300px, 32vw, 470px) !important;
  image-rendering: auto;
  transform: translateZ(0);
  backface-visibility: hidden;
  filter: none !important;
  animation: logoFloatSharp 7.5s cubic-bezier(.45,0,.2,1) infinite !important;
}

.hero-tagline {
  margin-top: 4px !important;
}

.scroll-arrow {
  display: grid;
  place-items: center;
  width: 38px;
  height: 52px;
  margin-top: 8px;
  opacity: .72;
  transition: opacity .25s ease, transform .25s ease;
}

.scroll-arrow:hover {
  opacity: 1;
  transform: translateY(2px);
}

.scroll-arrow span {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  border-right: 2px solid rgba(255,255,255,.84);
  border-bottom: 2px solid rgba(255,255,255,.84);
  transform: rotate(45deg);
  animation: scrollArrowMove 1.45s ease-in-out infinite;
}

.scroll-arrow::after {
  content: "";
  width: 1px;
  height: 28px;
  margin-top: -8px;
  background: linear-gradient(180deg, rgba(255,255,255,.58), rgba(255,255,255,0));
  animation: scrollArrowLine 1.45s ease-in-out infinite;
}

/* Pasek kategorii zaczyna się dopiero po hero - nie wystaje po załadowaniu strony. */
main > .section:first-of-type,
.strip {
  margin-top: 0 !important;
}

.strip {
  top: 78px !important;
  border-radius: 0 !important;
  padding: 14px 0 !important;
  background: rgba(0,0,0,.86) !important;
  box-shadow: 0 10px 34px rgba(0,0,0,.44) !important;
}

#o-mnie {
  padding-top: 110px !important;
}

@keyframes heroPremiumGradient {
  0% {
    background-position: 0% 0%, 56% 0%, 100% 70%, -140% 52%, -220% 48%, 0 0;
    transform: translate3d(-1.0%, -.6%, 0) scale(1.07);
  }
  27% {
    background-position: 4% 2%, 50% 3%, 94% 68%, -38% 50%, -92% 51%, 0 0;
    transform: translate3d(.2%, .3%, 0) scale(1.085);
  }
  61% {
    background-position: 1% 4%, 58% 1%, 98% 73%, 62% 54%, 46% 46%, 0 0;
    transform: translate3d(.9%, .6%, 0) scale(1.078);
  }
  100% {
    background-position: 0% 0%, 56% 0%, 100% 70%, 170% 52%, 210% 48%, 0 0;
    transform: translate3d(-.5%, -.3%, 0) scale(1.07);
  }
}

@keyframes heroPremiumGlow {
  0% { transform: translate3d(-4%, -1%, 0) rotate(-.5deg) scale(1.02); opacity: .36; }
  45% { transform: translate3d(1%, .5%, 0) rotate(.1deg) scale(1.055); opacity: .56; }
  100% { transform: translate3d(4%, 1%, 0) rotate(.45deg) scale(1.03); opacity: .42; }
}

@keyframes logoFloatSharp {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(0, -6px, 0) scale(1.006); }
}

@keyframes scrollArrowMove {
  0%, 100% { opacity: .35; transform: translateY(-3px) rotate(45deg); }
  50% { opacity: 1; transform: translateY(5px) rotate(45deg); }
}

@keyframes scrollArrowLine {
  0%, 100% { opacity: .2; transform: scaleY(.62); }
  50% { opacity: .85; transform: scaleY(1); }
}

@media (max-width: 900px) {
  .hero { padding-bottom: 105px !important; }
  .hero-main-logo { width: min(390px, 76vw) !important; }
  .strip { top: 72px !important; margin-top: 0 !important; }
}

@media (max-width: 560px) {
  .hero { padding-bottom: 94px !important; }
  .hero-main-logo { width: min(320px, 82vw) !important; }
  .scroll-arrow { margin-top: 2px; }
  .strip { top: 68px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-arrow span,
  .scroll-arrow::after,
  .hero-bg,
  .hero-bg::before,
  .hero-main-logo {
    animation: none !important;
  }
}

/* FINAL MICRO FIX - strzałka bez kreski, większe logo, nieucięty sticky pasek */
.scroll-arrow::after {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
  animation: none !important;
}

.scroll-arrow {
  height: 34px !important;
  margin-top: 6px !important;
}

.hero-main-logo {
  width: clamp(350px, 35vw, 560px) !important;
  max-width: 86vw !important;
}

.strip {
  top: 88px !important;
  padding: 18px 0 17px !important;
  overflow: visible !important;
  min-height: 58px !important;
  display: flex !important;
  align-items: center !important;
}

.strip-grid {
  align-items: center !important;
  line-height: 1.35 !important;
  min-height: 26px !important;
  overflow: visible !important;
}

.strip-grid span {
  display: inline-flex !important;
  align-items: center !important;
  line-height: 1.35 !important;
  padding: 2px 0 !important;
  overflow: visible !important;
}

@media (max-width: 900px) {
  .hero-main-logo {
    width: min(450px, 82vw) !important;
  }

  .strip {
    top: 78px !important;
    padding: 16px 0 15px !important;
    min-height: 54px !important;
  }
}

@media (max-width: 560px) {
  .hero-main-logo {
    width: min(360px, 86vw) !important;
  }

  .strip {
    top: 72px !important;
    padding: 14px 0 13px !important;
    min-height: 50px !important;
  }
}

/* PHOTO HERO UPDATE - czarno-białe zdjęcie wkomponowane w animowany gradient */
.hero-bg {
  inset: -24% !important;
  background-image:
    radial-gradient(ellipse at center, rgba(0,0,0,0) 0%, rgba(0,0,0,.16) 48%, rgba(0,0,0,.78) 86%, #000 100%),
    linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.18) 24%, rgba(0,0,0,.12) 56%, rgba(0,0,0,.72) 100%),
    linear-gradient(111deg, transparent 0%, transparent 20%, rgba(255,255,255,.035) 34%, transparent 49%, rgba(255,255,255,.026) 64%, transparent 82%, transparent 100%),
    linear-gradient(121deg, transparent 0%, rgba(255,255,255,.020) 18%, transparent 32%, transparent 54%, rgba(255,255,255,.030) 68%, transparent 86%),
    radial-gradient(ellipse at 32% 22%, rgba(255,255,255,.08), transparent 42%),
    url("hero-photo-bg.webp"),
    linear-gradient(180deg, #000 0%, #090909 50%, #000 100%) !important;
  background-size:
    100% 100%,
    100% 100%,
    390% 260%,
    440% 320%,
    140% 140%,
    cover,
    100% 100% !important;
  background-position:
    center,
    center,
    -155% 51%,
    -230% 48%,
    20% 12%,
    center center,
    center !important;
  background-repeat: no-repeat !important;
  background-blend-mode: normal, normal, screen, screen, screen, normal, normal;
  animation: heroPhotoGradientFlow 42s cubic-bezier(.45,0,.18,1) infinite !important;
  filter: brightness(1.02) contrast(1.05) !important;
}

.hero-bg::before {
  background:
    radial-gradient(ellipse at 42% 28%, rgba(255,255,255,.060), transparent 48%),
    linear-gradient(108deg, transparent 0%, transparent 38%, rgba(255,255,255,.050) 49%, transparent 63%, transparent 100%) !important;
  opacity: .46 !important;
  filter: blur(16px) !important;
  animation: heroPhotoGlowDrift 31s ease-in-out infinite alternate !important;
}

.hero-bg::after {
  background:
    radial-gradient(ellipse at center, rgba(0,0,0,.10) 0%, rgba(0,0,0,.18) 46%, rgba(0,0,0,.74) 86%, #000 100%),
    linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.22) 62%, rgba(0,0,0,.88) 100%) !important;
}

.hero-main-logo {
  width: clamp(340px, 35vw, 560px) !important;
  max-width: 86vw !important;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  transform: none !important;
  animation: none !important;
  filter: drop-shadow(0 22px 70px rgba(0,0,0,.65)) !important;
}

/* Zostaje sama strzałka - bez pionowej kreski pod spodem. */
.scroll-arrow::after {
  display: none !important;
  content: none !important;
}

.scroll-arrow {
  height: 36px !important;
  margin-top: 10px !important;
}

.scroll-arrow span {
  width: 19px !important;
  height: 19px !important;
}

/* Pasek kategorii: więcej oddechu, bez ucinania liter po przyklejeniu. */
.strip {
  top: 88px !important;
  padding: 18px 0 17px !important;
  overflow: visible !important;
}

.strip-grid {
  min-height: 38px !important;
  align-items: center !important;
  line-height: 1.45 !important;
  overflow: visible !important;
}

.strip-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  line-height: 1.35;
  padding-top: 2px;
  padding-bottom: 2px;
}

@keyframes heroPhotoGradientFlow {
  0% {
    background-position:
      center,
      center,
      -155% 51%,
      -230% 48%,
      20% 12%,
      center center,
      center;
    transform: translate3d(-.8%, -.5%, 0) scale(1.055);
  }
  34% {
    background-position:
      center,
      center,
      -42% 50%,
      -92% 52%,
      25% 15%,
      49% 49%,
      center;
    transform: translate3d(.3%, .4%, 0) scale(1.072);
  }
  68% {
    background-position:
      center,
      center,
      62% 54%,
      48% 46%,
      18% 10%,
      51% 50%,
      center;
    transform: translate3d(.9%, .5%, 0) scale(1.064);
  }
  100% {
    background-position:
      center,
      center,
      175% 51%,
      210% 48%,
      20% 12%,
      center center,
      center;
    transform: translate3d(-.4%, -.3%, 0) scale(1.055);
  }
}

@keyframes heroPhotoGlowDrift {
  0% { transform: translate3d(-4%, -1%, 0) rotate(-.45deg) scale(1.02); opacity: .34; }
  45% { transform: translate3d(1%, .8%, 0) rotate(.12deg) scale(1.055); opacity: .52; }
  100% { transform: translate3d(4%, 1%, 0) rotate(.42deg) scale(1.03); opacity: .40; }
}

@media (max-width: 900px) {
  .hero-main-logo { width: min(430px, 78vw) !important; }
  .strip { top: 78px !important; padding: 15px 0 !important; }
}

@media (max-width: 560px) {
  .hero-main-logo { width: min(350px, 84vw) !important; }
  .strip { top: 70px !important; padding: 12px 0 !important; }
}

/* USER REQUEST UPDATE - czytelniejsze, mniejsze zdjęcie w tle + większe logo */
.hero-bg {
  background-size:
    100% 100%,
    100% 100%,
    390% 260%,
    440% 320%,
    140% 140%,
    cover,
    100% 100% !important;
  background-position:
    center,
    center,
    -155% 51%,
    -230% 48%,
    20% 12%,
    center center,
    center !important;
}

.hero-main-logo {
  width: clamp(390px, 39vw, 640px) !important;
  max-width: 88vw !important;
}

@media (max-width: 900px) {
  .hero-main-logo { width: min(480px, 84vw) !important; }
}

@media (max-width: 560px) {
  .hero-main-logo { width: min(380px, 88vw) !important; }
}

/* FINAL REQUESTED PATCH - tylko: strzalka wyzej, zdjecie z gradientem, gladkie logo */
.hero {
  overflow: hidden !important;
  background: #000 !important;
}

.hero-bg {
  inset: -16% !important;
  background-image:
    radial-gradient(ellipse at center, rgba(0,0,0,0) 0%, rgba(0,0,0,.10) 42%, rgba(0,0,0,.70) 82%, #000 100%),
    linear-gradient(90deg, rgba(0,0,0,.84) 0%, rgba(0,0,0,.22) 25%, rgba(0,0,0,.16) 55%, rgba(0,0,0,.78) 100%),
    linear-gradient(180deg, rgba(0,0,0,.34) 0%, rgba(0,0,0,.05) 38%, rgba(0,0,0,.86) 100%),
    linear-gradient(112deg, transparent 0%, rgba(255,255,255,.030) 17%, transparent 31%, transparent 47%, rgba(255,255,255,.046) 60%, transparent 76%, transparent 100%),
    linear-gradient(101deg, transparent 0%, transparent 23%, rgba(255,255,255,.024) 36%, transparent 52%, rgba(255,255,255,.034) 72%, transparent 89%),
    radial-gradient(ellipse at 45% 24%, rgba(255,255,255,.075), transparent 48%),
    url("hero-photo-bg.webp"),
    linear-gradient(180deg, #000 0%, #080808 52%, #000 100%) !important;
  background-size:
    100% 100%,
    100% 100%,
    100% 100%,
    420% 260%,
    470% 300%,
    135% 135%,
    cover,
    100% 100% !important;
  background-position:
    center,
    center,
    center,
    -165% 50%,
    -230% 52%,
    38% 18%,
    center center,
    center !important;
  background-repeat: no-repeat !important;
  background-blend-mode: normal, normal, normal, screen, screen, screen, normal, normal !important;
  filter: brightness(.96) contrast(1.03) !important;
  animation: heroPhotoGradientFlowFixed 38s cubic-bezier(.45,0,.18,1) infinite !important;
}

.hero-bg::before {
  background:
    radial-gradient(ellipse at 36% 24%, rgba(255,255,255,.060), transparent 46%),
    linear-gradient(110deg, transparent 0%, transparent 36%, rgba(255,255,255,.050) 49%, transparent 64%, transparent 100%) !important;
  opacity: .42 !important;
  filter: blur(18px) !important;
  animation: heroPhotoGlowFixed 26s ease-in-out infinite alternate !important;
}

.hero-bg::after {
  background:
    radial-gradient(ellipse at center, rgba(0,0,0,0) 0%, rgba(0,0,0,.16) 48%, rgba(0,0,0,.72) 86%, #000 100%),
    linear-gradient(180deg, rgba(0,0,0,.03) 0%, rgba(0,0,0,.18) 58%, rgba(0,0,0,.90) 100%) !important;
}

.hero-main-logo {
  image-rendering: auto !important;
  width: clamp(390px, 39vw, 640px) !important;
  max-width: 88vw !important;
  filter: drop-shadow(0 22px 70px rgba(0,0,0,.72)) !important;
  transform: translateZ(0) !important;
  backface-visibility: hidden !important;
}

.scroll-arrow {
  margin-top: -8px !important;
  height: 28px !important;
  transform: translateY(-10px) !important;
}

.scroll-arrow:hover {
  transform: translateY(-8px) !important;
}

.scroll-arrow::after {
  display: none !important;
  content: none !important;
}

.scroll-arrow span {
  width: 18px !important;
  height: 18px !important;
}

@keyframes heroPhotoGradientFlowFixed {
  0% {
    background-position: center, center, center, -165% 50%, -230% 52%, 38% 18%, center center, center;
    transform: translate3d(-.45%, -.25%, 0) scale(1.045);
  }
  33% {
    background-position: center, center, center, -58% 49%, -108% 54%, 44% 20%, 50% 49%, center;
    transform: translate3d(.18%, .20%, 0) scale(1.055);
  }
  66% {
    background-position: center, center, center, 58% 53%, 44% 48%, 34% 16%, 51% 50%, center;
    transform: translate3d(.50%, .30%, 0) scale(1.050);
  }
  100% {
    background-position: center, center, center, 175% 50%, 220% 52%, 38% 18%, center center, center;
    transform: translate3d(-.30%, -.20%, 0) scale(1.045);
  }
}

@keyframes heroPhotoGlowFixed {
  0% { transform: translate3d(-3%, -.6%, 0) rotate(-.25deg) scale(1.02); opacity: .32; }
  50% { transform: translate3d(1%, .5%, 0) rotate(.08deg) scale(1.05); opacity: .48; }
  100% { transform: translate3d(3%, .8%, 0) rotate(.25deg) scale(1.03); opacity: .36; }
}

@media (max-width: 900px) {
  .hero-main-logo { width: min(470px, 84vw) !important; }
  .scroll-arrow { margin-top: -10px !important; transform: translateY(-12px) !important; }
}

@media (max-width: 560px) {
  .hero-main-logo { width: min(370px, 88vw) !important; }
  .scroll-arrow { margin-top: -12px !important; transform: translateY(-14px) !important; }
}

/* Social buttons in header */
.social-links {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 2px;
}

.social-link {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.025)),
    rgba(255,255,255,.035);
  transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.social-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-link:last-child svg {
  fill: currentColor;
  stroke: none;
}

.social-link:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.42);
  background:
    linear-gradient(180deg, rgba(255,255,255,.15), rgba(255,255,255,.055)),
    rgba(255,255,255,.07);
  box-shadow: 0 14px 38px rgba(255,255,255,.1);
}

@media (max-width: 900px) {
  .social-links {
    justify-content: center;
    margin: 2px 0 4px;
  }

  .social-link {
    width: 42px;
    height: 42px;
  }
}
