/* Brand color tokens — override via Live Edit Style Editor */
:root {
  --primary-color: #000000;
  --accent-color: #0a0418;
  --bg-color: #ffffff;
  --text-color: #1f2937;
}


:root {
  /* Default palette: pink × cyan × purple */
  --primary: #FF2EC4;
  --secondary: #00E5FF;
  --accent: #B026FF;
  --bg: #0A0418;
  --surface: #14082B;
  --surface-2: #1d0c3d;
  --text: #F5F0FF;
  --text-dim: #b5a8d4;
  --border: rgba(255, 255, 255, 0.08);

  --glow-strength: 1;
  --headline-font: 'Outfit', system-ui, sans-serif;
  --radius: 999px;
  --section-pad: clamp(64px, 9vw, 140px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ===== Animated neon background ===== */
.aurora {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.aurora::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(176, 38, 255, 0.22), transparent 60%),
    radial-gradient(ellipse 100% 60% at 50% 100%, rgba(255, 46, 196, 0.16), transparent 60%);
  animation: bgshift 24s ease-in-out infinite alternate;
}
@keyframes bgshift {
  0% { filter: hue-rotate(0deg); }
  100% { filter: hue-rotate(60deg); }
}

.aurora .orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.6;
  mix-blend-mode: screen;
  will-change: transform, opacity;
}
.orb.o1 { width: 560px; height: 560px; background: var(--primary); top: -12%; left: -12%; animation: drift1 22s ease-in-out infinite, glow1 6s ease-in-out infinite alternate; }
.orb.o2 { width: 680px; height: 680px; background: var(--secondary); top: 28%; right: -18%; animation: drift2 28s ease-in-out infinite, glow2 7s ease-in-out infinite alternate; }
.orb.o3 { width: 520px; height: 520px; background: var(--accent); top: 60%; left: 10%; animation: drift3 26s ease-in-out infinite, glow3 5s ease-in-out infinite alternate; }
.orb.o4 { width: 420px; height: 420px; background: var(--primary); top: 115%; left: 55%; animation: drift4 30s ease-in-out infinite, glow1 8s ease-in-out infinite alternate; }
.orb.o5 { width: 380px; height: 380px; background: var(--secondary); top: 165%; right: 10%; animation: drift5 34s ease-in-out infinite, glow2 6.5s ease-in-out infinite alternate; }
.orb.o6 { width: 460px; height: 460px; background: var(--accent); top: 210%; left: -8%; animation: drift6 32s ease-in-out infinite, glow3 7.5s ease-in-out infinite alternate; }
.orb.o7 { width: 340px; height: 340px; background: var(--primary); top: 260%; right: -5%; animation: drift1 26s ease-in-out infinite reverse, glow1 5.5s ease-in-out infinite alternate; }
.orb.o8 { width: 500px; height: 500px; background: var(--secondary); top: 310%; left: 30%; animation: drift3 30s ease-in-out infinite reverse, glow2 8.5s ease-in-out infinite alternate; }

@keyframes drift1 { 0%, 100% { transform: translate(0, 0) scale(1) rotate(0deg); } 33% { transform: translate(180px, 240px) scale(1.25) rotate(8deg); } 66% { transform: translate(60px, 380px) scale(0.95) rotate(-4deg); } }
@keyframes drift2 { 0%, 100% { transform: translate(0, 0) scale(1.1); } 33% { transform: translate(-220px, -180px) scale(0.85); } 66% { transform: translate(-80px, 120px) scale(1.2); } }
@keyframes drift3 { 0%, 100% { transform: translate(0, 0) scale(1); } 33% { transform: translate(260px, -220px) scale(1.2); } 66% { transform: translate(-140px, -100px) scale(0.9); } }
@keyframes drift4 { 0%, 100% { transform: translate(0, 0) scale(0.95); } 50% { transform: translate(-180px, -300px) scale(1.15); } }
@keyframes drift5 { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(220px, -160px) scale(1.2); } }
@keyframes drift6 { 0%, 100% { transform: translate(0, 0) scale(1.05); } 50% { transform: translate(160px, 200px) scale(0.92); } }
@keyframes glow1 { 0% { opacity: 0.45; } 100% { opacity: 0.75; } }
@keyframes glow2 { 0% { opacity: 0.5; } 100% { opacity: 0.8; } }
@keyframes glow3 { 0% { opacity: 0.4; } 100% { opacity: 0.7; } }

