@charset "UTF-8";
/* ════════════════════════
   CTA BAR
════════════════════════ */
.footer-cta {
  background: #f16700;
}
.footer-cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  padding: 20px 32px;
}

.cta-text {
  font-size: clamp(26px, 4vw, 36px);
  margin-bottom: 0;
  margin: 0;
}

.cta-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.cta-btns .btn {
  white-space: nowrap;
}

.btn-wa svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: #25d366;
}

/* ════════════════════════
   MAIN FOOTER BODY
════════════════════════ */
.footer-body {
  background: #fff;
}
.footer-body .container {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1.3fr;
  gap: 40px;
  padding: 48px 32px 40px;
}

/* Brand column */
.brand-logo {
  margin-bottom: 18px;
}

.brand-desc {
  font-size: 16px;
  color: #262626;
  line-height: 1.75;
  margin-bottom: 18px;
  font-weight: 400;
}

.stars-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}

.stars {
  display: flex;
  gap: 2px;
}

.star {
  width: 14px;
  height: 14px;
  fill: #f59e0b;
}

.stars-text {
  font-size: 14px;
  font-weight: 600;
  color: #262626;
}

/* Column titles */
.col-title {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #262626;
  padding-bottom: 10px;
  border-bottom: 2px solid #f16700;
  display: inline-block;
  margin-bottom: 40px;
}

/* Footer links */
.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
}
.footer-links li a {
  font-size: 16px;
  color: #262626;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 7px;
  transition: color 0.15s;
}
.footer-links li a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #f16700;
  flex-shrink: 0;
}
.footer-links li a:hover {
  color: #f16700;
}

/* Contact section */
.contact-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
}

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

.c-icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: #fff5ec;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.c-icon svg {
  width: 15px;
  height: 15px;
  fill: #f16700;
}

.c-detail {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.c-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #999;
}

.c-val {
  font-size: 16px;
  font-weight: 500;
  color: #262626;
}

.avail-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #fff5ec;
  border: 1px solid #f16700;
  border-radius: 100px;
  padding: 2px 9px;
  font-size: 0.62rem;
  font-weight: 700;
  color: #f16700;
}

.live-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f16700;
  animation: blink 1.4s ease-in-out infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
/* ════════════════════════
   BADGES ROW
════════════════════════ */
.badges-row {
  background: #fafafa;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.badges-row .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 16px 32px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  padding: 7px 14px 7px 9px;
}
.badge-pay {
  background: #fff5ec;
  border: 1.5px solid #f16700;
  animation: glow-o 3s ease-in-out infinite;
}
.badge-pay svg {
  width: 20px;
  height: 20px;
  fill: #f16700;
  animation: beat 3s ease-in-out infinite;
}
.badge-pay .bt {
  font-size: 0.73rem;
  font-weight: 700;
  color: #f16700;
  white-space: nowrap;
}
.badge-ssl {
  background: #f0faf4;
  border: 1.5px solid #22c55e;
}
.badge-ssl svg {
  width: 17px;
  height: 17px;
  fill: #22c55e;
}
.badge-ssl .bt {
  font-size: 0.73rem;
  font-weight: 700;
  color: #16a34a;
  display: flex;
  align-items: center;
  gap: 5px;
}
.badge-avail {
  background: #f0f5ff;
  border: 1.5px solid #3b82f6;
}
.badge-avail svg {
  width: 17px;
  height: 17px;
  fill: #3b82f6;
  animation: flicker 2s ease-in-out infinite;
}
.badge-avail .bt {
  font-size: 0.73rem;
  font-weight: 700;
  color: #2563eb;
}

@keyframes glow-o {
  0%, 100% {
    box-shadow: none;
  }
  50% {
    box-shadow: 0 0 12px rgba(241, 103, 0, 0.16);
  }
}
@keyframes beat {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes flicker {
  0%, 88%, 100% {
    opacity: 1;
  }
  92% {
    opacity: 0.3;
  }
}
.bdivider {
  width: 1px;
  height: 26px;
  background: #e0e0e0;
}

/* ════════════════════════
   BOTTOM BAR
════════════════════════ */
.footer-bottom {
  background: #fff;
  border-top: 1px solid #e8e8e8;
}
.footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 36px 32px 50px;
  text-align: center;
}

.copyright {
  font-size: 16px;
  color: #262626;
}
.copyright strong {
  font-weight: 700;
}

.legal-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
}
.legal-links a {
  font-size: 16px;
  color: #262626;
  transition: color 0.15s;
}
.legal-links a:hover {
  color: #f16700;
}

.legal-sep {
  color: #ccc;
  font-size: 0.7rem;
}

.nap-schema {
  display: none;
}

/* ════════════════════════
   RESPONSIVE
════════════════════════ */
@media (max-width: 900px) {
  .footer-body .container {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding-top: 40px;
  }
  .brand-col {
    grid-column: 1/-1;
  }
  .footer-cta .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .bdivider {
    display: none;
  }
}
@media (max-width: 768px) {
  .footer-bottom .container {
    padding-bottom: 140px;
  }
  .cta-btns {
    align-items: center;
  }
}
@media (max-width: 540px) {
  .footer-body .container {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 32px;
  }
  .cta-btns {
    width: 100%;
  }
  .btn {
    flex: 1;
    justify-content: center;
  }
  .badges-row .container {
    flex-direction: column;
    align-items: flex-start;
  }
}/*# sourceMappingURL=footer.css.map */