:root {
  --bg: #070604;
  --panel: #12100c;
  --panel-2: #19140f;
  --text: #f2dfc0;
  --text-soft: #c8b18d;
  --muted: #927b5c;
  --line: rgba(216, 184, 139, 0.16);
  --orange: #e75b21;
  --orange-dark: #a73410;
  --gold: #d8b27b;
  --shadow: rgba(0, 0, 0, 0.55);
  --max: 1180px;
  --radius: 22px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 76% 8%, rgba(231, 91, 33, 0.16), transparent 32%),
    radial-gradient(circle at 18% 16%, rgba(216, 178, 123, 0.11), transparent 28%),
    linear-gradient(180deg, #050403 0%, #0b0907 45%, #070605 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
}

a {
  color: inherit;
}

.topbar {
  border-bottom: 1px solid var(--line);
  background: rgba(8, 7, 6, 0.88);
  backdrop-filter: blur(12px);
}

.topbar-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--text-soft);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.topbar span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(7, 6, 5, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.nav-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.logo {
  display: block;
  width: min(340px, 48vw);
  height: auto;
}

.footer-logo {
  display: block;
  width: 260px;
  max-width: 100%;
  height: auto;
}

.menu {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--text-soft);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menu a {
  text-decoration: none;
  transition: color 0.16s ease;
}

.menu a:hover {
  color: var(--orange);
}

.mobile-menu {
  display: none;
  position: relative;
}

.mobile-menu summary {
  list-style: none;
  cursor: pointer;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 15px;
  color: var(--text);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

.mobile-menu[open] summary {
  border-color: rgba(231, 111, 0, 0.65);
  color: var(--orange);
}

.mobile-menu-panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: min(280px, calc(100vw - 32px));
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #100d09;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.48);
}

.mobile-menu-panel a {
  display: block;
  padding: 11px 12px;
  border-radius: 10px;
  color: var(--text-soft);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-menu-panel a:hover,
.mobile-menu-panel a:focus-visible {
  background: rgba(231, 111, 0, 0.12);
  color: var(--orange);
}

.hero {
  min-height: 680px;
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(0.92) contrast(1.06) brightness(0.68);
  transform: scale(1.02);
  z-index: 0;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8,7,6,0.96) 0%, rgba(8,7,6,0.78) 38%, rgba(8,7,6,0.28) 68%, rgba(8,7,6,0.72) 100%);
  z-index: 1;
}

.hero::after {
  content: "";
  position: absolute;
  right: 6%;
  top: 16%;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(223, 67, 17, 0.30), transparent 64%);
  filter: blur(8px);
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  margin: 0 auto;
  padding: 118px 20px 86px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 44px;
  align-items: end;
}

.eyebrow {
  color: var(--orange);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 18px;
}

h1 {
  margin: 0;
  max-width: 780px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 7vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  text-shadow: 0 8px 28px var(--shadow);
}

h1 strong {
  color: var(--orange);
  font-weight: inherit;
  white-space: nowrap;
}

.lead {
  max-width: 650px;
  margin: 26px 0 0;
  color: var(--text-soft);
  font-size: clamp(18px, 2vw, 21px);
}

.hero-panel {
  border: 1px solid rgba(216, 178, 123, 0.20);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.015)),
    rgba(15, 12, 8, 0.76);
  box-shadow: 0 24px 70px rgba(0,0,0,0.42);
  backdrop-filter: blur(16px);
  overflow: hidden;
}

.hero-panel-row {
  padding: 22px;
  border-bottom: 1px solid var(--line);
}

.hero-panel-row:last-child {
  border-bottom: 0;
}

.hero-panel strong {
  display: block;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1;
}

.hero-panel span {
  display: block;
  margin-top: 8px;
  color: var(--text-soft);
  font-size: 14px;
}

.cta {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid var(--orange);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  font-weight: 800;
  transition: transform 0.16s ease, background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 38px rgba(231, 91, 33, 0.20);
}

.btn-primary {
  background: linear-gradient(180deg, var(--orange), var(--orange-dark));
  color: white;
  box-shadow: 0 12px 30px rgba(223, 67, 17, 0.22);
}

