* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { overflow-x: hidden; }
body { overflow-x: hidden; }
body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at top, rgba(255, 174, 89, 0.16), transparent 26%),
    linear-gradient(180deg, #f4ede3 0%, #f7f2ea 50%, #f0e6d9 100%);
  color: #f8f2ea;
}
/* Fixed header: tartalom ne legyen alatta */
main { padding-top: 88px; }
body.home-page main, body.delivery-page main { padding-top: 0; }
/* Hero szekciók menjenek a navbar mögé (overlay hatás) */
.cat-hero { margin-top: -88px; padding-top: calc(88px + 60px); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.shell { width: min(1200px, calc(100% - 32px)); margin: 0 auto; }
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; background: transparent; border-bottom: 1px solid transparent; transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease; }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 88px; }
.brand { display: flex; align-items: center; gap: 14px; font-weight: 700; color: #fff; }
.brand-logo { height: 48px; width: auto; display: block; }
.brand-flame { font-size: 2rem; }
.brand strong,
.brand small,
.main-nav,
.button,
.section-heading h2,
.legacy-hero__copy h1,
.pp-title,
.cart-page h1 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.brand strong { display: block; font-size: 2rem; line-height: 1; letter-spacing: .04em; }
.brand small { display: block; color: #ff8a25; text-transform: uppercase; letter-spacing: .08em; margin-top: 4px; }
.main-nav { display: flex; gap: 28px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: rgba(255,255,255,.94); }
.main-nav a { opacity: .82; }
.main-nav a:hover { opacity: 1; color: #ff8a25; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.cart-link { position: relative; padding: 10px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,.15); display: flex; align-items: center; color: rgba(255,255,255,.85); transition: color .15s, border-color .15s; text-decoration: none; }
.cart-link:hover { color: #ff7a1a; border-color: rgba(255,122,26,.4); }
.cart-link svg { display: block; }
.cart-badge { position: absolute; top: -6px; right: -6px; background: #ff7a1a; color: #fff; min-width: 20px; height: 20px; border-radius: 999px; display: grid; place-items: center; font-size: .75rem; }
.flash-success {
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  padding: 14px 28px;
  background: #1f3e1b;
  border: 1px solid #3f6e2f;
  border-radius: 16px;
  color: #b8e6a8;
  font-weight: 500;
  font-size: .95rem;
  box-shadow: 0 8px 32px rgba(0,0,0,.5);
  animation: flashIn .4s ease, flashOut .4s ease 3s forwards;
  pointer-events: none;
  max-width: 90vw;
  text-align: center;
}
@keyframes flashIn { from { opacity:0; transform: translateX(-50%) translateY(-20px); } to { opacity:1; transform: translateX(-50%) translateY(0); } }
.flash-success--out { animation: flashOut .4s ease forwards !important; }
@keyframes flashOut { from { opacity:1; } to { opacity:0; transform: translateX(-50%) translateY(-20px); } }

/* AJAX toast notification */
.ajax-toast {
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  padding: 14px 28px;
  border-radius: 16px;
  font-weight: 500;
  font-size: .95rem;
  box-shadow: 0 8px 32px rgba(0,0,0,.5);
  animation: flashIn .35s ease;
  max-width: 90vw;
  text-align: center;
  pointer-events: none;
}
.ajax-toast--success { background: #1f3e1b; border: 1px solid #3f6e2f; color: #b8e6a8; }
.ajax-toast--error   { background: #3e1b1b; border: 1px solid #6e2f2f; color: #e6a8a8; }
.ajax-toast--out     { animation: flashOut .4s ease forwards; }
.eyebrow, .section-heading span, .legacy-eyebrow { display: inline-flex; align-items: center; gap: 12px; color: #ff8a25; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; font-family: "Oswald", sans-serif; }
.eyebrow::before, .eyebrow::after, .section-heading span::before, .section-heading span::after, .legacy-eyebrow::before, .legacy-eyebrow::after { content: ""; width: 34px; height: 1px; background: currentColor; opacity: .55; }
.hero-actions { display: flex; align-items: center; gap: 20px; margin-top: 28px; flex-wrap: wrap; }

/* Desktop hero: "Watch Video" play gomb */
.hero-watch-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: #fff;
}
.hero-watch-circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .55);
  display: grid;
  place-items: center;
  font-size: 1rem;
  flex-shrink: 0;
  background: rgba(255, 255, 255, .07);
  transition: border-color .2s, background .2s;
}
.hero-watch-btn:hover .hero-watch-circle {
  border-color: rgba(255, 138, 37, .9);
  background: rgba(255, 100, 0, .16);
}
.hero-watch-label {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hero-watch-label strong {
  font-family: "Oswald", sans-serif;
  font-size: .92rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1;
}
.hero-watch-label small {
  font-size: .75rem;
  color: rgba(255, 255, 255, .55);
  letter-spacing: .02em;
}

/* Desktop hero: jobb oldali feature-ök */
.legacy-hero__features {
  display: none; /* mobilon rejtett, desktop CSS kapcsolja be */
}
.hero-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.hero-feature-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 140, 40, .45);
  background: rgba(255, 100, 10, .1);
  display: grid;
  place-items: center;
  font-size: 1.45rem;
  color: #ff8a25;
}
.hero-feature-icon svg {
  width: 26px;
  height: 26px;
}
.hero-feature-text h4 {
  margin: 0 0 5px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  line-height: 1.1;
}
.hero-feature-text p {
  margin: 0;
  color: rgba(255, 255, 255, .6);
  font-size: .84rem;
  line-height: 1.44;
}
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 24px; border-radius: 18px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; border: 1px solid rgba(255,255,255,.14); }
.button-primary { background: linear-gradient(135deg, #ff7a1a, #ff5f1f); color: #fff; border-color: transparent; box-shadow: 0 16px 28px rgba(255,122,26,.24); }
.button-secondary { background: rgba(255,255,255,.05); color: #fff; }
.button-block { width: 100%; }
.catalog-section { padding: 72px 0; background: #f5ede2; color: #1b1511; }
.section-heading { text-align: center; margin-bottom: 36px; }
.section-heading h2, .cart-page h1 { margin: 18px 0 0; font-size: clamp(2.4rem, 5vw, 4.5rem); line-height: .94; text-transform: uppercase; letter-spacing: -.04em; color: #3d3028; }
.product-grid { display: grid; gap: 24px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cart-page { padding: 64px 0; background: #f5ede2; color: #3d3028; }
/* ══════════════════════════════════════════════════════════════════════
   PRODUCT PAGE  (pp- prefix)
   ══════════════════════════════════════════════════════════════════════ */
/* Breadcrumb */
.pp-breadcrumb-bar { background: #f5ede2; padding: 6px 0; color: #3d3028; }
.pp-breadcrumb { display: flex; align-items: center; gap: 6px; font-size: .72rem; color: rgba(20,14,11,.4); font-weight: 300; }
.pp-breadcrumb a { color: rgba(20,14,11,.45); transition: color .2s; font-weight: 300; }
.pp-breadcrumb a:hover { color: #E87E04; }
.pp-breadcrumb svg { color: rgba(20,14,11,.2); flex-shrink: 0; width: 10px; height: 10px; }
.pp-breadcrumb span { color: rgba(20,14,11,.7); font-weight: 400; }

.pp-hero { padding: 28px 0 0; background: #f5ede2; color: #3d3028; }
.pp-hero__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 36px; align-items: start; }
/* Desktop: explicit grid pozíciók */
.pp-left { grid-column: 1; grid-row: 1; }
.pp-info { grid-column: 2; grid-row: 1 / 3; }
.pp-uc-inline { grid-column: 1; grid-row: 2; }

/* Left column */
.pp-left { display: grid; gap: 32px; }

/* Gallery */
.pp-gallery { display: grid; grid-template-columns: 80px 1fr; gap: 14px; }
.pp-gallery__thumbs-col { display: flex; flex-direction: column; gap: 10px; }
.pp-thumb { width: 72px; height: 72px; padding: 0; border: 3px solid transparent; border-radius: 14px; cursor: pointer; background: #fff; overflow: hidden; transition: border-color .2s; flex-shrink: 0; }
.pp-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 11px; }
.pp-thumb--active { border-color: #E87E04; }
.pp-thumb:not(.pp-thumb--active):hover { border-color: rgba(232,126,4,.35); }
.pp-thumb--video { display: flex; align-items: center; justify-content: center; color: #E87E04; background: rgba(232,126,4,.08); }
.pp-gallery__main { position: relative; border-radius: 24px; overflow: hidden; background: #1a1511; box-shadow: 0 16px 40px rgba(0,0,0,.12); padding: 16px; aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center; }
.pp-gallery__main > img { width: 100%; height: 100%; display: block; border-radius: 14px; object-fit: cover; position: absolute; inset: 16px; width: calc(100% - 32px); height: calc(100% - 32px); }
.pp-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.9); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 3px 12px rgba(0,0,0,.15); z-index: 2; transition: background .2s, transform .2s; color: #3d3028; }
.pp-nav:hover { background: #fff; transform: translateY(-50%) scale(1.1); }
.pp-nav--prev { left: 10px; }
.pp-nav--next { right: 10px; }
.pp-video-overlay { position: absolute; inset: 0; background: #000; display: flex; align-items: center; justify-content: center; z-index: 5; }
.pp-video-overlay iframe { width: 100%; height: 100%; }
.pp-video-close { position: absolute; top: 10px; right: 10px; width: 32px; height: 32px; border-radius: 50%; background: rgba(0,0,0,.6); border: none; color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 6; }

/* Info panel */
.pp-info { padding-top: 8px; }
.pp-badge { display: inline-flex; padding: 7px 16px; border-radius: 999px; background: var(--accent, #E87E04); color: #fff; font-weight: 800; font-size: .8rem; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 12px; }
.pp-title { font-family: "Oswald", sans-serif; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.05; margin: 0 0 6px; }
.pp-subtitle { font-weight: 700; font-size: 1rem; color: rgba(20,14,11,.55); margin: 0 0 14px; }
.pp-desc { font-size: .95rem; line-height: 1.7; color: rgba(20,14,11,.72); margin: 0 0 20px; }

/* Feature highlights (icon grid) */
.pp-features { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; margin-bottom: 20px; }
.pp-feature { display: flex; align-items: center; gap: 8px; font-size: .88rem; font-weight: 600; }
.pp-feature__icon { width: 28px; height: 28px; border-radius: 50%; background: rgba(232,126,4,.1); color: #E87E04; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* Quick specs badges */
.pp-quick-specs { display: flex; gap: 0; border-top: 2px solid rgba(20,14,11,.08); border-bottom: 2px solid rgba(20,14,11,.08); margin-bottom: 20px; overflow-x: auto; }
.pp-qs { flex: 1; min-width: 0; text-align: center; padding: 14px 10px; border-right: 1px solid rgba(20,14,11,.06); display: flex; flex-direction: column; align-items: center; gap: 4px; }
.pp-qs:last-child { border-right: none; }
.pp-qs__icon { color: #E87E04; display: flex; align-items: center; justify-content: center; }
.pp-qs__label { display: block; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: #E87E04; }
.pp-qs__value { display: block; font-size: .82rem; font-weight: 600; color: #3d3028; }

/* Price */
.pp-price { font-size: 2rem; color: #E87E04; font-weight: 900; font-family: "Oswald", sans-serif; margin-bottom: 16px; }

/* Price tiers */
.pp-price-tiers {
  background: #fff;
  border-radius: 16px;
  padding: 20px 24px;
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
  margin-bottom: 12px;
  border: 1px solid #f0e6da;
}
.pp-tiers-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #3a2a1a;
  margin: 0 0 14px;
}
.pp-tiers-title svg { color: #E87E04; }
.pp-tiers-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pp-tier {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  background: #faf6f1;
  border: 1px solid #ede3d6;
  transition: background .2s;
}
.pp-tier:hover { background: #f5ede2; }
.pp-tier-qty {
  font-weight: 700;
  font-size: .9rem;
  color: #4a3728;
  min-width: 90px;
}
.pp-tier-price {
  font-family: "Oswald", sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  color: #E87E04;
}
.pp-tier-label {
  font-size: .78rem;
  color: #8a7560;
  margin-left: auto;
  font-style: italic;
}

/* Action box (quote form / cart) */
.pp-action-box { background: #fff; border-radius: 20px; padding: 24px; box-shadow: 0 8px 32px rgba(0,0,0,.07); margin-top: 8px; }
.pp-quote-box h3 { display: flex; align-items: center; gap: 8px; font-family: "Oswald", sans-serif; font-size: 1.3rem; margin: 0 0 4px; }
.pp-quote-box h3 svg { color: #E87E04; }
.pp-quote-hint { font-size: .85rem; color: rgba(20,14,11,.5); margin: 0 0 16px; }
.pp-quote-form { display: grid; gap: 10px; }
.pp-quote-form input, .pp-quote-form textarea { border-radius: 12px; border: 1px solid rgba(20,14,11,.12); padding: 12px 16px; font: inherit; font-size: .92rem; background: #faf7f4; }
.pp-quote-form input:focus, .pp-quote-form textarea:focus { outline: none; border-color: #E87E04; box-shadow: 0 0 0 3px rgba(232,126,4,.12); }
.pp-quote-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.pp-quote-note { display: flex; align-items: center; gap: 6px; font-size: .8rem; color: rgba(20,14,11,.45); margin: 6px 0 0; }
.pp-quote-note svg { color: #3abe3a; flex-shrink: 0; }

/* Quote cart form */
.pp-quote-cart-form { display: flex; gap: 12px; align-items: end; }
.pp-quote-cart-link { display: flex; align-items: center; gap: 6px; margin-top: 10px; color: #E87E04; font-size: .9rem; font-weight: 600; text-decoration: none; transition: color .2s; }
.pp-quote-cart-link:hover { color: #d47003; text-decoration: underline; }

/* Cart form */
.pp-cart-form { display: flex; gap: 12px; align-items: end; }
.pp-qty-label { display: grid; gap: 6px; font-weight: 700; font-size: .85rem; }
.pp-qty-input { width: 80px; text-align: center; border-radius: 12px; padding: 12px; border: 1px solid rgba(20,14,11,.12); font: inherit; }

/* Buttons */
.pp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: "Oswald", sans-serif; font-weight: 700; font-size: 1rem; letter-spacing: .03em; text-transform: uppercase; border: none; border-radius: 14px; padding: 14px 28px; cursor: pointer; transition: background .2s, transform .15s; }
.pp-btn--primary { background: #E87E04; color: #fff; }
.pp-btn--primary:hover { background: #d47003; transform: translateY(-1px); }
.pp-btn--full { width: 100%; }
.pp-btn--outline {
  background: transparent;
  color: #E87E04;
  border: 2px solid #E87E04;
}
.pp-btn--outline:hover {
  background: rgba(232,126,4,.1);
  transform: translateY(-1px);
}

/* ── Quote Modal (popup) ── */
.quote-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 16px;
}
.quote-modal__card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 32px 28px 28px;
  max-width: 460px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 24px 64px rgba(0,0,0,.25);
  animation: quoteModalIn .25s ease;
}
@keyframes quoteModalIn {
  from { opacity: 0; transform: translateY(24px) scale(.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.quote-modal__close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 1.8rem;
  color: #999;
  cursor: pointer;
  line-height: 1;
  padding: 4px;
  transition: color .15s;
}
.quote-modal__close:hover { color: #333; }
.quote-modal__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}
.quote-modal__header svg { color: #E87E04; flex-shrink: 0; }
.quote-modal__header h3 {
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  margin: 0;
  color: #3d3028;
}
.quote-modal__product {
  font-weight: 700;
  font-size: .95rem;
  color: #E87E04;
  margin: 2px 0 6px;
  padding-left: 32px;
}
.quote-modal__hint {
  font-size: .85rem;
  color: #888;
  margin: 0 0 16px;
}
.quote-modal__card .pp-quote-form input,
.quote-modal__card .pp-quote-form textarea {
  background: #f8f5f1;
}

@media (max-width: 480px) {
  .quote-modal__card {
    padding: 24px 18px 20px;
    border-radius: 16px;
  }
}

/* ── Sections ── */
.pp-section { padding: 56px 0; background: #f5ede2; color: #3d3028; }
.pp-section:nth-child(even) { background: #eee5d8; }
.pp-section__head { text-align: center; max-width: 640px; margin: 0 auto 36px; }
.pp-section__eyebrow { display: block; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: #E87E04; margin-bottom: 6px; }
.pp-section__head h2 { font-family: "Oswald", sans-serif; font-size: 1.8rem; margin: 0 0 10px; }
.pp-section__head p { font-size: .92rem; line-height: 1.6; color: rgba(20,14,11,.6); margin: 0; }

/* ── Use cases inline (left column below gallery) ── */
.pp-uc-inline { }
.pp-uc-heading-sm { display: flex; align-items: center; gap: 14px; justify-content: center; margin-bottom: 8px; }
.pp-uc-heading-sm h3 { font-family: "Oswald", sans-serif; font-size: 1.2rem; text-transform: uppercase; letter-spacing: .04em; white-space: nowrap; margin: 0; }
.pp-uc-line { flex: 1; max-width: 60px; height: 2px; background: #E87E04; }
.pp-uc-sub-sm { text-align: center; font-size: .82rem; line-height: 1.5; color: rgba(20,14,11,.45); margin: 0 0 18px; }
.pp-uc-grid-inline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.pp-uc-card-sm { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 18px rgba(0,0,0,.06); transition: transform .2s; text-align: center; }
.pp-uc-card-sm:hover { transform: translateY(-3px); }
.pp-uc-card-sm__img { height: 130px; overflow: hidden; background: linear-gradient(135deg, #e8e0d4, #d6cdc0); }
.pp-uc-card-sm__img img { width: 100%; height: 100%; object-fit: cover; }
.pp-uc-card-sm__ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: rgba(20,14,11,.15); }
.pp-uc-card-sm h4 { font-family: "Oswald", sans-serif; font-size: .92rem; margin: 10px 12px 3px; }
.pp-uc-card-sm p { font-size: .78rem; color: rgba(20,14,11,.48); margin: 0 12px 12px; line-height: 1.4; }

/* Feature section */
.pp-feature-section {
  position: relative;
  overflow: hidden;
  background: #1a1511 !important;
  color: #fff !important;
  margin-top: 12px;
}
.pp-feature-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--feature-bg);
  background-size: cover;
  background-position: center;
  opacity: .45;
}
.pp-feature-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10,8,6,.7) 0%, rgba(10,8,6,.45) 50%, rgba(10,8,6,.65) 100%);
  z-index: 1;
}
.pp-feature-content { position: relative; z-index: 2; }
.pp-feature-title { display: flex; align-items: center; gap: 10px; font-family: "Oswald", sans-serif; font-size: 1.5rem; margin: 0 0 24px; color: #fff; }
.pp-feature-title svg { color: #ff8a25; }
.pp-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
.pp-feature-desc { font-size: .95rem; line-height: 1.7; color: rgba(255,255,255,.75); margin: 0 0 20px; }
.pp-feature-items { display: grid; gap: 16px; }
.pp-fi { display: flex; gap: 12px; align-items: flex-start; }
.pp-fi__icon { width: 36px; height: 36px; border-radius: 10px; background: rgba(255,138,37,.15); color: #ff8a25; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pp-fi strong { display: block; margin-bottom: 2px; font-size: .95rem; color: #fff; }
.pp-fi p { margin: 0; font-size: .85rem; color: rgba(255,255,255,.6); line-height: 1.5; }

/* Bottom three-column grid */
.pp-bottom-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pp-bottom-card { background: #fff; border-radius: 20px; padding: 28px 24px; box-shadow: 0 6px 22px rgba(0,0,0,.05); }
.pp-bottom-card h3 { font-family: "Oswald", sans-serif; font-size: 1.15rem; margin: 0 0 18px; text-transform: uppercase; letter-spacing: .03em; }
.pp-adv-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.pp-adv-list li { display: flex; align-items: flex-start; gap: 8px; font-size: .88rem; line-height: 1.5; }
.pp-adv-list li svg { color: #3abe3a; flex-shrink: 0; margin-top: 2px; }
.pp-spec-table { width: 100%; border-collapse: collapse; }
.pp-spec-table tr { border-bottom: 1px solid rgba(20,14,11,.06); }
.pp-spec-table tr:last-child { border-bottom: none; }
.pp-spec-table td { padding: 10px 0; font-size: .88rem; }
.pp-spec-table td:first-child { font-weight: 600; color: rgba(20,14,11,.55); padding-right: 12px; }
.pp-spec-table td:last-child { font-weight: 700; text-align: right; }
/* Old pkg list (fallback) */
.pp-pkg-list { display: grid; gap: 10px; }
.pp-pkg { display: flex; flex-direction: column; gap: 2px; padding: 14px 18px; border: 2px solid rgba(20,14,11,.08); border-radius: 14px; transition: border-color .2s; }
.pp-pkg--current { border-color: #E87E04; background: rgba(232,126,4,.04); }
.pp-pkg strong { font-family: "Oswald", sans-serif; font-size: 1.1rem; }
.pp-pkg span { font-size: .82rem; color: rgba(20,14,11,.5); }

/* Variant product cards (other sizes) */
.pp-bottom-card--variants { }
.pp-variant-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.pp-variant-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 16px 16px;
  border: 2px solid rgba(20,14,11,.08);
  border-radius: 16px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color .25s, transform .25s, box-shadow .25s;
}
.pp-variant-card:hover {
  border-color: #E87E04;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(232,126,4,.15);
}
.pp-variant-card--current {
  border-color: #E87E04;
  background: rgba(232,126,4,.04);
  pointer-events: none;
}
.pp-variant-card__img {
  width: 100%;
  max-width: 120px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.pp-variant-card__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform .3s;
}
.pp-variant-card:hover .pp-variant-card__img img { transform: scale(1.08); }
.pp-variant-card__name {
  font-family: "Oswald", sans-serif;
  font-size: .92rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: #3d3028;
  line-height: 1.3;
}
.pp-variant-card--current .pp-variant-card__name { color: #E87E04; }
.form-grid { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.form-grid .full { grid-column: 1 / -1; }
label { display: grid; gap: 8px; font-weight: 700; }
input, textarea { width: 100%; border-radius: 16px; border: 1px solid rgba(20,14,11,.15); background: #fff; padding: 14px 16px; font: inherit; }
.spec-list { display: grid; gap: 10px; margin-top: 20px; }
.spec-list div { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid rgba(20,14,11,.1); }
.checkout-total { margin-top: 8px; font-size: 1.25rem; font-weight: 900; color: #ff7a1a; }
.site-footer { padding: 42px 0 56px; background: #0b0806; color: rgba(255,255,255,.78); }

.legacy-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7,5,4,.96) 0%, rgba(7,5,4,.9) 26%, rgba(7,5,4,.76) 48%, rgba(7,5,4,.24) 100%),
    url("/assets/reference/homepage.png") center top / cover no-repeat;
}
.legacy-hero__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 54%, rgba(255,117,0,.34), transparent 20%),
    radial-gradient(circle at 82% 26%, rgba(255,255,255,.16), transparent 12%);
}
.legacy-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0,.8fr) minmax(440px,1.2fr);
  gap: 22px;
  align-items: center;
  min-height: 790px;
  padding: 0 0 286px;
}
.legacy-hero__copy h1 {
  margin: 0;
  max-width: 560px;
  font-size: clamp(4.8rem, 9vw, 9rem);
  line-height: .88;
  letter-spacing: .01em;
  text-shadow: 0 8px 28px rgba(0,0,0,.22);
}
.legacy-title-top { display: block; color: #fff; }
.legacy-title-bottom { display: block; color: #ff7a1a; }
.legacy-script {
  margin: 10px 0 0;
  font-family: "Caveat", cursive;
  font-size: clamp(2.35rem, 3vw, 3.9rem);
  line-height: 1;
  text-shadow: 0 8px 16px rgba(0,0,0,.22);
}
.legacy-body {
  max-width: 430px;
  margin: 24px 0 0;
  color: rgba(255,244,232,.9);
  font-size: 1.26rem;
  line-height: 1.72;
  font-weight: 500;
}
/* Hero product highlights (rotate with slides) */
.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  transition: opacity .4s ease;
}
.hero-hl {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 20px;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: .78rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
.hero-hl svg {
  flex-shrink: 0;
  color: #6fbf73;
}
.legacy-hero__visual { position: relative; min-height: 760px; }
.legacy-product-stage {
  position: absolute;
  inset: 2px -26px 0 -10px;
  display: grid;
  place-items: center;
}
.legacy-product-glow {
  position: absolute;
  bottom: 22px;
  width: min(620px, 100%); /* nem lóg ki a containerből */
  height: 250px;
  background: radial-gradient(circle, rgba(255,112,26,.52), transparent 72%);
  filter: blur(26px);
}
.legacy-product-stage img {
  position: relative;
  z-index: 1;
  width: min(820px, 100%);
  min-height: 780px;
  object-fit: contain;
  object-position: center bottom;
  transform: scale(1.08);
  filter: drop-shadow(0 24px 42px rgba(0,0,0,.42));
}
.legacy-stamp {
  position: absolute;
  top: 116px;
  right: 12px;
  width: 142px;
  transform: rotate(-9deg);
  z-index: 2;
  filter: drop-shadow(0 14px 28px rgba(0,0,0,.26));
}
.legacy-feature-strip {
  position: relative;
  z-index: 5;
  margin-top: -228px;
  display: none;  /* PC-n elrejtve — csak mobilon jelenik meg */
}
@media (max-width: 860px) {
  .legacy-feature-strip { display: block; }
}
.legacy-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: linear-gradient(180deg, rgba(255,251,246,.98), rgba(244,235,223,.96));
  border: 1px solid rgba(173,125,82,.18);
  border-radius: 30px;
  box-shadow: 0 24px 54px rgba(77,43,15,.12);
  overflow: hidden;
}
.legacy-feature-card {
  display: flex;
  gap: 16px;
  padding: 28px 24px 26px;
  border-right: 1px solid rgba(124,87,50,.12);
}
.legacy-feature-card:last-child { border-right: 0; }
.legacy-feature-icon {
  width: 38px; min-width: 38px; height: 38px;
  display: grid; place-items: center;
  color: #ff7a1a;
  font-family: "Oswald", sans-serif;
  font-size: 1.35rem;
}
.legacy-feature-icon svg {
  width: 28px;
  height: 28px;
}
.legacy-feature-card h3 {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.04;
  color: #20140d;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.legacy-feature-card p { color: #6a5748; line-height: 1.7; margin: 4px 0 0; }

.legacy-products-section {
  position: relative;
  overflow: hidden;
  padding: 28px 0 48px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,180,96,.2), transparent 18%),
    radial-gradient(circle at 98% 10%, rgba(255,117,28,.12), transparent 12%),
    linear-gradient(180deg, #fffefb 0%, #f7eee2 100%);
  color: #20140d;
}
.legacy-products-section::before,
.legacy-products-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.legacy-products-section::before {
  display: none;  /* zöld körök eltávolítva */
}
.legacy-products-section::after {
  top: 46px; right: 32px; width: 150px; height: 70px;
  background:
    radial-gradient(circle at 6px 8px, rgba(255,118,29,.9) 0 2px, transparent 3px),
    radial-gradient(circle at 32px 24px, rgba(255,118,29,.82) 0 2px, transparent 3px),
    radial-gradient(circle at 64px 10px, rgba(255,118,29,.82) 0 2px, transparent 3px),
    radial-gradient(circle at 98px 28px, rgba(255,118,29,.76) 0 2px, transparent 3px),
    radial-gradient(circle at 128px 16px, rgba(255,118,29,.7) 0 2px, transparent 3px);
  opacity: .72;
}
.legacy-products-section .shell { position: relative; z-index: 1; }
.legacy-catalog-heading { max-width: 1040px; margin: 0 auto 54px; text-align: center; }
.legacy-catalog-heading h2 {
  font-size: clamp(3.4rem, 5vw, 6rem);
  line-height: .9;
  letter-spacing: .015em;
  color: #20140d;
  text-shadow: 0 6px 18px rgba(255,255,255,.36);
}
.legacy-catalog-heading--popular { margin-top: 54px; }

@media (max-width: 1180px) {
.product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
.topbar, .legacy-hero__grid { grid-template-columns: 1fr; display: grid; }
  .pp-hero__grid { grid-template-columns: 1fr; }
  .pp-left { order: 1; grid-column: auto; grid-row: auto; }
  .pp-info { order: 2; grid-column: auto; grid-row: auto; }
  .pp-uc-inline { order: 3; grid-column: auto; grid-row: auto; }
  .pp-gallery { grid-template-columns: 1fr; }
  .pp-gallery__thumbs-col { flex-direction: row; overflow-x: auto; order: 2; }
  .pp-gallery__main { order: 1; }
  .pp-uc-grid-inline { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .pp-uc-card-sm__img { height: 100px; }
  .pp-features { grid-template-columns: 1fr; }
  .pp-quick-specs { flex-wrap: wrap; }
  .pp-qs { min-width: 45%; }
  .pp-feature-grid { grid-template-columns: 1fr; }
  .pp-bottom-grid { grid-template-columns: 1fr; }
  .pp-cart-form { flex-direction: column; align-items: stretch; }
  .pp-qty-input { width: 100%; }
  .topbar { align-items: start; }
  .main-nav { flex-wrap: wrap; gap: 14px; }
  .header-actions { flex-wrap: wrap; }
.product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .form-grid { grid-template-columns: 1fr; }
  .legacy-hero { padding-top: 92px; }
  .legacy-hero__grid { min-height: auto; padding-bottom: 220px; }
  .legacy-hero__visual, .legacy-product-stage { min-height: 420px; position: relative; inset: auto; }
  .legacy-product-stage img { min-height: 420px; transform: scale(1); }
  .legacy-stamp { top: 12px; right: 0; width: 108px; }
  .legacy-feature-strip { margin-top: -180px; }
  .legacy-feature-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 20px, 1200px); }
  .brand-logo { height: 38px; }
  .brand strong { font-size: 1.45rem; }
  .main-nav { display: none; }
  .section-heading h2, .cart-page h1, .legacy-catalog-heading h2 { font-size: 2.4rem; }
  .hero-actions { flex-direction: column; }
.product-grid { grid-template-columns: 1fr; }
  .legacy-hero__copy h1 { font-size: 4.3rem; }
  .legacy-script { font-size: 2.6rem; }
  .legacy-body { font-size: 1.06rem; }
  .legacy-feature-grid { grid-template-columns: 1fr 1fr; }
  .legacy-feature-card { padding: 20px 16px; }
  .legacy-products-section { padding-top: 24px; }
}

/* ===== Laravel storefront polish (v1 adapted) ===== */
body.home-page .site-header {
  position: fixed;
  inset: 0 0 auto 0;
  background: linear-gradient(180deg, rgba(9, 7, 6, .52), rgba(9, 7, 6, .18));
  border-bottom-color: rgba(255, 255, 255, .12);
}
body.category-page .site-header {
  background: linear-gradient(180deg, rgba(9, 7, 6, .52), rgba(9, 7, 6, .18));
  border-bottom-color: rgba(255, 255, 255, .12);
}

/* Nem-home és nem-category oldalak: navbar alapból sötét */
body:not(.home-page):not(.category-page) .site-header {
  background: rgba(10, 8, 7, .85);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(12px) saturate(130%);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
}

.site-header-overlay.is-scrolled {
  background: rgba(10, 8, 7, .58);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(13px) saturate(135%);
  -webkit-backdrop-filter: blur(13px) saturate(135%);
}

.header-inner {
  min-height: 90px;
}

.phone-link,
.quote-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .24);
  color: rgba(255, 255, 255, .95);
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: .03em;
  background: rgba(255, 255, 255, .06);
}

.quote-link {
  background: rgba(21, 15, 12, .62);
}

.lang-switcher {
  position: relative;
}

.lang-current {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .06);
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: .03em;
  cursor: pointer;
}

.lang-caret { opacity: .8; }

.lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 180px;
  padding: 6px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(12, 9, 8, .96);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .32);
  display: none;
}

.lang-switcher.is-open .lang-menu { display: block; }

.lang-option {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 10px;
  border-radius: 10px;
  color: rgba(255, 255, 255, .88);
}

.lang-option.active,
.lang-option:hover {
  background: rgba(255, 132, 40, .16);
  color: #fff;
}

.lang-option-copy { margin-left: auto; opacity: .72; font-size: .84rem; }

.legacy-hero {
  padding-top: 96px;
}

.legacy-hero__grid {
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
}

.legacy-product-stage {
  inset: 10px -8px 0 0;
}

.hero-dots {
  position: absolute;
  top: 20px;
  left: 24px;
  display: inline-flex;
  gap: 10px;
  z-index: 3;
}

.hero-dot {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .44);
  cursor: pointer;
}

.hero-dot.is-active {
  width: 32px;
  border-radius: 999px;
  background: #ff7a1a;
}

.legacy-feature-strip {
  margin-top: -208px;
}

.legacy-feature-grid {
  margin-top: 10px;
}


.why-section {
  position: relative;
  overflow: hidden;
  background: #0b0b0a;
  color: #fff;
}

.why-video-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.why-video-backdrop::before {
  /* Lefedi a YouTube videó tetején megjelenő cím-sávot */
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 80px;
  background: linear-gradient(to bottom, #0b0b0a 0%, transparent 100%);
  z-index: 1;
}

.why-video-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(8,6,5,.96) 0%, transparent 12%),
    linear-gradient(90deg, rgba(8, 6, 5, .85) 0%, rgba(8, 6, 5, .62) 44%, rgba(8, 6, 5, .36) 100%),
    radial-gradient(circle at 70% 46%, rgba(255, 129, 42, .2), transparent 42%);
}

.why-video-backdrop iframe {
  /* Cover technika: mindig a szekció teljes területét lefedi,
     akármilyen magas a tartalom.
     16:9 arány: a két tengelyen a nagyobbik számít. */
  border: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  /* Legalább a konténer szélessége: 100vw / 9 * 16 = magasság is lefedve */
  width: max(100%, calc(100vh * 16 / 9));
  height: max(100%, calc(100vw * 9 / 16));
  transform: translate(-50%, -50%);
}

.why-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, .4fr);
  gap: 24px;
  align-items: center;
  padding: 92px 0;
}

.why-copy {
  max-width: 740px;
}

.why-copy h2 {
  margin: 14px 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: .93;
  text-transform: uppercase;
}

.why-copy p {
  margin: 0 0 18px;
  color: rgba(255, 245, 234, .9);
  font-size: 1.16rem;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.check-list li::before {
  content: "✓";
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  color: #ff7a1a;
  border: 1px solid rgba(255, 122, 26, .5);
}

.why-play {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.why-play-link {
  display: inline-grid;
  place-items: center;
  width: 116px;
  height: 116px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, .52);
  background: rgba(16, 11, 8, .34);
  transition: border-color .2s, background .2s;
  flex-shrink: 0;
}
.why-play-link:hover {
  border-color: rgba(255, 138, 37, .8);
  background: rgba(255, 100, 0, .18);
}

.play-button { font-size: 2rem; }

.why-video-label {
  color: rgba(255, 255, 255, .72);
  font-size: .9rem;
  text-align: center;
  max-width: 160px;
  line-height: 1.4;
  margin: 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.partners-section,
.testimonials-section {
  padding: 84px 0;
  background: linear-gradient(180deg, #fffefb 0%, #f3e9dc 100%);
  color: #20140d;
}

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

.partner-card,
.testimonial-card {
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(120, 88, 56, .14);
  padding: 24px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .08);
}

.partner-card span {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
}

.testimonial-card .stars {
  color: #ff7a1a;
  letter-spacing: .1em;
}

.testimonial-card p {
  color: #4d3a2a;
  line-height: 1.6;
}

@media (max-width: 1180px) {
  .main-nav { gap: 18px; }
}

@media (max-width: 860px) {
  .main-nav, .phone-link { display: none; }
  .header-inner { min-height: 78px; }
  .legacy-hero__grid { grid-template-columns: 1fr; }
  .legacy-hero__visual { min-height: 460px; }
  .legacy-feature-strip { margin-top: -160px; }
  .why-grid { grid-template-columns: 1fr; padding: 62px 0; }
  .why-play { place-items: center; }
  .partner-grid, .testimonial-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  body.home-page .site-header { background: rgba(11, 8, 7, .72); }
  .header-actions { gap: 8px; }
  .quote-link { padding: 0 12px; font-size: .9rem; }
  .legacy-feature-strip { margin-top: -132px; }
  .legacy-feature-grid { margin: 0 6px; border-radius: 24px; }
  .legacy-feature-card { border-right: 0; border-bottom: 1px solid rgba(124, 87, 50, .12); }
  .legacy-feature-card:nth-child(odd) { border-right: 1px solid rgba(124, 87, 50, .12); }
  .partner-grid, .testimonial-grid { grid-template-columns: 1fr; }
}

/* ===== FINAL OVERRIDES: home layout stabilization ===== */
body.home-page .site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 90;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

body.home-page .site-header.is-scrolled {
  background: rgba(9, 7, 6, .74);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom-color: rgba(255, 255, 255, .15);
}

.header-inner {
  min-height: 84px;
}

.legacy-hero {
  padding-top: 88px;
}

.legacy-hero__grid {
  align-items: center;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 18px;
  min-height: 720px;
  padding-bottom: 210px;
}

.legacy-hero__copy .legacy-eyebrow {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: clamp(1.05rem, 1.2vw, 1.45rem);
}

.legacy-product-stage {
  inset: 0 -8px 0 0;
}

.legacy-product-stage img {
  transform: none;
  width: min(780px, 100%);
  min-height: 700px;
  object-fit: contain;
  object-position: center bottom;
}

.legacy-feature-strip {
  margin-top: -190px;
  padding-bottom: 20px;
}

.legacy-feature-grid {
  background: linear-gradient(180deg, rgba(247, 238, 226, .98), rgba(240, 229, 214, .96));
  border: 1px solid rgba(171, 125, 82, .2);
}

.legacy-feature-card {
  padding: 26px 22px;
}

.legacy-feature-icon {
  width: 46px;
  min-width: 46px;
  height: 46px;
  font-size: 1.8rem;
  color: #ff7a1a;
}

.legacy-feature-card h3 {
  font-size: 1.75rem;
}


.why-section {
  background: #0b0b0a;
}

.why-grid {
  grid-template-columns: minmax(0, 1fr) 160px;
  align-items: center;
  min-height: 560px;
}

.why-copy {
  max-width: 700px;
}

.why-play {
  place-items: center end;
}

.why-play-link {
  width: 112px;
  height: 112px;
}

.mobile-bottom-nav {
  display: none;
}

@media (max-width: 1024px) {

}

@media (max-width: 860px) {
  .topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 74px;
    gap: 10px;
  }

  .main-nav,
  .phone-link,
  .quote-link,
  .cart-link {
    display: none !important;
  }

  .header-actions {
    margin-left: auto;
  }

  .lang-current {
    min-height: 40px;
    padding: 0 12px;
  }

  .legacy-hero {
    padding-top: 74px;
  }

  .legacy-hero__grid {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: auto;
    padding-bottom: 140px;
  }

  .legacy-hero__copy {
    text-align: center;
  }

  .legacy-hero__copy h1 {
    max-width: none;
    font-size: clamp(3.2rem, 12vw, 5.3rem);
    line-height: .9;
  }

  .legacy-script {
    font-size: clamp(2.1rem, 9vw, 3rem);
  }

  .legacy-body {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .legacy-hero__visual {
    min-height: 420px;
  }

  .legacy-product-stage {
    position: relative;
    inset: auto;
  }

  .legacy-product-stage img {
    min-height: 420px;
    width: min(520px, 96%);
  }

  .legacy-stamp {
    top: 10px;
    right: 8px;
    width: 96px;
  }

  .legacy-feature-strip {
    margin-top: -110px;
    padding-bottom: 16px;
  }

  .legacy-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    border-radius: 22px;
    overflow: hidden;
  }

  .legacy-feature-card {
    gap: 10px;
    padding: 18px 14px;
    border-right: 1px solid rgba(124, 87, 50, .12);
    border-bottom: 1px solid rgba(124, 87, 50, .12);
  }

  .legacy-feature-card:nth-child(2n) { border-right: 0; }
  .legacy-feature-card:nth-last-child(-n+2) { border-bottom: 0; }

  .legacy-feature-icon {
    width: 34px;
    min-width: 34px;
    height: 34px;
    font-size: 1.35rem;
  }

  .legacy-feature-card h3 {
    font-size: 1.35rem;
  }


  .why-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 52px 0 48px;
    min-height: auto;
  }

  .why-copy {
    max-width: none;
  }

  /* Mobilon normál flow: szöveg felül, play gomb + felirat alul sorban */
  .why-play {
    position: static !important;
    transform: none !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 18px !important;
  }

  .why-play-link {
    width: 72px !important;
    height: 72px !important;
    flex-shrink: 0 !important;
  }

  .why-video-label {
    font-size: .85rem !important;
    max-width: 200px !important;
    text-align: left !important;
  }

  .mobile-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 95;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    padding: 6px 4px calc(6px + env(safe-area-inset-bottom, 0px));
    background: rgba(18, 14, 10, .95);
    border-top: 1px solid rgba(255, 255, 255, .08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .mobile-bottom-nav__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    padding: 6px 8px 4px;
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
    transition: color .15s;
    -webkit-tap-highlight-color: transparent;
    min-width: 56px;
  }
  .mobile-bottom-nav__item svg {
    display: block;
    flex-shrink: 0;
  }
  .mobile-bottom-nav__item small {
    font-family: 'Roboto', sans-serif;
    font-size: .6rem;
    font-weight: 500;
    letter-spacing: .04em;
    text-transform: uppercase;
    line-height: 1;
    white-space: nowrap;
  }
  .mobile-bottom-nav__item.is-active {
    color: #ff7a1a;
  }
  .mobile-bottom-nav__item:active {
    color: #ff7a1a;
  }

  /* More menu (Info popup) */
  .mobile-bottom-nav__more { position: relative; }
  .mobile-bottom-nav__more-btn {
    display: flex; flex-direction: column; align-items: center; gap: 2px;
    background: none; border: none; color: inherit; font: inherit; cursor: pointer;
    padding: 0; -webkit-tap-highlight-color: transparent;
  }
  .mobile-bottom-nav__more-btn svg { width: 22px; height: 22px; }
  .mobile-bottom-nav__more-btn small { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
  .mobile-more-menu {
    display: none;
    position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%);
    background: #1a1511; border-radius: 14px; padding: 8px 0;
    min-width: 180px; box-shadow: 0 -8px 32px rgba(0,0,0,.35);
    margin-bottom: 12px; z-index: 1001;
  }
  .mobile-more-menu::after {
    content: ''; position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
    border: 8px solid transparent; border-top-color: #3d3028;
  }
  .mobile-bottom-nav__more.is-open .mobile-more-menu { display: block; }
  .mobile-more-menu__item {
    display: flex; align-items: center; gap: 10px;
    padding: 12px 20px; color: #fff; text-decoration: none;
    font-size: .9rem; font-weight: 600; white-space: nowrap;
    transition: background .15s;
  }
  .mobile-more-menu__item:hover, .mobile-more-menu__item:active { background: rgba(255,122,26,.15); color: #ff7a1a; }
  .mobile-more-menu__item svg { flex-shrink: 0; opacity: .7; }

  /* Kosár — központi kiemelkedő gomb */
  .mobile-bottom-nav__cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    margin-top: -22px;
    position: relative;
    gap: 3px;
    min-width: 56px;
  }
  .mobile-bottom-nav__cart-ring {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff7a1a, #e06500);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 4px 16px rgba(255, 122, 26, .4), 0 0 0 3px rgba(18, 14, 10, .95);
    transition: transform .15s, box-shadow .15s;
    position: relative;
  }
  .mobile-bottom-nav__cart:active .mobile-bottom-nav__cart-ring {
    transform: scale(.92);
  }
  .mobile-bottom-nav__badge {
    position: absolute;
    top: -2px;
    right: -2px;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    background: #e02020;
    color: #fff;
    font-size: .65rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    border: 2px solid rgba(18, 14, 10, .95);
    line-height: 1;
  }

  /* Kosár/Ajánlat központi gomb felirat */
  .mobile-bottom-nav__cart-label {
    font-family: 'Roboto', sans-serif;
    font-size: .55rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #ff7a1a;
    margin-top: 2px;
    line-height: 1;
    text-decoration: none;
  }

  body.home-page .site-footer,
  body .site-footer {
    padding-bottom: 80px;
  }
}

/* =========================================================
   HOME PAGE - FINAL STABLE LAYOUT OVERRIDES
   ========================================================= */
body.home-page .site-header.site-header-overlay {
  background: transparent !important;
  border-bottom: 1px solid transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.home-page .site-header.site-header-overlay.is-scrolled {
  background: rgba(10, 8, 7, .58) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
  backdrop-filter: blur(13px) saturate(135%) !important;
  -webkit-backdrop-filter: blur(13px) saturate(135%) !important;
}

body.home-page .legacy-hero {
  padding-top: 82px !important;
}

body.home-page .legacy-hero__grid {
  min-height: 640px !important;
  align-items: center !important;
  gap: 24px !important;
}

/* Alap: desktop stamp elrejtve, mobil stamp látható */
.legacy-stamp--desktop { display: none; }
.legacy-stamp--mobile  { display: block; }

/* ── Desktop 3-oszlopos hero ─────────────────────────────
   Bal: szöveg (2r)  |  Közép: termék+pecsét (2r)  |  Jobb: feature-ök (1r)
──────────────────────────────────────────────────────── */
@media (min-width: 861px) {
  body.home-page .legacy-hero__grid {
    grid-template-columns: minmax(0, 1.7fr) minmax(0, 2.3fr) 210px !important;
    padding-bottom: 60px !important;
    min-height: 620px !important;
    align-items: stretch !important;
  }

  /* Feature strip eltüntetése — desktop-on a hero jobb oszlopában vannak */
  body.home-page .legacy-feature-strip {
    display: none !important;
  }

  /* Jobb oldali feature oszlop */
  body.home-page .legacy-hero__features {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 32px !important;
    position: relative !important;
    z-index: 2 !important;
    padding: 24px 0 !important;
    border-left: none !important;
  }

  body.home-page .hero-feature-item {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 10px !important;
  }

  body.home-page .hero-feature-text h4 {
    white-space: nowrap !important;
    text-align: center !important;
  }

  body.home-page .hero-feature-text p {
    text-align: center !important;
  }

  /* Copy oszlop */
  body.home-page .legacy-hero__copy {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding-right: 16px !important;
    position: static !important;
    overflow: hidden !important;     /* megakadályozza a szöveg kilógását */
  }

  /* H1: desktop-on az 1.7fr (~400px) oszlophoz igazított méret */
  body.home-page .legacy-hero__copy h1 {
    font-size: clamp(3.8rem, 6vw, 7.5rem) !important;
    max-width: 100% !important;
    line-height: .88 !important;
  }

  body.home-page .legacy-script {
    font-size: clamp(1.9rem, 2.8vw, 3rem) !important;
  }

  body.home-page .legacy-body {
    font-size: clamp(0.95rem, 1.15vw, 1.2rem) !important;
    max-width: 100% !important;
    line-height: 1.65 !important;
  }

  /* Mobil stamp elrejtve desktop-on */
  body.home-page .legacy-stamp--mobile {
    display: none !important;
  }

  /* Desktop stamp: vizuál oszlop jobb felső sarkában */
  body.home-page .legacy-stamp--desktop {
    display: block !important;
    position: absolute !important;
    top: 24px !important;
    right: 18px !important;
    width: 120px !important;
    transform: rotate(-9deg) !important;
    z-index: 5 !important;
    filter: drop-shadow(0 8px 20px rgba(0,0,0,.35)) !important;
  }

  /* Vizuál oszlop: position:relative → stamp ehhez képest pozicionálódik */
  body.home-page .legacy-hero__visual {
    position: relative !important;
  }

  /* Termékszínpad: balra kicsit rálóg a copy oszlopra → nagyobbnak tűnik */
  body.home-page .legacy-product-stage {
    inset: 0 0 0 -90px !important;   /* 90px bal túlnyúlás a copy irányába */
  }
  body.home-page .legacy-product-stage img {
    min-height: 0 !important;
    width: min(640px, 100%) !important;
    max-height: 100% !important;
    height: 100% !important;
    transform: scale(1) !important;
    object-fit: contain !important;
    object-position: center bottom !important;
  }
}

body.home-page .legacy-hero__copy {
  padding-top: 0 !important;
}

body.home-page .legacy-hero__visual {
  min-height: 560px !important;
  max-height: 700px !important;
}

body.home-page .legacy-product-stage {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  min-height: 520px !important;
  display: grid !important;
  place-items: end center !important;
}

body.home-page .legacy-product-stage img {
  min-height: 0 !important;        /* base: min-height:780px → reset */
  width: min(620px, 95%) !important;
  height: auto !important;
  max-height: 520px !important;
  object-fit: contain !important;
}

body.home-page .hero-dots,
body.home-page .hero-dot {
  display: none !important;
}

body.home-page .legacy-feature-strip {
  margin-top: -74px !important;
  padding-bottom: 28px !important;
}

body.home-page .legacy-feature-grid {
  margin: 0 auto !important;
}

body.home-page .legacy-feature-card {
  padding: 22px 22px 20px !important;
}

body.home-page .legacy-feature-icon {
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  font-size: 1.5rem !important;
  border: 0 !important;
  background: transparent !important;
}


@media (max-width: 1180px) {

}

@media (max-width: 860px) {
  body.home-page .site-header .topbar {
    min-height: 74px !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    gap: 10px !important;
  }

  body.home-page .main-nav,
  body.home-page .phone-link,
  body.home-page .quote-link,
  body.home-page .cart-link {
    display: none !important;
  }

  body.home-page .header-actions {
    margin-left: 0 !important;
    justify-self: end !important;
  }

  body.home-page .brand {
    align-self: center !important;
  }

  body.home-page .legacy-hero {
    padding-top: 78px !important;
  }

  body.home-page .legacy-hero__grid {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    padding-bottom: 130px !important;
    gap: 10px !important;
  }

  body.home-page .legacy-hero__copy {
    order: 2 !important;
    text-align: center !important;
  }

  body.home-page .legacy-hero__visual {
    order: 1 !important;
    min-height: 390px !important;
  }

  body.home-page .legacy-product-stage {
    min-height: 390px !important;
  }

  body.home-page .legacy-product-stage img {
    width: min(500px, 96%) !important;
    max-height: 390px !important;
  }

  body.home-page .legacy-stamp--mobile {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    width: 80px !important;
    margin-top: 14px !important;
    display: block !important;
  }
  body.home-page .legacy-stamp--desktop { display: none !important; }

  body.home-page .legacy-hero__copy h1 {
    display: flex !important;
    justify-content: center !important;
    gap: .24em !important;
    align-items: baseline !important;
    flex-wrap: nowrap !important;
    line-height: .92 !important;
    font-size: clamp(2.4rem, 12vw, 4.3rem) !important;
  }

  body.home-page .legacy-title-top,
  body.home-page .legacy-title-bottom {
    display: inline-block !important;
  }

  body.home-page .legacy-feature-strip {
    margin-top: -52px !important;
    padding: 0 0 18px !important;
  }

  body.home-page .legacy-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    border-radius: 20px !important;
    overflow: hidden !important;
  }

  body.home-page .legacy-feature-card {
    padding: 16px 14px !important;
  }

  body.home-page .legacy-feature-icon {
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
    font-size: 1.35rem !important;
  }


  .mobile-bottom-nav {
    display: flex !important;
  }
}

/* Mobile hero redesign (reference-aligned) — tablet + mobile */
@media (max-width: 860px) {
  body.home-page .site-header.site-header-overlay {
    background: transparent !important;
    border-bottom: 0 !important;
  }

  body.home-page .site-header .topbar {
    min-height: 82px !important;
    padding-top: 8px !important;
  }

  body.home-page .brand strong {
    font-size: 1.9rem !important;
  }

  body.home-page .brand small {
    font-size: 1.05rem !important;
  }

  body.home-page .legacy-hero {
    padding-top: 0 !important;
    min-height: min(100svh, 580px) !important;
  }

  body.home-page .legacy-hero__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: 1fr !important;
    min-height: min(100svh, 580px) !important;
    padding-bottom: 100px !important;
    gap: 0 !important;
  }

  body.home-page .legacy-hero__visual,
  body.home-page .legacy-hero__copy {
    grid-column: 1 / -1 !important;
    grid-row: 1 / -1 !important;
  }

  body.home-page .legacy-hero__visual {
    z-index: 1 !important;
    align-self: stretch !important;
    overflow: visible !important;
    position: relative !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  /* termék kép: jobb oldalra, függőlegesen középre */
  body.home-page .legacy-product-stage {
    position: absolute !important;
    inset: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    padding: 80px 10px 80px 0 !important;
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    min-height: 0 !important;
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
  }

  body.home-page .legacy-product-stage img {
    width: min(56vw, 290px) !important;
    max-height: 380px !important;
    min-height: 0 !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: right center !important;
    transform: none !important;
    filter: drop-shadow(0 32px 52px rgba(0,0,0,.55)) !important;
  }

  body.home-page .legacy-product-glow {
    inset: auto 0 120px auto !important;
    transform: none !important;
    width: 60vw !important;
    height: 200px !important;
    opacity: .5 !important;
  }

  /* szöveg: bal oldal, header alól indul */
  body.home-page .legacy-hero__copy {
    z-index: 3 !important;
    text-align: left !important;
    max-width: 48% !important;
    padding: 92px 0 0 14px !important;
    position: relative !important;
    align-self: start !important;
  }

  /* Eyebrow: dekor-vonalak elrejtve → elfér egy sorban minden nyelven */
  body.home-page .legacy-hero__copy .legacy-eyebrow {
    font-size: clamp(0.7rem, 2.5vw, 0.9rem) !important;
    margin-bottom: 4px !important;
    white-space: nowrap !important;
    gap: 6px !important;
  }
  body.home-page .legacy-hero__copy .legacy-eyebrow::before,
  body.home-page .legacy-hero__copy .legacy-eyebrow::after {
    display: none !important;
  }

  /* H1 / script / body — tablet+mobil méret */
  body.home-page .legacy-hero__copy h1 {
    justify-content: flex-start !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0 !important;
    font-size: clamp(2rem, 8vw, 3rem) !important;
    line-height: .88 !important;
  }

  body.home-page .legacy-script {
    font-size: clamp(1.2rem, 5vw, 1.8rem) !important;
    line-height: .94 !important;
    margin-top: 6px !important;
  }

  body.home-page .legacy-body {
    margin-top: 8px !important;
    font-size: clamp(0.76rem, 3vw, 0.92rem) !important;
    line-height: 1.38 !important;
    max-width: 100% !important;
  }

  /* bottom nav átveszi a navigációt mobilon */
  body.home-page .hero-actions {
    display: none !important;
  }

  body.home-page .legacy-stamp--mobile {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    width: 80px !important;
    margin-top: 14px !important;
    opacity: .92 !important;
    z-index: 4 !important;
    transform: rotate(-9deg) !important;
    display: block !important;
  }
  body.home-page .legacy-stamp--desktop { display: none !important; }

  body.home-page .legacy-feature-strip {
    margin-top: -200px !important;
    padding: 0 0 14px !important;
    position: relative !important;
    z-index: 5 !important;
  }

  body.home-page .legacy-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    border-radius: 24px !important;
    background: rgba(8, 7, 7, .88) !important;
    border: 1px solid rgba(255, 255, 255, .14) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    overflow: hidden !important;
  }

  body.home-page .legacy-feature-card {
    padding: 14px 8px 12px !important;
    border-right: 1px solid rgba(255, 255, 255, .12) !important;
    border-bottom: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 7px !important;
  }

  body.home-page .legacy-feature-card:last-child {
    border-right: 0 !important;
  }

  /* Ikon: kicsit nagyobb */
  body.home-page .legacy-feature-icon {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    font-size: 1.6rem !important;
    border: 1.5px dashed rgba(255, 138, 37, .7) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
  }

  /* Cím: max 2 sor, kisebb méret */
  body.home-page .legacy-feature-card h3 {
    font-size: .78rem !important;
    line-height: 1.15 !important;
    color: #fff !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    word-break: break-word !important;
  }

  /* Leíró szöveg: kisebb */
  body.home-page .legacy-feature-card p {
    font-size: .67rem !important;
    line-height: 1.3 !important;
    color: rgba(255, 255, 255, .78) !important;
  }
}

/* ═══════════════════════════════════════════
   INFINITE CAROUSEL – kategória + termék rail
   JS klónozza a kártyákat, végtelen hurok.
   Húzható (drag) minden irányba, RAF-alapú
   folyamatos mozgás.
═══════════════════════════════════════════ */

/* 1. Scrollbar teljesen elrejtve */

/* 2. Rail alap: flex sáv, overflow clip
   padding + negatív margin trükk:
   az overflow:hidden a PADDING szélén vágja a tartalmat,
   így a box-shadow elfér a paddingon belül. */

/* 3. Kártya kompakt méret – közös */

/* 4. Kártyaméretek – mobil (<560px): 1 kártya + peek */
@media (max-width: 560px) {
}

/* 5. Tablet (561–860px): ~2 kártya + peek */
@media (min-width: 561px) and (max-width: 860px) {
}

/* 6. Desktop (≥861px): 4 kategória / 3 termék + peek */
@media (min-width: 861px) {
}


/* ═══════════════════════════════════════════════
   CMS Statikus oldalak
   ═══════════════════════════════════════════════ */

.cms-page-hero {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  padding: 80px 0 60px;
  color: #fff;
}

.cms-page-hero h1 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0;
}

.cms-page-content {
  padding: 60px 0 80px;
}

.cms-page-content__inner {
  max-width: 860px;
}

.prose {
  color: #2d2d2d;
  line-height: 1.8;
  font-size: 1.05rem;
}

.prose h1, .prose h2, .prose h3, .prose h4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  margin-top: 2em;
  margin-bottom: 0.6em;
  color: #111;
}

.prose h2 { font-size: 1.8rem; }
.prose h3 { font-size: 1.4rem; }

.prose p { margin-bottom: 1.2em; }

.prose ul, .prose ol {
  margin-left: 1.5em;
  margin-bottom: 1.2em;
}

.prose li { margin-bottom: 0.4em; }

.prose a {
  color: #ff7a1a;
  text-decoration: underline;
}

.prose strong { color: #111; }

.prose blockquote {
  border-left: 4px solid #ff7a1a;
  margin: 1.5em 0;
  padding: 0.8em 1.2em;
  background: #fafafa;
  color: #555;
  font-style: italic;
}

.prose img {
  max-width: 100%;
  border-radius: 8px;
  margin: 1.5em 0;
}

.prose table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5em;
}

.prose th, .prose td {
  border: 1px solid #e0e0e0;
  padding: 0.6em 1em;
  text-align: left;
}

.prose th {
  background: #f5f5f5;
  font-weight: 600;
}

/* =========================================================
   STATS SECTION
   ========================================================= */
.stats-section {
  background: #0f0d0b;
  padding: 48px 0;
  border-top: 1px solid rgba(255,122,26,.15);
  overflow: hidden; /* prevent child overflow */
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  width: 100%;
}
.stat-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 28px;
  border-right: 1px solid rgba(255,255,255,.07);
  min-width: 0; /* allow shrinking */
  overflow: hidden;
}
.stat-item:last-child { border-right: none; }
.stat-icon {
  font-size: 2rem;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid rgba(255,122,26,.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff7a1a;
  background: rgba(255,122,26,.07);
}
.stat-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0; /* allow text to wrap/truncate */
  overflow: hidden;
}
.stat-value {
  font-family: 'Oswald', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.stat-label {
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
}

/* =========================================================
   CTA BANNER
   ========================================================= */
.cta-banner {
  position: relative;
  padding: 48px 0;
  overflow: hidden;
  background: #1a1208;
}
.cta-banner__bg {
  position: absolute;
  inset: 0;
  background:
    url('/assets/reference/homepage.png') center / cover no-repeat,
    linear-gradient(135deg, rgba(20,12,4,.92), rgba(20,12,4,.88));
  background-blend-mode: multiply;
}
.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10,7,3,.92) 0%, rgba(20,12,4,.80) 100%);
}
.cta-banner__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 80px;
  align-items: center;
  gap: 32px;
}
.cta-banner__copy h2 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 6px;
  letter-spacing: .03em;
}
.cta-banner__copy p {
  font-size: .92rem;
  color: rgba(255,255,255,.7);
  margin: 0;
}
.button-cta-banner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ff7a1a;
  color: #fff !important;
  font-family: 'Oswald', sans-serif;
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s, transform .15s;
}
.button-cta-banner:hover { background: #e06000; transform: translateY(-1px); }
.cta-banner__icon {
  opacity: .6;
  flex-shrink: 0;
}
.cta-banner__icon svg { width: 64px; height: 64px; }

/* =========================================================
   CONTACT SECTION
   ========================================================= */
.contact-section {
  background: #0b0806;
  padding: 56px 0 0;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.07);
}
.contact-info {
  background: #141008;
  padding: 40px 36px;
}
.contact-company {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 24px;
}
.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255,255,255,.75);
  font-size: .92rem;
}
.contact-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  color: #E87E04;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-icon svg {
  display: block;
}
.contact-list a { color: rgba(255,255,255,.85); text-decoration: none; }
.contact-list a:hover { color: #ff7a1a; }
.contact-map {
  position: relative;
  min-height: 300px;
  background: #1a1612;
}
.contact-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.contact-map-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: rgba(255,255,255,.35);
  font-size: .85rem;
}

/* =========================================================
   NEW FOOTER
   ========================================================= */
.site-footer {
  padding: 0;
  background: #0b0806;
  color: rgba(255,255,255,.78);
}
.footer-top {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding: 56px 0 48px;
  border-top: 1px solid rgba(255,255,255,.06);
}
.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
}
.footer-brand-logo { height: 44px; width: auto; display: block; }
.footer-logo-flame { font-size: 1.8rem; }
.footer-logo-text strong {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1.1;
}
.footer-logo-text small {
  display: block;
  font-size: .65rem;
  letter-spacing: .18em;
  color: #ff7a1a;
  font-weight: 600;
  text-transform: uppercase;
}
.footer-tagline {
  font-size: .85rem;
  color: rgba(255,255,255,.5);
  line-height: 1.6;
  margin: 0;
  max-width: 260px;
}
.footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}
.footer-social-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.65);
  text-decoration: none;
  transition: background .2s, color .2s, border-color .2s;
}
.footer-social-icon:hover { background: #ff7a1a; border-color: #ff7a1a; color: #fff; }
.footer-col-title {
  font-family: 'Oswald', sans-serif;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.35);
  margin: 0 0 18px;
}
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-links a {
  font-size: .87rem;
  color: rgba(255,255,255,.65);
  text-decoration: none;
  transition: color .15s;
}
.footer-links a:hover { color: #ff7a1a; }
.footer-contact-mini {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-contact-phone,
.footer-contact-email {
  font-size: .85rem;
  color: rgba(255,255,255,.6);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color .15s;
}
.footer-contact-phone svg,
.footer-contact-email svg {
  flex-shrink: 0;
  color: #E87E04;
}
.footer-contact-phone:hover,
.footer-contact-email:hover { color: #ff7a1a; }
.footer-contact-phone:hover svg,
.footer-contact-email:hover svg { color: #ff7a1a; }
/* Payment banner in footer */
.footer-payment-banner {
  margin-top: 16px;
  min-height: 40px;
}
.footer-payment-banner img {
  max-width: 180px;
  height: auto;
  opacity: 0.75;
  transition: opacity .2s;
  border-radius: 4px;
}
.footer-payment-banner a:hover img {
  opacity: 1;
}
.footer-payment-banner--placeholder {
  /* Üres hely a jövőbeli bannernek */
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 18px 0;
}
.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .78rem;
  color: rgba(255,255,255,.35);
}
.footer-made-with { color: rgba(255,255,255,.3); }

/* =========================================================
   RESPONSIVE — STATS / CTA / CONTACT / FOOTER
   ========================================================= */
@media (max-width: 900px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-item {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,.07);
    padding: 16px 14px;
    gap: 12px;
  }
  .stat-icon { width: 40px; height: 40px; font-size: 1.4rem; flex-shrink: 0; }
  .stat-value { font-size: 1.4rem; }
  .stat-label { font-size: .65rem; }
  .stat-item:nth-child(2n) { border-right: none; }
  .stat-item:last-child { border-bottom: none; }

  .cta-banner__inner { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .cta-banner__icon { display: none; }

  .contact-grid { grid-template-columns: 1fr; }
  .contact-map { min-height: 260px; position: relative; }

  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: span 2; }
}

@media (max-width: 600px) {
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat-item { padding: 12px 10px; gap: 8px; }
  .stat-icon { width: 34px; height: 34px; font-size: 1.1rem; }
  .stat-value { font-size: 1.2rem; }
  .stat-label { font-size: .6rem; letter-spacing: .04em; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand { grid-column: span 1; }
  .footer-bottom-inner { flex-direction: column; gap: 6px; text-align: center; }

  body.home-page .site-footer { padding-bottom: 80px; }
}

/* =========================================================
   PARTNER LOGO CAROUSEL
   ========================================================= */
.partners-section { padding: 56px 0 0; }
.partner-carousel-wrap {
  margin-top: 32px;
  overflow: hidden;
  width: 100%;
}
.partner-carousel {
  display: flex;
  gap: 0;
  overflow: hidden;
  scroll-snap-type: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  user-select: none;
}
.partner-carousel::-webkit-scrollbar { display: none; }
.partner-carousel.carousel-dragging { cursor: grabbing; }

.partner-logo-card {
  flex: 0 0 200px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(0,0,0,.06);
  background: #fff;
  padding: 16px 28px;
  transition: background .2s;
}
.partner-logo-card:hover { background: #fafafa; }
.partner-logo-card img {
  max-width: 100%;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: .65;
  transition: filter .3s, opacity .3s;
}
.partner-logo-card:hover img { filter: none; opacity: 1; }
.partner-logo-card a { display: flex; align-items: center; justify-content: center; }
.partner-name-fallback {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: #888;
}

/* =========================================================
   TESTIMONIAL CARDS — updated
   ========================================================= */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px 28px 24px;
  border: 1px solid rgba(0,0,0,.07);
  box-shadow: 0 2px 12px rgba(0,0,0,.05);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: box-shadow .2s, transform .2s;
}
.testimonial-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.1); transform: translateY(-2px); }
.testimonial-card__top {
  display: flex;
  align-items: center;
  gap: 14px;
}
.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid rgba(255,122,26,.2);
}
.testimonial-avatar--placeholder {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff7a1a, #ff5f1f);
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.testimonial-meta { display: flex; flex-direction: column; gap: 2px; }
.testimonial-name { font-size: .95rem; font-weight: 700; color: #1a1a1a; }
.testimonial-role { font-size: .78rem; color: #888; }
.testimonial-card .stars { font-size: .9rem; color: #ff7a1a; letter-spacing: 2px; }
.testimonial-quote {
  font-size: .9rem;
  color: #444;
  line-height: 1.7;
  font-style: italic;
  margin: 0;
  flex: 1;
}

@media (max-width: 900px) {
  .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .partner-logo-card { flex: 0 0 160px; }
}
@media (max-width: 600px) {
  .testimonial-grid { grid-template-columns: 1fr; }
  .partner-logo-card { flex: 0 0 140px; height: 80px; }
}

/* =========================================================
   NAV DROPDOWN (Produse kategóriák)
   ========================================================= */
.nav-dropdown-wrap {
  position: relative;
}
.nav-dropdown-trigger {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
  font-family: 'Oswald', sans-serif;
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  transition: color .15s;
}
.nav-dropdown-trigger:hover,
.nav-dropdown-trigger.is-active { color: #ff7a1a; }
.nav-caret {
  font-size: .65rem;
  transition: transform .2s;
  display: inline-block;
}
.nav-dropdown-wrap.is-open .nav-caret { transform: rotate(180deg); }
.main-nav .is-active { color: #ff7a1a !important; }

.nav-dropdown {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  min-width: 220px;
  background: #1a1209;
  border: 1px solid rgba(255,122,26,.2);
  border-radius: 10px;
  padding: 8px 0;
  box-shadow: 0 16px 48px rgba(0,0,0,.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s, transform .18s;
  z-index: 200;
}
.nav-dropdown::before {
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(255,122,26,.2);
}
.nav-dropdown-wrap.is-open .nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.nav-dropdown-all {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  font-size: .8rem;
  font-family: 'Oswald', sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #ff7a1a;
  text-decoration: none;
  font-weight: 600;
  transition: background .15s;
}
.nav-dropdown-all:hover { background: rgba(255,122,26,.08); }
.nav-dropdown-all-icon {
  display: flex;
  align-items: center;
  color: #ff7a1a;
}
.nav-dropdown-all-icon svg { display: block; }
.nav-dropdown-divider {
  height: 1px;
  background: rgba(255,255,255,.07);
  margin: 4px 0;
}
.nav-dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 18px;
  font-size: .82rem;
  color: rgba(255,255,255,.75);
  text-decoration: none;
  transition: background .15s, color .15s;
  white-space: nowrap;
}
.nav-dropdown-item:hover,
.nav-dropdown-item.is-active { background: rgba(255,255,255,.05); color: #fff; }
.nav-dropdown-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cat-accent, #ff7a1a);
  flex-shrink: 0;
}
.nav-dropdown-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: var(--cat-accent, #ff7a1a);
  opacity: .8;
  transition: opacity .15s;
}
.nav-dropdown-icon svg { display: block; }
.nav-dropdown-item:hover .nav-dropdown-icon { opacity: 1; }

/* =========================================================
   PAGE HERO (Despre, Livrare)
   ========================================================= */
.page-hero {
  position: relative;
  padding: 120px 0 80px;
  color: #fff;
  overflow: hidden;
  background: #0b0806;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--hero-img);
  background-size: cover;
  background-position: center;
  opacity: .35;
}
.page-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(7,5,4,.92) 0%, rgba(7,5,4,.7) 60%, rgba(7,5,4,.5) 100%);
}
.page-hero__inner {
  position: relative;
  max-width: 700px;
}
.page-hero__eyebrow {
  font-family: 'Oswald', sans-serif;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #ff7a1a;
  margin: 0 0 12px;
}
.page-hero__title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  line-height: 1.05;
  margin: 0 0 16px;
}
.page-hero__subtitle {
  font-size: 1.05rem;
  color: rgba(255,255,255,.75);
  line-height: 1.65;
  margin: 0;
  max-width: 560px;
}

/* =========================================================
   ABOUT — INTRO
   ========================================================= */
.about-intro-section { padding: 64px 0; background: #fff; color: #3d3028; }
.about-intro { max-width: 800px; }
.about-intro__text {
  font-size: 1.08rem;
  line-height: 1.8;
  color: #333;
}

/* =========================================================
   TIMELINE
   ========================================================= */
.timeline-section { padding: 80px 0; background: #f8f5f2; color: #3d3028; }
.timeline-section .section-heading h2 { color: #3d3028; }
.timeline {
  position: relative;
  margin-top: 56px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #ff7a1a, rgba(255,122,26,.15));
  transform: translateX(-50%);
}
.timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 56px;
  position: relative;
}
.timeline-item--left { flex-direction: row; }
.timeline-item--right { flex-direction: row-reverse; }
.timeline-connector {
  position: absolute;
  left: 50%;
  top: 28px;
  transform: translateX(-50%);
  z-index: 2;
}
.timeline-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ff7a1a;
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px rgba(255,122,26,.25);
}
.timeline-card {
  width: calc(50% - 40px);
  background: #fff;
  border-radius: 12px;
  padding: 28px 32px;
  box-shadow: 0 4px 24px rgba(0,0,0,.07);
  border: 1px solid rgba(0,0,0,.06);
}
.timeline-item--left .timeline-card { margin-right: auto; }
.timeline-item--right .timeline-card { margin-left: auto; }
.timeline-year {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #ff7a1a;
  background: rgba(255,122,26,.1);
  border-radius: 4px;
  padding: 2px 10px;
  margin-bottom: 12px;
}
.timeline-title {
  font-family: 'Oswald', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 10px;
}
.timeline-body { font-size: .9rem; color: #555; line-height: 1.7; margin: 0; }
.timeline-image {
  width: 100%;
  border-radius: 8px;
  margin-top: 16px;
  object-fit: cover;
  max-height: 220px;
}

/* =========================================================
   ABOUT — VALUES
   ========================================================= */
.about-values-section { padding: 80px 0; background: #0b0806; color: #fff; }
.about-values-section .section-heading h2 { color: #fff; }
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.value-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 12px;
  padding: 32px 28px;
  text-align: center;
}
.value-icon { font-size: 2rem; margin-bottom: 16px; }
.value-card h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 10px;
}
.value-card p { font-size: .88rem; color: rgba(255,255,255,.6); line-height: 1.65; margin: 0; }

/* =========================================================
   DELIVERY PAGE
   ========================================================= */
.delivery-features-section { padding: 72px 0; background: #fff; color: #3d3028; }
.delivery-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 0;
}
.delivery-feature-card {
  padding: 32px 24px;
  border: 1px solid rgba(0,0,0,.07);
  border-radius: 12px;
  background: #fafaf8;
  text-align: center;
  transition: box-shadow .2s, transform .2s;
}
.delivery-feature-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.08); transform: translateY(-2px); }
.delivery-feature-icon { font-size: 2rem; margin-bottom: 16px; }
.delivery-feature-card h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #1a1a1a;
  margin: 0 0 10px;
}
.delivery-feature-card p { font-size: .87rem; color: #666; line-height: 1.65; margin: 0; }

.b2b-section { padding: 80px 0; background: #0f0d0b; }
.b2b-section--top { padding-top: 140px; } /* extra top for fixed header */

/* Modern B2B CTA button */
.b2b-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding: 14px 32px;
  background: linear-gradient(135deg, #ff7a1a 0%, #ff5f1f 100%);
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-radius: 50px;
  transition: transform .2s, box-shadow .2s, background .2s;
  box-shadow: 0 4px 20px rgba(255,122,26,.3);
}
.b2b-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(255,122,26,.45);
  background: linear-gradient(135deg, #ff8a2a 0%, #ff6f2f 100%);
}
.b2b-cta-btn svg { transition: transform .2s; }
.b2b-cta-btn:hover svg { transform: translateX(4px); }
.b2b-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.b2b-copy .eyebrow {
  font-family: 'Oswald', sans-serif;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .25em;
  color: #ff7a1a;
  margin: 0 0 10px;
}
.b2b-copy h2 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #fff;
  margin: 0 0 18px;
  line-height: 1.1;
}
.b2b-copy p { font-size: .92rem; color: rgba(255,255,255,.65); line-height: 1.7; margin: 0 0 20px; }
/* B2B partner carousel (dark bg, max 3 visible) */
.b2b-carousel-wrap {
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}
.b2b-carousel {
  display: flex;
  gap: 0;
  overflow: hidden;
  scroll-snap-type: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  user-select: none;
}
.b2b-carousel::-webkit-scrollbar { display: none; }
.b2b-carousel.carousel-dragging { cursor: grabbing; }

.b2b-carousel-card {
  flex: 0 0 calc(100% / 3);
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.08);
  padding: 16px 28px;
  border-radius: 6px;
  transition: background .2s;
}
.b2b-carousel-card:hover { background: rgba(255,255,255,.15); }
.b2b-carousel-card img {
  max-width: 100%;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: .85;
  transition: opacity .3s;
}
.b2b-carousel-card:hover img { opacity: 1; }
.b2b-carousel-card a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.b2b-carousel-name {
  font-family: 'Oswald', sans-serif;
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: rgba(255,255,255,.5);
}

.faq-section { padding: 72px 0; background: #fff; color: #3d3028; }
.faq-list { margin-top: 40px; display: flex; flex-direction: column; gap: 12px; max-width: 800px; margin-left: auto; margin-right: auto; }
.faq-item {
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 8px;
  overflow: hidden;
  background: #fafaf8;
}
.faq-question {
  padding: 18px 22px;
  font-weight: 600;
  font-size: .95rem;
  color: #1a1a1a;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}
.faq-question::after { content: '+'; font-size: 1.2rem; color: #ff7a1a; font-weight: 400; }
details[open] .faq-question::after { content: '−'; }
.faq-answer { padding: 0 22px 18px; font-size: .9rem; color: #555; line-height: 1.7; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .timeline::before { left: 24px; }
  .timeline-item { flex-direction: row !important; }
  .timeline-card { width: calc(100% - 60px) !important; margin-left: 60px !important; margin-right: 0 !important; }
  .timeline-connector { left: 24px; }
  .delivery-features-grid { grid-template-columns: repeat(2, 1fr); }
  .b2b-inner { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 768px) {
  .values-grid { grid-template-columns: 1fr 1fr; }
  .delivery-features-grid { grid-template-columns: 1fr 1fr; }
  .b2b-carousel-card { flex: 0 0 calc(100% / 2); }
}
@media (max-width: 600px) {
  .values-grid { grid-template-columns: 1fr; }
  .delivery-features-grid { grid-template-columns: 1fr; }
  .nav-dropdown { min-width: 180px; }
}

/* ═══════════════════════════════════════════════════════════════════
   CATEGORY PAGE — referencia design
   ═══════════════════════════════════════════════════════════════════ */

/* ── Hero ──────────────────────────────────────────────────────── */
.cat-hero {
  position: relative;
  background: #0d0b09;
  background-size: cover;
  background-position: center;
  color: #fff;
  margin-top: -88px;
  padding: 0;
  padding-top: calc(88px + 60px);
  overflow: hidden;
}
.cat-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(13,11,9,.85) 0%, rgba(13,11,9,.5) 50%, rgba(13,11,9,.2) 100%),
    radial-gradient(ellipse 60% 80% at 70% 50%, rgba(180,60,0,.25) 0%, transparent 70%);
  pointer-events: none;
}
.cat-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 1;
}
.cat-hero__text {
  padding-bottom: 60px;
}
.cat-hero__eyebrow {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--cat-accent, #ff7a1a);
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cat-hero__eyebrow::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 2px;
  background: var(--cat-accent, #ff7a1a);
  flex-shrink: 0;
}
.cat-hero__title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin: 0 0 24px;
  color: #fff;
  max-width: 480px;
}
.cat-hero__desc {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255,255,255,.65);
  max-width: 420px;
  margin: 0;
}
.cat-hero__media {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 20px;
}
.cat-hero__media img {
  max-height: 440px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 20px 60px rgba(200,80,0,.4));
  position: relative;
  z-index: 1;
}
/* torn paper edge */
.cat-hero__edge {
  height: 64px;
  background: #f5ede2;
  position: relative;
  margin-top: -2px;
  clip-path: polygon(
    0% 100%, 100% 100%,
    100% 55%, 96% 40%, 92% 55%, 88% 30%, 84% 50%, 80% 20%, 76% 45%, 72% 25%, 68% 50%, 64% 15%, 60% 45%, 56% 30%, 52% 55%, 48% 20%, 44% 48%, 40% 28%, 36% 52%, 32% 18%, 28% 45%, 24% 30%, 20% 50%, 16% 22%, 12% 48%, 8% 35%, 4% 55%, 0% 40%
  );
}

/* ── Use cases icon bar ─────────────────────────────────────────── */
.cat-uses {
  background: #f5ede2;
  padding: 48px 0 56px;
}
.cat-uses__heading {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #1b1511;
  margin: 0 0 40px;
  white-space: nowrap;
}
.cat-uses__line {
  flex: 1;
  height: 2px;
  background: #d9c9b5;
  max-width: 120px;
}
.cat-uses__grid {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.cat-uses__grid::-webkit-scrollbar { display: none; }
.cat-uses__grid.carousel-dragging { cursor: grabbing; }
.cat-uses__item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px 36px;
  border: none;
  border-radius: 0;
  background: transparent;
  text-align: center;
  transition: transform .2s;
  position: relative;
}
/* Vertical line separator between items */
.cat-uses__item + .cat-uses__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 36px;
  background: #d1c2ae;
}
.cat-uses__item:hover {
  transform: translateY(-3px);
}
.cat-uses__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: var(--cat-accent, #ff7a1a);
  transition: color .2s;
}
.cat-uses__icon svg { display: block; width: 36px; height: 36px; }
.cat-uses__item:hover .cat-uses__icon { color: var(--cat-accent, #e06500); }
.cat-uses__label {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #4a3728;
  line-height: 1.3;
  white-space: nowrap;
}

/* ── Products section ───────────────────────────────────────────── */
.cat-products {
  background: #f5ede2;
  padding: 0 0 80px;
}
.cat-products__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 28px;
  border-bottom: 2px solid #e0d0bc;
  margin-bottom: 32px;
}
.cat-products__count {
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #7a6556;
  margin: 0;
}
.cat-products__count strong {
  font-size: 1.1rem;
  color: #1b1511;
  margin-right: 4px;
}
.cat-products__sort {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .82rem;
  color: #5a4535;
}
.cat-sort-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.cat-sort-wrap select {
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 1.5px solid #d0bfaa;
  border-radius: 10px;
  padding: 8px 36px 8px 14px;
  font-size: .82rem;
  font-weight: 600;
  color: #1b1511;
  cursor: pointer;
  transition: border-color .2s;
}
.cat-sort-wrap select:hover { border-color: #ff7a1a; }
.cat-sort-wrap svg {
  position: absolute;
  right: 10px;
  pointer-events: none;
  color: #7a6556;
}

/* ── Cat product grid ───────────────────────────────────────────── */
.cat-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 1024px) {
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ── Cat card ──────────────────────────────────────────────────── */
.cat-card {
  background: #111;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .25s, box-shadow .25s;
  box-shadow: 0 8px 32px rgba(0,0,0,.18);
}
.cat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 56px rgba(0,0,0,.28);
}
.cat-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4/3;
  text-decoration: none;
}
.cat-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
  display: block;
}
.cat-card:hover .cat-card__media img {
  transform: scale(1.04);
}
/* badge */
.cat-card__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--accent, #ff7a1a);
  color: #fff;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 100px;
  z-index: 2;
  border: 2px solid rgba(255,255,255,.25);
}
/* gradient overlay + name at bottom of image */
.cat-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 20px 20px;
  background: linear-gradient(to top, rgba(0,0,0,.92) 0%, rgba(0,0,0,.5) 60%, transparent 100%);
  text-decoration: none;
}
.cat-card__name {
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 6px;
  letter-spacing: -.02em;
}
.cat-card__desc {
  font-size: .8rem;
  color: rgba(255,255,255,.65);
  margin: 0;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* card body */
.cat-card__body {
  padding: 16px 20px 20px;
  background: #1a1410;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
/* highlights row */
.cat-card__highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.cat-card__hl {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  background: rgba(255,255,255,.04);
}
.cat-card__hl-icon {
  flex-shrink: 0;
  line-height: 0;
  color: #6fbf73;
}
.cat-card__hl-icon svg { display: block; }
.cat-card__hl-text {
  font-size: .68rem;
  color: rgba(255,255,255,.8);
  line-height: 1.3;
  font-weight: 500;
}
/* price tiers on card */
.cat-card__tiers {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 20px 12px;
}
.cat-card__tier {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
}
.cat-card__tier-qty {
  font-size: .78rem;
  font-weight: 600;
  color: rgba(255,255,255,.75);
  min-width: 80px;
}
.cat-card__tier-price {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #ff9a3c;
}
.cat-card__tier-label {
  font-size: .72rem;
  color: rgba(255,255,255,.45);
  margin-left: auto;
  font-style: italic;
}

/* footer: price + button */
.cat-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}
.cat-card__price {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--accent, #ff7a1a);
  letter-spacing: -.02em;
}
.cat-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--accent, #ff7a1a);
  color: #fff;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 100px;
  text-decoration: none;
  transition: filter .2s, transform .15s;
  white-space: nowrap;
  flex-shrink: 0;
}
.cat-card__btn:hover {
  filter: brightness(1.12);
  transform: translateX(2px);
  color: #fff;
}
/* full-width button when no price */
.cat-card__footer:has(.cat-card__btn:only-child) .cat-card__btn,
.cat-card__footer > span:empty + .cat-card__btn {
  flex: 1;
  justify-content: center;
}

/* ── Responsive ─────────────────────────────────────────────────── */
/* ── Tablet (768px–1023px): 2 columns kept, smaller sizes ─ */
@media (max-width: 1023px) {
  .cat-hero__inner {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
  }
  .cat-hero__text { padding-bottom: 40px; }
  .cat-hero__title { font-size: clamp(2rem, 5vw, 3.8rem); }
  .cat-hero__media img { max-height: 340px; }
  .cat-grid { grid-template-columns: 1fr; }
  .cat-card__highlights { grid-template-columns: repeat(4, 1fr); }
}

/* ── Mobile (max 640px): 2 columns de kept, compact ─ */
@media (max-width: 640px) {
  .cat-hero { padding: 0; padding-top: calc(88px + 16px); }
  .cat-hero__inner {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    align-items: center;
  }
  .cat-hero__title { font-size: clamp(1.6rem, 7.5vw, 2.8rem); }
  .cat-hero__desc { font-size: .82rem; }
  .cat-hero__media img { max-height: 220px; }
  .cat-uses { padding: 32px 0 36px; }
  .cat-uses__heading { font-size: .65rem; white-space: normal; text-align: center; margin-bottom: 20px; }
  .cat-uses__line { max-width: 30px; }
  .cat-uses__item { padding: 14px 20px; gap: 8px; }
  .cat-uses__icon { width: 40px; height: 40px; }
  .cat-uses__icon svg { width: 28px; height: 28px; }
  .cat-uses__label { font-size: .68rem; }
  .cat-uses__item + .cat-uses__item::before { height: 28px; }
  .cat-card__highlights { grid-template-columns: repeat(2, 1fr); }
  .cat-card__footer { flex-direction: column; }
  .cat-card__btn { width: 100%; justify-content: center; }
  .cat-products__bar { flex-direction: column; align-items: flex-start; gap: 10px; }
}


/* ═══════════════════════════════════════════════════════════════════
   HOME HERO — mobil javítás v3
   ═══════════════════════════════════════════════════════════════════ */
@media (max-width: 860px) {
  /* Hero section: clip a kilógó képet */
  .legacy-hero {
    overflow: hidden !important;
    padding-top: 74px !important; /* nav magassága */
  }

  /* 2 OSZLOPOS grid: szöveg bal, kép jobb */
  .legacy-hero__grid {
    grid-template-columns: 1fr 1fr !important;
    min-height: auto !important;
    padding-bottom: 100px !important;
    padding-top: 16px !important;
    gap: 4px !important;
    align-items: flex-end !important;
  }

  /* Szöveg: bal igazítás, tömörítve */
  .legacy-hero__copy {
    text-align: left !important;
    align-self: flex-end !important;
    padding-bottom: 12px;
  }
  .legacy-hero__copy h1 {
    max-width: none !important;
    font-size: clamp(1.9rem, 7vw, 3.2rem) !important;
    line-height: .88 !important;
  }
  .legacy-script {
    font-size: clamp(1.2rem, 4.5vw, 2rem) !important;
    margin-top: 6px !important;
  }
  /* Body szöveg ELREJTVE mobilon */
  .legacy-body {
    display: none !important;
  }
  .hero-actions {
    justify-content: flex-start !important;
    flex-direction: column !important;
    gap: 8px !important;
    margin-top: 14px !important;
  }
  .hero-actions .button,
  .hero-actions a {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .hero-watch-btn { display: none !important; } /* video gomb mobilon el */

  /* Vizuál blokk: kép jobbra, overflow hidden hogy ne lógjon fel */
  .legacy-hero__visual {
    min-height: 300px !important;
    max-height: 360px !important;
    overflow: hidden !important;
    align-self: flex-end !important;
    display: block !important;
  }
  .legacy-product-stage {
    position: relative !important;
    inset: auto !important;
    min-height: 300px !important;
    max-height: 360px !important;
    overflow: visible !important;
  }
  .legacy-product-stage img {
    min-height: 280px !important;
    max-height: 340px !important;
    height: 340px !important;
    width: 100% !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    transform: none !important;
  }
  .legacy-product-glow { display: none !important; }
  .legacy-stamp--desktop { display: none !important; }
  .legacy-stamp--mobile { display: block !important; width: 68px; margin-top: 10px; }

  /* Feature strip: szorosan a hero alá */
  .legacy-feature-strip {
    margin-top: -90px !important;
    padding-bottom: 0 !important;
  }

  /* Desktop hero features el */
  .legacy-hero__features { display: none !important; }
}

/* Kis mobil (< 480px): kép kevésbé magas */
@media (max-width: 480px) {
  .legacy-hero__grid {
    grid-template-columns: 1fr !important;
    padding-bottom: 80px !important;
  }
  .legacy-hero__copy {
    text-align: left !important;
  }
  .legacy-hero__copy h1 {
    font-size: clamp(2.4rem, 10vw, 3.5rem) !important;
  }
  .legacy-hero__visual {
    min-height: 240px !important;
    max-height: 260px !important;
  }
  .legacy-product-stage img {
    min-height: 240px !important;
    max-height: 260px !important;
    height: 260px !important;
  }
  .legacy-feature-strip { margin-top: -70px !important; }
  .legacy-feature-strip {
    margin-top: -70px !important;
  }
}


/* VÉGSŐ blokkok törölve — a mobil design a fenti 860px blokkban van */


/* ═══════════════════════════════════════════════════════════════════
   V2 — KATEGÓRIA KÖRÖK CAROUSEL
   ═══════════════════════════════════════════════════════════════════ */
.v2-category-carousel {
  display: flex;
  flex-wrap: nowrap;
  gap: 48px;
  overflow: hidden;
  padding: 8px 0 16px;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.v2-category-carousel::-webkit-scrollbar { display: none; }
.v2-category-carousel.carousel-dragging { cursor: grabbing; }

.v2-category-item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 180px;
  text-decoration: none;
  transition: transform .2s ease;
}
.v2-category-item:hover { transform: translateY(-4px); }

.v2-category-circle {
  position: relative;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #e8e0d8;
  background: #f5f0ea;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.v2-category-circle.is-active {
  border-color: #ff7a1a;
  box-shadow: 0 0 0 3px rgba(255, 122, 26, .25);
}
.v2-category-circle:hover {
  border-color: #ff7a1a;
}
/* Háttérkép (cover) — kitölti a kört */
.v2-category-circle .v2-cat-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Termékkép (thumbnail) — középre, rajta */
.v2-category-circle .v2-cat-fg {
  position: relative;
  z-index: 1;
  width: 91%;
  height: 91%;
  object-fit: contain;
  margin: 4.5%;
  drop-shadow: 0 2px 6px rgba(0,0,0,.4);
  filter: drop-shadow(0 2px 6px rgba(0,0,0,.4));
}
/* Fallback: ha csak egy img van (régi markup) */
.v2-category-circle > img:only-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.v2-category-name {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #20140d;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .04em;
  line-height: 1.2;
}

/* ═══════════════════════════════════════════════════════════════════
   V2 — TERMÉK KÁRTYÁK CAROUSEL
   ═══════════════════════════════════════════════════════════════════ */
.v2-popular-subtitle {
  color: #6a5748;
  font-size: 1.05rem;
  margin-top: 4px;
}

.v2-product-carousel {
  display: flex;
  flex-wrap: nowrap;
  gap: 22px;
  overflow: hidden;
  padding: 8px 0 16px;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.v2-product-carousel::-webkit-scrollbar { display: none; }
.v2-product-carousel.carousel-dragging { cursor: grabbing; }

.v2-product-card {
  flex: 0 0 320px;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 4px 28px rgba(0, 0, 0, .08);
  transition: transform .22s ease, box-shadow .22s ease;
}
.v2-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .14);
}

/* Badge */
.v2-badge {
  position: absolute;
  top: 14px; left: 14px; z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 14px;
  background: #ff7a1a;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: .8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .03em;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(255, 122, 26, .3);
}

/* Wishlist heart */
.v2-wishlist {
  position: absolute;
  top: 14px; right: 14px; z-index: 2;
  width: 38px; height: 38px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .92);
  border: none;
  border-radius: 50%;
  color: #999;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
  transition: color .2s ease, background .2s ease;
}
.v2-wishlist:hover {
  color: #ff4444;
  background: #fff;
}

/* Product image area */
.v2-product-image-area {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  padding: 20px;
  text-decoration: none;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 90%, rgba(255, 120, 30, .18), transparent 60%),
    linear-gradient(180deg, #1a1410 0%, #2a1e15 100%);
}
.v2-product-image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, .35));
  transition: transform .25s ease;
}
.v2-product-card:hover .v2-product-image-area img {
  transform: scale(1.04);
}

/* Body: name + description */
.v2-product-body {
  padding: 18px 20px 10px;
  flex: 1;
}
.v2-product-name {
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #20140d;
  margin: 0 0 6px;
  line-height: 1.15;
  text-transform: uppercase;
}
.v2-product-desc {
  font-size: .88rem;
  color: #777;
  line-height: 1.55;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Feature icons row */
.v2-product-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 10px 16px;
  gap: 6px;
  border-top: 1px solid #f0ece6;
}
.v2-feature {
  display: flex;
  align-items: center;
  gap: 6px;
}
.v2-feature-icon {
  flex-shrink: 0;
  line-height: 0;
  color: #6fbf73;
}
.v2-feature-icon svg { display: block; }
.v2-feature-label {
  font-size: .68rem;
  font-weight: 500;
  color: #555;
  line-height: 1.25;
}

/* CTA button */
.v2-product-cta {
  padding: 0 20px 20px;
}
.v2-view-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 48px;
  border-radius: 14px;
  border: 2px solid #ff7a1a;
  background: transparent;
  color: #ff7a1a;
  font-family: "Oswald", sans-serif;
  font-size: .92rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}
.v2-view-button:hover {
  background: #ff7a1a;
  color: #fff;
}
.v2-view-button svg {
  flex-shrink: 0;
}

/* V2 Section heading override — balra igazítva, tömör közök */
.legacy-products-section .legacy-catalog-heading {
  text-align: left;
  margin-bottom: 10px;
}
.legacy-products-section .legacy-catalog-heading span::before { display: none; }
.legacy-products-section .legacy-catalog-heading span::after { width: 28px; }
.legacy-products-section .legacy-catalog-heading h2 {
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  margin-top: 6px;
  line-height: .92;
}
.legacy-products-section .legacy-catalog-heading--popular {
  margin-top: 16px;
  margin-bottom: 8px;
}

/* Section subtitle */
.v2-section-subtitle {
  color: #6a5748;
  font-size: 1rem;
  margin-top: 4px;
  line-height: 1.45;
}
.v2-popular-subtitle {
  color: #6a5748;
  font-size: 1rem;
  margin-top: 4px;
  line-height: 1.45;
}

/* ═══════════════════════════════════════════════════════════════════
   V2 — RESZPONZÍV
   ═══════════════════════════════════════════════════════════════════ */

/* Tablet */
@media (max-width: 860px) {
  .v2-category-carousel { gap: 32px; }
  .v2-category-item { width: 140px; }
  .v2-category-circle { width: 120px; height: 120px; }
  .v2-category-name { font-size: .88rem; }

  .v2-product-card { flex: 0 0 280px; }
  .v2-product-image-area { padding: 16px; }

  .v2-product-name { font-size: 1.1rem; }
}

/* Mobil */
@media (max-width: 560px) {
  .v2-category-carousel { gap: 22px; padding: 10px 0 20px; }
  .v2-category-item { width: 100px; }
  .v2-category-circle { width: 84px; height: 84px; border-width: 3px; }
  .v2-category-name { font-size: .72rem; }

  .v2-product-carousel { gap: 14px; }
  .v2-product-card { flex: 0 0 260px; }
  .v2-product-image-area { padding: 14px; }

  .v2-product-name { font-size: 1rem; }
  .v2-product-desc { font-size: .82rem; }
  .v2-feature-label { font-size: .6rem; }
  .v2-view-button { min-height: 42px; font-size: .82rem; }
  .v2-section-subtitle { font-size: .95rem; }
}

/* ═══════════════════════════════════════════════════════════════════════
   TANÚSÍTVÁNYOK SZEKCIÓ
   ═══════════════════════════════════════════════════════════════════════ */
.cert-section {
  background: #1a1a1a;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.cert-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(212, 175, 55, 0.06) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 50%, rgba(212, 175, 55, 0.04) 0%, transparent 50%);
  pointer-events: none;
}

.cert-heading span {
  color: #d4af37 !important;
}
.cert-heading h2 {
  color: #fff !important;
}

.cert-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  margin-top: 48px;
}

/* Kártya */
.cert-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 16px;
  padding: 24px 20px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  width: 220px;
  text-align: center;
  -webkit-appearance: none;
  appearance: none;
  font-family: inherit;
  color: inherit;
}
.cert-card:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(212, 175, 55, 0.5);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(212, 175, 55, 0.1);
}

