/* Sony RX10 V Landing Page — euro.com.pl — prefix: rx10v- — wersja jasna */

/* === Design Tokens (scoped to wrapper) === */
.rx10v-lp {
  --rx10v-canvas:   #f5f5f7;
  --rx10v-s1:       #ffffff;
  --rx10v-s2:       #ededf0;
  --rx10v-hairline: #e0e0e4;
  --rx10v-ink:      #111111;
  --rx10v-muted:    #63636b;
  --rx10v-accent:      #ffd200;  /* żółty CTA z banerów kampanii */
  --rx10v-accent2:     #edc200;  /* hover */
  --rx10v-accent-deep: #111111;  /* małe etykiety/numery — czerń jak w hero (żółć = pojedynczy akcent) */
  --rx10v-dark:        #0c0c0e;  /* ciemna sekcja hero (kolorystyka banerów) */
  --rx10v-dark2:       #1a1a1e;
  /* Styl ostry — zero zaokrągleń w całym LP */
  --rx10v-r-sm:     0;
  --rx10v-r-md:     0;
  --rx10v-r-lg:     0;
  --rx10v-r-xl:     0;
  --rx10v-r-pill:   0;
  --rx10v-font:     'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Domyślny margines body robi białą ramkę wokół LP przy podglądzie standalone.
   Euro.com.pl ma własny reset (margin 0), więc ta reguła jest z nim tożsama. */
body { margin: 0; }

/* === Wrapper === */
.rx10v-lp {
  font-family: var(--rx10v-font);
  background-color: var(--rx10v-canvas);
  background-image: radial-gradient(circle, rgba(17,17,17,0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  color: var(--rx10v-ink);
  overflow-x: hidden;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'cv11' 1, 'ss03' 1;
}

/* === Container === */
.rx10v-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
}
@media (min-width: 960px) {
  .rx10v-container { max-width: 960px; padding-left: 2rem; padding-right: 2rem; }
}
@media (min-width: 1230px) {
  .rx10v-container { max-width: 1218px; padding-left: 2.5rem; padding-right: 2.5rem; }
}
@media (min-width: 1440px) {
  .rx10v-container { max-width: 1376px; padding-left: 3rem; padding-right: 3rem; }
}

/* === Keyframes === */
@keyframes rx10v-glow-pulse {
  0%, 100% { opacity: 0.35; }
  50%       { opacity: 0.6; }
}
@keyframes rx10v-spin {
  to { transform: rotate(360deg); }
}

/* === Scroll Reveal === */
.rx10v-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.rx10v-reveal.rx10v-visible {
  opacity: 1;
  transform: translateY(0);
}
.rx10v-reveal-delay-1 { transition-delay: 0.1s; }
.rx10v-reveal-delay-2 { transition-delay: 0.2s; }
.rx10v-reveal-delay-3 { transition-delay: 0.3s; }
.rx10v-reveal-delay-4 { transition-delay: 0.4s; }

/* ============================================================
   HEADER
   ============================================================ */
.rx10v-header {
  background-color: rgba(12, 12, 14, 0.72);
  backdrop-filter: blur(19px) saturate(160%);
  -webkit-backdrop-filter: blur(10px) saturate(160%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: sticky;
  top: 0;
  z-index: 100;
}
.rx10v-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
  max-width: 1376px;
  margin: 0 auto;
  padding: 0 2.4rem;
}
.rx10v-header-left {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: inherit;
}
.rx10v-logo-centre {
  height: 28px;
  width: auto;
  display: block;
}
.rx10v-header-tagline {
  font-size: 12px;
  color: #9a9aa2;
  letter-spacing: 0.02em;
  font-weight: 400;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  padding-left: 14px;
}
.rx10v-logo-sony {
  height: 18px;
  width: auto;
  display: block;
}
@media (max-width: 600px) {
  .rx10v-header-tagline { display: none; }
  .rx10v-header-inner { padding: 0 1.25rem; }
}

/* ============================================================
   HERO
   ============================================================ */
.rx10v-hero {
  background: linear-gradient(180deg, #fbfbfd 0%, var(--rx10v-canvas) 100%);
  padding-top: 64px;
  padding-bottom: 0;
  overflow: hidden;
  position: relative;
  margin-top: -64px;
}
.rx10v-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(17,17,17,0.07) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 1;
}
.rx10v-hero-inner {
  display: grid;
  grid-template-columns: minmax(500px, 580px) 1fr;
  align-items: center;
  gap: 0;
  max-width: none;
  margin: 0;
  padding: 0 0 0 max(1.5rem, calc((100vw - 1376px) / 2 + 3rem));
  min-height: 700px;
  position: relative;
  z-index: 2;
}
.rx10v-hero-content {
  padding: 80px 3rem 80px 0;
}
.rx10v-hero-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #111;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 6px 14px;
  margin-bottom: 28px;
}
.rx10v-hero-title {
  font-size: clamp(48px, 6vw, 77px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: clamp(-2px, -0.05em, -4.1px);
  color: var(--rx10v-ink);
  margin: 0 0 24px 0;
}
.rx10v-hero-title-accent {
  display: block;
  background: linear-gradient(135deg, var(--rx10v-accent2) 0%, var(--rx10v-accent) 55%, #ffe566 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-top: 0.1em;
  padding-bottom: 0.15em;
}
.rx10v-hero-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--rx10v-muted);
  margin: 0 0 36px 0;
  max-width: 470px;
  letter-spacing: -0.01em;
}
.rx10v-hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.rx10v-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: var(--rx10v-accent);
  color: #111;
  font-family: var(--rx10v-font);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  padding: 12px 22px;
  border-radius: 0;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(255, 210, 0, 0.4);
  transition: background-color 0.2s, box-shadow 0.2s, transform 0.15s;
}
.rx10v-btn-primary:hover {
  background-color: var(--rx10v-accent2);
  box-shadow: 0 6px 28px rgba(255, 210, 0, 0.5);
  transform: translateY(-1px);
}
.rx10v-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: var(--rx10v-s1);
  color: var(--rx10v-ink);
  font-family: var(--rx10v-font);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  padding: 12px 22px;
  border-radius: var(--rx10v-r-pill);
  text-decoration: none;
  border: 1px solid var(--rx10v-hairline);
  cursor: pointer;
  transition: background-color 0.2s;
}
.rx10v-btn-secondary:hover { background-color: var(--rx10v-s2); }

