.dolores-footer {
  --footer-gradient: linear-gradient(122deg, #FFA663 0%, #FFC294 91%);
  --footer-accent: #d36702;
  --footer-text: #ffffff;
  --footer-dark: #1f1f1f;
  --footer-muted: rgba(255, 255, 255, 0.72);
  --footer-border: rgba(255, 255, 255, 0.16);
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  font-family: "Montserrat", Sans-serif;
  color: var(--footer-text);
  background:
    linear-gradient(115deg, rgba(36, 30, 23, 0.92) 0%, rgba(72, 48, 25, 0.88) 42%, rgba(147, 75, 24, 0.84) 100%),
    var(--footer-bg);
  background-size: cover;
  background-position: center;
}
.dolores-footer * { box-sizing: border-box; }
.dolores-footer a { color: inherit; text-decoration: none; }
.dolores-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 15%, rgba(255, 194, 148, 0.32), transparent 32%),
    radial-gradient(circle at 82% 20%, rgba(255, 166, 99, 0.22), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(0,0,0,0.18));
  pointer-events: none;
}
.dolores-footer__inner { position: relative; z-index: 2; max-width: 1500px; margin: 0 auto; padding: 90px 34px 34px; }
.dolores-footer__top { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 42px; align-items: end; margin-bottom: 48px; }
.dolores-footer__brand { max-width: 760px; }
.dolores-footer__title { margin: 0; font-family: "Montserrat", Sans-serif; font-size: clamp(78px, 13vw, 215px); font-weight: 600; line-height: 0.82; letter-spacing: -0.05em; color: rgba(255,255,255,0.94); text-transform: none; white-space: nowrap; }
.dolores-footer__title span { display: inline-block; transform-origin: 50% 85%; animation: doloresFooterLetterWave 5.8s cubic-bezier(.22, .8, .28, 1) infinite; will-change: transform; }
.dolores-footer__title span:nth-child(1) { animation-delay: 0s; }
.dolores-footer__title span:nth-child(2) { animation-delay: .08s; }
.dolores-footer__title span:nth-child(3) { animation-delay: .16s; }
.dolores-footer__title span:nth-child(4) { animation-delay: .24s; }
.dolores-footer__title span:nth-child(5) { animation-delay: .32s; }
.dolores-footer__title span:nth-child(6) { animation-delay: .40s; }
.dolores-footer__title span:nth-child(7) { animation-delay: .48s; }
@keyframes doloresFooterLetterWave { 0%,10%,22%,100%{transform:translateY(0) rotate(0deg);} 5%{transform:translateY(-0.13em) rotate(-1.5deg);} 13%{transform:translateY(0.025em) rotate(1deg);} }
@media (prefers-reduced-motion: reduce) { .dolores-footer__title span { animation: none; } }
.dolores-footer__text { max-width: 580px; margin: 28px 0 0; font-size: 15px; font-weight: 300; line-height: 1.72; color: var(--footer-muted); }
.dolores-footer__cta { justify-self: end; width: min(520px, 100%); padding: 30px; border-radius: 35px; background: rgba(255,255,255,0.12); border: 1px solid var(--footer-border); box-shadow: 0 24px 70px rgba(0,0,0,0.14); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.dolores-footer__cta-label { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 14px; font-size: 13px; font-weight: 500; color: #FFC294; }
.dolores-footer__cta-label::before { content: ""; width: 8px; height: 8px; border-radius: 99px; background: var(--footer-gradient); box-shadow: 0 0 0 7px rgba(255, 194, 148, 0.12); }
.dolores-footer__cta h3 { margin: 0 0 14px; font-size: 26px; font-weight: 500; line-height: 1.12; letter-spacing: -1.1px; color: #fff; }
.dolores-footer__cta p { margin: 0; font-size: 14px; font-weight: 300; line-height: 1.65; color: var(--footer-muted); }
.dolores-footer__cta-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.dolores-footer__btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; padding: 12px 20px; border-radius: 999px; background: var(--footer-gradient); color: #1f1f1f !important; font-size: 13px; font-weight: 500; box-shadow: 0 14px 34px rgba(0,0,0,0.12); transition: transform .26s ease, box-shadow .26s ease; }
.dolores-footer__btn:hover { transform: translateY(-2px); box-shadow: 0 18px 44px rgba(0,0,0,0.18); }
.dolores-footer__btn.is-light { background: rgba(255,255,255,0.92); color: #2A2A2A !important; }
.dolores-footer__nav-panel { position: relative; display: grid; grid-template-columns: 1.05fr 1fr 1fr 1fr 0.9fr; gap: 24px; padding: 36px 42px 36px 52px; border-radius: 35px; background: rgba(255,255,255,0.92); color: #2A2A2A; box-shadow: 0 26px 80px rgba(0,0,0,0.16); overflow: hidden; }
.dolores-footer__nav-panel::before { content: ""; position: absolute; right: -90px; top: -110px; width: 280px; height: 280px; border-radius: 999px; background: var(--footer-gradient); opacity: 0.28; }
.dolores-footer__col { position: relative; z-index: 2; padding-top: 20px; }
.dolores-footer__col-title { margin: 0 0 16px; font-size: 13px; font-weight: 600; line-height: 1.2; letter-spacing: 0.2px; text-transform: uppercase; color: #2A2A2A; }
.dolores-footer__links { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.dolores-footer__links li { margin: 0; padding: 0; }
.dolores-footer__links a { position: relative; display: inline-flex; align-items: center; width: fit-content; min-height: 28px; padding-left: 0; color: #686868; font-size: 13px; font-weight: 400; line-height: 1.35; transition: color .26s ease, transform .26s ease, padding-left .26s ease; }
.dolores-footer__links a::before { content: ""; position: absolute; left: 0; top: 50%; width: 6px; height: 6px; border-radius: 99px; background: var(--footer-gradient); opacity: 0; transform: translateY(-50%) scale(0.35); transition: opacity .26s ease, transform .26s ease, box-shadow .26s ease; }
.dolores-footer__links a:hover { color: var(--footer-accent); padding-left: 18px; }
.dolores-footer__links a:hover::before { opacity: 1; transform: translateY(-50%) scale(1); animation: doloresFooterBulletPulse 1.35s ease-in-out infinite; }
@keyframes doloresFooterBulletPulse { 0%{box-shadow:0 0 0 0 rgba(211,103,2,0.18);} 55%{box-shadow:0 0 0 8px rgba(211,103,2,0);} 100%{box-shadow:0 0 0 0 rgba(211,103,2,0);} }
.dolores-footer__contact-card { position: relative; z-index: 2; padding: 20px; border-radius: 26px; background: #faf7f3; border: 1px solid rgba(211,103,2,0.08); }
.dolores-footer__contact-card .dolores-footer__col-title { margin-bottom: 16px; }
.dolores-footer__contact-card p { margin: 0 0 13px; color: #686868; font-size: 13px; font-weight: 300; line-height: 1.55; }
.dolores-footer__contact-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 3px; color: var(--footer-accent) !important; font-size: 13px; font-weight: 500; }
.dolores-footer__socials { display: flex; gap: 10px; margin-top: 18px; }
.dolores-footer__social { width: 40px; height: 40px; border-radius: 999px; background: #fff; color: var(--footer-accent) !important; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 12px 28px rgba(0,0,0,0.07); transition: transform .24s ease, box-shadow .24s ease, background .24s ease; }
.dolores-footer__social:hover { transform: translateY(-2px); background: #fff7ef; box-shadow: 0 16px 34px rgba(0,0,0,0.10); }
.dolores-footer__social svg { width: 18px; height: 18px; fill: currentColor; }
.dolores-footer__bottom { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 22px; align-items: center; margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.18); color: rgba(255,255,255,0.72); font-size: 12px; font-weight: 300; }
.dolores-footer__bottom-links { display: flex; flex-wrap: wrap; gap: 18px; margin: 0; padding: 0; list-style: none; }
.dolores-footer__bottom-links li { margin: 0; padding: 0; }
.dolores-footer__bottom-links a { color: rgba(255,255,255,0.72); transition: color .24s ease; }
.dolores-footer__bottom-links a:hover { color: #fff; }
@media (max-width: 1200px) { .dolores-footer__nav-panel { grid-template-columns: repeat(3, 1fr); padding: 36px 42px; } .dolores-footer__contact-card { grid-column: span 2; } }
@media (max-width: 1024px) { .dolores-footer__top { grid-template-columns: 1fr; align-items: start; } .dolores-footer__cta { justify-self: start; } }
@media (max-width: 767px) { .dolores-footer__inner { padding: 64px 18px 26px; } .dolores-footer__title { font-size: clamp(62px, 24vw, 110px); line-height: 0.88; letter-spacing: -5.7px; } .dolores-footer__text { margin-top: 20px; font-size: 14px; line-height: 1.65; } .dolores-footer__cta { padding: 24px; border-radius: 30px; } .dolores-footer__cta h3 { font-size: 23px; } .dolores-footer__cta-actions { flex-direction: column; } .dolores-footer__btn { width: 100%; } .dolores-footer__nav-panel { grid-template-columns: 1fr; padding: 26px 24px; border-radius: 30px; gap: 26px; } .dolores-footer__col { padding-top: 0; } .dolores-footer__contact-card { grid-column: auto; border-radius: 24px; } .dolores-footer__bottom { flex-direction: column; align-items: center; justify-content: center; gap: 12px; text-align: center; } .dolores-footer__bottom > div:first-child { width: 100%; text-align: center; } .dolores-footer__bottom-links { width: 100%; justify-content: center; gap: 14px; } }
