.elementor-8274 .elementor-element.elementor-element-4dfb5e5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-4ea7553 */:root {
      --bg-main: #F3F4FF;
      --bg-box: #E5F0FF;
      --text-main: #0F172A;
      --text-muted: #6B7280;
      --primary: #6366F1;
      --primary-dark: #4F46E5;
      --accent-pink: #EC4899;
      --accent-teal: #06B6D4;
      --border: #CBD5F5;
      --white: #ffffff;
    }

    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        sans-serif;
      background: var(--bg-main);
      color: var(--text-main);
      line-height: 1.6;
    }

    img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    .page {
      min-height: 100vh;
    }

    .container {
      width: 100%;
      max-width: 1120px;
      margin: 0 auto;
      padding: 0 1.5rem;
    }

    .btn-primary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0.9rem 1.8rem;
      border-radius: 999px;
      border: none;
      background: var(--primary);
      color: var(--white);
      font-weight: 600;
      font-size: 0.95rem;
      cursor: pointer;
      box-shadow: 0 12px 30px rgba(99, 102, 241, 0.35);
      transition: background 0.2s ease, transform 0.15s ease,
        box-shadow 0.15s ease;
      text-decoration: none;
    }

    .btn-primary:hover {
      background: var(--primary-dark);
      color: var(--white);
      transform: translateY(-1px);
      box-shadow: 0 16px 40px rgba(99, 102, 241, 0.4);
    }

.cta .btn-primary {
  white-space: nowrap;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.4rem;
  border-radius: 999px;
  border: 1px solid var(--primary);
  background: transparent;
  color: var(--primary);
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease,
    box-shadow 0.15s ease, border-color 0.2s ease;
  text-decoration: none;
}

.btn-secondary:hover {
  background: rgba(99, 102, 241, 0.06);
  border-color: var(--primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(99, 102, 241, 0.18);
}

.btn-primary-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0.9rem 1.5rem;
      border-radius: 999px;
      border: none;
      background: var(--primary);
      color: var(--white);
      font-weight: 600;
      font-size: 0.95rem;
      cursor: pointer;
      box-shadow: 0 12px 30px rgba(99, 102, 241, 0.35);
      transition: background 0.2s ease, transform 0.15s ease,
        box-shadow 0.15s ease;
      text-decoration: none;
    }

    .btn-primary-cta:hover {
      background: var(--primary-dark);
      color: var(--white);
      transform: translateY(-1px);
      box-shadow: 0 16px 40px rgba(99, 102, 241, 0.4);
    }

.section-cta {
  margin-top: 1.8rem;
  text-align: center;
}

    .badge {
      display: inline-flex;
      align-items: center;
      padding: 0.2rem 0.7rem;
      border-radius: 999px;
      font-size: 0.72rem;
      font-weight: 600;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      background: rgba(236, 72, 153, 0.08);
      color: var(--accent-pink);
      border: 1px solid rgba(236, 72, 153, 0.25);
    }

    h1, h2, h3, h4 {
      margin: 0 0 0.6rem;
      line-height: 1.2;
      letter-spacing: -0.02em;
    }

    h1 { font-size: clamp(2.2rem, 4vw, 3.1rem); }
    h2 { font-size: clamp(1.7rem, 2.6vw, 2.1rem); }
    h3 { font-size: 1.25rem; }
    h4 { font-size: 1.05rem; }

    p {
      margin: 0 0 0.75rem;
      color: var(--text-muted);
      font-size: 0.97rem;
    }

    section {
      padding: 4.5rem 0;
    }

    @media (max-width: 768px) {
      section {
        padding: 3rem 0;
      }
    }

    /* HERO */
    .hero {
  position: relative;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background: radial-gradient(circle at top left,
      rgba(99, 102, 241, 0.18),
      transparent 55%),
    var(--bg-main);
}


    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
      gap: 3rem;
      align-items: center;
    }

    @media (max-width: 960px) {
      .hero-grid {
        grid-template-columns: 1fr;
        gap: 2.8rem;
      }
    }

    .hero-kicker {
      font-size: 0.85rem;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--accent-teal);
      margin-bottom: 0.75rem;
    }

    .hero-title span.highlight {
      color: var(--primary);
    }

    .hero-lead {
      font-size: 1rem;
      margin-bottom: 1.3rem;
    }

    .hero-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 0.6rem 1.5rem;
      margin-top: 1.1rem;
      font-size: 0.78rem;
      color: var(--text-muted);
    }

    .hero-meta span {
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;
    }

    .hero-meta-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--accent-teal);
    }

    .hero-cta {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      align-items: center;
      margin-top: 1.5rem;
    }

    .hero-note {
      font-size: 0.8rem;
      color: var(--text-muted);
    }



/* Plama akcentowa po prawej */
.hero::after {
  width: 360px;
  height: 360px;
  background: radial-gradient(circle,
      rgba(236, 72, 153, 0.45),
      transparent 70%);
  bottom: -140px;
  right: -60px;
  animation: heroBlobRight 26s ease-in-out infinite alternate;
}

@keyframes heroBlobLeft {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.55;
  }
  50% {
    transform: translate3d(40px, 30px, 0) scale(1.05);
    opacity: 0.75;
  }
  100% {
    transform: translate3d(80px, -20px, 0) scale(1.1);
    opacity: 0.6;
  }
}

@keyframes heroBlobRight {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.5;
  }
  50% {
    transform: translate3d(-40px, -30px, 0) scale(1.08);
    opacity: 0.8;
  }
  100% {
    transform: translate3d(-70px, 20px, 0) scale(1.15);
    opacity: 0.55;
  }
}



    /* Pulse graphic */
    .pulse-wrapper {
      position: relative;
      width: min(420px, 100%);
      margin-inline: auto;
      aspect-ratio: 1 / 1;
    }

    .pulse-center {
      position: absolute;
      inset: 50%;
      transform: translate(-50%, -50%);
      width: 170px;
      height: 170px;
      border-radius: 50%;
      background: radial-gradient(circle at 30% 20%,
          rgba(250, 250, 255, 1),
          rgba(229, 240, 255, 1));
      border: 4px solid var(--primary);
      box-shadow: 0 18px 45px rgba(99, 102, 241, 0.45);
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 1rem;
    }

    .pulse-center span {
      font-size: 0.9rem;
      font-weight: 600;
      color: var(--text-main);
    }

    .pulse-ring {
      position: absolute;
      inset: 50%;
      border-radius: 50%;
      border: 2px dashed rgba(99, 102, 241, 0.25);
      transform: translate(-50%, -50%);
    }

    .pulse-ring.r1 { width: 260px; height: 260px; }
    .pulse-ring.r2 { width: 340px; height: 340px; border-style: solid; opacity: 0.22; }

    .pulse-card {
      position: absolute;
      width: 120px;
      padding: 0.6rem 0.7rem;
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.95);
      border: 1px solid var(--border);
      box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
      font-size: 0.7rem;
    }

    .pulse-card::before {
      content: "";
      display: block;
      width: 36px;
      height: 6px;
      border-radius: 999px;
      background: linear-gradient(90deg, var(--primary), var(--accent-pink));
      margin-bottom: 0.35rem;
    }

    .pulse-card.p1 {
      top: 6%;
      left: 8%;
      transform: rotate(-6deg);
    }

    .pulse-card.p2 {
      top: 14%;
      right: 5%;
      transform: rotate(5deg);
    }

    .pulse-card.p3 {
      bottom: 10%;
      left: 0%;
      transform: rotate(-4deg);
    }

    .pulse-card.p4 {
      bottom: 4%;
      right: 6%;
      transform: rotate(3deg);
    }

    /* Stats strip */
    .stats {
      padding: 2.4rem 0 1.8rem;
    }

    .stats-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1.1rem;
    }

    @media (max-width: 960px) {
      .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    .stat-card {
      padding: 1rem 1.1rem;
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.9);
      border: 1px solid rgba(203, 213, 245, 0.9);
      box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    }

    .stat-label {
      font-size: 0.75rem;
      color: var(--text-muted);
      margin-bottom: 0.15rem;
    }

    .stat-value {
      font-weight: 700;
      font-size: 1.05rem;
    }

    /* Section titles */
    .section-header {
      text-align: center;
      max-width: 640px;
      margin: 0 auto 2.5rem;
    }

    .section-kicker {
      font-size: 0.8rem;
      font-weight: 600;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--accent-teal);
      margin-bottom: 0.4rem;
    }

    /* System section */
    .system {
      background: var(--bg-main);
    }

    .system-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
      gap: 2.5rem;
    }

    @media (max-width: 960px) {
      .system-grid {
        grid-template-columns: 1fr;
      }
    }

    .system-flow {
      display: grid;
      gap: 0.9rem;
    }

    .flow-item {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 0.85rem;
      padding: 0.9rem 1rem;
      border-radius: 16px;
      background: #ffffff;
      border: 1px solid var(--border);
      align-items: start;
      position: relative;
    }

    .flow-icon {
      width: 40px;
      height: 40px;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--primary), var(--accent-teal));
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--white);
      font-size: 0.8rem;
      font-weight: 700;
    }

    .flow-title {
      font-size: 0.9rem;
      font-weight: 600;
      margin-bottom: 0.2rem;
    }

    .flow-text {
      font-size: 0.8rem;
      color: var(--text-muted);
    }

    .flow-connector {
      position: absolute;
      left: 20px;
      bottom: -16px;
      width: 2px;
      height: 16px;
      background: linear-gradient(to bottom, var(--primary), transparent);
      opacity: 0.5;
    }

    .flow-item:last-child .flow-connector {
      display: none;
    }

    /* NEW SECTION: NIE WYNAJDUJ KOŁA NA NOWO */
.no-wheel {
  background: var(--bg-main);
}

.no-wheel-inner {
  max-width: 100%;
}

.no-wheel-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: center;
}

@media (max-width: 960px) {
  .no-wheel-grid {
    grid-template-columns: 1fr;
  }
}

.no-wheel-text p {
  font-size: 0.95rem;
  margin-bottom: 0.8rem;
}

.no-wheel-highlight {
  display: inline-block;
  background: rgba(99, 102, 241, 0.08);
  border-radius: 999px;
  padding: 0.25rem 0.8rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 0.9rem;
}

.no-wheel-visual {
  background: radial-gradient(circle at top,
      rgba(99, 102, 241, 0.18),
      rgba(229, 240, 255, 1));
  border-radius: 22px;
  border: 1px solid var(--border);
  padding: 1.3rem 1.3rem 1.5rem;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
  position: relative;
  overflow: hidden;
}

.no-wheel-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.2rem 0.8rem;
  border-radius: 999px;
  background: rgba(236, 72, 153, 0.1);
  color: var(--accent-pink);
  font-size: 0.78rem;
  font-weight: 600;
  margin-bottom: 0.9rem;
}

