/* Curved Cô giáo Emily footer: scoped overrides loaded after the page styles. */
body .site-footer.site-footer--sunflower {
    margin-top: clamp(3rem, 6vw, 5rem) !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #ffffff !important;
    overflow-x: clip !important;
    overflow-y: visible !important;
}

body .site-footer.site-footer--sunflower > .container {
    width: 100% !important;
    max-width: none !important;
    margin-inline: auto !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

body .site-footer.site-footer--sunflower .site-footer__shell,
body .site-footer.site-footer--sunflower .site-footer__shell.site-footer__shell--stacked {
    --footer-curve-x: max(clamp(1.25rem, 4vw, 4rem), calc((100vw - 94rem) / 2 + 4rem));
    --footer-cap-height: clamp(5.4rem, 7vw, 7.4rem);
    --footer-logo-size: clamp(6.15rem, 7.8vw, 7.6rem);
    --footer-content-max: 62rem;
    position: relative !important;
    display: grid !important;
    gap: clamp(1.8rem, 2.6vw, 2.7rem) !important;
    isolation: isolate !important;
    margin: calc(var(--footer-cap-height) / 2) 0 0 !important;
    padding: clamp(5.4rem, 6vw, 6.4rem) var(--footer-curve-x) clamp(1.2rem, 2.5vw, 2rem) !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #c8102e !important;
    color: #ffffff !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
    overflow: visible !important;
}

body .site-footer.site-footer--sunflower .site-footer__shell::before {
    content: none !important;
    position: absolute !important;
    top: clamp(1.9rem, 2.8vw, 2.75rem) !important;
    left: 50% !important;
    width: clamp(4.25rem, 7vw, 6.5rem) !important;
    height: 0.22rem !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, #c8102e, #ff435a) !important;
    box-shadow: 0 0 24px rgba(255, 67, 90, 0.38) !important;
    transform: translateX(-50%) !important;
    z-index: 2 !important;
}

body .site-footer.site-footer--sunflower .site-footer__shell::after {
    content: "" !important;
    position: absolute !important;
    top: calc(var(--footer-cap-height) / -2) !important;
    left: -8vw !important;
    width: calc(100% + 16vw) !important;
    height: var(--footer-cap-height) !important;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0 !important;
    background:
        linear-gradient(180deg, #c8102e 0%, #c8102e 72%, rgba(200, 16, 46, 0) 100%) !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

body .site-footer.site-footer--sunflower .site-footer__brand--cap {
    position: absolute !important;
    top: calc(var(--footer-cap-height) / -2 + 1.05rem) !important;
    left: 50% !important;
    z-index: 3 !important;
    display: inline-flex !important;
    width: var(--footer-logo-size) !important;
    height: var(--footer-logo-size) !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transform: translate(-50%, -50%) !important;
}

body .site-footer.site-footer--sunflower .site-footer__brand--cap .site-brand-mark {
    display: inline-flex !important;
    width: 100% !important;
    height: 100% !important;
    align-items: center !important;
    justify-content: center !important;
    aspect-ratio: 1 / 1 !important;
    padding: 0.32rem !important;
    border: 1px solid rgba(255, 255, 255, 0.58) !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    box-shadow: 0 18px 40px rgba(88, 2, 22, 0.22) !important;
    overflow: hidden !important;
}

body .site-footer.site-footer--sunflower .site-footer__brand--cap .site-brand-mark img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 999px !important;
    object-fit: contain !important;
    filter: none !important;
}

body .site-footer.site-footer--sunflower .site-footer__brand--cap:hover .site-brand-mark,
body .site-footer.site-footer--sunflower .site-footer__brand--cap:focus-visible .site-brand-mark {
    border-color: rgba(255, 216, 77, 0.78) !important;
    box-shadow: 0 20px 46px rgba(88, 2, 22, 0.28), 0 0 0 4px rgba(255, 216, 77, 0.18) !important;
}

body .site-footer.site-footer--sunflower .site-footer__brand--cap:focus-visible {
    outline: none !important;
}

body .site-footer.site-footer--sunflower .site-footer__main {
    position: relative !important;
    z-index: 1 !important;
    display: grid !important;
    grid-template-columns: minmax(9rem, 0.72fr) minmax(19rem, 1.16fr) minmax(16rem, 0.92fr) !important;
    gap: 0 !important;
    align-items: stretch !important;
    width: min(100%, var(--footer-content-max)) !important;
    margin: 0 auto !important;
}

body .site-footer.site-footer--sunflower .site-footer__column {
    min-width: 0 !important;
    max-width: none !important;
    display: grid !important;
    align-content: start !important;
    gap: 1rem !important;
    padding: 0 clamp(1.15rem, 2.4vw, 2.2rem) !important;
    height: 100% !important;
}

body .site-footer.site-footer--sunflower .site-footer__column + .site-footer__column,
body .site-footer.site-footer--sunflower .site-footer__column:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
}

body .site-footer.site-footer--sunflower .site-footer__column:first-child {
    padding-left: 0 !important;
}

body .site-footer.site-footer--sunflower .site-footer__column:last-child {
    padding-right: 0 !important;
}

body .site-footer.site-footer--sunflower .site-footer__brand {
    display: inline-flex !important;
    width: fit-content !important;
    max-width: 100% !important;
    align-items: center !important;
    gap: 0 !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

body .site-footer.site-footer--sunflower .site-brand-word {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
}

body .site-footer.site-footer--sunflower .site-footer__tagline {
    max-width: 29rem !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 0.98rem !important;
    font-weight: 650 !important;
    line-height: 1.65 !important;
}

body .site-footer.site-footer--sunflower .site-footer__col-title {
    margin: 0 !important;
    padding: 0 !important;
    color: #ffd4da !important;
    -webkit-text-fill-color: #ffd4da !important;
    font-size: 0.82rem !important;
    font-weight: 950 !important;
    letter-spacing: 0.06em !important;
    line-height: 1.25 !important;
    text-transform: uppercase !important;
}

body .site-footer.site-footer--sunflower .site-footer__col-title::after {
    content: none !important;
}

body .site-footer.site-footer--sunflower .site-footer__socials,
body .site-footer.site-footer--sunflower .site-footer__contacts,
body .site-footer.site-footer--sunflower .site-footer__locations,
body .site-footer.site-footer--sunflower .site-footer__links {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body .site-footer.site-footer--sunflower .site-footer__social {
    border-color: rgba(255, 255, 255, 0.18) !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
}

body .site-footer.site-footer--sunflower .site-footer__social:hover,
body .site-footer.site-footer--sunflower .site-footer__social:focus-visible {
    border-color: #ff435a !important;
    background: #c8102e !important;
    color: #ffffff !important;
    outline: none !important;
}

body .site-footer.site-footer--sunflower .site-footer__nav-link,
body .site-footer.site-footer--sunflower .site-footer__address,
body .site-footer.site-footer--sunflower .site-footer__contact-value {
    color: rgba(255, 255, 255, 0.76) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.76) !important;
}

body .site-footer.site-footer--sunflower .site-footer__nav-link::before {
    background: #ffd4da !important;
}

body .site-footer.site-footer--sunflower .site-footer__nav-link:hover,
body .site-footer.site-footer--sunflower .site-footer__nav-link:focus-visible,
body .site-footer.site-footer--sunflower .site-footer__contact-value:hover,
body .site-footer.site-footer--sunflower .site-footer__contact-value:focus-visible,
body .site-footer.site-footer--sunflower .site-footer__map-link:hover,
body .site-footer.site-footer--sunflower .site-footer__map-link:focus-visible {
    color: #ffd84d !important;
    -webkit-text-fill-color: #ffd84d !important;
    outline: none !important;
}

body .site-footer.site-footer--sunflower .site-footer__nav-link:hover::before,
body .site-footer.site-footer--sunflower .site-footer__nav-link:focus-visible::before {
    background: #ffd84d !important;
}

body .site-footer.site-footer--sunflower .site-footer__location {
    padding: 1rem 1.15rem !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 1rem !important;
    background: rgba(255, 255, 255, 0.08) !important;
    box-shadow: none !important;
}

body .site-footer.site-footer--sunflower .site-footer__location:hover,
body .site-footer.site-footer--sunflower .site-footer__location:focus-within {
    border-color: rgba(255, 216, 77, 0.62) !important;
    background: rgba(255, 216, 77, 0.1) !important;
}

body .site-footer.site-footer--sunflower .site-footer__location .site-footer__badge {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #ffe4e8 !important;
    -webkit-text-fill-color: #ffe4e8 !important;
    border: 1px solid rgba(255, 228, 232, 0.24) !important;
}

body .site-footer.site-footer--sunflower .site-footer__location:hover .site-footer__badge,
body .site-footer.site-footer--sunflower .site-footer__location:focus-within .site-footer__badge {
    border-color: rgba(255, 216, 77, 0.42) !important;
    color: #ffd84d !important;
    -webkit-text-fill-color: #ffd84d !important;
}

body .site-footer.site-footer--sunflower .site-footer__location .site-footer__map-link {
    border-color: rgba(255, 255, 255, 0.12) !important;
    background: rgba(255, 255, 255, 0.06) !important;
    color: #ffe4e8 !important;
    -webkit-text-fill-color: #ffe4e8 !important;
}

body .site-footer.site-footer--sunflower .site-footer__location:hover .site-footer__address,
body .site-footer.site-footer--sunflower .site-footer__location:focus-within .site-footer__address,
body .site-footer.site-footer--sunflower .site-footer__location .site-footer__map-link:hover,
body .site-footer.site-footer--sunflower .site-footer__location .site-footer__map-link:focus-visible {
    color: #ffd84d !important;
    -webkit-text-fill-color: #ffd84d !important;
    outline: none !important;
}

body .site-footer.site-footer--sunflower .site-footer__contact .site-footer__contact-icon {
    border-color: rgba(255, 228, 232, 0.22) !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffe4e8 !important;
}

body .site-footer.site-footer--sunflower .site-footer__contact:hover .site-footer__contact-icon,
body .site-footer.site-footer--sunflower .site-footer__contact:focus-within .site-footer__contact-icon {
    border-color: rgba(255, 216, 77, 0.52) !important;
    background: rgba(255, 216, 77, 0.12) !important;
    color: #ffd84d !important;
}

body .site-footer.site-footer--sunflower .site-footer__brand:hover .site-brand-word,
body .site-footer.site-footer--sunflower .site-footer__brand:focus-visible .site-brand-word {
    color: #ffd84d !important;
    -webkit-text-fill-color: #ffd84d !important;
}

body .site-footer.site-footer--sunflower .site-footer__contact-label {
    color: rgba(255, 255, 255, 0.46) !important;
}

body .site-footer.site-footer--sunflower .site-footer__contact a.site-footer__contact-value {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: rgba(255, 255, 255, 0.76) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.76) !important;
}

body .site-footer.site-footer--sunflower .site-footer__contact:hover .site-footer__contact-label,
body .site-footer.site-footer--sunflower .site-footer__contact:focus-within .site-footer__contact-label,
body .site-footer.site-footer--sunflower .site-footer__contact a.site-footer__contact-value:hover,
body .site-footer.site-footer--sunflower .site-footer__contact a.site-footer__contact-value:focus-visible {
    color: #ffd84d !important;
    -webkit-text-fill-color: #ffd84d !important;
}

body .site-footer.site-footer--sunflower .site-footer__cta {
    min-height: 3.1rem !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #ffe27a 0%, #f7b718 56%, #f59e0b 100%) !important;
    color: #3a2500 !important;
    -webkit-text-fill-color: #3a2500 !important;
    box-shadow: 0 15px 30px rgba(245, 158, 11, 0.26) !important;
}

body .site-footer.site-footer--sunflower .site-footer__cta:hover,
body .site-footer.site-footer--sunflower .site-footer__cta:focus-visible {
    background: linear-gradient(135deg, #ffec99 0%, #fbbf24 56%, #d97706 100%) !important;
    color: #2b1b00 !important;
    -webkit-text-fill-color: #2b1b00 !important;
    box-shadow: 0 18px 36px rgba(245, 158, 11, 0.36) !important;
    outline: none !important;
}

body.home-page .site-footer.site-footer--sunflower button.site-footer__cta,
body .site-footer.site-footer--sunflower button.site-footer__cta {
    background: linear-gradient(135deg, #ffe27a 0%, #f7b718 56%, #f59e0b 100%) !important;
    color: #3a2500 !important;
    -webkit-text-fill-color: #3a2500 !important;
    box-shadow: 0 15px 30px rgba(245, 158, 11, 0.26) !important;
}

body.home-page .site-footer.site-footer--sunflower button.site-footer__cta:hover,
body.home-page .site-footer.site-footer--sunflower button.site-footer__cta:focus-visible,
body .site-footer.site-footer--sunflower button.site-footer__cta:hover,
body .site-footer.site-footer--sunflower button.site-footer__cta:focus-visible {
    background: linear-gradient(135deg, #ffec99 0%, #fbbf24 56%, #d97706 100%) !important;
    color: #2b1b00 !important;
    -webkit-text-fill-color: #2b1b00 !important;
    box-shadow: 0 18px 36px rgba(245, 158, 11, 0.36) !important;
}

body .site-footer.site-footer--sunflower .site-footer__bottom {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1rem !important;
    margin: 0 calc(-1 * var(--footer-curve-x)) calc(-1 * clamp(1.2rem, 2.5vw, 2rem)) !important;
    padding: 1.1rem var(--footer-curve-x) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.09) !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, 0.04) !important;
}

body .site-footer.site-footer--sunflower .site-footer__copyright {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.56) !important;
    font-size: 0.86rem !important;
    font-weight: 650 !important;
}

body .site-footer.site-footer--sunflower .site-footer__install-guide {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.55rem !important;
    min-height: 2.8rem !important;
    padding: 0.72rem 1rem !important;
    border: 1px solid rgba(255, 216, 77, 0.38) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffe4e8 !important;
    -webkit-text-fill-color: #ffe4e8 !important;
    font-size: 0.88rem !important;
    font-weight: 950 !important;
    line-height: 1.15 !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

body .site-footer.site-footer--sunflower .site-footer__install-guide svg {
    width: 1.05rem !important;
    height: 1.05rem !important;
    flex: 0 0 auto !important;
}

body .site-footer.site-footer--sunflower .site-footer__install-guide:hover,
body .site-footer.site-footer--sunflower .site-footer__install-guide:focus-visible {
    border-color: rgba(255, 216, 77, 0.78) !important;
    background: #ffd84d !important;
    color: #3a2500 !important;
    -webkit-text-fill-color: #3a2500 !important;
    outline: none !important;
}

@media (max-width: 1080px) {
    body .site-footer.site-footer--sunflower .site-footer__shell,
    body .site-footer.site-footer--sunflower .site-footer__shell.site-footer__shell--stacked {
        --footer-content-max: 48rem;
    }

    body .site-footer.site-footer--sunflower .site-footer__main {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 2rem 0 !important;
    }

    body .site-footer.site-footer--sunflower .site-footer__column {
        padding: 0 1.5rem !important;
    }

    body .site-footer.site-footer--sunflower .site-footer__column:nth-child(odd) {
        padding-left: 0 !important;
        border-left: 0 !important;
    }

    body .site-footer.site-footer--sunflower .site-footer__column:nth-child(even) {
        padding-right: 0 !important;
    }

    body .site-footer.site-footer--sunflower .site-footer__column--contact {
        grid-column: 1 / -1 !important;
        margin-top: 0.2rem !important;
        padding: 2rem 0 0 !important;
        border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
        border-left: 0 !important;
    }
}

@media (max-width: 720px) {
    body .site-footer.site-footer--sunflower {
        margin-top: 3rem !important;
        padding: 0 !important;
    }

    body .site-footer.site-footer--sunflower > .container {
        width: 100% !important;
        padding: 0 !important;
        border-radius: 0 !important;
    }

    body .site-footer.site-footer--sunflower .site-footer__shell,
    body .site-footer.site-footer--sunflower .site-footer__shell.site-footer__shell--stacked {
        --footer-curve-x: 1.15rem;
        --footer-cap-height: 3.6rem;
        --footer-logo-size: 5.8rem;
        gap: 1.8rem !important;
        margin-top: calc(var(--footer-cap-height) / 2) !important;
        padding: 4.8rem var(--footer-curve-x) 1.1rem !important;
        border-radius: 0 !important;
    }

    body .site-footer.site-footer--sunflower .site-footer__brand--cap {
        top: calc(var(--footer-cap-height) / -2 + 0.72rem) !important;
    }

    body .site-footer.site-footer--sunflower .site-footer__shell::before {
        top: 1.95rem !important;
        width: 4rem !important;
    }

    body .site-footer.site-footer--sunflower .site-footer__shell::after {
        left: -12vw !important;
        width: 124vw !important;
    }

    body .site-footer.site-footer--sunflower .site-footer__main {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }

    body .site-footer.site-footer--sunflower .site-footer__column {
        padding: 1.4rem 0 !important;
        border-left: 0 !important;
        border-top: 1px solid rgba(255, 255, 255, 0.09) !important;
    }

    body .site-footer.site-footer--sunflower .site-footer__column:first-child {
        padding-top: 0 !important;
        border-top: 0 !important;
    }

    body .site-footer.site-footer--sunflower .site-footer__cta {
        width: 100% !important;
    }

    body .site-footer.site-footer--sunflower .site-footer__bottom {
        align-items: flex-start !important;
        justify-content: flex-start !important;
        flex-direction: column !important;
    }

    body .site-footer.site-footer--sunflower .site-footer__install-guide {
        width: 100% !important;
    }
}
