/* style.css – MODERN PREMIUM PRO (Green / Silver / Gold Edition)
   Cél: Luxus érzet, high-end tech megjelenés.
*/

/* =========================
   0) GLOBAL RESET & CORE
   ========================= */

*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

/* =========================
   MOBIL: OLDALIRÁNYÚ OLDALGÖRGETÉS TILTÁSA (csak a page-re)
   Megjegyzés: a belső vízszintes görgetők (pl. .product-filter-bar) továbbra is működnek.
   ========================= */
@media (max-width: 480px){
  html, body{
    overflow-x: hidden;
    overflow-x: clip; /* ahol támogatott, még tisztább */
  }
  body{
    position: relative;
  }
}

/* =========================
   MODAL / SCROLL LOCK (main.js ScrollLock-hoz)
   ========================= */

/*
  amikor modál nyitva van (pl. Tipp / Welcome modal):
  - scroll-lock: a body fixed, a top-ot JS állítja be (scrollY megtartás)
  - layout-shift védelem: Windows-on a scrollbar eltűnése miatt ne ugorjon el a layout

  Megjegyzés:
  Az előző megoldás html padding-right-tal próbált kompenzálni, viszont a body
  position: fixed + width:100% esetén a body (és a fixed elemek) a viewport szélességét
  veszik fel, ezért mégis látszott az "ugrás" (pl. a hero kép oldalirányban).
  Ezt úgy fogjuk meg, hogy a scrollbar-szélességet a right oldalon "lecsípjük".
*/
html.modal-open {
  overflow: hidden;
}

body.modal-open {
  position: fixed;
  overflow: hidden;
  left: 0;
  right: var(--scrollbar-w, 0px);
  width: auto;
  /* a top-ot JS állítja be (scrollY megtartás) */
}

/*
  A teljes szélességű FIXED elemek (promo-bar, header, cookie) szintén a viewporthoz
  igazodnak, ezért külön is kompenzáljuk őket.
*/
html.modal-open .promo-bar,
html.modal-open header.glass-nav,
html.modal-open #simpleCookieBanner {
  right: var(--scrollbar-w, 0px);
  width: auto;
}

/* Fókusz állapot: Arany ragyogás */
:where(a, button, input, textarea, select, summary, [role="button"], [tabindex]):focus-visible {
  outline: none;
  box-shadow: var(--ring-gold);
  transition: box-shadow 0.2s ease;
}


/* =========================
   GLOBAL SELECTION – GOLD
   ========================= */

::selection{ background: rgba(245, 158, 11, 0.35); color: #050505; }

/* =========================
   1) TOKENS / PALETTA
   ========================= */

:root {
  color-scheme: dark;


  /* Shared gold ring (focus / active) */
  --ring-gold: 0 0 0 1px #fbbf24, 0 0 15px rgba(251, 191, 36, 0.5);

  /* ===== Premium Dark Base ===== */
  --bg-void: #020202;       /* Abszolút fekete */
  --bg-dark: #09090b;       /* Mély obszidián */
  --bg-panel: rgba(15, 15, 20, 0.75); /* Sötét üveg */

  /* Base */
  --white: #ffffff;

  /* Zöld (Growth / Success) */
  --green-500: #10b981;
  --green-glow: rgba(16, 185, 129, 0.35);

  /* ===== SZÍNEK (PRO TRIO) ===== */
  
	/* 1. ARANY (Action / Primary) */
	--gold-400: #fbbf24;
	--gold-500: #f59e0b;
	--gold-600: #d97706;

	--gold-glow: rgba(245, 158, 11, 0.45);

	--action-gradient: linear-gradient(
	  135deg,
	  #fde68a 0%,   /* világos arany */
	  #fbbf24 35%,  /* arany */
	  #f59e0b 65%,  /* mély arany */
	  #d97706 100%  /* bronzos árnyék */
	);
  /* 2. ARANY (Accent / Luxury) */
  --gold-300: #fcd34d;
  --gold-gradient: linear-gradient(to right, #fcd34d, #f59e0b);

  /* 3. EZÜST (Structure / Tech) */
  --silver-100: #f3f4f6;
  --silver-400: #9ca3af;
  --silver-border: rgba(255, 255, 255, 0.12);
  --silver-glass-edge: linear-gradient(180deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.05) 100%);

  /* Layout */
  --promo-h: 38px;
  --header-h: 80px;
  --promo-offset: var(--promo-h);

  /* Radius */
  --radius-md: 10px;
  --radius-lg: 16px;

  /* Shadows */
  --shadow-glass: 0 8px 32px 0 rgba(0, 0, 0, 0.6);
  --shadow-gold: 0 4px 20px -5px var(--gold-glow);
}

/* =========================
   TAILWIND GREEN → GOLD (GLOBAL THEME MAP)
   Megjegyzés: a sablon Tailwind green utility-ket használt akcentusnak.
   Itt egységesen aranyra remapeljük, így minden oldal konzisztens és könnyen karbantartható.
   ========================= */

/* Text */
.text-green-400,
.text-green-500{ color: var(--gold-400) !important; }
.hover\:text-green-400:hover,
.hover\:text-green-500:hover{ color: var(--gold-300) !important; }

/* Background */
.bg-green-500{ background-color: var(--gold-500) !important; }
.bg-green-600{ background-color: var(--gold-600) !important; }
.hover\:bg-green-500:hover{ background-color: var(--gold-500) !important; }

/* Background with opacity (Tailwind /xx) */
.bg-green-500\/5{ background-color: rgba(245, 158, 11, 0.05) !important; }
.bg-green-500\/10{ background-color: rgba(245, 158, 11, 0.10) !important; }
.bg-green-500\/20{ background-color: rgba(245, 158, 11, 0.18) !important; }
.bg-green-500\/30{ background-color: rgba(245, 158, 11, 0.26) !important; }

/* Borders */
.border-green-400\/20,
.border-green-500\/20{ border-color: rgba(245, 158, 11, 0.22) !important; }
.border-green-500\/30{ border-color: rgba(245, 158, 11, 0.30) !important; }

/* Gradients using Tailwind variables */
.from-green-500\/20{
  --tw-gradient-from: rgb(245 158 11 / 0.20) !important;
  --tw-gradient-to: rgb(245 158 11 / 0) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.to-green-500\/5{ --tw-gradient-to: rgb(245 158 11 / 0.05) !important; }
.to-green-500\/10{ --tw-gradient-to: rgb(245 158 11 / 0.10) !important; }

/* Arbitrary shadow remap used by Tailwind class */
.shadow-\[0_0_20px_rgba\(74,222,128,0\.2\)\]{
  box-shadow: 0 0 20px rgba(245, 158, 11, 0.22) !important;
}



html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  background-color: var(--bg-void);
  color: var(--silver-100);
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: -0.01em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Mobile typography polish */
@media (max-width: 520px) {
  body {
    letter-spacing: 0;
    line-height: 1.65;
  }
  p, li, input, textarea, button {
    letter-spacing: 0;
  }
}

/* Scrollbar: Ezüst csík */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg-void); }
::-webkit-scrollbar-thumb { 
  background: linear-gradient(to bottom, #4b5563, #9ca3af); 
  border-radius: 10px; 
}

/* Typography */
h1, h2, h3, .logo-text-main {
  color: var(--white);
  font-weight: 800;
  letter-spacing: -0.02em;
}

/* Arany szöveg átmenet */
.text-gradient {
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  text-shadow: 0 0 20px rgba(245, 158, 11, 0.2); /* Finom arany köd */
}

/* =========================
   2) HÁTTÉR (Dark Luxury)
   ========================= */

#fixed-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  /* Mély zöldes-fekete átmenet */
  background:
    radial-gradient(600px at 15% 20%, rgba(255,255,255,0.10), transparent 60%),
    radial-gradient(500px at 85% 80%, rgba(255,255,255,0.07), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,0.03), transparent 40%);
}

#fixed-bg::after {
  /* Zaj textúra a prémium hatáshoz */
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: 0.5;
  mix-blend-mode: overlay;
}

/* =========================
   3) PANELEK (Ezüst keretes üveg)
   ========================= */

.glass-panel {
  position: relative;
  background: var(--bg-panel);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  /* Ezüst keret */
  border: 1px solid rgba(255,255,255,0.08);
  border-top-color: rgba(255,255,255,0.15); /* Fényesebb felső él */
  
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-glass);
  transition: all 0.3s ease;
}

/* =========================
   HERO SHOP BUTTON – PREMIUM SHAPE
   ========================= */

a.btn-primary.hero-shop-btn {
  border-radius: 999px !important;   /* kapszula forma */
  padding-left: 30px;
  padding-right: 30px;

  box-shadow:
    0 10px 28px rgba(0,0,0,0.55),
    0 0 0 1px rgba(255,255,255,0.12);
}

@media (max-width: 640px) {
  a.btn-primary.hero-shop-btn{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 0.9rem;
  }
}

/* finom prémium hover */
@media (hover:hover) {
  a.btn-primary.hero-shop-btn:hover {
    transform: translateY(-1px);
    box-shadow:
      0 14px 36px rgba(0,0,0,0.65),
      0 0 0 1px rgba(245,158,11,0.35);
  }
}

/* =========================
   4) GOMBOK
   ========================= */

/* Primary CTA - Smaragd Zöld */
button.btn-primary,
a.btn-primary {
  background: var(--action-gradient) !important;
  color: #111 !important;
  border-radius: var(--btn-radius, 8px) !important;
  border: none !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: var(--btn-padding, 14px 24px);
  box-shadow: 0 4px 18px var(--gold-glow);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease !important;
}