.rx10v-hero-awards {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 48px;
  flex-wrap: wrap;
}
.rx10v-award-chip {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 24px 0 0;
}
.rx10v-award-chip + .rx10v-award-chip {
  padding: 0 24px;
  border-left: 1px solid var(--rx10v-hairline);
}
.rx10v-award-chip-icon {
  font-size: 30px;
  font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24;
  color: var(--rx10v-muted);
  line-height: 1;
  flex-shrink: 0;
  user-select: none;
}
.rx10v-award-chip-text {
  font-size: 11px;
  font-weight: 500;
  color: var(--rx10v-muted);
  line-height: 1.2;
  max-width: 170px;
}

.rx10v-hero-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  min-height: 640px;
}
.rx10v-hero-glow {
  position: absolute;
  width: 70%;
  height: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse, rgba(236,50,58,0.12) 0%, transparent 70%);
  pointer-events: none;
  animation: rx10v-glow-pulse 4s ease-in-out infinite;
}
/* Wrapper dopasowany do zdjęcia — kotwica dla badge i flary */
.rx10v-hero-imgwrap {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 640px;
  line-height: 0;
  /* Kontener odniesienia — badge skaluje się względem szerokości aparatu (cqi) */
  container-type: inline-size;
}
.rx10v-hero-img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 30px 60px rgba(17,17,17,0.18));
  transform: scale(1);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center 55%;
}
/* Delikatne powiększenie packshotu po najechaniu na kontener hero */
.rx10v-hero-media:hover .rx10v-hero-img { transform: scale(1.05); }

/* Lens flare — rozbłysk na szkle obiektywu, pętla co ~4 s */
.rx10v-hero-flare {
  position: absolute;
  left: 62%;
  top: 56%;
  width: 130px;
  height: 130px;
  z-index: 3;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0;
  background: radial-gradient(circle,
    rgba(255,255,255,0.95) 0%,
    rgba(205,228,255,0.55) 20%,
    rgba(205,228,255,0.12) 42%,
    transparent 62%);
  animation: rx10v-flare 10s ease-in-out infinite;
}
/* smuga podążająca po przekątnej (środek → lewy górny) */
.rx10v-hero-flare::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 380px;
  height: 2px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.75) 50%, transparent 100%);
  filter: blur(0.6px);
}
/* poziomy anamorficzny błysk */
.rx10v-hero-flare::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 240px;
  height: 2px;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, transparent 0%, rgba(190,220,255,0.7) 50%, transparent 100%);
}
@keyframes rx10v-flare {
  0%, 90%   { opacity: 0; transform: translate(-50%, -50%) scale(0.5) rotate(0deg); }
  95%       { opacity: 0.95; }
  100%      { opacity: 0; transform: translate(calc(-50% - 96px), calc(-50% - 104px)) scale(1.22) rotate(75deg); }
}
@media (prefers-reduced-motion: reduce) {
  .rx10v-hero-flare { display: none; }
}
@media (max-width: 960px) {
  .rx10v-hero-flare { display: none; }
}