.btn-ghost {
  color: var(--text);
  background: rgba(0, 0, 0, 0.24);
  border-color: rgba(216, 178, 123, 0.34);
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 72px 20px;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 28px;
}

h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.section-copy {
  margin: 0;
  max-width: 560px;
  color: var(--text-soft);
}

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

.card {
  min-height: 230px;
  padding: 26px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.008)),
    var(--panel);
  box-shadow: 0 18px 40px rgba(0,0,0,0.24);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.card:hover {
  transform: translateY(-4px);
  border-color: rgba(231, 91, 33, 0.42);
  background:
    linear-gradient(180deg, rgba(231,91,33,0.08), rgba(255,255,255,0.012)),
    var(--panel);
}

.card::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--orange), transparent);
  opacity: 0.75;
}

.icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(212, 180, 141, 0.55);
  border-radius: 999px;
  color: var(--gold);
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 800;
}

.card h3 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.1;
}

.card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 15px;
}

.card--product {
  padding: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.38s ease,
    box-shadow 0.38s ease,
    background 0.38s ease;
}

.card--product:hover {
  box-shadow:
    0 24px 52px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(231, 91, 33, 0.14),
    0 10px 36px rgba(231, 91, 33, 0.10);
}

.card--product::before {
  opacity: 0.35;
  height: 3px;
  transition: opacity 0.4s ease, box-shadow 0.4s ease;
}

.card--product:hover::before {
  opacity: 1;
  animation: product-bar-glow 2.6s ease-in-out infinite;
}

.card-product-media {
  position: relative;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 18px 12px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 50% 100%, rgba(231, 91, 33, 0.10), transparent 68%),
    radial-gradient(ellipse 70% 45% at 50% 0%, rgba(216, 178, 123, 0.06), transparent 72%),
    linear-gradient(180deg, #17140f 0%, #100e0b 100%);
  border-bottom: 1px solid rgba(216, 184, 139, 0.10);
  transition: background 0.4s ease, border-color 0.4s ease;
}

.card-product-media::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  z-index: 0;
  width: 72%;
  height: 52px;
  transform: translateX(-50%) scale(0.92);
  background:
    radial-gradient(ellipse 100% 100% at 50% 100%, rgba(255, 118, 48, 0.55) 0%, rgba(231, 91, 33, 0.28) 38%, rgba(216, 178, 123, 0.10) 62%, transparent 78%);
  filter: blur(12px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.card-product-media::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 28px;
  background:
    linear-gradient(to top, rgba(231, 91, 33, 0.22) 0%, rgba(231, 91, 33, 0.06) 10px, transparent 24px),
    linear-gradient(to bottom, transparent, var(--panel));
  opacity: 0.55;
  pointer-events: none;
  transition: opacity 0.4s ease, background 0.4s ease;
}

.card-product-media picture {
  display: contents;
}

.card-product-media img {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
  max-height: 118px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.42));
  transform: scale(1);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
  will-change: transform;
}

