.footer-exact {
    width: 100%;
    font-family: "Inter", "Montserrat", Arial, sans-serif;
    background: #fff;
    position: relative;
    z-index: 20;
    clear: both;
}

.footer-exact *,
.footer-exact *::before,
.footer-exact *::after {
    box-sizing: border-box;
}

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

.footer-exact svg {
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.footer-exact__cta {
    padding: 28px 0 14px;
    background: #fff;
}

.footer-exact__inner--cta {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 0;
}

.footer-exact__cta-card {
    position: relative;
    width: 100%;
    min-height: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 22px;
    overflow: hidden;
    color: #fff;
    border-radius: 14px;
    background:
        radial-gradient(circle at 95% 20%, rgba(0, 100, 255, .48) 0 2px, transparent 3px) 0 0 / 18px 18px,
        linear-gradient(124deg, #001c78 0%, #002eac 52%, #0057ff 100%);
    box-shadow: 0 10px 24px rgba(0, 35, 120, .15);
}

.footer-exact__cta-dots {
    position: absolute;
    inset: auto 0 0 auto;
    width: 260px;
    height: 140px;
    opacity: .35;
    background-image: radial-gradient(rgba(120, 176, 255, .9) 2px, transparent 2px);
    background-size: 16px 16px;
    pointer-events: none;
}

.footer-exact__cta-lead {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 14px;
}

.footer-exact__phone-badge {
    flex: 0 0 53px;
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid rgba(255, 255, 255, .85);
    border-radius: 50%;
}

.footer-exact__phone-badge .ui-icon {
    color: #fff;
}

.footer-exact__phone-badge .ui-icon svg {
    width: 24px;
    height: 24px;
    stroke: #fff;
}

.footer-exact__cta-copy {
    flex: 1 1 auto;
    min-width: 0;
    padding-left: 14px;
    border-left: 1px solid rgba(255, 255, 255, .22);
}

.footer-exact__cta-copy p {
    margin: 0 0 4px;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    opacity: .92;
}

.footer-exact__cta-meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 14px;
}

.footer-exact__cta-copy a {
    display: inline-block;
    margin: 0;
    font-size: clamp(18px, 1.8vw, 22px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: .04em;
    white-space: nowrap;
}

.footer-exact__cta-speed {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    opacity: .95;
}

.footer-exact__cta-speed b {
    color: #ffd234;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
}

.footer-exact__cta-actions {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
}

.footer-exact__cta-btn {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
    line-height: 1.2;
}

.footer-exact__cta-btn .ui-icon {
    flex-shrink: 0;
}

/* Beat .footer-exact a { color: inherit } from the white CTA card */
.footer-exact a.footer-exact__cta-btn--light {
    color: #0047ff;
    background: #fff;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .16);
}

.footer-exact a.footer-exact__cta-btn--light .ui-icon {
    color: #0047ff;
}

.footer-exact a.footer-exact__cta-btn--outline {
    color: #fff;
    min-width: 0;
    border: 1.5px solid rgba(255, 255, 255, .75);
    background: rgba(255, 255, 255, .06);
}

.footer-exact a.footer-exact__cta-btn--outline .ui-icon {
    color: #fff;
}

.footer-exact__main {
    color: #fff;
    background:
        radial-gradient(circle at 8% 24%, rgba(0, 82, 255, .22), transparent 30%),
        radial-gradient(circle at 62% 14%, rgba(0, 82, 255, .14), transparent 32%),
        linear-gradient(113deg, #000d1a 0%, #001026 48%, #000d1a 100%);
}

.footer-exact__inner {
    width: min(1380px, calc(100% - 88px));
    margin: 0 auto;
    padding: 56px 0 34px;
}

.footer-exact__top {
    display: grid;
    grid-template-columns: 1.52fr .74fr .74fr 1.78fr;
    gap: 72px;
}

.footer-exact__brand h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1;
    font-weight: 900;
    font-style: italic;
    letter-spacing: 0;
}

.footer-exact__brand h2 span {
    color: #0877ff;
}

.footer-exact__brand > i {
    display: block;
    width: 52px;
    height: 4px;
    margin: 24px 0 24px;
    border-radius: 999px;
    background: #0877ff;
}

.footer-exact__brand p {
    max-width: 320px;
    margin: 0 0 20px;
    color: rgba(255,255,255,.93);
    font-size: 12px;
    line-height: 1.55;
    font-weight: 500;
}

.footer-exact__contact,
.footer-exact__col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-exact__contact {
    display: grid;
    gap: 16px;
}

.footer-exact__contact li {
    display: flex;
    align-items: center;
    gap: 18px;
}

.footer-exact__contact span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #0052d9;
}

.footer-exact__contact svg {
    width: 18px;
    height: 18px;
    color: #fff;
}

.footer-exact__contact span .ui-icon svg {
    width: 18px;
    height: 18px;
    stroke: #fff;
}

.footer-exact__contact a {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.footer-exact__socials {
    display: flex;
    gap: 24px;
    margin-top: 30px;
}

.footer-exact__socials a {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgba(255,255,255,.1);
    border-radius: 50%;
    font-size: 23px;
    font-weight: 900;
    line-height: 1;
}

.footer-exact__col h3 {
    position: relative;
    margin: 0 0 20px;
    color: #fff;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.footer-exact__col h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -17px;
    width: 38px;
    height: 3px;
    border-radius: 999px;
    background: #0877ff;
}

.footer-exact__col li + li {
    margin-top: 18px;
}

.footer-exact__col a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.92);
    font-size: 11.5px;
    line-height: 1.25;
    font-weight: 500;
}