/* Fénycsík animáció */
button.btn-primary::before,
a.btn-primary::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  transition: 0.5s;
  transform: skewX(-20deg);
}

button.btn-primary:hover,
a.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.6), 0 0 0 1px rgba(245,158,11,0.35);
  filter: brightness(1.06);
}

button.btn-primary:hover::before,
a.btn-primary:hover::before { left: 150%; }

/* Inputok - Ezüstös, modern */
input, textarea, select {
  background-color: rgba(0, 0, 0, 0.5) !important;
  border: 1px solid var(--silver-border) !important;
  color: #fff !important;
  border-radius: var(--radius-md) !important;
  padding: 12px 16px;
  transition: all 0.3s ease;
}

/* Fókuszban Arany */
input:focus, textarea:focus, select:focus {
  background-color: rgba(20, 20, 20, 0.9) !important;
  border-color: var(--gold-400) !important;
  box-shadow: 0 0 0 1px var(--gold-400), 0 0 15px rgba(245, 158, 11, 0.2) !important;
}

/* =========================
   5) ANIMÁCIÓK
   ========================= */

.fade-in-up {
  animation: fadeInUp 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  opacity: 0;
  transform: translateY(30px);
}
@keyframes fadeInUp { to { opacity: 1; transform: translateY(0); } }

/* =========================
   6) HEADER & NAV (Ezüst & Üveg)
   ========================= */

header.glass-nav {
  position: fixed; left: 0; width: 100%; z-index: 50;
  top: var(--promo-offset) !important;
  
  background: rgba(5, 5, 5, 0.8) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  
  border-bottom: 1px solid rgba(255,255,255,0.06) !important;
  box-shadow: 0 4px 30px rgba(0,0,0,0.4);
  transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* =========================
   PROMO BAR – ULTRA PREMIUM
   ========================= */

.promo-bar {
  height: var(--promo-h);

  /* Mély → fényes → mély arany (nem sárga) */
  background:
    linear-gradient(
      90deg,
      #b45309 0%,
      #f59e0b 35%,
      #fde68a 50%,
      #f59e0b 65%,
      #b45309 100%
    );

  background-size: 300% 100%;
  animation: goldShimmer 10s linear infinite;

  /* Fekete, éles, luxus szöveg */
  color: #0a0a0a;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;

  /* Subtle engraving hatás */
  text-shadow:
    0 1px 0 rgba(255,255,255,0.45),
    0 -1px 0 rgba(0,0,0,0.25);

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 60;

  display: flex;
  align-items: center;
  justify-content: center;

  /* Prémium fény + szeparáció */
  box-shadow:
    0 1px 0 rgba(255,255,255,0.35),
    0 6px 20px rgba(245,158,11,0.35);

  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Finom felső fénycsík (luxus érzet) */
.promo-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(255,255,255,0.35),
      rgba(255,255,255,0.05),
      transparent
    );
  pointer-events: none;
}

/* Alsó vékony árnyék – elválasztás a header-től */
.promo-bar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(0,0,0,0.35);
}

@keyframes goldShimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* Elrejtés */
html.promo-hidden .promo-bar {
  transform: translateY(calc(-1 * var(--promo-h)));
}

html.promo-hidden {
  --promo-offset: 0px;
}

/* =========================
   PROMO BAR – MOBILE ONLY
   ========================= */

@media (max-width: 768px) {
  .promo-bar {
    font-size: 10px;        /* kisebb betű mobilon */
    letter-spacing: 0.08em; /* szorosabb tracking */
  }
}

/* =========================
   HERO TITLE – GOLD DOMINANT
========================= */

.hero-title {
  background: linear-gradient(
    115deg,
    #f9fafb 0%,     /* tiszta ezüst */
    #e5e7eb 18%,    /* hideg ezüst */
    #fcd34d 40%,    /* lágy arany */
    #f59e0b 65%,    /* mély arany */
    #fbbf24 82%,    /* meleg arany */
    #fde68a 100%    /* arany highlight */
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

  letter-spacing: -0.03em;

  /* prémium mélység – nem csillogó */
  text-shadow:
    0 1px 1px rgba(255,255,255,0.12),
    0 8px 22px rgba(0,0,0,0.4);
}

/* Navigáció */
.nav-link {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--silver-400);
  padding: 8px 12px;
  transition: all 0.3s;
}
.nav-link:hover { 
  color: var(--gold-300); /* Hoverkor Arany */
  text-shadow: 0 0 8px rgba(251, 191, 36, 0.6);
}
.nav-link--active { 
  color: var(--white); 
  border-bottom: 2px solid var(--gold-500); /* Aktív állapot: Arany aláhúzás */
}

.cart-count {
  background: var(--gold-500); /* Arany badge */
  color: #000;
  font-weight: 800;
  box-shadow: 0 0 10px var(--gold-glow);
  border: 1px solid #fff;
}

/* Vapek: hero cím – ezüst domináns, finom arany */
.hero-title--silver {
  background: linear-gradient(
    115deg,
    #f9fafb 0%,
    #e5e7eb 32%,
    #d1d5db 50%,
    #fcd34d 70%,
    #f59e0b 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

  text-shadow:
    0 1px 1px rgba(255,255,255,0.10),
    0 8px 22px rgba(0,0,0,0.45);
}

/* =========================
   7) CART COMPONENTS (Pro Style)
   ========================= */

.shipping-card {
  background: linear-gradient(to right, rgba(255,255,255,0.02), rgba(255,255,255,0.05));
  border: 1px solid var(--silver-border);
  border-radius: var(--radius-md);
}
.shipping-card--summary{
  padding: 14px;
}
/* Shipping (free) progress – arany fókusz */
.shipping-card__top{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.shipping-card__title{
  color: var(--white);
  font-weight: 900;
  font-size: 13px;
  letter-spacing: -0.01em;
}
.shipping-card__cap{
  color: var(--silver-400);
  font-weight: 800;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.shipping-card__msg{
  margin-top: 8px;
  color: rgba(243, 244, 246, 0.88);
  font-weight: 650;
  font-size: 12.5px;
  line-height: 1.35;
}
.shipping-card__bar{
  margin-top: 12px;
  height: 10px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255,255,255,0.08);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
}
.shipping-card__fill{
  height: 100%;
  width: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold-400), var(--gold-600));
  box-shadow: 0 0 18px rgba(245, 158, 11, 0.28);
}