.card-product-body {
  padding: 18px 20px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card--product .icon {
  width: 40px;
  height: 40px;
  font-size: 14px;
  margin-bottom: 12px;
  transition: border-color 0.35s ease, box-shadow 0.35s ease, color 0.35s ease;
}

.card--product h3 {
  font-size: 21px;
  margin-bottom: 7px;
  transition: color 0.3s ease, letter-spacing 0.35s ease;
}

.card--product p {
  font-size: 14px;
  line-height: 1.5;
}

a.card--product {
  text-decoration: none;
  color: inherit;
}

a.card--product:hover h3 {
  color: var(--orange);
  letter-spacing: 0.02em;
}

.card--product:hover .icon {
  border-color: rgba(231, 91, 33, 0.62);
  color: #e8c08a;
  animation: product-icon-pulse 2.8s ease-in-out infinite;
}

@keyframes product-bar-glow {
  0%, 100% {
    box-shadow: 0 0 16px rgba(231, 91, 33, 0.42), 0 0 4px rgba(216, 178, 123, 0.28);
  }

  50% {
    box-shadow: 0 0 30px rgba(231, 91, 33, 0.72), 0 0 10px rgba(255, 150, 70, 0.38);
  }
}

@keyframes product-icon-pulse {
  0%, 100% {
    box-shadow: 0 0 0 rgba(231, 91, 33, 0);
  }

  50% {
    box-shadow: 0 0 18px rgba(231, 91, 33, 0.38);
  }
}

@keyframes product-ember-glow {
  0%, 100% {
    opacity: 0.78;
    transform: translateX(-50%) scale(0.96);
    filter: blur(11px);
  }

  22% {
    opacity: 1;
    transform: translateX(-49%) scale(1.06);
    filter: blur(14px);
  }

  45% {
    opacity: 0.86;
    transform: translateX(-51%) scale(1.02);
    filter: blur(12px);
  }

  68% {
    opacity: 0.96;
    transform: translateX(-50%) scale(1.08);
    filter: blur(15px);
  }

  84% {
    opacity: 0.88;
    transform: translateX(-50%) scale(1.03);
    filter: blur(13px);
  }
}

@keyframes product-ember-line {
  0%, 100% {
    opacity: 0.82;
  }

  28% {
    opacity: 1;
  }

  52% {
    opacity: 0.74;
  }

  76% {
    opacity: 0.94;
  }
}

@keyframes product-heat-shimmer {
  0%, 100% {
    background-position: 50% 100%, 50% 0%, 0% 0%;
  }

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

@keyframes product-image-float {
  0%, 100% {
    transform: scale(1.06) translateY(0);
  }

  50% {
    transform: scale(1.07) translateY(-4px);
  }
}

@keyframes product-spark-glow {
  0%, 100% {
    filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.5)) drop-shadow(0 6px 16px rgba(231, 91, 33, 0.14));
  }

  40% {
    filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.52)) drop-shadow(0 10px 22px rgba(255, 130, 55, 0.28));
  }

  70% {
    filter: drop-shadow(0 15px 26px rgba(0, 0, 0, 0.48)) drop-shadow(0 8px 18px rgba(231, 91, 33, 0.22));
  }
}

.card--product:hover .card-product-media {
  border-bottom-color: rgba(231, 91, 33, 0.22);
  background:
    radial-gradient(ellipse 90% 70% at 50% 100%, rgba(231, 91, 33, 0.28), transparent 72%),
    radial-gradient(ellipse 70% 45% at 50% 0%, rgba(216, 178, 123, 0.10), transparent 72%),
    linear-gradient(180deg, #1c1712 0%, #110f0c 100%);
  background-size: 100% 100%, 100% 100%, 220% 220%;
  animation: product-heat-shimmer 4.5s ease-in-out infinite;
}

.card--product:hover .card-product-media::before {
  opacity: 1;
  transform: translateX(-50%) scale(1);
  animation: product-ember-glow 2.4s ease-in-out infinite;
}

.card--product:hover .card-product-media::after {
  opacity: 1;
  background:
    linear-gradient(to top, rgba(255, 128, 58, 0.55) 0%, rgba(231, 91, 33, 0.22) 12px, transparent 26px),
    linear-gradient(to bottom, transparent, var(--panel));
  animation: product-ember-line 1.9s ease-in-out infinite;
}

.card--product:hover .card-product-media img {
  animation: product-image-float 3s ease-in-out infinite, product-spark-glow 2.2s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .card--product,
  .card--product:hover {
    transition: none;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
  }

  .card-product-media img {
    transition: none;
  }

  .card--product:hover .card-product-media,
  .card--product:hover .card-product-media::before,
  .card--product:hover .card-product-media::after,
  .card--product:hover .card-product-media img,
  .card--product:hover::before,
  .card--product:hover .icon {
    animation: none;
  }

  .card--product:hover .card-product-media img {
    transform: scale(1.04);
    filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.48));
  }

  .card--product:hover .card-product-media::before {
    opacity: 0.9;
    transform: translateX(-50%) scale(1);
  }

  .card--product:hover::before {
    box-shadow: 0 0 22px rgba(231, 91, 33, 0.55);
  }
}

.section-cta {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.trust-item {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  background: rgba(255,255,255,0.018);
  color: var(--text-soft);
  font-size: 14px;
}

.trust-item strong {
  display: block;
  color: var(--text);
  margin-bottom: 5px;
  font-size: 15px;
}

.guide {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 20px;
  align-items: stretch;
}

.guide-intro,
.guide-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.008)),
    var(--panel);
  box-shadow: 0 18px 40px rgba(0,0,0,0.22);
}

