/* ===== Pixel Rush — dark content (matches hero) ===== */

body.page-home {
  background: #070b14;
  color: #eef2ff;
}

.page-home .pr-content {
  background:
    radial-gradient(ellipse 70% 40% at 50% 0%, rgba(123, 63, 255, 0.12), transparent 55%),
    linear-gradient(180deg, #070b14 0%, #0d1220 50%, #070b14 100%);
}

.page-home .pr-content .section h2 {
  font-family: Orbitron, sans-serif;
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  font-weight: 700;
  color: #eef2ff;
  line-height: 1.25;
  margin-bottom: 14px;
}

.page-home .pr-content .section h3 {
  font-family: Orbitron, sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 700;
  color: #17d6ea;
  margin-bottom: 12px;
}

.page-home .pr-content .section p,
.page-home .pr-content .section li {
  font-family: Rajdhani, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: rgba(238, 242, 255, 0.82);
  line-height: 1.55;
}

.page-home .pr-content .section strong {
  color: #ff8fd0;
  font-weight: 700;
}

.page-home .pr-content .section a {
  color: #17d6ea;
}

/* Application cards */
.page-home .gdzie-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 18px 20px;
  font-family: Rajdhani, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.45;
  color: rgba(238, 242, 255, 0.88);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(8px);
}

.page-home .gdzie-card strong {
  display: block;
  margin-top: 6px;
  font-family: Orbitron, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #17d6ea;
  line-height: 1.35;
}

/* Benefits */
.page-home .benefit-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 4px solid #ff2ea3;
  border-radius: 14px;
  padding: 22px;
  font-family: Rajdhani, sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(238, 242, 255, 0.85);
  box-shadow: 0 8px 28px rgba(255, 46, 163, 0.08);
}

.page-home .benefit-card .benefit-title {
  font-family: Orbitron, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #eef2ff;
  margin-bottom: 8px;
  letter-spacing: 0.01em;
}

.page-home .benefit-card .benefit-icon {
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.page-home .gallery img {
  opacity: 1;
  filter: none;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.page-home .gallery img:hover {
  box-shadow: 0 12px 40px rgba(255, 46, 163, 0.2);
}

.page-home .gallery-section-lead {
  max-width: 52rem;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
}

/* Pricing */
.pr-pricing-lead {
  margin: 28px 0 24px;
  padding: 20px 24px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 46, 163, 0.35);
  box-shadow: 0 0 40px rgba(255, 46, 163, 0.12);
  text-align: center;
}

.pr-pricing-lead strong {
  display: block;
  font-family: Orbitron, sans-serif;
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  background: linear-gradient(90deg, #ff2ea3, #17d6ea);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 8px;
}

.pr-pricing-lead span {
  font-family: Rajdhani, sans-serif;
  font-size: 1.05rem;
  color: rgba(238, 242, 255, 0.72);
  line-height: 1.45;
}

.pr-pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-bottom: 24px;
}

@media (min-width: 640px) {
  .pr-pricing-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .pr-pricing-grid { grid-template-columns: repeat(4, 1fr); }
}

.pr-pricing-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 3px solid #ff2ea3;
  border-radius: 16px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.3);
}

.pr-pricing-card h3 {
  font-family: Orbitron, sans-serif;
  font-size: 0.95rem;
  color: #17d6ea;
  margin: 0 0 6px;
}

.pr-pricing-size {
  font-family: Rajdhani, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #ff8fd0;
  margin: 0 0 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pr-pricing-card p {
  font-family: Rajdhani, sans-serif;
  font-size: 1.05rem;
  color: rgba(238, 242, 255, 0.78);
  line-height: 1.45;
  margin: 0 0 12px;
  flex: 1;
}

.pr-pricing-price {
  font-family: Orbitron, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(238, 242, 255, 0.5);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 16px !important;
}

.pr-pricing-cta {
  display: block;
  text-align: center;
  font-family: Rajdhani, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(90deg, #ff2ea3, #7b3fff);
  padding: 12px 16px;
  border-radius: 999px;
  transition: transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 8px 24px rgba(255, 46, 163, 0.25);
}

.pr-pricing-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgba(255, 46, 163, 0.35);
}

.pr-pricing-note {
  font-family: Rajdhani, sans-serif;
  font-size: 1.05rem;
  color: rgba(238, 242, 255, 0.65);
  text-align: center;
}

.pr-pricing-note a {
  color: #17d6ea;
  font-weight: 700;
}

/* Contact */
.pr-contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .pr-contact-grid {
    grid-template-columns: 1fr 1.1fr;
    align-items: start;
  }
}