/* cart.html – Összesítés blokk */
.cart-summary-block{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cart-summary-lines{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cart-summary-line{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
}

.cart-summary-line > span:first-child{
  color: var(--silver-400);
  font-weight: 650;
}

.cart-summary-value{
  color: var(--white);
  font-weight: 900;
  letter-spacing: -0.01em;
}

.cart-summary-divider{
  height: 1px;
  background: rgba(255,255,255,0.10);
  margin-top: 2px;
}

.cart-summary-total{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 10px;
}

.cart-summary-total > span:first-child{
  color: var(--white);
  font-weight: 950;
  font-size: 15px;
}

.cart-summary-total__value{
  color: var(--gold-400);
  font-weight: 950;
  font-size: 16px;
  text-shadow: 0 0 12px rgba(251, 191, 36, 0.24);
}

.cart-summary-note{
  color: rgba(156, 163, 175, 0.9);
  font-size: 11.5px;
  line-height: 1.35;
}

.cart-accent{ color: var(--gold-400) !important; }

/* cart.html – zöld Tailwind utilok helyett arany akcentus (csak a kosár oldalon) */
body.cart-page .text-green-500{ color: var(--gold-400) !important; }
body.cart-page .bg-green-600{ background: var(--gold-600) !important; }
body.cart-page .bg-green-500{ background: var(--gold-500) !important; }
body.cart-page .hover\:bg-green-500:hover{ background: var(--gold-500) !important; }

/* cart checkout: ugyanaz a globális btn-primary (arany), csak a méret fix */
body.cart-page .cart-checkout-btn{
  --btn-radius: 16px;
  --btn-padding: 16px 24px;
}

/* Szövegkijelölés – arany */
body.cart-page ::selection{ background: rgba(245, 158, 11, 0.35); color: #050505; }


/* =========================
   ÜZENET OLDAL – arany, egységes “pro” UI
   ========================= */
body.message-page ::selection{ background: rgba(245, 158, 11, 0.35); color: #050505; }

/* Tailwind zöld utilok felülírása CSAK az üzenet oldalon */
body.message-page .text-green-400,
body.message-page .text-green-500{ color: var(--gold-400) !important; }
body.message-page .bg-green-600{ background: var(--gold-600) !important; }
body.message-page .bg-green-500{ background: var(--gold-500) !important; }
body.message-page [class*="bg-green-500/"]{ background-color: rgba(245, 158, 11, 0.10) !important; }
body.message-page [class*="border-green-500/"]{ border-color: rgba(245, 158, 11, 0.26) !important; }
body.message-page .shadow-\[0_0_50px_rgba\(74,222,128,0\.1\)\]{ box-shadow: 0 0 50px rgba(245, 158, 11, 0.10) !important; }

/* =========================
   KÖSZÖNJÜK OLDAL – arany, egységes “pro” UI
   ========================= */
body.thankyou-page ::selection{ background: rgba(245, 158, 11, 0.35); color: #050505; }

/* Tailwind zöld utilok felülírása CSAK a köszönjük oldalon */
body.thankyou-page .text-green-400{ color: var(--gold-400) !important; }
body.thankyou-page .text-green-500{ color: var(--gold-400) !important; }
body.thankyou-page .bg-green-600{ background: var(--gold-600) !important; }
body.thankyou-page .bg-green-500{ background: var(--gold-500) !important; }
body.thankyou-page .border-green-500\/20{ border-color: rgba(245, 158, 11, 0.22) !important; }
body.thankyou-page .bg-green-500\/10{ background-color: rgba(245, 158, 11, 0.10) !important; }
body.thankyou-page .hover\:bg-green-500:hover{ background: var(--gold-500) !important; }
body.thankyou-page .hover\:text-green-400:hover,
body.thankyou-page .hover\:text-green-500:hover{ color: var(--gold-300) !important; }

/* Kártya és badge – saját komponens (nem Tailwind zöld) */
.thankyou-card{
  box-shadow: 0 0 55px rgba(245, 158, 11, 0.12);
}

.thankyou-badge{
  width: 96px;
  height: 96px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  background: linear-gradient(135deg, var(--gold-400), var(--gold-600));
  box-shadow: 0 0 40px rgba(245, 158, 11, 0.45);
}

.thankyou-chip{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: var(--gold-300);
  background: rgba(245, 158, 11, 0.10);
  border: 1px solid rgba(245, 158, 11, 0.22);
}

/* Desktop finomhangolás – köszönjük oldal
   Cél: PC-n kicsit “kompaktabb” layout (betűk, badge, paddings), mobil érintetlen. */
@media (min-width: 1024px){
  body.thankyou-page .thankyou-card{
    max-width: 420px;
    padding: 28px !important; /* felülírja a Tailwind p-8-at */
  }

  body.thankyou-page .thankyou-badge{
    width: 80px;
    height: 80px;
    margin-bottom: 18px;
  }

  body.thankyou-page .thankyou-badge i{
    font-size: 30px !important;
  }

  body.thankyou-page .thankyou-card h1{
    font-size: 28px !important;
    line-height: 1.15;
    margin-bottom: 6px !important;
  }

  body.thankyou-page .thankyou-card p{
    font-size: 13px !important;
    margin-bottom: 22px !important;
  }

  body.thankyou-page .thankyou-chip{
    font-size: 11px;
  }

  body.thankyou-page .thankyou-card .space-y-3 > a{
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    font-size: 13px !important;
  }
}

/* penztar.html – zöld Tailwind utilok helyett arany akcentus (csak a pénztár oldalon) */
body.checkout-page .text-green-500,
body.checkout-page .text-green-400{ color: var(--gold-400) !important; }

body.checkout-page .bg-green-600{ background: var(--gold-600) !important; }
body.checkout-page .bg-green-500{ background: var(--gold-500) !important; }

/* Tailwind /10, /20, /30 variánsok – biztonságosan, csak a checkouton */
body.checkout-page [class*="bg-green-500/"]{ background-color: rgba(245, 158, 11, 0.08) !important; }
body.checkout-page [class*="bg-green-600/"]{ background-color: rgba(217, 119, 6, 0.10) !important; }
body.checkout-page [class*="border-green-500/"]{ border-color: rgba(245, 158, 11, 0.26) !important; }

body.checkout-page .hover\:text-green-400:hover{ color: var(--gold-300) !important; }
body.checkout-page .hover\:text-green-500:hover{ color: var(--gold-300) !important; }

/* Tailwind arbitrary shadow (zöld glow) → arany glow */
body.checkout-page [class*="shadow-[0_0_10px_rgba(34,197,94,0.4)]"]{
  box-shadow: 0 0 10px rgba(245, 158, 11, 0.35) !important;
}

/* Szövegkijelölés – arany */
body.checkout-page ::selection{ background: rgba(245, 158, 11, 0.35); color: #050505; }

.cart-item {
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 16px 0;
  transition: background 0.2s;
}
.cart-item:hover { background: rgba(255,255,255,0.02); }

.cart-item__price { color: var(--gold-400); font-weight: 700; }

/* Mennyiség gombok */
.qty { 
  background: #000; 
  border: 1px solid rgba(255,255,255,0.15); 
  border-radius: 8px;
}
.qty__btn:hover { color: var(--gold-400); background: rgba(255,255,255,0.05); }

/* Összegzés */
.cart-summary {
  background: rgba(15, 15, 15, 0.8);
  border: 1px solid var(--silver-border);
  border-radius: var(--radius-lg);
}
.cart-summary__total-value {
  color: var(--gold-400); /* Az ár arany */
  text-shadow: 0 0 10px rgba(251, 191, 36, 0.3);
}

/* =========================
   8) CART MODAL (Slide)
   ========================= */

#cartModal .cart-modal__panel {
  background: rgba(8, 8, 8, 0.96) !important;
  backdrop-filter: blur(30px) !important;
  border-left: 1px solid rgba(255,255,255,0.1);
  box-shadow: -20px 0 50px rgba(0,0,0,0.8);

  /* <<< EZ TOLJA BALRA AZ EGÉSZ MINI KOSARAT >>> */
  transform: translateX(-5px);
}

#cartModal .cart-modal__header {
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
}
#cartModal .cart-modal__stripe { 
  background: var(--gold-gradient);
  background-size: 200% 100%;
  animation: goldShimmer 8s infinite linear; /* Arany csík a tetején */
  height: 2px;
  box-shadow: 0 2px 15px var(--gold-glow);
}

/* =========================
   FILTER GOMBOK – NO DOUBLE BORDER
   ========================= */

.filter-btn{
  background: transparent;
  border: 1px solid transparent;            /* fontos: ne legyen alap fehér keret */
  color: var(--silver-400);
  border-radius: 999px;                      /* a HTML-ben is rounded-full, itt is biztosra megyünk */
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 8px 18px;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease, transform .15s ease;
  outline: none;
}

@media (hover:hover){
  .filter-btn:not(.is-active):hover{
    color: var(--silver-100);
    background: rgba(255,255,255,0.03);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.20);
  }
}

/* AKTÍV – arany háttér + arany “keret” inset shadow-ból (nincs fehér perem mögötte) */
.filter-btn.is-active{
  color: var(--gold-400) !important;
  background: rgba(245,158,11,0.16) !important;
  box-shadow:
    inset 0 0 0 1px rgba(245,158,11,0.65),  /* ez a keret */
    0 0 18px rgba(245,158,11,0.18) !important;
  border-color: transparent !important;      /* border teljesen kiiktatva */
}

/* AKTÍV + hover – maradjon arany, ne ugorjon fehérre */
@media (hover:hover){
  .filter-btn.is-active:hover{
    color: var(--gold-400) !important;
    background: rgba(245,158,11,0.20) !important;
    box-shadow:
      inset 0 0 0 1px rgba(245,158,11,0.75),
      0 0 22px rgba(245,158,11,0.22) !important;
  }
}

/* kattintás */
.filter-btn:active{
  transform: scale(0.97);
}

/* =========================
   TERMÉK SZŰRŐ – MOBILON GÖRGETHETŐ (HORIZONTÁLIS CHIP-SÁV)
   ========================= */

@media (max-width: 640px){
  .product-filter-bar{
    /* egy sorban maradjon + lehessen húzni oldalra */
    flex-wrap: nowrap;
    justify-content: flex-start;

    overflow-x: auto !important;
    overflow-y: hidden;

    width: 100%;
    max-width: 100% !important;

    gap: 8px;
    padding: 6px 8px;

    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;

    /* Android/Firefox */
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.28) rgba(255,255,255,0.10);

    /* iOS: ne rántsa a teljes oldalt oldalra */
    overscroll-behavior-x: contain;
  }

  /* WebKit (Chrome/Safari) – látható, kulturált scrollbar */
  .product-filter-bar::-webkit-scrollbar{
    height: 6px;
  }
  .product-filter-bar::-webkit-scrollbar-track{
    background: rgba(255,255,255,0.08);
    border-radius: 999px;
  }
  .product-filter-bar::-webkit-scrollbar-thumb{
    background: rgba(255,255,255,0.22);
    border-radius: 999px;
  }
  .product-filter-bar::-webkit-scrollbar-thumb:hover{
    background: rgba(255,255,255,0.30);
  }

  .product-filter-bar .filter-btn{
    padding: 6px 12px;
    font-size: 0.68rem;
    letter-spacing: 0.04em;
    flex: 0 0 auto; /* biztosan ne zsugorodjon */
  }

  .product-filter-bar .filter-btn i{
    margin-right: 6px;
  }
}

/* =========================
   iOS / TOUCH: ACTIVE FEEDBACK (no hover)
   ========================= */

/* Tip gomb – tap feedback */
.tip-trigger:active {
  transform: translateY(-2px) scale(0.985);
  border-color: rgba(245,158,11,0.32);
  box-shadow:
    0 20px 55px rgba(0,0,0,0.72),
    0 0 0 1px rgba(245,158,11,0.22);
}

/* Tip gomb arany perem – tap esetén is látszódjon */
.tip-trigger:active::before {
  opacity: 1;
}

/* Primary CTA – tap feedback mobilon */
a.btn-primary:active,
button.btn-primary:active {
  transform: translateY(-1px) scale(0.98);
  filter: brightness(1.06);
}


/* =========================
   HERO "TIP" BUTTON – PREMIUM (REFINED)
   ========================= */

.tip-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;

  padding: 10px 14px;
  border-radius: 999px;

  /* finom üveg + luxus árnyék */
  background:
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(0,0,0,0.45)),
    rgba(10,10,10,0.55);

  border: 1px solid rgba(255,255,255,0.12);
  box-shadow:
    0 16px 40px rgba(0,0,0,0.65),
    inset 0 1px 0 rgba(255,255,255,0.10);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  transition: transform 0.18s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  animation: tipFloat 3.5s ease-in-out infinite;
  -webkit-tap-highlight-color: transparent;
}