.guide-intro {
  padding: 34px;
  background:
    radial-gradient(circle at 16% 8%, rgba(231, 91, 33, 0.14), transparent 36%),
    var(--panel-2);
}

.guide-intro p {
  color: var(--text-soft);
  margin-bottom: 0;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.guide-card {
  padding: 22px;
}

.guide-card h3 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.1;
}

.guide-card p {
  margin: 0 0 14px;
  color: var(--text-soft);
  font-size: 15px;
}

.guide-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--text-soft);
  font-size: 14px;
}

.guide-card li + li {
  margin-top: 6px;
}

.allegro-box {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 6px);
  background:
    radial-gradient(circle at 90% 25%, rgba(223, 67, 17, 0.18), transparent 28%),
    linear-gradient(135deg, #17130f, #0d0b09);
  padding: 40px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}

.allegro-box h2 {
  margin-bottom: 14px;
}

.allegro-box p {
  color: var(--text-soft);
  max-width: 650px;
  font-size: 18px;
  margin-bottom: 0;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 14px;
  justify-content: flex-end;
}

.footer-legal a {
  color: var(--text-soft);
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-legal a:hover {
  color: var(--orange);
}

.allegro-trust {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 8% 50%, rgba(231, 91, 33, 0.12), transparent 42%),
    rgba(255, 255, 255, 0.02);
}

.allegro-trust-stars {
  flex: 0 0 auto;
  color: var(--gold);
  font-size: 28px;
  letter-spacing: 0.08em;
  line-height: 1;
}

.allegro-trust-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.allegro-trust-copy strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
  font-size: 16px;
}

.allegro-trust-copy p {
  margin: 0;
  color: var(--text-soft);
  font-size: 14px;
}

.spec-table-wrap {
  margin: 18px 0 28px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 420px;
}

.spec-table caption {
  padding: 14px 16px 8px;
  caption-side: top;
  text-align: left;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.spec-table th,
.spec-table td {
  padding: 12px 16px;
  border-top: 1px solid var(--line);
  color: var(--text-soft);
  font-size: 14px;
  text-align: left;
  vertical-align: top;
}

.spec-table th {
  color: var(--text);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.spec-table tbody tr:first-child th,
.spec-table thead th {
  border-top: 0;
}

@media (max-width: 940px) {
  .allegro-trust {
    flex-direction: column;
    align-items: flex-start;
  }

  .allegro-trust .btn {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .footer-legal {
    justify-content: flex-start;
  }
}

.product-list {
  display: grid;
  gap: 10px;
  align-content: center;
}

.product-line {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 13px 15px;
  color: var(--text-soft);
  background: rgba(255,255,255,0.025);
  text-decoration: none;
  transition: border-color 0.16s ease, background 0.16s ease;
}

a.product-line:hover {
  border-color: rgba(231, 91, 33, 0.42);
  background: rgba(231, 91, 33, 0.08);
}

.product-line strong {
  color: var(--text);
}

.faq {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 20px;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  background: rgba(255,255,255,0.018);
}

.faq-item h3 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.15;
}

.faq-item p {
  margin: 0;
  color: var(--text-soft);
  font-size: 15px;
}

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

.feature {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  background: rgba(255,255,255,0.018);
  color: var(--text-soft);
  font-size: 14px;
}

.feature strong {
  display: block;
  color: var(--text);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 13px;
}

.about {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 20px;
  align-items: center;
}

.about-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel-2);
  padding: 34px;
  box-shadow: 0 18px 44px rgba(0,0,0,0.24);
}

.about-card p {
  color: var(--text-soft);
  margin-bottom: 0;
}

.about-visual {
  min-height: 300px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
}

.about-visual picture {
  position: absolute;
  inset: 0;
  display: block;
}

.about-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
}

.landing-hero-media picture {
  display: block;
  width: 100%;
}

.about-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8,7,6,0.18), rgba(8,7,6,0.62));
  z-index: 1;
}

footer {
  border-top: 1px solid var(--line);
  background: #050403;
  margin-top: 30px;
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 34px 20px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  color: var(--text-soft);
  font-size: 14px;
}