/* Arany keret a kép körül */
.cert-card__frame {
  width: 160px;
  height: 220px;
  border: 2px solid rgba(212, 175, 55, 0.35);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  transition: border-color 0.3s;
}
.cert-card:hover .cert-card__frame {
  border-color: #d4af37;
}
.cert-card__frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cert-card__title {
  font-family: 'Oswald', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
  margin-top: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1.3;
}

.cert-card__sub {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.45);
  margin-top: 4px;
  line-height: 1.4;
}

/* Nagyító ikon */
.cert-card__zoom {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.15);
  color: #d4af37;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.cert-card:hover .cert-card__zoom {
  opacity: 1;
}

/* ── Lightbox modal ── */
.cert-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  animation: certFadeIn 0.25s ease;
}
@keyframes certFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.cert-modal__inner {
  position: relative;
  max-width: 700px;
  max-height: 90vh;
  width: 100%;
  text-align: center;
}
.cert-modal__inner img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 0 60px rgba(212, 175, 55, 0.15);
  border: 2px solid rgba(212, 175, 55, 0.3);
}
.cert-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  line-height: 1;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.cert-modal__close:hover {
  opacity: 1;
}
.cert-modal__title {
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
  margin-top: 16px;
  letter-spacing: 0.5px;
}

/* ── Responsive ── */
@media (max-width: 860px) {
  .cert-section { padding: 56px 0; }
  .cert-grid { gap: 20px; margin-top: 32px; }
  .cert-card { width: 160px; padding: 16px 12px 14px; }
  .cert-card__frame { width: 120px; height: 165px; padding: 6px; }
  .cert-card__title { font-size: 0.75rem; }
  .cert-card__sub { font-size: 0.68rem; }
  .cert-card__zoom { opacity: 1; width: 24px; height: 24px; top: 8px; right: 8px; }
}
@media (max-width: 480px) {
  .cert-card { width: 140px; padding: 12px 10px 12px; }
  .cert-card__frame { width: 105px; height: 145px; }
}

