.shark-footer {
    --shark-footer-primary: var(--primary-colors, #0097DC);
    --shark-footer-deep: var(--primary-colors, #0097DC);
    --shark-footer-text: #60758A;
    --shark-footer-border: #DDEDF8;
    --shark-footer-line: #EAF2F8;
    --shark-footer-soft: #EEF8FE;
    background: #fff;
    color: var(--shark-footer-text);
    font-family: inherit;
}

.shark-footer * {
    box-sizing: border-box;
}

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

.shark-footer__container {
    width: min(100%, 1240px);
    margin: 0 auto;
    padding: 0;
}

.shark-footer__cta {
    min-height: 104px;
    margin: 42px 0 44px;
    padding: 24px 36px;
    border: 1px solid var(--shark-footer-border);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(0, 122, 210, 0.06);
}

.shark-footer__cta-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.shark-footer__cta-icon {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 151, 220, 0.09);
    color: var(--shark-footer-primary);
    font-size: 26px;
}

.shark-footer__cta strong {
    display: block;
    color: var(--shark-footer-deep);
    font-size: 25px;
    line-height: 1.05;
    font-weight: 800;
}

.shark-footer__cta small {
    display: block;
    margin-top: 5px;
    color: #71879B;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 600;
}

.shark-footer__cta-button {
    min-width: 222px;
    min-height: 54px;
    padding: 0 28px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(90.33deg, #0B339A 0%, #0097DC 49.13%, #007AD2 99.72%);
    color: #fff !important;
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
    box-shadow: 0 16px 28px rgba(0, 122, 210, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.shark-footer__cta-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 32px rgba(0, 122, 210, 0.24);
}

.shark-footer__main {
    display: grid;
    grid-template-columns: 290px 325px 295px 330px;
    gap: 0;
    padding-bottom: 54px;
}

.shark-footer__stack {
    display: contents;
}

.shark-footer__brand,
.shark-footer__column {
    min-width: 0;
}

.shark-footer__brand {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shark-footer__contact {
    order: 2;
}

.shark-footer__links {
    order: 3;
}

.shark-footer__branches {
    order: 4;
}

.shark-footer__column {
    border-left: 1px solid var(--shark-footer-border);
    padding-left: 42px;
}

.shark-footer__logo {
    width: 156px;
    margin: 12px 0 0;
    display: block;
}

.shark-footer__logo img {
    width: 100%;
    height: auto;
    display: block;
}

.shark-footer__brand-title,
.shark-footer__heading,
.shark-footer__branch-title,
.shark-footer__bottom-title,
.shark-footer p {
    margin-top: 0;
}

.shark-footer__brand-title {
    width: 100%;
    max-width: 300px;
    margin-bottom: 18px;
    color: var(--shark-footer-deep);
    font-size: 18px;
    line-height: 1.35;
    font-weight: 600;
    text-align: left;
}

.shark-footer__brand p {
    width: 100%;
    max-width: 300px;
    margin-bottom: 24px;
    color: var(--shark-footer-text);
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    text-align: left;
}

.shark-footer__brand-line {
    width: 46px;
    height: 3px;
    align-self: flex-start;
    margin-bottom: 22px;
    border-radius: 99px;
    display: block;
    background: var(--shark-footer-primary);
}

.shark-footer__socials {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    gap: 10px;
}

.shark-footer__socials a {
    width: 39px;
    height: 39px;
    border: 1px solid #D7EAF7;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--shark-footer-primary);
    font-size: 15px;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.shark-footer__socials a:hover {
    background: var(--shark-footer-primary);
    color: #fff;
    transform: translateY(-1px);
}

.shark-footer__heading {
    margin-bottom: 24px;
    color: var(--shark-footer-deep);
    font-size: 17px;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
}

.shark-footer__column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.shark-footer__contact li {
    display: grid;
    grid-template-columns: 24px 1fr;
    align-items: start;
    gap: 14px;
    margin-bottom: 18px;
    color: var(--shark-footer-text);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 500;
}

.shark-footer__contact i {
    width: 24px;
    height: 24px;
    margin-top: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 151, 220, 0.08);
    color: var(--shark-footer-primary);
    font-size: 12px;
}

.shark-footer__contact a {
    color: var(--shark-footer-text);
}

.shark-footer__contact-phone-text {
    white-space: nowrap;
}

.shark-footer__contact-whatsapp,
.shark-footer__contact-whatsapp a {
    color: #20BF63;
    font-weight: 800;
}

.shark-footer__contact-whatsapp i {
    background: rgba(32, 191, 99, 0.1);
    color: #20BF63;
}

.shark-footer__links ul + .shark-footer__heading {
    margin-top: 34px;
}

.shark-footer__links li {
    margin: 0;
}

.shark-footer__links a {
    min-height: 42px;
    padding: 7px 0;
    border-bottom: 1px solid var(--shark-footer-line);
    display: grid;
    grid-template-columns: 22px 1fr 12px;
    align-items: center;
    gap: 12px;
    color: var(--shark-footer-text);
    font-size: 15px;
    line-height: 1.45;
    font-weight: 500;
    transition: color 0.2s ease;
}

.shark-footer__links a:hover {
    color: var(--shark-footer-primary);
}

.shark-footer__links a i:first-child {
    color: var(--shark-footer-primary);
    font-size: 14px;
}

.shark-footer__links a i:last-child {
    color: #B9CAD8;
    font-size: 12px;
}

.shark-footer__branch-list {
    max-height: 410px;
    padding: 0 9px 0 0;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: var(--shark-footer-primary) #EEF8FE;
    scrollbar-width: thin;
}

.shark-footer__branch-list::-webkit-scrollbar {
    width: 5px;
}

.shark-footer__branch-list::-webkit-scrollbar-track {
    border-radius: 99px;
    background: #EEF8FE;
}

.shark-footer__branch-list::-webkit-scrollbar-thumb {
    border-radius: 99px;
    background: var(--shark-footer-primary);
}

.shark-footer__branch-card {
    min-height: 112px;
    margin-bottom: 14px;
    padding: 10px;
    border: 1px solid #D7EAF7;
    border-radius: 11px;
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 14px;
    background: #fff;
}

.shark-footer__branch-card img  {
    width: 92px;
    height: 92px;
    border-radius: 8px;
    object-fit: cover;
}

.shark-footer__branch-title {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--shark-footer-deep);
    font-size: 14px;
    line-height: 1.25;
    font-weight: 800;
}

.shark-footer__branch-title i,
.shark-footer__branch-card a i {
    color: var(--shark-footer-primary);
    font-size: 12px;
}

.shark-footer__branch-card p {
    margin-bottom: 7px;
    color: var(--shark-footer-text);
    font-size: 12px;
    line-height: 1.4;
    font-weight: 500;
}

.shark-footer__branch-card a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--shark-footer-primary);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
}

.shark-footer__bottom {
    padding: 42px 0 46px;
    background: var(--shark-footer-soft);
}

.shark-footer__bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
}