.no-wheel-tag span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent-pink);
}

.no-wheel-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.no-wheel-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  margin-bottom: 0.45rem;
}

.no-wheel-list li::before {
  content: "✖";
  font-size: 0.8rem;
  color: #EF4444;
  margin-top: 0.05rem;
}

.no-wheel-list li.ok::before {
  content: "✔";
  color: #22C55E;
}

.no-wheel-system-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  background: #ffffff;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-main);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1);
}

.no-wheel-system-pill span {
  display: inline-flex;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--accent-teal));
}

.no-wheel-img {
  margin-top: 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  overflow: hidden;
}

    /* Channels section */
    .channels {
      background: var(--bg-box);
    }

    .channels-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1.5rem;
    }

    @media (max-width: 1024px) {
      .channels-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 640px) {
      .channels-grid {
        grid-template-columns: 1fr;
      }
    }

    .channel-card {
      background: #ffffff;
      border-radius: 18px;
      border: 1px solid var(--border);
      padding: 1.1rem 1.1rem 1.2rem;
      box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
      transition: transform 0.15s ease, box-shadow 0.15s ease,
        border-color 0.15s ease;
    }

    .channel-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
      border-color: var(--primary);
    }

    .channel-icon {
      width: 40px;
      height: 40px;
      border-radius: 999px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: radial-gradient(circle at 30% 20%,
          var(--primary),
          var(--accent-teal));
      color: var(--white);
      font-weight: 700;
      font-size: 0.8rem;
      margin-bottom: 0.6rem;
    }

    .channel-title {
      font-size: 0.95rem;
      font-weight: 600;
      margin-bottom: 0.25rem;
    }

    .channel-perk {
      display: inline-flex;
      align-items: center;
      gap: 0.25rem;
      padding: 0.15rem 0.6rem;
      border-radius: 999px;
      background: rgba(236, 72, 153, 0.09);
      color: var(--accent-pink);
      font-size: 0.73rem;
      margin-top: 0.5rem;
    }

    .channel-perk-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--accent-pink);
    }

    /* Synergy section */
    .synergy {
      background: radial-gradient(circle at top,
          rgba(6, 182, 212, 0.12),
          transparent 65%),
        var(--bg-main);
    }

    .synergy-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1.5rem;
    }

    @media (max-width: 960px) {
      .synergy-grid {
        grid-template-columns: 1fr;
      }
    }

    .synergy-card {
      background: #ffffff;
      border-radius: 18px;
      border: 1px solid var(--border);
      padding: 1.3rem 1.3rem 1.4rem;
      box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
    }

    .synergy-label {
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: var(--accent-teal);
      margin-bottom: 0.3rem;
    }

    .synergy-icon {
      width: 44px;
      height: 44px;
      border-radius: 16px;
      background: radial-gradient(circle at 30% 20%,
          var(--primary),
          var(--accent-pink));
      margin-bottom: 0.55rem;
    }

    /* Program section */
    .program {
      background: var(--bg-main);
    }

    .program-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1.5rem;
    }

    @media (max-width: 960px) {
      .program-grid {
        grid-template-columns: 1fr;
      }
    }

    .module-card {
      background: #ffffff;
      border-radius: 18px;
      border: 1px solid var(--border);
      padding: 1.3rem 1.4rem 1.5rem;
      box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
      position: relative;
      overflow: hidden;
    }

    .module-badge {
      position: absolute;
      top: 1rem;
      right: 1rem;
      padding: 0.15rem 0.6rem;
      border-radius: 999px;
      font-size: 0.72rem;
      background: rgba(99, 102, 241, 0.08);
      color: var(--primary);
      font-weight: 600;
    }

    .module-title {
      margin-bottom: 0.5rem;
    }

    .module-list {
      margin: 0.4rem 0 0;
      padding-left: 1.15rem;
      font-size: 0.85rem;
      color: var(--text-muted);
    }

    .module-list li { margin-bottom: 0.4rem; }

    /* Instructor section */
    .instructor {
      background: radial-gradient(circle at top,
          rgba(236, 72, 153, 0.16),
          transparent 55%),
        #0F172A;
      color: #E5E7EB;
    }

    .instructor-inner {
      max-width: 720px;
      margin: 0 auto;
      text-align: center;
    }

    .instructor h2 {
      color: #F9FAFF;
      margin-bottom: 1.6rem;
    }

    .instructor h2 span {
      color: var(--accent-teal);
    }

    .instructor-name {
      font-size: 1.4rem;
      font-weight: 700;
      margin-bottom: 0.4rem;
    }

    .instructor-role {
      font-size: 0.9rem;
      color: #CBD5F5;
      margin-bottom: 1.2rem;
    }

    .instructor p {
      color: #E5E7EB;
      font-size: 0.93rem;
    }

    /* FAQ */
    .faq {
      background: var(--bg-box);
    }

    .faq-items {
      max-width: 720px;
      margin: 0 auto;
      display: grid;
      gap: 0.7rem;
    }

    details {
      background: #ffffff;
      border-radius: 14px;
      border: 1px solid var(--border);
      padding: 0.7rem 0.9rem;
    }

    details[open] {
      border-color: var(--primary);
      box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    }

    summary {
      list-style: none;
      cursor: pointer;
      font-size: 0.9rem;
      font-weight: 600;
      color: var(--text-main);
      position: relative;
    }

    summary::marker,
    summary::-webkit-details-marker {
      display: none;
    }

    summary::after {
      content: "+";
      position: absolute;
      right: 0;
      top: 0;
      font-weight: 700;
      color: var(--primary);
    }

    details[open] summary::after {
      content: "–";
    }

    details p {
      margin-top: 0.5rem;
      font-size: 0.85rem;
    }

    /* CTA final */
    .cta {
      background: linear-gradient(135deg, #0F172A, #020617);
      color: #F9FAFF;
      text-align: center;
    }

    .cta-inner {
      max-width: 640px;
      margin: 0 auto;
    }

    .cta h2 span {
      color: var(--accent-pink);
    }

    .cta p {
      color: #E5E7EB;
    }

    .cta-note {
      font-size: 0.8rem;
      margin-top: 0.8rem;
      color: #9CA3AF;
    }
    
    /* Truth strip */
.truth-strip {
  padding: 1.5rem 0 0;
  background: var(--bg-main);
}

.truth-box {
  max-width: 720px;
  margin: 0 auto;
  padding: 0.9rem 1.1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(99, 102, 241, 0.18);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  font-size: 0.9rem;
  text-align: center;
}

.truth-box strong {
  color: var(--primary);
}

.truth-pill {
  display: inline-block;
  margin-bottom: 0.6rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(99, 102, 241, 0.25);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  font-size: 0.8rem;
  color: var(--text-muted);
}

.truth-pill strong {
  color: var(--primary);
}

.icon-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); /* dwie obok siebie */
  gap: 1.5rem; /* odstęp między kartami */
}

/* na telefonie jedna pod drugą */
@media (max-width: 768px) {
  .icon-row {
    grid-template-columns: 1fr;
  }
}

.icon-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 1.4rem 1.5rem;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
  border: 1px solid #cbd5f5;
}

/* kolorowa „pastylka” u góry */
.icon-pill {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background: linear-gradient(135deg, #6366f1, #ec4899);
  margin-bottom: 0.75rem;
}

.icon-label {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #06b6d4;
  margin: 0 0 0.35rem;
}

.icon-card h3 {
  margin: 0 0 0.6rem;
  font-size: 1.05rem;
}

.icon-pills {
  display: flex;
  gap: 0.4rem;        /* odstęp między kwadracikami */
  margin-bottom: 0.75rem;
}

.icon-pill {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background: linear-gradient(135deg, #6366f1, #ec4899);
  border: none;            /* ważne: zeruje ramkę */
}

/* opcjonalnie drugi w innym gradiencie */
.icon-pill-alt {
  background: transparent;
  border-radius: 12px;
  border: 2px solid #6366f1;  /* możesz zmienić kolor na inny */
}


.icon-pills {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

/* baza */
.pill {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  position: relative;
}

/* 1. Umiejętności – obrys, brak wypełnienia */
.pill-skill {
  background: transparent;
  border: 2px solid #6366f1;
}

/* 2. Social media – wypełnienie, brak obrysu */
.pill-social {
  background: linear-gradient(135deg, #6366f1, #ec4899);
  border: none;
}

/* 3. Synergia – wszystko naraz */
.pill-synergy {
  background: linear-gradient(135deg, #6366f1, #ec4899);
  border: 2px solid #ffffff;                 /* wewnętrzna obręcz */
  box-shadow: 0 0 0 2px rgba(99, 102, 241, .4); /* zewnętrzny ring */
}

/* BENEFITS – co daje taka popularność */
.benefits {
  background: radial-gradient(circle at top,
      rgba(99, 102, 241, 0.08),
      transparent 60%),
    var(--bg-main);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

@media (max-width: 960px) {
  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }
}

.benefit-card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid var(--border);
  padding: 1rem 1.1rem 1.2rem;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
  font-size: 0.9rem;
}

.benefit-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent-teal);
  margin-bottom: 0.35rem;
}

.benefit-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: var(--text-main);
}

.benefit-text {
  font-size: 0.86rem;
  color: var(--text-muted);
}


    /* PROOF OF REACH */
    .reach-proof {
      background: radial-gradient(circle at top right,
          rgba(99, 102, 241, 0.16),
          transparent 55%),
        var(--bg-main);
    }

    .reach-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1.5rem;
    }

    @media (max-width: 1024px) {
      .reach-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 640px) {
      .reach-grid {
        grid-template-columns: 1fr;
      }
    }

    .reach-card {
      background: #ffffff;
      border-radius: 18px;
      border: 1px solid var(--border);
      padding: 1.1rem 1.2rem 1.3rem;
      box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
      display: flex;
      flex-direction: column;
      gap: 0.65rem;
    }

    .reach-tag {
      display: inline-flex;
      align-items: center;
      padding: 0.16rem 0.7rem;
      border-radius: 999px;
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      background: rgba(99, 102, 241, 0.08);
      color: var(--primary);
    }

    .reach-tag-ig {
      background: rgba(236, 72, 153, 0.08);
      color: var(--accent-pink);
    }

    .reach-tag-tt {
      background: rgba(6, 182, 212, 0.1);
      color: var(--accent-teal);
    }

    .reach-title {
      font-size: 0.98rem;
      margin-bottom: 0;
    }

    .reach-text {
      font-size: 0.86rem;
      color: var(--text-muted);
    }

    .reach-thumb {
      margin-top: 0.2rem;
      border-radius: 14px;
      overflow: hidden;
      border: 1px solid rgba(203, 213, 245, 0.9);
      background: #020617;
    }

    .reach-thumb img {
      display: block;
      width: 100%;
      height: auto;
    }



