.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for section, class: .elementor-element-786ee990 */.nova-footer{
  background:#0a0907;
  padding:28px 40px;
  border-top:1px solid rgba(200,168,130,.12);
  font-family:'DM Sans',sans-serif;
  position:relative;
  overflow:hidden;
}
.nova-footer::before{
  content:'';
  position:absolute;
  top:-120px;
  left:50%;
  transform:translateX(-50%);
  width:420px;
  height:220px;
  background:radial-gradient(circle,rgba(200,168,130,.10),transparent 70%);
  pointer-events:none;
}
.nova-footer-top{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:14px;
}
.nova-footer-contact a{
  color:#e8ddd0;
  text-decoration:none;
  margin-right:18px;
  font-size:13px;
  letter-spacing:.5px;
  transition:.3s ease;
}
.nova-footer-contact a:hover{
  color:#c8a882;
}
.nova-footer-social{
  display:flex;
  gap:14px;
}
.nova-icon{
  width:36px;
  height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(200,168,130,.25);
  border-radius:50%;
  transition:.35s ease;
  background:rgba(255,255,255,.02);
}
.nova-icon svg{
  width:16px;
  height:16px;
  fill:#c8a882;
  transition:.35s ease;
}
.nova-icon:hover{
  border-color:#c8a882;
  box-shadow:0 0 18px rgba(200,168,130,.35);
  transform:translateY(-2px);
}
.nova-icon:hover svg{
  fill:#fff;
}
.nova-footer-bottom{
  position:relative;
  z-index:2;
  border-top:1px solid rgba(200,168,130,.08);
  padding-top:12px;
  text-align:center;
}
.nova-footer-bottom p{
  margin:0;
  font-size:11px;
  color:rgba(232,221,208,.5);
  letter-spacing:1px;
}
.nova-footer-bottom a{
  color:#c8a882;
  text-decoration:none;
}
.nova-footer-bottom a:hover{
  text-decoration:underline;
}
@media(max-width:768px){
  .nova-footer{
    padding:28px 22px;
  }
  .nova-footer-top{
    flex-direction:column;
    gap:14px;
    text-align:center;
  }
  .nova-footer-contact a{
    display:block;
    margin:7px 0;
  }
}
/* =================================
   NOVA — FOOTER ULTRA UPGRADE
================================= */

/* delikatna linia światła */
.nova-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15%;
  right: 15%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(200,168,130,0.8),
    transparent
  );
}

/* hover na tel + email */
.nova-footer-contact a {
  position: relative;
}

.nova-footer-contact a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 1px;
  background: #c8a882;
  transition: 0.3s;
}

.nova-footer-contact a:hover::after {
  width: 100%;
}

/* animacja ikon (subtle pulse) */
.nova-icon {
  position: relative;
  overflow: hidden;
}

.nova-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  opacity: 0;
  background: radial-gradient(circle, rgba(200,168,130,0.4), transparent 70%);
  transition: 0.4s;
}

.nova-icon:hover::after {
  opacity: 1;
}

/* lekki glow całej stopki przy hover */
.nova-footer:hover {
  box-shadow: 0 -10px 40px rgba(200,168,130,0.08);
}

/* fade-in (jak w drogich stronach) */
.nova-footer {
  opacity: 0;
  transform: translateY(30px);
  animation: nova-footer-in 1s ease forwards;
}

@keyframes nova-footer-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* micro detail — spacing */
.nova-footer-bottom p {
  letter-spacing: 1.2px;
}

/* mobile polish */
@media (max-width:768px){
  .nova-icon {
    width: 34px;
    height: 34px;
  }

  .nova-footer-bottom p {
    font-size: 10px;
  }
}/* End custom CSS */