/* =============================================================
   CRYPTOPLAT — FOOTER ONLY (Step 2 + Step 3 styling)
   
   Every selector starts with .footer-area or .bottom-footer.
   No global rules. No wildcard selectors. Cannot bleed into
   other parts of the page.
============================================================= */

/* -----------------------------------------------------------
   FOOTER ROOT — dark navy background
----------------------------------------------------------- */
.footer-area {
  background: #0A0E27 !important;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

.footer-area .py-60 {
  padding-top: 70px !important;
  padding-bottom: 50px !important;
}

/* -----------------------------------------------------------
   BRAND COLUMN
----------------------------------------------------------- */
.footer-area .footer-item__logo img {
  max-height: 48px;
  width: auto;
}

.footer-area .footer-item__desc {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  max-width: 380px;
  margin-top: 18px;
  margin-bottom: 28px !important;
}

/* -----------------------------------------------------------
   COLUMN TITLES (Quick Links, Company, Legal, Stay Updated)
----------------------------------------------------------- */
.footer-area .footer-item__title {
  font-family: "Cabinet Grotesk", "Plus Jakarta Sans", sans-serif !important;
  color: #FFFFFF !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin-bottom: 22px !important;
  letter-spacing: -0.01em;
}

/* -----------------------------------------------------------
   COLUMN LINKS
----------------------------------------------------------- */
.footer-area .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-area .footer-menu__item {
  margin-bottom: 12px;
}

.footer-area .footer-menu__link {
  color: rgba(255, 255, 255, 0.6) !important;
  text-decoration: none !important;
  font-size: 14px !important;
  transition: color 0.15s ease;
  display: inline-block;
}

.footer-area .footer-menu__link:hover {
  color: #E8B923 !important;
}

/* -----------------------------------------------------------
   INFO BLOCKS (HQ / Support / Trading Hours)
----------------------------------------------------------- */
.footer-area .cp-footer-info {
  display: flex !important;
  align-items: flex-start !important;
  gap: 14px !important;
  margin-bottom: 18px !important;
}

.footer-area .cp-footer-info__icon {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  border-radius: 10px !important;
  background: rgba(232, 185, 35, 0.12) !important;
  border: 1px solid rgba(232, 185, 35, 0.25) !important;
  color: #E8B923 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

.footer-area .cp-footer-info__body {
  flex: 1;
  min-width: 0;
}

.footer-area .cp-footer-info__label {
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #E8B923 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  margin-bottom: 4px !important;
  line-height: 1 !important;
}

.footer-area .cp-footer-info__value {
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.75) !important;
  line-height: 1.55 !important;
}

.footer-area .cp-footer-info__value a {
  color: rgba(255, 255, 255, 0.75) !important;
  text-decoration: none !important;
  transition: color 0.15s ease;
}

.footer-area .cp-footer-info__value a:hover {
  color: #E8B923 !important;
}

/* -----------------------------------------------------------
   NEWSLETTER FORM
----------------------------------------------------------- */
.footer-area .cp-footer__newsletter-desc {
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.55) !important;
  line-height: 1.55 !important;
  margin: 0 0 16px 0 !important;
}

.footer-area .cp-footer__newsletter-form {
  display: flex !important;
  gap: 0;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 4px;
  align-items: stretch;
  max-width: 100%;
}

.footer-area .cp-footer__newsletter-input {
  flex: 1;
  border: none !important;
  background: transparent !important;
  color: #FFFFFF !important;
  padding: 9px 12px !important;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif !important;
  font-size: 13px !important;
  outline: none !important;
  border-radius: 8px;
  min-width: 0;
}

.footer-area .cp-footer__newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.footer-area .cp-footer__newsletter-btn {
  background: #E8B923 !important;
  color: #0A0E27 !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 0 14px !important;
  cursor: pointer;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background 0.15s ease;
  flex-shrink: 0 !important;
}

.footer-area .cp-footer__newsletter-btn:hover {
  background: #D4A510 !important;
}

/* -----------------------------------------------------------
   BOTTOM FOOTER (copyright + social)
----------------------------------------------------------- */
.footer-area .bottom-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent !important;
}

.footer-area .bottom-footer__text {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 13px !important;
}

.footer-area .bottom-footer__text a,
.footer-area .bottom-footer__text .text--base {
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none !important;
  transition: color 0.15s ease;
}

.footer-area .bottom-footer__text a:hover,
.footer-area .bottom-footer__text .text--base:hover {
  color: #E8B923 !important;
}

/* -----------------------------------------------------------
   SOCIAL LIST (LinkedIn icon)
----------------------------------------------------------- */
.footer-area .social-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
}

.footer-area .social-list__item {
  margin: 0;
}

.footer-area .social-list__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none !important;
  transition: all 0.15s ease;
}

.footer-area .social-list__link:hover {
  background: rgba(232, 185, 35, 0.12);
  border-color: rgba(232, 185, 35, 0.4);
  color: #E8B923 !important;
  transform: translateY(-1px);
}

.footer-area .social-list__link i {
  font-size: 16px;
}