/* Delikatny obrót pierścieni w grafice hero */
.pulse-ring {
  transform-origin: center;
}

.pulse-ring.r1 {
  animation: spinRingSlow 32s linear infinite;
}

.pulse-ring.r2 {
  animation: spinRingSlowReverse 48s linear infinite;
}

@keyframes spinRingSlow {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes spinRingSlowReverse {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(-360deg); }
}

.system {
  position: relative;
  background: var(--bg-main);
  overflow: hidden;
}

/* kolorowe tło za treścią */
.system::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left,
      rgba(99, 102, 241, 0.22),
      transparent 55%),
    radial-gradient(circle at bottom right,
      rgba(236, 72, 153, 0.20),
      transparent 60%);
  z-index: 0;
}

/* treść nad gradientem */
.system > * {
  position: relative;
  z-index: 1;
}

.program {
  position: relative;
  background: var(--bg-main);
  overflow: hidden;
}

.program::before {
  content: "";
  position: absolute;
  inset: -80px -40px auto;
  height: 70%;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
  transform: skewY(-3deg);
  transform-origin: top left;
  z-index: 0;
}

/* treść nad skośnym panelem */
.program .container {
  position: relative;
  z-index: 1;
}

.benefits {
  position: relative;
  background: var(--bg-box);
  overflow: hidden;
}

/* Dwie ruchome, delikatne plamy w tle */
.benefits::before,
.benefits::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(40px);
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}

/* Fioletowo–turkusowa plama po lewej */
.benefits::before {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle,
    rgba(99, 102, 241, 0.55),
    transparent 20%);
  top: -140px;
  left: -80px;
  animation: benefitsBlobLeft 24s ease-in-out infinite alternate;
}

/* Różowo–turkusowa plama po prawej */
.benefits::after {
  width: 360px;
  height: 360px;
  background: radial-gradient(circle,
    rgba(236, 72, 153, 0.45),
    transparent 70%);
  bottom: -160px;
  right: -60px;
  animation: benefitsBlobRight 28s ease-in-out infinite alternate;
}

/* Treść nad animowanym tłem */
.benefits > * {
  position: relative;
  z-index: 1;
}

@keyframes benefitsBlobLeft {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.55;
  }
  50% {
    transform: translate3d(40px, 25px, 0) scale(1.07);
    opacity: 0.8;
  }
  100% {
    transform: translate3d(80px, -15px, 0) scale(1.12);
    opacity: 0.6;
  }
}

@keyframes benefitsBlobRight {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.5;
  }
  50% {
    transform: translate3d(-35px, -30px, 0) scale(1.1);
    opacity: 0.82;
  }
  100% {
    transform: translate3d(-70px, 20px, 0) scale(1.16);
    opacity: 0.55;
  }
}

.benefit-card {
  position: relative;
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid var(--border);
  padding: 1.1rem 1.2rem 1.2rem;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

.benefit-card:hover {
  transform: translateY(-6px) translateZ(0);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.16);
  border-color: var(--primary);
  background: rgba(255, 255, 255, 0.96);
}

/* Mały pulsujący akcent w rogu karty */
.benefit-card::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 14px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: radial-gradient(circle,
    var(--accent-pink),
    var(--primary));
  box-shadow: 0 0 0 0 rgba(236, 72, 153, 0.55);
  animation: benefitDotPulse 2.4s ease-out infinite;
}

@keyframes benefitDotPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(236, 72, 153, 0.55);
    opacity: 1;
  }
  70% {
    transform: scale(1.8);
    box-shadow: 0 0 0 12px rgba(236, 72, 153, 0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(236, 72, 153, 0);
    opacity: 0.9;
  }
}

/* Delikatna, ale wyraźniejsza kratka w tle */
.bg-grid-light {
  position: relative;
  background-color: var(--bg-main); /* albo var(--bg-box) */
  overflow: hidden;
}

.bg-grid-light::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;

  /* kratka */
  background-image:
    linear-gradient(
      to right,
      rgba(255, 255, 255, 0.9) 1px,
      transparent 1px
    ),
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.9) 1px,
      transparent 1px
    );
  background-size: 22px 22px;   /* trochę gęstsza kratka */
  opacity: 0.6;                 /* mocniej widoczna */
}

/* treść nad kratką */
.bg-grid-light > * {
  position: relative;
  z-index: 1;
}


/* ANIMOWANE REAKCJE SOCIALI NA DOLE SEKCJI */
.reaction-stream {
  position: relative;
  height: 90px;          /* wysokość pasa z reakcjami */
  overflow: hidden;
  margin-top: 2rem;
}

/* pojedyncza ikonka */
.reaction-stream span {
  position: absolute;
  bottom: -40px;         /* start spod sekcji */
  font-size: 1.6rem;
  opacity: 0;
  animation: floatReaction 6s linear infinite;
}

/* kluczowa animacja – w górę + lekkie przesunięcie */
@keyframes floatReaction {
  0% {
    transform: translate3d(0, 0, 0) scale(0.9);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate3d(0, -140px, 0) scale(1.05);
    opacity: 0;
  }
}

/* różne pozycje, czasy i opóźnienia – żeby było „chaotycznie” jak w socialach */
.reaction-stream span:nth-child(1)  { left: 5%;  animation-duration: 7s; animation-delay: 0s;   }
.reaction-stream span:nth-child(2)  { left: 15%; animation-duration: 6s; animation-delay: 1s;   }
.reaction-stream span:nth-child(3)  { left: 25%; animation-duration: 8s; animation-delay: 0.5s; }
.reaction-stream span:nth-child(4)  { left: 35%; animation-duration: 7.5s; animation-delay: 2s; }
.reaction-stream span:nth-child(5)  { left: 45%; animation-duration: 6.5s; animation-delay: 1.5s; }
.reaction-stream span:nth-child(6)  { left: 55%; animation-duration: 7.2s; animation-delay: 0.8s; }
.reaction-stream span:nth-child(7)  { left: 65%; animation-duration: 6.8s; animation-delay: 2.3s; }
.reaction-stream span:nth-child(8)  { left: 75%; animation-duration: 7.8s; animation-delay: 1.1s; }
.reaction-stream span:nth-child(9)  { left: 85%; animation-duration: 6.2s; animation-delay: 2.7s; }
.reaction-stream span:nth-child(10) { left: 50%; animation-duration: 9s;  animation-delay: 3s;   }


.scarcity {
  background: var(--bg-main);       /* kolor tła zostaje ten sam */
  position: relative;
  overflow: hidden;
}


.scarcity .container {
  position: relative;
  z-index: 1; /* żeby treść była nad kratką */
}

.scarcity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}

@media (max-width: 768px) {
  .scarcity-grid {
    grid-template-columns: 1fr;
  }
}

.scarcity-card {
  position: relative;
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid var(--border);
  padding: 1.2rem 1.3rem 1.4rem;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
  font-size: 0.9rem;
  overflow: hidden;
}

/* kolorowy pasek u góry karty */
.scarcity-card::before {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--accent-pink));
}

/* delikatny efekt hover */
.scarcity-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  border-color: var(--primary);
}

/* lekkie zróżnicowanie tła dla co drugiej karty, żeby nie było monotonnie */
.scarcity-card:nth-child(2),
.scarcity-card:nth-child(4) {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(4px);
}

/* PROOF – mocny social proof prowadzącego */
.proof {
  background: radial-gradient(circle at top,
              rgba(99, 102, 241, 0.24),
              transparent 60%),
              #020617;
  color: #E5E7EB;
  position: relative;
  overflow: hidden;
}

.proof::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at 10% 20%, rgba(99, 102, 241, 0.35), transparent 60%),
    radial-gradient(circle at 80% 80%, rgba(236, 72, 153, 0.32), transparent 60%);
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}

.proof .container {
  position: relative;
  z-index: 1;
}

.proof-inner {
  max-width: 980px;
  margin: 0 auto;
}

.proof .section-header {
  margin-bottom: 2.2rem;
}

.proof .section-kicker {
  color: var(--accent-teal);
}

.proof h2 {
  color: #F9FAFF;
}

.proof p {
  color: #CBD5F5;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}

@media (max-width: 900px) {
  .proof-grid {
    grid-template-columns: 1fr;
  }
}

.proof-card {
  position: relative;
  background: rgba(15, 23, 42, 0.9);
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.45);
  padding: 1.1rem 1.3rem 1.3rem;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.55);
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.proof-card::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: radial-gradient(circle,
              rgba(236, 72, 153, 0.45),
              transparent 70%);
  opacity: 0.65;
  pointer-events: none;
}

.proof-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.8);
  border-color: var(--primary);
}

.proof-card h3 {
  color: #F9FAFF;
  margin-bottom: 0.4rem;
  font-size: 1rem;
}

.proof-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.7);
  color: #E5E7EB;
  margin-bottom: 0.5rem;
}

.instructor-photo {
  width: 300px;
  height: 300px;
  border-radius: 999px;
  overflow: hidden;
  margin: 0 auto 1.4rem;
  border: 3px solid rgba(236, 72, 153, 0.7);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.45);
}

.instructor-photo img {
  width: 150%;
  height: 150%;
  object-fit: cover;
  display: block;
}

.cta-price {
  margin-top: 0.9rem;
  font-size: 0.95rem;
  font-weight: 600;
}

/* === KREATYWNA SEK CJA: CO DAJE TAKA POPULARNOŚĆ (benefits) === */

.benefits {
  position: relative;
  background: radial-gradient(circle at top,
      rgba(99, 102, 241, 0.10),
      transparent 60%),
    var(--bg-main);
  overflow: hidden;
}

/* delikatne tło z siatką, żeby odróżnić od innych sekcji */
.benefits::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.7) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.35;
  z-index: 0;
}

/* treść nad tłem */
.benefits > * {
  position: relative;
  z-index: 1;
}

/* siatka zostaje, ale z większym „oddechem” */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
}

@media (max-width: 960px) {
  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }
}

/* karty – bardziej „social / creative”, mniej korpo-kafelek */
.benefit-card {
  position: relative;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 22px;
  border: 1px solid rgba(203, 213, 245, 0.9);
  padding: 1.2rem 1.3rem 1.3rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.10);
  font-size: 0.9rem;
  overflow: hidden;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

/* lekki „dramat” – różne obroty kart, wygląda jak rozłożone sticky notes */
.benefit-card:nth-child(1) { transform: rotate(-2deg); }
.benefit-card:nth-child(2) { transform: rotate(1.5deg); }
.benefit-card:nth-child(3) { transform: rotate(-1deg); }
.benefit-card:nth-child(4) { transform: rotate(1.2deg); }
.benefit-card:nth-child(5) { transform: rotate(-1.5deg); }
.benefit-card:nth-child(6) { transform: rotate(1deg); }

.benefit-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
  border-color: var(--primary);
  background: rgba(255, 255, 255, 0.99);
}