/* Sweeping light beams */
.aurora .beam {
  position: absolute;
  top: -20%;
  width: 240px;
  height: 160vh;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.04), transparent);
  transform-origin: top center;
  mix-blend-mode: screen;
  pointer-events: none;
  filter: blur(2px);
}
.beam.b1 { left: 10%; transform: rotate(8deg); animation: beam-sweep1 14s ease-in-out infinite; }
.beam.b2 { left: 50%; transform: rotate(-4deg); animation: beam-sweep2 18s ease-in-out infinite; }
.beam.b3 { left: 80%; transform: rotate(6deg); animation: beam-sweep1 16s ease-in-out infinite reverse; }
@keyframes beam-sweep1 { 0%, 100% { opacity: 0.4; transform: rotate(8deg) translateX(0); } 50% { opacity: 0.9; transform: rotate(-6deg) translateX(40px); } }
@keyframes beam-sweep2 { 0%, 100% { opacity: 0.3; transform: rotate(-4deg) translateX(0); } 50% { opacity: 0.7; transform: rotate(10deg) translateX(-50px); } }

/* Subtle grid */
.aurora::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 80px 80px;
  background-position: center center;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  animation: grid-drift 60s linear infinite;
}
@keyframes grid-drift {
  0% { background-position: 0 0; }
  100% { background-position: 80px 80px; }
}

/* Floating sparks */
.sparks { position: fixed; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; }
.spark {
  position: absolute;
  width: 3px; height: 3px;
  border-radius: 50%;
  background: var(--secondary);
  box-shadow: 0 0 8px var(--secondary), 0 0 16px var(--secondary);
  opacity: 0;
  animation: float-up var(--dur, 14s) linear infinite;
  animation-delay: var(--delay, 0s);
}
.spark.pink { background: var(--primary); box-shadow: 0 0 8px var(--primary), 0 0 16px var(--primary); }
.spark.purple { background: var(--accent); box-shadow: 0 0 8px var(--accent), 0 0 16px var(--accent); }
.spark.big { width: 4px; height: 4px; }
@keyframes float-up {
  0% { transform: translate(0, 0) scale(0.6); opacity: 0; }
  10% { opacity: 0.9; }
  50% { transform: translate(var(--drift, 20px), -50vh) scale(1); opacity: 1; }
  90% { opacity: 0.6; }
  100% { transform: translate(calc(var(--drift, 20px) * 1.4), -110vh) scale(0.4); opacity: 0; }
}

/* Vignette + flicker neon outline */
.vignette {
  position: fixed; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(ellipse at center, transparent 50%, rgba(10, 4, 24, 0.6) 100%);
  animation: vflicker 8s ease-in-out infinite;
}
@keyframes vflicker {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.85; }
}

.grain {
  position: fixed; inset: 0; z-index: 1; pointer-events: none;
  opacity: 0.05; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  animation: grain-shift 0.6s steps(4) infinite;
}
@keyframes grain-shift {
  0% { transform: translate(0, 0); }
  25% { transform: translate(-3px, 2px); }
  50% { transform: translate(2px, -2px); }
  75% { transform: translate(-1px, 1px); }
  100% { transform: translate(0, 0); }
}

main, header, footer { position: relative; z-index: 2; }

/* ===== Header / Nav ===== */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  transition: backdrop-filter 0.3s, background 0.3s, border-color 0.3s;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(10, 4, 24, 0.72);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border-bottom-color: var(--border);
}
.nav-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex; align-items: center; gap: 12px;
  text-decoration: none;
  color: var(--text);
  font-family: var(--headline-font);
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.02em;
}
.brand img { height: 40px; width: auto; display: block; }
.brand .dot { color: var(--primary); }

nav ul {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  gap: 4px;
}
nav a {
  color: var(--text-dim);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 16px;
  border-radius: var(--radius);
  transition: color 0.2s, background 0.2s;
  position: relative;
}
nav a:hover { color: var(--text); background: rgba(255,255,255,0.04); }
nav a.active {
  color: var(--text);
  background: rgba(255, 46, 196, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 46, 196, 0.35);
}

.nav-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--primary);
  color: #0A0418;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: var(--radius);
  text-decoration: none;
  box-shadow: 0 0 calc(20px * var(--glow-strength)) rgba(255, 46, 196, 0.55);
  transition: transform 0.2s, box-shadow 0.2s;
}
.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 calc(32px * var(--glow-strength)) rgba(255, 46, 196, 0.85);
}

.nav-toggle {
  display: none;
  background: none; border: none; color: var(--text);
  width: 42px; height: 42px; border-radius: 12px;
  cursor: pointer; align-items: center; justify-content: center;
}
.nav-toggle svg { width: 24px; height: 24px; }

@media (max-width: 880px) {
  .nav-toggle { display: inline-flex; }
  nav { display: none; }
  nav.open {
    display: block;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: rgba(10, 4, 24, 0.96);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
    padding: 12px 20px 20px;
  }
  nav.open ul { flex-direction: column; gap: 4px; }
  nav.open a { display: block; padding: 14px 16px; }
  .nav-cta { padding: 8px 14px; font-size: 13px; }
  .brand span { display: none; }
}