/* --- Wariant ciemny hero (kolorystyka banerów kampanii) --- */
.rx10v-hero--dark {
  background: linear-gradient(120deg, var(--rx10v-dark) 0%, var(--rx10v-dark2) 62%, #232328 100%);
}
/* Tło: key visual z maskonurem + ciemna nakładka dla czytelności tekstu */
.rx10v-hero--dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(100deg, rgba(12,12,14,0.97) 0%, rgba(12,12,14,0.88) 34%, rgba(12,12,14,0.55) 62%, rgba(12,12,14,0.35) 100%),
    url('images/hero-bg-puffin.webp');
  background-size: auto, cover;
  background-position: center, right center;
  background-repeat: no-repeat;
  z-index: 0;
}
.rx10v-hero--dark::after {
  background-image: radial-gradient(circle, rgba(255,255,255,0.09) 1px, transparent 1px);
}
.rx10v-hero--dark .rx10v-hero-title { color: #ffffff; }
.rx10v-hero--dark .rx10v-hero-subtitle { color: #b9b9c1; }
.rx10v-hero--dark .rx10v-hero-eyebrow {
  color: #c9c9d1;
  background-color: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
}
.rx10v-hero--dark .rx10v-btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.28);
}
.rx10v-hero--dark .rx10v-btn-secondary:hover { background-color: rgba(255, 255, 255, 0.08); }
.rx10v-hero--dark .rx10v-hero-awards {
  display: grid;
  grid-template-columns: auto auto;
  gap: 18px 40px;
  justify-content: start;
  align-items: center;
}
.rx10v-hero--dark .rx10v-award-chip { padding: 0; }
.rx10v-hero--dark .rx10v-award-chip + .rx10v-award-chip { border-left: none; padding: 0; }
.rx10v-hero--dark .rx10v-award-chip-icon,
.rx10v-hero--dark .rx10v-award-chip-text { color: #a8a8b0; }
@media (max-width: 960px) {
  .rx10v-hero--dark .rx10v-hero-awards { justify-content: center; }
}
@media (max-width: 600px) {
  .rx10v-hero--dark .rx10v-hero-awards { grid-template-columns: auto; justify-items: center; }
  .rx10v-hero--dark .rx10v-award-chip + .rx10v-award-chip { border-top: none; }
}

.rx10v-hero--dark .rx10v-hero-media { min-height: 620px; }
.rx10v-hero--dark .rx10v-hero-imgwrap { max-width: 560px; }
.rx10v-hero--dark .rx10v-hero-img {
  mix-blend-mode: normal;
}
/* Halo separujące ciemny aparat od ciemnego tła + żółty poblask marki */
.rx10v-hero--dark .rx10v-hero-glow {
  width: 82%;
  height: 76%;
  background:
    radial-gradient(ellipse at 50% 45%, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0.05) 42%, transparent 70%),
    radial-gradient(ellipse at 50% 60%, rgba(255,210,0,0.12) 0%, transparent 72%);
}
/* Miękki cień „gruntujący" pod aparatem */
.rx10v-hero--dark .rx10v-hero-img {
  filter: drop-shadow(0 26px 34px rgba(0,0,0,0.55));
}

/* Plakietka NOWOŚĆ — pływa nad aparatem */
@keyframes rx10v-badge-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-9px); }
}
.rx10v-new-badge {
  position: absolute;
  /* Pozycja w % + rozmiar w cqi = stała relacja badge↔aparat na każdej szerokości */
top: -20px;
    right: 0;
  z-index: 3;
  background-color: var(--rx10v-accent);
  color: #111;
  font-size: clamp(11px, 2.35cqi, 14px);
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  padding: 0.62em 1.25em;
  border-radius: 0;
  box-shadow: 0 10px 30px rgba(255, 210, 0, 0.35), 0 2px 8px rgba(0, 0, 0, 0.3);
  animation: rx10v-badge-float 3.2s ease-in-out infinite;
  pointer-events: none;
  user-select: none;
}
@media (prefers-reduced-motion: reduce) {
  .rx10v-new-badge { animation: none; }
}

