/* Shareide - Footer (Light Premium) */

/* ========== APP DOWNLOAD BANNER ========== */
.footer__app-banner {
  background: #FAFAFA;
  border-top: 1px solid #F0F0F0;
  position: relative;
  overflow: hidden;
}

.footer__app-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(245,184,0,0.06) 0%, transparent 60%);
  pointer-events: none;
}

.footer__app-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 56px 0;
  position: relative;
  z-index: 1;
}

.footer__app-banner-content {
  flex: 1;
}

.footer__app-banner-content .badge {
  margin-bottom: 16px;
}

.footer__app-banner-content h3 {
  font-size: clamp(26px, 3.5vw, 34px);
  font-weight: 800;
  color: #0F172A;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}

.footer__app-banner-content p {
  font-size: 15px;
  color: #64748B;
  margin-bottom: 28px;
  max-width: 440px;
  line-height: 1.7;
}

.footer__app-banner-btns {
  display: flex;
  gap: 12px;
}

.footer__store-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 22px;
  background: #0F172A;
  border: 1px solid #1E293B;
  border-radius: 14px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.footer__store-btn:hover {
  background: #1E293B;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.footer__store-btn i {
  font-size: 22px;
}

.footer__store-btn span {
  font-size: 10px;
  opacity: 0.7;
  display: block;
  line-height: 1;
}

.footer__store-btn strong {
  font-size: 15px;
  font-weight: 700;
  display: block;
  line-height: 1.3;
}

.footer__app-banner-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-shrink: 0;
}

.footer__app-feature {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer__app-feature-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  background: rgba(245,184,0,0.1);
  color: #D4900A;
  border: 1px solid rgba(245,184,0,0.15);
}

.footer__app-feature-icon--green {
  background: rgba(16,185,129,0.1);
  color: #059669;
  border: 1px solid rgba(16,185,129,0.15);
}

.footer__app-feature-icon--blue {
  background: rgba(59,130,246,0.1);
  color: #2563EB;
  border: 1px solid rgba(59,130,246,0.15);
}

.footer__app-feature strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #0F172A;
  line-height: 1.2;
}

.footer__app-feature span {
  display: block;
  font-size: 12px;
  color: #94A3B8;
  margin-top: 2px;
}

/* ========== MAIN FOOTER ========== */
.footer__main {
  background: #fff;
  border-top: 1px solid #F0F0F0;
  padding: 56px 0 28px;
  color: #0F172A;
}

.footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 44px;
}

.footer__logo {
  height: 42px;
  width: auto;
  margin-bottom: 18px;
}

.footer__brand p {
  color: #64748B;
  max-width: 280px;
  line-height: 1.7;
  font-size: 14px;
}

.footer__contact-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
}

.footer__contact-info a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #94A3B8;
  transition: color 0.2s ease;
  line-height: 1.5;
}

.footer__contact-info a:hover {
  color: #F5B800;
}

.footer__contact-info a i {
  width: 16px;
  text-align: center;
  font-size: 13px;
  color: #F5B800;
  flex-shrink: 0;
}

.footer__social {
  display: flex;
  gap: 8px;
  margin-top: 24px;
}

.footer__social a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  color: #64748B;
  font-size: 14px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.footer__social a:hover {
  background: #F5B800;
  border-color: #F5B800;
  color: #000;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(245,184,0,0.2);
}

/* ========== LINK GROUPS ========== */
.footer__links h4 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0F172A;
}

.footer__links a {
  display: block;
  color: #64748B;
  padding: 6px 0;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
}

.footer__links a:hover {
  color: #D4900A;
  transform: translateX(3px);
}

/* ========== NEWSLETTER ========== */
.footer__newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 28px 32px;
  background: #FAFAFA;
  border: 1px solid #F0F0F0;
  border-radius: 18px;
  margin-bottom: 32px;
}

.footer__newsletter-content h4 {
  font-size: 16px;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 3px;
}

.footer__newsletter-content p {
  font-size: 13px;
  color: #94A3B8;
}

.footer__newsletter-form {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.footer__newsletter-input {
  padding: 12px 20px;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  color: #0F172A;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  width: 240px;
  transition: all 0.35s ease;
  outline: none;
}

.footer__newsletter-input::placeholder {
  color: #94A3B8;
}

.footer__newsletter-input:focus {
  border-color: #F5B800;
  box-shadow: 0 0 0 3px rgba(245,184,0,0.1);
}

.footer__newsletter-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #F5B800;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  white-space: nowrap;
}

.footer__newsletter-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(245,184,0,0.25);
}

/* ========== BOTTOM BAR ========== */
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid #F0F0F0;
  color: #94A3B8;
  font-size: 13px;
}

.footer__bottom-links {
  display: flex;
  gap: 20px;
}

.footer__bottom-links a {
  color: #94A3B8;
  transition: color 0.25s ease;
  font-size: 13px;
}

.footer__bottom-links a:hover {
  color: #D4900A;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 992px) {
  .footer__app-banner-inner {
    flex-direction: column;
    text-align: center;
    gap: 40px;
    padding: 50px 0;
  }

  .footer__app-banner-content p {
    max-width: 100%;
  }

  .footer__app-banner-btns {
    justify-content: center;
  }

  .footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
}

@media (max-width: 768px) {
  .footer__app-banner-inner {
    padding: 40px 0;
  }

  .footer__app-banner-features {
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer__main {
    padding: 44px 0 24px;
  }

  .footer__grid {
    gap: 32px;
    margin-bottom: 36px;
  }

  .footer__newsletter {
    flex-direction: column;
    text-align: center;
    padding: 24px 20px;
    gap: 18px;
  }

  .footer__newsletter-form {
    width: 100%;
    flex-direction: column;
  }

  .footer__newsletter-input {
    width: 100%;
  }

  .footer__newsletter-btn {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .footer__app-banner-btns {
    flex-direction: column;
    align-items: center;
  }

  .footer__store-btn {
    width: 100%;
    max-width: 220px;
    justify-content: center;
  }

  .footer__app-banner-features {
    flex-direction: column;
    gap: 14px;
  }

  .footer__grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 28px;
  }

  .footer__brand p { max-width: 100%; }
  .footer__social { justify-content: center; }

  .footer__newsletter-input {
    width: 100%;
  }

  .footer__bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
    padding-top: 20px;
    font-size: 12px;
  }

  .footer__bottom-links {
    gap: 15px;
    font-size: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer__logo {
    height: 38px;
  }
}