.footer-brand {
  margin-bottom: 12px;
}

.footer-about {
  max-width: 420px;
  margin: 12px 0 16px;
  color: var(--text-soft);
  font-size: 13px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 4px;
}

.footer-nav a {
  color: var(--text-soft);
  text-decoration: none;
  font-size: 13px;
  transition: color 0.16s ease;
}

.footer-nav a:hover {
  color: var(--orange);
}

.contact {
  text-align: right;
}

.contact a {
  color: var(--text);
  text-decoration: none;
}

.contact-partners {
  margin: 14px 0 0;
  max-width: 280px;
  margin-left: auto;
  color: var(--text-soft);
  font-size: 13px;
  line-height: 1.5;
}

.newsletter-box {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 32px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 6px);
  background:
    radial-gradient(circle at 12% 20%, rgba(231, 91, 33, 0.14), transparent 36%),
    linear-gradient(135deg, #17130f, #0d0b09);
  padding: 40px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.newsletter-copy h2 {
  margin: 0 0 14px;
}

.newsletter-copy p {
  margin: 0;
  color: var(--text-soft);
  font-size: 18px;
  max-width: 520px;
}

.newsletter-form-wrap {
  min-width: 0;
}

/* MailerLite - struktura i motyw Sęk & Żar */
.newsletter-form-wrap .ml-form-embedContainer {
  box-sizing: border-box;
  width: 100% !important;
  margin: 0 !important;
}

.newsletter-form-wrap .ml-form-embedWrapper {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

.newsletter-form-wrap .ml-form-embedBody,
.newsletter-form-wrap .ml-form-successBody {
  padding: 0 !important;
}

.newsletter-form-wrap .ml-form-embedContent {
  display: none !important;
}

.newsletter-form-wrap .ml-form-successContent h4 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  color: var(--text);
}

.newsletter-form-wrap .ml-form-successContent p {
  margin: 0;
  color: var(--text-soft);
  font-size: 16px;
}

.newsletter-form-wrap .horozintalForm .ml-form-horizontalRow {
  display: flex;
  gap: 14px;
  align-items: stretch;
  width: 100%;
}

.newsletter-form-wrap .ml-input-horizontal {
  flex: 1 1 auto;
  min-width: 0;
  width: auto !important;
}

.newsletter-form-wrap .ml-button-horizontal {
  flex: 0 0 auto;
  width: auto !important;
}

.newsletter-form-wrap .horizontal-fields {
  width: 100% !important;
  padding: 0 !important;
}

.newsletter-form-wrap .ml-field-group {
  margin: 0 !important;
  width: 100%;
}

.newsletter-form-wrap input[type="email"] {
  background: rgba(255, 255, 255, 0.025) !important;
  color: var(--text) !important;
  border: 1px solid var(--line) !important;
  border-radius: 16px !important;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif !important;
  font-size: 15px !important;
  min-height: 50px !important;
  padding: 0 16px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.newsletter-form-wrap input[type="email"]::placeholder {
  color: var(--muted) !important;
}

.newsletter-form-wrap input[type="email"]:focus {
  outline: none;
  border-color: rgba(231, 91, 33, 0.55) !important;
  box-shadow: 0 0 0 3px rgba(231, 91, 33, 0.12);
}

.newsletter-form-wrap button.primary {
  background: linear-gradient(180deg, var(--orange), var(--orange-dark)) !important;
  border: 1px solid var(--orange) !important;
  border-radius: 999px !important;
  box-shadow: 0 12px 30px rgba(223, 67, 17, 0.22) !important;
  color: #fff !important;
  cursor: pointer;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
  min-height: 50px !important;
  padding: 0 24px !important;
  text-transform: uppercase !important;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
  white-space: nowrap;
  width: auto !important;
}

.newsletter-form-wrap button.primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 38px rgba(231, 91, 33, 0.28) !important;
  background: linear-gradient(180deg, #ef6529, var(--orange-dark)) !important;
  border-color: var(--orange) !important;
}

.newsletter-form-wrap .ml-form-embedSubmitLoad {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.newsletter-form-wrap .ml-form-embedSubmitLoad:after {
  content: " ";
  display: block;
  width: 11px;
  height: 11px;
  margin: 1px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #fff #fff #fff transparent;
  animation: ml-form-embedSubmitLoad 1.2s linear infinite;
}

@keyframes ml-form-embedSubmitLoad {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.newsletter-form-wrap .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.newsletter-form-wrap .ml-mobileButton-horizontal {
  display: none;
}

.newsletter-form-wrap .ml-error input {
  border-color: #e75b21 !important;
}

.newsletter-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 14px;
  color: var(--text-soft);
  font-size: 12px;
  line-height: 1.55;
}

.newsletter-consent input {
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  flex: 0 0 auto;
  accent-color: var(--orange);
}

.newsletter-consent a {
  color: var(--orange);
}

/* Landingi produktowe */
.breadcrumb {
  max-width: var(--max);
  margin: 0 auto;
  padding: 18px 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
}

.breadcrumb a {
  color: var(--text-soft);
  text-decoration: none;
  transition: color 0.16s ease;
}

.breadcrumb a:hover {
  color: var(--orange);
}

.breadcrumb span[aria-hidden="true"] {
  color: var(--muted);
}

.landing-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 32px 20px 8px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
}

.landing-hero h1 {
  font-size: clamp(38px, 5vw, 60px);
  max-width: none;
}

.landing-page .nav-inner {
  padding-top: 12px;
  padding-bottom: 12px;
}

.landing-page .logo {
  width: min(290px, 44vw);
}

.landing-hero .lead {
  margin-top: 16px;
}

.landing-hero .lead strong {
  color: var(--text);
}

.hero-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  max-width: 720px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.hero-benefits li {
  position: relative;
  padding-left: 24px;
  color: var(--text-soft);
  font-size: 15px;
}

.hero-benefits li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--orange);
  font-weight: 900;
}

