
:root {
  color-scheme: dark;
  --bg: #070a08;
  --bg-soft: #0b100d;
  --panel: rgba(14, 20, 16, .88);
  --panel-solid: #0e1410;
  --panel-2: #111913;
  --line: rgba(255,255,255,.09);
  --line-green: rgba(90,215,145,.24);
  --green: #5ad791;
  --green-soft: #94e8b9;
  --text: #f2f6f3;
  --muted: #a0aca4;
  --muted-2: #717e75;
  --max: 1380px;
  --radius-xl: 28px;
  --radius-lg: 20px;
  --shadow: 0 28px 90px rgba(0,0,0,.32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 10% -10%, rgba(90,215,145,.10), transparent 34%),
    radial-gradient(circle at 90% 22%, rgba(90,215,145,.06), transparent 28%),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .20;
  background-image:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
  z-index: -3;
}

a { color: inherit; }
button, input { font: inherit; }

.progress {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: rgba(255,255,255,.04);
}
.progress > span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #3fbf79, var(--green), #a7f1c6);
  box-shadow: 0 0 18px rgba(90,215,145,.65);
}

.ambient {
  position: fixed;
  pointer-events: none;
  z-index: -2;
  border-radius: 999px;
  filter: blur(50px);
  opacity: .16;
  animation: drift 16s ease-in-out infinite alternate;
}
.ambient.one { width: 360px; height: 360px; background: var(--green); left: -180px; top: 18vh; }
.ambient.two { width: 280px; height: 280px; background: #2c7d51; right: -120px; top: 58vh; animation-delay: -5s; }

@keyframes drift {
  from { transform: translate3d(0,-15px,0) scale(.94); }
  to { transform: translate3d(40px,40px,0) scale(1.08); }
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 800;
  backdrop-filter: blur(18px);
  background: rgba(7,10,8,.77);
  border-bottom: 1px solid var(--line);
}
.topbar-inner {
  width: min(calc(100% - 32px), var(--max));
  height: 76px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 18px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: .08em;
}
.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  position: relative;
  background: #111913;
  border: 1px solid rgba(90,215,145,.34);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02), 0 0 22px rgba(90,215,145,.07);
}
.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  background: var(--green);
  border-radius: 3px;
}
.brand-mark::before { width: 16px; height: 3px; left: 8px; top: 10px; }
.brand-mark::after { width: 10px; height: 3px; left: 8px; top: 19px; }

.top-spacer { flex: 1; }

.top-action,
.menu-button {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.035);
  color: var(--text);
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 12px;
  cursor: pointer;
  transition: .2s ease;
}
.top-action:hover,
.menu-button:hover {
  border-color: var(--line-green);
  background: rgba(90,215,145,.07);
}
.menu-button { display: none; }

.hero {
  width: min(calc(100% - 32px), var(--max));
  margin: 44px auto 28px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 32px;
  background:
    linear-gradient(130deg, rgba(90,215,145,.10), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,.025), transparent),
    #0a0f0c;
  box-shadow: var(--shadow);
}
.hero::after {
  content:"";
  position:absolute;
  width: 400px;
  height: 400px;
  right: -170px;
  top: -190px;
  border-radius: 999px;
  border: 1px solid rgba(90,215,145,.18);
  box-shadow:
    0 0 0 46px rgba(90,215,145,.025),
    0 0 0 92px rgba(90,215,145,.015);
}
.hero-inner {
  padding: clamp(34px, 6vw, 78px);
  position: relative;
  z-index: 2;
}
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 48px;
}
.back-link:hover { color: var(--green); }
.eyebrow {
  color: var(--green);
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .19em;
  font-size: 12px;
  margin-bottom: 16px;
}
.hero h1 {
  max-width: 910px;
  font-size: clamp(38px, 6vw, 78px);
  line-height: .98;
  letter-spacing: -.055em;
  margin: 0;
}
.hero-lead {
  max-width: 860px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 2vw, 20px);
}
.hero-meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 10px;
  margin-top: 42px;
}
.meta-card {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.025);
  border-radius: 16px;
  padding: 16px;
}
.meta-card span {
  display:block;
  color: var(--muted-2);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 10px;
  font-weight: 800;
}
.meta-card strong {
  display:block;
  margin-top: 5px;
  font-size: 14px;
  color: var(--text);
}

