/* ═══════════════════════════════════════
   HELIA — components.css
   Buttons, Cards, Filter-UI, Badges, Mockups
═══════════════════════════════════════ */

/* ── NAV ── */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 400; height: 68px; display: flex; align-items: center; justify-content: space-between; padding: 0 44px; background: rgba(244,242,236,.78); backdrop-filter: blur(16px); border-bottom: 1px solid transparent; transition: background .5s cubic-bezier(.22,1,.36,1), border-color .5s cubic-bezier(.22,1,.36,1), backdrop-filter .5s }
nav.scrolled { background: rgba(244,242,236,.95); border-bottom-color: var(--c3); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); }
.NLOGO {
  font-family: var(--S);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--k);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.NLOGO span {
  color: var(--p1);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .2em;
  margin: 0 4px 0 6px;
}
.NDOT {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px #22c55e;
  margin-left: 7px;
  animation: NDOTA 2s infinite;
}
.NLINKS {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 0;
  align-items: center;
}
.NLINK { font-family: var(--M); font-size: 11px; color: var(--m); text-decoration: none; letter-spacing: 2.2px; text-transform: uppercase; padding: 10px 20px; transition: color .2s; position: relative; display: inline-flex; align-items: center; gap: 10px }
.NLINK:hover { color: var(--k) }
.NLINK.active { color: var(--k); font-weight: 600 }

