/* =========================================================
   Luxe Paragon — FOOTER (Premium, not “pill stack”)
========================================================= */

.lp-footer{
  --ink: rgba(26,27,31,.88);
  --muted: rgba(26,27,31,.68);
  --faint: rgba(26,27,31,.52);

  --stage1: rgba(32,33,36,.12);
  --stage2: rgba(255,255,255,.22);

  --glass1: rgba(255,255,255,.18);
  --glass2: rgba(255,255,255,.12);

  --line1: rgba(26,27,31,.10);
  --line2: rgba(26,27,31,.14);

  --r-xl: 28px;
  --r-lg: 22px;
  --r-md: 16px;
  --r-pill: 999px;

  --pad: 18px;
  --gap: 14px;

  color: var(--ink);
  background: linear-gradient(180deg, var(--stage1), var(--stage2));
  border-top: 1px solid rgba(26,27,31,.08);
  padding: 28px 0 18px;

  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
}

.lp-footer, .lp-footer *{
  box-sizing: border-box !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

/* ONE clean glass panel container */
.lp-footer-inner{
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px;
  border-radius: 34px;

  background: linear-gradient(180deg, rgba(255,255,255,.20), rgba(255,255,255,.12));
  border: 1px solid var(--line1);
  box-shadow: 0 22px 60px rgba(0,0,0,.10), inset 0 1px 0 rgba(255,255,255,.70);

  overflow: hidden;
}

/* Top: brand + simple link row */
.lp-footer-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap);

  padding: 16px 16px 12px;
  border-bottom: 1px solid rgba(26,27,31,.08);
}

.lp-footer-brand{
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-size: 13px;
  color: rgba(26,27,31,.78);
  white-space: nowrap;
}

.lp-footer-links{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.lp-footer-links a{
  color: rgba(26,27,31,.78);
  font-weight: 800;
  font-size: 13px;
  text-decoration: none !important;
  padding: 6px 0;
  border-bottom: 1px solid transparent;
}

.lp-footer-links a:hover{
  border-bottom-color: rgba(26,27,31,.22);
}

/* Middle area: socials + legal + disclaimer */
.lp-footer-mid{
  padding: 16px;
  display: grid;
  gap: 14px;
}

/* =========================================================
   LUXE PARAGON — FOOTER SOCIAL (clean premium style)
   - no pills
   - no buttons
   - simple icons + text
   - responsive
========================================================= */

.lp-footer-social{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

  gap: 22px;
  margin-top: 10px;
}

/* link */
.lp-footer-social .lp-social{
  display: inline-flex;
  align-items: center;
  gap: 8px;

  color: rgba(26,27,31,.78);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;

  padding: 0; /* remove button feel */
  border: none;
  background: none;
  box-shadow: none;
}

/* icon */
.lp-footer-social .lp-social svg{
  width: 18px;
  height: 18px;
  opacity: .75;
}

/* subtle premium hover */
.lp-footer-social .lp-social:hover{
  color: rgba(26,27,31,.95);
}

.lp-footer-social .lp-social:hover svg{
  opacity: 1;
}

/* ---------- MOBILE ---------- */
@media (max-width: 768px){

  .lp-footer-social{
    gap: 16px;
  }

  .lp-footer-social .lp-social{
    font-size: 13px;
  }
}

/* Legal links: small, calm row */
.lp-footer-mid nav[aria-label="Legal"]{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.lp-footer-mid nav[aria-label="Legal"] a{
  color: rgba(26,27,31,.70);
  font-weight: 750;
  font-size: 12.5px;
  text-decoration: none !important;
  border-bottom: 1px solid transparent;
  padding: 4px 0;
}

.lp-footer-mid nav[aria-label="Legal"] a:hover{
  border-bottom-color: rgba(26,27,31,.18);
}

/* Disclaimer: subtle glass, readable */
.lp-footer-note{
  padding: 14px 14px;
  border-radius: var(--r-xl);

  background: rgba(255,255,255,.14);
  border: 1px solid rgba(26,27,31,.08);

  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;

  overflow-wrap: anywhere;
}

/* Bottom: minimal */
.lp-footer-bottom{
  padding: 14px 16px 16px;
  border-top: 1px solid rgba(26,27,31,.08);
}

.lp-footer-copy{
  text-align: center;
  color: var(--faint);
  font-size: 12.5px;
}

/* Responsive */
@media (max-width: 980px){
  .lp-footer-top{
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .lp-footer-links{ justify-content: center; }
  .lp-footer-social{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 420px){
  .lp-footer-social{ grid-template-columns: 1fr; }
}

/* =========================================================
   Cookie banners: allow transitions so they can dismiss properly
   (Fixes “stuck” cookie modal when global transitions were disabled)
========================================================= */
.cookie-notice,
.cookie-notice-container,
.cky-consent-container,
.cky-overlay,
.cmplz-cookiebanner,
#cmplz-cookiebanner-container,
#cookie-law-info-bar,
#cookie-law-info-again{
  transition: opacity .2s ease, transform .2s ease !important;
  animation: none !important;
}

/* =========================================================
   FOOTER: fix long brand line on mobile
========================================================= */
.lp-footer-brand{
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* Allow wrapping on smaller screens instead of spilling */
@media (max-width: 980px){
  .lp-footer-brand{
    white-space: normal !important;       /* allow wrap */
    text-overflow: unset !important;
    line-height: 1.25 !important;
    letter-spacing: .18em !important;     /* slightly tighter */
    font-size: 12px !important;           /* smaller on mobile */
    text-align: center !important;
  }

  .lp-footer-top{
    align-items: center !important;
  }
}

/* Very small screens: reduce tracking further */
@media (max-width: 420px){
  .lp-footer-brand{
    letter-spacing: .12em !important;
    font-size: 11.5px !important;
  }
}

/* Prevent footer rows from forcing wider-than-screen layout */
.lp-footer-top,
.lp-footer-mid{
  min-width: 0 !important;
}

.lp-footer-links,
.lp-footer-social{
  min-width: 0 !important;
}