:root{
  /* Ultra-modern dark showroom */
  --bg: #0b0d10;
  --surface: rgba(17, 21, 27, 0.72);     /* glass */
  --surface-2: rgba(255,255,255,0.04);   /* soft section */
  --text: #f4f6fa;
  --muted: rgba(244,246,250,0.70);
  --line: rgba(255,255,255,0.10);

  --wpc-red: #e11d2e;  /* client requested */
  --accent: #22c55e;   /* subtle “nature” accent */
  --shadow: 0 22px 70px rgba(0,0,0,0.55);
  --shadow-sm: 0 12px 32px rgba(0,0,0,0.38);

  --radius: 20px;
  --radius-sm: 14px;
  --container: 1180px;
}

*{ box-sizing:border-box; }
html,body{ margin:0; padding:0; }
html{ scroll-behavior:smooth; }
body{
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(1000px 500px at 15% 0%, rgba(225,29,46,0.22), transparent 60%),
              radial-gradient(900px 520px at 90% 12%, rgba(34,197,94,0.14), transparent 62%),
              var(--bg);
  color: var(--text);
  line-height: 1.45;
}

img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
button{ font:inherit; }
.container{ max-width: var(--container); margin:0 auto; padding:0 22px; }

/* Header */
.site-header{
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(11, 13, 16, 0.62);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
}
.site-header.is-scrolled{
  background: rgba(11, 13, 16, 0.80);
  box-shadow: 0 10px 40px rgba(0,0,0,0.35);
}
.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 16px;
  padding: 14px 0;
}

.brand{
  display:flex;
  align-items:center;
  gap: 10px;
  min-width: 210px;
}
/* PÖTTY (teli, prémium) */
.brand-mark{
  width: 14px;
  height: 14px;
  border-radius: 999px;

  /* teli pötty + kis “csillanás” */
  background: radial-gradient(circle at 30% 30%,
              rgba(255,255,255,.55) 0%,
              rgba(255,255,255,.18) 22%,
              var(--wpc-red) 55%,
              #b91422 100%);

  border: 0;                 /* <-- ez a lényeg: ne legyen karika */
  box-shadow: 0 0 0 6px rgba(225,29,46,.10); /* aura */
  flex: 0 0 auto;
}
.brand-text{
  font-weight: 900;
  letter-spacing: .02em;
}
.brand-text strong{ color: var(--wpc-red); }

.nav{
  display:flex;
  align-items:center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content:center;
}
.nav a{
  padding: 10px 10px;
  border-radius: 12px;
  color: rgba(244,246,250,0.88);
  font-weight: 700;
  font-size: 14px;
}
.nav a:hover{
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 9px 9px;
}
.nav .nav-muted{ color: rgba(244,246,250,0.55); }

.header-cta{ display:flex; align-items:center; gap: 10px; }

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  padding: 11px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.10);
  background: linear-gradient(135deg, var(--wpc-red), #b91422);
  color: #fff;
  font-weight: 900;
  letter-spacing: .01em;
  box-shadow: var(--shadow-sm);
  cursor:pointer;
}
.btn:hover{ transform: translateY(-1px); filter: brightness(1.04); }
.btn:active{ transform: translateY(0); }
.btn-ghost{
  background: rgba(255,255,255,0.04);
  color: rgba(244,246,250,0.92);
  border-color: rgba(255,255,255,0.12);
  box-shadow: none;
}
.btn-ghost:hover{ background: rgba(255,255,255,0.07); }

/* Hero */
.hero{ padding: 30px 0 12px; }
.hero-grid{
  display:grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
  align-items: stretch;
}
.hero-card{
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--radius);
  padding: 26px 22px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}
.kicker{
  margin:0 0 8px;
  color: rgba(244,246,250,0.66);
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
  font-size: 11px;
}
.hero-title{
  margin: 0 0 10px;
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1.06;
  letter-spacing: -.02em;
}
.lead{
  margin: 0 0 14px;
  color: rgba(244,246,250,0.72);
  font-size: 16px;
}

.pill-row{ display:flex; flex-wrap:wrap; gap: 8px; margin: 14px 0 14px; }
.pill{
  font-weight: 800;
  font-size: 12px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(244,246,250,0.90);
}
.pill:nth-child(1){ border-color: rgba(225,29,46,0.35); }
.pill:nth-child(2){ border-color: rgba(34,197,94,0.30); }