/* arany „ékszer” perem – nem túl sok */
.tip-trigger::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(245,158,11,0.45), rgba(255,255,255,0.12), rgba(245,158,11,0.45));
  opacity: 0;
  transition: opacity 0.22s ease;
  z-index: -1;
  filter: blur(8px);
}

/* ikon kapszula */
.tip-trigger__icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;

  display: grid;
  place-items: center;

  background:
    radial-gradient(circle at 30% 30%, rgba(245,158,11,0.25), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(0,0,0,0.55)),
    rgba(8,8,8,0.65);

  border: 1px solid rgba(255,255,255,0.14);
  box-shadow:
    0 12px 26px rgba(0,0,0,0.6),
    inset 0 1px 0 rgba(255,255,255,0.10);
}

.tip-trigger__icon i {
  color: rgba(245,158,11,0.92);
  text-shadow: 0 0 10px rgba(245,158,11,0.25);
  font-size: 14px;
}

/* szöveg – prémium, letisztult */
.tip-trigger__text { line-height: 1.05; }
.tip-trigger__label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(243,244,246,0.65);
  font-weight: 800;
}
.tip-trigger__title {
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: rgba(243,244,246,0.92);
}

/* desktop hover – csak finom prémium lift */
@media (hover:hover) {
  .tip-trigger:hover {
    transform: translateY(-1px);
    border-color: rgba(245,158,11,0.28);
    box-shadow:
      0 20px 55px rgba(0,0,0,0.72),
      0 0 0 1px rgba(245,158,11,0.22);
  }
  .tip-trigger:hover::before { opacity: 1; }
}

@media (max-width: 768px) {
  .tip-trigger {
    padding: 8px 12px;
    gap: 8px;
    border-radius: 999px;
  }

  .tip-trigger__icon {
    width: 26px;
    height: 26px;
  }

  .tip-trigger__title {
    font-size: 11px;
  }

  .tip-trigger__label {
    font-size: 9px;
    letter-spacing: 0.14em;
  }
}

/* =========================
   TIP BUTTON – FLOATING
   ========================= */

@keyframes tipFloat {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}

/* =========================
   FOOTER
   ========================= */

footer {
  background: linear-gradient(180deg, #050505 0%, #000000 100%) !important;
  border-top: 1px solid rgba(255,255,255,0.05) !important;
  position: relative;
}
/* Vékony ezüst-arany csík a footer felett */
footer::before {
  content: "";
  position: absolute; top: -1px; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--silver-400), var(--gold-500), var(--silver-400), transparent);
  opacity: 0.7;
}

/* =========================
   UTILITIES
   ========================= */

#app-scroller,
.page-scroller {
  padding-top: calc(var(--promo-offset) + var(--header-h)) !important;
}

select {
  /* Arany nyíl */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23fbbf24' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
}

/* =========================
   MOBILE TOP GAP FIX (header + promo offset)
   ========================= */
@media (max-width: 768px) {
  :root{
    --header-h: 64px;   /* 80 helyett mobilon kisebb */
  }

  #app-scroller,
  .page-scroller{
    padding-top: calc(var(--promo-offset) + var(--header-h)) !important;
  }
}

/* =========================
   LOGO – PREMIUM BRAND (FINAL)
   ========================= */

.logo-text {
  display: flex;
  align-items: baseline;
  gap: 0.25em;
}

/* MANÓ – márkanév, nyugodt erő */
.logo-text-main {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--silver-100);
  transition: filter 0.25s ease, text-shadow 0.25s ease;
}

/* VAPES – diszkrét prémium jelzés */
.logo-text-accent {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;

  background: linear-gradient(90deg, #fcd34d, #f59e0b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  transition: filter 0.25s ease, text-shadow 0.25s ease;
}

/* =========================
   LOGO CLICK – GOLD (SUBTLE)
   ========================= */

.logo-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  isolation: isolate;
  -webkit-tap-highlight-color: transparent;
}

/* finom arany aura */
.logo-link::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 18px;
  background: radial-gradient(
    circle,
    rgba(245, 158, 11, 0.25),
    rgba(245, 158, 11, 0.12) 45%,
    transparent 70%
  );
  filter: blur(14px);
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: -1;
}

/* kattintáskor csak enyhe felvillanás */
.logo-link:active::after {
  opacity: 1;
  transform: scale(1);
}

/* szöveg finom arany boost */
.logo-link:active .logo-text-main,
.logo-link:active .logo-text-accent {
  filter: brightness(1.08);
  text-shadow: 0 0 10px rgba(245, 158, 11, 0.45);
}

/* ikon minimális arany glow */
.logo-link:active .logo-icon i {
  color: #fbbf24;
  text-shadow: 0 0 8px rgba(245, 158, 11, 0.6);
}

/* nagyon enyhe click */
.logo-link:active {
  transform: scale(0.985);
}


/* =========================
   MOBILE MENU
========================= */

.mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;

  background: #0a0a0a;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 25px 60px rgba(0,0,0,0.7);
  z-index: 60;

  /* PRO: ne display none/block, mert az okozhat “ugrálást” és tap-bugokat */
  opacity: 0;
  transform: translateY(-8px);
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 0s linear 180ms;
  will-change: transform, opacity;
}

.mobile-menu.is-open {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;

  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 0s;
}

.mobile-menu__inner {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}


.mobile-menu__link {
  display: block;
  width: 100%;
  padding: 16px;
  border-radius: 14px;

  /* layout stability: the active state adds a visible border */
  border: 1px solid transparent;

  color: var(--silver-400);
  text-decoration: none;
  font-weight: 600;

  -webkit-tap-highlight-color: transparent;

  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.15s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.mobile-menu__link:hover {
  background: rgba(255, 255, 255, 0.04);
  color: var(--silver-100);
}

.mobile-menu__link:active {
  transform: scale(0.96);
}

.mobile-menu__link--active {
  color: var(--silver-100);

  /* gold “selector” (requested) */
  border-color: rgba(251, 191, 36, 0.65);
  background: linear-gradient(180deg, rgba(251, 191, 36, 0.10), rgba(251, 191, 36, 0.04));
  box-shadow: var(--ring-gold);

  /* keep the shape crisp on OLED */
  text-shadow: 0 0 10px rgba(251, 191, 36, 0.12);
}

/* =========================
   HAMBURGER MENU – MOBILE
   ========================= */

.hamburger {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 12px;

  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);

  cursor: pointer;
  position: relative;

  align-items: center;
  justify-content: center;
  gap: 6px;

  transition: all 0.3s ease;
}

.hamburger span {
  width: 18px;
  height: 2px;
  background: var(--silver-100);
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* =========================
   MOBILE NAV PANEL
   ========================= */

.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 80;

  background: rgba(5,5,5,0.96);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;

  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: all 0.35s ease;
}

.mobile-nav.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mobile-nav__link {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  color: var(--silver-100);
  text-decoration: none;
  transition: all 0.25s ease;
}

.mobile-nav__link:hover {
  color: var(--gold-400);
  text-shadow: 0 0 12px rgba(245,158,11,0.35);
}

/* =========================
   ONLY MOBILE
   ========================= */

@media (max-width: 1024px) {
  .hamburger {
    display: inline-flex;
  }

  .nav-link {
    display: none;
  }
}

/* =========================
   STATS SECTION – LUXURY REFINED
   ========================= */

/* felső arany vonal – vékonyabb, elegáns */
.stat-neon-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, #fbbf24, transparent);
  opacity: 0.45;
}

/* stat blokk belső elemei */
section .glass-panel > div:not(.stat-neon-line) {
  position: relative;
  padding: 10px 0;
}

/* SZÁMOK – nem túl arany, hanem silver→gold blend */
section .glass-panel > div:not(.stat-neon-line) p:first-child {
  background: linear-gradient(
    120deg,
    #f3f4f6 0%,   /* ezüst */
    #e5e7eb 25%,
    #fcd34d 55%, /* lágy arany */
    #f59e0b 85%  /* mély arany */
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

  text-shadow:
    0 1px 1px rgba(255,255,255,0.15),
    0 6px 16px rgba(0,0,0,0.55);
}

/* FELIRATOK – finom ezüst, kevesebb spacing */
section .glass-panel > div:not(.stat-neon-line) p:last-child {
  color: #9ca3af;
  letter-spacing: 0.12em;
}

/* Hover – nagyon enyhe prémium boost */
@media (hover:hover) {
  section .glass-panel > div:not(.stat-neon-line):hover p:first-child {
    filter: brightness(1.06);
  }
}

/* STAT PANEL – background + glass finomítás (ide integrálva) */
section.relative.z-30 .glass-panel {
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0.06),
      rgba(0,0,0,0.55)
    ),
    rgba(8,8,8,0.88);

  border: 1px solid rgba(255,255,255,0.12);

  box-shadow:
    0 28px 70px rgba(0,0,0,0.65),
    inset 0 1px 0 rgba(255,255,255,0.08);
}

/* =========================
   DESKTOP HEADER CART – PREMIUM
========================= */

.header-cart {
  position: relative;
  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 14px;
  cursor: pointer;

  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.08),
    rgba(255,255,255,0.02)
  );

  border: 1px solid var(--silver-border);
  box-shadow: var(--shadow-glass);

  transition:
    transform 0.2s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

/* ikon */
.header-cart__icon {
  /* alapból fehér (kérés: kosár ikon legyen fehér) */
  color: var(--white);
  font-size: 16px;
  z-index: 2;
}

/* =========================
   CART ICON – KATT VISSZAIGAZOLÁS (ARANY)
   - JS: .is-confirmed osztályt ad a [data-cart-toggle] gombokra
   - :active is ad visszajelzést (mobilon is érezhető)
========================= */

