/*
Theme Name: OMO Kadence Child
Theme URI: https://omogiftsonline.com/
Description: Kadence child theme with the custom OMO Gifts Online header and footer.
Author: OMO Gifts Online
Template: kadence
Version: 1.0.0
Text Domain: omo-kadence-child
*/

:root {
    --omo-footer-red: #ed1c24;
    --omo-footer-red-dark: #c9141b;
    --omo-footer-black: #111827;
    --omo-footer-text: #60646c;
    --omo-footer-border: #e5e7eb;
    --omo-footer-soft: #f7f7f7;
}

.omo-footer,
.omo-footer * {
    box-sizing: border-box;
}

.omo-footer {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    background: #fff;
    color: var(--omo-footer-text);
    font-family: inherit;
}

.omo-footer-container {
    width: min(91.2%, 1708px);
    margin: 0 auto;
}

.omo-footer-cta {
    background: var(--omo-footer-soft);
    border-top: 1px solid #efefef;
    border-bottom: 1px solid var(--omo-footer-border);
}

.omo-footer-cta-inner {
    min-height: 325px;
    padding: 55px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.omo-footer-cta-copy {
    max-width: 650px;
}

.omo-footer-eyebrow {
    display: block;
    margin-bottom: 17px;
    color: var(--omo-footer-red);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.omo-footer-cta h2 {
    margin: 0 0 22px;
    padding: 0;
    color: var(--omo-footer-black);
    font-size: clamp(38px, 3.3vw, 50px);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -1.4px;
}

.omo-footer-cta p {
    max-width: 620px;
    margin: 0;
    padding: 0;
    color: var(--omo-footer-text);
    font-size: 16px;
    line-height: 1.65;
}

.omo-footer-cta-button {
    min-width: 240px;
    min-height: 52px;
    padding: 0 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex: 0 0 auto;
    border-radius: 4px;
    background: var(--omo-footer-red);
    color: #fff !important;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none !important;
    transition: background .2s ease, transform .2s ease;
}

.omo-footer-cta-button:hover,
.omo-footer-cta-button:focus {
    background: var(--omo-footer-red-dark);
    color: #fff !important;
    transform: translateY(-2px);
}

.omo-footer-cta-arrow {
    font-size: 23px;
    line-height: 1;
}

.omo-footer-main {
    padding: 70px 0 58px;
    background: #fff;
}

.omo-footer-grid {
    display: grid;
    grid-template-columns: 1.45fr repeat(3, 1fr);
    gap: 65px;
}

.omo-footer-brand {
    max-width: 360px;
}

.omo-footer-logo {
    display: inline-flex;
    margin-bottom: 20px;
    line-height: 0;
}

.omo-footer-logo img {
    display: block;
    width: 92px;
    height: auto;
    max-height: 66px;
    object-fit: contain;
}

.omo-footer-brand p {
    margin: 0 0 27px;
    padding: 0;
    color: var(--omo-footer-text);
    font-size: 14px;
    line-height: 1.7;
}

.omo-footer-experience strong {
    color: var(--omo-footer-red);
    font-weight: 800;
}

.omo-footer-whatsapp {
    display: inline-flex;
    color: var(--omo-footer-red) !important;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    text-decoration: none !important;
}

.omo-footer-column h3 {
    margin: 0 0 23px;
    padding: 0;
    color: #111;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 800;
}

.omo-footer-column a {
    display: block;
    width: fit-content;
    margin: 0 0 12px;
    padding: 0;
    color: var(--omo-footer-text) !important;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
    text-decoration: none !important;
    transition: color .2s ease, transform .2s ease;
}

.omo-footer-column a:hover,
.omo-footer-column a:focus {
    color: var(--omo-footer-red) !important;
    transform: translateX(2px);
}

.omo-footer-bottom {
    border-top: 1px solid var(--omo-footer-border);
    background: #fff;
}

.omo-footer-bottom-inner {
    min-height: 105px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.omo-footer-bottom p {
    margin: 0;
    padding: 0;
    color: #737780;
    font-size: 13px;
    line-height: 1.5;
}

.omo-footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 25px;
}

.omo-footer-bottom-links a {
    color: #737780 !important;
    font-size: 13px;
    text-decoration: none !important;
}

.omo-footer-bottom-links a:hover,
.omo-footer-bottom-links a:focus {
    color: var(--omo-footer-red) !important;
}

@media (max-width: 1000px) {
    .omo-footer-container {
        width: 92%;
    }

    .omo-footer-cta-inner {
        min-height: 285px;
    }

    .omo-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 50px 45px;
    }

    .omo-footer-brand {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .omo-footer-container {
        width: 90%;
    }

    .omo-footer-cta-inner {
        min-height: 0;
        padding: 55px 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 30px;
    }

    .omo-footer-cta h2 {
        font-size: 38px;
    }

    .omo-footer-cta-button {
        width: 100%;
    }

    .omo-footer-main {
        padding: 55px 0 45px;
    }

    .omo-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px 25px;
    }

    .omo-footer-brand {
        grid-column: 1 / -1;
    }

    .omo-footer-bottom-inner {
        min-height: 0;
        padding: 25px 0;
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .omo-footer-cta h2 {
        font-size: 33px;
    }

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

    .omo-footer-brand {
        grid-column: auto;
    }
}