.utility {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}
.search-wrap {
  position: relative;
}
.search-wrap input {
  width: 100%;
  height: 52px;
  border: 1px solid var(--line);
  background: #0b100d;
  color: var(--text);
  border-radius: 15px;
  outline: none;
  padding: 0 48px 0 48px;
  transition: .2s ease;
}
.search-wrap input:focus {
  border-color: rgba(90,215,145,.5);
  box-shadow: 0 0 0 4px rgba(90,215,145,.06);
}
.search-icon {
  position:absolute;
  left:17px;
  top: 14px;
  color: var(--muted-2);
}
.search-count {
  position:absolute;
  right: 16px;
  top: 15px;
  font-size: 12px;
  color: var(--muted-2);
}
.search-results {
  display:none;
  position:absolute;
  left:0; right:0;
  top:60px;
  z-index:600;
  padding:8px;
  max-height: 340px;
  overflow:auto;
  background:#0c120e;
  border:1px solid var(--line);
  border-radius:15px;
  box-shadow: var(--shadow);
}
.search-results.open { display:block; }
.search-result {
  display:block;
  width:100%;
  text-align:left;
  border:0;
  color:var(--text);
  background:transparent;
  padding:12px;
  border-radius:10px;
  cursor:pointer;
}
.search-result:hover { background: rgba(90,215,145,.07); }
.search-result small { display:block; color:var(--green); margin-bottom:2px; }
.search-result span { color:var(--muted); font-size:13px; }

.utility-buttons {
  display:flex;
  gap:8px;
}
.utility-button {
  height:52px;
  padding: 0 17px;
  border-radius:15px;
  border:1px solid var(--line);
  background:#0b100d;
  color:var(--text);
  cursor:pointer;
  font-weight:750;
  transition:.2s ease;
}
.utility-button:hover { border-color:var(--line-green); background:rgba(90,215,145,.06); }

.layout {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: 300px minmax(0,1fr);
  gap: 24px;
  align-items: start;
}
.sidebar {
  position: sticky;
  top: 100px;
  max-height: calc(100vh - 120px);
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(11,16,13,.78);
  backdrop-filter: blur(14px);
  padding: 14px;
}
.sidebar-title {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 7px 8px 12px;
  color:var(--muted);
  font-size:12px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.toc {
  display:flex;
  flex-direction:column;
  gap:3px;
}
.toc-link {
  display:grid;
  grid-template-columns:38px 1fr;
  gap:4px;
  align-items:center;
  text-decoration:none;
  padding:10px 9px;
  border-radius:11px;
  color:var(--muted);
  transition:.18s ease;
}
.toc-link span {
  color:var(--muted-2);
  font-size:11px;
  font-weight:900;
}
.toc-link b {
  font-size:12px;
  font-weight:700;
  line-height:1.3;
}
.toc-link:hover,
.toc-link.active {
  color:var(--text);
  background:rgba(90,215,145,.07);
}
.toc-link.active span { color:var(--green); }

.content {
  min-width: 0;
}
.notice {
  border: 1px solid var(--line-green);
  background: linear-gradient(135deg, rgba(90,215,145,.08), rgba(255,255,255,.018));
  border-radius: var(--radius-lg);
  padding: 25px;
  margin-bottom: 20px;
}
.notice-label {
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--green);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:11px;
  font-weight:900;
}
.notice h2 {
  margin: 10px 0 8px;
  font-size: 24px;
}
.notice p { color:var(--muted); margin:0; }

.legal-section {
  position: relative;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,.006));
  border-radius: var(--radius-xl);
  padding: clamp(24px, 4vw, 46px);
  margin-bottom: 20px;
  overflow: hidden;
  transition: border-color .25s ease, transform .25s ease, background .25s ease;
}
.legal-section::before {
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:2px;
  background: linear-gradient(to bottom, transparent, rgba(90,215,145,.7), transparent);
  opacity:.35;
}
.legal-section.search-hit {
  border-color: rgba(90,215,145,.55);
  box-shadow: 0 0 0 4px rgba(90,215,145,.04);
}
.section-head {
  display:grid;
  grid-template-columns:56px 1fr;
  gap:18px;
  align-items:start;
  margin-bottom: 28px;
}
.section-index {
  display:flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  border-radius:14px;
  border:1px solid var(--line-green);
  color:var(--green);
  background:rgba(90,215,145,.06);
  font-weight:900;
  font-size:13px;
}
.section-kicker {
  color:var(--muted-2);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:10px;
  font-weight:850;
  margin-bottom:5px;
}
.legal-section h2 {
  margin:0;
  font-size:clamp(24px,3vw,36px);
  line-height:1.12;
  letter-spacing:-.025em;
}
.section-body > p {
  margin: 0 0 16px;
  color:#c5cec8;
}
.subheading {
  margin: 30px 0 13px;
  font-size:18px;
  line-height:1.35;
  color:var(--text);
}
.subheading:first-child { margin-top:0; }