/* label, tytuł, tekst – delikatne dopieszczenie */
.benefit-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--accent-teal);
  margin-bottom: 0.4rem;
}

.benefit-title {
  font-weight: 600;
  margin-bottom: 0.3rem;
  color: var(--text-main);
}

.benefit-text {
  font-size: 0.86rem;
  color: var(--text-muted);
}

/* mała kropka / „online status” przed tytułem (opcjonalnie) */
.benefit-title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--accent-teal));
  margin-right: 0.4rem;
  transform: translateY(-1px);
}

/* === NOWY WYGLĄD PROGRAMU – PIONOWY TIMELINE, BEZ BIAŁYCH KAFELI === */

.program {
  background: var(--bg-main);
}

/* pionowa oś czasu zamiast gridu 2x2 */
.program-grid {
  display: block;
  border-left: 2px solid rgba(203, 213, 245, 0.9);
  margin-left: 1.3rem;
  padding-left: 1.3rem;
}

/* pojedynczy krok na osi – bez karty, bez białego boxa */
.module-card {
  position: relative;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0 0 1.4rem 0;
  margin-bottom: 0.6rem;
}

/* świecąca kropka na osi czasu */
.module-card::before {
  content: "";
  position: absolute;
  left: -1.7rem;
  top: 0.35rem;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 20%,
      var(--primary),
      var(--accent-pink));
  box-shadow:
    0 0 0 3px #ffffff,
    0 0 0 6px rgba(99, 102, 241, 0.35);
}

/* badge modułu jako etykieta kroku */
.module-badge {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.35rem;
  padding: 0.18rem 0.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
  background: rgba(99, 102, 241, 0.08);
  color: var(--primary);
}

/* tytuł jako główny „nagłówek kroku” */
.module-title {
  margin-top: 0.1rem;
  margin-bottom: 0.45rem;
}

/* lista w delikatnym „cloudzie”, nie w karcie */
.module-list {
  margin: 0;
  padding: 0.7rem 0.9rem 0.75rem 1.1rem;
  list-style: disc;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px dashed var(--border);
  font-size: 0.86rem;
}

.module-list li {
  margin-bottom: 0.35rem;
}

.module-list li:last-child {
  margin-bottom: 0;
}

/* ostatni krok – odcięcie linii pod spodem */
.program-grid .module-card:last-child {
  padding-bottom: 0;
}

/* FOOTER – centrowanie i prostsze ikonki */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
  align-items: flex-start;
  justify-items: center;   /* środek w poziomie */
  text-align: center;      /* nagłówki + tekst też na środek */
}

.footer-social-row {
  display: flex;
  gap: 0.9rem;
  justify-content: center; /* ikonki na środek */
}

/* uproszczone ikonki social – bez gradientu i mocnego cienia */
.footer-social-row a {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  text-transform: uppercase;
  border: 1px solid rgba(148, 163, 184, 0.7);
  background: transparent;
  color: #E5E7EB;
  box-shadow: none;
  font-weight: 500;
  transition: background 0.15s ease, color 0.15s ease,
              transform 0.15s ease, border-color 0.15s ease;
}

.footer-social-row a:hover {
  background: rgba(148, 163, 184, 0.16);
  border-color: rgba(248, 250, 252, 0.9);
  transform: translateY(-1px);
}

/* kontakt też na środek */
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: 0.9rem;
  align-items: center;
}

.footer-contact-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}

/* Footer – delikatniejszy copyright */
.footer-bottom {
  margin-top: 3.2rem;     /* trochę niżej niż było */
  text-align: center;
  font-size: 0.75rem;     /* mniejsze litery */
  color: #6B7280;         /* subtelniejszy kolor */
}

.footer-bottom p {
  margin: 0.2rem 0 0;     /* mały odstęp, bez dużych marginesów */
}


/* CTA – więcej paddingu i czytelniej */
.cta {
  background: linear-gradient(135deg, #0F172A, #020617);
  color: #F9FAFF;
  text-align: center;
  padding: 4rem 0 3.5rem;  /* było z samego globalnego section; teraz własny */
}

.cta-inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 2.5rem 1.8rem 5.8rem;  /* wewnętrzny padding */
}

/* SEKCJA Z LATARNIĄ I TRONEM – VISUAL BREAK */
.lighthouse-break {
  background: radial-gradient(circle at top,
              rgba(15, 23, 42, 0.9),
              #020617);
  color: #E5E7EB;
  padding: 4rem 0;
}

.lighthouse-break .container {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  gap: 2.5rem;
  align-items: center;
}

@media (max-width: 900px) {
  .lighthouse-break .container {
    grid-template-columns: 1fr;
  }
}

.lighthouse-copy-kicker {
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #38bdf8;
  margin-bottom: 0.6rem;
}

.lighthouse-copy-title {
  font-size: clamp(1.7rem, 2.4vw, 2.1rem);
  margin-bottom: 0.9rem;
  color: #F9FAFF!important;
}

.lighthouse-copy p {
  font-size: 0.95rem;
  color: #E5E7EB;
}

.lighthouse-copy strong {
  color: #c4d3ff;
}

.lighthouse-image {
  border-radius: 24px;
  overflow: hidden;
  border: 2px solid rgba(148, 163, 184, 0.6);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.85);
}

.lighthouse-image img {
  display: block;
  width: 100%;
  height: auto;
}


/* GALERIA POSTÓW Z DUŻYMI ZASIĘGAMI */
.posts-proof {
  background: radial-gradient(circle at top,
              rgba(15, 23, 42, 0.92),
              #020617);
  color: #E5E7EB;
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}

/* delikatne poświaty w tle */
.posts-proof::before,
.posts-proof::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(42px);
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
}

.posts-proof::before {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle,
    rgba(99, 102, 241, 0.5),
    transparent 70%);
  top: -160px;
  left: -120px;
}

.posts-proof::after {
  width: 360px;
  height: 360px;
  background: radial-gradient(circle,
    rgba(236, 72, 153, 0.5),
    transparent 70%);
  bottom: -160px;
  right: -80px;
}

.posts-proof-inner {
  position: relative;
  z-index: 1;
}

.posts-proof .section-header {
  margin-bottom: 2rem;
}

.posts-proof .section-kicker {
  color: var(--accent-teal);
}

.posts-proof h2 {
  color: #F9FAFF;
}

.posts-proof p {
  color: #E5E7EB;
}

/* pozioma „taśma” z postami */
.posts-strip {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  padding-bottom: 0.8rem;
  margin-bottom: 0.3rem;
  scroll-snap-type: x mandatory;
}

/* ukrycie brzydkiego scrollbara w większości przeglądarek */
.posts-strip::-webkit-scrollbar {
  height: 6px;
}
.posts-strip::-webkit-scrollbar-track {
  background: transparent;
}
.posts-strip::-webkit-scrollbar-thumb {
  background: rgba(148, 163, 184, 0.6);
  border-radius: 999px;
}

.post-shot {
  min-width: 230px;
  max-width: 260px;
  scroll-snap-align: start;
  border-radius: 26px;
  padding: 3px;
  background: conic-gradient(
    from 120deg,
    rgba(99, 102, 241, 0.9),
    rgba(6, 182, 212, 0.9),
    rgba(236, 72, 153, 0.9),
    rgba(99, 102, 241, 0.9)
  );
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.9);
  position: relative;
  transform: translateY(0) rotate(-1.2deg);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.post-shot:nth-child(2n) {
  transform: translateY(6px) rotate(1.4deg);
}

.post-shot:nth-child(3n) {
  transform: translateY(-4px) rotate(-0.4deg);
}

.post-shot:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 28px 60px rgba(15, 23, 42, 1);
}

.post-shot-inner {
  border-radius: 22px;
  overflow: hidden;
  background: #020617;
}

.post-shot img {
  display: block;
  width: 100%;
  height: auto;
}

/* mały pasek z opisem u dołu */
.post-shot-caption {
  padding: 0.5rem 0.7rem 0.6rem;
  font-size: 0.78rem;
  background: linear-gradient(
    to top,
    rgba(15, 23, 42, 0.96),
    rgba(15, 23, 42, 0.8),
    transparent
  );
  color: #E5E7EB;
}

.post-shot-caption strong {
  color: #bfdbfe;
  font-weight: 600;
}

.training {
  background: var(--bg-main);
}

.training-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

@media (max-width: 900px) {
  .training-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .training-grid {
    grid-template-columns: 1fr;
  }
}

.training-shot {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
  aspect-ratio: 4 / 5;
}

.training-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.training-shot-label {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.85);
  color: #F9FAFF;
  font-size: 0.75rem;
}





.hero-phone-stat::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--accent-pink));
}

.hero-phone-stat--left {
  left: -14%;
}

.hero-phone-stat--right {
  right: -10%;
  bottom: 20%;
}

/* Responsywność – na mniejszych ekranach chipki bliżej telefonu */
@media (max-width: 960px) {
  .hero-phone {
    margin-top: 1.5rem;
  }
  .hero-phone-stat--left {
    left: 0;
  }
  .hero-phone-stat--right {
    right: 0;
  }
}

/* HERO – makieta telefonu z postami */
.hero-phone {
  position: relative;
  max-width: 360px;
  margin-inline: auto;
}

.hero-phone-shell {
  position: relative;
  border-radius: 32px;
  padding: 10px;
  background: radial-gradient(circle at top left,
              rgba(99, 102, 241, 0.5),
              rgba(236, 72, 153, 0.35),
              rgba(243, 244, 255, 1));
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.25);
  border: 1px solid rgba(203, 213, 245, 0.9);
}

.hero-phone-screen {
  border-radius: 24px;
  background: #020617;
  padding: 0.75rem;
  overflow: hidden;
  position: relative;
}

/* Notch u góry telefonu */
.hero-phone-notch {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 96px;
  height: 14px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.95);
  z-index: 2;
}

/* Stos postów w środku ekranu */
.hero-phone-posts {
  position: relative;
  height: 280px;
}

.phone-post {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.45);
  border: 1px solid rgba(148, 163, 184, 0.6);
  transform-origin: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.phone-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Pozycje kart – lekko przesunięte, jak „stos” */
.phone-post--top {
  transform: translateY(-18px) rotate(-4deg) scale(0.9);
  opacity: 0.7;
}

.phone-post--middle {
  transform: translateY(0) rotate(0deg) scale(1);
  z-index: 2;
}

.phone-post--bottom {
  transform: translateY(18px) rotate(4deg) scale(0.9);
  opacity: 0.8;
}

/* Delikatny hover – środkowa karta „wychodzi” jeszcze mocniej */
.hero-phone:hover .phone-post--middle {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.65);
}

