/* Figma Footer Styles - Pixel Perfect */
.figma-footer {
  background: rgba(6, 77, 133, 0.04);
  font-family: Arial, -apple-system, Roboto, Helvetica, sans-serif;
  width: 100%;
}

.figma-footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 83px;
}

.figma-footer-grid {
  display: flex;
  justify-content: space-between;
  padding-top: 66px;
  padding-bottom: 64px;
  gap: 60px;
}

/* Brand Section - 205px width */
.figma-footer-brand {
  width: 205px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.figma-footer-brand .figma-footer-logo {
  display: flex;
  align-items: center;
}

.figma-footer-brand .figma-footer-logo img {
  max-width: 69px;
  height: auto;
}

.figma-footer-brand .logo-text {
  font-size: 26px;
  font-weight: 700;
  color: #370643;
  text-decoration: none;
}

.figma-footer-tagline {
  color: #757575;
  font-family: Arial, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  margin: 0;
}

.figma-footer-slogan {
  color: #181B1D;
  font-family: Arial, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  text-transform: capitalize;
  margin: 0;
}

.figma-footer-social-label {
  color: #757575;
  font-family: Arial, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 0;
  margin: 0;
}

.figma-social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.figma-social-links a {
  width: 24px !important;
  height: 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #FFC700 !important;
  border-radius: 12px !important;
  color: #370643 !important;
  font-size: 13px !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
  line-height: 1 !important;
}

.figma-social-links a i {
  color: #370643 !important;
  font-size: 13px !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.figma-social-links a:hover {
  background: #370643 !important;
  color: #FFC700 !important;
}

.figma-social-links a:hover i {
  color: #FFC700 !important;
}

/* Links Section - 130px width */
.figma-footer-links {
  width: 130px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.figma-footer-title {
  color: #181B1D;
  font-family: Arial, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  text-transform: capitalize;
  margin: 0;
}

.figma-footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.figma-footer-links ul li a {
  color: #757575;
  font-family: Arial, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.figma-footer-links ul li a:hover {
  color: #064D85;
}

/* Contact Section - 196px width */
.figma-footer-contact {
  width: 196px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.figma-footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.figma-footer-contact ul li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  color: #757575;
  font-family: Arial, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.figma-footer-contact ul li svg {
  flex-shrink: 0;
  margin-top: 1px;
}

.figma-footer-contact ul li a,
.figma-footer-contact ul li span {
  color: #757575;
  font-family: Arial, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.figma-footer-contact ul li a:hover {
  color: #064D85;
}

/* Subscribe Section - 204px width */
.figma-footer-subscribe {
  width: 204px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.figma-subscribe-form {
  margin: 0;
}

.figma-footer-subscribe-text {
  color: #757575;
  font-family: Arial, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 11px;
  margin: 0 0 8px 0;
}

.figma-subscribe-input-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  box-shadow: 0 0 13.31px 0 rgba(76, 87, 125, 0.10);
  background: rgba(255, 255, 255, 0.00);
}

.figma-newsletter-input {
  height: 35px;
  padding: 12px;
  border: 0.666px solid rgba(255, 255, 255, 0.10);
  background: #FFF;
  font-family: Arial, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 13px;
  color: #757575;
  outline: none;
  border-radius: 0;
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
}

.figma-newsletter-input::placeholder {
  color: #757575;
}

.figma-newsletter-btn {
  height: 35px;
  padding: 8px 17px;
  background: #31013F;
  border: 0.666px solid #064D85;
  border-radius: 0 3px 3px 0;
  color: #FFC700;
  font-family: Arial, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.47px;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 9.317px 23.293px 0 rgba(6, 77, 133, 0.12);
  margin-top: 0;
  align-self: stretch;
  white-space: nowrap;
}

.figma-newsletter-btn:hover {
  background: #4a0d5c;
}

/* Copyright */
.figma-footer-bottom {
  border-top: 0.666px solid #EAEAEA;
  padding: 20px 0 30px;
  text-align: center;
}

.figma-footer-bottom p {
  color: #757575;
  font-family: Arial, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  margin: 0;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .figma-footer-container {
    padding: 0 40px;
  }
  
  .figma-footer-grid {
    gap: 40px;
  }
}

@media (max-width: 992px) {
  .figma-footer-grid {
    flex-wrap: wrap;
    gap: 40px 60px;
  }
  
  .figma-footer-brand,
  .figma-footer-links,
  .figma-footer-contact,
  .figma-footer-subscribe {
    width: calc(50% - 30px);
    min-width: 180px;
  }
}

@media (max-width: 768px) {
  .figma-footer {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .figma-footer-container {
    padding: 0 20px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  
  .figma-footer-grid {
    flex-direction: column;
    gap: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .figma-footer-brand,
  .figma-footer-links,
  .figma-footer-contact,
  .figma-footer-subscribe {
    width: 100%;
    max-width: 300px;
  }

  .figma-footer-bottom {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}