.keyline,
.data-row {
  display:grid;
  grid-template-columns:minmax(160px, 230px) 1fr;
  gap:18px;
  padding:15px 16px;
  margin:9px 0;
  border-radius:13px;
  background:rgba(255,255,255,.022);
  border:1px solid rgba(255,255,255,.055);
}
.keyline-label,
.data-label {
  color:var(--green-soft);
  font-weight:800;
  font-size:13px;
}
.keyline-text,
.data-value {
  color:#c8d1cb;
  font-size:14px;
}

.reveal {
  opacity:0;
  transform: translateY(18px);
}
.reveal.visible {
  opacity:1;
  transform:none;
  transition: opacity .55s ease, transform .55s ease;
}

.footer {
  border-top:1px solid var(--line);
  background:#080c09;
}
.footer-inner {
  width:min(calc(100% - 32px), var(--max));
  margin:auto;
  padding:42px 0;
}
.footer-grid {
  display:grid;
  grid-template-columns:1.4fr 1fr;
  gap:30px;
  align-items:end;
}
.footer-brand p {
  color:var(--muted);
  max-width:600px;
  font-size:14px;
}
.footer-nav {
  display:flex;
  flex-wrap:wrap;
  gap:10px 18px;
  justify-content:flex-end;
}
.footer-nav a,
.footer-nav button {
  border:0;
  background:transparent;
  color:var(--muted);
  text-decoration:none;
  padding:0;
  cursor:pointer;
}
.footer-nav a:hover,
.footer-nav button:hover { color:var(--green); }
.footer-bottom {
  display:flex;
  justify-content:space-between;
  gap:18px;
  margin-top:30px;
  padding-top:24px;
  border-top:1px solid var(--line);
  color:var(--muted-2);
  font-size:12px;
}

.mobile-panel {
  display:none;
  position:fixed;
  inset:0;
  z-index:1200;
  background:rgba(3,5,4,.78);
  backdrop-filter:blur(12px);
}
.mobile-panel.open { display:block; }
.mobile-panel-card {
  position:absolute;
  left:12px;
  right:12px;
  top:12px;
  bottom:12px;
  overflow:auto;
  background:#0a0f0c;
  border:1px solid var(--line);
  border-radius:22px;
  padding:16px;
}
.mobile-panel-head {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:10px;
}
.mobile-panel-head strong { font-size:15px; }
.close-button {
  border:1px solid var(--line);
  color:var(--text);
  background:#121913;
  border-radius:10px;
  padding:8px 11px;
}

.toast {
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:1500;
  padding:13px 16px;
  border-radius:12px;
  border:1px solid var(--line-green);
  background:#101712;
  color:var(--text);
  box-shadow:var(--shadow);
  opacity:0;
  transform:translateY(12px);
  pointer-events:none;
  transition:.2s ease;
}
.toast.show { opacity:1; transform:none; }

@media (max-width: 1050px) {
  .layout { grid-template-columns:1fr; }
  .sidebar { display:none; }
  .menu-button { display:inline-flex; }
  .hero-meta { grid-template-columns:repeat(2,1fr); }
}

