.rte-footer{
  background:#F4F4F4;
  padding:90px 20px 0;
  font-family:'Montserrat',sans-serif;
}

.rte-footer-wrap{
  max-width:1200px;
  margin:0 auto;
  background:#fff;
  box-shadow:0 18px 45px rgba(15,23,42,0.08);
}

/* TOP CTA */
.rte-footer-cta-box{
  max-width:900px;
  margin:0 auto;
  transform:translateY(-55px);
  background:#0F172A;
  border-radius:20px;
  padding:38px 45px;
  display:grid;
  grid-template-columns:300px 1fr;
  gap:45px;
  align-items:center;
  overflow:hidden;
  box-shadow:0 20px 45px rgba(15,23,42,0.25);
}

.rte-footer-cta-img img{
  width:100%;
  max-height:260px;
  object-fit:contain;
  display:block;
}

.rte-footer-cta-content h2{
  color:#fff;
  font-size:34px;
  line-height:1.2;
  margin:0 0 14px;
  font-weight:800;
}

.rte-footer-cta-content p{
  color:#CBD5E1;
  font-size:15px;
  line-height:1.7;
  margin:0 0 24px;
}

.rte-footer-cta-actions{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:nowrap;
}

.rte-footer-cta-actions a{
  min-height:56px;
  padding:0 28px;
  border-radius:999px;
  text-decoration:none;
  font-size:16px;
  font-weight:800;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  line-height:1;
  transition:.3s ease;
  white-space:nowrap;
}

.rte-footer-cta-actions a:first-child{
  background:#EA580C;
  color:#fff;
}

.rte-footer-cta-actions a:first-child:hover{
  background:#C2410C;
  transform:translateY(-3px);
}

.rte-footer-cta-actions a:last-child{
  background:#fff;
  color:#0F172A;
}

.rte-footer-cta-actions a:last-child:hover{
  background:#EA580C;
  color:#fff;
  transform:translateY(-3px);
}

.rte-footer-cta-actions svg{
  width:19px;
  height:19px;
  display:block;
  flex-shrink:0;
}

/* MAIN FOOTER */
.rte-footer-main{
  padding:10px 70px 55px;
  display:grid;
  grid-template-columns:1.4fr .8fr .8fr 1fr;
  gap:45px;
}

.rte-footer-brand h3,
.rte-footer-col h4{
  margin:0 0 20px;
  color:#0F172A;
  font-size:20px;
  font-weight:800;
}

.rte-footer-brand p,
.rte-footer-col p{
  color:#475569;
  font-size:15px;
  line-height:1.7;
  margin:0 0 12px;
}

.rte-footer-col{
  display:flex;
  flex-direction:column;
}

.rte-footer-col a{
  color:#334155;
  text-decoration:none;
  margin-bottom:13px;
  font-size:15px;
  transition:.3s ease;
}

.rte-footer-col a:hover{
  color:#EA580C;
  padding-left:5px;
}

/* SOCIAL SVG FIX */
.rte-footer-social{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:24px;
}

.rte-footer-social a{
  width:42px;
  height:42px;
  border-radius:50%;
  background:#0F172A;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  transition:.3s ease;
  font-size:0;
}

.rte-footer-social a:hover{
  background:#EA580C;
  transform:translateY(-4px);
}

.rte-footer-social svg{
  width:19px;
  height:19px;
  display:block;
  fill:currentColor;
  stroke:currentColor;
}

.rte-footer-social a[aria-label="Instagram"] svg{
  fill:none;
  stroke:currentColor;
  stroke-width:2;
}

/* BOTTOM */
.rte-footer-bottom{
  border-top:1px solid #E5E7EB;
  padding:28px 70px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
}

.rte-footer-bottom p{
  margin:0;
  color:#475569;
  font-size:14px;
}

.rte-footer-bottom a{
  color:#334155;
  text-decoration:none;
  margin-left:24px;
  font-size:14px;
}

.rte-footer-bottom a:hover{
  color:#EA580C;
}

/* TABLET */
@media(max-width:991px){

  .rte-footer-cta-box{
    grid-template-columns:1fr;
    text-align:center;
  }

  .rte-footer-cta-actions{
    justify-content:center;
  }

  .rte-footer-main{
    grid-template-columns:1fr 1fr;
    padding:10px 40px 45px;
  }

  .rte-footer-bottom{
    padding:25px 40px;
    flex-direction:column;
    align-items:flex-start;
    text-align:left;
    gap:14px;
  }

  .rte-footer-bottom p{
    width:100%;
    text-align:left;
  }

  .rte-footer-bottom div{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
    width:100%;
  }

  .rte-footer-bottom a{
    margin:0;
    text-align:left;
  }

}

/* MOBILE */
@media(max-width:768px){

  .rte-footer{
    padding:70px 12px 0;
  }

  .rte-footer-cta-box{
    transform:translateY(-40px);
    padding:30px 22px;
    gap:20px;
  }

 .rte-footer-cta-img{
  display:flex;
  justify-content:center;
  width:100%;
}

.rte-footer-cta-img img{
  max-height:180px;
  display:block;
  margin:0 auto;
  transform:translateX(-18px);
}

  .rte-footer-cta-content h2{
    font-size:26px;
  }

  .rte-footer-cta-actions{
    flex-direction:column;
  }

  .rte-footer-cta-actions a{
    width:100%;
    min-height:54px;
    text-align:center;
  }

  .rte-footer-main{
    grid-template-columns:1fr;
    padding:0 25px 40px;
    gap:30px;
    text-align:left;
  }

  .rte-footer-bottom{
    padding:24px 20px;
    flex-direction:column;
    align-items:flex-start;
    text-align:left;
    gap:14px;
  }

  .rte-footer-bottom p{
    width:100%;
    text-align:left;
  }

  .rte-footer-bottom div{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
    width:100%;
  }

  .rte-footer-bottom a{
    margin:0;
    text-align:left;
  }

}