.price-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.landing-hero .landing-cta {
  margin-top: 20px;
}

.landing-hero-media {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 50% 100%, rgba(231, 91, 33, 0.14), transparent 68%),
    linear-gradient(180deg, #17140f 0%, #100e0b 100%);
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing-hero-media img {
  display: block;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.5));
}

.landing-content {
  max-width: var(--max);
  margin: 0 auto;
  padding: 32px 20px;
}

.landing-content h2 {
  margin-top: 8px;
  margin-bottom: 14px;
}

.landing-content h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  margin: 26px 0 10px;
}

.landing-content p {
  color: var(--text-soft);
  max-width: 760px;
}

.landing-content ul {
  color: var(--text-soft);
  max-width: 760px;
  padding-left: 20px;
}

.landing-content li + li {
  margin-top: 6px;
}

.product-options {
  max-width: var(--max);
  margin: 0 auto;
  padding: 36px 20px 20px;
}

.product-options-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.product-options-head h2 {
  margin: 4px 0 0;
}

.product-options-head p {
  max-width: 520px;
  margin: 0;
  color: var(--text-soft);
}

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

.product-option {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 26px;
  border: 1px solid rgba(216, 178, 123, 0.22);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 92% 10%, rgba(231, 91, 33, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.015));
  box-shadow: 0 18px 44px rgba(0,0,0,0.25);
}

.product-option-kicker {
  margin: 0 0 8px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-option h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.1;
}

.product-option-spec {
  margin: 12px 0 0;
  color: var(--gold);
  font-weight: 800;
}

.product-option p:not(.product-option-kicker):not(.product-option-spec):not(.product-option-price) {
  color: var(--text-soft);
}

.product-option-price {
  margin: auto 0 14px;
  padding-top: 16px;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 700;
}

.product-option .btn {
  width: 100%;
}

.product-help {
  margin: 18px 0 0;
  color: var(--text-soft);
  font-size: 14px;
  text-align: center;
}

.product-help a {
  color: var(--gold);
  font-weight: 800;
  text-underline-offset: 3px;
}

.policy-page {
  padding-top: 48px;
  padding-bottom: 72px;
}

.policy-page h1 {
  margin-top: 10px;
  font-size: clamp(40px, 6vw, 72px);
}

.policy-page h2 {
  margin-top: 38px;
  font-size: clamp(26px, 3.4vw, 38px);
}

.policy-page a {
  color: var(--orange);
}