.feature-list{ list-style:none; padding:0; margin: 0 0 18px; display:grid; gap: 10px; }
.feature-list li{ display:flex; align-items:flex-start; gap: 10px; color: rgba(244,246,250,0.86); font-weight: 700; }
.icon{
  width: 22px; height: 22px;
  border-radius: 9px;
  background: rgba(225,29,46,0.12);
  border: 1px solid rgba(225,29,46,0.30);
  display:inline-flex; align-items:center; justify-content:center;
  flex: 0 0 auto;
  color: rgba(244,246,250,0.95);
  font-weight: 950;
}
.hero-actions{ display:flex; flex-wrap:wrap; gap: 10px; margin: 8px 0 16px; }

.contact-card{
  display:grid; gap: 10px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--radius-sm);
  padding: 14px;
}
.contact-item{ display:flex; align-items:baseline; justify-content:space-between; gap: 12px; }
.contact-label{
  color: rgba(244,246,250,0.62);
  font-weight: 850;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.contact-value{ font-weight: 900; color: rgba(244,246,250,0.94); text-align:right; }

.hero-media{
  position: relative;
  overflow:hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: var(--shadow);
  min-height: 380px;
  background: #0a0c0f;
}
.hero-media::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,0.62));
  pointer-events:none;
}
.hero-media img{
  width:100%; height:100%;
  object-fit: cover;
  filter: contrast(1.05) saturate(1.05);
}
.hero-badge{
  position:absolute;
  left: 16px; bottom: 16px;
  background: rgba(0,0,0,0.55);
  color: rgba(255,255,255,0.96);
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.14);
  max-width: calc(100% - 32px);
  backdrop-filter: blur(10px);
}
.hero-badge-title{ font-weight: 950; letter-spacing: .02em; }
.hero-badge-sub{ opacity: .86; font-weight: 700; font-size: 13px; }

