.site-footer {
  background: radial-gradient(circle at top, #0b1430, #050914);
  padding: 80px 0 30px;
  color: #ffffff;
  overflow-x: hidden;
}
.site-footer .container {
  max-width: 1300px;
  margin: auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.footer-newsletter-section { padding-bottom: 60px; }
.newsletter-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.newsletter-title { font-size: 1.9rem; font-weight: 700; margin: 0; flex: 1; min-width: 200px; }
.newsletter-title span { color: #1ec8ff; }
.newsletter-form {
  flex-shrink: 0;
  border-radius: 30px !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  padding: 8px 12px !important;
  box-sizing: border-box;
}
.newsletter-input {
  display: flex;
  align-items: center;
  gap: 10px;
  backdrop-filter: blur(12px);
  max-width: 100%;
  box-sizing: border-box;
}
.newsletter-input i { color: #1ec8ff; font-size: 0.9rem; flex-shrink: 0; }
.newsletter-input input { width: 220px; min-width: 0; background: transparent; border: none; color: #fff; font-size: 0.9rem; outline: none; }
.newsletter-input input::placeholder { color: rgba(255,255,255,0.55); }
.newsletter-input button {
  background: linear-gradient(135deg, #1ec8ff, #16a2e7);
  border: none; color: #041018; font-size: 0.85rem; font-weight: 600;
  padding: 8px 18px; border-radius: 30px; cursor: pointer;
  transition: all 0.3s ease; white-space: nowrap; flex-shrink: 0;
}
.newsletter-input button:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(30,200,255,0.35); }

.footer-divider { height: 1px; background: rgba(255,255,255,0.08); }

.footer-main { padding: 60px 0; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
}
.footer-logo { display: flex; align-items: center; margin-bottom: 14px; }
.footer-logo-img { height: 44px; width: auto; object-fit: contain; }
footer .size { text-align: center; margin: 0 !important; font-weight: 800; padding-left: 10px; font-size: 17.6px !important; }
.footer-tagline { font-size: 0.9rem; line-height: 1.6; color: rgba(255,255,255,0.65); max-width: 320px; }
.footer-column-title { font-size: 1rem; font-weight: 700; margin-bottom: 14px; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { font-size: 0.9rem; margin-bottom: 10px; color: rgba(255,255,255,0.65); }
.footer-links a { text-decoration: none; color: inherit; transition: 0.3s; }
.footer-links a:hover { color: #1ec8ff; }
.footer-contact li { display: flex; align-items: flex-start; gap: 10px; }
.footer-contact i { color: #1ec8ff; margin-top: 3px; flex-shrink: 0; }

.footer-bottom {
  padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 16px; font-size: 0.85rem; color: rgba(255,255,255,0.55);
}
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { text-decoration: none; color: inherit; }
.footer-legal a:hover { color: #1ec8ff; }

/* TABLET */
@media (max-width: 991px) {
  .site-footer { padding: 70px 0 30px; }
  .footer-main { padding: 50px 0; }
  .newsletter-wrap { flex-direction: column; align-items: stretch; gap: 24px; }
  .newsletter-title { font-size: 1.75rem; text-align: center; min-width: unset; }
  .newsletter-form { width: 100%; display: flex; justify-content: center; }
  .newsletter-input { width: 100%; max-width: 500px; margin: 0 auto; }
  .newsletter-input input { flex: 1; width: 100%; }
  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
  }
  .footer-brand {
    grid-column: 1 / -1;
    display: flex;
    align-items: flex-start;
    gap: 32px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }
  .footer-brand .footer-logo { margin-bottom: 0; flex-shrink: 0; }
  .footer-tagline { max-width: 100%; margin-top: 4px; }
}

/* MOBILE */
@media (max-width: 768px) {
  .site-footer { padding: 60px 0 28px; }
  .footer-newsletter-section { padding-bottom: 44px; }
  .newsletter-title { font-size: 1.6rem; }
  .newsletter-form { width: 100%; }
  .newsletter-input { width: 100%; box-sizing: border-box; }
  .newsletter-input input { width: 100%; flex: 1; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-brand { flex-direction: column; gap: 12px; padding-bottom: 20px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; padding-top: 20px; }
  .footer-main { padding: 44px 0; }
}

/* SMALL MOBILE */
@media (max-width: 576px) {
  .site-footer { padding: 50px 0 24px; }
  .site-footer .container { padding: 0 16px; }
  .newsletter-title { font-size: 1.5rem; }
  .newsletter-form { border-radius: 14px !important; padding: 10px 12px !important; }
  .newsletter-input { flex-wrap: wrap; gap: 8px; }
  .newsletter-input i { order: 0; }
  .newsletter-input input { width: 100%; order: 1; }
  .newsletter-input button { width: 100%; order: 2; border-radius: 10px; padding: 10px; text-align: center; }
  .footer-tagline { font-size: 0.88rem; max-width: 100%; }
  .footer-column-title { font-size: 0.95rem; }
  .footer-links li { font-size: 0.88rem; }
  .footer-bottom { font-size: 0.82rem; }
  .footer-legal { flex-direction: column; gap: 8px; }
  .footer-main { padding: 36px 0; }
}

@media (max-width: 375px) {
  .site-footer .container { padding: 0 12px; }
  .newsletter-title { font-size: 1.3rem; }
  .footer-bottom { font-size: 0.78rem; }
}

@media (min-width: 1400px) {
  .site-footer .container { max-width: 1320px; }
}
