/* ================================================================
   AORO Footer — V7 — Premium, Full Fix
   Exact match header: dark glass, green accent, sweep, diagonal
   ================================================================ */

/* ── Hard Reset ── */
#ux-site-footer,
#ux-site-footer *,
#ux-site-footer *::before,
#ux-site-footer *::after {
    box-sizing: border-box;
    color: white !important;
}

/* ── Wrapper ── */
.ux-footer-wrap {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    background: #08100e;
    color: rgba(255,255,255,0.78);
}

/* ==============================
   TOP SECTION
   ============================== */
.ux-footer-top {
    position: relative;
    padding: 72px 0 64px;
    overflow: hidden;
    background: rgba(10, 22, 18, 0.98);
}

/* Radial glow bottom-right verde — like navbar "cut" area */
.ux-footer-top::before {
    content: '';
    position: absolute;
    bottom: 0; right: 0;
    width: 600px; height: 400px;
    background: radial-gradient(ellipse at bottom right,
        rgba(31,111,92,0.22) 0%,
        transparent 65%
    );
    pointer-events: none;
    z-index: 0;
}

/* Gradient overlay */
.ux-footer-top::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        rgba(5, 14, 11, 0.96) 0%,
        rgba(10, 26, 20, 0.90) 50%,
        rgba(20, 60, 45, 0.12) 100%
    );
    pointer-events: none;
    z-index: 0;
}

/* content on top */
.ux-footer-top .ux-footer-container {
    position: relative;
    z-index: 2;
}

/* ── Container ── */
.ux-footer-container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}

/* ── 4-Column Grid ── */
.ux-footer-grid {
    display: grid;
    grid-template-columns: 1.7fr 1fr 1fr 1.5fr;
    gap: 56px;
    align-items: start;
}

/* ==============================
   COL 1 — BRAND
   ============================== */
.ux-footer-brand {
    display: flex;
    flex-direction: column;
}

.ux-footer-logo {
    display: block;
    max-height: 46px;
    width: auto;
    margin: 0 0 20px 0;
    filter: brightness(1.1);
}

.ux-footer-desc {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255,255,255,0.6);
    margin: 0 0 28px 0;
    max-width: 290px;
}

/* ── Social Icons — VISIBLE, with SVG inside ── */
.ux-footer-social {
    display: flex;
    gap: 10px;
    margin: 0 0 32px 0;
    list-style: none;
    padding: 0;
}

.ux-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    color: #ffffff;
    text-decoration: none;
    transition: background 0.22s, border-color 0.22s, transform 0.2s, box-shadow 0.22s;
    flex-shrink: 0;
}

.ux-footer-social a:hover {
    background: #1F6F5C;
    border-color: #1F6F5C;
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(31,111,92,0.5);
    color: #fff;
}

.ux-footer-social a svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
    display: block;
}

/* Trust logos */
/* Trust logos — compact, framed cards in a row */
.ux-footer-trust {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.ux-footer-trust-item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 8px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    transition: background 0.22s, border-color 0.22s;
    text-decoration: none;
    line-height: 0;
}

.ux-footer-trust-item a:hover {
    background: rgba(255,255,255,0.08);
    border-color: rgba(31,111,92,0.4);
}

.ux-footer-trust-item img {
    display: block;
    max-height: 28px;
    width: auto;
    filter: brightness(1.15) contrast(1.05);
    opacity: 1;
}

/* ==============================
   COL 2 & 3 — NAV / SERVICES
   ============================== */

/* Column title — bold, uppercase, with green underline */
.ux-footer-col-title {
    display: block;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    margin: 0 0 22px 0;
    padding: 0 0 14px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    position: relative;
}

.ux-footer-col-title::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #1F6F5C;
    border-radius: 2px;
}