.header-cart.is-confirmed,
.header-cart:active {
  border-color: rgba(245,158,11,0.55);
  box-shadow:
    0 12px 30px rgba(0,0,0,0.6),
    0 0 0 1px rgba(245,158,11,0.35);
}

.header-cart.is-confirmed .header-cart__icon,
.header-cart:active .header-cart__icon {
  color: var(--gold-400);
}

.header-cart.is-confirmed .header-cart__halo,
.header-cart:active .header-cart__halo {
  opacity: 1;
}

.header-cart.is-confirmed {
  animation: cart-confirm-pop 480ms ease-out;
}

@keyframes cart-confirm-pop {
  0% { transform: scale(1); }
  40% { transform: scale(1.06); }
  100% { transform: scale(1); }
}

/* arany aura */
.header-cart__halo {
  position: absolute;
  inset: -6px;
  border-radius: 18px;
  background: radial-gradient(
    circle,
    rgba(245,158,11,0.35),
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 1;
}

/* hover */
@media (hover: hover) {
  .header-cart:hover {
    transform: translateY(-1px);
    border-color: rgba(245,158,11,0.5);
    box-shadow:
      0 12px 30px rgba(0,0,0,0.6),
      0 0 0 1px rgba(245,158,11,0.35);
  }

  .header-cart:hover .header-cart__halo {
    opacity: 1;
  }
}

/* kosár számláló */
.header-cart .cart-count {
  position: absolute;
  top: -6px;
  right: -6px;

  min-width: 18px;
  height: 18px;
  padding: 0 5px;

  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  line-height: 18px;
  text-align: center;

  background: var(--gold-gradient);
  color: #2a1800;

  border: 1px solid rgba(255,255,255,0.6);
  box-shadow: 0 4px 12px rgba(0,0,0,0.5);
}




/* =========================
   DESKTOP HEADER ACCOUNT – PREMIUM (Fiók ikon)
   - A kosár bal oldalán
========================= */

.header-account{
  position: relative;
  width: 42px;
  height: 42px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 14px;
  cursor: pointer;
  text-decoration: none;

  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.08),
    rgba(255,255,255,0.02)
  );

  border: 1px solid var(--silver-border);
  box-shadow: var(--shadow-glass);

  transition:
    transform 0.2s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.header-account__icon{
  color: var(--white);
  font-size: 16px;
  z-index: 2;
}

/* katt visszajelzés (arany) */
.header-account.is-confirmed,
.header-account:active{
  border-color: rgba(245,158,11,0.55);
  box-shadow:
    0 12px 30px rgba(0,0,0,0.6),
    0 0 0 1px rgba(245,158,11,0.35);
}

.header-account.is-confirmed .header-account__icon,
.header-account:active .header-account__icon{
  color: var(--gold-400);
}

.header-account.is-confirmed .header-account__halo,
.header-account:active .header-account__halo{
  opacity: 1;
}

/* arany aura */
.header-account__halo{
  position: absolute;
  inset: -6px;
  border-radius: 18px;
  background: radial-gradient(
    circle,
    rgba(245,158,11,0.35),
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 1;
}

/* hover */
@media (hover:hover){
  .header-account:hover{
    transform: translateY(-1px);
    border-color: rgba(245,158,11,0.5);
    box-shadow:
      0 12px 30px rgba(0,0,0,0.6),
      0 0 0 1px rgba(245,158,11,0.35);
  }
  .header-account:hover .header-account__halo{
    opacity: 1;
  }
}



/* =========================
   MOBILE ICON BUTTONS (NAV)
   ========================= */

.nav-icon-btn{
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 14px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
  border: 1px solid var(--silver-border);
  box-shadow: var(--shadow-glass);

  color: var(--white);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;

  transition: transform 0.2s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

/* Mobil kosár ikon: alapból fehér, kattra arany visszaigazolás */
.nav-icon-btn.is-confirmed,
.nav-icon-btn:active {
  border-color: rgba(245,158,11,0.55);
  box-shadow:
    0 12px 30px rgba(0,0,0,0.6),
    0 0 0 1px rgba(245,158,11,0.28);
}

.nav-icon-btn.is-confirmed i,
.nav-icon-btn:active i {
  color: var(--gold-400);
}

.nav-icon-btn i{ font-size: 16px; }

@media (hover:hover){
  .nav-icon-btn:hover{
    transform: translateY(-1px);
    border-color: rgba(245,158,11,0.45);
    box-shadow: 0 12px 30px rgba(0,0,0,0.6), 0 0 0 1px rgba(245,158,11,0.28);
  }
}

.nav-icon-btn:active{ transform: scale(0.98); }

/* finom pop animáció katt után */
.nav-icon-btn.is-confirmed { animation: cart-confirm-pop 480ms ease-out; }

.nav-icon-btn .cart-count{
  position: absolute;
  top: -6px;
  right: -6px;

  min-width: 18px;
  height: 18px;
  padding: 0 5px;

  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  line-height: 18px;
  text-align: center;

  background: var(--gold-gradient);
  color: #2a1800;
  border: 1px solid rgba(255,255,255,0.6);
  box-shadow: 0 4px 12px rgba(0,0,0,0.5);
}
/* =========================
   MIÉRT A MANÓ? – ICON & CARD STYLE
   (existing HTML override)
========================= */

/* KÁRTYÁK – finomabb prémium */
.glass-panel.hover-card {
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.06),
    rgba(255,255,255,0.02)
  );
  border: 1px solid var(--silver-border);
  box-shadow: var(--shadow-glass);

  transition:
    transform 0.25s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

@media (hover: hover) {
  .glass-panel.hover-card:hover {
    transform: translateY(-4px);
    border-color: rgba(245,158,11,0.45);
    box-shadow:
      0 20px 40px rgba(0,0,0,0.65),
      0 0 0 1px rgba(245,158,11,0.35);
  }
}

/* IKON KERET – ÜVEGES */
.glass-panel.hover-card > div:first-child {
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.12),
    rgba(255,255,255,0.04)
  ) !important;

  border: 1px solid var(--silver-border);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.15);
}

/* IKON SZÍN – PRÉMIUM ARANY */
.glass-panel.hover-card > div:first-child i {
  color: var(--gold-400) !important;
  text-shadow:
    0 0 10px rgba(245,158,11,0.4),
    0 0 20px rgba(245,158,11,0.25);
}

/* HOVER: enyhe arany erősítés */
@media (hover: hover) {
  .glass-panel.hover-card:hover > div:first-child i {
    color: var(--gold-500) !important;
    text-shadow:
      0 0 14px rgba(245,158,11,0.6),
      0 0 30px rgba(245,158,11,0.35);
  }
}

/* ===== OVERRIDE: Miért a Manó? – csak a "Manó" ===== */

h2 span.text-green-500 {
  background: linear-gradient(
    120deg,
    #f9fafb 0%,
    #e5e7eb 30%,
    #9ca3af 55%,
    #f3f4f6 75%,
    #d1d5db 100%
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

  text-shadow:
    0 1px 1px rgba(255,255,255,0.2),
    0 5px 14px rgba(0,0,0,0.45);
}

/* ================================
   VÉLEMÉNYEK – ARANY VERZIÓ
   (zöld glow -> arany glow)
   ================================ */

/* Hover keret és glow aranyra */
#app-scroller section .glass-panel:has(.fa-star):hover {
  box-shadow:
    0 30px 80px rgba(0,0,0,0.6),
    0 0 0 1px rgba(245, 158, 11, 0.45);
  border-color: rgba(245, 158, 11, 0.45);
}

/* Csillagok arany glow */
#app-scroller section .fa-star {
  filter: drop-shadow(0 0 6px rgba(245, 158, 11, 0.55));
}

/* Avatar háttér: zöld helyett arany */
#app-scroller section .glass-panel .w-8.h-8 {
  background: radial-gradient(circle at 30% 30%, #f59e0b, #92400e);
  box-shadow: 0 0 14px rgba(245, 158, 11, 0.6);
}

/* Vásárló badge színe arany */
#app-scroller section .text-green-500 {
  color: #f59e0b !important;
  text-shadow: 0 0 8px rgba(245, 158, 11, 0.4);
}

/* ======================================
   FOOTER – ZÖLD → ARANY BRAND SZÍN
   ====================================== */

footer .text-green-500,
footer i.text-green-500 {
  color: #f59e0b !important; /* arany */
  text-shadow: 0 0 10px rgba(245, 158, 11, 0.35);
}

/* Hover ikon glow – csak a social ikonokra (ne akadjon a Tailwind hover színekkel) */
footer a.footer-social i{
  color: currentColor !important; /* az <a> színét örökli, nincs villanás */
  text-shadow: 0 0 10px rgba(245, 158, 11, 0.20);
  transition: color .18s ease, text-shadow .22s ease, transform .18s ease;
}

footer a.footer-social{
  color: #9ca3af !important; /* alap: szürke */
}

/* Hover ikon glow – csak a social ikonokra, csatorna-specifikus színekkel */
footer a.footer-social:hover i{
  color: #fbbf24 !important; /* fallback */
  text-shadow: 0 0 14px rgba(245, 158, 11, 0.6);
}

/* Telegram – kék */
footer a.footer-social[href*="t.me"]:hover i,
footer a.footer-social[href*="telegram."]:hover i{
  color: #3b82f6 !important;
  text-shadow: 0 0 14px rgba(59, 130, 246, 0.55);
}

/* Instagram – lila */
footer a.footer-social[href*="instagram."]:hover i{
  color: #a855f7 !important;
  text-shadow: 0 0 14px rgba(168, 85, 247, 0.55);
}