/* ── Cart Page Redesign ──────────────────────────────────────────────── */
.cart-page { padding: 64px 0 80px; background: #f5ede2; color: #3d3028; }
.cart-page h1 { font-family: "Oswald", sans-serif; text-transform: uppercase; }

.cart-empty {
  text-align: center;
  padding: 60px 24px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(0,0,0,.08);
  max-width: 480px;
  margin: 0 auto;
}
.cart-empty__icon { color: rgba(26,21,17,.25); margin-bottom: 20px; }
.cart-empty__icon svg { width: 64px; height: 64px; }
.cart-empty p { font-size: 1.1rem; margin: 0 0 24px; color: rgba(26,21,17,.6); }

.cart-layout-new {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 32px;
  align-items: start;
}

/* Table header */
.cart-table-header {
  display: grid;
  grid-template-columns: 2fr 1fr 140px 1fr 48px;
  gap: 16px;
  padding: 12px 18px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: .85rem;
  font-weight: 600;
  color: rgba(26,21,17,.5);
  border-bottom: 2px solid rgba(26,21,17,.1);
  margin-bottom: 8px;
}

/* Cart item row */
.cart-item-row {
  display: grid;
  grid-template-columns: 2fr 1fr 140px 1fr 48px;
  gap: 16px;
  align-items: center;
  padding: 18px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 16px rgba(0,0,0,.06);
  margin-bottom: 12px;
  transition: box-shadow .2s;
}
.cart-item-row:hover { box-shadow: 0 8px 24px rgba(0,0,0,.1); }

.cart-item-product {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cart-item-img { flex-shrink: 0; }
.cart-item-img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 14px;
  background: #f5f0ea;
}
.cart-item-name {
  display: block;
  font-weight: 700;
  font-size: 1rem;
  color: #3d3028;
  transition: color .15s;
}
.cart-item-name:hover { color: #ff7a1a; }
.cart-item-cat {
  display: block;
  font-size: .82rem;
  color: rgba(26,21,17,.5);
  margin-top: 4px;
}
.cart-item-price { font-weight: 600; font-size: .95rem; }
.cart-item-subtotal { font-weight: 800; font-size: 1rem; color: #ff7a1a; }

/* Quantity controls */
.cart-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(26,21,17,.15);
  border-radius: 12px;
  overflow: hidden;
  background: #faf7f3;
}
.cart-qty__btn {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  background: none;
  border: none;
  font-size: 1.1rem;
  font-weight: 700;
  color: #3d3028;
  cursor: pointer;
  transition: background .15s, color .15s;
}
.cart-qty__btn:hover { background: #ff7a1a; color: #fff; }
.cart-qty__input {
  width: 44px;
  height: 36px;
  text-align: center;
  border: none;
  border-left: 1px solid rgba(26,21,17,.12);
  border-right: 1px solid rgba(26,21,17,.12);
  background: #fff;
  font-weight: 700;
  font-size: .95rem;
  padding: 0;
  border-radius: 0;
  -moz-appearance: textfield;
}
.cart-qty__input::-webkit-outer-spin-button,
.cart-qty__input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* Remove button */
.cart-remove-btn {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: none;
  border: 1px solid rgba(26,21,17,.1);
  border-radius: 12px;
  color: rgba(26,21,17,.4);
  cursor: pointer;
  transition: all .15s;
}
.cart-remove-btn:hover { background: #fee; border-color: #e55; color: #c33; }

/* Cart summary sidebar */
.cart-summary {
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 16px 40px rgba(0,0,0,.08);
  position: sticky;
  top: 110px;
}
.cart-summary h3 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin: 0 0 20px;
  letter-spacing: .04em;
}
.cart-summary__rows { display: grid; gap: 12px; margin-bottom: 20px; }
.cart-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .95rem;
}
.cart-summary__row strong { font-weight: 800; }
.cart-summary__shipping-preview { color: rgba(26,21,17,.55); font-size: .88rem; }
.cart-summary__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-top: 2px solid rgba(26,21,17,.1);
  margin-bottom: 20px;
  font-size: 1.15rem;
}
.cart-summary__total strong { font-size: 1.35rem; color: #ff7a1a; font-weight: 900; }
.cart-summary__checkout { margin-bottom: 12px; font-size: 1rem; }
.cart-summary__continue {
  display: block;
  text-align: center;
  font-size: .88rem;
  color: rgba(26,21,17,.5);
  text-decoration: underline;
  transition: color .15s;
}
.cart-summary__continue:hover { color: #ff7a1a; }

/* Mobile data labels */
.cart-item-price::before,
.cart-item-subtotal::before,
.cart-item-qty::before { display: none; }

@media (max-width: 860px) {
  .cart-layout-new { grid-template-columns: 1fr; }
  .cart-table-header { display: none; }
  .cart-item-row {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 12px;
  }
  .cart-item-product { grid-column: 1 / -1; }
  .cart-item-price::before,
  .cart-item-subtotal::before,
  .cart-item-qty::before {
    display: block;
    font-size: .75rem;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: rgba(26,21,17,.45);
    margin-bottom: 4px;
    content: attr(data-label);
  }
  .cart-item-remove { justify-self: end; }
}

/* ── Checkout Page ───────────────────────────────────────────────────── */
.checkout-page { padding: 64px 0 80px; background: #f5ede2; color: #3d3028; }
.checkout-page h1 { font-family: "Oswald", sans-serif; text-transform: uppercase; }

.checkout-layout {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 32px;
  align-items: start;
}

/* Form */
.checkout-form-new {
  display: grid;
  gap: 0;
}
.checkout-section {
  background: #fff;
  border-radius: 20px;
  padding: 28px;
  margin-bottom: 20px;
  box-shadow: 0 4px 16px rgba(0,0,0,.06);
  border: none;
}
.checkout-section legend {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 0;
  margin-bottom: 20px;
  color: #3d3028;
}
.checkout-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.checkout-grid .full { grid-column: 1 / -1; }
.checkout-field { display: grid; gap: 6px; }
.checkout-label {
  font-size: .85rem;
  font-weight: 600;
  color: rgba(26,21,17,.7);
}
.checkout-form-new input[type="text"],
.checkout-form-new input[type="email"],
.checkout-form-new input[type="tel"],
.checkout-form-new textarea,
.checkout-form-new select {
  width: 100%;
  padding: 13px 16px;
  border-radius: 12px;
  border: 1px solid rgba(26,21,17,.15);
  background: #faf7f3;
  font: inherit;
  font-size: .95rem;
  color: #3d3028;
  transition: border-color .2s, box-shadow .2s;
}
.checkout-form-new input:focus,
.checkout-form-new textarea:focus,
.checkout-form-new select:focus {
  outline: none;
  border-color: #ff7a1a;
  box-shadow: 0 0 0 3px rgba(255,122,26,.15);
}
.checkout-form-new select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%231a1511' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 38px;
}
.checkout-error {
  display: block;
  font-size: .82rem;
  color: #d32f2f;
  margin-top: 4px;
}

/* Checkbox */
.checkout-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 16px;
}
.checkout-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #ff7a1a;
  flex-shrink: 0;
}

/* Radio buttons */
.checkout-radio-group { display: grid; gap: 10px; }
.checkout-radio {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(26,21,17,.12);
  border-radius: 14px;
  cursor: pointer;
  transition: border-color .2s, background .2s;
}
.checkout-radio:has(input:checked) {
  border-color: #ff7a1a;
  background: rgba(255,122,26,.04);
}
.checkout-radio input[type="radio"] { display: none; }
.checkout-radio__box {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid rgba(26,21,17,.25);
  position: relative;
  transition: border-color .2s;
}
.checkout-radio input:checked + .checkout-radio__box {
  border-color: #ff7a1a;
}
.checkout-radio input:checked + .checkout-radio__box::after {
  content: "";
  position: absolute;
  top: 4px; left: 4px;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #ff7a1a;
}
.checkout-radio__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.checkout-radio__content strong { font-weight: 700; }
.checkout-radio__price { font-weight: 700; color: #ff7a1a; }
.checkout-radio__desc {
  grid-column: 1 / -1;
  font-size: .85rem;
  color: rgba(26,21,17,.55);
  padding-left: 34px;
  line-height: 1.5;
}

/* Actions */
.checkout-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.checkout-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .92rem;
  color: rgba(26,21,17,.55);
  font-weight: 600;
  transition: color .15s;
}
.checkout-back-link:hover { color: #ff7a1a; }
.checkout-submit-btn { flex: 1; max-width: 320px; }

/* Sidebar */
.checkout-sidebar {
  position: sticky;
  top: 110px;
}
.checkout-sidebar__inner {
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 16px 40px rgba(0,0,0,.08);
}
.checkout-sidebar h3 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 1.15rem;
  margin: 0 0 20px;
  letter-spacing: .04em;
}
.checkout-sidebar__items { display: grid; gap: 14px; margin-bottom: 16px; }
.checkout-sidebar__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}
.checkout-sidebar__item-name {
  display: block;
  font-weight: 600;
  font-size: .92rem;
  line-height: 1.3;
}
.checkout-sidebar__item-qty {
  display: block;
  font-size: .82rem;
  color: rgba(26,21,17,.5);
  margin-top: 2px;
}
.checkout-sidebar__item-price { font-weight: 700; font-size: .92rem; white-space: nowrap; }
.checkout-sidebar__separator {
  height: 1px;
  background: rgba(26,21,17,.1);
  margin: 12px 0;
}
.checkout-sidebar__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  font-size: .95rem;
}
.checkout-sidebar__total {
  padding: 14px 0 0;
  font-size: 1.1rem;
}
.checkout-sidebar__total strong {
  font-size: 1.3rem;
  color: #ff7a1a;
  font-weight: 900;
}