/* Sections */
.section{ padding: 26px 0; }
.section-soft{
  background: rgba(255,255,255,0.03);
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.section-head{ display:flex; align-items:flex-end; justify-content:space-between; gap: 14px; margin-bottom: 16px; }
.section-head h2{ margin:0; font-size: 26px; letter-spacing: -.01em; }
.section-head p{ margin:0; color: rgba(244,246,250,0.66); font-weight: 650; max-width: 560px; }

.subhead{ margin: 18px 0 10px; font-size: 18px; letter-spacing: -.01em; color: rgba(244,246,250,0.95); }
.spacer{ height: 10px; }

/* Category cards */
.category-grid{ display:grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.category-card{
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(12px);
  transition: transform .15s ease, filter .15s ease;
}
.category-card:hover{ transform: translateY(-2px); filter: brightness(1.06); }
.category-title{ font-weight: 950; font-size: 16px; }
.category-sub{ margin-top: 6px; color: rgba(244,246,250,0.66); font-weight: 650; font-size: 13px; }

/* Swatches */
.swatch-grid{ display:grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.swatch{
  margin:0;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--radius);
  overflow:hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .15s ease, filter .15s ease;
  backdrop-filter: blur(12px);
}
.swatch:hover{ transform: translateY(-2px); filter: brightness(1.05); }
.swatch img{
  width:100%;
  height: 160px;
  object-fit: contain;
  padding: 14px;
  background: #ffffff;
}
.swatch figcaption{
  padding: 12px 12px 13px;
  border-top: 1px solid rgba(255,255,255,0.10);
  font-weight: 950;
  letter-spacing: .08em;
  font-size: 11px;
  text-align:center;
  background: rgba(0,0,0,0.20);
}

/* Tiles */
.tile-grid{ display:grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.tile{
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  overflow:hidden;
  backdrop-filter: blur(12px);
}
.tile-img{
  background: #ffffff;
  padding: 14px;
  height: 170px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.tile-img img{ width:100%; height:100%; object-fit: contain; }
.tile-title{
  padding: 12px 12px 13px;
  font-weight: 950;
  letter-spacing: .08em;
  font-size: 11px;
  text-align:center;
  border-top: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.20);
}

/* Product cards */
.product-list{ display:grid; gap: 14px; }
.product-card{
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  overflow:hidden;
  display:grid;
  grid-template-columns: 1fr 360px;
  align-items: stretch;
  backdrop-filter: blur(12px);
}
.product-text{ padding: 18px; }
.product-text h3{ margin:0 0 6px; font-size: 18px; letter-spacing: -.01em; }
.product-text p{ margin:0 0 12px; color: rgba(244,246,250,0.68); font-weight: 650; }
.price{ display:inline-flex; align-items:center; gap: 10px; font-weight: 980; font-size: 18px; color: var(--wpc-red); letter-spacing: -.01em; }
.product-media{
  background: #ffffff;
  border-left: 1px solid rgba(255,255,255,0.10);
  display:flex; align-items:center; justify-content:center;
  padding: 18px;
}
.product-media img{ width:100%; height: 220px; object-fit: contain; }

/* Generic cards */
.card{
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  overflow:hidden;
  backdrop-filter: blur(12px);
}
.card-pad{ padding: 14px; }
.img-fluid{ width:100%; height:auto; display:block; border-radius: 12px; }

/* Map */
.map-card iframe{ width:100%; height: 320px; border:0; display:block; filter: grayscale(1) contrast(1.05); }

/* Form */
.form-grid{ display:grid; grid-template-columns: 1.2fr 0.8fr; gap: 14px; align-items:start; }
.form .field{ display:grid; gap: 6px; margin-bottom: 12px; }
.field label{
  font-weight: 900;
  font-size: 12px;
  color: rgba(244,246,250,0.80);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.field input, .field textarea{
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 12px;
  background: rgba(0,0,0,0.28);
  color: rgba(244,246,250,0.92);
  outline: none;
}
.field input::placeholder, .field textarea::placeholder{ color: rgba(244,246,250,0.45); }
.field input:focus, .field textarea:focus{
  border-color: rgba(225,29,46,0.55);
  box-shadow: 0 0 0 4px rgba(225,29,46,0.18);
}
.field-full{ grid-column: 1 / -1; }
.form-actions{ display:flex; flex-wrap:wrap; gap: 10px; margin-top: 6px; }
.form-note{ margin: 12px 0 0; color: rgba(244,246,250,0.60); font-weight: 650; font-size: 13px; }
.side-card h3{ margin:0 0 8px; }
.muted{ color: rgba(244,246,250,0.66); }
.kv{ display:grid; grid-template-columns: 110px 1fr; gap: 10px 12px; margin-top: 12px; }
.kv .k{
  color: rgba(244,246,250,0.55);
  font-weight: 850;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.kv .v{ font-weight: 750; }

/* Footer */
.site-footer{
  margin-top: 10px;
  background: rgba(0,0,0,0.35);
  color: rgba(255,255,255,0.92);
  border-top: 1px solid rgba(255,255,255,0.10);
  padding: 26px 0 30px;
  backdrop-filter: blur(12px);
}
.footer-grid{ display:grid; grid-template-columns: 1fr 1fr 0.8fr; gap: 16px; align-items:start; }
.footer-brand{ font-weight: 980; font-size: 18px; }
.footer-brand strong{ color: var(--wpc-red); }
.footer-muted{ color: rgba(255,255,255,0.70); font-weight: 650; margin-top: 6px; }
.footer-kv{ display:grid; grid-template-columns: 92px 1fr; gap: 8px 12px; align-items:baseline; }
.footer-kv .k{
  color: rgba(255,255,255,0.62);
  font-weight: 850;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.footer-kv .v a{ color: rgba(255,255,255,0.92); text-decoration: underline; text-underline-offset: 3px; }
.footer-kv .v a:hover{ opacity: .88; }

/* Floating actions */
.fab{ position: fixed; right: 14px; bottom: 14px; display:none; gap: 10px; z-index: 60; }
.fab-btn{
  width: 48px; height: 48px;
  border-radius: 16px;
  display:flex; align-items:center; justify-content:center;
  background: linear-gradient(135deg, var(--wpc-red), #b91422);
  color:#fff;
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: var(--shadow-sm);
}
.fab-ghost{ background: rgba(0,0,0,0.55); }

/* Reference page hero + gallery */
.page-hero{ padding: 26px 0 8px; }
.page-hero-grid{ display:grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: stretch; }
.page-hero-card{
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--radius);
  padding: 22px 18px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}
.page-hero-media{
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.10);
  overflow:hidden;
  box-shadow: var(--shadow);
}
.page-hero-media img{ width:100%; height:100%; object-fit: cover; min-height: 320px; }

.gallery{ display:grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gitem{
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--radius);
  padding: 0;
  overflow:hidden;
  cursor: zoom-in;
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(12px);
  transition: transform .15s ease, filter .15s ease;
}
.gitem img{ width:100%; height: 260px; object-fit: cover; }
.gitem:hover{ transform: translateY(-2px); filter: brightness(1.05); }

/* Lightbox */
.lightbox{ position: fixed; inset: 0; z-index: 80; }
.lightbox-backdrop{ position:absolute; inset:0; background: rgba(0,0,0,0.78); }
.lightbox-dialog{
  position:relative;
  max-width: min(1100px, calc(100% - 32px));
  max-height: calc(100% - 56px);
  margin: 28px auto;
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 22px 70px rgba(0,0,0,0.55);
  background: #050608;
}
.lightbox-img{ width:100%; height: min(78vh, 740px); object-fit: contain; display:block; }
.lightbox-close{
  position:absolute; right: 10px; top: 8px;
  width: 44px; height: 44px;
  border-radius: 14px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  font-size: 28px;
  cursor:pointer;
}
.lightbox-close:hover{ background: rgba(255,255,255,0.16); }

/* Responsive */
@media (max-width: 980px){
  .hero-grid{ grid-template-columns: 1fr; }
  .page-hero-grid{ grid-template-columns: 1fr; }
  .category-grid{ grid-template-columns: repeat(2, 1fr); }
  .swatch-grid{ grid-template-columns: repeat(3, 1fr); }
  .tile-grid{ grid-template-columns: repeat(3, 1fr); }
  .product-card{ grid-template-columns: 1fr; }
  .product-media{ border-left: 0; border-top: 1px solid rgba(255,255,255,0.10); }
  .form-grid{ grid-template-columns: 1fr; }
  .footer-grid{ grid-template-columns: 1fr; }
  .fab{ display:flex; }
}
@media (max-width: 560px){
  .nav{ display:none; }
  .btn-hide-sm{ display:none; }
  .swatch-grid{ grid-template-columns: repeat(2, 1fr); }
  .tile-grid{ grid-template-columns: repeat(2, 1fr); }
  .gallery{ grid-template-columns: 1fr; }
  .gitem img{ height: 240px; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  *{ scroll-behavior:auto; }
  .btn, .category-card, .swatch, .gitem{ transition:none !important; }
}
/* -----------------------------
   Light theme (white base) – consolidated
-------------------------------- */
:root{
  --bg:#ffffff;
  --text:#0f172a;
  --muted:rgba(15,23,42,.66);
  --line:rgba(15,23,42,.12);

  --surface:rgba(255,255,255,.92);
  --surface-2:#f6f7f9;

  /* soften shadows for light background */
  --shadow: 0 18px 48px rgba(2,6,23,.14);
  --shadow-sm: 0 10px 22px rgba(2,6,23,.10);
}

/* Kill colored glow backgrounds (the “pink/green bleed”) */
body{
  background:#fff;
  color:var(--text);
}
body::before,
body::after{
  content:none !important;
}

/* Header */
.site-header{
  background: rgba(255,255,255,.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: saturate(140%) blur(10px);
}
.site-header.is-scrolled{
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 28px rgba(2,6,23,.10);
}
.nav a{ color: rgba(15,23,42,.78); }
.nav a:hover{
  color: rgba(15,23,42,1);
  background: rgba(2,6,23,.04);
  border: 1px solid rgba(2,6,23,.08);
  padding: 9px 9px;
}
.nav .nav-muted{ color: rgba(15,23,42,.55); }

/* Hide header brand ONLY on home (so only the hero-brandline stays) */
body.home .site-header .brand,
body.references .site-header .brand{
  visibility: hidden;
}

/* Sections (alternate with section-soft) */
.section{
  background: #ffffff;
}
.section-soft{
  background: var(--surface-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

/* Cards */
.hero-card, .card, .swatch, .tile, .product-card, .category-card, .side-card, .map-card, .page-hero-card{
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  backdrop-filter: none;
}

/* Typography contrast */
.hero-title, .section-head h2, .footer-brand{ color: var(--text); }
.kicker, .lead, .muted, .section-head p, .footer-muted{ color: var(--muted); }
.subhead{ color: rgba(15,23,42,.92); }
.category-sub, .product-text p, .form-note{ color: var(--muted); }
.feature-list li{ color: rgba(15,23,42,.86); }

.swatch figcaption, .tile-title{
  color: rgba(15,23,42,.86);
  border-top: 1px solid var(--line);
  background: rgba(15,23,42,.02);
}

/* Pills + icons */
.pill{
  background: rgba(15,23,42,.04);
  border: 1px solid rgba(15,23,42,.12);
  color: rgba(15,23,42,.72);
}
.icon{
  background: rgba(225,29,46,.10);
  border-color: rgba(225,29,46,.35);
  color: var(--wpc-red, #e11d2e);
}

/* Buttons */
.btn{ border-color: rgba(2,6,23,.10); }
.btn-ghost{
  background: rgba(15,23,42,.04);
  color: rgba(15,23,42,.88);
  border-color: rgba(15,23,42,.14);
}
.btn-ghost:hover{ background: rgba(2,6,23,.06); }

/* Contact card inside hero */
.contact-card{
  background: rgba(15,23,42,.03);
  border: 1px solid rgba(15,23,42,.12);
}
.contact-label{ color: rgba(15,23,42,.60); }
.contact-value{ color: rgba(15,23,42,.90); }

/* Showroom badge on image */
.hero-badge{
  background: rgba(255,255,255,.78);
  border: 1px solid var(--line);
  color: rgba(15,23,42,.86);
}
.hero-badge-sub{ color: rgba(15,23,42,.62); }

/* Brandline in hero (to replace the old kicker line) */
.hero-brandline .brand-text{
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.08;
  font-weight: 900;
}

/* ================================
   AJÁNLATKÉRÉS (űrlap) – világosabb, kékesebb
   ================================ */
#panelek .field label{
  color: rgba(15,23,42,.72);
  opacity: 1;
}

#panelek input,
#panelek textarea{
  background: #edf4ff;
  color: #0f172a;
  border: 1px solid #cfdcf3;
  border-radius: 14px;
}

#panelek input::placeholder,
#panelek textarea::placeholder{
  color: rgba(15,23,42,.42);
  opacity: 1;
}

#panelek .form-note{
  color: rgba(15,23,42,.62);
}

#panelek .kv .k{
  color: rgba(15,23,42,.50);
  opacity: 1;
}

#panelek .kv .v{
  color: rgba(15,23,42,.90);
}

#panelek input:focus,
#panelek textarea:focus{
  outline: none;
  background: #f4f8ff;
  border-color: #b9cdee;
  box-shadow: 0 0 0 4px rgba(185,205,238,.35);
}

/* Chrome autofill se legyen ronda szürke/sárga */
#panelek input:-webkit-autofill,
#panelek input:-webkit-autofill:hover,
#panelek input:-webkit-autofill:focus,
#panelek textarea:-webkit-autofill,
#panelek textarea:-webkit-autofill:hover,
#panelek textarea:-webkit-autofill:focus{
  -webkit-text-fill-color: #0f172a;
  -webkit-box-shadow: 0 0 0px 1000px #edf4ff inset;
  transition: background-color 9999s ease-in-out 0s;
}

/* Product media divider on light */
.product-media{
  border-left: 1px solid rgba(2,6,23,.08);
  background: #ffffff;
}
@media (max-width: 980px){
  .product-media{ border-left: 0; border-top: 1px solid rgba(2,6,23,.08); }
}

/* Footer */
.site-footer{
  background: #ffffff;
  color: rgba(15,23,42,.90);
  border-top: 1px solid rgba(2,6,23,.08);
}
.footer-muted{ color: var(--muted); }
.footer-kv .k{ color: rgba(15,23,42,.62); }
.footer-kv .v a{ color: rgba(15,23,42,.92); }

.hero-brandline{
  display:flex;
  align-items:center;
  gap:0;
  margin:0 0 10px;
}

/* Telefonszámok legyenek pirosak mindenhol */
a[href^="tel:"]:not(.btn):not(.fab-btn){
  color: var(--wpc-red) !important;
  font-weight: 900;
}

a[href^="tel:"]:not(.btn):not(.fab-btn):hover{
  color: #b91422 !important;
}

/* =========================================
   TELJES MOBILBARÁT PATCH
   Ezt tedd a styles.css LEGVÉGÉRE
========================================= */

@media (max-width: 980px){
  .container{
    padding: 0 16px;
  }

  .section{
    padding: 20px 0;
  }

  .section-head{
    display:block;
    margin-bottom: 14px;
  }

  .section-head h2{
    margin-bottom: 6px;
    font-size: 24px;
  }

  .section-head p{
    max-width: 100%;
    font-size: 15px;
  }

  .hero{
    padding: 18px 0 10px;
  }

  .hero-grid,
  .page-hero-grid,
  .form-grid,
  .footer-grid,
  .product-card{
    grid-template-columns: 1fr;
  }

  .hero-card,
  .page-hero-card,
  .card,
  .swatch,
  .tile,
  .product-card,
  .category-card{
    border-radius: 18px;
  }

  .hero-card,
  .page-hero-card,
  .product-text,
  .card-pad{
    padding: 18px;
  }

  .hero-title{
    font-size: clamp(26px, 7vw, 38px);
    line-height: 1.08;
  }

  .lead{
    font-size: 15px;
  }

  .hero-actions,
  .form-actions{
    display:flex;
    flex-direction: column;
    gap: 10px;
  }

  .hero-actions .btn,
  .form-actions .btn,
  .mini-cta .btn{
    width: 100%;
  }

  .contact-item{
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .contact-value{
    text-align: left;
  }

  .hero-media,
  .page-hero-media{
    min-height: 240px;
  }

  .hero-media img,
  .page-hero-media img{
    min-height: 240px;
    object-fit: cover;
  }

  .hero-badge{
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
  }

  .category-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .swatch-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .tile-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .swatch img{
    height: 130px;
    padding: 10px;
  }

  .tile-img{
    height: 135px;
    padding: 10px;
  }

  .product-media{
    border-left: 0;
    border-top: 1px solid rgba(2,6,23,.08);
    padding: 14px;
  }

  .product-media img{
    height: 180px;
  }

  .gallery{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .gitem img{
    height: 190px;
  }

  .map-card iframe{
    height: 260px;
  }

  .kv,
  .footer-kv{
    grid-template-columns: 90px 1fr;
    gap: 8px 10px;
  }
}

@media (max-width: 700px){
  .header-inner{
    display:flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 10px 0;
  }

  .site-header{
    position: sticky;
    top: 0;
  }

  .nav{
    display:flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .nav::-webkit-scrollbar{
    display: none;
  }

  .nav a{
    flex: 0 0 auto;
    padding: 9px 12px;
    font-size: 13px;
    border: 1px solid rgba(15,23,42,.10);
    background: rgba(15,23,42,.03);
  }

  .header-cta{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
  }

  .header-cta .btn{
    width: 100%;
    min-height: 44px;
  }

  .hero-brandline .brand-text{
    font-size: 28px;
  }

  .pill-row{
    gap: 6px;
  }

  .pill{
    font-size: 11px;
    padding: 7px 9px;
  }

  .feature-list li{
    font-size: 14px;
  }

  #panelek .form.card,
  #panelek .side-card{
    padding: 16px;
  }

  #panelek input,
  #panelek textarea{
    min-height: 46px;
    font-size: 16px;
  }

  #panelek textarea{
    min-height: 130px;
  }

  .fab{
    display:flex;
    right: 12px;
    bottom: 12px;
  }
}

@media (max-width: 560px){
  .container{
    padding: 0 14px;
  }

  .hero-card,
  .page-hero-card,
  .card-pad,
  .product-text{
    padding: 16px;
  }

  .section-head h2{
    font-size: 22px;
  }

  .hero-title{
    font-size: 28px;
  }

  .lead{
    font-size: 14px;
  }

  .category-grid,
  .gallery{
    grid-template-columns: 1fr;
  }

  .swatch-grid,
  .tile-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .swatch img{
    height: 115px;
  }

  .tile-img{
    height: 120px;
  }

  .swatch figcaption,
  .tile-title{
    font-size: 10px;
    padding: 10px 8px 11px;
  }

  .gitem img{
    height: 220px;
  }

  .product-text h3{
    font-size: 17px;
  }

  .price{
    font-size: 17px;
  }

  .lightbox-dialog{
    max-width: calc(100% - 16px);
    margin: 8px auto;
    border-radius: 14px;
  }

  .lightbox-img{
    height: auto;
    max-height: 78vh;
  }

  .lightbox-close{
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}

@media (max-width: 400px){
  .header-cta{
    grid-template-columns: 1fr;
  }

  .swatch-grid,
  .tile-grid{
    grid-template-columns: 1fr;
  }

  .swatch img,
  .tile-img{
    height: 170px;
  }

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

  .kv .k,
  .footer-kv .k{
    margin-top: 6px;
  }
}

@media (max-width: 700px){
  .site-header .js-offer-link{
    display: none;
  }

  .header-cta{
    grid-template-columns: 1fr;
  }
}

.brand-mark{
  display:none !important;
}