:root {
  --mr-purple-main: #5B2A86;
  --mr-purple-deep: #2D0F45;
  --mr-text-body: #5F6472;
  --mr-font-display: 'Cormorant Garamond', serif;
}
.mr-footer-v2 {
  padding: 20px 0 30px;
  position: relative;
  z-index: 10;
  background-color: #f8f5fb;
}

.mr-footer-v2-card {
  background: #fcfbfe;
  background: radial-gradient(circle at top, #ffffff, #fbf7ff);
  border-radius: 30px;
  z-index: 1;
  box-shadow: 0 15px 40px rgba(45, 15, 69, 0.05);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.mr-footer-v2-content {
  display: grid;
  grid-template-columns: 1.2fr 1.3fr 2.5fr;
  align-items: stretch;
  padding: 60px 40px 20px;
  position: relative;
  z-index: 3;
  background: transparent;
}

.mr-footer-col {
  flex: 1;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
}

.mr-footer-col-1 {
  align-items: flex-start;
  text-align: left;
  padding-left: 10px;
}

.mr-footer-brand {
  margin-top: 20px;
}

.mr-footer-brand img {
  max-width: 160px;
  margin-bottom: 25px;
}

.mr-footer-tagline {
  font-size: 15px;
  color: var(--mr-text-body);
  line-height: 1.4;
  max-width: 200px;
  margin: 0;
}

.mr-footer-col-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-left: 1px solid rgba(91, 42, 134, 0.05);
  border-right: 1px solid rgba(91, 42, 134, 0.05);
  padding: 0 40px;
}

.mr-footer-ribbon {
  font-size: 32px;
  color: var(--mr-purple-main);
  margin-bottom: 15px;
}

.mr-footer-title-serif {
  font-family: var(--mr-font-display);
  font-size: 34px;
  color: var(--mr-purple-deep);
  margin: 0 0 20px;
  font-weight: 700;
  line-height: 1.1;
}

.mr-footer-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  max-width: 280px;
  margin-bottom: 25px;
}

.mr-footer-divider .line {
  height: 1px;
  flex: 1;
  background: rgba(91, 42, 134, 0.15);
}

.mr-heart-divider {
  color: rgba(91, 42, 134, 0.25);
  font-size: 14px;
}

.mr-footer-desc {
  font-size: 15px;
  color: var(--mr-text-body);
  margin: 0 0 30px;
  line-height: 1.5;
  max-width: 240px;
}

.mr-footer-btn {
  margin-bottom: 20px;
  padding: 14px 40px;
  border-radius: 99px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: white !important;
  color: var(--mr-purple-main) !important;
  border: 2px solid var(--mr-purple-main) !important;
  transition: all 0.3s ease;
}

.mr-footer-btn:hover {
  background: var(--mr-purple-main) !important;
  color: white !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(91, 42, 134, 0.15);
}

.mr-footer-free {
  font-size: 12px;
  color: var(--mr-text-body);
  opacity: 0.6;
  margin: 0;
}

.mr-footer-col-3 {
  padding-left: 50px;
  padding-right: 0;
}

.mr-footer-links-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 10px;
}

.mr-footer-nav-col,
.mr-footer-contact-col {
  flex: 1;
}

.mr-footer-nav-col h4,
.mr-footer-contact-col h4 {
  font-family: var(--mr-font-display);
  font-size: 18px;
  color: var(--mr-purple-deep);
  margin: 0 0 20px;
  font-weight: 700;
}

.mt-space {
  margin-top: 30px !important;
}

.mr-footer-nav-col ul,
.mr-footer-contact-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mr-footer-nav-col li,
.mr-footer-contact-col li {
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(91, 42, 134, 0.05);
  padding-bottom: 12px;
}

.mr-footer-nav-col li:last-child,
.mr-footer-contact-col li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.mr-footer-nav-col a,
.mr-footer-contact-col a {
  color: var(--mr-purple-main);
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  transition: opacity 0.3s;
}

.mr-footer-nav-col a:hover,
.mr-footer-contact-col a:hover {
  opacity: 0.7;
}

.mr-footer-nav-col i,
.mr-footer-contact-col i {
  color: var(--mr-purple-main);
  width: 20px;
  text-align: center;
  font-size: 16px;
  opacity: 0.7;
}

.mr-social-row {
  display: flex;
  gap: 12px;
}

.mr-social-row a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(91, 42, 134, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mr-purple-main);
  transition: all 0.3s;
}

.mr-social-row a:hover {
  background: var(--mr-purple-main);
  color: #fff;
  border-color: var(--mr-purple-main);
}

.mr-footer-esperanca-card {
  background: rgba(91, 42, 134, 0.04);
  border-radius: 12px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.mr-footer-esperanca-card p {
  margin: 0;
  font-size: 15px;
  color: var(--mr-purple-deep);
  line-height: 1.4;
}

.mr-heart-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #cba8ed, #9155c9);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(91, 42, 134, 0.15);
  flex-shrink: 0;
  font-size: 18px;
}

.mr-footer-esperanca-card p {
  margin: 0;
  font-size: 14px;
  color: var(--mr-purple-deep);
  line-height: 1.4;
}

/* Flowers */
.mr-flower {
  position: absolute;
  bottom: 72px;
  z-index: 2;
  /* Acima do fundo (1) e abaixo do conteÃºdo (3) */
  pointer-events: none;
  max-width: 320px;
  opacity: 0.85;
}

.mr-flower-left {
  left: 0;
}

.mr-flower-right {
  right: 0;
}

/* Bottom Bar */
.mr-footer-v2-bottom {
  background: #271448;
  padding: 24px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  position: relative;
  z-index: 0;
}

.mr-footer-center-heart {
  color: rgba(255, 255, 255, 0.2);
  font-size: 16px;
}

.mr-footer-credits {
  display: flex;
  align-items: center;
  gap: 6px;
}

.mr-footer-credits a {
  color: white;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: opacity 0.3s;
}

.mr-footer-credits a:hover {
  opacity: 0.8;
}

.mr-footer-credits img {
  height: 18px;
  margin-right: 6px;
  border-radius: 2px;
}

/* Responsive */
@media (max-width: 1100px) {
  .mr-footer-v2-content {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 40px 20px;
  }

  .mr-footer-col {
    max-width: 100%;
    padding: 0;
    border: none;
  }

  .mr-footer-col-1 {
    max-width: 100%;
  }

  .mr-footer-col-2 {
    border-top: 1px solid rgba(91, 42, 134, 0.1);
    border-bottom: 1px solid rgba(91, 42, 134, 0.1);
    padding: 40px 0;
  }

  .mr-footer-col-3 {
    max-width: 100%;
  }

  .mr-flower {
    max-width: 180px;
    opacity: 0.4;
  }

  .mr-footer-v2-bottom {
    flex-direction: column;
    gap: 18px;
    text-align: center;
    padding: 24px 20px;
  }
}

@media (max-width: 768px) {
  .mr-footer-links-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}

/* Custom AOS Animation for Footer Bottom Bar */
[data-aos="slide-out-bottom"] {
  transform: translateY(-100%);
  transition-property: transform;
}

[data-aos="slide-out-bottom"].aos-animate {
  transform: translateY(0);
}