/* ===== Typography ===== */
h1, h2, h3 {
  font-family: var(--headline-font);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 0;
  text-wrap: balance;
}
h2 { font-size: clamp(38px, 5.6vw, 72px); }
h3 { font-size: clamp(22px, 2.4vw, 30px); font-weight: 800; letter-spacing: -0.01em; }
p { text-wrap: pretty; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--secondary);
  margin-bottom: 18px;
}
.eyebrow::before {
  content: '';
  width: 28px; height: 1px;
  background: var(--secondary);
  box-shadow: 0 0 calc(8px * var(--glow-strength)) var(--secondary);
}

.neon-text {
  color: var(--text);
  text-shadow:
    0 0 calc(6px * var(--glow-strength)) currentColor,
    0 0 calc(18px * var(--glow-strength)) var(--primary),
    0 0 calc(40px * var(--glow-strength)) rgba(255, 46, 196, 0.6);
}
.neon-text--cyan {
  text-shadow:
    0 0 calc(6px * var(--glow-strength)) currentColor,
    0 0 calc(18px * var(--glow-strength)) var(--secondary),
    0 0 calc(40px * var(--glow-strength)) rgba(0, 229, 255, 0.6);
}

/* ===== Container ===== */
.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
}

section {
  padding: var(--section-pad) 0;
  position: relative;
}

/* ===== Hero ===== */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 60px;
}
.hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.hero .location {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-dim);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  padding: 8px 16px;
  border-radius: var(--radius);
  margin-bottom: 28px;
}
.hero .location .pulse {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--secondary);
  box-shadow: 0 0 calc(10px * var(--glow-strength)) var(--secondary);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.85); }
}

.hero h1 {
  font-size: clamp(56px, 11vw, 168px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 0.92;
  margin-bottom: 24px;
}
.hero h1 .line1 { display: block; color: var(--text); }
.hero h1 .line1 b {
  font-weight: 900;
  background: linear-gradient(120deg, var(--primary) 20%, var(--accent) 50%, var(--secondary) 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 calc(24px * var(--glow-strength)) rgba(255, 46, 196, 0.5));
}
.hero h1 .line2 {
  display: block;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 0.18em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-top: 28px;
}
.hero .subtitle {
  font-size: clamp(17px, 1.6vw, 21px);
  color: var(--text-dim);
  max-width: 640px;
  margin: 0 auto 40px;
  line-height: 1.55;
}

.cta-row {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 18px 32px;
  border-radius: var(--radius);
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s, color 0.2s;
  letter-spacing: -0.005em;
}
.btn--primary {
  background: var(--primary);
  color: #0A0418;
  box-shadow: 0 0 calc(30px * var(--glow-strength)) rgba(255, 46, 196, 0.55), 0 8px 24px rgba(255, 46, 196, 0.18);
}
.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 calc(48px * var(--glow-strength)) rgba(255, 46, 196, 0.85), 0 12px 32px rgba(255, 46, 196, 0.3);
}
.btn--outline {
  background: transparent;
  color: var(--secondary);
  box-shadow: inset 0 0 0 1.5px var(--secondary), 0 0 calc(14px * var(--glow-strength)) rgba(0, 229, 255, 0.25);
}
.btn--outline:hover {
  background: rgba(0, 229, 255, 0.08);
  box-shadow: inset 0 0 0 1.5px var(--secondary), 0 0 calc(28px * var(--glow-strength)) rgba(0, 229, 255, 0.5);
  transform: translateY(-2px);
}

/* hero ticker strip */
.hero-strip {
  margin-top: 80px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
  padding: 18px 0;
}
.hero-strip-track {
  display: flex;
  gap: 56px;
  white-space: nowrap;
  animation: scroll 38s linear infinite;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-dim);
}
.hero-strip-track span { display: inline-flex; align-items: center; gap: 56px; }
.hero-strip-track span::after {
  content: '✦';
  color: var(--primary);
  text-shadow: 0 0 calc(10px * var(--glow-strength)) var(--primary);
}
@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ===== Section Header ===== */
.section-head {
  max-width: 760px;
  margin-bottom: 60px;
}
.section-head h2 .accent {
  background: linear-gradient(100deg, var(--primary), var(--accent), var(--secondary));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.section-head p {
  font-size: clamp(16px, 1.4vw, 19px);
  color: var(--text-dim);
  margin-top: 18px;
  max-width: 620px;
}

/* ===== About ===== */
.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: start;
}
.about-grid p {
  font-size: 17px;
  color: var(--text-dim);
  margin: 0 0 18px;
}
.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.stat {
  padding: 24px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  text-align: center;
}
.stat .num {
  font-family: var(--headline-font);
  font-weight: 900;
  font-size: 40px;
  background: linear-gradient(180deg, var(--secondary), var(--primary));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
}
.stat .lbl {
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-top: 8px;
}