/* ── Order Success Page ──────────────────────────────────────────────── */
.order-success {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.order-success__icon { margin-bottom: 24px; }
.order-success h1 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 2.4rem;
  margin: 0 0 8px;
}
.order-success__thankyou {
  font-size: 1.15rem;
  color: rgba(26,21,17,.6);
  margin: 0 0 32px;
}
.order-success__card {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  margin-bottom: 28px;
  text-align: left;
}
.order-success__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(26,21,17,.08);
}
.order-success__row:last-child { border-bottom: none; }
.order-success__row strong { color: #ff7a1a; }
.order-success__next {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  margin-bottom: 28px;
  text-align: left;
}
.order-success__next h3 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 1.1rem;
  margin: 0 0 12px;
}
.order-success__next p { color: rgba(26,21,17,.7); margin: 0 0 12px; line-height: 1.6; }
.order-success__next p:last-child { margin-bottom: 0; }
.order-success__instructions {
  margin-top: 16px;
  padding: 16px;
  background: rgba(255,122,26,.06);
  border: 1px solid rgba(255,122,26,.15);
  border-radius: 14px;
}
.order-success__instructions h4 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: .95rem;
  margin: 0 0 8px;
  color: #ff7a1a;
}
.order-success__instructions p { font-size: .92rem; }