@media (max-width: 720px) {
  .topbar-inner { width:min(calc(100% - 20px), var(--max)); height:66px; }
  .brand { font-size:13px; }
  .top-action { display:none; }
  .hero, .utility, .layout, .footer-inner { width:calc(100% - 20px); }
  .hero { margin-top:20px; border-radius:22px; }
  .hero-inner { padding:28px 22px 32px; }
  .back-link { margin-bottom:34px; }
  .hero h1 { font-size:42px; }
  .hero-meta { grid-template-columns:1fr 1fr; }
  .utility { grid-template-columns:1fr; }
  .utility-buttons { display:grid; grid-template-columns:1fr 1fr; }
  .utility-button { width:100%; }
  .legal-section { border-radius:20px; padding:24px 19px; }
  .section-head { grid-template-columns:44px 1fr; gap:12px; }
  .section-index { width:40px; height:40px; border-radius:12px; }
  .keyline, .data-row { grid-template-columns:1fr; gap:5px; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-nav { justify-content:flex-start; }
  .footer-bottom { flex-direction:column; }
}

@media (max-width: 480px) {
  .hero-meta { grid-template-columns:1fr; }
  .hero h1 { font-size:36px; }
}

@media print {
  .progress, .topbar, .utility, .sidebar, .ambient, .mobile-panel, .toast, .back-link { display:none !important; }
  body { background:#fff; color:#111; }
  body::before { display:none; }
  .hero, .layout, .footer-inner { width:100%; margin:0; }
  .hero { border:0; box-shadow:none; background:#fff; color:#111; }
  .hero h1, .legal-section h2 { color:#111; }
  .hero-lead, .section-body > p, .keyline-text, .data-value { color:#333; }
  .legal-section { break-inside:avoid; border:1px solid #ddd; background:#fff; }
  .footer { background:#fff; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior:auto !important;
    animation-duration:.001ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.001ms !important;
  }
  .reveal { opacity:1; transform:none; }
}


/* =========================================================
   EGYSZÁZAD PREMIUM ANIMATED LOGO + FOOTER
   ========================================================= */

.brand {
  position: relative;
}

.esz-logo {
  position: relative;
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 42px;
  filter: drop-shadow(0 0 16px rgba(90,215,145,.18));
}

.esz-logo-core {
  position: relative;
  z-index: 3;
  width: 30px;
  height: 30px;
  border-radius: 11px;
  background:
    linear-gradient(145deg, rgba(90,215,145,.13), rgba(255,255,255,.015)),
    #0d1510;
  border: 1px solid rgba(90,215,145,.35);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.025),
    0 8px 30px rgba(0,0,0,.34);
  overflow: hidden;
  animation: logoCoreFloat 4.5s ease-in-out infinite;
}

.esz-logo-core::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: linear-gradient(
    115deg,
    transparent 35%,
    rgba(90,215,145,.22) 49%,
    rgba(255,255,255,.22) 50%,
    rgba(90,215,145,.12) 51%,
    transparent 65%
  );
  transform: translateX(-80%) rotate(8deg);
  animation: logoSheen 5.6s ease-in-out infinite;
}

.esz-logo-line {
  position: absolute;
  left: 7px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, #48ca82, #8bedb8);
  box-shadow: 0 0 10px rgba(90,215,145,.45);
}

.esz-logo-line.line-a {
  width: 15px;
  top: 8px;
  animation: logoLineA 3.2s ease-in-out infinite;
}

.esz-logo-line.line-b {
  width: 10px;
  top: 17px;
  animation: logoLineB 3.2s ease-in-out infinite .18s;
}

.esz-logo-dot {
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px rgba(90,215,145,.85);
  animation: logoPulse 2.2s ease-in-out infinite;
}

.esz-logo-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(90,215,145,.18);
  pointer-events: none;
}

.orbit-a {
  inset: 1px;
  animation: logoOrbit 8s linear infinite;
}

.orbit-b {
  inset: 5px;
  border-style: dashed;
  border-color: rgba(90,215,145,.13);
  animation: logoOrbitReverse 11s linear infinite;
}

@keyframes logoOrbit {
  to { transform: rotate(360deg); }
}

@keyframes logoOrbitReverse {
  to { transform: rotate(-360deg); }
}

@keyframes logoCoreFloat {
  0%,100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-2px) scale(1.025); }
}

@keyframes logoSheen {
  0%, 68% { transform: translateX(-90%) rotate(8deg); opacity: 0; }
  76% { opacity: 1; }
  92%,100% { transform: translateX(90%) rotate(8deg); opacity: 0; }
}

@keyframes logoLineA {
  0%,100% { width: 15px; opacity: .95; }
  50% { width: 18px; opacity: 1; }
}

@keyframes logoLineB {
  0%,100% { width: 10px; opacity: .8; }
  50% { width: 14px; opacity: 1; }
}

@keyframes logoPulse {
  0%,100% { transform: scale(.85); opacity: .62; }
  50% { transform: scale(1.35); opacity: 1; }
}

.footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.085);
  background:
    radial-gradient(circle at 15% 0%, rgba(90,215,145,.08), transparent 28%),
    linear-gradient(180deg, #090d0a 0%, #070a08 100%);
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,.016) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.016) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 78%);
  opacity: .55;
}