/* AOS nav link — pulsing purple glow dot */
.NLINK-AOS { color: var(--p3); font-weight: 600 }
.NLINK-AOS:hover { color: var(--p1) }
.NLINK-AOS .NLINK-GLOW {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--p1);
  box-shadow: 0 0 10px var(--p1), 0 0 20px rgba(139,92,246,.4);
  animation: navAosPulse 1.8s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes navAosPulse {
  0%,100% { opacity: 1; transform: scale(1); box-shadow: 0 0 10px var(--p1), 0 0 20px rgba(139,92,246,.35); }
  50%     { opacity: .6; transform: scale(1.4); box-shadow: 0 0 16px var(--p1), 0 0 30px rgba(139,92,246,.55); }
}
.NCTA {
  font-family: var(--S);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -.005em;
  padding: 11px 24px;
  background: linear-gradient(135deg, #8B5CF6 0%, #6D28D9 100%);
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 22px -8px rgba(139,92,246,.55);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.NCTA:hover {
  background: linear-gradient(135deg, #9B7BFF 0%, #7C3AED 100%);
  transform: translateY(-1px);
  box-shadow: 0 12px 28px -8px rgba(139,92,246,.7);
  color: #fff;
}

/* ── BUTTONS ── */
.BIGBTN { display: flex; align-items: center; justify-content: space-between; gap: 16px; font-family: var(--M); font-size: 10px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; padding: 18px 28px; background: var(--k); color: var(--c); text-decoration: none; transition: all .35s; position: relative; overflow: hidden }
.BIGBTN::after { content: ''; position: absolute; inset: 0; background: var(--g); transform: translateX(-101%); transition: transform .4s cubic-bezier(.16,1,.3,1) }
.BIGBTN:hover::after { transform: translateX(0) }
.BIGBTN-IN { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100% }
.BTN2 { display: flex; align-items: center; gap: 10px; font-family: var(--M); font-size: 9px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; padding: 14px 20px; border: 1px solid var(--c3); color: var(--m); text-decoration: none; transition: all .2s }
.BTN2:hover { border-color: var(--k); color: var(--k) }

/* ── SECTION HEADERS ── */
.S-EY { font-family: var(--M); font-size: 9px; letter-spacing: 4px; text-transform: uppercase; color: var(--m2); margin-bottom: 16px; display: flex; align-items: center; gap: 10px }
.S-EY::before { content: ''; width: 14px; height: 1px; background: var(--m2) }
.S-TI { font-size: clamp(30px, 4.5vw, 60px); font-weight: 900; letter-spacing: -2.5px; line-height: 1; margin-bottom: 10px }
.S-SU { font-size: 16px; color: var(--m); font-weight: 300; margin-bottom: 52px; max-width: 540px; line-height: 1.7 }

/* ── PRODUCT CARDS ── */
.PG { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--c3) }
.PC { background: var(--c); display: flex; flex-direction: column; position: relative; transition: all .45s cubic-bezier(.16,1,.3,1); overflow: hidden }
.PC:hover { background: var(--k); transform: translateY(-6px); z-index: 2; box-shadow: 0 20px 56px rgba(12,11,8,.13) }
.PCN { font-family: var(--M); font-size: 92px; font-weight: 900; color: var(--c2); line-height: 1; position: absolute; top: 12px; right: 14px; letter-spacing: -5px; pointer-events: none; transition: color .45s }
.PC:hover .PCN { color: rgba(12,11,8,.04) }
.PC-TOP { padding: 32px 32px 0; position: relative; z-index: 1 }
.PC-TAG { font-family: var(--M); font-size: 8px; letter-spacing: 3px; text-transform: uppercase; padding: 4px 11px; border: 1px solid var(--c4); color: var(--m); display: inline-block; margin-bottom: 15px; transition: all .45s }
.PC:hover .PC-TAG { border-color: rgba(244,242,236,.1); color: rgba(244,242,236,.35) }
.PC-TI { font-size: 21px; font-weight: 900; letter-spacing: -.4px; margin-bottom: 9px; line-height: 1.1; color: var(--k); transition: color .45s }
.PC:hover .PC-TI { color: rgba(244,242,236,.9) }
.PC-SU { font-size: 13px; color: var(--m); line-height: 1.6; margin-bottom: 18px; transition: color .45s; font-weight: 300 }
.PC:hover .PC-SU { color: rgba(244,242,236,.35) }
.PC-BOT { padding: 20px 32px 30px }
.PC-LI { list-style: none; margin-bottom: 16px }
.PC-LI li { font-family: var(--M); font-size: 11px; color: var(--m); padding: 6px 0; border-bottom: 1px solid var(--c3); display: flex; gap: 8px; line-height: 1.4; transition: all .45s }
.PC:hover .PC-LI li { color: rgba(244,242,236,.36); border-color: rgba(244,242,236,.05) }
.PC-LI li::before { content: '→'; font-size: 9px; flex-shrink: 0; color: var(--g2); opacity: .5; transition: color .45s }
.PC:hover .PC-LI li::before { color: rgba(139,92,246,.4) }
.PC-PX { display: flex; justify-content: space-between; align-items: center; padding: 13px 0; border-top: 1px solid var(--c3); margin-bottom: 12px; transition: border-color .45s }
.PC:hover .PC-PX { border-color: rgba(244,242,236,.07) }
.PC-PR { font-family: var(--M); font-size: 17px; font-weight: 700; color: var(--k); letter-spacing: -.5px; transition: color .45s }
.PC:hover .PC-PR { color: rgba(244,242,236,.84) }
.PC-PN { font-family: var(--M); font-size: 8px; color: var(--m2); letter-spacing: 1px; transition: color .45s }
.PC:hover .PC-PN { color: rgba(244,242,236,.18) }
.PCTA { display: block; width: 100%; padding: 12px; text-align: center; font-family: var(--M); font-size: 9px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; background: var(--k); color: var(--c); border: none; cursor: pointer; transition: all .3s }
.PC:hover .PCTA { background: var(--c); color: var(--k) }
.PCTA:hover, .PC:hover .PCTA:hover { background: var(--g) !important; color: var(--k) !important }

/* ── MOCKUP UI ── */
.MOCK { background: var(--c2); border: 1px solid var(--c3); margin: 0 32px; overflow: hidden; transition: all .45s }
.PC:hover .MOCK { background: #0F0E0B; border-color: rgba(244,242,236,.05) }
.MB2 { height: 23px; display: flex; align-items: center; padding: 0 10px; gap: 5px; border-bottom: 1px solid var(--c3); transition: all .45s }
.PC:hover .MB2 { background: rgba(244,242,236,.03); border-color: rgba(244,242,236,.05) }
.MD2 { width: 7px; height: 7px; border-radius: 50% }
.MU2 { font-family: var(--M); font-size: 8px; color: var(--m2); margin-left: 8px; transition: color .45s }
.PC:hover .MU2 { color: rgba(244,242,236,.14) }
.MCHAT2 { display: flex; flex-direction: column; gap: 5px; padding: 9px 11px }
.MCU2 { padding: 6px 11px; font-family: var(--M); font-size: 9px; background: var(--k); color: var(--c); align-self: flex-end; max-width: 80%; line-height: 1.4; transition: all .45s }
.PC:hover .MCU2 { background: rgba(244,242,236,.1); color: rgba(244,242,236,.65) }
.MCB2 { padding: 6px 11px; font-family: var(--M); font-size: 9px; background: var(--c3); color: var(--k); align-self: flex-start; max-width: 80%; line-height: 1.4; transition: all .45s }
.PC:hover .MCB2 { background: rgba(244,242,236,.06); color: rgba(244,242,236,.62) }
.MCR { display: inline-block; width: 2px; height: 9px; background: var(--g); animation: MCR2 1s steps(1) infinite; vertical-align: middle }
.MDASH2 { padding: 7px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px }
.MDC2 { background: var(--c3); padding: 8px 9px; transition: background .45s }
.PC:hover .MDC2 { background: rgba(244,242,236,.04) }
.MDN2 { font-family: var(--M); font-size: 12px; font-weight: 600; margin-bottom: 1px; transition: color .45s }
.MDL2 { font-size: 7px; color: var(--m); text-transform: uppercase; letter-spacing: 1px; transition: color .45s }
.PC:hover .MDL2 { color: rgba(244,242,236,.2) }
.MDB2 { height: 2px; background: var(--c4); margin-top: 4px; overflow: hidden; transition: background .45s }
.PC:hover .MDB2 { background: rgba(244,242,236,.07) }
.MDBF2 { height: 100%; animation: MDBF3 2.2s ease forwards }
.MPORT2 { padding: 8px 11px; display: flex; flex-direction: column; gap: 4px }
.MPR2 { display: flex; justify-content: space-between; align-items: center; font-family: var(--M); font-size: 9px; color: var(--m); padding: 5px 0; border-bottom: 1px solid var(--c3); transition: all .45s }
.PC:hover .MPR2 { border-color: rgba(244,242,236,.05); color: rgba(244,242,236,.27) }
.MPST2 { font-family: var(--M); font-size: 7px; padding: 2px 7px; letter-spacing: 1px }
.SG2 { background: rgba(62,122,80,.07); color: rgba(62,122,80,.8); border: 1px solid rgba(62,122,80,.12) }
.SO2 { background: rgba(168,80,36,.06); color: rgba(168,80,36,.8); border: 1px solid rgba(168,80,36,.1) }
.SC2 { background: rgba(70,120,180,.06); color: rgba(70,120,180,.8); border: 1px solid rgba(70,120,180,.1) }

/* ── BADGES / TAGS ── */
.BADGE { font-family: var(--M); font-size: 7px; padding: 3px 10px; letter-spacing: 2px; text-transform: uppercase; display: inline-block }
.BADGE-HELIA { background: rgba(139,92,246,.1); color: var(--g2); border: 1px solid rgba(139,92,246,.2) }
.BADGE-GPU   { background: rgba(70,120,180,.06); color: rgba(70,120,180,.8); border: 1px solid rgba(70,120,180,.1) }
.BADGE-COMPACT { background: rgba(62,122,80,.06); color: rgba(62,122,80,.7); border: 1px solid rgba(62,122,80,.1) }
.BADGE-POP   { background: rgba(139,92,246,.15); color: var(--g2); border: 1px solid rgba(139,92,246,.3) }

/* ── FILTER TABS ── */
.FTABS { display: flex; gap: 1px; margin-bottom: 36px; background: var(--c3) }
.FTAB { font-family: var(--M); font-size: 9px; letter-spacing: 2px; text-transform: uppercase; padding: 12px 22px; background: var(--c); color: var(--m); border: none; cursor: pointer; transition: all .2s; flex: 1; text-align: center }
.FTAB:hover { color: var(--k) }
.FTAB.active { background: var(--k); color: var(--c) }

/* ── FORM COMPONENTS ── */
.FORM-WRAP { background: var(--c); padding: 32px; border: 1px solid var(--c3) }
.FW-T { font-size: 18px; font-weight: 700; margin-bottom: 5px; letter-spacing: -.3px }
.FW-S { font-size: 13px; color: var(--m); margin-bottom: 24px; font-weight: 300; line-height: 1.55 }
.FR  { display: flex; flex-direction: column; gap: 5px; margin-bottom: 14px }
.FL  { font-family: var(--M); font-size: 8px; color: var(--m2); letter-spacing: 2px; text-transform: uppercase }
.FI  { background: var(--c2); border: 1px solid var(--c3); color: var(--k); font-family: var(--M); font-size: 12px; padding: 11px 13px; outline: none; transition: border-color .2s; letter-spacing: .2px; width: 100% }
.FI:focus { border-color: var(--g2); background: var(--c) }
.FI::placeholder { color: var(--m2) }
textarea.FI { resize: none; height: 80px; font-family: var(--S); font-weight: 300; font-size: 14px; letter-spacing: .2px }
.FIG { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; margin-top: 5px }
.FIC { display: flex; align-items: center; gap: 9px; background: var(--c2); border: 1px solid var(--c3); padding: 9px 12px; cursor: pointer; transition: all .2s }
.FIC:hover { background: var(--c3) }
.FIC.ON { background: var(--k); border-color: var(--k) }
.FIC.ON .FICB { border-color: var(--g); background: rgba(139,92,246,.15) }
.FIC.ON .FICT { color: rgba(244,242,236,.72) }
.FICB { width: 13px; height: 13px; border: 1px solid var(--c4); flex-shrink: 0; display: flex; align-items: center; justify-content: center; transition: all .2s }
.FIC-TK { font-size: 8px; color: var(--g); display: none; font-family: var(--M) }
.FIC.ON .FIC-TK { display: block }
.FICT { font-family: var(--M); font-size: 10px; color: var(--m); letter-spacing: .2px; transition: color .2s }
.FSUB { width: 100%; background: var(--k); color: var(--c); font-family: var(--M); font-size: 9px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; padding: 13px; border: none; cursor: pointer; transition: background .2s; margin-top: 6px }
.FSUB:hover { background: var(--g); color: var(--k) }
.FNOTE { font-family: var(--M); font-size: 8px; color: var(--m2); letter-spacing: .4px; text-align: center; margin-top: 7px; line-height: 1.5 }

/* ── FOOTER (legacy .FC class kept for non-HF footers) ── */
.FC { font-family: var(--M); font-size: 8px; color: rgba(244,242,236,.18); letter-spacing: 1px }

/* ═══════════════════════════════
   LEGAL PAGES (LP) · Impressum / AGB / Datenschutz
═══════════════════════════════ */
.LP {
  position: relative;
  padding: 140px 32px 80px;
  background: var(--c);
  color: var(--k);
  min-height: 60vh;
}
.LP-IN {
  max-width: 760px;
  margin: 0 auto;
}
.LP-EY {
  font-family: var(--M);
  font-size: 11px;
  color: var(--p1);
  letter-spacing: .28em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.LP-TI {
  font-family: var(--S);
  font-weight: 700;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.05;
  letter-spacing: -.025em;
  margin: 0 0 22px;
  color: var(--k);
}
.LP-LEAD {
  font-family: var(--S);
  font-size: 16.5px;
  line-height: 1.6;
  color: rgba(12,11,8,.7);
  margin: 0 0 50px;
  max-width: 640px;
}
.LP-SECTION {
  margin-bottom: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(12,11,8,.07);
}
.LP-SECTION:last-of-type {
  border-bottom: none;
  margin-bottom: 24px;
}
.LP-H2 {
  font-family: var(--S);
  font-weight: 600;
  font-size: 19px;
  letter-spacing: -.012em;
  color: var(--k);
  margin: 0 0 14px;
}
.LP-P {
  font-family: var(--S);
  font-size: 15px;
  line-height: 1.7;
  color: rgba(12,11,8,.78);
  margin: 0 0 12px;
}
.LP-P:last-child { margin-bottom: 0 }
.LP-P strong { color: var(--k); font-weight: 600 }
.LP-P a {
  color: var(--p1);
  text-decoration: none;
  border-bottom: 1px solid rgba(139,92,246,.3);
  transition: color .2s, border-color .2s;
}
.LP-P a:hover {
  color: var(--p3);
  border-bottom-color: var(--p3);
}
.LP-LIST {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.LP-LIST li {
  font-family: var(--S);
  font-size: 15px;
  line-height: 1.55;
  color: rgba(12,11,8,.78);
  padding-left: 22px;
  position: relative;
}
.LP-LIST li::before {
  content: '→';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--p1);
  opacity: .8;
  font-weight: 600;
}
.LP-MUTE {
  color: rgba(12,11,8,.5);
  font-size: 13.5px;
}
.LP-DATE {
  font-family: var(--M);
  font-size: 11px;
  color: rgba(12,11,8,.45);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-top: 50px;
  padding-top: 22px;
  border-top: 1px solid rgba(12,11,8,.08);
}

@media (max-width: 640px) {
  .LP { padding: 110px 22px 60px }
  .LP-LEAD { font-size: 15.5px; margin-bottom: 38px }
  .LP-SECTION { margin-bottom: 28px; padding-bottom: 22px }
}

/* ═══════════════════════════════
   FOOTER (HF) · Light + Dark
═══════════════════════════════ */
.HF {
  position: relative;
  padding: 64px 44px 26px;
  background: transparent;
  font-family: var(--S);
  border-top: 1px solid rgba(139,123,247,.2);
  overflow: hidden;
}
.HF::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139,123,247,.55), transparent);
  pointer-events: none;
}
.HF::after {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(139,123,247,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139,123,247,.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
  pointer-events: none;
  z-index: 0;
}
.HF-IN {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
}
.HF-COLS {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 64px;
  margin-bottom: 48px;
}

/* — Branding column — */
.HF-COL-BRAND { max-width: 420px }
.HF-LOGO {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-family: var(--S);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -.01em;
  color: inherit;
  margin-bottom: 14px;
}
.HF-LOGO span {
  color: var(--p2);
  letter-spacing: .2em;
  font-weight: 500;
  margin: 0 6px 0 4px;
  font-size: 13px;
}
.HF-LOGO-DOT {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px #22c55e;
  margin-left: 4px;
}
.HF-TAG {
  font-family: var(--S);
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 6px;
  max-width: 360px;
}
.HF-SUB {
  font-family: var(--M);
  font-size: 12px;
  margin: 0 0 22px;
  letter-spacing: .02em;
}

/* — Trust badges — */
.HF-TRUST {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
}
.HF-TRUST-I {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--M);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: border-color .25s, background .25s, transform .25s;
  opacity: 0;
  animation: hfFadeIn .6s ease-out forwards;
}
.HF-TRUST-I:nth-child(2) { animation-delay: .1s }
.HF-TRUST-I:nth-child(3) { animation-delay: .2s }
@keyframes hfFadeIn {
  from { opacity: 0; transform: translateY(6px) scale(.96) }
  to { opacity: 1; transform: translateY(0) scale(1) }
}
.HF-TRUST-ICO {
  width: 18px; height: 18px;
  flex-shrink: 0;
  filter: drop-shadow(0 0 6px rgba(139,123,247,.3));
}

/* — Nav columns — */
.HF-TI {
  font-family: var(--S);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin: 0 0 22px;
  color: var(--p2);
}
.HF-NAV {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.HF-NAV a {
  font-family: var(--S);
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
  width: fit-content;
  transition: color .2s ease, transform .2s ease, text-shadow .2s ease;
}
.HF-NAV a:hover {
  color: var(--p1);
  transform: scale(1.02);
  text-shadow: 0 0 12px rgba(139,123,247,.35);
}
.HF-NAV a:focus-visible {
  outline: 2px solid var(--p1);
  outline-offset: 4px;
  border-radius: 2px;
}

/* — Bottom bar — */
.HF-BAR {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  padding: 20px 0;
  font-family: var(--M);
  font-size: 13px;
  border-top: 1px solid rgba(255,255,255,.05);
}
.HF-BAR-L { letter-spacing: .02em }
.HF-BAR-R {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.HF-BAR-R a {
  text-decoration: none;
  transition: color .2s, text-shadow .2s;
}
.HF-BAR-R a:not(.HF-ICON):hover {
  color: var(--p1);
  text-shadow: 0 0 10px rgba(139,123,247,.3);
}
.HF-SEP { opacity: .4 }
.HF-ICON {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px; height: 30px;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: .55;
  transition: opacity .25s, color .25s, border-color .25s, transform .25s, background .25s;
}
.HF-ICON svg { width: 14px; height: 14px }
.HF-ICON:hover {
  opacity: 1;
  color: var(--p1);
  border-color: var(--p1);
  background: rgba(139,123,247,.08);
  transform: translateY(-2px);
}

.HF-COPY {
  font-family: var(--M);
  font-size: 11px;
  opacity: .6;
  text-align: center;
  padding-top: 18px;
  letter-spacing: .04em;
}

/* ── DARK variant (HELIA AOS) ── */
.HF-DARK {
  background: transparent;
  color: #F4F2EC;
}
.HF-DARK .HF-LOGO { color: #fff }
.HF-DARK .HF-TAG { color: rgba(244,242,236,.78) }
.HF-DARK .HF-SUB { color: rgba(244,242,236,.42) }
.HF-DARK .HF-TRUST-I {
  color: rgba(244,242,236,.7);
  background: rgba(244,242,236,.025);
  border-color: rgba(167,139,250,.14);
}
.HF-DARK .HF-TRUST-I:hover {
  border-color: rgba(167,139,250,.4);
  background: rgba(167,139,250,.06);
  transform: translateY(-1px);
}
.HF-DARK .HF-NAV a { color: rgba(244,242,236,.8) }
.HF-DARK .HF-BAR { color: rgba(244,242,236,.55) }
.HF-DARK .HF-BAR-R a { color: rgba(244,242,236,.85) }
.HF-DARK .HF-COPY { color: rgba(244,242,236,.5) }

/* ── LIGHT variant (Home / Kontakt / Leistungen) ── */
.HF-LIGHT {
  background: var(--c);
  color: var(--k);
  border-top-color: rgba(139,92,246,.18);
}
.HF-LIGHT::before {
  background: linear-gradient(90deg, transparent, rgba(139,92,246,.45), transparent);
}
.HF-LIGHT::after {
  background-image:
    linear-gradient(rgba(12,11,8,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12,11,8,.04) 1px, transparent 1px);
}
.HF-LIGHT .HF-LOGO { color: var(--k) }
.HF-LIGHT .HF-LOGO span { color: var(--p1) }
.HF-LIGHT .HF-TAG { color: rgba(12,11,8,.78) }
.HF-LIGHT .HF-SUB { color: rgba(12,11,8,.5) }
.HF-LIGHT .HF-TI { color: var(--p1) }
.HF-LIGHT .HF-TRUST-I {
  color: rgba(12,11,8,.7);
  background: rgba(12,11,8,.02);
  border-color: rgba(139,92,246,.15);
}
.HF-LIGHT .HF-TRUST-I:hover {
  border-color: rgba(139,92,246,.4);
  background: rgba(139,92,246,.04);
  transform: translateY(-1px);
}
.HF-LIGHT .HF-NAV a { color: rgba(12,11,8,.8) }
.HF-LIGHT .HF-BAR {
  color: rgba(12,11,8,.6);
  border-top-color: rgba(12,11,8,.06);
}
.HF-LIGHT .HF-BAR-R a { color: rgba(12,11,8,.85) }
.HF-LIGHT .HF-COPY { color: rgba(12,11,8,.55) }

/* ── Responsive ── */
@media (max-width: 900px) {
  .HF { padding: 52px 28px 22px }
  .HF-COLS {
    grid-template-columns: 1fr 1fr;
    gap: 40px 32px;
    margin-bottom: 38px;
  }
  .HF-COL-BRAND { grid-column: 1 / -1; max-width: 100% }
}
@media (max-width: 580px) {
  .HF { padding: 44px 22px 20px }
  .HF-COLS {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .HF-BAR {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
  .HF-BAR-R { justify-content: center }
}

/* ═══════════════════════════════
   COOKIE BANNER
═══════════════════════════════ */
.CK {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 9000;
  max-width: 420px;
  width: calc(100% - 48px);
  background: var(--k);
  border: 1px solid rgba(244,242,236,.08);
  box-shadow: 0 24px 64px rgba(0,0,0,.25);
  animation: CK-IN .5s cubic-bezier(.16,1,.3,1) forwards;
}
@keyframes CK-IN {
  from { opacity: 0; transform: translateY(20px) }
  to   { opacity: 1; transform: translateY(0) }
}
.CK-IN { padding: 22px 24px }
.CK-TI {
  font-size: 15px;
  font-weight: 700;
  color: rgba(244,242,236,.88);
  margin-bottom: 8px;
}
.CK-P {
  font-size: 12px;
  color: rgba(244,242,236,.35);
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 18px;
}
.CK-LINK {
  color: var(--g);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.CK-BTNS { display: flex; gap: 6px; flex-wrap: wrap }
.CK-BTN {
  font-family: var(--M);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 10px 16px;
  border: none;
  cursor: pointer;
  transition: all .2s;
}
.CK-ACC {
  background: var(--g);
  color: var(--k);
  flex: 1;
}
.CK-ACC:hover { background: var(--g3) }
.CK-REJ {
  background: rgba(244,242,236,.08);
  color: rgba(244,242,236,.5);
  border: 1px solid rgba(244,242,236,.1);
}
.CK-REJ:hover {
  background: rgba(244,242,236,.14);
  color: rgba(244,242,236,.8);
}
.CK-OPT {
  background: transparent;
  color: rgba(244,242,236,.3);
  border: 1px solid rgba(244,242,236,.06);
}
.CK-OPT:hover { color: rgba(244,242,236,.6); border-color: rgba(244,242,236,.15) }

/* Options panel */
.CK-OPTS {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s cubic-bezier(.16,1,.3,1);
}
.CK-OPTS.open { max-height: 320px }
.CK-OPT-IN {
  padding: 0 24px 20px;
  border-top: 1px solid rgba(244,242,236,.06);
}
.CK-OG {
  padding: 14px 0;
  border-bottom: 1px solid rgba(244,242,236,.05);
}
.CK-OG:last-of-type { border-bottom: none }
.CK-OG-H { display: flex; align-items: flex-start; gap: 12px }
.CK-OG-TI { font-size: 12px; font-weight: 700; color: rgba(244,242,236,.7); margin-bottom: 2px }
.CK-OG-SU { font-size: 11px; color: rgba(244,242,236,.25); line-height: 1.5; font-weight: 300 }

/* Toggle switch */
.CK-TOGGLE { position: relative; display: inline-block; width: 34px; height: 18px; flex-shrink: 0; margin-top: 1px }
.CK-TOGGLE input { opacity: 0; width: 0; height: 0 }
.CK-SL {
  position: absolute; inset: 0; cursor: pointer;
  background: rgba(244,242,236,.1);
  border-radius: 18px;
  transition: background .2s;
}
.CK-SL::before {
  content: '';
  position: absolute;
  width: 14px; height: 14px;
  left: 2px; bottom: 2px;
  background: rgba(244,242,236,.4);
  border-radius: 50%;
  transition: transform .2s, background .2s;
}
.CK-TOGGLE input:checked + .CK-SL { background: var(--g) }
.CK-TOGGLE input:checked + .CK-SL::before { transform: translateX(16px); background: var(--k) }
.CK-TOGGLE input:disabled + .CK-SL { opacity: .5; cursor: not-allowed }

.CK-SAVE {
  width: 100%;
  margin-top: 8px;
  background: rgba(244,242,236,.08);
  color: rgba(244,242,236,.5);
  border: 1px solid rgba(244,242,236,.1);
}
.CK-SAVE:hover { background: var(--g); color: var(--k); border-color: var(--g) }

@media (max-width: 500px) {
  .CK { left: 12px; bottom: 12px; max-width: calc(100% - 24px) }
  .CK-BTNS { flex-direction: column }
}