/* ── Stripe Payment Page ──────────────────────────────────────────────── */
.stripe-payment-layout {
  max-width: 520px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.stripe-payment-card {
  background: rgba(15,11,8,.82);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  padding: 36px 32px;
  backdrop-filter: blur(14px);
}
.stripe-payment-summary {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.stripe-payment-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  font-size: .95rem;
  color: rgba(248,242,234,.7);
}
.stripe-payment-summary__row strong {
  color: #f8f2ea;
}
.stripe-payment-summary__total {
  font-size: 1.15rem;
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.06);
}
.stripe-payment-summary__total strong {
  color: #ff7a1a;
  font-family: "Oswald", sans-serif;
  font-size: 1.3rem;
}
.stripe-payment-element {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  padding: 20px 16px;
  margin-bottom: 20px;
  min-height: 120px;
}
.stripe-payment-errors {
  background: rgba(220,38,38,.12);
  border: 1px solid rgba(220,38,38,.3);
  color: #fca5a5;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: .9rem;
  margin-bottom: 16px;
}
.stripe-pay-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 28px;
  font-size: 1.05rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: .06em;
  background: #ff7a1a;
  color: #fff;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  transition: background .2s, transform .1s;
}
.stripe-pay-btn:hover { background: #e86a0a; }
.stripe-pay-btn:active { transform: scale(.98); }
.stripe-pay-btn:disabled {
  opacity: .65;
  cursor: not-allowed;
}
.stripe-spinner {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255,255,255,.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: stripe-spin .6s linear infinite;
}
@keyframes stripe-spin {
  to { transform: rotate(360deg); }
}
.stripe-payment-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.06);
}
.stripe-secure-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .82rem;
  color: rgba(248,242,234,.45);
}
.stripe-secure-badge svg {
  opacity: .6;
}
.stripe-skip-link {
  font-size: .85rem;
  color: rgba(248,242,234,.45);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .15s;
}
.stripe-skip-link:hover {
  color: #ff7a1a;
}