/* Email – zöld */
footer a.footer-social[href^="mailto:"]:hover i{
  color: #10b981 !important;
  text-shadow: 0 0 14px rgba(16, 185, 129, 0.55);
}

/* =========================================================
   GLOBAL BACKGROUND GLOW – LUXURY SILVER
   ========================================================= */

/* Hero szekció ambient fénye */
.ambient-glow {
  background:
    radial-gradient(450px at 50% 50%, rgba(255,255,255,0.14), transparent 65%);
}

/* Hero termék / logo mögötti glow (bg-green-500/20 felülírása) */
.bg-green-500\/20 {
  background-color: rgba(255,255,255,0.16) !important;
}

/* Finomítsuk a blur-eket, hogy ne legyen koszos */
.blur-\[50px\] {
  filter: blur(70px);
  opacity: 0.85;
}

/* =====================================================
   HERO PÉLDA KÉP – ARANY HALO
   csak mobilon aktív, desktopon kikapcsolva
   ===================================================== */

.u-inline-001-c58e95 {
  position: relative;
}

/* Mobil alap */
.u-inline-001-c58e95:has(img[src*="pelda"])::before {
  content: "";
  position: absolute;
  inset: -40px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%,
      rgba(245, 158, 11, 0.35) 0%,
      rgba(245, 158, 11, 0.15) 35%,
      rgba(245, 158, 11, 0.05) 55%,
      transparent 70%);
  filter: blur(40px);
  z-index: 0;
  pointer-events: none;
}

/* Desktopon teljesen kikapcsoljuk */
@media (min-width: 768px) {
  .u-inline-001-c58e95:has(img[src*="pelda"])::before {
    content: none;
  }
}

/* A kép mindig a halo felett legyen */
.u-inline-001-c58e95 img {
  position: relative;
  z-index: 1;
}

/* =========================
   TIP WELCOME MODAL (Telegram) – Premium (Gold + Silver)
   HTML: #welcomeModal, .tip-modal__panel, stb.
   ========================= */

/* Overlay */
.tip-modal {
  /* a pozicionálás az indexben megvan, itt csak finomítjuk */
  padding: 18px;

  /* PRO: valódi overlay + dvh fallback (Safari/Android) */
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  min-height: 100vh;
}

.tip-modal:not(.hidden) {
  animation: tipModalFadeIn 0.18s ease-out both;
}

@keyframes tipModalFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Panel */
.tip-modal__panel {
  position: relative;
  width: min(520px, 100%);
  border-radius: 22px;

  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(0,0,0,0.55)),
    rgba(5,5,5,0.92);

  border: 1px solid rgba(255,255,255,0.10);
  box-shadow:
    0 35px 90px rgba(0,0,0,0.75),
    0 0 0 1px rgba(245,158,11,0.12);

  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);

  padding: 22px 22px 18px;
  overflow: hidden;

  transform: translateY(10px) scale(0.99);
  animation: tipPanelIn 0.22s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

@keyframes tipPanelIn {
  to { transform: translateY(0) scale(1); }
}

/* Top stripe */
.tip-modal__stripe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;

  background: var(--gold-gradient);
  background-size: 200% 100%;
  animation: tipGoldShimmer 8s linear infinite;

  box-shadow: 0 2px 18px rgba(245,158,11,0.35);
}

@keyframes tipGoldShimmer {
  0% { background-position: 180% 0; }
  100% { background-position: -180% 0; }
}

/* Icon */
.tip-modal__iconWrap {
  position: relative;
  width: 74px;
  height: 74px;
  margin: 10px auto 14px;

  display: grid;
  place-items: center;
}

.tip-modal__iconGlow {
  position: absolute;
  inset: -18px;
  border-radius: 999px;

  background: radial-gradient(circle,
    rgba(245,158,11,0.38),
    rgba(245,158,11,0.12) 45%,
    transparent 70%
  );

  filter: blur(14px);
  opacity: 0.9;
}

.tip-modal__icon {
  position: relative;
  width: 74px;
  height: 74px;
  border-radius: 18px;

  display: grid;
  place-items: center;

  background:
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(0,0,0,0.55)),
    rgba(10,10,10,0.85);

  border: 1px solid rgba(255,255,255,0.12);
  box-shadow:
    0 16px 40px rgba(0,0,0,0.65),
    inset 0 1px 0 rgba(255,255,255,0.10);
}

.tip-modal__icon i {
  font-size: 28px;
  color: var(--gold-400);
  text-shadow: 0 0 14px rgba(245,158,11,0.35);
}

/* Title & text */
.tip-modal__title {
  margin: 0;
  text-align: center;

  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.02em;

  color: var(--white);
}

.tip-modal__desc {
  margin: 10px auto 0;
  text-align: center;
  max-width: 44ch;

  color: rgba(243,244,246,0.78);
  font-size: 14px;
  line-height: 1.6;
}

.tip-modal__accent {
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 18px rgba(245,158,11,0.18);
  font-weight: 800;
}

/* List */
.tip-modal__list {
  list-style: none;
  padding: 14px 0 0;
  margin: 14px 0 0;

  display: grid;
  gap: 10px;
}

.tip-modal__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;

  padding: 10px 12px;
  border-radius: 14px;

  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);

  color: rgba(243,244,246,0.82);
  font-size: 13px;
  line-height: 1.45;
}

.tip-modal__item i {
  margin-top: 2px;
  color: var(--gold-400);
}

/* Actions */
.tip-modal__actions {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

/* CTA (a.btn-primary már létezik nálad, de itt tipikusan szebb a modalban) */
.tip-modal__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  width: 100%;
  border-radius: 16px;

  padding: 14px 16px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  background: var(--action-gradient) !important;
  color: #fff !important;
  border: 0 !important;

  box-shadow:
    0 18px 40px rgba(0,0,0,0.60),
    0 0 0 1px rgba(255,255,255,0.10);
  transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease;
}

.tip-modal__cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.07);
  box-shadow:
    0 22px 55px rgba(0,0,0,0.70),
    0 0 0 1px rgba(245,158,11,0.25);
}

.tip-modal__cta:active {
  transform: scale(0.98);
}

/* Secondary */
.tip-modal__secondary {
  width: 100%;
  border-radius: 16px;

  padding: 12px 16px;
  font-weight: 800;

  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(243,244,246,0.88);

  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.tip-modal__secondary:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.18);
}

.tip-modal__secondary:active {
  transform: scale(0.98);
}

/* Mobile tweaks */
@media (max-width: 420px) {
  .tip-modal__panel { padding: 18px 16px 14px; border-radius: 20px; }
  .tip-modal__title { font-size: 18px; }
  .tip-modal__desc { font-size: 13px; }
}

/* =========================
   CONTACT – PRO (CLEAN)
   Form felül (full width), kártyák alul (3 oszlop)
   Címsor “külső üveg” nélkül, csak a mezők üvegpanelben
   ========================= */

/* Layout: 1 oszlop (mert a kártyák alulra mennek) */
.contact-pro{
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-top: 18px;
}

/* TOP: form wrapper (flat, nincs extra panel) */
.contact-pro__form{
  padding: 0;
  border-radius: 0;
  background: none;
  border: none;
  box-shadow: none;
}

.contact-pro__formHead{
  margin-bottom: 14px;
}

.contact-pro__title{
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;

  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.contact-pro__subtitle{
  margin: 8px 0 0;
  color: rgba(243,244,246,0.65);
  font-size: 13px;
  line-height: 1.6;
}

/* Mezők panelje: üveg (itt legyen a “pro doboz”) */
.contact-pro__fields{
  display: grid;
  gap: 14px;

  padding: 26px;
  border-radius: 22px;
}

/* Labels */
.contact-field__label{
  display: block;
  margin: 0 0 8px 2px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(156,163,175,0.95);
}

/* Controls + icon */
.contact-field__control{
  position: relative;
}

.contact-field__control i{
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(156,163,175,0.85);
  font-size: 14px;
  pointer-events: none;
}

.contact-field__control input,
.contact-field__control textarea{
  width: 100%;
  padding-left: 44px; /* ikon hely */
}

.contact-field__control--textarea i{
  top: 18px;
  transform: none;
}

.contact-field__note{
  margin: 8px 0 0;
  font-size: 12px;
  color: rgba(243,244,246,0.52);
}

/* Submit */
.contact-pro__submit{
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 18px;
  border-radius: 14px !important;
}

@media (hover:hover){
  .contact-pro__submit:hover{
    box-shadow:
      0 18px 55px rgba(0,0,0,0.72),
      0 0 0 1px rgba(245,158,11,0.25);
  }
}

/* BOTTOM: contact cards grid */
.contact-pro__cards{
  display: grid;
  gap: 14px;
}

.contact-pro__cards--bottom{
  margin-top: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 900px){
  .contact-pro__cards--bottom{
    grid-template-columns: 1fr;
  }
}

/* Contact card */
.contact-pro-card{
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;

  padding: 16px;
  border-radius: 20px;

  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(0,0,0,0.62)),
    rgba(10,10,10,0.82);

  border: 1px solid var(--silver-border);
  box-shadow: var(--shadow-glass);

  overflow: hidden;
  transition: transform .25s ease, box-shadow .3s ease, border-color .3s ease;
}

/* finom glow – visszafogott, hogy ne legyen “koszos” */
.contact-pro-card::after{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius: inherit;
  background: radial-gradient(circle at 30% 20%, rgba(245,158,11,0.20), transparent 55%);
  opacity: .45;
  pointer-events:none;
}