.policy-updated {
  margin-top: 22px;
  color: var(--muted) !important;
  font-size: 13px;
}

.landing-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 4px;
}

.related-products {
  max-width: var(--max);
  margin: 0 auto;
  padding: 24px 20px 72px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 20px;
}

.related-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  background: rgba(255,255,255,0.018);
  text-decoration: none;
  color: var(--text);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.related-card:hover {
  transform: translateY(-3px);
  border-color: rgba(231, 91, 33, 0.42);
  background: rgba(231, 91, 33, 0.07);
}

.related-card strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  margin-bottom: 6px;
}

.related-card span {
  color: var(--text-soft);
  font-size: 13px;
}

@media (max-width: 560px) {
  .newsletter-box {
    padding: 24px;
  }

  .newsletter-form-wrap .horozintalForm .ml-form-horizontalRow {
    flex-direction: column;
    gap: 10px;
  }

  .newsletter-form-wrap .ml-button-horizontal,
  .newsletter-form-wrap button.primary {
    width: 100% !important;
  }
}

@media (max-width: 1200px) {
  .cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 940px) {
  .newsletter-box {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .menu {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .topbar-inner {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .topbar-inner::-webkit-scrollbar {
    display: none;
  }

  .cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .features {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .allegro-box,
  .about,
  .faq,
  .guide,
  .hero-inner,
  .landing-hero {
    grid-template-columns: 1fr;
  }

  .product-options-head {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }

  .related-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    padding-top: 76px;
  }
}

@media (max-width: 560px) {
  .logo {
    width: 220px;
  }

  .landing-page .logo {
    width: 220px;
  }

  .nav-inner {
    align-items: center;
    padding: 12px 16px;
  }

  .topbar-inner {
    padding: 8px 16px;
    gap: 18px;
    font-size: 11px;
  }

  .section {
    padding: 50px 16px;
  }

  .hero-inner {
    padding: 58px 16px 56px;
    gap: 28px;
  }

  h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  h1 strong {
    white-space: normal;
  }

  .lead {
    margin-top: 20px;
    font-size: 17px;
  }

  .cta {
    gap: 10px;
  }

  .btn {
    width: 100%;
    min-height: 48px;
    padding: 0 18px;
  }

  .hero-panel-row,
  .card:not(.card--product),
  .guide-intro,
  .guide-card,
  .about-card {
    padding: 22px;
  }

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

  .card-product-media {
    height: 164px;
    padding: 18px 20px 14px;
  }

  .card-product-media img {
    max-height: 128px;
  }

  .card-product-body {
    padding: 20px 22px 24px;
  }

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

  .trust-strip,
  .guide-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .allegro-box {
    padding: 24px;
  }

  .product-line {
    display: grid;
    gap: 4px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .contact {
    text-align: left;
  }

  .contact-partners {
    margin-left: 0;
  }

  .landing-hero {
    padding-top: 24px;
  }

  .hero-benefits,
  .product-options-grid {
    grid-template-columns: 1fr;
  }

  .product-options {
    padding: 28px 16px 12px;
  }

  .product-option {
    padding: 22px;
  }
}

.skip-link {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 200;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateY(-160%);
  transition: transform 0.16s ease;
}

.skip-link:focus,
.skip-link:focus-visible {
  transform: translateY(0);
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.cookie-consent {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 100;
  padding: 16px 20px calc(16px + env(safe-area-inset-bottom, 0px));
  background: rgba(7, 6, 5, 0.96);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(14px);
  box-shadow: 0 -18px 48px rgba(0, 0, 0, 0.45);
}

.cookie-consent[hidden] {
  display: none;
}

.cookie-consent-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cookie-consent-copy {
  min-width: 0;
}

.cookie-consent-copy strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
  font-size: 15px;
}

.cookie-consent-copy p {
  margin: 0;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.55;
}

.cookie-consent-copy a {
  color: var(--gold);
}

.cookie-consent-actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 12px;
}

.cookie-settings-link {
  display: inline-block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
}

.cookie-settings-link:hover {
  color: var(--gold);
}

@media (max-width: 760px) {
  .cookie-consent-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-consent-actions {
    flex-direction: column;
  }

  .cookie-consent-actions .btn {
    width: 100%;
  }
}