/* ── Netopia Payment Form ───────────────────────────────────────────── */
.netopia-sandbox-banner {
  background: rgba(59,130,246,0.1);
  border: 1px solid rgba(59,130,246,0.25);
  border-radius: 10px;
  padding: 14px 18px;
  margin-bottom: 20px;
  font-size: .9rem;
}
.netopia-sandbox-banner p { margin: 0; }
.netopia-sandbox-banner details { margin-top: 8px; }
.netopia-sandbox-banner summary { cursor: pointer; color: rgba(248,242,234,.7); font-size: .82rem; }
.netopia-test-cards { margin-top: 8px; font-size: .82rem; }
.netopia-test-cards p { margin: 2px 0; }
.netopia-test-cards code {
  background: rgba(255,255,255,.08);
  padding: 2px 6px;
  border-radius: 4px;
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: 1px;
}
.netopia-error {
  background: rgba(239,68,68,0.12);
  border: 1px solid rgba(239,68,68,0.3);
  color: #fca5a5;
  border-radius: 10px;
  padding: 14px 18px;
  margin-bottom: 20px;
  font-size: .9rem;
}
.netopia-field {
  margin-bottom: 16px;
}
.netopia-field label {
  display: block;
  font-size: .85rem;
  color: rgba(248,242,234,.6);
  margin-bottom: 6px;
  font-weight: 500;
}
.netopia-field input,
.netopia-field select {
  width: 100%;
  padding: 12px 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  color: #f8f2ea;
  font-size: 1rem;
  font-family: 'JetBrains Mono', 'Fira Code', monospace;
  letter-spacing: 2px;
  transition: border-color .15s;
}
.netopia-field input:focus,
.netopia-field select:focus {
  outline: none;
  border-color: #ff7a1a;
}
.netopia-field input::placeholder {
  color: rgba(248,242,234,.25);
  letter-spacing: 3px;
}
.netopia-row {
  display: flex;
  gap: 16px;
}
.netopia-field--half {
  flex: 1;
}
.netopia-exp {
  display: flex;
  gap: 10px;
}
.netopia-exp select {
  flex: 1;
  padding: 12px 10px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  color: #f8f2ea;
  font-size: .95rem;
}
.netopia-exp select:focus {
  outline: none;
  border-color: #ff7a1a;
}
#cvv {
  letter-spacing: 4px;
}