.pillars {
  display: grid;
  gap: 16px;
}
.pillar {
  display: flex;
  gap: 18px;
  padding: 24px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 46, 196, 0.06), rgba(0, 229, 255, 0.04));
  border: 1px solid var(--border);
  transition: transform 0.3s, border-color 0.3s, background 0.3s;
}
.pillar:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 46, 196, 0.4);
  background: linear-gradient(135deg, rgba(255, 46, 196, 0.1), rgba(0, 229, 255, 0.06));
}
.pillar .ico {
  width: 52px; height: 52px;
  flex-shrink: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--secondary);
}
.pillar:nth-child(2) .ico { color: var(--primary); }
.pillar:nth-child(3) .ico { color: var(--accent); }
.pillar .ico svg { width: 26px; height: 26px; }
.pillar h3 { margin-bottom: 4px; }
.pillar p { margin: 0; font-size: 14.5px; color: var(--text-dim); }

@media (max-width: 860px) {
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-stats { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .stat .num { font-size: 30px; }
}

/* ===== Services grid ===== */
.services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}
.service-card {
  position: relative;
  padding: 32px 28px 28px;
  border-radius: 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease;
  isolation: isolate;
}
.service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--primary), var(--accent), var(--secondary));
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s;
  padding: 1px;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.service-card:hover { transform: translateY(-4px); }
.service-card:hover::before { opacity: 1; }
.service-card:hover .svc-ico {
  box-shadow: 0 0 calc(28px * var(--glow-strength)) currentColor;
}

.svc-ico {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--secondary);
  margin-bottom: 22px;
  transition: box-shadow 0.3s;
}
.svc-ico svg { width: 28px; height: 28px; }
.service-card:nth-child(2n) .svc-ico { color: var(--primary); }
.service-card:nth-child(3n) .svc-ico { color: var(--accent); }
.service-card:nth-child(4n) .svc-ico { color: var(--secondary); }
.service-card:nth-child(5n) .svc-ico { color: var(--primary); }

.service-card h3 { margin-bottom: 10px; }
.service-card p { color: var(--text-dim); font-size: 14.5px; margin: 0; }
.svc-tag {
  display: inline-block;
  margin-top: 18px;
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-dim);
  padding: 4px 10px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
}

/* ===== Akciók (Promos) ===== */
.promos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
@media (max-width: 760px) { .promos { grid-template-columns: 1fr; } }
.promo {
  position: relative;
  padding: 40px 36px 36px;
  border-radius: 28px;
  overflow: hidden;
  isolation: isolate;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.promo--hurricane {
  background:
    radial-gradient(ellipse 80% 60% at 80% 20%, rgba(0, 229, 255, 0.25), transparent 60%),
    radial-gradient(ellipse 60% 80% at 20% 100%, rgba(176, 38, 255, 0.4), transparent 70%),
    linear-gradient(140deg, #14082B, #0A0418);
  border: 1px solid rgba(0, 229, 255, 0.25);
}
.promo--dice {
  background:
    radial-gradient(ellipse 60% 80% at 90% 10%, rgba(255, 46, 196, 0.35), transparent 65%),
    radial-gradient(ellipse 80% 60% at 10% 90%, rgba(176, 38, 255, 0.3), transparent 70%),
    linear-gradient(140deg, #1d0c3d, #0A0418);
  border: 1px solid rgba(255, 46, 196, 0.3);
}
.promo-tag {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--text-dim);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.promo-tag::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 calc(8px * var(--glow-strength)) var(--primary);
}
.promo--hurricane .promo-tag::before { background: var(--secondary); box-shadow: 0 0 calc(8px * var(--glow-strength)) var(--secondary); }

.promo h3 {
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 900;
  margin: 18px 0 16px;
  letter-spacing: -0.025em;
}
.promo--hurricane h3 { color: var(--secondary); text-shadow: 0 0 calc(20px * var(--glow-strength)) var(--secondary); }
.promo--dice h3 { color: var(--primary); text-shadow: 0 0 calc(20px * var(--glow-strength)) var(--primary); }

.promo p {
  font-size: 16px;
  color: var(--text);
  line-height: 1.6;
  margin: 0 0 20px;
  max-width: 440px;
}
.promo .whisper {
  font-style: italic;
  color: var(--text-dim);
  font-size: 14px;
  padding-top: 18px;
  border-top: 1px dashed var(--border);
}

/* ===== Events ===== */
.events {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 860px) { .events { grid-template-columns: 1fr; } }
.event-card {
  padding: 32px 28px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--border);
  position: relative;
  transition: transform 0.3s, background 0.3s;
}
.event-card:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.05);
}
.event-card .num {
  font-family: var(--headline-font);
  font-weight: 900;
  font-size: 14px;
  color: var(--text-dim);
  letter-spacing: 0.15em;
}
.event-card h3 {
  margin: 12px 0 14px;
  font-size: 28px;
}
.event-card p {
  color: var(--text-dim);
  font-size: 15px;
  margin: 0 0 22px;
}
.event-card a {
  color: var(--secondary);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex; align-items: center; gap: 6px;
  transition: gap 0.2s, color 0.2s;
}
.event-card a:hover { gap: 10px; color: var(--primary); }

