.fl-footer {
    float: left;
    width: 100%;
    position: relative;
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
    padding: 70px 0 32px;
    color: #14265c;
    overflow: hidden;
}
.fl-footer:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(38,60,152,.16), transparent);
}
.fl-footer-container {
    position: relative;
    z-index: 1;
}
.fl-footer-main {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 58px;
    align-items: start;
}
.fl-footer-logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 24px;
}
.fl-footer-logo img {
    width: 220px;
    max-width: 100%;
    height: auto;
    display: block;
}
.fl-footer-brand p {
    max-width: 260px;
    margin: 0 0 26px;
    color: #42527d;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 500;
}
.fl-footer-social {
    display: flex;
    align-items: center;
    gap: 12px;
}
.fl-footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef5ff;
    color: #163173;
    border: 1px solid rgba(38,60,152,.08);
    transition: .2s ease;
    text-decoration: none;
}
.fl-footer-social a:hover {
    background: #263c98;
    color: #fff;
    transform: translateY(-2px);
}
.fl-footer-links-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px;
}
.fl-footer-col {
    position: relative;
    padding-left: 0;
}
.fl-footer-col:not(:last-child):after {
    content: "";
    position: absolute;
    right: -17px;
    top: 68px;
    width: 1px;
    height: calc(100% - 76px);
    background: linear-gradient(180deg, rgba(38,60,152,.12), rgba(38,60,152,0));
}
.fl-footer-col h3 {
    margin: 0 0 28px;
    color: #162d70;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 14px;
}
.fl-footer-col h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff8a00;
    box-shadow: 14px 3px 0 -3px rgba(255,138,0,.42);
}
.fl-footer-col h3:after {
    content: "";
    position: absolute;
    left: 18px;
    right: 0;
    bottom: 3px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255,138,0,.8), rgba(255,138,0,0));
}
.fl-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 15px;
}
.fl-footer-col li {
    margin: 0;
    padding: 0;
}
.fl-footer-col a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #243769;
    font-size: 14px;
    line-height: 1.45;
    text-decoration: none;
    font-weight: 500;
    transition: .2s ease;
}
.fl-footer-col a:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ff8a00;
    flex: 0 0 5px;
}
.fl-footer-col a:hover {
    color: #0068ff;
    transform: translateX(3px);
}
.fl-footer-app {
    margin-top: 64px;
    border: 1px solid rgba(207,220,244,.9);
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(244,249,255,.96), rgba(255,255,255,.92));
    box-shadow: 0 26px 70px rgba(16,38,94,.08);
    padding: 34px 44px;
    min-height: 170px;
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr) auto;
    align-items: center;
    gap: 34px;
    overflow: hidden;
    position: relative;
}
.fl-footer-app:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    height: 90px;
    background: url("data:image/svg+xml,%3Csvg width='1440' height='120' viewBox='0 0 1440 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 70C170 16 320 16 492 70C664 124 822 124 1004 70C1186 16 1290 16 1440 70V120H0V70Z' fill='%23DCEEFF' fill-opacity='.62'/%3E%3C/svg%3E") center bottom / cover no-repeat;
    pointer-events: none;
}
.fl-footer-app > * { position: relative; z-index: 1; }
.fl-footer-app-icon {
    width: 96px;
    height: 96px;
    border-radius: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #2d6cff;
    border: 1px solid rgba(45,108,255,.14);
    box-shadow: 0 14px 35px rgba(16,38,94,.08);
    overflow: hidden;
}
.fl-footer-app-copy {
    border-right: 1px solid rgba(38,60,152,.16);
    padding-right: 42px;
}
.fl-footer-app-copy span {
    display: inline-flex;
    color: #ff8a00;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.fl-footer-app-copy h2 {
    margin: 0 0 12px;
    color: #14265c;
    font-size: 25px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -.02em;
    text-transform: uppercase;
}
.fl-footer-app-copy p {
    max-width: 620px;
    margin: 0;
    color: #34466f;
    font-size: 15px;
    line-height: 1.75;
    font-weight: 500;
}
.fl-footer-store-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.fl-store-btn {
    min-width: 178px;
    height: 56px;
    border-radius: 10px;
    background: #060606;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(0,0,0,.10);
    transition: .2s ease;
    padding: 0 18px;
}
.fl-store-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(0,0,0,.14);
}
.fl-store-btn i {
    font-size: 26px;
}
.fl-store-btn span {
    display: flex;
    flex-direction: column;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 600;
    text-transform: uppercase;
}
.fl-store-btn small {
    display: block;
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
}
.fl-footer-bottom {
    margin-top: 32px;
    padding-top: 30px;
    border-top: 1px solid rgba(38,60,152,.14);
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 28px;
    align-items: center;
}
.fl-footer-bottom p {
    margin: 0;
    color: #526189;
    font-size: 14px;
    font-weight: 500;
}
.fl-footer-legal {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 0;
}
.fl-footer-legal a {
    color: #1b3172;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    padding: 0 18px;
    line-height: 1;
    border-right: 1px solid rgba(38,60,152,.18);
    transition: .2s ease;
}
.fl-footer-legal a:last-child { border-right: 0; }
.fl-footer-legal a:hover { color: #0068ff; }
.fl-footer-anchor {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2d6cff;
}
.fl-footer-copyright {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    border-top: 1px solid rgba(38,60,152,.14);
    padding-top: 15px;
}

.fl-footer-copyright p {
    color: #1b3172;
    font-size: 14px;
    font-weight: 500;
}
@media (max-width: 1199px) {
    .fl-footer-main {
        grid-template-columns: 1fr;
        gap: 38px;
    }
    .fl-footer-brand {
        display: grid;
        grid-template-columns: 240px 1fr auto;
        gap: 28px;
        align-items: center;
    }
    .fl-footer-brand p { margin: 0; max-width: 430px; }
    .fl-footer-links-grid { gap: 24px; }
    .fl-footer-app { grid-template-columns: 90px 1fr; }
    .fl-footer-store-buttons { grid-column: 2; justify-content: flex-start; }
    .fl-footer-app-copy { border-right: 0; padding-right: 0; }
}
@media (max-width: 991px) {
    .fl-footer { padding: 50px 0 28px; }
    .fl-footer-brand { grid-template-columns: 1fr; text-align: center; justify-items: center; }
    .fl-footer-links-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .fl-footer-col:not(:last-child):after { display: none; }
    .fl-footer-app { grid-template-columns: 1fr; text-align: center; justify-items: center; padding: 32px 24px; }
    .fl-footer-store-buttons { grid-column: auto; justify-content: center; }
    .fl-footer-app-copy p { max-width: 100%; }
    .fl-footer-bottom { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}
@media (max-width: 575px) {
    .fl-footer { padding: 38px 0 24px; }
    .fl-footer-logo img { width: 190px; }
    .fl-footer-links-grid { grid-template-columns: 1fr; gap: 28px; }
    .fl-footer-col h3 { margin-bottom: 18px; }
    .fl-footer-col ul { gap: 12px; }
    .fl-footer-app { margin-top: 38px; border-radius: 22px; padding: 28px 18px; }
    .fl-footer-app-icon { width: 78px; height: 78px; border-radius: 18px; }
    .fl-footer-app-copy h2 { font-size: 21px; }
    .fl-store-btn { width: 100%; max-width: 240px; }
    .fl-footer-store-buttons { width: 100%; }
    .fl-footer-legal a { padding: 0 10px; font-size: 13px; }
}