/* Remove all WP menu wrappers margin/padding */
.ux-footer-menu,
.ux-footer-menu ul,
.ux-footer-menu li {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.ux-footer-menu li {
    margin-bottom: 11px !important;
}

.ux-footer-menu a,
.ux-footer-menu li > a {
    display: inline-block !important;
    color: rgba(255,255,255,0.65) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    text-decoration: none !important;
    padding: 0 !important;
    position: relative !important;
    transition: color 0.22s ease, padding-left 0.22s ease !important;
}

.ux-footer-menu a::before,
.ux-footer-menu li > a::before {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    width: 10px !important;
    height: 1.5px !important;
    background: #4ade80 !important;
    transform: translateY(-50%) scaleX(0) !important;
    transform-origin: left !important;
    transition: transform 0.22s ease !important;
}

.ux-footer-menu a:hover,
.ux-footer-menu li > a:hover {
    color: #ffffff !important;
    padding-left: 18px !important;
}

.ux-footer-menu a:hover::before,
.ux-footer-menu li > a:hover::before {
    transform: translateY(-50%) scaleX(1) !important;
}

/* ==============================
   COL 4 — CONTACT
   ============================== */
.ux-footer-contact-items {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin: 0;
    padding: 0;
}

.ux-fc-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
    text-decoration: none !important;
    color: inherit !important;
    transition: transform 0.22s ease !important;
}

a.ux-fc-item:hover {
    transform: translateX(6px) !important;
}

.ux-fc-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 10px;
    background: rgba(31,111,92,0.12);
    border: 1px solid rgba(31,111,92,0.3);
    color: #4ade80;
    transition: background 0.22s, border-color 0.22s, color 0.22s, box-shadow 0.22s;
}

a.ux-fc-item:hover .ux-fc-icon {
    background: #1F6F5C;
    border-color: #1F6F5C;
    color: #fff;
    box-shadow: 0 4px 16px rgba(31,111,92,0.5);
}

.ux-fc-icon svg {
    width: 19px;
    height: 19px;
    display: block;
    flex-shrink: 0;
}

.ux-fc-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 2px;
}

.ux-fc-val {
    display: block;
    color: #ffffff;
    font-size: 15.5px;
    font-weight: 600;
    line-height: 1.25;
}

.ux-fc-lbl {
    display: block;
    font-size: 11.5px;
    color: rgba(255,255,255,0.4);
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* ==============================
   SWEEP DIVIDER — identic topbar
   ============================== */
.ux-footer-divider {
    position: relative;
    width: 100%;
    height: 1px;
    overflow: hidden;
    background: rgba(255,255,255,0.06);
}

.ux-footer-divider::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30vw;
    min-width: 200px;
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.4) 75%,
        rgba(255,255,255,0.95) 96%,
        rgba(255,255,255,0) 100%
    );
    animation: ftSweep 5.5s cubic-bezier(0.2, 0.8, 0.3, 1) 1s infinite;
}

@keyframes ftSweep {
    0%   { transform: translateX(-100%); opacity: 0; }
    8%   { opacity: 1; }
    58%  { transform: translateX(58vw); opacity: 0; }
    100% { transform: translateX(58vw); opacity: 0; }
}

/* ==============================
   BOTTOM BAR — diagonal cut like navbar
   ============================== */
.ux-footer-bottom {
    position: relative;
    overflow: hidden;
    padding: 22px 0;
    background: #050e0a;
}

/* Diagonal overlay identic cu #ux-navbar::before */
.ux-footer-bottom::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(10, 22, 18, 0.85);
    backdrop-filter: blur(14px);
    clip-path: polygon(0 0, calc(100% - 90px) 0, calc(100% - 170px) 100%, 0 100%);
    z-index: 0;
    pointer-events: none;
}

.ux-footer-bottom .ux-footer-container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
}

.ux-fb-left {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255,255,255,0.45);
    margin: 0;
    padding: 0;
}

.ux-fb-right {
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.ux-fb-right a {
    display: inline-block;
    color: rgba(255,255,255,0.5) !important;
    text-decoration: none;
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: 0.02em;
    transition: color 0.2s;
    padding: 2px 16px;
    position: relative;
}

.ux-fb-right a + a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: rgba(255,255,255,0.18);
}