/* Małe chipki–statystyki obok telefonu */
.hero-phone-stat {
  position: absolute;
  bottom: 6%;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: #ffffff;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-main);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.16);
  border: 1px solid rgba(203, 213, 245, 0.9);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.hero-phone-stat::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--accent-pink));
}

.hero-phone-stat--left {
  left: -14%;
}

.hero-phone-stat--right {
  right: -10%;
  bottom: 20%;
}

/* Responsywność – na mniejszych ekranach chipki bliżej telefonu */
@media (max-width: 960px) {
  .hero-phone {
    margin-top: 1.5rem;
  }
  .hero-phone-stat--left {
    left: 0;
  }
  .hero-phone-stat--right {
    right: 0;
  }
}
/* === HERO – TELEFON Z POSTAMI (WERSJA FINALNA) === */

.hero-phone {
  position: relative;
  max-width: 340px;
  margin-inline: auto;
}

.hero-phone-shell {
  position: relative;
  border-radius: 32px;
  padding: 10px;
  background: radial-gradient(circle at top left,
              rgba(99, 102, 241, 0.5),
              rgba(236, 72, 153, 0.35),
              rgba(243, 244, 255, 1));
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.25);
  border: 1px solid rgba(203, 213, 245, 0.9);
}

/* ekran telefonu – proporcje 9:16 */
.hero-phone-screen {
  position: relative;
  border-radius: 24px;
  background: #020617;
  overflow: hidden;
  padding: 0.05rem;
  aspect-ratio: 9 / 16;
}

/* notch */
.hero-phone-notch {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 96px;
  height: 14px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.96);
  z-index: 3;
}

/* stos postów */
.hero-phone-posts {
  position: relative;
  width: 100%;
  height: 100%;
}

.phone-post {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.45);
  border: 1px solid rgba(148, 163, 184, 0.6);
  transform-origin: center;
  transition: transform 0.25s ease,
              box-shadow 0.25s ease,
              opacity 0.25s ease;
}

.phone-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* pozycje trzech kart */
.phone-post--top {
  transform: translateY(-18px) rotate(-4deg) scale(0.9);
  opacity: 0.7;
}

.phone-post--middle {
  transform: translateY(0) rotate(0deg) scale(1);
  z-index: 2;
}

.phone-post--bottom {
  transform: translateY(18px) rotate(4deg) scale(0.9);
  opacity: 0.8;
}

/* lekki hover na środkowej */
.hero-phone:hover .phone-post--middle {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.65);
}

/* chipki statystyk */
.hero-phone-stat {
  position: absolute;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: #ffffff;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-main);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.16);
  border: 1px solid rgba(203, 213, 245, 0.9);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
}

.hero-phone-stat::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--accent-pink));
}

.hero-phone-stat--left {
  left: -18%;
  bottom: 14%;
}

.hero-phone-stat--right {
  right: -12%;
  bottom: 50%;
}

/* responsywność – na węższych ekranach chipki bliżej telefonu */
@media (max-width: 960px) {
  .hero-phone {
    margin-top: 1.8rem;
  }

  .hero-phone-stat--left {
    left: 0;
  }

  .hero-phone-stat--right {
    right: 0;
  }
}

/* === HERO – telefon z postami ======================= */

/* Cały telefon */
.hero-phone {
  position: relative;
  width: min(360px, 100%);
  margin-inline: auto;
}

/* Obudowa telefonu */
.hero-phone-shell {
  position: relative;
  padding: 14px;
  border-radius: 32px;
  background: linear-gradient(135deg, #6366f1, #ec4899);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.35);
}

/* Ekran telefonu */
.hero-phone-screen {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  background: #000;
  height: 560px;              /* możesz skorygować wysokość */
}

/* Kontener na posty */
.hero-phone-posts {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Pojedynczy post – baza */
.phone-post {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 82%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.4);
}

/* Obrazek w poście wypełnia kartę */
.phone-post img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Górny, lekko przechylony */
.phone-post--top {
  top: 4%;
  height: 48%;
  transform: translateX(-50%) rotate(-7deg);
  opacity: 0.75;
}

/* Środkowy – główny */
.phone-post--middle {
  top: 18%;
  height: 54%;
  transform: translateX(-50%) rotate(0deg);
  z-index: 2;
}

/* Dolny, lekko przechylony */
.phone-post--bottom {
  top: 44%;
  height: 48%;
  transform: translateX(-50%) rotate(6deg);
  opacity: 0.8;
  z-index: 1;
}

/* „Notch” u góry – możesz zostawić jak jest, ale dla pewności: */
.hero-phone-notch {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 18px;
  border-radius: 999px;
  background: #020617;
  z-index: 3;
}

/* DYMKI PRZY TELEFONIE – NA WIERZCHU I BLIŻEJ TELEFONU */
.hero-phone {
  position: relative; /* już jest, ale nie zaszkodzi powtórzyć */
}

.hero-phone-stat {
  position: absolute;
  z-index: 20;              /* ważne: ponad telefonem */
  background: #ffffff;
  color: #0f172a;
  font-size: 0.78rem;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
  white-space: nowrap;
}

/* lewy dymek */
.hero-phone-stat--left {
  left: -10px;
  bottom: 40px;
}

/* prawy dymek */
.hero-phone-stat--right {
  right: -6px;
  top: 48%;
  transform: translateY(-50%);
}

/* Dodatkowa przestrzeń na grafikę w sekcji KANAŁY */
.channels-showcase {
  margin-top: 2.8rem;
  border-radius: 24px;
  padding: 1.7rem 1.9rem;
  background:
    radial-gradient(circle at top left,
      rgba(99, 102, 241, 0.35),
      rgba(229, 240, 255, 0.95)),
    radial-gradient(circle at bottom right,
      rgba(236, 72, 153, 0.33),
      rgba(229, 240, 255, 0.95));
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.14);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
  position: relative;
  overflow: hidden;
}

/* delikatne „kropki” w tle */
.channels-showcase::before,
.channels-showcase::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(40px);
  opacity: 0.55;
  pointer-events: none;
}

.channels-showcase::before {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle,
      rgba(99, 102, 241, 0.6),
      transparent 70%);
  top: -120px;
  left: -80px;
}

.channels-showcase::after {
  width: 220px;
  height: 220px;
  background: radial-gradient(circle,
      rgba(236, 72, 153, 0.55),
      transparent 70%);
  bottom: -100px;
  right: -60px;
}

.channels-showcase-copy {
  position: relative;
  z-index: 1;
  color: var(--text-main);
}

.channels-showcase-copy h3 {
  margin-bottom: 0.6rem;
  font-size: 1.15rem;
}

.channels-showcase-copy p {
  margin-bottom: 0.45rem;
  font-size: 0.9rem;
}

.channels-showcase-kicker {
  display: inline-block;
  margin-bottom: 0.45rem;
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(148, 163, 184, 0.5);
  color: var(--accent-teal);
}

.channels-showcase-note {
  font-size: 0.82rem;
  color: rgba(15, 23, 42, 0.7);
}

/* mockup na grafikę */
.channels-showcase-mockup {
  position: relative;
  z-index: 1;
  justify-self: center;
}

.channels-showcase-frame {
  border-radius: 26px;
  padding: 0.35rem;
  background: linear-gradient(135deg, #6366f1, #ec4899);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.35);
  max-width: 560px;
}

.channels-showcase-frame img {
  display: block;
  width: 100%;
  border-radius: 22px;
}

/* responsywność */
@media (max-width: 900px) {
  .channels-showcase {
    grid-template-columns: 1fr;
    padding: 1.5rem 1.5rem 1.8rem;
  }

  .channels-showcase-mockup {
    order: -1;
    margin-bottom: 0.8rem;
  }

  .channels-showcase-frame {
    max-width: 520px;
  }
}

/* PORÓWNANIE POSTÓW */
.post-compare {
  background: radial-gradient(circle at top,
      rgba(99, 102, 241, 0.14),
      transparent 55%),
    var(--bg-main);
  position: relative;
  overflow: hidden;
}

/* delikatne plamy w tle */
.post-compare::before,
.post-compare::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(40px);
  opacity: 0.55;
  pointer-events: none;
}

.post-compare::before {
  width: 320px;
  height: 320px;
  background: radial-gradient(circle,
      rgba(99, 102, 241, 0.5),
      transparent 70%);
  top: -140px;
  left: -80px;
}

.post-compare::after {
  width: 260px;
  height: 260px;
  background: radial-gradient(circle,
      rgba(236, 72, 153, 0.45),
      transparent 70%);
  bottom: -120px;
  right: -60px;
}

.post-compare-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.8rem;
}

@media (max-width: 900px) {
  .post-compare-grid {
    grid-template-columns: 1fr;
  }
}

/* „kafle” postów – półtransparentne, nie białe */
.post-compare-card {
  position: relative;
  padding: 1.3rem 1.4rem 1.4rem;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(148, 163, 184, 0.55);
  background: radial-gradient(circle at top left,
      rgba(15, 23, 42, 0.86),
      rgba(15, 23, 42, 0.94));
  color: #E5E7EB;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.75);
}

.post-compare-card--weak {
  opacity: 0.78;
}

.post-compare-card--strong {
  background: radial-gradient(circle at top left,
      rgba(79, 70, 229, 0.98),
      rgba(15, 23, 42, 0.96));
}

/* oznaczenia nad kartami */
.post-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.18rem 0.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  border: 1px solid rgba(148, 163, 184, 0.7);
  background: rgba(15, 23, 42, 0.9);
}

.post-badge--weak {
  color: #F97373;
  border-color: rgba(248, 113, 113, 0.6);
}

.post-badge--strong {
  color: #BBF7D0;
  border-color: rgba(34, 197, 94, 0.7);
}

/* mockup telefonu z postem */
.post-phone {
  margin-bottom: 0.85rem;
}

.post-phone-frame {
  border-radius: 22px;
  padding: 0.2rem;
  background: #020617;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.75);
  max-width: 230px;
}

.post-phone-frame--highlight {
  background: linear-gradient(135deg, #6366f1, #ec4899);
}

.post-phone-frame img {
  display: block;
  width: 100%;
  border-radius: 18px;
}

/* meta zasięgów */
.post-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.5rem;
  font-size: 0.83rem;
  margin-bottom: 0.35rem;
  color: #CBD5F5;
}

.post-meta-label {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.7rem;
  opacity: 0.8;
}

.post-meta-value {
  font-weight: 600;
}

.post-meta--strong .post-meta-value {
  color: #A7F3D0;
}

/* opis pod postem */
.post-caption {
  font-size: 0.82rem;
  color: #E5E7EB;
  max-width: 22rem;
}

/* RECYKLING: 1 post -> 13 publikacji */
.recycle {
  position: relative;
  background: radial-gradient(circle at top,
      rgba(99, 102, 241, 0.14),
      transparent 60%),
    var(--bg-main);
  overflow: hidden;
}