.pr-contact-simple {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.pr-contact-simple__lead {
  font-family: Rajdhani, sans-serif;
  font-size: 1.05rem;
  line-height: 1.5;
  color: rgba(238, 242, 255, 0.82);
  margin: 0 0 20px;
}

.pr-contact-simple__list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  text-align: left;
  display: inline-block;
  font-family: Rajdhani, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(238, 242, 255, 0.78);
}

.pr-contact-simple__list li {
  margin-bottom: 6px;
  padding-left: 1.1em;
  position: relative;
}

.pr-contact-simple__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #17d6ea;
}

.pr-contact-simple__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.pr-contact-simple__actions .pr-form__submit {
  text-decoration: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 480px) {
  .pr-contact-simple__actions {
    flex-direction: column;
  }
  .pr-contact-simple__actions .pr-form__submit {
    width: 100%;
  }
}

.page-home .pr-content .contact a {
  color: #17d6ea;
}

.pr-form {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.pr-form label {
  display: block;
  font-family: Rajdhani, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #17d6ea;
  margin-bottom: 6px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pr-form input,
.pr-form select,
.pr-form textarea {
  width: 100%;
  font-family: Rajdhani, sans-serif;
  font-size: 1.05rem;
  padding: 12px 14px;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  background: rgba(7, 11, 20, 0.6);
  color: #eef2ff;
}

.pr-form input::placeholder,
.pr-form textarea::placeholder {
  color: rgba(238, 242, 255, 0.4);
}

.pr-form input:focus,
.pr-form select:focus,
.pr-form textarea:focus {
  outline: 2px solid #ff2ea3;
  outline-offset: 1px;
  border-color: #ff2ea3;
  background: rgba(7, 11, 20, 0.85);
}

.pr-form textarea {
  min-height: 110px;
  resize: vertical;
}

.pr-form__submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: Rajdhani, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(90deg, #ff2ea3, #7b3fff);
  border: none;
  border-radius: 999px;
  padding: 14px 24px;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(255, 46, 163, 0.3);
}

.pr-form__submit:hover {
  opacity: 0.95;
}

.pr-form__note {
  font-family: Rajdhani, sans-serif;
  font-size: 0.9rem;
  color: rgba(238, 242, 255, 0.55);
  margin-top: 10px;
}

.pr-form__alt {
  font-family: Rajdhani, sans-serif;
  font-size: 0.9rem;
  margin-top: 8px;
}

.pr-form__alt a {
  color: #17d6ea;
}

.pr-form-error {
  font-family: Rajdhani, sans-serif;
  font-size: 1rem;
  color: #ffb4b4;
  background: rgba(180, 35, 24, 0.15);
  border: 1px solid rgba(254, 205, 202, 0.25);
  border-radius: 10px;
  padding: 12px 16px;
  margin: 0 0 16px;
}

.pr-mail-ready {
  margin-top: 20px;
  padding: 18px 16px;
  border-radius: 12px;
  border: 1px solid rgba(23, 214, 234, 0.35);
  background: rgba(23, 214, 234, 0.08);
  text-align: left;
}

.pr-mail-ready__title {
  font-family: Orbitron, sans-serif;
  font-size: 1rem;
  margin: 0 0 10px;
  color: #eef2ff;
}

.pr-mail-ready__hint,
.pr-mail-ready__outlook {
  font-family: Rajdhani, sans-serif;
  font-size: 0.95rem;
  line-height: 1.45;
  color: rgba(238, 242, 255, 0.82);
  margin: 0 0 8px;
}

.pr-mail-ready__email {
  font-family: Rajdhani, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #17d6ea;
  margin: 0 0 14px;
  word-break: break-all;
}

.pr-mail-ready__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.pr-form__submit--secondary {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.pr-mail-ready__copied {
  font-family: Rajdhani, sans-serif;
  font-size: 0.85rem;
  color: #86efac;
  margin: 8px 0 0;
}

.pr-mail-ready__copy {
  display: inline-block;
  margin-right: 14px;
  margin-top: 4px;
  font-family: Rajdhani, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #17d6ea;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
}

.pr-mail-ready__fallback {
  font-family: Rajdhani, sans-serif;
  font-size: 0.88rem;
  line-height: 1.45;
  color: rgba(238, 242, 255, 0.65);
  margin: 14px 0 0;
}

.pr-mail-ready__fallback a {
  color: #17d6ea;
}

/* Blog preview on home */
.page-home #blog-preview {
  background: transparent !important;
}

.page-home #blog-preview .blog-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.3);
}

.page-home #blog-preview .blog-card h3 {
  color: #17d6ea !important;
}