.footer-glow {
  position: absolute;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .12;
  pointer-events: none;
}

.footer-glow-left {
  left: -150px;
  top: -120px;
  background: var(--green);
}

.footer-glow-right {
  right: -140px;
  bottom: -150px;
  background: #2d7f52;
}

.footer-orbit-lines {
  position: absolute;
  width: 500px;
  height: 500px;
  right: -250px;
  top: -270px;
  border-radius: 50%;
  border: 1px solid rgba(90,215,145,.08);
  box-shadow:
    0 0 0 55px rgba(90,215,145,.018),
    0 0 0 110px rgba(90,215,145,.012);
  pointer-events: none;
  animation: footerOrbitFloat 12s ease-in-out infinite alternate;
}

@keyframes footerOrbitFloat {
  from { transform: translate3d(0,0,0) rotate(0deg); }
  to { transform: translate3d(-18px,24px,0) rotate(10deg); }
}

.footer-inner {
  position: relative;
  z-index: 2;
  padding: 54px 0 34px;
}

.footer-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding-bottom: 24px;
  margin-bottom: 34px;
  border-bottom: 1px solid var(--line);
}

.footer-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  color: var(--green-soft);
  border: 1px solid rgba(90,215,145,.18);
  background: rgba(90,215,145,.05);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
}

.footer-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.footer-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px rgba(90,215,145,.7);
  animation: footerStatusPulse 2.2s ease-in-out infinite;
}

@keyframes footerStatusPulse {
  0%,100% { opacity: .5; transform: scale(.85); }
  50% { opacity: 1; transform: scale(1.15); }
}

.footer-grid-premium {
  grid-template-columns: 1.15fr .85fr;
  gap: 70px;
  align-items: start;
}

.footer-logo-link {
  display: inline-flex;
  width: fit-content;
  gap: 14px;
}

.footer-logo-link:hover .esz-logo-core {
  border-color: rgba(90,215,145,.6);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.04),
    0 0 28px rgba(90,215,145,.12);
}

.footer-brand-word {
  font-size: 17px;
  letter-spacing: .13em;
}

.footer-lead {
  margin: 22px 0 0;
  max-width: 570px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.footer-contact-card {
  display: inline-grid;
  gap: 4px;
  margin-top: 22px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.022);
}

.footer-contact-card span {
  color: var(--muted-2);
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: 10px;
  font-weight: 800;
}

.footer-contact-card a {
  color: var(--green-soft);
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
}

.footer-nav-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
}

.footer-nav-group {
  min-width: 0;
}

.footer-nav-title {
  display: block;
  color: var(--text);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .11em;
  margin-bottom: 14px;
}

.footer-nav-premium {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.footer-nav-premium a,
.footer-nav-premium button {
  position: relative;
  display: inline-flex;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
  transition: color .2s ease, transform .2s ease;
}

.footer-nav-premium a::before,
.footer-nav-premium button::before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -3px;
  background: var(--green);
  transition: width .2s ease;
}

.footer-nav-premium a:hover,
.footer-nav-premium button:hover {
  color: var(--green-soft);
  transform: translateX(3px);
}

.footer-nav-premium a:hover::before,
.footer-nav-premium button:hover::before {
  width: 100%;
}

.footer-legal-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 10px;
  margin-top: 40px;
}

.footer-legal-strip > div {
  padding: 15px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.018);
}

.footer-legal-label {
  display: block;
  color: var(--muted-2);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 9px;
  font-weight: 900;
  margin-bottom: 4px;
}

.footer-legal-strip strong {
  color: #d7e1da;
  font-size: 12px;
}

.footer-bottom-premium {
  margin-top: 28px;
}

.footer-signature {
  color: var(--green);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 850;
}

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

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

