/* ============================================================
   Любощі — Site footer + LPF cities
   Modern editorial dark UI. v2.0
   ============================================================ */

/* Hide everything from the old theme/Elementor footer */
html body .lte-footer-wrapper,
html body footer.copyright-block.copyright-layout-default,
html body .footer-wrapper,
html body .lte-footer-widget-area {
  display: none !important;
  height: 0 !important;
}

.lyu-f {
  --lyu-f-grad:        linear-gradient(135deg, #f2053c 0%, #cb003d 100%);
  --lyu-f-grad-soft:   linear-gradient(135deg, #ff5078 0%, #f2053c 100%);
  --lyu-f-red:         #f2053c;
  --lyu-f-red-dark:    #cb003d;
  --lyu-f-red-soft:    rgba(242,5,60,.12);
  --lyu-f-dark:        #0a0c14;
  --lyu-f-dark-2:      #14171f;
  --lyu-f-dark-3:      #0e0e12;
  --lyu-f-line:        rgba(255,255,255,.08);
  --lyu-f-line-2:      rgba(255,255,255,.14);
  --lyu-f-text:        #f5f5f7;
  --lyu-f-muted:       rgba(255,255,255,.6);
  --lyu-f-muted-2:     rgba(255,255,255,.42);
  --lyu-f-serif:       "Iowan Old Style", "Apple Garamond", Baskerville, "Times New Roman", Times, serif;
  --lyu-f-ease:        .25s cubic-bezier(.4,0,.2,1);

  position: relative;
  background: var(--lyu-f-dark);
  color: var(--lyu-f-text);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 64px;
  overflow: hidden;
  isolation: isolate;
}
.lyu-f *, .lyu-f *::before, .lyu-f *::after { box-sizing: border-box; }

/* Decorative red gradient blob in upper-left corner */
.lyu-f::before {
  content: "";
  position: absolute;
  top: -200px;
  left: -120px;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--lyu-f-red) 0%, transparent 70%);
  opacity: .08;
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
}
/* Top gradient stripe */
.lyu-f::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--lyu-f-grad);
  z-index: 1;
}

.lyu-f__inner {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ============================================================
   TOP section: 4-column grid
   ============================================================ */
.lyu-f__top { padding: 64px 0 40px; }
.lyu-f__top .lyu-f__inner {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 56px;
}

.lyu-f__col { min-width: 0; }
.lyu-f__col--brand {}
.lyu-f__heading {
  position: relative;
  font-family: var(--lyu-f-serif);
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.3px;
  margin: 0 0 20px;
  padding: 0 0 0 14px;
  line-height: 1.2;
}
.lyu-f__heading::before {
  content: "";
  position: absolute;
  left: 0; top: 4px;
  width: 3px; height: 20px;
  background: var(--lyu-f-grad);
  border-radius: 2px;
}

/* Brand column */
.lyu-f__logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  text-decoration: none;
  transition: transform var(--lyu-f-ease);
}
.lyu-f__logo:hover { transform: translateY(-2px); }
.lyu-f__logo img {
  max-height: 42px;
  width: auto;
  filter: drop-shadow(0 4px 14px rgba(242,5,60,.22));
}
.lyu-f__about {
  font-size: 14px;
  line-height: 1.7;
  color: var(--lyu-f-muted);
  max-width: 420px;
  margin: 0 0 22px;
}
.lyu-f__about-em em {
  font-family: var(--lyu-f-serif);
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  background: var(--lyu-f-grad-soft);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Social */
.lyu-f__social {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.lyu-f__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--lyu-f-line);
  border-radius: 12px;
  color: var(--lyu-f-text);
  transition: all var(--lyu-f-ease);
  text-decoration: none;
}
.lyu-f__social-link svg { width: 18px; height: 18px; }
.lyu-f__social-link:hover {
  background: var(--lyu-f-grad);
  border-color: transparent;
  color: #fff;
  transform: translateY(-2px) rotate(-3deg);
  box-shadow: 0 8px 22px rgba(242,5,60,.4);
}

