.domestica-footer {
    position: relative;
    overflow: hidden;
    padding-top: 46px;
    color: #fff;
    background:
        radial-gradient(circle at 12% 10%, rgba(47, 104, 237, .2), transparent 28%),
        radial-gradient(circle at 88% 45%, rgba(58, 113, 238, .12), transparent 30%),
        #050f21 !important;
}

.domestica-footer::before {
    content: "";
    position: absolute;
    top: 0;
    right: -150px;
    width: 450px;
    height: 450px;
    border: 1px solid rgba(120, 165, 255, .08);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(120, 165, 255, .025), 0 0 0 140px rgba(120, 165, 255, .018);
    pointer-events: none;
}

.domestica-footer .container { position: relative; z-index: 1; }

.footer-cta {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 44px;
    margin-top: 0;
    padding: 38px 42px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 24px;
    background: linear-gradient(125deg, #225ad9 0%, #3674f3 55%, #214fb6 100%);
    box-shadow: 0 24px 64px rgba(2, 12, 30, .34);
}

.footer-cta::after { content: ""; position: absolute; top: -110px; right: 21%; width: 260px; height: 260px; border: 48px solid rgba(255, 255, 255, .055); border-radius: 50%; pointer-events: none; }
.footer-cta__copy { position: relative; z-index: 1; }
.footer-cta__copy > span { display: inline-flex; align-items: center; gap: 8px; color: rgba(255, 255, 255, .76); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-cta h2 { max-width: 680px; margin: 10px 0 8px; color: #fff; font-size: clamp(28px, 3.5vw, 42px); line-height: 1.12; letter-spacing: -.035em; }
.footer-cta p { margin: 0; color: rgba(255, 255, 255, .72); font-size: 14px; }
.footer-cta__actions { position: relative; z-index: 1; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.footer-cta__actions a { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 13px 18px; border: 1px solid transparent; border-radius: 10px; font-size: 13px; font-weight: 800; line-height: 1.2; }
.footer-cta__primary { color: #153e9c; background: #fff; box-shadow: 0 12px 30px rgba(3, 18, 51, .18); }
.footer-cta__primary:hover { color: #153e9c; background: #eef3ff; }
.footer-cta__secondary { border-color: rgba(255, 255, 255, .28) !important; color: #fff; background: rgba(7, 26, 53, .22); }
.footer-cta__secondary:hover { border-color: #fff !important; color: #fff; background: rgba(7, 26, 53, .38); }

.domestica-footer .footer-grid {
    display: grid;
    grid-template-columns: minmax(240px, 1.25fr) minmax(170px, .8fr) minmax(170px, .8fr) minmax(250px, 1.15fr);
    align-items: start !important;
    gap: clamp(34px, 5vw, 72px);
    padding: 88px 0 76px;
}

.domestica-footer .footer__item { max-width: none; width: auto; }
.footer-brand__logo { display: inline-block; margin-bottom: 24px; }
.footer-brand__logo img { display: block; width: 205px; height: auto; }
.domestica-footer .footer-brand > p { max-width: 330px; margin: 0; color: rgba(255, 255, 255, .65); font-size: 14px; line-height: 1.75; opacity: 1; }
.footer-trust { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.footer-trust span { display: inline-flex; align-items: center; gap: 7px; padding: 8px 10px; border: 1px solid rgba(132, 169, 255, .18); border-radius: 8px; color: #b8ccff; background: rgba(47, 104, 237, .08); font-size: 10px; font-weight: 800; }
.footer-trust i { color: #75a3ff; }

.domestica-footer .social-icon { display: flex; align-items: center; gap: 8px; margin-top: 25px; }
.domestica-footer .social-icon a { display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid rgba(255, 255, 255, .14); border-radius: 10px; color: #fff; background: rgba(255, 255, 255, .035); line-height: 1; transition: transform .2s ease, border-color .2s ease, background-color .2s ease; }
.domestica-footer .social-icon a:hover { transform: translateY(-2px); border-color: rgba(117, 163, 255, .7); color: #fff; background: #2f68ed; }

.footer-column-kicker { display: block; margin-bottom: 9px; color: #75a3ff; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.domestica-footer .footer-title { margin: 0 0 25px; color: #fff; font-size: 20px; line-height: 1.25; }
.domestica-footer .footer-links ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.domestica-footer .footer-links ul li { margin: 0 !important; }
.domestica-footer .footer-links a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 9px; border-bottom: 1px solid rgba(255, 255, 255, .07); color: rgba(255, 255, 255, .68); font-size: 13px; opacity: 1; transition: color .2s ease, border-color .2s ease; }
.domestica-footer .footer-links a i { color: rgba(117, 163, 255, .6); font-size: 9px; transition: transform .2s ease; }
.domestica-footer .footer-links a:hover { padding-left: 0; border-color: rgba(117, 163, 255, .45); color: #fff; }
.domestica-footer .footer-links a:hover i { transform: translateX(3px); color: #75a3ff; }

.footer-contact address { display: grid; gap: 18px; margin: 0; font-style: normal; }
.footer-contact__row { display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: start; gap: 12px; color: #fff; }
.footer-contact__row > i { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(117, 163, 255, .18); border-radius: 11px; color: #8db1ff; background: rgba(47, 104, 237, .08); font-size: 15px; }
.footer-contact__row small,
.footer-contact__row strong,
.footer-hours small,
.footer-hours strong { display: block; }
.footer-contact__row small,
.footer-hours small { margin-bottom: 3px; color: rgba(255, 255, 255, .42); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-contact__row strong,
.footer-hours strong { color: rgba(255, 255, 255, .76); font-size: 12px; font-weight: 600; line-height: 1.65; overflow-wrap: anywhere; }
.footer-contact__row:hover strong { color: #fff; }
.footer-hours { display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 12px; margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .09); }
.footer-hours > i { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 11px; color: #8db1ff; background: rgba(255, 255, 255, .045); }

.domestica-footer .footer__copyright { position: relative; padding: 22px 0; border-top: 1px solid rgba(255, 255, 255, .1); background: rgba(1, 7, 17, .34); }
.footer-copyright__inner {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding-inline: 64px;
    text-align: center;
}
.domestica-footer .footer__copyright p { margin: 0; color: rgba(255, 255, 255, .5); font-size: 12px; opacity: 1; }
.domestica-footer .footer__copyright p a { color: rgba(255, 255, 255, .75); opacity: 1; }
.domestica-footer .footer__copyright ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 22px; margin: 0; padding: 0; list-style: none; }
.domestica-footer .footer__copyright li { margin: 0 !important; }
.domestica-footer .footer__copyright a { color: rgba(255, 255, 255, .55); font-size: 12px; opacity: 1; }
.domestica-footer .footer__copyright a:hover { color: #fff; }

/* Balanced premium floating actions */
.scroll-up,
.whatsapp-btn {
    bottom: 26px !important;
    width: 56px !important;
    height: 56px !important;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .24) !important;
    border-radius: 50% !important;
    box-shadow: 0 14px 34px rgba(3, 13, 31, .28) !important;
    backdrop-filter: blur(10px);
}

.scroll-up {
    left: 26px !important;
    z-index: 9998;
    background: rgba(7, 26, 53, .92);
    box-shadow: inset 0 0 0 1px rgba(117, 163, 255, .18), 0 14px 34px rgba(3, 13, 31, .28) !important;
}

.scroll-up::after {
    width: 56px;
    height: 56px;
    color: #fff;
    font-size: 17px;
    line-height: 56px;
}

.scroll-up svg.scroll-circle path { stroke: #78a5ff; stroke-width: 3px; }
.scroll-up.active-scroll:hover { transform: translateY(-3px); background: #12366d; }

.whatsapp-btn {
    right: 26px !important;
    z-index: 9999;
    background: linear-gradient(145deg, #31df78, #18b958) !important;
    animation: whatsapp-premium-pulse 4s ease-out infinite !important;
}

.whatsapp-btn i { margin: 0 !important; font-size: 23px !important; }
.whatsapp-btn:hover { transform: translateY(-3px) scale(1.02) !important; background: linear-gradient(145deg, #25cf69, #109c48) !important; }

@keyframes whatsapp-premium-pulse {
    0%, 65%, 100% { box-shadow: 0 14px 34px rgba(3, 13, 31, .28), 0 0 0 0 rgba(37, 211, 102, .28); }
    82% { box-shadow: 0 14px 34px rgba(3, 13, 31, .28), 0 0 0 11px rgba(37, 211, 102, 0); }
}

@media (max-width: 1199px) {
    .footer-cta { grid-template-columns: 1fr; gap: 24px; }
    .footer-cta__actions { justify-content: flex-start; }
    .domestica-footer .footer-grid { grid-template-columns: 1.2fr .8fr .8fr; }
    .footer-contact { grid-column: 1 / -1; display: grid; grid-template-columns: 220px repeat(3, minmax(0, 1fr)); gap: 18px; padding-top: 30px; border-top: 1px solid rgba(255, 255, 255, .09); }
    .footer-contact > .footer-column-kicker { grid-column: 1; }
    .footer-contact > .footer-title { grid-column: 1; margin-top: -8px; }
    .footer-contact address { grid-column: 2 / -1; grid-row: 1 / span 2; grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .footer-hours { grid-column: 2 / -1; margin-top: 0; }
}

@media (max-width: 991px) {
    .footer-cta { padding: 34px; }
    .domestica-footer .footer-grid { grid-template-columns: 1.15fr .85fr .85fr; gap: 38px; padding-top: 72px; }
    .footer-contact { display: block; }
    .footer-contact address { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 26px; }
}

@media (max-width: 767px) {
    .domestica-footer { padding-top: 30px; }
    .footer-cta { padding: 28px 24px; border-radius: 19px; }
    .footer-cta h2 { font-size: 31px; }
    .footer-cta__actions { display: grid; grid-template-columns: 1fr; justify-content: stretch; }
    .footer-cta__actions a { width: 100%; }
    .domestica-footer .footer-grid { grid-template-columns: 1fr; gap: 42px; padding: 68px 0 58px; }
    .footer-brand__logo img { width: 190px; }
    .domestica-footer .footer-brand > p { max-width: 100%; }
    .domestica-footer .footer-links { padding-top: 3px; }
    .domestica-footer .footer-links ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 18px; }
    .domestica-footer .footer-links a { font-size: 12px; }
    .footer-contact { padding-top: 38px; }
    .footer-contact address { display: grid; grid-template-columns: 1fr; }
    .footer-copyright__inner { padding-inline: 70px; }
    .domestica-footer .footer__copyright ul { justify-content: center; gap: 10px; }
    .domestica-footer .footer__copyright a { font-size: 11px; }
    .scroll-up,
    .whatsapp-btn { bottom: calc(16px + env(safe-area-inset-bottom, 0px)) !important; width: 52px !important; height: 52px !important; }
    .scroll-up { left: 14px !important; }
    .whatsapp-btn { right: 14px !important; }
    .scroll-up::after { width: 52px; height: 52px; line-height: 52px; }
}

@media (max-width: 420px) {
    .domestica-footer .footer-links ul { grid-template-columns: 1fr; }
    .footer-trust { display: grid; }
    .footer-trust span { width: fit-content; }
}

@media (prefers-reduced-motion: reduce) {
    .domestica-footer .social-icon a,
    .domestica-footer .footer-links a,
    .domestica-footer .footer-links a i { transition: none; }
    .whatsapp-btn { animation: none !important; }
}