@media (max-width: 620px) {
  .footer-inner {
    padding-top: 38px;
  }

  .footer-topline {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-nav-wrap,
  .footer-legal-strip {
    grid-template-columns: 1fr;
  }

  .footer-bottom-premium {
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .esz-logo-core,
  .esz-logo-core::before,
  .esz-logo-line,
  .esz-logo-dot,
  .esz-logo-orbit,
  .footer-orbit-lines,
  .footer-status i {
    animation: none !important;
  }
}


/* =========================================================
   EGYSZÁZAD 1% KINETIC BRAND MARK
   Dashboard / Landing / Mentoring compatible visual language
   ========================================================= */

.kinetic-brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  overflow: visible;
  isolation: isolate;
  flex: 0 0 auto;
  animation: kineticBrandReveal .62s cubic-bezier(.22,1,.36,1) both;
}

.kinetic-brand-symbol {
  display: block;
  width: 62px;
  height: auto;
  overflow: visible;
  flex: 0 0 auto;
  transform: translateZ(0);
  filter:
    drop-shadow(0 18px 34px rgba(0,0,0,.48))
    drop-shadow(0 0 14px rgba(90,215,145,.11));
}

.kinetic-brand-symbol path,
.kinetic-brand-symbol circle {
  vector-effect: non-scaling-stroke;
}

.kinetic-one-core {
  fill: rgba(10,48,31,.72);
  stroke: rgba(117,244,170,.34);
  stroke-linejoin: miter;
  stroke-width: 1.15;
}

.kinetic-one-edge {
  fill: none;
  stroke: rgba(232,255,240,.18);
  stroke-linejoin: miter;
  stroke-width: .7;
}

.kinetic-one-flow {
  fill: none;
  stroke: rgba(121,255,179,.96);
  stroke-linecap: round;
  stroke-width: 2.2;
  stroke-dasharray: 9 42;
  stroke-dashoffset: 44;
  opacity: 0;
  animation: kineticOneFlow 1s cubic-bezier(.22,1,.36,1) infinite;
  filter: drop-shadow(0 0 8px rgba(90,215,145,.58));
}

.kinetic-percent-slash {
  fill: none;
  stroke: rgba(229,255,238,.82);
  stroke-linecap: round;
  stroke-width: 1.2;
  filter: drop-shadow(0 0 7px rgba(132,255,184,.22));
}

.kinetic-node {
  fill: none;
  stroke: rgba(124,244,169,.88);
  stroke-width: 1.25;
  transform-box: fill-box;
  transform-origin: center;
  animation: kineticNodeBreathe 2.4s cubic-bezier(.65,0,.35,1) infinite;
  filter:
    drop-shadow(0 0 4px rgba(90,215,145,.30))
    drop-shadow(0 0 8px rgba(215,192,139,.16));
}

.kinetic-node-b {
  animation-delay: -1.12s;
}

.kinetic-node-point {
  fill: rgba(236,255,242,.86);
  stroke: none;
  filter: drop-shadow(0 0 5px rgba(90,215,145,.42));
}

.brand:hover .kinetic-brand-symbol,
.footer-logo-link:hover .kinetic-brand-symbol {
  filter:
    drop-shadow(0 18px 34px rgba(0,0,0,.52))
    drop-shadow(0 0 20px rgba(90,215,145,.22));
}

@keyframes kineticBrandReveal {
  0% {
    opacity: 0;
    filter: blur(7px);
    transform: translate3d(0,6px,0) scale(.96);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0,0,0) scale(1);
  }
}

@keyframes kineticOneFlow {
  0% {
    opacity: 0;
    stroke-dashoffset: 44;
  }
  18% {
    opacity: 1;
  }
  72% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    stroke-dashoffset: -7;
  }
}

@keyframes kineticNodeBreathe {
  0%, 100% {
    opacity: .56;
    transform: scale(.86);
  }
  50% {
    opacity: 1;
    transform: scale(1.22);
  }
}

/* Header logo alignment */
.topbar .brand {
  gap: 12px;
}

.topbar .kinetic-brand-symbol {
  width: 58px;
}

/* Premium footer brand lockup */
.footer-logo-link {
  gap: 15px;
  align-items: center;
}

.footer-logo-link .kinetic-brand-symbol {
  width: 72px;
}

.footer-brand-copy {
  display: grid !important;
  gap: 4px;
  margin: 0 !important;
}