.ux-fb-right a:hover {
    color: #fff !important;
}

/* ==============================
   FREE SOLAR QUOTE WIDGET
   ============================== */
.ux-footer-quote-wrap {
    margin-top: 48px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgba(31,111,92,0.35);
    background: rgba(10, 28, 22, 0.7);
    backdrop-filter: blur(14px);
}

.ux-footer-quote-inner {
    display: flex;
    align-items: center;
    gap: 0;
    min-height: 160px;
    position: relative;
    overflow: hidden;
}

/* ── Animated Solar Rings — LEFT side ── */
.ux-footer-quote-inner::before {
    content: '';
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: transparent;
    box-shadow:
        0 0 0 20px rgba(31,111,92,0.07),
        0 0 0 50px rgba(31,111,92,0.05),
        0 0 0 85px rgba(31,111,92,0.04),
        0 0 0 125px rgba(31,111,92,0.025);
    animation: fqPulse 4s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes fqPulse {
    0%, 100% { transform: translateY(-50%) scale(1);   opacity: 1; }
    50%       { transform: translateY(-50%) scale(1.07); opacity: 0.7; }
}

/* Solar Icon centered inside the rings */
.ux-fq-solar-icon {
    position: absolute;
    left: 108px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #1F6F5C;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 0 0 8px rgba(31,111,92,0.18), 0 0 24px rgba(31,111,92,0.5);
    animation: fqGlow 4s ease-in-out infinite;
    flex-shrink: 0;
}

@keyframes fqGlow {
    0%, 100% { box-shadow: 0 0 0 10px rgba(31,111,92,0.18), 0 0 28px rgba(31,111,92,0.5); }
    50%       { box-shadow: 0 0 0 14px rgba(31,111,92,0.25), 0 0 46px rgba(31,111,92,0.75); }
}

.ux-fq-solar-icon svg {
    width: 36px;
    height: 36px;
    color: #fff;
}

/* Text + Form area — RIGHT */
.ux-fq-text {
    position: relative;
    z-index: 2;
    padding: 40px 44px 40px 220px;
    flex: 1;
}

.ux-fq-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #4ade80 !important;
    background: rgba(31,111,92,0.15);
    border: 1px solid rgba(31,111,92,0.3);
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.ux-fq-title {
    font-size: 22px;
    font-weight: 700;
    color: #fff !important;
    margin: 0 0 6px 0;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.ux-fq-sub {
    font-size: 14.5px;
    color: #ffffff !important;
    margin: 0 0 20px 0;
}

/* Form */
.ux-fq-form {
    display: block;
    margin: 0;
    padding: 0;
}

.ux-fq-row {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 580px;
}

.ux-fq-input-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    padding: 0 16px;
    transition: border-color 0.22s;
}

.ux-fq-input-wrap:focus-within {
    border-color: rgba(31,111,92,0.6);
    background: rgba(255,255,255,0.09);
}

.ux-fq-input-wrap svg {
    color: rgba(255,255,255,0.35) !important;
    flex-shrink: 0;
}

.ux-fq-input-wrap input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #fff !important;
    font-size: 14.5px;
    font-family: inherit;
    padding: 13px 0;
    min-width: 0;
}

.ux-fq-input-wrap input::placeholder {
    color: rgba(255,255,255,0.38) !important;
}

/* Remove blue browser border/outline from postcode input */
.ux-fq-input-wrap input[type="text"],
.ux-fq-input-wrap input {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}
.ux-fq-input-wrap input[type="text"]:focus,
.ux-fq-input-wrap input:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.ux-fq-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 22px;
    border-radius: 8px;
    background: linear-gradient(135deg, #1F6F5C 0%, #25896e 100%) !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    font-family: inherit;
    border: none !important;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.22s, transform 0.18s, box-shadow 0.22s;
    letter-spacing: 0.01em;
    flex-shrink: 0;
}

