/* ============================================
   FOOTER CTA SECTION -- Light Green Card
   ============================================ */

.footer-cta-section {
    background: var(--color-background-primary, #f2f7f3);
    padding: 0;
}

.footer-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    background: #f2f8f4;
    border: 0.5px solid #d4eddf;
    border-radius: 12px;
    padding: 28px 40px;
    margin-bottom: 0;
}

.footer-cta__title {
    font-size: 16px;
    font-weight: 400;
    color: var(--color-text-primary, #242424);
    margin: 0 0 4px;
    line-height: 1.4;
}

.footer-cta__subtitle {
    font-size: 11px;
    font-weight: 300;
    color: var(--color-text-secondary, #888);
    margin: 0;
}

.footer-cta__actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.footer-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.footer-cta__btn--outline {
    color: #2d7a4f;
    border: 1px solid #2d7a4f;
    background: transparent;
}

.footer-cta__btn--outline:hover {
    color: #ffffff;
    background: #2d7a4f;
    border-color: #2d7a4f;
}

.footer-cta__btn--solid {
    color: #ffffff;
    background: #2d7a4f;
    border: 1px solid #2d7a4f;
}

.footer-cta__btn--solid:hover {
    background: #358c5b;
    border-color: #358c5b;
}

/* ============================================
   NEWSLETTER SECTION
   ============================================ */

.footer-newsletter {
    background: #19391d;
    padding: 56px 40px;
    text-align: center;
}

.footer-newsletter__title {
    font-size: 22px;
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 8px;
    line-height: 1.3;
}

.footer-newsletter__subtitle {
    font-size: 13px;
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 28px;
    line-height: 1.5;
}

.newsletter-form-wrap {
    max-width: 480px;
    margin: 0 auto;
    display: flex;
    background: rgba(255, 255, 255, 0.1);
    border: 0.5px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 4px 4px 4px 16px;
    align-items: center;
}

.newsletter-form-wrap input[type="email"] {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    font-family: inherit;
    padding: 8px 0;
}

.newsletter-form-wrap input[type="email"]::placeholder {
    color: #ffffff;
}

.newsletter-form-wrap .newsletter-btn {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border: none;
    padding: 10px 24px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.25s ease;
    white-space: nowrap;
    font-family: inherit;
}

.newsletter-form-wrap .newsletter-btn:hover {
    background: rgba(255, 255, 255, 0.25);
}

.footer-newsletter__social {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 24px;
}

.footer-newsletter__social a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #ffffff;
    font-size: 14px;
    transition: all 0.25s ease;
    text-decoration: none;
    border: 0.5px solid rgba(255, 255, 255, 0.1);
}

.footer-newsletter__social a:hover {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
}

/* ============================================
   FOOTER STYLES
   ============================================ */

.site-footer {
    margin-top: 0;
    border-radius: 0;
}

/* --- Accent Line --- */
.footer-main::before {
    content: none;
    display: none;
    height: 0;
    background: none;
}

/* --- Main Footer --- */
.footer-main {
    background: #19391d;
    color: #ffffff;
    padding: 50px 0 40px;
    border-radius: 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1.1fr;
    gap: 40px;
}

/* --- Column Titles --- */
.footer-col__title {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 0;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.footer-col__title::after {
    display: none;
}

/* --- Logo --- */
.footer-logo {
    margin-bottom: 16px;
}

.footer-logo img {
    max-height: 42px;
    width: auto;
}

.footer-brand {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.footer-about {
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 18px;
    color: #ffffff;
    font-weight: 300;
}

/* --- Social Icons --- */
.footer-social {
    display: flex;
    gap: 8px;
}

.footer-social__link {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: transparent;
    color: #ffffff;
    font-size: 12px;
    transition: all 0.3s ease;
    border: 0.5px solid rgba(255, 255, 255, 0.1);
}

.footer-social__link:hover {
    transform: translateY(-2px);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.06);
}

.footer-social__link--facebook:hover {
    color: #1877F2;
    border-color: rgba(24, 119, 242, 0.3);
}

.footer-social__link--instagram:hover {
    color: #e6683c;
    border-color: rgba(230, 104, 60, 0.3);
}

.footer-social__link--youtube:hover {
    color: #FF0000;
    border-color: rgba(255, 0, 0, 0.3);
}

.footer-social__link--tiktok:hover {
    color: #69C9D0;
    border-color: rgba(105, 201, 208, 0.3);
}

/* --- Footer Links --- */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.footer-links a:hover {
    color: #ffffff;
    padding-left: 3px;
}

/* --- Footer Contact --- */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.footer-contact__icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.04);
    border: 0.5px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    flex-shrink: 0;
    margin-top: 1px;
}