.footer-exact__col a::before {
    content: "";
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-top: 2px solid #0877ff;
    border-right: 2px solid #0877ff;
    transform: rotate(45deg);
}

.footer-exact__right-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
}

.footer-exact__info {
    margin-top: 42px;
    padding: 25px 25px;
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 22px;
    border: 1px solid rgba(255,255,255,.21);
    border-radius: 8px;
    background: rgba(255,255,255,.03);
}

.footer-exact__info-icon {
    color: #0877ff;
    align-self: start;
}

.footer-exact__info-icon svg {
    width: 52px;
    height: 52px;
    stroke: #0877ff;
}

.footer-exact__info h4 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 14px;
    line-height: 1.15;
    font-weight: 800;
    text-transform: uppercase;
}

.footer-exact__info p {
    margin: 0 0 10px;
    color: rgba(255,255,255,.9);
    font-size: 13px;
    line-height: 1.5;
}

.footer-exact__info strong {
    color: #0877ff;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
}

.footer-exact__benefits {
    margin-top: 54px;
    padding: 30px 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(255,255,255,.2);
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.footer-exact__benefits > div {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 24px;
}

.footer-exact__benefits > div:first-child {
    padding-left: 0;
}

.footer-exact__benefits > div + div {
    border-left: 1px solid rgba(255,255,255,.2);
}

.footer-exact__benefits .ui-icon {
    flex: 0 0 auto;
    color: #fff;
}

.footer-exact__benefits .ui-icon svg {
    width: 40px;
    height: 40px;
    stroke: #fff;
}

.footer-exact__benefits span {
    display: grid;
    gap: 5px;
}

.footer-exact__benefits b {
    color: #fff;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 900;
}

.footer-exact__benefits small {
    color: rgba(255,255,255,.82);
    font-size: 12px;
    line-height: 1.25;
}

.footer-exact__bottom {
    padding-top: 35px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer-exact__bottom p {
    margin: 0;
    margin-right: auto;
    color: rgba(255,255,255,.72);
    font-size: 11px;
}

.footer-exact__bottom-right {
    display: flex;
    align-items: center;
    gap: 36px;
}

.footer-exact__cards {
    display: flex;
    align-items: center;
    gap: 14px;
}

.footer-exact__cards span {
    min-width: 58px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0643ad;
    background: #fff;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 900;
}

.footer-exact__cards span:nth-child(2) {
    gap: -5px;
}

.footer-exact__cards span:nth-child(2) i {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ff5f00;
}

.footer-exact__cards span:nth-child(2) i:first-child {
    margin-right: -8px;
    background: #eb001b;
}

.footer-exact__cards span:nth-child(2) i:last-child {
    background: #f79e1b;
}

.footer-exact__bottom-right strong {
    padding-left: 28px;
    border-left: 1px solid rgba(255,255,255,.22);
    color: #fff;
    font-size: 13px;
    line-height: 1.22;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-exact__bottom-right small {
    font-size: 12px;
}

.footer-exact__bottom-right em {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 28px;
    border-left: 1px solid rgba(255,255,255,.22);
    color: #fff;
    font-size: 12px;
    font-style: normal;
}

.footer-exact__flag {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(90deg, #1b51bf 0 33%, #fff 33% 66%, #ef3340 66%);
}

.footer-exact__cards-mc {
    position: relative;
    width: 58px !important;
    min-width: 58px !important;
    overflow: hidden;
}

.footer-exact__cards-mc i {
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.footer-exact__cards-mc i:first-child {
    left: 8px;
    top: 8px;
    background: #eb001b;
}

.footer-exact__cards-mc i:last-child {
    right: 8px;
    top: 8px;
    background: #f79e1b;
}

@media (max-width: 1200px) {
    .footer-exact__cta-card {
        gap: 14px;
        padding: 12px 16px;
    }

    .footer-exact__cta-copy a {
        font-size: clamp(14px, 1.8vw, 16px);
    }

    .footer-exact__cta-btn {
        padding: 0 10px;
        font-size: 8px;
    }

    .footer-exact__top {
        grid-template-columns: 1fr 1fr;
        gap: 48px;
    }

    .footer-exact__right {
        grid-column: 1 / -1;
    }

    .footer-exact__benefits {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 26px;
    }

    .footer-exact__benefits > div + div {
        border-left: 0;
    }
}

@media (max-width: 760px) {
    .footer-exact__cta {
        padding: 12px 0;
    }

    .footer-exact__inner--cta {
        width: calc(100% - 28px);
    }

    .footer-exact__cta-card {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        padding: 16px 14px;
        text-align: center;
    }

    .footer-exact__cta-lead {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .footer-exact__phone-badge {
        width: 40px;
        height: 40px;
    }

    .footer-exact__phone-badge .ui-icon svg {
        width: 18px;
        height: 18px;
    }

    .footer-exact__cta-copy {
        padding-left: 0;
        border-left: 0;
        width: 100%;
    }

    .footer-exact__cta-copy p {
        font-size: 8px;
        letter-spacing: .04em;
    }

    .footer-exact__cta-meta {
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }

    .footer-exact__cta-copy a {
        font-size: clamp(15px, 5vw, 17px);
        letter-spacing: .03em;
    }

    .footer-exact__cta-speed {
        font-size: 9px;
        gap: 4px;
    }

    .footer-exact__cta-speed b {
        font-size: 11px;
    }

    .footer-exact__cta-actions {
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }

    .footer-exact__cta-btn {
        width: 100%;
        min-height: 32px;
        font-size: 9px;
        padding: 0 12px;
        gap: 6px;
    }

    .footer-exact__cta-btn .ui-icon {
        width: 14px !important;
        height: 14px !important;
    }

    .footer-exact__inner {
        width: calc(100% - 44px);
        padding-top: 44px;
    }

    .footer-exact__top,
    .footer-exact__right-cols,
    .footer-exact__benefits {
        grid-template-columns: 1fr;
    }

    .footer-exact__info {
        grid-template-columns: 1fr;
    }

    .footer-exact__benefits > div {
        padding: 18px 0;
    }

    .footer-exact__bottom,
    .footer-exact__bottom-right {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-exact__bottom p {
        margin-right: 0;
    }

    .footer-exact__bottom-right strong,
    .footer-exact__bottom-right em {
        padding-left: 0;
        border-left: 0;
    }
}

/* Compact footer sizing */
@media (min-width: 761px) {
    .footer-exact__inner {
        padding: 44px 0 28px;
    }

    .footer-exact__top {
        gap: 58px;
    }

    .footer-exact__brand h2 {
        font-size: clamp(22px, 2vw, 30px);
    }

    .footer-exact__brand > i {
        margin: 19px 0 20px;
    }

    .footer-exact__brand p {
        margin-bottom: 20px;
        font-size: 13px;
    }

    .footer-exact__contact {
        gap: 13px;
    }

    .footer-exact__contact li {
        gap: 14px;
    }

    .footer-exact__contact span {
        width: 31px;
        height: 31px;
    }

    .footer-exact__contact svg {
        width: 15px;
        height: 15px;
    }

    .footer-exact__contact a {
        font-size: 13px;
    }

    .footer-exact__socials {
        gap: 18px;
        margin-top: 24px;
    }

    .footer-exact__socials a {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }

    .footer-exact__col h3 {
        margin-bottom: 22px;
        font-size: 13px;
    }

    .footer-exact__col h3::after {
        bottom: -14px;
        width: 31px;
    }

    .footer-exact__col li + li {
        margin-top: 14px;
    }

    .footer-exact__col a {
        gap: 10px;
        font-size: 12px;
    }

    .footer-exact__col a::before {
        width: 7px;
        height: 7px;
    }

    .footer-exact__right-cols {
        gap: 48px;
    }

    .footer-exact__info {
        margin-top: 34px;
        padding: 20px 21px;
        grid-template-columns: 56px 1fr;
        gap: 18px;
    }

    .footer-exact__info svg {
        width: 49px;
        height: 58px;
    }

    .footer-exact__info h4 {
        font-size: 13px;
    }

    .footer-exact__info p,
    .footer-exact__info strong {
        font-size: 12px;
    }

    .footer-exact__benefits {
        margin-top: 42px;
        padding: 24px 0;
    }

    .footer-exact__benefits > div {
        gap: 16px;
        padding: 0 20px;
    }

    .footer-exact__benefits svg {
        width: 34px;
        height: 34px;
    }

    .footer-exact__benefits b {
        font-size: 12px;
    }

    .footer-exact__benefits small {
        font-size: 12px;
    }

    .footer-exact__bottom {
        padding-top: 24px;
    }

    .footer-exact__bottom p {
        font-size: 12px;
    }

    .footer-exact__bottom-right {
        gap: 28px;
    }

    .footer-exact__cards {
        gap: 11px;
    }

    .footer-exact__cards span {
        min-width: 47px;
        height: 31px;
        font-size: 11px;
    }

    .footer-exact__cards span:nth-child(2) i {
        width: 18px;
        height: 18px;
    }

    .footer-exact__bottom-right strong {
        padding-left: 28px;
        font-size: 13px;
    }

    .footer-exact__bottom-right em {
        gap: 10px;
        padding-left: 28px;
        font-size: 12px;
    }

    .footer-exact__bottom-right em b {
        width: 27px;
        height: 27px;
    }
}