@media (hover:hover){
  .contact-pro-card:hover{
    transform: translateY(-4px);
    border-color: rgba(245,158,11,0.45);
    box-shadow:
      0 22px 55px rgba(0,0,0,0.72),
      0 0 0 1px rgba(245,158,11,0.32);
  }
}

/* Icon box */
.contact-pro-card__icon{
  position: relative;
  width: 54px;
  height: 54px;
  border-radius: 18px;

  display: grid;
  place-items: center;

  background:
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(0,0,0,0.55)),
    rgba(8,8,8,0.70);

  border: 1px solid rgba(255,255,255,0.14);
  box-shadow:
    0 16px 40px rgba(0,0,0,0.60),
    inset 0 1px 0 rgba(255,255,255,0.08);
}

.contact-pro-card__icon i{
  font-size: 18px;
  color: var(--gold-400);
  text-shadow: 0 0 14px rgba(245,158,11,0.35);
}

/* Kisebb finom szín-eltérések */
.contact-pro-card__icon--telegram i{
  color: #60a5fa;
  text-shadow: 0 0 14px rgba(96,165,250,0.35);
}
.contact-pro-card__icon--location i{
  color: var(--gold-300);
}

/* Text */
.contact-pro-card__body{
  position: relative;
  z-index: 1;
  min-width: 0;
}

.contact-pro-card__kicker{
  margin: 0 0 6px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(156,163,175,0.95);
  font-weight: 800;
}

.contact-pro-card__value{
  display: inline-block;
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: rgba(243,244,246,0.95);
  text-decoration: none;
  word-break: break-word;
}

.contact-pro-card__value:hover{
  color: var(--gold-300);
  text-shadow: 0 0 12px rgba(245,158,11,0.25);
}

.contact-pro-card__value--text{
  color: rgba(243,244,246,0.92);
}

.contact-pro-card__hint{
  margin: 8px 0 0;
  color: rgba(243,244,246,0.62);
  font-size: 12px;
  line-height: 1.5;
}

/* =========================
   CONTACT FORM – INPUT THICKNESS
   Csak a kapcsolat oldal mezői
   ========================= */

.contact-pro__fields input,
.contact-pro__fields textarea{
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  font-size: 15px;
}

/* Ikonos mezők miatt nagyobb bal padding */
.contact-pro__fields .contact-field__control input,
.contact-pro__fields .contact-field__control textarea{
  padding-left: 52px !important;
}

/* Label + mező közti levegő */
.contact-pro__fields .contact-field{
  margin-bottom: 6px;
}

/* =========================
   MINI CART – FINAL (hover preview / desktop)
   Fix: üresen csak szöveg, tele kosárnál ne legyen “baszott nagy”
   ========================= */

@media (min-width: 768px){

  /* A preview panel legyen kompakt (ne 80vh) */
  #cartModal .cart-modal__panel.mini-cart--preview{
    height: auto !important;
    max-height: 360px !important;
    overflow: hidden !important;
  }

  /* Hover preview-ben nincs fejléc + nincs footer */
  #cartModal .cart-modal__panel.mini-cart--preview .cart-modal__header,
  #cartModal .cart-modal__panel.mini-cart--preview #cartFooter{
    display: none !important;
  }

/* Mini cart lista – prémium, kompakt */
#cartModal .cart-modal__panel.mini-cart--preview #cartItems{
  flex: 0 1 auto !important;
  padding: 12px 12px 14px !important;

  max-height: 300px !important;   /* kisebb, feszesebb */
  overflow-y: auto !important;

  scrollbar-width: thin;
}

  /* Üres preview még kisebb és nincs scroll */
  #cartModal .cart-modal__panel.mini-cart--preview.mini-cart--empty{
    max-height: 96px !important;
  }

  #cartModal .cart-modal__panel.mini-cart--preview.mini-cart--empty #cartItems{
    max-height: 96px !important;
    overflow: hidden !important;
    padding: 10px 12px !important;
  }

  /* Üres szöveg: simán, panel nélkül (csak a modal “ablak” látszik) */
  #cartModal .mini-cart-empty{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: -0.01em;
    color: rgba(243,244,246,0.95);
    background: transparent;
    border: none;
    transform: translateY(-3px); /* feljebb */
  }

  /* Termék sorok: kisebb, prémiumabb */
  #cartModal .mini-cart-row{
    grid-template-columns: 38px 1fr auto;
    padding: 9px 10px;
    border-radius: 14px;
  }

  #cartModal .mini-cart-img{
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  #cartModal .mini-cart-name{ font-size: 12.2px; }
  #cartModal .mini-cart-flavor{ font-size: 11px; }
  #cartModal .mini-cart-qty{ font-size: 11px; }
  #cartModal .mini-cart-price{ font-size: 12.2px; }
}

/* =========================
   CART PAGE – footer mindig az oldal alján (sticky footer, csak itt)
   ========================= */
body.cart-page #cartPageWrapper{
  padding-top: calc(var(--promo-offset) + var(--header-h));
}


body.cart-page #cartPageWrapper{
  min-height: 100vh;             /* vagy: 100svh, ha használod */
  display: flex;
  flex-direction: column;
}

body.cart-page #cartPageWrapper > main{
  flex: 1;                       /* kitölti a helyet, footer lent marad */
}

body.cart-page #cartPageWrapper > footer{
  margin-top: auto !important;   /* letolja teljesen az aljára */
}


/* CART PAGE – iOS Safari: ne villanjon be a footer, amíg a kosár JS még renderel */
body.cart-page.cart-loading #cartPageWrapper > footer{
  opacity: 0 !important;
  pointer-events: none;
}
body.cart-page.cart-ready #cartPageWrapper > footer{
  opacity: 1;
  pointer-events: auto;
}

/* CART: Pénztár gomb elrejtése üres kosárnál + amíg renderel */
body.cart-page.cart-loading .cart-checkout-cta {
  display: none !important;
}

body.cart-page.cart-empty .cart-checkout-cta {
  display: none !important;
}

/* CART PAGE – üres kosár CTA */
.cartpage-empty{
  text-align: center;
  padding: 48px 0;
}

.cartpage-empty__icon{
  font-size: 48px;
  margin-bottom: 14px;
  color: rgba(107,114,128,0.95); /* szürke ikon */
}

.cartpage-empty__title{
  color: rgba(255,255,255,0.95);
  font-weight: 900;
  font-size: 20px;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
}

.cartpage-empty__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 14px 18px;
  border-radius: 16px;

  background: var(--green-500);
  color: #fff;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-decoration: none;

  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 10px 26px rgba(0,0,0,0.55);
  transition: transform 0.2s ease, box-shadow 0.25s ease, filter 0.2s ease;
}

.cartpage-empty__btn:hover{
  filter: brightness(1.06);
  box-shadow: 0 12px 30px rgba(0,0,0,0.65), 0 0 22px var(--green-glow);
  transform: translateY(-1px);
}

.cartpage-empty__btn:active{
  transform: translateY(0) scale(0.98);
}


/* ===== NOTICE / SUCCESS MESSAGE (Contact) ===== */
.notice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 0.9rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(245, 158, 11, 0.35);
  background: rgba(15, 15, 20, 0.65);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.notice__icon {
  font-size: 1.05rem;
  line-height: 1;
}

.notice__text {
  font-weight: 750;
  letter-spacing: 0.15px;
  line-height: 1.35;
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.92);
}

/* Optional: subtle entrance */
.notice--show {
  opacity: 0;
  transform: translateY(-8px);
  filter: blur(0.6px);
  transition: opacity 260ms ease, transform 260ms ease, filter 260ms ease;
  will-change: opacity, transform, filter;
}

.notice--show.notice--animate {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* Exit animation */
.notice--show.notice--exit {
  opacity: 0;
  transform: translateY(-6px);
  filter: blur(1px);
}

@media (max-width: 420px) {
  .notice {
    border-radius: 18px;
    padding: 0.8rem 0.9rem;
    text-align: center;
  }
  .notice__text {
    font-size: 0.95rem;
  }
}

/* Contact form consent text (under submit button) */
.form-consent{
  margin-top: 10px;
  font-size: 0.92rem;
  line-height: 1.35;
  opacity: 0.85;
}

/* =========================================
   HOTFIX (Tailwind local build):
   1) TIP gomb pozíció visszaállítása (index.html)
   2) Pénztár űrlap ikonok középre igazítása (penztar.html)
   Cél: ugyanaz a pozíció/igazítás, mint a CDN-es Tailwindnél, akkor is,
   ha egy-egy Tailwind util class nem kerül bele a buildelt tailwind.css-be.
========================================= */

/* 1) TIP gomb – ugyanoda, mint korábban
   bottom-28 = 7rem, md:bottom-48 = 12rem, md:right-8 = 2rem */
.tip-trigger{
  position: absolute;
  right: 0;
  bottom: 7rem;
  z-index: 20;
}
@media (min-width: 768px){
  .tip-trigger{
    right: 2rem;
    bottom: 12rem;
  }
}

/* 2) Pénztár (penztar.html) – input előtti ikonok stabil középre */
#orderForm .relative{
  position: relative;
}
#orderForm .relative > i.fas,
#orderForm .relative > i.far,
#orderForm .relative > i.fab{
  position: absolute;
  left: 1rem;             /* megfelel a left-4-nek */
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  pointer-events: none;
}
#orderForm .relative > input{
  padding-left: 2.5rem;   /* megfelel a pl-10-nek, hogy az ikon ne lógjon rá */
}

/* Cart checkout CTA: globális btn-primary design, fix méret */
.cart-checkout-btn{
  --btn-radius: 16px;        /* rounded-xl */
  --btn-padding: 16px 24px;  /* py-4 érzet */
}