/* ===== Gallery ===== */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 200px;
  gap: 14px;
}
.gallery .tile {
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(176, 38, 255, 0.25), rgba(255, 46, 196, 0.2), rgba(0, 229, 255, 0.15));
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  transition: transform 0.3s;
  cursor: pointer;
}
.gallery .tile:hover { transform: scale(0.98); }
.gallery .tile::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255, 46, 196, 0.4), transparent 60%);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.gallery .tile:hover::after { opacity: 1; }
.gallery .tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; z-index: 1; }
.gallery .tile .edit[data-label="Image"] { position: absolute; inset: 0; z-index: 1; }
.gallery .tile .edit[data-label="Caption"] { position: relative; z-index: 2; }
.gallery .tile span {
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245, 240, 255, 0.7);
  position: relative;
  z-index: 1;
}
.gallery .t1 { grid-row: span 2; background: linear-gradient(160deg, var(--primary), var(--accent)); }
.gallery .t2 { background: linear-gradient(140deg, var(--accent), var(--surface-2)); }
.gallery .t3 { background: linear-gradient(140deg, var(--secondary), var(--accent)); }
.gallery .t4 { background: linear-gradient(140deg, var(--surface-2), var(--primary)); }
.gallery .t5 { grid-row: span 2; background: linear-gradient(160deg, var(--accent), var(--secondary)); }
.gallery .t6 { background: linear-gradient(140deg, var(--primary), var(--surface-2)); }
.gallery .t7 { background: linear-gradient(140deg, var(--surface-2), var(--secondary)); }
.gallery .t8 { background: linear-gradient(140deg, var(--primary), var(--accent)); }

@media (max-width: 760px) {
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
  .gallery .t1, .gallery .t5 { grid-row: span 2; }
}

/* ===== Hours ===== */
.hours-block {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  align-items: center;
  padding: 56px;
  border-radius: 28px;
  background:
    radial-gradient(ellipse 60% 80% at 0% 50%, rgba(255, 46, 196, 0.22), transparent 60%),
    radial-gradient(ellipse 60% 80% at 100% 50%, rgba(0, 229, 255, 0.22), transparent 60%),
    var(--surface);
  border: 1px solid var(--border);
}
@media (max-width: 880px) {
  .hours-block { grid-template-columns: 1fr; padding: 36px 28px; gap: 32px; }
}
.hours-block .big-time {
  font-family: var(--headline-font);
  font-weight: 900;
  font-size: clamp(72px, 12vw, 156px);
  line-height: 0.88;
  letter-spacing: -0.04em;
}
.hours-block .big-time .from {
  color: var(--text);
  text-shadow: 0 0 calc(16px * var(--glow-strength)) var(--secondary);
}
.hours-block .big-time .dash {
  display: inline-block; transform: translateY(-0.15em);
  color: var(--text-dim); margin: 0 0.05em;
}
.hours-block .big-time .to {
  color: var(--primary);
  text-shadow: 0 0 calc(20px * var(--glow-strength)) var(--primary);
}
.hours-block h3 { margin-bottom: 14px; font-size: clamp(26px, 3vw, 34px); }
.hours-block .hours-list {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 10px;
  font-size: 16px;
}
.hours-block .hours-list li {
  display: flex; justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
}
.hours-block .hours-list .day { color: var(--text-dim); letter-spacing: 0.02em; }
.hours-block .hours-list .time { font-weight: 600; font-family: 'Outfit', sans-serif; }
.hours-block .note {
  margin-top: 18px;
  color: var(--text-dim);
  font-size: 14px;
}