.ux-fq-btn:hover {
    background: linear-gradient(135deg, #25896e 0%, #2da080 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(31,111,92,0.5);
}

.ux-fq-btn:focus,
.ux-fq-btn:active {
    outline: none !important;
    border: none !important;
    box-shadow: 0 0 0 3px rgba(31,111,92,0.4) !important;
}

.ux-fq-btn svg { flex-shrink: 0; }

/* ==============================
   RESPONSIVE
   ============================== */
@media (max-width: 1024px) {
    .ux-footer-grid {
        grid-template-columns: 1.4fr 1fr 1fr;
        gap: 40px;
    }
    .ux-footer-brand { grid-column: 1 / -1; }
    .ux-footer-brand .ux-footer-desc { max-width: 520px; }
    .ux-fq-text { padding-left: 180px; }
}

@media (max-width: 720px) {
    .ux-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }
    .ux-footer-brand { grid-column: 1 / -1; }
    .ux-footer-top { padding: 52px 0 44px; }
    .ux-footer-bottom::before { clip-path: none; }
    .ux-footer-bottom .ux-footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
    }
    .ux-fb-right { justify-content: center; }
    .ux-fq-text { padding: 24px 20px; }
    .ux-fq-solar-icon { display: none; }
    .ux-footer-quote-inner::before { display: none; }
    .ux-fq-row { flex-direction: column; align-items: stretch; max-width: unset; }
}

@media (max-width: 480px) {
    .ux-footer-grid { grid-template-columns: 1fr; }
    .ux-footer-container { padding: 0 20px; }
    .ux-footer-top { padding: 44px 0 36px; }
    .ux-fq-title { font-size: 20px; }
    .ux-fq-text { padding: 20px 15px; }
    .ux-ccta-section { padding: 25px 15px !important; }
}

/* ============================================================
   FOOTER REDESIGN — Clean contact list + quote CTA btn
   ============================================================ */

/* Hide old trust icons (defensive) */
.ux-footer-trust { display: none !important; }

/* Clean contact list */
.ux-footer-contact-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 24px 0 !important;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.ux-footer-contact-list li {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    font-size: 14px !important;
    color: rgba(255,255,255,0.65) !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ux-footer-contact-list li svg {
    flex-shrink: 0;
    stroke: #4ade80;
    opacity: 0.7;
}

.ux-footer-contact-list li a {
    color: rgba(255,255,255,0.65) !important;
    text-decoration: none !important;
    transition: color 0.2s !important;
}

.ux-footer-contact-list li a:hover {
    color: #4ade80 !important;
}

/* Green CTA button in contact column */
.ux-footer-quote-cta { margin-top: 6px; }

.ux-footer-quote-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 11px 20px !important;
    border-radius: 8px !important;
    background: #1F6F5C !important;
    color: #ffffff !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    letter-spacing: 0.02em !important;
    transition: background 0.22s, transform 0.18s, box-shadow 0.22s !important;
    white-space: nowrap !important;
}

.ux-footer-quote-btn:hover {
    background: #17573f !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(31,111,92,0.45) !important;
    color: #fff !important;
}

/* Bottom bar inner flex */
.ux-fb-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
}

.ux-fb-copy {
    font-size: 11px !important;
    color: rgba(255,255,255,0.38) !important;
    line-height: 1.5 !important;
}

.ux-fb-links {
    display: flex !important;
    align-items: center !important;
    gap: 22px !important;
    flex-wrap: wrap !important;
}

.ux-fb-links a {
    font-size: 13px !important;
    color: rgba(255,255,255,0.42) !important;
    text-decoration: none !important;
    transition: color 0.2s !important;
}

.ux-fb-links a:hover {
    color: #4ade80 !important;
}

@media (max-width: 640px) {
    .ux-fb-inner {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
    }
    .ux-fb-links { gap: 14px !important; }
}

/* ============================================================
   SOLAR ENERGY WAVES -- Bottom-left radiating core
   ============================================================ */
