:root {
    --dfb-footer-navy: #061b3d;
    --dfb-footer-navy-2: #082a63;
    --dfb-footer-blue: #0759e8;
    --dfb-footer-yellow: #ffc400;
    --dfb-footer-text: #101828;
    --dfb-footer-muted: #667085;
    --dfb-footer-border: #d9e1ee;
    --dfb-footer-white: #ffffff;
}

.dfb-footer-benefits,
.dfb-footer-benefits *,
.dfb-footer-v8,
.dfb-footer-v8 * {
    box-sizing: border-box;
    border-radius: 0 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    text-shadow: none !important;
    filter: none !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
}

.dfb-footer-container {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
}

.dfb-footer-benefits {
    margin-top: 32px;
    background: #ffffff;
    border-top: 1px solid var(--dfb-footer-border);
    border-bottom: 1px solid var(--dfb-footer-border);
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.dfb-footer-benefits .dfb-footer-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dfb-benefit-item {
    min-height: 86px;
    padding: 18px 20px;
    border-right: 1px solid var(--dfb-footer-border);
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 12px;
    align-content: center;
}

.dfb-benefit-item:last-child { border-right: 0; }

.dfb-benefit-item span {
    grid-row: 1 / 3;
    width: 34px;
    height: 34px;
    color: var(--dfb-footer-blue);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dfb-benefit-item svg,
.dfb-footer-v8 svg {
    width: 22px;
    height: 22px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dfb-benefit-item b {
    color: var(--dfb-footer-text);
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
}

.dfb-benefit-item em {
    color: var(--dfb-footer-muted);
    font-size: 13px;
    line-height: 1.35;
    font-style: normal;
}

.dfb-footer-v8 {
    background: var(--dfb-footer-navy);
    color: #ffffff;
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.dfb-footer-v8 a { color: inherit; text-decoration: none; }

.dfb-footer-newsletter-row {
    background: var(--dfb-footer-navy-2);
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.dfb-footer-newsletter-inner {
    min-height: 112px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 470px;
    gap: 28px;
    align-items: center;
}

.dfb-footer-newsletter-inner h2 {
    margin: 0 0 6px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
}

.dfb-footer-newsletter-inner p {
    margin: 0;
    color: #d7e5ff;
    font-size: 15px;
    line-height: 1.45;
}

.dfb-footer-newsletter-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 132px;
    height: 48px;
}

.dfb-footer-newsletter-form input {
    width: 100%;
    height: 48px;
    border: 1px solid rgba(255,255,255,.45);
    border-right: 0;
    background: #ffffff;
    color: var(--dfb-footer-text);
    padding: 0 15px;
    font-size: 15px;
    outline: none;
}

.dfb-footer-newsletter-form button {
    height: 48px;
    border: 1px solid #e0aa00;
    background: var(--dfb-footer-yellow);
    color: #08152d;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.dfb-footer-newsletter-form button:hover { background: #ffb800; }

.dfb-footer-main-row { background: var(--dfb-footer-navy); }

.dfb-footer-grid {
    display: grid;
    grid-template-columns: 1.55fr repeat(4, minmax(0, 1fr)) 1.3fr;
    gap: 28px;
    padding: 38px 0 34px;
}

.dfb-footer-logo {
    display: inline-flex;
    align-items: center;
    max-width: 225px;
    margin-bottom: 14px;
    background: #ffffff;
    border: 1px solid rgba(255,255,255,.18);
    padding: 8px 10px;
}

.dfb-footer-logo img {
    display: block;
    width: 205px;
    max-width: 100%;
    height: auto;
    image-rendering: auto;
}

.dfb-footer-about p,
.dfb-footer-contact p {
    margin: 0 0 16px;
    color: #d7e5ff;
    font-size: 14px;
    line-height: 1.55;
}

.dfb-footer-socials {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dfb-footer-socials a {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255,255,255,.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.dfb-footer-socials a:hover { background: rgba(255,255,255,.08); }

.dfb-footer-col h3,
.dfb-footer-contact h3 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 600;
}

.dfb-footer-col a {
    display: block;
    color: #d7e5ff;
    font-size: 14px;
    line-height: 1.35;
    margin: 0 0 9px;
}

.dfb-footer-col a:hover,
.dfb-footer-contact a:hover { color: #ffffff; }

.dfb-footer-contact a,
.dfb-footer-contact p {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    color: #d7e5ff;
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 12px;
}

.dfb-footer-contact svg { color: var(--dfb-footer-yellow); }

.dfb-footer-payments {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.dfb-footer-payments b {
    height: 32px;
    padding: 0 10px;
    border: 1px solid rgba(255,255,255,.28);
    color: #ffffff;
    background: rgba(255,255,255,.06);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
}

.dfb-footer-bottom-row {
    background: #04142e;
    border-top: 1px solid rgba(255,255,255,.12);
}

.dfb-footer-bottom-inner {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: #cbd9f2;
    font-size: 13px;
    line-height: 1.4;
}

@media (max-width: 1100px) {
    .dfb-footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .dfb-footer-about { grid-column: span 2; }
    .dfb-footer-contact { grid-column: span 1; }
}

@media (max-width: 900px) {
    .dfb-footer-benefits .dfb-footer-container { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dfb-benefit-item:nth-child(2) { border-right: 0; }
    .dfb-benefit-item:nth-child(1), .dfb-benefit-item:nth-child(2) { border-bottom: 1px solid var(--dfb-footer-border); }
    .dfb-footer-newsletter-inner { grid-template-columns: 1fr; padding: 22px 0; gap: 16px; }
    .dfb-footer-newsletter-form { max-width: 520px; }
}

@media (max-width: 720px) {
    .dfb-footer-container { width: min(100% - 24px, 1200px); }
    .dfb-footer-grid { grid-template-columns: 1fr; gap: 22px; padding: 28px 0; }
    .dfb-footer-about, .dfb-footer-contact { grid-column: auto; }
    .dfb-footer-bottom-inner { display: block; padding: 14px 0; }
    .dfb-footer-bottom-inner span { display: block; margin: 0 0 6px; }
}

@media (max-width: 520px) {
    .dfb-footer-benefits .dfb-footer-container { grid-template-columns: 1fr; }
    .dfb-benefit-item { border-right: 0 !important; border-bottom: 1px solid var(--dfb-footer-border); }
    .dfb-benefit-item:last-child { border-bottom: 0; }
    .dfb-footer-newsletter-form { grid-template-columns: 1fr; height: auto; }
    .dfb-footer-newsletter-form input { border-right: 1px solid rgba(255,255,255,.45); }
    .dfb-footer-newsletter-form button { margin-top: 10px; }
}
