.site-footer {
  position: relative;
  background: radial-gradient(circle at 10% 10%, #260a12 0%, #140609 60%, #0d0305 100%);
  color: var(--text-light);
  padding: 60px 0 24px 0;
  overflow: hidden;
  border-top: 1px solid rgba(225, 29, 72, 0.18);
  margin-top: auto;
}

.footer-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.footer-ambient-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.ambient-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.12;
  animation: pulseAmbient 14s ease-in-out infinite alternate;
}

.glow-wine {
  width: 500px;
  height: 500px;
  background: #e11d48;
  top: -120px;
  left: -100px;
}

.glow-teal {
  width: 380px;
  height: 380px;
  background: var(--primary);
  bottom: -60px;
  right: 5%;
  opacity: 0.08;
  animation-delay: -7s;
}

@keyframes pulseAmbient {
  0% { transform: scale(1) translate(0, 0); opacity: 0.1; }
  50% { transform: scale(1.18) translate(30px, 20px); opacity: 0.18; }
  100% { transform: scale(0.95) translate(-20px, 10px); opacity: 0.12; }
}

.vine-stalk {
  position: absolute;
  bottom: 0;
  pointer-events: none;
  will-change: transform, opacity;
  z-index: 1;
  opacity: 0.12;
  filter: none;
}

.vine-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.vine-left {
  left: 0;
  width: 400px;
  height: 700px;
  max-width: 32vw;
  max-height: 98%;
  transform-origin: bottom left;
  animation: vineClimbLeft 18s ease-in-out infinite alternate;
}

.vine-right {
  right: 0;
  width: 420px;
  height: 720px;
  max-width: 32vw;
  max-height: 98%;
  transform-origin: bottom right;
  animation: vineClimbRight 22s ease-in-out infinite alternate;
}

.vine-leaf {
  transform-origin: center;
  animation: leafFlutter 12s ease-in-out infinite alternate;
}

.fern-frond {
  position: absolute;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  will-change: transform, opacity;
  transform-origin: bottom center;
  opacity: 0.08;
  filter: none;
}

.fern-pos-center {
  left: 24%;
  width: 240px;
  height: 520px;
  max-width: 22vw;
  max-height: 85%;
  animation: fernSway 15s ease-in-out infinite alternate;
}

.fern-pos-right {
  left: 64%;
  width: 230px;
  height: 490px;
  max-width: 20vw;
  max-height: 80%;
  animation: fernSwayRight 17s ease-in-out infinite alternate;
  animation-delay: -5s;
}

.fern-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.ambient-spores-container {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
  opacity: 0.22;
}

.spore {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, #24c7bb 0%, rgba(16, 185, 129, 0.5) 45%, transparent 100%);
  filter: blur(1px);
  box-shadow: 0 0 4px rgba(36, 199, 187, 0.3);
  will-change: transform, opacity;
  animation: sporeFloat 16s linear infinite;
}

.spore-1 {
  width: 7px;
  height: 7px;
  left: 15%;
  bottom: 5%;
  animation-duration: 18s;
  animation-delay: 0s;
}

.spore-2 {
  width: 5px;
  height: 5px;
  left: 30%;
  bottom: 8%;
  animation-duration: 22s;
  animation-delay: -5s;
}

.spore-3 {
  width: 8px;
  height: 8px;
  left: 55%;
  bottom: 2%;
  animation-duration: 20s;
  animation-delay: -11s;
}

.spore-4 {
  width: 6px;
  height: 6px;
  left: 78%;
  bottom: 10%;
  animation-duration: 25s;
  animation-delay: -3s;
}

.spore-5 {
  width: 7px;
  height: 7px;
  left: 88%;
  bottom: 6%;
  animation-duration: 19s;
  animation-delay: -8s;
}

@keyframes vineClimbLeft {
  0% {
    transform: rotate(0deg) skewX(0deg) scale(1);
    opacity: 0.10;
  }
  50% {
    transform: rotate(2deg) skewX(1deg) scale(1.03);
    opacity: 0.14;
  }
  100% {
    transform: rotate(-1.5deg) skewX(-1deg) scale(0.98);
    opacity: 0.11;
  }
}

@keyframes vineClimbRight {
  0% {
    transform: rotate(0deg) skewX(0deg) scale(1);
    opacity: 0.10;
  }
  50% {
    transform: rotate(-2.5deg) skewX(-1.5deg) scale(1.04);
    opacity: 0.14;
  }
  100% {
    transform: rotate(1.5deg) skewX(1deg) scale(0.98);
    opacity: 0.11;
  }
}

@keyframes fernSway {
  0% {
    transform: rotate(0deg) scale(1);
    opacity: 0.07;
  }
  50% {
    transform: rotate(3deg) scale(1.03);
    opacity: 0.10;
  }
  100% {
    transform: rotate(-2deg) scale(0.97);
    opacity: 0.08;
  }
}

@keyframes fernSwayRight {
  0% {
    transform: rotate(0deg) scale(1);
    opacity: 0.07;
  }
  50% {
    transform: rotate(-3deg) scale(1.03);
    opacity: 0.10;
  }
  100% {
    transform: rotate(2deg) scale(0.97);
    opacity: 0.08;
  }
}

@keyframes leafFlutter {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(4deg) scale(1.05);
  }
  100% {
    transform: rotate(-3deg) scale(0.97);
  }
}

