.form-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.footer-main {
    background: repeating-linear-gradient(348deg, #dedede, rgba(255, 255, 255, .65) .5px);
}

.contact-detail-card {
    padding: 28px;
    border: 1px solid rgba(67, 85, 101, .1);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(67, 85, 101, .09);
}

.contact-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0;
    color: var(--dark);
    border-bottom: 1px solid rgba(67, 85, 101, .09);
}

.contact-detail-item:last-child { border-bottom: 0; }
.contact-detail-item > i {
    display: inline-flex;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #fff;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--primary), #72c382);
}
.contact-detail-item strong,
.contact-detail-item span { display: block; }
.contact-detail-item a { color: var(--dark); }

.contact-map {
    overflow: hidden;
    border: 1px solid rgba(67, 85, 101, .1);
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(67, 85, 101, .1);
}
.contact-map iframe { display: block; width: 100%; min-height: 420px; }

.recaptcha-lazy {
    display: flex;
    align-items: center;
    min-height: 78px;
    color: #73808b;
    font-size: 12px;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
    box-shadow: 0 10px 25px rgba(131, 58, 180, .2);
    transition: transform .3s ease, box-shadow .3s ease;
}
.footer-social a:hover { color: #fff; transform: translateY(-3px); box-shadow: 0 15px 30px rgba(131, 58, 180, .3); }

.desktop-whatsapp {
    position: fixed;
    left: 28px;
    bottom: 28px;
    z-index: 1040;
    align-items: center;
    gap: 13px;
    padding: 11px 19px 11px 11px;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    background: linear-gradient(135deg, #25d366, #128c4b);
    box-shadow: 0 14px 34px rgba(18, 140, 75, .3);
    transition: transform .3s ease, box-shadow .3s ease;
}
.desktop-whatsapp:hover { color: #fff; transform: translateY(-4px); box-shadow: 0 20px 42px rgba(18, 140, 75, .38); }
.desktop-whatsapp-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    font-size: 25px;
    border-radius: 50%;
    background: rgba(255,255,255,.18);
}
.desktop-whatsapp-content { display: flex; flex-direction: column; line-height: 1.3; }
.desktop-whatsapp-content small { color: rgba(255,255,255,.82); font-size: 10px; }
.desktop-whatsapp-content strong { color: #fff; font-size: 14px; }

.service-faq { background: #f7f9f8; }
.faq-accordion { max-width: 900px; }
.faq-accordion .accordion-item {
    overflow: hidden;
    margin-bottom: 14px;
    border: 1px solid rgba(67, 85, 101, .1);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(67, 85, 101, .06);
}
.faq-accordion .accordion-button {
    padding: 20px 22px;
    color: var(--dark);
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    box-shadow: none;
}
.faq-accordion .accordion-button:not(.collapsed) { color: var(--primary); background: rgba(49, 167, 73, .05); }
.faq-accordion .accordion-body { padding: 4px 22px 22px; color: #65727d; line-height: 1.75; }

.cookie-consent {
    position: fixed;
    right: 24px;
    bottom: 24px;
    left: 24px;
    z-index: 1090;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    max-width: 1040px;
    margin: 0 auto;
    padding: 20px 58px 20px 22px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 22px;
    background: rgba(33, 48, 61, .97);
    box-shadow: 0 22px 60px rgba(0, 0, 0, .28);
    backdrop-filter: blur(14px);
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .35s ease, transform .35s ease;
}
.cookie-consent[hidden] { display: none !important; }
.cookie-consent.is-visible { opacity: 1; transform: translateY(0); }
.cookie-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 22px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--secondary), #ffb14d);
}
.cookie-copy strong { display: block; margin-bottom: 4px; font-size: 16px; }
.cookie-copy p { margin: 0 0 4px; color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.55; }
.cookie-copy a { color: #fff; font-size: 11px; text-decoration: underline; }
.cookie-actions { display: flex; gap: 10px; }
.cookie-actions .btn { padding: 10px 18px; border-radius: 12px; font-size: 12px; font-weight: 700; white-space: nowrap; }
.cookie-reject { color: #fff; border: 1px solid rgba(255,255,255,.28); }
.cookie-accept { color: #fff; background: var(--primary); }
.cookie-close {
    position: absolute;
    top: 10px;
    right: 14px;
    padding: 4px 8px;
    color: rgba(255,255,255,.7);
    border: 0;
    background: transparent;
    font-size: 24px;
    line-height: 1;
}

.success-card, .error-card {
    max-width: 700px;
    padding: 48px 30px;
    border: 1px solid rgba(67, 85, 101, .1);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 20px 55px rgba(67, 85, 101, .1);
}
.success-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    margin-bottom: 24px;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), #72c382);
}
.error-code { display: block; color: var(--secondary); font-size: clamp(72px, 12vw, 130px); font-weight: 800; line-height: 1; }
.legal-page h1 { margin-bottom: 28px; }
.legal-page h2 { margin-top: 30px; font-size: 22px; }
.legal-page p { max-width: 900px; line-height: 1.8; }

@media (max-width: 767.98px) {
    .contact-detail-card { padding: 18px; border-radius: 18px; }
    .contact-map iframe { min-height: 320px; }
    .faq-accordion .accordion-button { padding: 17px; font-size: 14px; }
    .cookie-consent {
        right: 10px;
        bottom: 82px;
        left: 10px;
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 18px;
        border-radius: 18px;
    }
    .cookie-icon { display: none; }
    .cookie-actions { width: 100%; }
    .cookie-actions .btn { flex: 1 1 0; }
    .cookie-close { top: 8px; right: 8px; }
    .cookie-copy { padding-right: 20px; }
}

@media (prefers-reduced-motion: reduce) {
    .cookie-consent, .footer-social a { transition: none; }
}