/* ===== Contact ===== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
}
@media (max-width: 880px) { .contact-grid { grid-template-columns: 1fr; gap: 32px; } }

.contact-info {
  padding: 36px;
  border-radius: 22px;
  background: var(--surface);
  border: 1px solid var(--border);
}
.contact-info h3 { margin-bottom: 22px; font-size: 26px; }
.contact-list { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 14px; }
.contact-list li {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
}
.contact-list li:last-child { border-bottom: none; }
.contact-list .ic {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  color: var(--secondary);
}
.contact-list .ic svg { width: 18px; height: 18px; }
.contact-list .meta {
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--text-dim); margin-bottom: 2px;
}
.contact-list a {
  color: var(--text); text-decoration: none; font-weight: 500;
  transition: color 0.2s;
}
.contact-list a:hover { color: var(--primary); }

.google-maps {
  margin-top: 24px;
  width: 100%;
  height: 220px;
  border-radius: 14px;
  background:
    repeating-linear-gradient(45deg, rgba(255,255,255,0.02) 0 14px, transparent 14px 28px),
    radial-gradient(ellipse at 60% 40%, rgba(0, 229, 255, 0.18), transparent 60%),
    var(--surface-2);
  border: 1px dashed rgba(0, 229, 255, 0.3);
  position: relative;
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  color: var(--text-dim);
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-family: 'Outfit', sans-serif;
}
.google-maps::before {
  content: '';
  position: absolute;
  width: 24px; height: 24px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg) translate(0, -12px);
  background: var(--primary);
  box-shadow: 0 0 calc(24px * var(--glow-strength)) var(--primary);
  top: 38%;
}
.google-maps span { position: relative; bottom: -64px; }

.contact-form {
  padding: 36px;
  border-radius: 22px;
  background: var(--surface);
  border: 1px solid var(--border);
}
.contact-form h3 { margin-bottom: 22px; font-size: 26px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: flex; flex-direction: column; margin-bottom: 14px; }
.field label {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 6px;
  font-weight: 600;
}
.field input, .field textarea {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px 16px;
  color: var(--text);
  font-family: inherit;
  font-size: 15px;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.field input:focus, .field textarea:focus {
  outline: none;
  border-color: var(--primary);
  background: rgba(255, 46, 196, 0.04);
  box-shadow: 0 0 0 3px rgba(255, 46, 196, 0.15);
}
.field textarea { resize: vertical; min-height: 120px; }
.field.invalid input, .field.invalid textarea { border-color: #ff5b7e; }
.field .err {
  font-size: 12px; color: #ff8aa0; margin-top: 6px;
  display: none;
}
.field.invalid .err { display: block; }

.form-submit {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  margin-top: 8px;
}
.form-submit small { color: var(--text-dim); font-size: 12.5px; }
.form-success {
  display: none;
  padding: 14px 18px;
  border-radius: 12px;
  background: rgba(0, 229, 255, 0.1);
  border: 1px solid var(--secondary);
  color: var(--secondary);
  font-size: 14px;
  margin-bottom: 14px;
}
.form-success.show { display: block; }

@media (max-width: 560px) {
  .form-row { grid-template-columns: 1fr; }
  .contact-info, .contact-form { padding: 24px; }
}

/* ===== Footer ===== */
.site-footer {
  margin-top: 40px;
  border-top: 1px solid var(--border);
  padding: 60px 0 36px;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
@media (max-width: 760px) { .foot-grid { grid-template-columns: 1fr; gap: 32px; } }
.foot-brand img { height: 48px; }
.foot-brand p { color: var(--text-dim); font-size: 14px; margin-top: 14px; max-width: 320px; }
.foot-col h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin: 0 0 16px;
  font-weight: 600;
}
.foot-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.foot-col a {
  color: var(--text); text-decoration: none; font-size: 14.5px;
  transition: color 0.2s;
}
.foot-col a:hover { color: var(--primary); }

.foot-bottom {
  border-top: 1px solid var(--border);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  color: var(--text-dim);
  font-size: 13px;
}
.socials { display: flex; gap: 10px; }
.socials a {
  width: 38px; height: 38px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--text);
  transition: background 0.2s, transform 0.2s, color 0.2s, box-shadow 0.2s;
}
.socials a:hover {
  background: var(--primary); color: #0A0418;
  transform: translateY(-2px);
  box-shadow: 0 0 calc(20px * var(--glow-strength)) var(--primary);
}
.socials svg { width: 16px; height: 16px; }

/* Contact socials block */
.contact-socials {
  margin: 8px 0 24px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
}
.contact-socials .meta {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 12px;
}
.contact-socials .socials a {
  width: 44px; height: 44px;
  border-radius: 14px;
}
.contact-socials .socials svg { width: 20px; height: 20px; }

/* Legal accordions */
.legal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 28px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
}
@media (max-width: 760px) { .legal { grid-template-columns: 1fr; } }
.legal-block {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
  transition: border-color 0.2s, background 0.2s;
}
.legal-block[open] {
  border-color: rgba(255, 46, 196, 0.3);
  background: rgba(255, 46, 196, 0.03);
}
.legal-block summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.legal-block summary::-webkit-details-marker { display: none; }
.legal-block summary::after {
  content: '+';
  font-family: 'Outfit', sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: var(--primary);
  transition: transform 0.3s;
}
.legal-block[open] summary::after { transform: rotate(45deg); }
.legal-body {
  padding: 4px 22px 22px;
  color: var(--text-dim);
  font-size: 13.5px;
  line-height: 1.65;
}
.legal-body p { margin: 0 0 12px; }
.legal-body strong { color: var(--text); font-weight: 600; }
.legal-body a { color: var(--secondary); text-decoration: none; }
.legal-body a:hover { color: var(--primary); }
.legal-body .muted {
  font-size: 12px;
  font-style: italic;
  color: rgba(181, 168, 212, 0.6);
  padding-top: 6px;
  border-top: 1px dashed var(--border);
  margin-top: 12px;
}