@keyframes sporeFloat {
  0% {
    transform: translate(0, 0) scale(0.8);
    opacity: 0;
  }
  20% {
    opacity: 0.15;
  }
  50% {
    transform: translate(25px, -180px) scale(1.15);
    opacity: 0.22;
  }
  80% {
    opacity: 0.12;
  }
  100% {
    transform: translate(-15px, -380px) scale(0.6);
    opacity: 0;
  }
}




.footer-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding-bottom: 36px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--footer-border);
}

.brand-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 360px;
}

.footer-logo-link {
  display: inline-block;
  background: transparent;
  line-height: 0;
  text-decoration: none;
  outline: none;
}

.footer-logo-img {
  width: 165px;
  max-width: 165px;
  height: auto;
  max-height: 50px;
  object-fit: contain;
  display: block;
  background: transparent;
  filter: none;
}

.brand-slogan {
  font-size: 13px;
  color: var(--text-footer-muted);
  line-height: 1.5;
}

.footer-contacts-bar {
  display: flex;
  align-items: stretch;
  gap: 16px;
  flex-shrink: 0;
}

.footer-contact-tile {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  width: 290px;
  background: var(--footer-card);
  border: 1px solid var(--footer-border);
  padding: 14px 18px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  box-sizing: border-box;
}

.footer-contact-tile:hover {
  background: var(--footer-card-hover);
  border-color: rgba(36, 199, 187, 0.35);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.contact-tile-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--text-footer-muted);
  font-weight: 700;
  display: block;
}

.footer-phone-main {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-light);
  text-decoration: none;
  transition: var(--transition);
  white-space: nowrap;
}

.footer-phone-main i {
  color: var(--primary);
  flex-shrink: 0;
}

.footer-phone-main:hover {
  color: var(--primary);
  transform: translateX(2px);
}

.contact-action-btn.wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 38px;
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 600;
  transition: var(--transition);
  box-sizing: border-box;
  text-decoration: none;
  white-space: nowrap;
  background: rgba(37, 211, 102, 0.15);
  color: #25D366;
  border: 1px solid rgba(37, 211, 102, 0.32);
}

.contact-action-btn.wa:hover {
  background: #25D366;
  color: #fff;
  border-color: #25D366;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.4);
}


.footer-columns-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  gap: 36px;
  margin-bottom: 48px;
}

.footer-col-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-light);
  margin-bottom: 18px;
  letter-spacing: 0.3px;
}

.footer-menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-menu-catalog {
  gap: 7px;
}

.footer-menu-catalog .footer-menu-link {
  font-size: 13px;
  line-height: 1.4;
}

.footer-menu-link {
  font-size: 13.5px;
  color: var(--text-footer-muted);
  transition: var(--transition);
  display: inline-block;
}

.footer-menu-link:hover {
  color: var(--primary);
  transform: translateX(3px);
}

.footer-contacts-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 13.5px;
  color: var(--text-footer-muted);
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-contact-item i {
  color: var(--primary);
  flex-shrink: 0;
  margin-top: 3px;
}

.footer-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  padding-top: 24px;
  border-top: 1px solid var(--footer-border);
  font-size: 12.5px;
  color: var(--text-footer-muted);
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-bottom-links a:hover {
  color: var(--primary);
}

.payment-badges {
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0.6;
}

@media (max-width: 1080px) {
  .footer-top-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .footer-contacts-bar {
    width: 100%;
    flex-wrap: wrap;
  }

  .footer-contact-tile {
    flex: 1 1 calc(50% - 8px);
    width: auto;
  }
}

@media (max-width: 992px) {
  .footer-columns-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .footer-contacts-bar {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .footer-contact-tile {
    width: 100%;
    flex: 1 1 100%;
  }
}

@media (max-width: 576px) {
  .site-footer {
    padding: 40px 0 20px 0;
  }

  .footer-columns-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

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

  .footer-bottom-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .vine-left {
    width: 180px;
    height: 400px;
    opacity: 0.24;
    left: 0;
  }

  .vine-right {
    width: 190px;
    height: 420px;
    opacity: 0.24;
    right: 0;
  }

  .fern-frond {
    display: block;
    opacity: 0.18;
  }

  .fern-pos-center {
    left: 20%;
    width: 150px;
    height: 300px;
  }

  .fern-pos-right {
    display: none;
  }

  .ambient-spores-container {
    opacity: 0.45;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vine-stalk,
  .vine-leaf,
  .fern-frond,
  .spore,
  .ambient-glow {
    animation: none !important;
  }
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  max-width: 980px;
  margin: 0 auto;
  z-index: 99999;
  background: rgba(18, 30, 26, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-md);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  padding: 16px 22px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s;
}

.cookie-banner.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cookie-banner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.cookie-banner-content {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
  min-width: 280px;
}

.cookie-banner-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(36, 199, 187, 0.15);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cookie-banner-text {
  font-size: 13.5px;
  line-height: 1.55;
  color: #e2e8f0;
}

.cookie-banner-link {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: var(--transition);
}

.cookie-banner-link:hover {
  color: #fff;
}

.cookie-banner-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cookie-banner-btn {
  background: var(--primary);
  color: #fff;
  border: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
}

.cookie-banner-btn:hover {
  background: var(--primary-hover);
  transform: translateY(-1px);
}

@media (max-width: 640px) {
  .cookie-banner {
    bottom: 12px;
    left: 12px;
    right: 12px;
    padding: 14px 16px;
  }
  .cookie-banner-content {
    align-items: flex-start;
  }
  .cookie-banner-actions {
    width: 100%;
  }
  .cookie-banner-btn {
    width: 100%;
    text-align: center;
    padding: 12px;
  }
}