.footer-brand-copy strong {
  display: block;
  color: var(--text);
  font-size: 18px;
  line-height: 1;
  letter-spacing: .14em;
  font-weight: 900;
}

.footer-brand-copy small {
  display: block;
  margin: 0;
  color: var(--muted-2);
  font-size: 9px;
  line-height: 1.2;
  letter-spacing: .16em;
  font-weight: 850;
}

/* Footer gets a more architectural premium depth */
.footer-grid-premium {
  position: relative;
}

.footer-brand {
  position: relative;
  padding: 4px 0;
}

.footer-brand::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  width: min(420px, 82%);
  height: 1px;
  background: linear-gradient(90deg, rgba(90,215,145,.42), rgba(90,215,145,.04), transparent);
}

.footer-contact-card {
  position: relative;
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.footer-contact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 20%, rgba(90,215,145,.06), transparent 76%);
  transform: translateX(-120%);
  transition: transform .65s cubic-bezier(.22,1,.36,1);
}

.footer-contact-card:hover {
  transform: translateY(-2px);
  border-color: rgba(90,215,145,.25);
  background: rgba(90,215,145,.035);
}

.footer-contact-card:hover::before {
  transform: translateX(120%);
}

.footer-legal-strip > div {
  position: relative;
  overflow: hidden;
  transition: border-color .2s ease, transform .2s ease;
}

.footer-legal-strip > div::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 1px;
  background: var(--green);
  opacity: .38;
}

.footer-legal-strip > div:hover {
  border-color: rgba(90,215,145,.18);
  transform: translateY(-2px);
}

@media (max-width: 720px) {
  .topbar .kinetic-brand-symbol {
    width: 50px;
  }

  .footer-logo-link .kinetic-brand-symbol {
    width: 64px;
  }

  .footer-brand-copy strong {
    font-size: 15px;
  }

  .footer-brand-copy small {
    font-size: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kinetic-brand,
  .kinetic-one-flow,
  .kinetic-node {
    animation: none !important;
  }

  .kinetic-one-flow {
    opacity: 1;
    stroke-dashoffset: 0;
  }

  .kinetic-node {
    opacity: 1;
    transform: none;
  }
}


/* Cookie Policy / Consent Center page */
.cookie-control-panel {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 24px;
  align-items: center;
  padding: 26px;
  border-radius: 24px;
  border: 1px solid rgba(90,215,145,.18);
  background:
    linear-gradient(135deg, rgba(90,215,145,.075), rgba(255,255,255,.012)),
    #0a0f0c;
  box-shadow: 0 22px 80px rgba(0,0,0,.22);
}

.cookie-control-copy h2 {
  margin: 8px 0 8px;
  font-size: 27px;
}

.cookie-control-copy p {
  margin: 0;
  color: var(--muted);
}

.cookie-control-status {
  display: grid;
  gap: 8px;
}

.cookie-status-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,255,255,.02);
  font-size: 13px;
}

.cookie-status-row span {
  color: var(--muted);
}

.cookie-status-row strong {
  color: #b5c0b8;
}

.cookie-status-row .status-on,
.status-on {
  color: var(--green);
}

.cookie-status-row .status-off,
.status-off {
  color: #d7c08b;
}

.cookie-control-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.primary-cookie-action {
  background: var(--green);
  color: #071009;
  border-color: transparent;
}

.cookie-table-wrap {
  overflow-x: auto;
  margin-top: 26px;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.cookie-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: rgba(255,255,255,.012);
}

.cookie-table th,
.cookie-table td {
  padding: 14px 15px;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,.06);
  vertical-align: top;
}

.cookie-table th {
  color: var(--green-soft);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .09em;
  background: rgba(90,215,145,.045);
}

.cookie-table td {
  color: #c5cec8;
  font-size: 13px;
}

.cookie-table td:first-child {
  color: #f0f5f1;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
}

.cookie-table tr:last-child td {
  border-bottom: 0;
}

.cookie-open-button {
  cursor: pointer;
}

@media(max-width: 850px) {
  .cookie-control-panel {
    grid-template-columns: 1fr;
  }

  .cookie-control-actions {
    grid-column: auto;
  }
}

@media(max-width: 720px) {
  .cookie-control-panel {
    width: calc(100% - 20px);
    padding: 20px;
    border-radius: 20px;
  }

  .cookie-control-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}
