/* ========================================
   FOOTER MAIN
   ======================================== */
.footer-main {
    padding-top: 20px;
  background-color: #f0e6d2;
}

.footer-main a {
  text-decoration: none;
  color: inherit;  
}
.footer-main a:hover {
  text-decoration: none;  
}

.footer-main .footer-links, .footer-main .footer-social{
    margin-top: 14px;
}
.footer-main .mb-2{
    margin-top: 8px;
}
.footer-col-item {   
    padding: 10px 30px;
  }
/* ---- Golden Vertical Dividers between columns ---- */
@media (min-width: 992px) {
  .footer-row {
    position: relative;
  }

  .footer-col-item {
    position: relative;
    padding: 10px 30px;
  }

  /* Add golden bar on the left side of columns 2, 3, 4 */
  .footer-col-item:not(:first-child)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background-color: #c4a265;
  }

  /* No divider after last column */
  .footer-col-last::after {
    display: none;
  }
}

/* ========================================
   LOGO - Centered with "Cosméticos" below
   ======================================== */
.footer-brand {
  max-width: 240px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .footer-brand {
    margin: 0;
  }
}

.footer-logo {  
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.rodape-logo-lumi {
  
}

/* The "U" has a special accent in the original */
.logo-u {
  position: relative;
}

.logo-u::after {
  content: '·';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  color: #9a7b4f;
  line-height: 1;
}

.logo-sub {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 4.5px;
  color: #3a2e22;
  display: block;
  margin-top: 0;
  text-transform: uppercase;
}

/* ---- Divider ornament (flower/snowflake) ---- */
.footer-divider {
  max-width: 100%;
}

.divider-line {  
  display: block;
  float: right;  
  height: 1px;
  background: linear-gradient(to right, transparent, #9a7b4f, transparent);
  width: 40%;  
  margin-top: 10px;
}
.divider-line:first-child {  
  float: left;    
}

.divider-icon {
  width: 20%;
  color: #9a7b4f;
  font-size: 13px;
  line-height: 1;
}

/* ---- Description ---- */
.footer-description {
  font-size: 13px;
  line-height: 1.7;
  color: #5a4a3a;
}

/* ---- Column Titles ---- */
.footer-title {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #9a7b4f;
}

/* ---- Footer Links ---- */
.footer-links a {
  font-size: 14px;
  color: #4a3c2e;
  transition: color 0.25s ease, padding-left 0.25s ease;
  display: inline-block;
}

.footer-links a:hover {
  color: #9a7b4f;
  padding-left: 4px;
}

/* ========================================
   SOCIAL LINKS - No background, just icon
   ======================================== */
.footer-social a {
  font-size: 14px;
  color: #4a3c2e;
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer-social a:hover {
  color: #9a7b4f;
  transform: translateX(4px);
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 20px;
  color: #6b5a3e;
  transition: color 0.25s ease, transform 0.25s ease;
  /* No background, no border */
  background: none;
  border: none;
}

.footer-social a:hover .social-icon {
  color: #9a7b4f;
  transform: scale(1.15);
}

/* ========================================
   FOOTER BOTTOM BAR
   ======================================== */
.footer-bottom {
  padding-top: 8px;
  background-color: #3a2e22;  
}

.footer-copyright {
  font-size: 13px;
  color: #c9b99a;
  letter-spacing: 0.5px;
}

.copyright-icon {
  display: contents;
  align-items: center;
  vertical-align: middle;
  color: #9a7b4f;
  font-size: 15px;
}

/* ========================================
   RESPONSIVE ADJUSTMENTS
   ======================================== */

/* Tablet: dividers between the 3 bottom columns */
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-col-item:nth-child(3)::before,
  .footer-col-item:nth-child(4)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background-color: #c4a265;
  }

  .footer-col-item {
    position: relative;
  }
}

@media (max-width: 575.98px) {
  .footer-links a:hover {
    padding-left: 0;
  }

  .footer-social a:hover {
    transform: none;
  }

  .footer-copyright {
    font-size: 12px;
  }

  .rodape-logo-lumi {
    
  }
}