@media (max-width: 960px) {
  .rx10v-hero-inner {
    grid-template-columns: 1fr;
    padding: 32px 1.5rem 8px;
    min-height: 0;
    text-align: center;
  }
  .rx10v-hero-subtitle { max-width: 100%; margin-left: auto; margin-right: auto; }
  .rx10v-hero-actions { justify-content: center; }
  .rx10v-hero-awards { justify-content: center; }
  .rx10v-hero-media,
  .rx10v-hero--dark .rx10v-hero-media { order: -1; min-height: 0; max-height: none; overflow: visible; }
  .rx10v-hero-imgwrap,
  .rx10v-hero--dark .rx10v-hero-imgwrap { max-width: 420px; }
  .rx10v-hero-content { padding: 8px 0 8px; }
}
@media (max-width: 600px) {
  .rx10v-hero { padding-top: 104px; }
  .rx10v-hero-content { padding-top: 48px; padding-bottom: 56px; }
  .rx10v-hero-title { font-size: 40px; letter-spacing: -2px; }
  .rx10v-hero-subtitle { font-size: 16px; }
  .rx10v-hero-imgwrap,
  .rx10v-hero--dark .rx10v-hero-imgwrap { max-width: 340px; }
  .rx10v-hero-awards { flex-direction: column; align-items: center; gap: 0; margin-top: 32px; }
  .rx10v-award-chip { padding: 12px 0; justify-content: center; }
  .rx10v-award-chip + .rx10v-award-chip { padding: 12px 0 0; border-left: none; border-top: 1px solid var(--rx10v-hairline); }
}

/* ============================================================
   STATS STRIP
   ============================================================ */
.rx10v-stats {
  border-top: 1px solid var(--rx10v-hairline);
  border-bottom: 1px solid var(--rx10v-hairline);
  background-color: var(--rx10v-s1);
}
.rx10v-stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.rx10v-stat {
  padding: 32px 24px 28px;
  border-right: 1px solid var(--rx10v-hairline);
  text-align: center;
}
.rx10v-stat:last-child { border-right: none; }
.rx10v-stat-value {
  font-size: clamp(30px, 3.6vw, 44px);
  font-weight: 500;
  letter-spacing: -2px;
  color: var(--rx10v-ink);
  line-height: 1;
  margin-bottom: 6px;
  white-space: nowrap;
}
.rx10v-stat-unit {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.5px;
  color: var(--rx10v-muted);
}
.rx10v-stat-label {
  font-size: 12px;
  font-weight: 500;
  color: var(--rx10v-muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.rx10v-stat-note {
  font-size: 10px;
  color: #9a9aa2;
  letter-spacing: 0.01em;
  margin-top: 6px;
  line-height: 1.3;
}
@media (max-width: 700px) {
  .rx10v-stats-inner { grid-template-columns: repeat(2, 1fr); }
  .rx10v-stat:nth-child(2) { border-right: none; }
  .rx10v-stat:nth-child(1),
  .rx10v-stat:nth-child(2) { border-bottom: 1px solid var(--rx10v-hairline); }
}
@media (max-width: 400px) {
  .rx10v-stats-inner { grid-template-columns: 1fr; }
  .rx10v-stat { border-right: none; border-bottom: 1px solid var(--rx10v-hairline); }
  .rx10v-stat:last-child { border-bottom: none; }
}

/* ============================================================
   SECTION SHARED
   ============================================================ */
.rx10v-section {
  padding: 96px 0;
}
.rx10v-section-alt {
  background-color: #eeeef1;
}
.rx10v-section-header {
  text-align: center;
  margin-bottom: 56px;
}
.rx10v-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 0;
  padding: 5px 13px;
  margin-bottom: 20px;
  background-color: #111111;
  border: none;
}
.rx10v-section-title {
  font-size: clamp(36px, 4.5vw, 62px);
  font-weight: 500;
  letter-spacing: clamp(-1.5px, -0.05em, -3.1px);
  line-height: 1.0;
  color: var(--rx10v-ink);
  margin: 0 0 16px 0;
  overflow-wrap: break-word;
}
.rx10v-section-desc {
  font-size: 18px;
  font-weight: 400;
  color: var(--rx10v-muted);
  line-height: 1.5;
  letter-spacing: -0.01em;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .rx10v-section { padding: 56px 0; }
  .rx10v-section-title { font-size: 26px; letter-spacing: -0.8px; }
  .rx10v-section-desc { font-size: 16px; }
}

/* ============================================================
   FEATURES (PHOTO CARDS)
   ============================================================ */
/* Bento: bez białych kart i odstępów — delikatna siatka 1px */
.rx10v-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background-color: var(--rx10v-hairline);
  border: 1px solid var(--rx10v-hairline);
}
.rx10v-feat-card {
  background-color: var(--rx10v-canvas);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 300px;
  position: relative;
  transition: background-color 0.25s;
}
.rx10v-feat-card:hover {
  background-color: #f0f0f3;
}