/* ── Checkout + Cart Mobile ──────────────────────────────────────────── */
@media (max-width: 900px) {
  .checkout-layout { grid-template-columns: 1fr; }
  .checkout-sidebar { position: static; order: -1; }
  .checkout-grid { grid-template-columns: 1fr; }
  .checkout-actions { flex-direction: column-reverse; }
  .checkout-submit-btn { max-width: 100%; }
  .stripe-payment-card { padding: 24px 18px; }
}

/* ══════════════════════════════════════════════════════════════════════
   ALL PRODUCTS PAGE — filter chips + category tag
══════════════════════════════════════════════════════════════════════ */
.allprod-filters {
  padding: 28px 0 0;
}
.allprod-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.allprod-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 999px;
  background: rgba(30, 24, 18, .7);
  color: rgba(255,255,255,.75);
  font-family: 'Oswald', sans-serif;
  font-size: .9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.08);
  transition: all .2s;
  cursor: pointer;
}
.allprod-chip:hover {
  border-color: var(--chip-accent, #ff7a1a);
  color: #fff;
  background: rgba(255,122,26,.15);
}
.allprod-chip.is-active {
  background: #ff7a1a;
  color: #fff;
  border-color: #ff7a1a;
}
.allprod-chip__count {
  font-size: .75rem;
  background: rgba(255,255,255,.12);
  padding: 2px 8px;
  border-radius: 999px;
  line-height: 1.4;
}
.allprod-chip.is-active .allprod-chip__count {
  background: rgba(255,255,255,.25);
}

/* Category tag on product cards (all-products page) */
.cat-card__category-tag {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(0,0,0,.6);
  backdrop-filter: blur(8px);
  color: rgba(255,255,255,.9);
  font-family: 'Oswald', sans-serif;
  font-size: .7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: 4px 12px;
  border-radius: 999px;
  z-index: 2;
}

.allprod-empty {
  text-align: center;
  padding: 60px 0;
  color: rgba(255,255,255,.5);
  font-size: 1.1rem;
}

/* Mobile Produse dropdown — use same popup style, align left instead of right */
@media (max-width: 768px) {
  [data-mobile-produse] .mobile-more-menu {
    left: 0;
    transform: none;
    min-width: 220px;
  }
  [data-mobile-produse] .mobile-more-menu::after {
    left: 24px;
    transform: none;
  }
  .mobile-more-menu__item--all {
    color: #ff7a1a !important;
    border-bottom: 1px solid rgba(255,255,255,.08);
    padding-bottom: 14px;
    margin-bottom: 4px;
  }
}

@media (max-width: 480px) {
  .allprod-chips { gap: 8px; }
  .allprod-chip { padding: 8px 14px; font-size: .8rem; }
}

/* ══════════════════════════════════════════════════════════════════════
   INSTAGRAM GALLERY SECTION
══════════════════════════════════════════════════════════════════════ */
.ig-section {
  padding: 56px 0;
  background: #1a1511;
  color: #fff;
}
.ig-section .section-heading h2 { color: #fff; }
.ig-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-top: 28px;
}
.ig-card {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
}
.ig-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.ig-card:hover img {
  transform: scale(1.08);
}
.ig-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0;
  transition: opacity .3s;
  color: #fff;
  font-size: .8rem;
  text-align: center;
  padding: 12px;
}
.ig-card:hover .ig-card__overlay {
  opacity: 1;
}
.ig-follow {
  text-align: center;
  margin-top: 24px;
}
.ig-follow__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,.15);
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: .95rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  text-decoration: none;
  transition: all .2s;
}
.ig-follow__btn:hover {
  border-color: #E1306C;
  color: #E1306C;
  background: rgba(225,48,108,.08);
}