.recycle::before,
.recycle::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(40px);
  opacity: 0.55;
  pointer-events: none;
}

.recycle::before {
  width: 360px;
  height: 360px;
  background: radial-gradient(circle,
      rgba(99, 102, 241, 0.55),
      transparent 70%);
  top: -140px;
  left: -80px;
}

.recycle::after {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle,
      rgba(236, 72, 153, 0.45),
      transparent 70%);
  bottom: -140px;
  right: -60px;
}

.recycle-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.4fr);
  gap: 2.4rem;
  align-items: center;
}

@media (max-width: 960px) {
  .recycle-layout {
    grid-template-columns: 1fr;
  }
}

.recycle-copy h3 {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
}

.recycle-copy p {
  font-size: 0.94rem;
}

.recycle-copy ul {
  margin: 0.6rem 0 0.8rem;
  padding-left: 1.15rem;
  font-size: 0.88rem;
  color: var(--text-muted);
}

.recycle-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(99, 102, 241, 0.2);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
  color: var(--primary);
  margin-bottom: 0.8rem;
}

/* „Ściana” 13 takich samych postów */
.recycle-wall {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  justify-items: center;
}

@media (max-width: 1024px) {
  .recycle-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .recycle-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.recycle-item {
  position: relative;
  width: 100%;
  max-width: 120px;
  padding: 0.25rem;
  border-radius: 18px;
  background: linear-gradient(135deg, #6366f1, #ec4899);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.35);
  overflow: hidden;
}

/* delikatne „rozsypanie” kafelków */
.recycle-item:nth-child(3n+1)  { transform: rotate(-4deg); }
.recycle-item:nth-child(3n+2)  { transform: rotate(3deg) translateY(4px); }
.recycle-item:nth-child(3n)    { transform: rotate(-2deg) translateY(-3px); }

.recycle-thumb {
  border-radius: 14px;
  overflow: hidden;
  background: #020617;
}

.recycle-thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}

.recycle-item {
  position: relative;
  width: 100%;
  max-width: 120px;
  padding: 0.25rem;
  border-radius: 18px;
  background: linear-gradient(135deg, #6366f1, #ec4899);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.35);
  overflow: hidden;
  cursor: zoom-in;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* lekkie „rozsypanie” kafelków */
.recycle-item:nth-child(3n+1)  { transform: rotate(-4deg); }
.recycle-item:nth-child(3n+2)  { transform: rotate(3deg) translateY(4px); }
.recycle-item:nth-child(3n)    { transform: rotate(-2deg) translateY(-3px); }

/* na hover – większy zoom, nad innymi kartami */
.recycle-item:hover {
  transform: scale(1.6) translateY(-8px);
  z-index: 5;
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.55);
}

.recycle-thumb {
  position: relative;          /* ważne dla overlayu */
  border-radius: 14px;
  overflow: hidden;
  background: #020617;
}

.recycle-thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}

/* overlay z datą + wyświetleniami */
.recycle-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.25rem 0.35rem;
  background: linear-gradient(to top,
    rgba(15, 23, 42, 0.9),
    transparent);
  color: #F9FAFB;
  font-size: 0.7rem;
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.recycle-meta-date {
  font-weight: 600;
}

.recycle-meta-views {
  font-weight: 400;
  opacity: 0.9;
}

/* pokazujemy overlay dopiero przy najechaniu */
.recycle-item:hover .recycle-meta {
  opacity: 1;
  transform: translateY(0);
}

/* CTA – ceny + timer */
.cta-deal {
  margin-top: 1.1rem;
  margin-bottom: 1.2rem;
}

.cta-price-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.2rem;
  align-items: center;
  justify-content: center;
  max-width: 760px;
  margin: 0 auto;
}

@media (max-width: 820px) {
  .cta-price-row {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }
}

.cta-price-main {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.cta-price-now {
  font-size: 1.35rem;
  font-weight: 800;
  color: #F9FAFF;
  letter-spacing: -0.02em;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(99,102,241,0.28), rgba(236,72,153,0.22));
  border: 1px solid rgba(255,255,255,0.22);
  box-shadow: 0 12px 30px rgba(99, 102, 241, 0.22);
}

.cta-price-was {
  font-size: 1rem;
  color: rgba(229,231,235,0.85);
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(236,72,153,0.7);
}

.cta-timer {
  justify-self: center;
  text-align: center;
  padding: 0.75rem 0.9rem;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 14px 34px rgba(0,0,0,0.25);
  backdrop-filter: blur(6px);
}

.cta-timer-label {
  font-size: 0.78rem;
  color: rgba(203, 213, 245, 0.95);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.45rem;
}

.cta-timer-boxes {
  display: flex;
  gap: 0.45rem;
  justify-content: center;
  flex-wrap: wrap;
}

.tbox {
  min-width: 62px;
  padding: 0.45rem 0.55rem;
  border-radius: 14px;
  background: rgba(2, 6, 23, 0.55);
  border: 1px solid rgba(255,255,255,0.16);
}

.tbox strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  color: #F9FAFF;
  line-height: 1.05;
}

.tbox em {
  display: block;
  font-style: normal;
  font-size: 0.72rem;
  color: rgba(203, 213, 245, 0.9);
  margin-top: 0.15rem;
}
/* CTA – ceny + timer */
.cta-deal {
  margin-top: 1.1rem;
  margin-bottom: 1.2rem;
}

.cta-price-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.2rem;
  align-items: center;
  justify-content: center;
  max-width: 760px;
  margin: 0 auto;
}

@media (max-width: 820px) {
  .cta-price-row {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }
}

.cta-price-main {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.cta-price-now {
  font-size: 1.35rem;
  font-weight: 800;
  color: #F9FAFF;
  letter-spacing: -0.02em;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(99,102,241,0.28), rgba(236,72,153,0.22));
  border: 1px solid rgba(255,255,255,0.22);
  box-shadow: 0 12px 30px rgba(99, 102, 241, 0.22);
}

.cta-price-was {
  font-size: 1rem;
  color: rgba(229,231,235,0.85);
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(236,72,153,0.7);
}

.cta-timer {
  justify-self: center;
  text-align: center;
  padding: 0.75rem 0.9rem;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 14px 34px rgba(0,0,0,0.25);
  backdrop-filter: blur(6px);
}

.cta-timer-label {
  font-size: 0.78rem;
  color: rgba(203, 213, 245, 0.95);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.45rem;
}

.cta-timer-boxes {
  display: flex;
  gap: 0.45rem;
  justify-content: center;
  flex-wrap: wrap;
}

.tbox {
  min-width: 62px;
  padding: 0.45rem 0.55rem;
  border-radius: 14px;
  background: rgba(2, 6, 23, 0.55);
  border: 1px solid rgba(255,255,255,0.16);
}

.tbox strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  color: #F9FAFF;
  line-height: 1.05;
}

.tbox em {
  display: block;
  font-style: normal;
  font-size: 0.72rem;
  color: rgba(203, 213, 245, 0.9);
  margin-top: 0.15rem;
}


/* CTA – ulepszony wybór terminu */
.cta-inner { padding: 1.6rem 0; } /* "padding" w CTA */

.cta-pricing {
  margin: 1.2rem auto 1.4rem;
  max-width: 680px;
  display: grid;
  gap: 0.9rem;
  justify-items: center;
}

.cta-price-line {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}

.cta-price-now {
  font-size: 1.25rem;
  font-weight: 800;
  color: #F9FAFF;
}

.cta-price-was {
  font-size: 0.95rem;
  color: #9CA3AF;
  text-decoration: line-through;
}

.cta-timer {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 0.9rem;
  border-radius: 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(203, 213, 245, 0.22);
  box-shadow: 0 16px 40px rgba(0,0,0,0.25);
}

.timer-box {
  min-width: 54px;
  text-align: center;
}

.timer-num {
  font-weight: 800;
  font-size: 1.05rem;
  color: #F9FAFF;
  letter-spacing: 0.02em;
}

.timer-lbl {
  font-size: 0.72rem;
  color: #9CA3AF;
  margin-top: 0.1rem;
}

.timer-sep {
  color: rgba(203, 213, 245, 0.5);
  font-weight: 700;
}

.cta-terms {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

@media (max-width: 900px) {
  .cta-terms { grid-template-columns: 1fr; }
}

.term-card {
  text-align: left;
  border-radius: 22px;
  padding: 1.2rem 1.2rem 1.1rem;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(203, 213, 245, 0.22);
  box-shadow: 0 16px 42px rgba(0,0,0,0.28);
  position: relative;
  overflow: hidden;
}

.term-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at 20% 20%, rgba(99, 102, 241, 0.35), transparent 55%),
    radial-gradient(circle at 80% 70%, rgba(236, 72, 153, 0.28), transparent 60%);
  opacity: 0.55;
  pointer-events: none;
}

.term-card > * { position: relative; z-index: 1; }

.term-card--hot {
  border-color: rgba(236, 72, 153, 0.55);
  box-shadow: 0 20px 54px rgba(236, 72, 153, 0.18);
}

.term-top {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 0.8rem;
}

.term-badge {
  display: inline-flex;
  width: fit-content;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #F9FAFF;
  background: rgba(236, 72, 153, 0.22);
  border: 1px solid rgba(236, 72, 153, 0.35);
}

.term-badge--alt {
  background: rgba(99, 102, 241, 0.18);
  border-color: rgba(99, 102, 241, 0.28);
}

.term-date {
  font-size: 1.2rem;
  font-weight: 800;
  color: #F9FAFF;
}

.term-list {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
  color: #E5E7EB;
  font-size: 0.92rem;
}

.term-list li { margin-bottom: 0.45rem; }

.term-btn {
  width: 100%;
  justify-content: center;
}

.term-note {
  margin-top: 0.65rem;
  font-size: 0.78rem;
  color: #9CA3AF;
  text-align: center;
}
/* 1) Oddalenie CTA od footera + linia rozdzielająca */
.cta {
  padding-bottom: 5.2rem;           /* więcej “oddechu” od dołu CTA */
  position: relative;
}

/* delikatna linia na dole CTA */
.cta::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(980px, calc(100% - 3rem));
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(203, 213, 245, 0.18),
    transparent
  );
}

/* dodatkowy odstęp nad footerem */
.footer {
  margin-top: 3.2rem;               /* zwiększ/zmniejsz wg gustu */
  padding-top: 3.2rem;              /* żeby nie “klepało się” o linię */
}

/* opcjonalnie druga linia na górze footera (subtelna) */
.footer::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: min(980px, calc(100% - 3rem));
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(203, 213, 245, 0.12),
    transparent
  );
  pointer-events: none;
}

/* =========================
   OMNIPRESENT MECHANISM
   (social proof + unikalny mechanizm)
   ========================= */