.ux-footer-solar-waves {
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: 200px;
    height: 200px;
    pointer-events: none;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Central Solar Core */
.ux-wave-core {
    position: relative;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: transparent;
    border: 1.5px solid rgba(74,222,128,0.9);
    box-shadow: 0 0 20px 8px rgba(74,222,128,0.4), inset 0 0 15px rgba(74,222,128,0.4);
    z-index: 5;
    animation: ux-core-pulse 5s ease-in-out infinite alternate;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ux-wave-core svg {
    width: 17px;
    height: 17px;
    color: #4ade80;
    filter: drop-shadow(0 0 5px rgba(74,222,128,0.9));
    animation: ux-core-spin 20s linear infinite;
}

@keyframes ux-core-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes ux-core-pulse {
    0% { transform: scale(1); opacity: 0.85; box-shadow: 0 0 15px 5px rgba(74,222,128,0.3), inset 0 0 10px rgba(74,222,128,0.3); }
    100% { transform: scale(1.1); opacity: 1; box-shadow: 0 0 30px 12px rgba(74,222,128,0.6), inset 0 0 20px rgba(74,222,128,0.6); }
}

/* Expanding Waves */
.ux-wave {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1.5px solid rgba(74,222,128,0.7);
    box-shadow: inset 0 0 15px rgba(74,222,128,0.15), 0 0 15px rgba(74,222,128,0.15);
    opacity: 0;
    animation: ux-wave-expand 14s cubic-bezier(0.1, 0.5, 0.9, 1) infinite;
}

.ux-wave-1 { width: 38px; height: 38px; animation-delay: 0s; }
.ux-wave-2 { width: 38px; height: 38px; animation-delay: 3.5s; }
.ux-wave-3 { width: 38px; height: 38px; animation-delay: 7s; }
.ux-wave-4 { width: 38px; height: 38px; animation-delay: 10.5s; }

@keyframes ux-wave-expand {
    0% {
        width: 38px;
        height: 38px;
        opacity: 0.9;
        border-width: 1.5px;
    }
    100% {
        width: 480px;
        height: 480px;
        opacity: 0;
        border-width: 0px;
    }
}


/* ============================================================
   FOOTER POLISH — nav headings, separators, bigger anim, compact
   ============================================================ */

/* Bigger, more professional col headings */
.ux-footer-col-title,
.ux-footer-brand .ux-footer-col-title {
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    margin: 0 0 18px 0 !important;
    padding: 0 0 12px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}

/* More compact link rows */
.ux-footer-menu li { margin-bottom: 6px !important; }

.ux-footer-menu a,
.ux-footer-menu li > a {
    font-size: 13.5px !important;
    line-height: 1.35 !important;
    color: rgba(255,255,255,0.58) !important;
}

/* Reduced footer top/bottom padding */
.ux-footer-top { padding: 52px 0 48px !important; }

/* Larger solar animation */
.ux-fss-icon {
    width: 64px !important;
    height: 64px !important;
}

.ux-fss-icon svg {
    width: 30px !important;
    height: 30px !important;
}

@keyframes ux-fss-pulse {
    0%   { transform: scale(0.65); opacity: 0.9; }
    100% { transform: scale(2.2); opacity: 0; }
}

/* Bottom bar: info links on the RIGHT with pipe separators */
.ux-fb-inner {
    justify-content: space-between !important;
}

.ux-fb-links {
    justify-content: flex-end !important;
    gap: 0 !important;
}

.ux-fb-links a {
    padding: 0 14px !important;
    position: relative !important;
}

.ux-fb-links a + a::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    height: 12px !important;
    width: 1px !important;
    background: rgba(255,255,255,0.2) !important;
}

.ux-fb-links a:first-child { padding-left: 0 !important; }

/* Custom Separator Borders */
#ux-site-footer {
    border-top: 1px solid rgba(31,111,92, 0.4);
}

.ux-footer-bottom {
    border-top: 2px solid rgba(31,111,92, 0.4);
}