/* bento modifiers */
.rx10v-feat-card--tall {
  grid-row: span 2;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  min-height: 620px;
}
.rx10v-feat-card--tall .rx10v-feat-media {
  order: -1;
  height: 100%;
}
.rx10v-feat-card--tall .rx10v-feat-body {
  justify-content: flex-end;
}
.rx10v-feat-card--wide {
  grid-column: span 2;
}
@media (min-width: 960px) {
  .rx10v-feat-card--wide .rx10v-feat-body { justify-content: center; }
}

.rx10v-feat-body {
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.rx10v-feat-num {
  font-size: 11px;
  font-weight: 500;
  color: var(--rx10v-accent-deep);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.rx10v-feat-title {
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 700;
  color: var(--rx10v-ink);
  letter-spacing: -0.5px;
  line-height: 1.15;
  margin: 0 0 10px;
}
.rx10v-feat-tagline {
  font-size: 13px;
  color: var(--rx10v-muted);
  line-height: 1.55;
  margin: 0;
}
/* Rozszerzona lista — tylko desktop, wypełnia szeroki kafelek */
.rx10v-feat-points {
  display: none;
}
@media (min-width: 960px) {
  .rx10v-feat-card--wide .rx10v-feat-points {
    display: block;
    list-style: none;
    padding: 0;
    margin: 22px 0 0;
    border-top: 1px solid var(--rx10v-hairline);
  }
  .rx10v-feat-card--wide .rx10v-feat-points li {
    position: relative;
    font-size: 13px;
    color: var(--rx10v-muted);
    line-height: 1.4;
    padding: 12px 0 12px 24px;
    border-bottom: 1px solid var(--rx10v-hairline);
  }
  .rx10v-feat-card--wide .rx10v-feat-points li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 17px;
    width: 9px;
    height: 9px;
    background-color: var(--rx10v-accent);
  }
}
.rx10v-feat-media {
  position: relative;
  overflow: hidden;
}
.rx10v-feat-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.rx10v-feat-card:hover .rx10v-feat-img { transform: scale(1.04); }

@media (max-width: 960px) {
  .rx10v-features-grid { grid-template-columns: 1fr; }
  .rx10v-feat-card { grid-template-columns: 1fr 1fr; min-height: 240px; }
  .rx10v-feat-card--tall { grid-row: span 1; grid-template-columns: 1fr 1fr; grid-template-rows: auto; min-height: 240px; }
  .rx10v-feat-card--tall .rx10v-feat-media { order: 0; height: auto; }
  .rx10v-feat-card--wide { grid-column: span 1; }
}
@media (max-width: 600px) {
  .rx10v-feat-card { grid-template-columns: 1fr; min-height: auto; }
  .rx10v-feat-media { height: 200px; }
  .rx10v-feat-body { padding: 24px 20px; }
}

/* ============================================================
   HIGHLIGHTS (alternating image + text)
   ============================================================ */
.rx10v-highlights {
  background-color: var(--rx10v-dark);
}
/* Immersyjne kadry pełnoszerokościowe — tekst na zdjęciu */
.rx10v-highlight {
  position: relative;
  min-height: clamp(460px, 62vh, 660px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.rx10v-highlight-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.rx10v-highlight-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 6s ease;
}
.rx10v-highlight:hover .rx10v-highlight-img { transform: scale(1.09); }
/* Scrim: mocniej od dołu i od strony tekstu */
.rx10v-highlight-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(8,8,10,0.9) 0%, rgba(8,8,10,0.45) 32%, transparent 62%),
    linear-gradient(to right, rgba(8,8,10,0.72) 0%, transparent 52%);
}
.rx10v-highlight-reverse .rx10v-highlight-overlay {
  background:
    linear-gradient(to top, rgba(8,8,10,0.9) 0%, rgba(8,8,10,0.45) 32%, transparent 62%),
    linear-gradient(to left, rgba(8,8,10,0.72) 0%, transparent 52%);
}
.rx10v-highlight-body {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  max-width: 1376px;
  margin: 0 auto;
  padding: 0 3rem 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.rx10v-highlight-reverse .rx10v-highlight-body {
  align-items: flex-end;
  text-align: right;
}
.rx10v-highlight-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 18px;
}
.rx10v-highlight-kicker::before {
  content: '';
  width: 30px;
  height: 3px;
  background-color: var(--rx10v-accent);
}
.rx10v-highlight-reverse .rx10v-highlight-kicker { flex-direction: row-reverse; }
.rx10v-highlight-title {
  font-size: clamp(30px, 3.4vw, 46px);
  font-weight: 600;
  letter-spacing: -1.5px;
  line-height: 1.08;
  color: #ffffff;
  margin: 0 0 18px 0;
  max-width: 620px;
}
.rx10v-highlight-desc {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,0.82);
  line-height: 1.65;
  letter-spacing: -0.01em;
  margin: 0 0 26px 0;
  max-width: 480px;
}
.rx10v-highlight-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 0;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.03em;
}