.page-home #blog-preview .blog-card p {
  color: rgba(238, 242, 255, 0.75) !important;
}

.page-home #blog-preview .blog-card a {
  color: #ff8fd0 !important;
}

.page-home .btn-main {
  background: linear-gradient(90deg, #ff2ea3, #7b3fff) !important;
  color: #fff !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 24px rgba(255, 46, 163, 0.3);
}

.page-home .footer {
  color: rgba(238, 242, 255, 0.45) !important;
}

/* Sticky mobile bar */
.pr-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  background: rgba(7, 11, 20, 0.96);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  gap: 10px;
}

@media (max-width: 768px) {
  .pr-sticky-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  body.page-home {
    padding-bottom: 64px;
  }
}

.pr-sticky-bar a {
  font-family: Rajdhani, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 12px 10px;
  border-radius: 10px;
}

.pr-sticky-bar a:first-child {
  color: #fff;
  background: linear-gradient(90deg, #ff2ea3, #7b3fff);
}

.pr-sticky-bar a:last-child {
  color: #070b14;
  background: #17d6ea;
}

html.pr-no-smooth-scroll {
  scroll-behavior: auto !important;
}
html,
body.page-home {
  background: #070b14 !important;
  color: #eef2ff;
}

.page-home .pr-hero .pr-hero__nav,
.page-home .pr-hero__header nav {
  position: static !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

/* Site-wide header nav (index + gry/blog/faq) — matches homepage */
.pr-hero__header .pr-hero__nav a {
  color: rgba(238, 242, 255, 0.72) !important;
  font-family: Rajdhani, sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  padding: 9px 11px !important;
}

.pr-hero__header .pr-hero__nav a:hover,
.pr-hero__header .pr-hero__nav a.is-active {
  color: #eef2ff !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

.pr-hero__header .pr-hero__nav a.is-active {
  box-shadow: inset 0 -2px 0 #ff2ea3 !important;
  outline: none !important;
}

.pr-hero__header .nav-container a:hover {
  background: rgba(255, 255, 255, 0.06) !important;
  color: #eef2ff !important;
}

.pr-hero__header .pr-hero__cta-nav:hover {
  background:
    linear-gradient(#0d1220, #0d1220) padding-box,
    linear-gradient(90deg, #ff2ea3, #7b3fff, #17d6ea) border-box !important;
  color: #eef2ff !important;
}

.pr-hero__header nav.pr-hero__nav {
  position: static !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.page-home #blog-preview h2 {
  font-family: Orbitron, sans-serif;
  background: linear-gradient(90deg, #ff2ea3, #17d6ea) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

.page-home #blog-preview > .container > p {
  color: rgba(238, 242, 255, 0.75) !important;
}

.page-home .pr-footer-eu {
  background: #070b14;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 8px;
  padding-bottom: 40px;
}

.page-home .pr-footer-eu img {
  display: block;
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 16px auto 12px;
  padding: 16px 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  mix-blend-mode: normal;
  filter: brightness(1.08) contrast(1.05);
  opacity: 0.92;
}

.page-home .pr-footer-eu .footer {
  color: rgba(238, 242, 255, 0.45) !important;
  margin: 0;
}

.page-home .pr-hero__partners-grid {
  display: grid !important;
  visibility: visible !important;
}

.page-home .pr-hero__partner-box img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-width: min(100%, 168px) !important;
  max-height: 52px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}