/* Lists */
.lyu-f__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.lyu-f__list li { list-style: none; margin: 0; padding: 0; }
.lyu-f__list a {
  display: inline-flex;
  align-items: center;
  padding: 7px 0;
  color: var(--lyu-f-muted);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .1px;
  text-decoration: none;
  transition: all var(--lyu-f-ease);
  position: relative;
}
.lyu-f__list a::before {
  content: "›";
  display: inline-block;
  width: 0;
  margin-right: 0;
  opacity: 0;
  color: var(--lyu-f-red);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  transition: all var(--lyu-f-ease);
  overflow: hidden;
}
.lyu-f__list a:hover {
  color: #fff;
}
.lyu-f__list a:hover::before {
  width: 14px;
  margin-right: 6px;
  opacity: 1;
}

/* Contacts column */
.lyu-f__contacts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.lyu-f__contacts li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.lyu-f__contact-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  background: var(--lyu-f-grad);
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(242,5,60,.3), inset 0 1px 0 rgba(255,255,255,.18);
}
.lyu-f__contact-link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: var(--lyu-f-text);
  text-decoration: none;
  line-height: 1.45;
  transition: color var(--lyu-f-ease);
  padding-top: 7px;
}
.lyu-f__contact-link:hover { color: var(--lyu-f-red); }
.lyu-f__contact-link--phone {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  letter-spacing: .3px;
}

/* ============================================================
   LPF cities row — GLOBAL (renders outside .lyu-f wrapper by plugin)
   Editorial dark block that stands out on any background.
   ============================================================ */
