/* DentaVista — footer styles */
#dc-footer-static {
        --f-primary: #3fa0ce; --f-primary-light: #5bb6df; --f-secondary: #1f2a33;
        --f-rgb: 63, 160, 206; --f-bg: #f4f8fb; --f-text: #475569; --f-muted: #5b7185; --f-line: #e6eef2;
        font-family: 'Inter', system-ui, sans-serif; color: var(--f-text);
    }
    #dc-footer-static * { box-sizing: border-box; }
    #dc-footer-static .dc-footer { position: relative; background: var(--f-bg); overflow: hidden; }
    #dc-footer-static .dc-footer__blob { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; z-index: 0; }
    #dc-footer-static .dc-footer__blob--a { width: 360px; height: 360px; top: -140px; right: -90px; background: rgba(var(--f-rgb), .14); }
    #dc-footer-static .dc-footer__blob--b { width: 320px; height: 320px; bottom: 120px; left: -120px; background: rgba(31,42,51,.05); }
    #dc-footer-static .dc-footer__wrap { max-width: 1320px; margin: 0 auto; padding: clamp(56px, 7vw, 88px) 24px clamp(36px, 4vw, 52px); position: relative; z-index: 1; }

    /* ---- Visit block: contact card + map ---- */
    #dc-footer-static .dc-footer__visit {
        display: grid; grid-template-columns: .92fr 1.08fr; gap: 0;
        border-radius: 28px; overflow: hidden; box-shadow: 0 40px 90px -50px rgba(31,42,51,.5);
        margin-bottom: clamp(48px, 6vw, 72px);
    }
    #dc-footer-static .dc-footer__info { background: var(--f-secondary); color: #fff; padding: clamp(30px, 3.5vw, 48px); }
    #dc-footer-static .dc-footer__eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--f-primary-light); margin-bottom: 14px; }
    #dc-footer-static .dc-footer__eyebrow svg { width: 16px; height: 16px; }
    #dc-footer-static .dc-footer__title { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(1.5rem, 2.4vw, 2.1rem); line-height: 1.15; color: #fff; margin: 0 0 22px; letter-spacing: -.01em; }

    #dc-footer-static .dc-footer__row { display: flex; align-items: flex-start; gap: 13px; margin-bottom: 16px; }
    #dc-footer-static .dc-footer__row-ic { width: 40px; height: 40px; flex: none; border-radius: 11px; background: rgba(255,255,255,.08); color: var(--f-primary-light); display: flex; align-items: center; justify-content: center; }
    #dc-footer-static .dc-footer__row-ic svg { width: 19px; height: 19px; }
    #dc-footer-static .dc-footer__row-label { font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 2px; }
    #dc-footer-static .dc-footer__row-val, #dc-footer-static .dc-footer__row-val a { font-size: 14.5px; color: #fff; text-decoration: none; font-weight: 600; line-height: 1.5; }
    #dc-footer-static .dc-footer__row-val a:hover { color: var(--f-primary-light); }

    #dc-footer-static .dc-footer__hours { margin: 18px 0 22px; padding: 16px 18px; border-radius: 14px; background: rgba(255,255,255,.06); }
    #dc-footer-static .dc-footer__hours-row { display: flex; justify-content: space-between; gap: 10px; font-size: 13.5px; padding: 3px 0; }
    #dc-footer-static .dc-footer__hours-row span:first-child { color: rgba(255,255,255,.7); }
    #dc-footer-static .dc-footer__hours-row span:last-child { color: #fff; font-weight: 700; }
    #dc-footer-static .dc-footer__hours-note { display: flex; align-items: center; gap: 8px; margin-top: 10px; padding-top: 10px; border-top: 1px dashed rgba(255,255,255,.16); font-size: 12.5px; font-weight: 600; color: var(--f-primary-light); }
    #dc-footer-static .dc-footer__hours-note svg { width: 14px; height: 14px; }

    #dc-footer-static .dc-footer__btns { display: flex; flex-wrap: wrap; gap: 10px; }
    #dc-footer-static .dc-footer__btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 20px; border-radius: 999px; font-size: 14px; font-weight: 700; text-decoration: none; transition: transform .25s cubic-bezier(.34,1.56,.64,1), background .25s ease; }
    #dc-footer-static .dc-footer__btn svg { width: 16px; height: 16px; }
    #dc-footer-static .dc-footer__btn--primary { background: var(--f-primary); color: #fff; }
    #dc-footer-static .dc-footer__btn--primary:hover { background: var(--f-primary-light); transform: translateY(-2px); }
    #dc-footer-static .dc-footer__btn--ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.25); }
    #dc-footer-static .dc-footer__btn--ghost:hover { border-color: var(--f-primary-light); color: var(--f-primary-light); }

    /* Map */
    #dc-footer-static .dc-footer__map { position: relative; min-height: 380px; background: var(--f-secondary); }
    #dc-footer-static .dc-footer__map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: grayscale(.2) contrast(1.02); }
    #dc-footer-static .dc-footer__map-badge {
        position: absolute; top: 18px; left: 18px; z-index: 2;
        display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; border-radius: 999px;
        background: rgba(255,255,255,.95); backdrop-filter: blur(8px);
        font-size: 13px; font-weight: 700; color: var(--f-secondary); box-shadow: 0 10px 30px -10px rgba(31,42,51,.4);
    }
    #dc-footer-static .dc-footer__live-dot { width: 9px; height: 9px; border-radius: 50%; background: #18c07a; box-shadow: 0 0 0 0 rgba(24,192,122,.6); animation: dcLive 2s infinite; }
    @keyframes dcLive { 0% { box-shadow: 0 0 0 0 rgba(24,192,122,.5); } 70% { box-shadow: 0 0 0 9px rgba(24,192,122,0); } 100% { box-shadow: 0 0 0 0 rgba(24,192,122,0); } }

    /* ---- Brand + links grid ---- */
    #dc-footer-static .dc-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: clamp(30px, 4vw, 56px); }
    #dc-footer-static .dc-footer__logo img { height: 50px; width: auto; display: block; margin-bottom: 18px; }
    #dc-footer-static .dc-footer__about { font-size: 14px; line-height: 1.75; color: var(--f-muted); margin: 0 0 22px; max-width: 38ch; }
    #dc-footer-static .dc-footer__social { display: flex; gap: 10px; }
    #dc-footer-static .dc-footer__social a { width: 42px; height: 42px; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: #fff; border: 1px solid var(--f-line); color: var(--f-muted); transition: all .3s cubic-bezier(.34,1.56,.64,1); }
    #dc-footer-static .dc-footer__social a svg { width: 18px; height: 18px; }
    #dc-footer-static .dc-footer__social a:hover { background: var(--f-primary); border-color: transparent; color: #fff; transform: translateY(-3px); }

    #dc-footer-static .dc-footer__col-title { font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700; color: var(--f-secondary); margin: 6px 0 18px; }
    #dc-footer-static .dc-footer__links { list-style: none; margin: 0; padding: 0; }
    #dc-footer-static .dc-footer__links li { margin-bottom: 11px; }
    #dc-footer-static .dc-footer__links a { font-size: 14px; color: var(--f-muted); text-decoration: none; display: inline-flex; align-items: center; transition: color .25s ease, padding .25s ease; position: relative; }
    #dc-footer-static .dc-footer__links a::before { content: ''; width: 0; height: 2px; border-radius: 2px; background: var(--f-primary); transition: width .25s ease; }
    #dc-footer-static .dc-footer__links a:hover { color: var(--f-primary); padding-left: 22px; }
    #dc-footer-static .dc-footer__links a:hover::before { width: 14px; margin-right: 8px; }

    /* ---- Bottom bar ---- */
    #dc-footer-static .dc-footer__bottom { background: var(--f-secondary); padding: 20px 0; }
    #dc-footer-static .dc-footer__bottom-inner { max-width: 1320px; margin: 0 auto; padding: 0 24px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; }
    #dc-footer-static .dc-footer__copy { font-size: 13.5px; color: rgba(255,255,255,.55); margin: 0; }
    #dc-footer-static .dc-footer__copy strong { color: #fff; font-weight: 700; }
    #dc-footer-static .dc-footer__copy a { color: var(--f-primary-light); text-decoration: none; font-weight: 600; transition: color .25s ease; }
    #dc-footer-static .dc-footer__copy a:hover { color: #fff; }
    #dc-footer-static .dc-footer__legal { display: flex; flex-wrap: wrap; gap: 8px 22px; list-style: none; margin: 0; padding: 0; }
    #dc-footer-static .dc-footer__legal a { font-size: 13.5px; color: rgba(255,255,255,.55); text-decoration: none; transition: color .25s ease; }
    #dc-footer-static .dc-footer__legal a:hover { color: #fff; }

    @media (max-width: 900px) {
        #dc-footer-static .dc-footer__visit { grid-template-columns: 1fr; }
        #dc-footer-static .dc-footer__map { min-height: 300px; order: -1; }
        #dc-footer-static .dc-footer__grid { grid-template-columns: 1fr 1fr; }
        #dc-footer-static .dc-footer__logo { grid-column: 1 / -1; }
    }
    @media (max-width: 560px) {
        #dc-footer-static .dc-footer__grid { grid-template-columns: 1fr; }
        #dc-footer-static .dc-footer__bottom-inner { flex-direction: column; text-align: center; }
        #dc-footer-static .dc-footer__legal { justify-content: center; }
    }
    @media (prefers-reduced-motion: reduce) { #dc-footer-static .dc-footer__live-dot { animation: none; } }