@media (max-width: 768px) {
  .ig-grid { grid-template-columns: repeat(2, 1fr); gap: 4px; }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .ig-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ══════════════════════════════════════════════════════════════════════
   BLOG — LISTING + ARTICLE
══════════════════════════════════════════════════════════════════════ */
.blog-hero {
  padding: 56px 0 40px;
  text-align: center;
  background: #1a1511;
}
.blog-hero__eyebrow {
  font-family: 'Oswald', sans-serif;
  font-size: .85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #ff7a1a;
  margin: 0 0 8px;
}
.blog-hero__title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 12px;
}
.blog-hero__desc {
  color: rgba(255,255,255,.6);
  font-size: 1rem;
  margin: 0;
}

.blog-listing {
  padding: 48px 0 64px;
  background: #f5ede2;
  color: #3d3028;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 28px;
}
.blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: #3d3028;
  box-shadow: 0 4px 24px rgba(0,0,0,.06);
  transition: transform .2s, box-shadow .2s;
  display: flex;
  flex-direction: column;
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0,0,0,.12);
}
.blog-card__img {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #ede7df;
}
.blog-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
}
.blog-card:hover .blog-card__img img {
  transform: scale(1.05);
}
.blog-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  background: #f0e9e0;
}
.blog-card__cat {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #ff7a1a;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: 4px 12px;
  border-radius: 999px;
}
.blog-card__body {
  padding: 20px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.blog-card__date {
  font-size: .78rem;
  color: #999;
  margin-bottom: 8px;
}
.blog-card__author { color: #bbb; }
.blog-card__title {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
  color: #3d3028;
}
.blog-card__excerpt {
  font-size: .9rem;
  color: #666;
  line-height: 1.5;
  margin: 0 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card__read {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: .85rem;
  text-transform: uppercase;
  color: #ff7a1a;
  letter-spacing: .03em;
}
.blog-card__time {
  font-weight: 500;
  color: #bbb;
  font-size: .75rem;
}
.blog-empty {
  text-align: center;
  padding: 60px 0;
  color: #999;
}

/* ── Blog Article ── */
.blog-article {
  padding: 40px 0 64px;
  background: #f5ede2;
  color: #3d3028;
}
.blog-article__shell {
  max-width: 780px;
}
.blog-article__cover {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 28px;
}
.blog-article__cover img {
  width: 100%;
  display: block;
}
.blog-article__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: .85rem;
  color: #999;
  margin-bottom: 12px;
}
.blog-article__cat {
  background: #ff7a1a;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 999px;
  letter-spacing: .04em;
}
.blog-article__title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  line-height: 1.2;
  margin: 0 0 28px;
}

/* Prose (article body) */
.blog-article__content.prose {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #333;
}
.blog-article__content.prose h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem;
  margin: 36px 0 16px;
  color: #3d3028;
}
.blog-article__content.prose h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  margin: 28px 0 12px;
  color: #3d3028;
}
.blog-article__content.prose p {
  margin: 0 0 18px;
}
.blog-article__content.prose img {
  border-radius: 12px;
  margin: 24px 0;
}
.blog-article__content.prose ul,
.blog-article__content.prose ol {
  margin: 0 0 18px;
  padding-left: 24px;
}
.blog-article__content.prose li {
  margin-bottom: 6px;
}
.blog-article__content.prose blockquote {
  border-left: 4px solid #ff7a1a;
  padding: 12px 20px;
  margin: 24px 0;
  background: rgba(255,122,26,.05);
  border-radius: 0 10px 10px 0;
  font-style: italic;
  color: #555;
}
.blog-article__content.prose a {
  color: #ff7a1a;
  text-decoration: underline;
}

.blog-article__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(0,0,0,.08);
}
.blog-article__tag {
  background: rgba(255,122,26,.1);
  color: #ff7a1a;
  padding: 4px 14px;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 600;
}
.blog-article__share {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  font-size: .9rem;
  color: #888;
}
.blog-article__share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(0,0,0,.06);
  color: #666;
  transition: all .2s;
}
.blog-article__share-btn:hover {
  background: #1877F2;
  color: #fff;
}

.blog-related {
  padding: 48px 0;
  background: #eee5d8;
  color: #3d3028;
}
.blog-related__title {
  font-family: 'Oswald', sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 28px;
}

@media (max-width: 640px) {
  .blog-grid { grid-template-columns: 1fr; gap: 20px; }
  .blog-card__body { padding: 16px 16px 20px; }
}

/* ── Blog Carousel (homepage) ── */
.blog-carousel-section {
  padding: 56px 0;
  background: #f5ede2;
  color: #3d3028;
}
.blog-carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 8px 0 12px;
  cursor: grab;
  user-select: none;
}
.blog-carousel::-webkit-scrollbar { display: none; }
.blog-carousel.carousel-dragging { cursor: grabbing; }
.blog-carousel-card {
  flex: 0 0 320px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: #3d3028;
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
  transition: transform .2s, box-shadow .2s;
  display: flex;
  flex-direction: column;
}
.blog-carousel-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(0,0,0,.12);
}
.blog-carousel-card__img {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #ede7df;
}
.blog-carousel-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
}
.blog-carousel-card:hover .blog-carousel-card__img img {
  transform: scale(1.05);
}
.blog-carousel-card__ph {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
}
.blog-carousel-card__cat {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ff7a1a;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: .65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: 3px 10px;
  border-radius: 999px;
}
.blog-carousel-card__body {
  padding: 16px 18px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-carousel-card__body time {
  font-size: .75rem;
  color: #999;
  margin-bottom: 6px;
}
.blog-carousel-card__body h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 8px;
}
.blog-carousel-card__body p {
  font-size: .82rem;
  color: #777;
  line-height: 1.45;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-carousel-cta {
  text-align: center;
  margin-top: 24px;
}
.blog-carousel-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: .95rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #ff7a1a;
  text-decoration: none;
  padding: 10px 24px;
  border: 2px solid #ff7a1a;
  border-radius: 999px;
  transition: all .2s;
}
.blog-carousel-cta__btn:hover {
  background: #ff7a1a;
  color: #fff;
}

@media (max-width: 640px) {
  .blog-carousel-card { flex: 0 0 280px; }
}

/* ═══════════════════════════════════════════════════════════════════
   COOKIE CONSENT OVERRIDE
   ═══════════════════════════════════════════════════════════════════ */
.cc-window {
  font-family: 'Roboto', sans-serif !important;
  border-radius: 16px !important;
  padding: 20px 28px !important;
  box-shadow: 0 12px 48px rgba(0,0,0,.35) !important;
  max-width: 480px !important;
  margin: 16px !important;
  backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255,255,255,.08) !important;
}
.cc-window.cc-bottom { bottom: 16px !important; }
.cc-header {
  font-family: 'Oswald', sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
  margin-bottom: 8px !important;
}
.cc-message {
  font-size: .88rem !important;
  line-height: 1.6 !important;
  opacity: .85;
  margin-bottom: 16px !important;
}
.cc-link { font-weight: 600 !important; text-decoration: underline !important; }
.cc-btn {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 600 !important;
  font-size: .85rem !important;
  text-transform: uppercase !important;
  letter-spacing: .06em !important;
  border-radius: 50px !important;
  padding: 10px 24px !important;
  min-height: 40px !important;
  transition: transform .2s, box-shadow .2s !important;
}
.cc-btn:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 16px rgba(255,122,26,.3) !important;
}
.cc-compliance { gap: 8px; }
@media (max-width: 600px) {
  .cc-window { max-width: 100% !important; margin: 10px !important; border-radius: 14px !important; }
}

/* ═══════════════════════════════════════════════════
   HEADER SEARCH
═══════════════════════════════════════════════════ */
.header-search { position: relative; }
.header-search__toggle {
  background: none; border: none; cursor: pointer; padding: 6px;
  color: #fff; display: flex; align-items: center; transition: opacity .2s;
}
.header-search__toggle:hover { opacity: .7; }

.header-search__overlay {
  position: fixed; top: 0; left: 0; right: 0;
  background: #1a1a1a; z-index: 9999;
  padding: 0; transform: translateY(-100%);
  opacity: 0; pointer-events: none;
  transition: transform .3s cubic-bezier(.4,0,.2,1), opacity .2s;
}
.header-search.is-open .header-search__overlay {
  transform: translateY(0); opacity: 1; pointer-events: auto;
}
.header-search__form {
  display: flex; align-items: center; gap: 12px;
  max-width: 800px; margin: 0 auto; padding: 16px 24px;
}
.header-search__icon { flex-shrink: 0; color: #ff7a1a; }
.header-search__input {
  flex: 1; background: none; border: none; outline: none;
  font-size: 1.125rem; font-family: inherit; color: #fff;
  padding: 8px 0;
}
.header-search__input::placeholder { color: rgba(255,255,255,.45); }
.header-search__close {
  background: none; border: none; cursor: pointer; padding: 6px;
  color: rgba(255,255,255,.6); display: flex; transition: color .2s;
}
.header-search__close:hover { color: #fff; }

/* Autocomplete results */
.header-search__results {
  max-width: 800px; margin: 0 auto; padding: 0 24px 16px;
  display: none;
}
.header-search__results.has-results { display: block; }

.search-result-item {
  display: flex; align-items: center; gap: 14px;
  padding: 10px 12px; border-radius: 10px; text-decoration: none;
  color: #fff; transition: background .15s;
}
.search-result-item:hover { background: rgba(255,255,255,.08); }
.search-result-item__img {
  width: 48px; height: 48px; border-radius: 8px; object-fit: cover;
  background: rgba(255,255,255,.06); flex-shrink: 0;
}
.search-result-item__info { flex: 1; min-width: 0; }
.search-result-item__name {
  font-weight: 600; font-size: .95rem; white-space: nowrap;
  overflow: hidden; text-overflow: ellipsis;
}
.search-result-item__meta {
  font-size: .8rem; color: rgba(255,255,255,.5);
  display: flex; gap: 8px; margin-top: 2px;
}
.search-result-item__price { color: #ff7a1a; font-weight: 600; }

.search-result-all {
  display: block; text-align: center; padding: 10px;
  color: #ff7a1a; font-weight: 600; font-size: .9rem;
  text-decoration: none; border-top: 1px solid rgba(255,255,255,.1);
  margin-top: 8px;
}
.search-result-all:hover { text-decoration: underline; }

.search-no-results {
  text-align: center; padding: 16px; color: rgba(255,255,255,.45);
  font-size: .9rem;
}

/* Backdrop */
.header-search__backdrop {
  position: fixed; inset: 0; background: rgba(0,0,0,.5);
  z-index: 9998; opacity: 0; pointer-events: none;
  transition: opacity .3s;
}
.header-search.is-open .header-search__backdrop {
  opacity: 1; pointer-events: auto;
}

@media (max-width: 768px) {
  .header-search__form { padding: 12px 16px; }
  .header-search__input { font-size: 1rem; }
  .header-search__results { padding: 0 16px 12px; }
}