.omni-mechanism{
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  background:
    radial-gradient(circle at 15% 0%, rgba(99,102,241,.18), transparent 55%),
    radial-gradient(circle at 85% 80%, rgba(236,72,153,.16), transparent 60%),
    linear-gradient(180deg, #0B1224 0%, #050A16 100%);
  color: #E5E7EB;
}

/* miękkie światło w tle (bez "białych kafli") */
.omni-mechanism::before{
  content:"";
  position:absolute;
  inset:-30%;
  background:
    radial-gradient(circle at 30% 40%, rgba(6,182,212,.18), transparent 55%),
    radial-gradient(circle at 70% 10%, rgba(236,72,153,.14), transparent 55%);
  opacity: .8;
  pointer-events: none;
  filter: blur(2px);
}

.omni-mechanism .container{
  position: relative;
  z-index: 1;
}

.omni-head{
  max-width: 860px;
  margin: 0 auto 2.4rem;
  text-align: center;
}

.omni-kicker{
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent-teal);
  margin-bottom: .5rem;
}

.omni-head h2{
  margin: 0 0 .7rem;
  color: #F9FAFF;
}

.omni-head h2 span{
  color: var(--accent-pink);
}

.omni-head p{
  margin: 0;
  color: rgba(203,213,245,.92);
  font-size: 1rem;
}

/* Layout */
.omni-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 1.6rem;
  align-items: start;
}

@media (max-width: 980px){
  .omni-grid{
    grid-template-columns: 1fr;
  }
}

/* LEFT PROOF */
.omni-proof{
  position: relative;
  border-radius: 22px;
  padding: 1.15rem;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border: 1px solid rgba(148,163,184,.25);
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
  overflow: hidden;
}

.omni-proof::after{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius: 22px;
  pointer-events:none;
  background: linear-gradient(135deg, rgba(99,102,241,.35), rgba(236,72,153,.25));
  opacity: .22;
  filter: blur(20px);
}

.omni-proof-top{
  position: relative;
  z-index: 1;
  display: grid;
  gap: .9rem;
  margin-bottom: .9rem;
}

.omni-proof-badge{
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  width: fit-content;
  padding: .35rem .75rem;
  border-radius: 999px;
  background: rgba(2,6,23,.6);
  border: 1px solid rgba(148,163,184,.35);
  color: rgba(229,231,235,.95);
  font-size: .82rem;
  font-weight: 600;
}

.omni-proof-badge .dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--accent-pink));
  box-shadow: 0 0 0 6px rgba(99,102,241,.15);
}

/* Pills */
.omni-proof-stats{
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: .55rem;
}

@media (max-width: 540px){
  .omni-proof-stats{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}

.stat-pill{
  border-radius: 16px;
  padding: .65rem .7rem;
  background: rgba(2,6,23,.55);
  border: 1px solid rgba(148,163,184,.25);
  text-align: center;
}

.stat-num{
  font-weight: 800;
  color: #F9FAFF;
  letter-spacing: -.02em;
}

.stat-lbl{
  margin-top: .15rem;
  font-size: .74rem;
  color: rgba(203,213,245,.85);
}

/* Image frame (bez białej ramki) */
.omni-proof-frame{
  position: relative;
  z-index: 1;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(148,163,184,.25);
  background: rgba(2,6,23,.7);
  box-shadow: 0 18px 44px rgba(0,0,0,.35);
}

.omni-proof-frame img{
  width: 100%;
  height: auto;
  display: block;
}

.omni-proof-glow{
  position: absolute;
  inset: -30%;
  pointer-events: none;
  background:
    radial-gradient(circle at 30% 20%, rgba(99,102,241,.30), transparent 60%),
    radial-gradient(circle at 80% 70%, rgba(236,72,153,.24), transparent 60%);
  filter: blur(18px);
  opacity: .65;
}

/* footer micro lines */
.omni-proof-foot{
  position: relative;
  z-index: 1;
  margin-top: 1rem;
  display: grid;
  gap: .4rem;
  color: rgba(203,213,245,.9);
  font-size: .9rem;
}

.mini-line{
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  background: rgba(2,6,23,.45);
  border: 1px solid rgba(148,163,184,.18);
  padding: .5rem .7rem;
  border-radius: 14px;
}

.mini-ico{
  opacity: .9;
}

/* RIGHT side */
.omni-mech{
  display: grid;
  gap: 1rem;
}

.omni-mech-box,
.omni-learn{
  border-radius: 22px;
  padding: 1.25rem 1.25rem 1.35rem;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border: 1px solid rgba(148,163,184,.25);
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
}

.omni-mech-box h3,
.omni-learn h3{
  color: #F9FAFF;
  margin-bottom: .55rem;
}

.omni-mech-lead{
  color: rgba(203,213,245,.92);
  margin-bottom: 1rem;
}

/* Steps (pionowy, bez białych kart) */
.omni-steps{
  display: grid;
  gap: .7rem;
}

.omni-step{
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: .8rem;
  align-items: start;
  padding: .85rem .9rem;
  border-radius: 18px;
  background: rgba(2,6,23,.45);
  border: 1px solid rgba(148,163,184,.18);
}

.step-n{
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-weight: 900;
  letter-spacing: .02em;
  color: #F9FAFF;
  background: linear-gradient(135deg, rgba(99,102,241,.55), rgba(236,72,153,.35));
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 14px 32px rgba(0,0,0,.25);
}

.step-t{
  font-weight: 700;
  margin-bottom: .15rem;
  color: #F9FAFF;
}

.step-p{
  margin: 0;
  font-size: .92rem;
  color: rgba(203,213,245,.9);
}

/* Learn list */
.omni-chip{
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .35rem .75rem;
  border-radius: 999px;
  background: rgba(236,72,153,.12);
  border: 1px solid rgba(236,72,153,.25);
  color: #F9FAFF;
  font-size: .8rem;
  font-weight: 700;
  width: fit-content;
  margin-bottom: .7rem;
}

.omni-learn-list{
  list-style: none;
  padding: 0;
  margin: .75rem 0 1.1rem;
  display: grid;
  gap: .55rem;
}

.omni-learn-list li{
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: .55rem;
  align-items: start;
  padding: .65rem .75rem;
  border-radius: 16px;
  background: rgba(2,6,23,.45);
  border: 1px solid rgba(148,163,184,.18);
  color: rgba(229,231,235,.95);
  font-size: .95rem;
}

.chk{
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--primary), var(--accent-teal));
  box-shadow: 0 0 0 6px rgba(99,102,241,.12);
  margin-top: .2rem;
}

/* FOMO */
.omni-fomo{
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: .75rem;
  align-items: start;
  padding: .9rem .95rem;
  border-radius: 18px;
  background: rgba(236,72,153,.10);
  border: 1px solid rgba(236,72,153,.22);
}

.omni-fomo-icon{
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(2,6,23,.55);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 14px 32px rgba(0,0,0,.25);
}

.omni-fomo-text{
  color: rgba(229,231,235,.95);
  font-size: .95rem;
}

/* CTA inside section */
.omni-cta{
  margin-top: 1rem;
}

.omni-cta-btn{
  white-space: nowrap; /* jeśli przycisk w Twoim CSS łamie */
}

@media (max-width: 520px){
  .omni-cta-btn{
    white-space: normal;
    text-align: center;
  }
}

.omni-cta-note{
  margin-top: .55rem;
  font-size: .85rem;
  color: rgba(203,213,245,.82);
}

/* FIX: tekst nie może łamać się na litery + kolumna tekstu ma mieć miejsce */
.omni-learn-list li{
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;

  /* jeśli gdzieś globalnie masz word-break: break-all; to to go przebije */
  word-break: normal;
  overflow-wrap: normal;
  hyphens: manual;
}

.omni-learn-list .li-text{
  min-width: 0;              /* kluczowe przy gridach */
  line-height: 1.35;
  word-break: normal;
  overflow-wrap: break-word; /* łamie normalnie, nie na litery */
}

/* opcjonalnie: gdyby jakieś globalne style atakowały wszystkie elementy */
.omni-learn-list li *{
  min-width: 0;
}

/* SCARCITY / URGENCY (dark, premium, no white cards) */
.urgent {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(99,102,241,.28), transparent 55%),
    radial-gradient(circle at 85% 75%, rgba(236,72,153,.22), transparent 55%),
    linear-gradient(180deg, #0B1220, #070B14);
  color: #E5E7EB;
}

.urgent::before{
  content:"";
  position:absolute;
  inset:-40%;
  background:
    radial-gradient(circle at 20% 30%, rgba(6,182,212,.16), transparent 60%),
    radial-gradient(circle at 70% 80%, rgba(99,102,241,.18), transparent 65%);
  opacity:.75;
  pointer-events:none;
}

.urgent-inner{
  position: relative;
  z-index: 1;
}

.urgent-head{
  text-align:center;
  max-width: 820px;
  margin: 0 auto 2.2rem;
}

.urgent-kicker{
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent-teal);
  margin-bottom: .5rem;
}

.urgent h2{
  color:#F9FAFF;
  margin-bottom: .65rem;
}

.urgent-lead{
  color: rgba(203,213,245,.95);
  font-size: 1rem;
  margin: 0 auto;
}

.urgent-grid{
  display:grid;
  grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr);
  gap: 1.6rem;
  align-items: start;
}

@media (max-width: 980px){
  .urgent-grid{ grid-template-columns: 1fr; }
}

/* LEFT blocks */
.urgent-reasons{
  display:grid;
  gap: 1rem;
}

.urgent-block{
  position:relative;
  display:grid;
  grid-template-columns: auto 1fr;
  gap: .9rem;
  padding: 1.05rem 1.1rem;
  border-radius: 18px;
  border: 1px solid rgba(148,163,184,.28);
  background: rgba(2,6,23,.55);
  box-shadow: 0 18px 46px rgba(0,0,0,.35);
  backdrop-filter: blur(8px);
}

.urgent-badge{
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 800;
  color:#06121a;
  background: linear-gradient(135deg, rgba(99,102,241,1), rgba(236,72,153,1));
  box-shadow: 0 14px 34px rgba(99,102,241,.22);
  flex: 0 0 auto;
}

.urgent-block h3{
  margin: 0 0 .35rem;
  color: #F9FAFF;
  font-size: 1.05rem;
}

.urgent-block p{
  margin: 0 0 .6rem;
  color: rgba(203,213,245,.92);
  font-size: .95rem;
}

.urgent-list{
  margin: .25rem 0 0;
  padding-left: 1.1rem;
  color: rgba(229,231,235,.92);
  font-size: .9rem;
}

.urgent-list li{ margin-bottom: .25rem; }

/* mini metrics row */
.urgent-metrics{
  display:grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: .6rem;
  margin-top: .15rem;
}

@media (max-width: 520px){
  .urgent-metrics{ grid-template-columns: 1fr; }
}