html body #lpf-wrap,
html body .lpf-wrap {
  position: relative !important;
  background: #0a0c14 !important;
  color: #f5f5f7 !important;
  padding: 28px 0 !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif !important;
  isolation: isolate;
  overflow: hidden;
}
/* Top red gradient stripe — brand signature */
html body #lpf-wrap::before,
html body .lpf-wrap::before {
  content: "" !important;
  position: absolute !important;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(135deg, #f2053c 0%, #cb003d 100%) !important;
  z-index: 2;
  pointer-events: none;
}
/* Decorative blur glow in corner */
html body #lpf-wrap::after,
html body .lpf-wrap::after {
  content: "" !important;
  position: absolute !important;
  top: -100px; right: -100px;
  width: 260px; height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, #f2053c, transparent 70%);
  opacity: .08;
  filter: blur(20px);
  pointer-events: none;
  z-index: 0;
}

html body #lpf-wrap .lpf-box,
html body .lpf-wrap .lpf-box {
  position: relative;
  z-index: 1;
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  text-align: left;
}

/* Toggle button — editorial pill */
html body #lpf-wrap button.lpf-toggle,
html body .lpf-wrap button.lpf-toggle,
html body button#lpf-toggle.lpf-toggle {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 11px 20px !important;
  background: rgba(255,255,255,.05) !important;
  border: 1.5px solid rgba(255,255,255,.14) !important;
  border-radius: 999px !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family: "Iowan Old Style", Baskerville, "Times New Roman", Times, serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: -0.1px !important;
  cursor: pointer !important;
  transition: all .25s cubic-bezier(.4,0,.2,1) !important;
  outline: none !important;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(0,0,0,.3);
}
html body #lpf-wrap button.lpf-toggle .lpf-toggle__text,
html body .lpf-wrap button.lpf-toggle .lpf-toggle__text {
  font-style: italic !important;
  background: linear-gradient(135deg, #ff5078, #f2053c) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
html body #lpf-wrap button.lpf-toggle:hover,
html body .lpf-wrap button.lpf-toggle:hover {
  background: rgba(242,5,60,.12) !important;
  border-color: #f2053c !important;
  transform: translateY(-1px);
}
html body #lpf-wrap button.lpf-toggle .lpf-toggle__chevron,
html body .lpf-wrap button.lpf-toggle .lpf-toggle__chevron {
  width: 14px !important;
  height: 14px !important;
  color: #f2053c !important;
  transition: transform .25s ease !important;
}
html body #lpf-wrap button.lpf-toggle[aria-expanded="true"] .lpf-toggle__chevron,
html body .lpf-wrap button.lpf-toggle[aria-expanded="true"] .lpf-toggle__chevron {
  transform: rotate(180deg);
}

/* Expandable panel */
html body #lpf-wrap .lpf-panel,
html body .lpf-wrap .lpf-panel {
  margin-top: 16px !important;
  padding: 20px !important;
  background: rgba(255,255,255,.04) !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 16px !important;
  position: relative;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
/* Small gradient indicator on top edge of panel */
html body #lpf-wrap .lpf-panel::before,
html body .lpf-wrap .lpf-panel::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 22px;
  width: 80px;
  height: 2px;
  background: linear-gradient(135deg, #f2053c, #cb003d);
  border-radius: 2px;
}

html body #lpf-wrap ul.lpf-grid,
html body .lpf-wrap ul.lpf-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
  gap: 6px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
html body #lpf-wrap ul.lpf-grid li,
html body .lpf-wrap ul.lpf-grid li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
html body #lpf-wrap ul.lpf-grid li::before,
html body .lpf-wrap ul.lpf-grid li::before { content: none !important; display: none !important; }
html body #lpf-wrap ul.lpf-grid li a,
html body .lpf-wrap ul.lpf-grid li a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 9px 14px !important;
  color: rgba(255,255,255,.65) !important;
  -webkit-text-fill-color: rgba(255,255,255,.65) !important;
  font-family: system-ui, -apple-system, sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  border-radius: 10px !important;
  border: 1px solid transparent !important;
  background: transparent !important;
  transition: all .25s cubic-bezier(.4,0,.2,1) !important;
  width: 100%;
  box-sizing: border-box;
}
html body #lpf-wrap ul.lpf-grid li a::before,
html body .lpf-wrap ul.lpf-grid li a::before {
  content: "📍" !important;
  display: inline-block !important;
  font-size: 13px !important;
  opacity: .55 !important;
  flex-shrink: 0;
  transition: opacity .25s ease !important;
  margin-right: 0 !important;
  width: auto !important;
  height: auto !important;
  position: static !important;
}
html body #lpf-wrap ul.lpf-grid li a:hover,
html body .lpf-wrap ul.lpf-grid li a:hover {
  background: rgba(242,5,60,.12) !important;
  border-color: rgba(242,5,60,.3) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  transform: translateX(3px);
}
html body #lpf-wrap ul.lpf-grid li a:hover::before,
html body .lpf-wrap ul.lpf-grid li a:hover::before { opacity: 1; }

/* Mobile */
@media (max-width: 600px) {
  html body #lpf-wrap .lpf-box,
  html body .lpf-wrap .lpf-box { padding: 0 16px !important; }
  html body #lpf-wrap button.lpf-toggle,
  html body .lpf-wrap button.lpf-toggle {
    width: 100% !important;
    justify-content: space-between !important;
    padding: 12px 18px !important;
  }
  html body #lpf-wrap ul.lpf-grid,
  html body .lpf-wrap ul.lpf-grid { grid-template-columns: 1fr !important; }
}

/* ============================================================
   Plata by Mono badge — brand-column accent
   ============================================================ */
.lyu-f__plata {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 22px;
  padding: 14px 16px 13px;
  background:
    linear-gradient(135deg, rgba(242, 5, 60, .08), rgba(242, 5, 60, 0) 70%),
    rgba(255, 255, 255, .02);
  border: 1px solid rgba(242, 5, 60, .22);
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  max-width: 280px;
  position: relative;
  overflow: hidden;
  transition:
    border-color var(--lyu-f-ease),
    background var(--lyu-f-ease),
    transform var(--lyu-f-ease);
}
.lyu-f__plata::before {
  /* hairline accent that animates on hover */
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--lyu-f-red, #f2053c);
  opacity: .6;
  transition: opacity var(--lyu-f-ease), width var(--lyu-f-ease);
}
.lyu-f__plata::after {
  /* soft glow that intensifies on hover */
  content: "";
  position: absolute;
  top: -30%;
  right: -10%;
  width: 50%;
  height: 160%;
  background: radial-gradient(ellipse, rgba(242, 5, 60, .18), transparent 65%);
  filter: blur(18px);
  pointer-events: none;
  opacity: .7;
  transition: opacity var(--lyu-f-ease);
}
.lyu-f__plata:hover,
.lyu-f__plata:focus-visible {
  border-color: rgba(242, 5, 60, .45);
  background:
    linear-gradient(135deg, rgba(242, 5, 60, .12), rgba(242, 5, 60, 0) 70%),
    rgba(255, 255, 255, .03);
  transform: translateY(-1px);
  outline: none;
}
.lyu-f__plata:hover::before,
.lyu-f__plata:focus-visible::before {
  opacity: 1;
  width: 3px;
}
.lyu-f__plata:hover::after,
.lyu-f__plata:focus-visible::after {
  opacity: 1;
}

.lyu-f__plata-eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--lyu-f-muted-2);
  transition: color var(--lyu-f-ease);
}
.lyu-f__plata:hover .lyu-f__plata-eyebrow {
  color: rgba(255, 255, 255, .75);
}
.lyu-f__plata-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--lyu-f-red, #f2053c);
  box-shadow: 0 0 8px rgba(242, 5, 60, .8);
  animation: lyu-f-plata-pulse 2.4s infinite ease-in-out;
}
@keyframes lyu-f-plata-pulse {
  0%, 100% { transform: scale(1);   opacity: 1; }
  50%      { transform: scale(1.5); opacity: .55; }
}