.legal-block--link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  text-decoration: none;
  color: var(--text);
  font-family: 'Outfit', sans-serif;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
}
.legal-block--link:hover {
  border-color: rgba(0, 229, 255, 0.4);
  background: rgba(0, 229, 255, 0.05);
}
.legal-link-title {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.legal-link-meta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--secondary);
}
.legal-link-pill {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(0, 229, 255, 0.12);
  border: 1px solid rgba(0, 229, 255, 0.4);
  color: var(--secondary);
}
.legal-block--link svg { width: 18px; height: 18px; }

.legal-links {
  display: flex; align-items: center; gap: 10px;
  flex-wrap: wrap;
  color: var(--text-dim);
  font-size: 13px;
}
.legal-links a {
  color: var(--text-dim);
  text-decoration: none;
  transition: color 0.2s;
}
.legal-links a:hover { color: var(--primary); }

/* ===== Reveal animation — content always visible; JS .in only adds smooth transition ===== */
[data-reveal] {
  transition: opacity 0.6s ease, transform 0.6s ease;
}
[data-reveal].in { opacity: 1; transform: none; }

/* ===== Tweaks panel ===== */
.tweaks-toggle-hint {
  position: fixed;
  bottom: 18px; right: 18px;
  z-index: 200;
  background: rgba(20, 8, 43, 0.85);
  backdrop-filter: blur(20px);
  border: 1px solid var(--border);
  color: var(--text-dim);
  padding: 8px 14px;
  border-radius: var(--radius);
  font-size: 12px;
  letter-spacing: 0.04em;
  display: none;
}
.tweaks-panel {
  position: fixed;
  bottom: 18px; right: 18px;
  z-index: 200;
  width: 280px;
  background: rgba(20, 8, 43, 0.92);
  backdrop-filter: blur(24px) saturate(140%);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 18px;
  display: none;
  font-family: 'Outfit', sans-serif;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.tweaks-panel.show { display: block; }
.tweaks-panel-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 16px;
}
.tweaks-panel-head strong {
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text);
}
.tweaks-close {
  background: none; border: none; color: var(--text-dim);
  width: 24px; height: 24px; border-radius: 8px;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
}
.tweaks-close:hover { color: var(--text); background: rgba(255,255,255,0.06); }

.tweak-section { margin-bottom: 16px; }
.tweak-section:last-child { margin-bottom: 0; }
.tweak-label {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 10px;
}
.palette-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.palette-btn {
  aspect-ratio: 1;
  border-radius: 12px;
  border: 2px solid transparent;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  overflow: hidden;
  padding: 0;
  transition: transform 0.2s, border-color 0.2s;
  background: transparent;
}
.palette-btn:hover { transform: scale(1.05); }
.palette-btn.active {
  border-color: var(--text);
  box-shadow: 0 0 0 3px rgba(255, 46, 196, 0.4);
}
.palette-btn span { display: block; }

