.footer-help-strip {
    padding: 28px 0;
    border-top: 1px solid #e8edf3;
    background: #f7f9fc;
}

.footer-help-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.footer-help-card {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 15px;
    border: 1px solid #e6ecf3;
    border-radius: 16px;
    background: #fff;
    color: #172033;
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.footer-help-card:hover {
    border-color: rgba(var(--pd-primary-rgb, 255, 111, 80), .35);
    color: var(--pd-primary, #ff6f50);
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, .07);
}

.footer-help-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 13px;
    background: rgba(var(--pd-primary-rgb, 255, 111, 80), .1);
    color: var(--pd-primary, #ff6f50);
    font-size: 18px;
}

.footer-help-card strong,
.footer-help-card small { display: block; }
.footer-help-card strong { font-size: 13px; }
.footer-help-card small { margin-top: 2px; overflow: hidden; color: #7a8798; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }

.modern-site-footer {
    color: #edf4fb !important;
    background:
        radial-gradient(circle at 85% 12%, rgba(var(--pd-primary-rgb, 255, 111, 80), .14), transparent 27%),
        #102033;
}

.modern-footer-main { padding: 54px 0 38px; }
.modern-footer-grid { display: grid; grid-template-columns: 1.25fr .8fr .9fr 1.25fr; gap: 38px; }
.modern-footer-brand > a { display: inline-flex; align-items: center; min-height: 50px; color: #fff !important; text-decoration: none !important; }
.modern-footer-brand img { width: auto; max-width: 180px; height: 50px; object-fit: contain; }
.modern-footer-logo-fallback { display: inline-block; max-width: 220px; overflow: hidden; color: #fff !important; font-size: 24px; font-weight: 850; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.modern-footer-about { max-width: 360px; margin: 20px 0; color: #c8d4e1 !important; font-size: 13px; line-height: 1.85; }
.modern-footer-contact { display: grid; gap: 10px; }
.modern-footer-contact a, .modern-footer-contact span { display: flex; align-items: center; gap: 9px; color: #edf4fb !important; font-size: 13px; }
.modern-footer-contact i { color: var(--pd-primary, #ff6f50) !important; }
.modern-footer-contact a:hover { color: #fff !important; text-decoration: none; }
.modern-footer-title { margin: 0 0 18px; color: #fff !important; font-size: 14px; font-weight: 800; }
.modern-footer-links { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.modern-footer-links a { color: #d7e2ee !important; font-size: 13px; text-decoration: none; transition: color .2s ease, padding .2s ease; }
.modern-footer-links a:hover { padding-inline-start: 4px; color: #fff !important; }
.modern-footer-newsletter p { margin: -5px 0 15px; color: #c8d4e1 !important; font-size: 12px; line-height: 1.7; }
.modern-footer-form { position: relative; }
.modern-footer-form input { width: 100%; height: 48px; padding-inline: 14px 112px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.07); color: #fff; outline: none; }
.modern-footer-form input::placeholder { color: #90a0b2; }
.modern-footer-form input:focus { border-color: rgba(var(--pd-primary-rgb, 255, 111, 80), .7); box-shadow: 0 0 0 3px rgba(var(--pd-primary-rgb, 255, 111, 80), .15); }
.modern-footer-form button { position: absolute; top: 4px; inset-inline-end: 4px; height: 40px; padding: 0 16px; border: 0; border-radius: 11px; background: var(--pd-primary, #ff6f50); color: #fff; font-size: 12px; font-weight: 800; cursor: pointer; }
.modern-footer-apps { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.modern-footer-apps img { width: auto; height: 42px; }
.modern-footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.modern-footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 76px; }
.modern-footer-copyright { margin: 0; color: #c8d4e1 !important; font-size: 12px; }
.modern-footer-social { display: flex; align-items: center; gap: 8px; }
.modern-footer-social a { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: #fff !important; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.modern-footer-social i { color: #fff !important; }
.modern-footer-social a:hover { border-color: var(--pd-primary, #ff6f50); background: var(--pd-primary, #ff6f50); color: #fff; text-decoration: none; transform: translateY(-2px); }
.modern-footer-legal { display: flex; gap: 16px; }
.modern-footer-legal a { color: #d7e2ee !important; font-size: 12px; }
.modern-footer-legal a:hover { color: #fff !important; text-decoration: none; }

@media (max-width: 991px) {
    .footer-help-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .modern-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 575px) {
    .footer-help-strip { padding: 20px 0; }
    .footer-help-grid { grid-template-columns: 1fr; }
    .modern-footer-main { padding: 38px 0 28px; }
    .modern-footer-grid { grid-template-columns: 1fr; gap: 30px; }
    .modern-footer-bottom-inner { align-items: flex-start; flex-direction: column; padding: 22px 0; }
    .modern-footer-legal { flex-wrap: wrap; }
}