.footer-contact__icon i {
    color: #ffffff;
    font-size: 11px;
}

.footer-contact__body {
    display: flex;
    flex-direction: column;
}

.footer-contact__label {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ffffff;
    margin-bottom: 2px;
}

.footer-contact__value {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.25s ease;
}

a.footer-contact__value:hover {
    color: #ffffff;
}

/* --- Sub Footer --- */
.sub-footer {
    background: #19391d;
    padding: 14px 0;
    border-top: 0.5px solid rgba(255, 255, 255, 0.04);
}

.sub-footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub-footer__copy {
    color: #ffffff;
    margin: 0;
    font-size: 10px;
    font-weight: 300;
}

.sub-footer__made {
    font-size: 10px;
    font-weight: 300;
    color: #ffffff;
}

.sub-footer__credit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 10px;
    font-weight: 300;
    text-decoration: none;
    transition: color 0.25s ease;
}

.sub-footer__credit:hover {
    color: #ffffff;
}

.sub-footer__credit-logo {
    width: 18px;
    height: 18px;
    display: block;
}

.sub-footer__credit strong {
    font-weight: 600;
}

.sub-footer__payments {
    display: flex;
    gap: 10px;
    align-items: center;
}

.sub-footer__payments i {
    font-size: 18px;
    color: #ffffff;
    transition: all 0.25s ease;
}

.sub-footer__payments i:hover {
    color: #ffffff;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 768px) {
    /* CTA Section */
    .footer-cta {
        flex-direction: column;
        text-align: center;
        padding: 24px 20px;
        gap: 16px;
    }

    .footer-cta__actions {
        flex-direction: column;
        width: 100%;
    }

    .footer-cta__btn {
        justify-content: center;
        width: 100%;
    }

    /* Newsletter */
    .footer-newsletter {
        padding: 40px 20px;
    }

    .footer-newsletter__title {
        font-size: 18px;
    }

    .newsletter-form-wrap {
        flex-direction: column;
        padding: 4px;
        gap: 0;
    }

    .newsletter-form-wrap input[type="email"] {
        width: 100%;
        padding: 12px 16px;
        text-align: center;
    }

    .newsletter-form-wrap .newsletter-btn {
        width: 100%;
        padding: 12px 24px;
    }

    /* Footer grid */
    .footer-main {
        padding: 36px 0 28px;
    }

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

    .footer-col:first-child {
        grid-column: 1 / -1;
    }

    .footer-col:last-child {
        grid-column: 1 / -1;
    }

    /* Sub footer */
    .sub-footer__inner {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .footer-col:last-child {
        grid-column: auto;
    }
}

/* ============================================
   PHONE NOTE (e.g. "English service")
   ============================================ */
.olp-phone-note {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.55);
    font-style: italic;
    letter-spacing: 0.2px;
}
.footer-cta__btn--outline .olp-phone-note {
    color: rgba(255, 255, 255, 0.7);
}

/* === Phone CTA button stacked text === */
.footer-cta__btn--outline {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    text-align: left;
}
.footer-cta__btn-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.footer-cta__btn-phone {
    font-weight: 600;
    font-size: 15px;
}
.footer-cta__btn--outline .olp-phone-note {
    display: block;
    margin-top: 2px;
    margin-left: 0;
    font-size: 10.5px;
    font-style: italic;
    font-weight: 400;
    color: #5a6f60;
    letter-spacing: 0.1px;
    text-transform: none;
    opacity: 1;
}
.footer-cta__btn--outline:hover .olp-phone-note {
    color: rgba(255, 255, 255, 0.85);
}

/* Cookie settings reopen link (2026-07-11, replaces floating button) */
.sub-footer__cookie{background:none;border:0;padding:0;margin:0;font:inherit;color:inherit;opacity:.7;text-decoration:underline;cursor:pointer;font-size:12px}
.sub-footer__cookie:hover{opacity:1}