.glow-row, .font-row {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px;
}
.opt-btn {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  color: var(--text-dim);
  padding: 8px 10px;
  border-radius: 10px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
.opt-btn.active {
  background: var(--primary);
  color: #0A0418;
  border-color: var(--primary);
}
.opt-btn:hover:not(.active) {
  color: var(--text);
  background: rgba(255,255,255,0.08);
}


/* === MW Live Edit overrides (auto-generated) === */

.mw-live-edit [data-layout-container] { min-height: 0 !important; }

.brand img, .nav-logo img, .logo img { max-width: 48px; max-height: 48px; width: auto; height: auto; object-fit: contain; }
.f-brand .logo img, footer .logo img { max-width: 40px; max-height: 40px; }

.image-slot-canonicalized { width: 100%; height: auto; display: block; }
.image-slot-shape-circle { border-radius: 50%; }


/* add-generator-hardening: hero full-viewport rules (override of upstream defaults) */
.hero { min-height: 100vh; padding: 0; display: flex; }
.hero .mw-layout-container { flex: 1; padding: 40px 0; }


/* add-generator-hardening: Posts module wrapper transparency.
   The `<div class="module module-posts">` wrapper MW injects between the
   section container and the skin output breaks `parent > child` selectors
   from the source design. Two-part fix: (a) `display:contents` so the box
   model is transparent, and (b) class-level selectors so flex/grid layout
   matches regardless of wrapper depth. */
.module-posts { display: contents; }

/* Class-level flex/grid layouts — match regardless of `.module-posts` depth. */
.carousel-track { display: flex; }
.carousel-track > article.carousel-slide,
.carousel-track > .carousel-slide { flex: 0 0 100%; width: 100%; }


/* ===== MDI-SVG-INFLATE-FIX ===== */
/* MW Live Edit inflates `<i class="mdi …">` to inline <svg viewBox="0 0 24 24">
   without width/height — without these rules the SVG fills its parent. */
.mdi svg { width: 1em; height: 1em; fill: currentColor; display: inline-block; vertical-align: -0.125em; }
i.mdi svg, .mdi > svg { width: 1em; height: 1em; }


/* ===== STATIC-PAGE-CLEARANCE-BLOCK ===== */
/* Static pages (subtype=static) bypass inner.php and inject content
   directly into the body. Without padding the fixed header overlaps. */
body.page-impresszum > .main-content { padding-top: 80px; }
body.page-adatvedelmi > .main-content { padding-top: 80px; }


/* ===== FONT-COLOR-RUNTIME-OVERRIDE ===== */
/* Live Edit inserts inline <font color="…">; override to brand color
   non-destructively. !important is required (inline attribute beats rules). */
font[color] { color: var(--brand) !important; }


/* ===== LEGAL-PAGES-DEFAULT-STYLES ===== */
/* Impresszum + Adatvédelmi page styling (add-default-legal-pages-v2 — rk-teto pattern). */
.impresszum-wrap, .adatvedelmi-wrap { max-width: 980px; margin: 0 auto; padding: 32px 20px 80px; line-height: 1.65; color: #4a4a4a; }

/* Intro box — left brand-border, soft gray bg. */
.impresszum-intro-box, .adatvedelmi-intro-box {
  background: #f5f5f5;
  border-left: 4px solid var(--primary, currentColor);
  padding: 24px 28px;
  border-radius: 8px;
  margin: 0 0 48px;
  line-height: 1.75;
}
.impresszum-intro-box p, .adatvedelmi-intro-box p { margin: 0; }

/* Section heading — UPPERCASE + MDI-icon + thin divider. */
.impresszum-section, .adatvedelmi-section { margin: 48px 0; }
.impresszum-h2, .adatvedelmi-h2 {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #1a1a1a;
}
.impresszum-h2 > i, .adatvedelmi-h2 > i { color: var(--primary, currentColor); font-size: 1.4em; line-height: 1; }

/* Card grid for identity data (Üzemeltető / Adatkezelő). */
.impresszum-grid, .adatvedelmi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.impresszum-card, .adatvedelmi-card {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 18px 20px;
}
.impresszum-label, .adatvedelmi-label {
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: #888;
  font-weight: 600;
  margin-bottom: 8px;
}
.impresszum-value, .adatvedelmi-value { color: #1a1a1a; font-weight: 500; }
.adatvedelmi-value a { color: inherit; text-decoration: none; }
.adatvedelmi-value a:hover { text-decoration: underline; }

/* TODO placeholders — italic + brand color. */
.impresszum-todo, .adatvedelmi-todo {
  color: var(--primary, currentColor) !important;
  font-style: italic;
  font-weight: 500;
}

/* Pill-style contact links. */
.impresszum-contact-row, .adatvedelmi-contact-row { display: flex; flex-wrap: wrap; gap: 12px; }
.impresszum-pill, .adatvedelmi-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 14px 22px;
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 500;
}
.impresszum-pill > i, .adatvedelmi-pill > i { color: var(--primary, currentColor); font-size: 1.15em; }
.impresszum-pill:hover, .adatvedelmi-pill:hover { background: #fafafa; }

/* Lists (Adatvédelmi célok + Érintetti jogok). */
.adatvedelmi-list { padding-left: 22px; margin: 0; }
.adatvedelmi-list li { margin: 6px 0; }

/* Body paragraphs in legal sections. */
.impresszum-section > p, .adatvedelmi-section > p { margin: 0; }

/* Footer legal-link separator. */
.footer-legal-sep { opacity: 0.5; margin: 0 4px; user-select: none; }
.footer-bottom-links .footer-legal-link { text-decoration: none; }
.footer-bottom-links .footer-legal-link:hover { text-decoration: underline; }

@media (max-width: 640px) {
  .impresszum-wrap, .adatvedelmi-wrap { padding: 24px 16px 60px; }
  .impresszum-grid, .adatvedelmi-grid { grid-template-columns: 1fr; }
  .impresszum-section, .adatvedelmi-section { margin: 36px 0; }
}