.shark-footer__bottom-title {
    margin-bottom: 22px;
    color: var(--shark-footer-deep);
    font-size: 17px;
    line-height: 1.25;
    font-weight: 800;
    text-transform: uppercase;
}

.shark-footer__logo-list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.shark-footer__certificate-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.shark-footer__logo-list a {
    min-height: 34px;
    padding: 7px 14px;
    border: 1px solid var(--shark-footer-border);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow: hidden;
}

.shark-footer__logo-list img {
    max-width: 100%;
    max-height: 27px;
    object-fit: contain;
    display: block;
}

@media screen and (max-width: 1280px) {
    .shark-footer__container {
        width: min(100% - 32px, 1240px);
    }

    .shark-footer__main {
        grid-template-columns: 23.5% 26% 23.5% 27%;
    }

    .shark-footer__column {
        padding-left: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .shark-footer__main {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        column-gap: 32px;
        row-gap: 0;
    }

    .shark-footer__stack {
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 34px;
    }

    .shark-footer__stack--right {
        border-left: 1px solid var(--shark-footer-border);
        padding-left: 30px;
    }

    .shark-footer__stack--left .shark-footer__column {
        border-left: 0;
        padding-left: 0;
    }

    .shark-footer__stack--right .shark-footer__column {
        border-left: 0;
        padding-left: 0;
    }

    .shark-footer__bottom-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media screen and (max-width: 768px) {
    .shark-footer {
        background: #fff;
    }

    .shark-footer__container {
        width: 100%;
        padding: 0 16px;
    }

    .shark-footer__cta {
        min-height: 0;
        margin: 20px 0 30px;
        padding: 16px;
        border-radius: 12px;
        display: block;
    }

    .shark-footer__cta-content {
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 16px;
    }

    .shark-footer__cta-icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        flex: 0 0 40px;
        font-size: 18px;
    }

    .shark-footer__cta strong {
        font-size: 15px;
        line-height: 1.2;
    }

    .shark-footer__cta small {
        margin-top: 3px;
        font-size: 11px;
        line-height: 1.35;
    }

    .shark-footer__cta-button {
        width: 100%;
        min-width: 0;
        min-height: 42px;
        border-radius: 8px;
        font-size: 12px;
    }

    .shark-footer__main {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding-bottom: 0;
    }

    .shark-footer__stack {
        display: contents;
    }

    .shark-footer__stack--right {
        border-left: 0;
        padding-left: 0;
    }

    .shark-footer__brand {
        order: 1;
        align-items: center;
    }

    .shark-footer__contact {
        order: 2;
    }

    .shark-footer__links {
        order: 3;
    }

    .shark-footer__branches {
        order: 4;
    }

    .shark-footer__brand,
    .shark-footer__column {
        border-left: 0;
        border-bottom: 1px solid var(--shark-footer-line);
        padding: 0 0 26px;
        margin-bottom: 26px;
    }

    .shark-footer__branches {
        border-bottom: 0;
        margin-bottom: 24px;
    }

    .shark-footer__logo {
        width: 128px;
        margin: 0 auto;
    }

    .shark-footer__brand-title {
        max-width: 100%;
        margin-bottom: 14px;
        font-size: 14px;
        line-height: 1.35;
        text-align: center;
    }

    .shark-footer__brand p,
    .shark-footer__contact li,
    .shark-footer__links a {
        font-size: 12px;
    }

    .shark-footer__brand p {
        max-width: 100%;
        margin-bottom: 18px;
        line-height: 1.65;
        text-align: center;
    }

    .shark-footer__brand-line {
        width: 36px;
        height: 2px;
        align-self: center;
        margin-bottom: 16px;
    }

    .shark-footer__socials {
        align-self: center;
        gap: 8px;
    }

    .shark-footer__socials a {
        width: 33px;
        height: 33px;
        border-radius: 7px;
        font-size: 12px;
    }

    .shark-footer__heading,
    .shark-footer__bottom-title {
        margin-bottom: 16px;
        font-size: 13px;
    }

    .shark-footer__contact li {
        grid-template-columns: 22px 1fr;
        gap: 12px;
        margin-bottom: 16px;
        line-height: 1.55;
    }

    .shark-footer__contact i {
        width: 22px;
        height: 22px;
        font-size: 11px;
    }

    .shark-footer__links ul + .shark-footer__heading {
        margin-top: 24px;
    }

    .shark-footer__links a {
        min-height: 38px;
        padding: 8px 0;
        grid-template-columns: 16px 1fr 10px;
        gap: 12px;
        line-height: 1.45;
    }

    .shark-footer__links a i:first-child {
        font-size: 12px;
    }

    .shark-footer__links a i:last-child {
        font-size: 10px;
    }

    .shark-footer__branch-list {
        max-height: none;
        padding-right: 0;
        overflow: visible;
    }

    .shark-footer__branch-card {
        min-height: 98px;
        margin-bottom: 12px;
        padding: 9px;
        border-radius: 10px;
        grid-template-columns: 75px 1fr;
        gap: 11px;
    }

    .shark-footer__branch-card img {
        width: 75px;
        height: 75px;
        border-radius: 8px;
    }

    .shark-footer__branch-title {
        margin-bottom: 4px;
        font-size: 12px;
    }

    .shark-footer__branch-card p {
        margin-bottom: 6px;
        font-size: 11px;
        line-height: 1.35;
    }

    .shark-footer__branch-card a {
        font-size: 11px;
    }

    .shark-footer__bottom {
        padding: 24px 0 32px;
    }

    .shark-footer__bottom-grid {
        gap: 22px;
    }

    .shark-footer__logo-list,
    .shark-footer__certificate-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .shark-footer__logo-list a {
        min-height: 54px;
        padding: 8px 12px;
        border-radius: 8px;
    }

    .shark-footer__logo-list img {
        max-height: 36px;
    }
}