@media (max-width: 960px) {
  .rx10v-highlight { min-height: 0; aspect-ratio: 4 / 5; max-height: 620px; }
  .rx10v-highlight-body,
  .rx10v-highlight-reverse .rx10v-highlight-body {
    align-items: flex-start;
    text-align: left;
    padding: 0 1.5rem 40px;
  }
  .rx10v-highlight-reverse .rx10v-highlight-kicker { flex-direction: row; }
  .rx10v-highlight-desc { max-width: 100%; }
  .rx10v-highlight-overlay,
  .rx10v-highlight-reverse .rx10v-highlight-overlay {
    background: linear-gradient(to top, rgba(8,8,10,0.92) 0%, rgba(8,8,10,0.5) 38%, rgba(8,8,10,0.15) 70%);
  }
}
@media (max-width: 600px) {
  .rx10v-highlight { aspect-ratio: 3 / 4; }
  .rx10v-highlight-title { font-size: 26px; letter-spacing: -1px; }
}

/* ============================================================
   PRODUCTS
   ============================================================ */
.rx10v-products {
  background-color: var(--rx10v-s1);
  border-top: 1px solid var(--rx10v-hairline);
  border-bottom: 1px solid var(--rx10v-hairline);
  padding: 80px 0;
}
/* Interaktywny grid pikseli — wybrzusza się pod kursorem (efekt soczewki/kuli) */
#kup-teraz { position: relative; overflow: hidden; }
#kup-teraz .rx10v-container { position: relative; z-index: 1; }
.rx10v-dotgrid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  pointer-events: none;
}
.rx10v-product-hero {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  align-items: center;
  gap: 40px;
  min-height: 480px;
}
.rx10v-product-hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.rx10v-product-hero-content .rx10v-badge { margin-bottom: 20px; }
.rx10v-product-hero-name {
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--rx10v-ink);
  margin: 0 0 8px 0;
  line-height: 1.05;
}
.rx10v-product-hero-model {
  font-size: 13px;
  color: #9a9aa2;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin: 0 0 32px 0;
}
.rx10v-product-hero-specs {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.rx10v-product-hero-specs li {
  font-size: 15px;
  color: var(--rx10v-muted);
  line-height: 1.4;
}
.rx10v-product-hero-specs li strong {
  color: var(--rx10v-ink);
  font-weight: 600;
  display: block;
  font-size: 16px;
}
.rx10v-product-hero-media {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rx10v-product-hero-img {
  width: 100%;
  max-width: 680px;
  height: auto;
  display: block;
  filter: drop-shadow(0 30px 60px rgba(0,0,0,0.5));
}
/* Crossfade packshotu: co 4 s zamiana front (3/4) <-> tył, w pętli */
.rx10v-product-hero-swap {
  position: relative;
  width: 100%;
  max-width: 680px;
}
.rx10v-product-hero-swap .rx10v-product-hero-img {
  width: 100%;
  max-width: 100%;
}
.rx10v-swap-b {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: contain;
}
@keyframes rx10v-swap-a {
  0%, 45%   { opacity: 1; }
  50%, 95%  { opacity: 0; }
  100%      { opacity: 1; }
}
@keyframes rx10v-swap-b {
  0%, 45%   { opacity: 0; }
  50%, 95%  { opacity: 1; }
  100%      { opacity: 0; }
}
.rx10v-swap-a { animation: rx10v-swap-a 8s ease-in-out infinite; }
.rx10v-swap-b { animation: rx10v-swap-b 8s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce) {
  .rx10v-swap-a, .rx10v-swap-b { animation: none; }
  .rx10v-swap-b { display: none; }
}
@media (max-width: 768px) {
  .rx10v-product-hero {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .rx10v-product-hero-content { align-items: center; }
  .rx10v-product-hero-media { order: -1; }
  .rx10v-product-hero-img { max-width: 360px; }
  .rx10v-product-hero-swap { max-width: 360px; }
}

/* --- Wariant ciemny sekcji produktów --- */
.rx10v-products--dark {
  background-color: var(--rx10v-dark);
  border-color: rgba(255,255,255,0.08);
}
.rx10v-products--dark .rx10v-badge {
  background-color: var(--rx10v-accent);
  color: #111;
}
.rx10v-products--dark .rx10v-product-hero-name { color: #ffffff; }
.rx10v-products--dark .rx10v-product-hero-model { color: #7f7f88; }
.rx10v-products--dark .rx10v-product-hero-specs li { color: #b9b9c1; }
.rx10v-products--dark .rx10v-product-hero-specs li strong { color: #ffffff; }
.rx10v-products--dark .rx10v-product-hero-img {
  mix-blend-mode: normal;
  filter: drop-shadow(0 30px 55px rgba(0,0,0,0.6));
}

/* ============================================================
   SPECS (rozwijana, ciemna, czytelna siatka)
   ============================================================ */
.rx10v-specs-details {
  margin-top: 64px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.rx10v-specs-summary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  cursor: pointer;
  background-color: transparent;
  list-style: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  user-select: none;
  transition: background-color 0.2s, border-color 0.2s;
}
.rx10v-specs-summary::-webkit-details-marker { display: none; }
.rx10v-specs-summary:hover { background-color: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.5); }
.rx10v-specs-expand-icon {
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
  font-size: 20px;
  color: var(--rx10v-accent);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.rx10v-specs-details[open] .rx10v-specs-expand-icon { transform: rotate(180deg); }
.rx10v-specs-wrap {
  margin-top: 40px;
}
.rx10v-specs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 72px;
}
.rx10v-specs-cat {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rx10v-accent);
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.14);
}
.rx10v-specs-list {
  margin: 0;
}
.rx10v-specs-list > div {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 20px;
  padding: 9px 0;
}
.rx10v-specs-list dt {
  color: #86868f;
  font-size: 13.5px;
  line-height: 1.45;
}
.rx10v-specs-list dd {
  margin: 0;
  color: #f0f0f2;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.45;
}
@media (max-width: 900px) {
  .rx10v-specs-grid { grid-template-columns: 1fr; gap: 36px; }
  /* Przycisk „Zobacz pełną specyfikację" na środku */
  .rx10v-specs-details { text-align: center; }
  .rx10v-specs-summary { justify-content: center; }
  .rx10v-specs-grid { text-align: left; }
}
@media (max-width: 600px) {
  .rx10v-specs-list > div { grid-template-columns: 1fr; gap: 2px; padding: 8px 0; }
  .rx10v-specs-list dt { font-size: 12px; }
  .rx10v-specs-list dd { font-size: 13px; }
}

/* ============================================================
   VIDEO
   ============================================================ */
/* Kinowy pas: zapętlone tło + hasło + duży Play */
.rx10v-cinema {
  position: relative;
  overflow: hidden;
  min-height: clamp(520px, 74vh, 780px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
.rx10v-cinema-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
.rx10v-cinema-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, rgba(8,8,10,0.45) 0%, rgba(8,8,10,0.72) 100%),
    linear-gradient(to bottom, rgba(8,8,10,0.6) 0%, rgba(8,8,10,0.35) 45%, rgba(8,8,10,0.75) 100%);
}
.rx10v-cinema-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  padding: 0 1.5rem;
  max-width: 720px;
}
.rx10v-cinema-inner .rx10v-badge {
  background-color: var(--rx10v-accent);
  color: #111;
}
.rx10v-cinema-title {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 600;
  letter-spacing: -2px;
  line-height: 1.02;
  color: #ffffff;
  margin: 0 0 16px;
}
.rx10v-cinema-desc {
  font-size: clamp(15px, 1.4vw, 18px);
  color: rgba(255,255,255,0.82);
  line-height: 1.55;
  max-width: 520px;
  margin: 0 auto 34px;
}
/* Duży przycisk Play — żółty krążek z pulsującym pierścieniem */
.rx10v-video-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.rx10v-video-play-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: var(--rx10v-accent);
  border: none;
  color: #111111;
  box-shadow: 0 14px 40px rgba(0,0,0,0.45);
  transition: transform 0.2s ease, background-color 0.2s;
}
/* pulsujące pierścienie */
.rx10v-video-play-btn::before,
.rx10v-video-play-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid var(--rx10v-accent);
  animation: rx10v-play-pulse 2.6s ease-out infinite;
  pointer-events: none;
}
.rx10v-video-play-btn::after { animation-delay: 1.3s; }
@keyframes rx10v-play-pulse {
  0%   { transform: scale(1);   opacity: 0.6; }
  100% { transform: scale(1.9); opacity: 0; }
}
.rx10v-video-play:hover .rx10v-video-play-btn {
  transform: scale(1.07);
  background: #ffdd33;
}
@media (prefers-reduced-motion: reduce) {
  .rx10v-video-play-btn::before,
  .rx10v-video-play-btn::after { animation: none; display: none; }
}

/* === Modal wideo === */
.rx10v-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.rx10v-modal.rx10v-modal-open { display: flex; }
.rx10v-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6,6,8,0.9);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  cursor: pointer;
}
.rx10v-modal-content {
  position: relative;
  z-index: 1;
  width: min(92vw, 1120px);
  animation: rx10v-modal-in 0.28s ease;
}
@keyframes rx10v-modal-in {
  from { opacity: 0; transform: translateY(14px) scale(0.98); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.rx10v-modal-stage {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
  box-shadow: 0 30px 90px rgba(0,0,0,0.7);
}
.rx10v-modal-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.rx10v-modal-close {
  position: absolute;
  top: -48px;
  right: 0;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.75;
  font-family: var(--rx10v-font);
  transition: opacity 0.2s;
}
.rx10v-modal-close:hover { opacity: 1; }
@media (max-width: 600px) {
  .rx10v-modal-close { top: -42px; }
}

/* ============================================================
   FOOTER
   ============================================================ */
.rx10v-footer {
  background-color: var(--rx10v-canvas);
  border-top: 1px solid var(--rx10v-hairline);
  padding: 48px 0 40px;
}
.rx10v-footer-inner {
  max-width: 1376px;
  margin: 0 auto;
  padding: 0 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.rx10v-footer-logo-link { display: inline-block; }
.rx10v-footer-logo-img {
  height: 30px;
  width: auto;
  display: block;
}
.rx10v-footer-contact {
  font-size: 13px;
  color: var(--rx10v-muted);
  line-height: 1.8;
}
.rx10v-footer-contact-link {
  color: var(--rx10v-muted);
  text-decoration: none;
  transition: color 0.2s;
}
.rx10v-footer-contact-link:hover { color: var(--rx10v-ink); }
.rx10v-footer-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.rx10v-footer-link {
  font-size: 12px;
  color: #2c2c31;
  text-decoration: underline;
  transition: color 0.2s;
  letter-spacing: 0.02em;
}
.rx10v-footer-link:hover { color: var(--rx10v-muted); }
.rx10v-footer-copy {
  font-size: 11px;
  color: #49494d;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .rx10v-footer-inner { padding: 0 1.25rem; }
}

/* === Preloader === */
.rx10v-preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #fbfbfd;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.rx10v-preloader.rx10v-preloader-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.rx10v-preloader-logo {
  width: 160px;
  height: auto;
  opacity: 0.9;
}
.rx10v-preloader-spinner {
  width: 40px;
  height: 40px;
  position: relative;
}
.rx10v-preloader-ring {
  width: 40px;
  height: 40px;
  border: 2px solid rgba(17,17,17,0.12);
  border-top-color: var(--rx10v-accent);
  border-radius: 50%;
  animation: rx10v-spin 0.8s linear infinite;
}