.um{
  border-radius: 14px;
  border: 1px solid rgba(148,163,184,.22);
  background: rgba(15,23,42,.55);
  padding: .65rem .75rem;
}

.um-label{
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(148,163,184,.95);
  margin-bottom: .25rem;
}

.um-value{
  font-weight: 700;
  color: #F9FAFF;
  font-size: .95rem;
}

/* warning bar */
.urgent-warning{
  margin-top: .65rem;
  display:flex;
  gap: .6rem;
  padding: .75rem .85rem;
  border-radius: 16px;
  background: rgba(236,72,153,.10);
  border: 1px solid rgba(236,72,153,.22);
}

.uw-icon{
  width: 28px;
  height: 28px;
  border-radius: 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(236,72,153,.20);
  color: #F9FAFF;
  font-weight: 800;
  flex: 0 0 auto;
}

.uw-text{
  color: rgba(245,245,255,.95);
  font-size: .9rem;
  line-height: 1.45;
}

/* RIGHT aside */
.urgent-aside{
  position: relative;
  border-radius: 22px;
  border: 1px solid rgba(148,163,184,.28);
  background: rgba(2,6,23,.62);
  box-shadow: 0 22px 60px rgba(0,0,0,.42);
  padding: 1.1rem 1.1rem 1.2rem;
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.urgent-aside::before{
  content:"";
  position:absolute;
  inset: -40%;
  background:
    radial-gradient(circle at 25% 30%, rgba(99,102,241,.26), transparent 55%),
    radial-gradient(circle at 75% 70%, rgba(236,72,153,.20), transparent 60%);
  opacity: .7;
  pointer-events:none;
}

.urgent-aside > *{ position: relative; z-index: 1; }

.urgent-price{
  display:flex;
  align-items:center;
  gap: .75rem;
  margin-bottom: .85rem;
}

.price-pill{
  display:inline-flex;
  padding: .45rem .9rem;
  border-radius: 999px;
  background: rgba(99,102,241,.18);
  border: 1px solid rgba(99,102,241,.35);
  color:#F9FAFF;
  font-weight: 800;
  letter-spacing: .01em;
}

.price-old{
  color: rgba(148,163,184,.95);
  font-size: .9rem;
  text-decoration: line-through;
  opacity: .9;
}

/* timer */
.urgent-timer{
  border-radius: 18px;
  border: 1px solid rgba(148,163,184,.26);
  background: rgba(15,23,42,.55);
  padding: .95rem 1rem;
  text-align:center;
  margin-bottom: 1rem;
}

.timer-title{
  color:#F9FAFF;
  font-weight: 700;
  margin-bottom: .55rem;
}

.timer-digits{
  display:flex;
  justify-content:center;
  align-items: baseline;
  gap: .35rem;
  font-variant-numeric: tabular-nums;
}

.timer-digits span{
  font-size: 2.1rem;
  font-weight: 900;
  letter-spacing: .02em;
  color:#F9FAFF;
}

.timer-digits .sep{
  opacity: .75;
  transform: translateY(-2px);
}

.timer-labels{
  margin-top: .35rem;
  display:grid;
  grid-template-columns: repeat(4,1fr);
  gap: .2rem;
  color: rgba(203,213,245,.9);
  font-size: .72rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* date cards */
.dates-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: .85rem;
}

.date-card{
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(148,163,184,.26);
  background: rgba(15,23,42,.55);
  padding: 1rem 1rem .95rem;
  overflow:hidden;
}

.date-card--hot{
  border-color: rgba(236,72,153,.35);
  box-shadow: 0 16px 44px rgba(236,72,153,.12);
}

.date-top{
  display:flex;
  align-items:center;
  justify-content: space-between;
  margin-bottom: .5rem;
}

.date-tag{
  display:inline-flex;
  padding: .18rem .6rem;
  border-radius: 999px;
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 800;
  background: rgba(236,72,153,.12);
  border: 1px solid rgba(236,72,153,.22);
  color: #F9FAFF;
}

.date-tag--cool{
  background: rgba(99,102,241,.14);
  border-color: rgba(99,102,241,.28);
}

.date-dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(236,72,153,1);
  box-shadow: 0 0 0 6px rgba(236,72,153,.12);
}

.date-dot--cool{
  background: rgba(99,102,241,1);
  box-shadow: 0 0 0 6px rgba(99,102,241,.12);
}

.date-value{
  font-size: 1.35rem;
  font-weight: 900;
  color:#F9FAFF;
  margin-bottom: .6rem;
}

.date-bullets{
  margin: 0 0 .8rem;
  padding-left: 1.1rem;
  color: rgba(229,231,235,.92);
  font-size: .9rem;
}

.date-bullets li{ margin-bottom: .25rem; }

.btn-wide{
  width: 100%;
  text-align: center;
  justify-content:center;
  white-space: nowrap; /* wymusza 1 linię */
}

.btn-outline{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: .9rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(99,102,241,.75);
  background: rgba(99,102,241,.08);
  color: #F9FAFF;
  font-weight: 800;
  font-size: .92rem;
  transition: transform .15s ease, box-shadow .15s ease, background .2s ease;
}

.btn-outline:hover{
  transform: translateY(-1px);
  background: rgba(99,102,241,.14);
  box-shadow: 0 14px 34px rgba(99,102,241,.18);
}

.date-note{
  margin-top: .5rem;
  font-size: .82rem;
  color: rgba(148,163,184,.95);
  text-align:center;
}

.urgent-footnote{
  margin-top: .9rem;
  text-align:center;
  color: rgba(148,163,184,.95);
  font-size: .82rem;
}

/* spacing + separator for footer */
.urgent + footer,
.urgent + .footer{
  margin-top: 2rem;
}

.urgent-separator{
  height: 1px;
  background: rgba(148,163,184,.18);
  margin: 2.2rem auto 0;
  max-width: 1120px;
}

/* CTA (jedna data, większa karta) */
.cta{
  background: linear-gradient(135deg, #0F172A, #020617);
  color: #F9FAFF;
  text-align: center;
  padding: 5.2rem 0 4.2rem; /* więcej oddechu */
  position: relative;
  overflow: hidden;
}

.cta::before{
  content:"";
  position:absolute;
  inset:-35%;
  background:
    radial-gradient(circle at 25% 30%, rgba(99,102,241,.24), transparent 60%),
    radial-gradient(circle at 75% 75%, rgba(236,72,153,.18), transparent 60%);
  opacity:.85;
  pointer-events:none;
}

.cta-inner{
  max-width: 780px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cta h2 span{ color: var(--accent-pink); }
.cta p{ color:#E5E7EB; }

/* price row */
.cta-price-row{
  display:flex;
  gap:.75rem;
  align-items:center;
  justify-content:center;
  margin-bottom: 1.1rem;
  flex-wrap: wrap;
}

.cta-price-pill{
  display:inline-flex;
  padding:.45rem .95rem;
  border-radius:999px;
  background: rgba(99,102,241,.18);
  border: 1px solid rgba(99,102,241,.35);
  color:#F9FAFF;
  font-weight: 800;
}

.cta-price-old{
  color: rgba(148,163,184,.95);
  text-decoration: line-through;
  font-size: .95rem;
}

/* timer */
.cta-timer{
  margin: 1.25rem auto 1.55rem;
  max-width: 520px;
  border-radius: 18px;
  border: 1px solid rgba(148,163,184,.26);
  background: rgba(15,23,42,.55);
  padding: 1.05rem 1.1rem;
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
}

.cta-timer-title{
  font-weight: 700;
  margin-bottom: .55rem;
  color:#F9FAFF;
}

.cta-timer-digits{
  display:flex;
  justify-content:center;
  align-items: baseline;
  gap:.35rem;
  font-variant-numeric: tabular-nums;
}

.cta-timer-digits span{
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: .02em;
  color:#F9FAFF;
}

.cta-timer-digits .sep{
  opacity:.75;
  transform: translateY(-2px);
}

.cta-timer-labels{
  margin-top: .35rem;
  display:grid;
  grid-template-columns: repeat(4,1fr);
  gap:.2rem;
  font-size: .72rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(203,213,245,.9);
}

/* ONE BIG DATE CARD */
.cta-date-wrap{
  display:flex;
  justify-content:center;
  margin-top: .4rem;
}

.cta-date-card{
  text-align: left;
  width: 100%;
  max-width: 560px;
  border-radius: 22px;
  border: 1px solid rgba(148,163,184,.26);
  background: rgba(2,6,23,.62);
  padding: 1.35rem 1.35rem 1.2rem;
  box-shadow: 0 24px 70px rgba(0,0,0,.42);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.cta-date-card::before{
  content:"";
  position:absolute;
  inset:-45%;
  background:
    radial-gradient(circle at 20% 20%, rgba(236,72,153,.18), transparent 60%),
    radial-gradient(circle at 80% 75%, rgba(99,102,241,.22), transparent 60%);
  opacity:.9;
  pointer-events:none;
}

.cta-date-card > *{ position:relative; z-index:1; }

.cta-date-card--big{
  transform: translateZ(0);
}

.cta-date-top{
  display:flex;
  align-items:center;
  justify-content: space-between;
  margin-bottom: .65rem;
}

.cta-date-tag{
  display:inline-flex;
  padding: .22rem .7rem;
  border-radius: 999px;
  font-size: .74rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 800;
  background: rgba(236,72,153,.12);
  border: 1px solid rgba(236,72,153,.22);
  color: #F9FAFF;
}

.cta-date-dot{
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: rgba(236,72,153,1);
  box-shadow: 0 0 0 7px rgba(236,72,153,.12);
}

.cta-date-value{
  font-size: 1.65rem;   /* większe */
  font-weight: 950;
  color:#F9FAFF;
  margin-bottom: .8rem;
}

.cta-date-bullets{
  margin: 0 0 1.05rem;
  padding-left: 1.1rem;
  color: rgba(229,231,235,.92);
  font-size: .95rem;
}

.cta-date-bullets li{ margin-bottom: .35rem; }

.cta-btn{
  width: 100%;
  justify-content:center;
  text-align:center;
  white-space: nowrap; /* 1 linia na przycisku */
  padding: 1.05rem 1.2rem; /* większy button */
  font-size: 0.98rem;
}

@media (max-width: 420px){
  .cta-btn{
    white-space: normal; /* na bardzo małych ekranach pozwól złamać */
    line-height: 1.2;
    padding: 1rem 1rem;
  }
}

.cta-date-note{
  margin-top: .6rem;
  font-size: .85rem;
  color: rgba(148,163,184,.95);
  text-align:center;
}

.cta-note{
  font-size: 0.85rem;
  margin-top: 1.25rem;
  color: #9CA3AF;
}

/* line separator between CTA and footer */
.cta-separator{
  height: 1px;
  background: rgba(148,163,184,.14);
  max-width: 1120px;
  margin: 2.2rem auto 0;
}/* End custom CSS */