/* Index (home-page) – HERO "Kapcsolat" gomb: ezüst, fémes (nem globális) */
.home-page .btn-contact{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  color: rgba(245, 246, 248, 0.95);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;

  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.18);

  /* metallic feel: layered gradients */
  background:
    linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.06)),
    linear-gradient(135deg, rgba(255,255,255,0.10), rgba(0,0,0,0.10));
  box-shadow:
    0 18px 44px rgba(0,0,0,0.62),
    inset 0 1px 0 rgba(255,255,255,0.18),
    inset 0 -1px 0 rgba(0,0,0,0.35);

  position: relative;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;

  transition:
    transform 0.18s ease,
    filter 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

/* metallic sweep highlight */
.home-page .btn-contact::before{
  content: '';
  position: absolute;
  top: -40%;
  left: -120%;
  width: 80%;
  height: 180%;

  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.30),
    rgba(255,255,255,0.10),
    transparent
  );

  transform: skewX(-20deg);
  filter: blur(0.2px);
  transition: left 0.65s ease;
}

.home-page .btn-contact:hover{
  transform: translateY(-2px);
  filter: brightness(1.06);
  border-color: rgba(255,255,255,0.28);

  box-shadow:
    0 22px 54px rgba(0,0,0,0.68),
    inset 0 1px 0 rgba(255,255,255,0.22),
    inset 0 -1px 0 rgba(0,0,0,0.42);
}

.home-page .btn-contact:hover::before{
  left: 160%;
}

.home-page .btn-contact:active{
  transform: translateY(-1px) scale(0.99);
}

/* fókusz – maradhat a gold ring globálisan, de ha ezüstöt akarsz itt is:
   cseréld var(--ring-gold)-ot a lentire */
.home-page .btn-contact:focus-visible{
  outline: none;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.35), 0 0 18px rgba(255,255,255,0.18);
}

.bg-\[\#0a0a0a\]\/70{background-color:rgba(10,10,10,.7)!important}


/* =========================================================
   AUTH (Belépés / Regisztráció) – PRO UI
   ========================================================= */
.auth-page{
  /* 100% ugyanaz az alap háttér, mint a többi oldalon (body -> --bg-void).
     A #fixed-bg továbbra is ráül a háttérre, ugyanúgy, mint minden más oldalon. */
  background-color: var(--bg-void) !important;
}


.auth-shell{
  position: relative;
  margin-top: 18px;
}

.auth-grid{
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  align-items: center;
}

@media (max-width: 900px){
  .auth-grid{ grid-template-columns: 1fr; gap: 22px; }
}

/* Left brand panel */
.auth-brand{
  padding: 10px 6px;
}

.auth-badge{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(10, 10, 14, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  box-shadow: 0 10px 40px rgba(0,0,0,0.35);
}

.auth-badge i{
  color: var(--gold-400);
}

.auth-title{
  margin-top: 14px;
  font-weight: 900;
  line-height: 1.05;
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -0.02em;
  color: #fff;
}

.auth-subtitle{
  margin-top: 10px;
  max-width: 52ch;
  color: rgba(255,255,255,0.72);
  font-size: 15px;
  line-height: 1.7;
}

.auth-features{
  margin-top: 18px;
  display: grid;
  gap: 10px;
  color: rgba(255,255,255,0.78);
  font-size: 14px;
}

.auth-features li{
  display: flex;
  gap: 10px;
  align-items: center;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 16px;
  padding: 12px 14px;
}

.auth-features i{
  width: 22px;
  color: var(--green-500);
}

.auth-help{
  margin-top: 16px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  color: rgba(255,255,255,0.70);
  font-size: 14px;
}

.auth-link{
  color: var(--gold-400);
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.auth-link::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 2px;
  background: var(--gold-gradient);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
  border-radius: 999px;
}

.auth-link:hover::after{ transform: scaleX(1); }

.auth-link--muted{
  color: rgba(255,255,255,0.65);
  font-weight: 600;
}
.auth-link--muted:hover{ color: #fff; }

/* Card */
.auth-card{
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.12);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.03) 100%),
    rgba(12, 12, 16, 0.55);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow:
    0 30px 90px rgba(0,0,0,0.55),
    0 0 0 1px rgba(255,255,255,0.05) inset;
  overflow: hidden;
  position: relative;
}

.auth-card::before{
  content:"";
  position:absolute;
  inset: -2px;
  background: radial-gradient(600px 140px at 20% 0%, rgba(245, 158, 11, 0.18), transparent 60%);
  pointer-events:none;
}

.auth-card__header{
  padding: 22px 22px 0 22px;
}

.auth-card__header h2{
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .02em;
  color: #fff;
}

.auth-card__header p{
  margin-top: 6px;
  font-size: 13px;
  color: rgba(255,255,255,0.68);
}

/* Form */
.auth-form{
  padding: 18px 22px 22px 22px;
  display: grid;
  gap: 14px;
}

.auth-field label{
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
  margin-bottom: 8px;
}

.auth-input-wrap{
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 18px;
  padding: 12px 12px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.20);
  box-shadow: 0 10px 30px rgba(0,0,0,0.28);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.auth-input-wrap i{
  color: rgba(255,255,255,0.55);
  width: 18px;
}

.auth-input{
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  padding: 2px 2px;
}

.auth-input::placeholder{
  color: rgba(255,255,255,0.35);
}

.auth-input-wrap:focus-within{
  border-color: rgba(245, 158, 11, 0.55);
  box-shadow: var(--ring-gold), 0 22px 70px rgba(0,0,0,0.45);
  transform: translateY(-1px);
}

.auth-eye{
  border: none;
  background: transparent;
  color: rgba(255,255,255,0.60);
  padding: 8px 10px;
  border-radius: 14px;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}

.auth-eye:hover{
  background: rgba(255,255,255,0.06);
  color: #fff;
}

.auth-input.is-invalid{
  /* input maga kapja, de wrap-on is jelzünk */
}

.auth-field.has-error .auth-input-wrap{
  border-color: rgba(239, 68, 68, 0.55);
  box-shadow: 0 0 0 1px rgba(239,68,68,0.35) inset, 0 18px 70px rgba(0,0,0,0.45);
}

.auth-error{
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: rgba(239, 68, 68, 0.95);
  min-height: 14px;
}

/* Row + checkbox */
.auth-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-top: 2px;
}

.auth-check{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  user-select: none;
}

.auth-check input{
  width: 16px;
  height: 16px;
  accent-color: var(--gold-400);
}

.auth-check--terms{
  margin-top: 2px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 12px 14px;
  border-radius: 18px;
  line-height: 1.45;
}

/* Buttons */
.auth-submit{
  margin-top: 4px;
  width: 100%;
  border: none;
  border-radius: 18px;
  padding: 14px 16px;
  cursor: pointer;
  background: var(--action-gradient);
  color: #080808;
  font-weight: 900;
  letter-spacing: .02em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow:
    0 18px 70px rgba(245, 158, 11, 0.25),
    0 0 0 1px rgba(255,255,255,0.10) inset;
  transition: transform .15s ease, filter .2s ease;
}

.auth-submit:hover{ transform: translateY(-1px); filter: brightness(1.03); }
.auth-submit:active{ transform: translateY(0px) scale(0.99); }

.auth-divider{
  display: grid;
  place-items: center;
  margin: 6px 0 2px;
  position: relative;
}

.auth-divider::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:50%;
  height:1px;
  background: rgba(255,255,255,0.10);
}

.auth-divider span{
  position: relative;
  z-index: 1;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  padding: 0 10px;
  background: rgba(10,10,14,0.55);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 999px;
}

.auth-alt{
  width: 100%;
  border-radius: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.90);
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background .2s ease, transform .15s ease, border-color .2s ease;
}

.auth-alt:hover{
  background: rgba(255,255,255,0.07);
  border-color: rgba(245,158,11,0.35);
  transform: translateY(-1px);
}

.auth-note{
  margin-top: 6px;
  padding: 10px 12px;
  border-radius: 16px;
  font-size: 13px;
  color: rgba(255,255,255,0.85);
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.03);
  display: none;
}
.auth-note.is-visible{ display: block; }

.auth-note[data-type="success"]{
  border-color: rgba(16,185,129,0.35);
  background: rgba(16,185,129,0.10);
}
.auth-note[data-type="error"]{
  border-color: rgba(239,68,68,0.35);
  background: rgba(239,68,68,0.10);
}
.auth-note[data-type="info"]{
  border-color: rgba(245,158,11,0.28);
  background: rgba(245,158,11,0.08);
}

/* Little animation for "soon" */
@keyframes authShake{
  0%, 100%{ transform: translateX(0); }
  20%{ transform: translateX(-6px); }
  40%{ transform: translateX(6px); }
  60%{ transform: translateX(-4px); }
  80%{ transform: translateX(4px); }
}
.auth-card.shake{
  animation: authShake .42s ease;
}

/* =========================================
   AUTH pages - spacing fix (header alatt)
   ========================================= */

.auth-page .auth-main{
  /* reszponzív felső tér: mobilon is, desktopon is */
  padding-top: clamp(9.5rem, 10vw, 12rem) !important;
}

/* plusz finom “lélegzet” a blokk tetején */
.auth-page .auth-shell{
  margin-top: 22px;
}

/* ha nagyon alacsony a viewport magasság (pl. mobil böngésző UI),
   akkor picit csökkentsük, hogy ne nyomja túl le */
@media (max-height: 740px){
  .auth-page .auth-main{
    padding-top: 9rem !important;
  }
}