.lyu-f__plata-mark {
  position: relative;
  z-index: 1;
  display: inline-block;
  line-height: 0;
}
.lyu-f__plata-mark img {
  display: block;
  height: 26px;
  width: auto;
  /* plata.svg is black — invert to white for dark footer, then dim subtly */
  filter: invert(1) brightness(1.1);
  opacity: .92;
  transition: opacity var(--lyu-f-ease);
}
.lyu-f__plata:hover .lyu-f__plata-mark img {
  opacity: 1;
}

@media (max-width: 600px) {
  .lyu-f__plata {
    margin-top: 18px;
    padding: 12px 14px 11px;
    max-width: none;
    width: 100%;
  }
  .lyu-f__plata-mark img { height: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .lyu-f__plata-dot { animation: none; }
  .lyu-f__plata,
  .lyu-f__plata::before,
  .lyu-f__plata::after,
  .lyu-f__plata-eyebrow,
  .lyu-f__plata-mark img { transition: none; }
}

/* ============================================================
   Bottom bar
   ============================================================ */
.lyu-f__bottom {
  position: relative;
  z-index: 2;
  background: var(--lyu-f-dark-3);
  border-top: 1px solid var(--lyu-f-line);
  padding: 20px 0;
}
.lyu-f__bottom .lyu-f__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.lyu-f__copy,
.lyu-f__made {
  font-size: 12px;
  color: var(--lyu-f-muted-2);
  margin: 0;
  letter-spacing: .3px;
}
.lyu-f__made { font-style: italic; }
.lyu-f__heart {
  display: inline-block;
  font-size: 13px;
  animation: lyu-f-heart 2.4s infinite ease-in-out;
}
@keyframes lyu-f-heart {
  0%, 100% { transform: scale(1) rotate(-5deg); }
  50%      { transform: scale(1.15) rotate(5deg); }
}
.lyu-f__legal {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 18px;
}
.lyu-f__legal li { list-style: none; margin: 0; }
.lyu-f__legal a {
  color: var(--lyu-f-muted);
  font-size: 12px;
  text-decoration: none;
  transition: color var(--lyu-f-ease);
}
.lyu-f__legal a:hover { color: var(--lyu-f-red); }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1024px) {
  .lyu-f__top { padding: 48px 0 32px; }
  .lyu-f__top .lyu-f__inner {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
  .lyu-f__col--brand { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .lyu-f__inner { padding: 0 16px; }
  .lyu-f__top { padding: 40px 0 24px; }
  .lyu-f__top .lyu-f__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .lyu-f__heading { font-size: 17px; margin-bottom: 14px; }
  .lyu-f__logo img { max-height: 36px; }
  .lyu-f__about { font-size: 13.5px; max-width: none; }
  .lyu-f__bottom .lyu-f__inner {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .lyu-f__contact-icon { width: 32px; height: 32px; }
  .lyu-f button.lpf-toggle,
  .lyu-f-lpf button.lpf-toggle { width: 100%; justify-content: space-between; }
  .lyu-f ul.lpf-grid { grid-template-columns: 1fr !important; }
}

@media (prefers-reduced-motion: reduce) {
  .lyu-f__social-link, .lyu-f__list a, .lyu-f__contact-link, .lyu-f__heart, .lyu-f button.lpf-toggle,
  .lyu-f ul.lpf-grid li a, .lyu-f__logo { transition: none !important; animation: none !important; }
}
@media print {
  .lyu-f { display: none !important; }
}
