/* CTA strip above footer — centered block, green bar, two buttons side by side */
.site-footer-cta {
    --site-footer-cta-bg: #127d4c;
    font-family: "Kanit", "Montserrat", sans-serif;
    background-color: var(--site-footer-cta-bg);
    background-image: none;
    color: #fff;
    padding: 3rem 1rem 3.25rem;
}

@media (min-width: 768px) {
    .site-footer-cta {
        padding: 4rem 1.5rem 4.25rem;
    }
}

.site-footer-cta__inner {
    max-width: 44rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.site-footer-cta__title {
    font-size: clamp(1.35rem, 3.8vw, 1.95rem);
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.65rem;
    line-height: 1.35;
}

.site-footer-cta__text {
    font-size: clamp(0.9rem, 2.2vw, 1rem);
    font-weight: 400;
    color: #fff;
    margin: 0 0 1.75rem;
    line-height: 1.6;
    max-width: 36rem;
}

.site-footer-cta__actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.65rem 0.75rem;
    justify-content: center;
    align-items: center;
}

.site-footer-cta__btn {
    font-family: inherit;
    font-weight: 600;
    font-size: clamp(0.8rem, 2vw, 0.9rem);
    padding: 0.55rem 1.15rem;
    border-radius: 5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    border: 1px solid transparent;
    min-width: 0;
    text-align: center;
    line-height: 1.35;
}

.site-footer-cta__btn--primary {
    background: #fff;
    color: var(--site-footer-cta-bg);
    border-color: #fff;
}

.site-footer-cta__btn--primary:hover {
    background: rgba(255, 255, 255, 0.92);
    color: var(--site-footer-cta-bg);
}

.site-footer-cta__btn--outline {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.site-footer-cta__btn--outline:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

/* Website footer — dark theme (matches homepage layout) */
.site-footer.site-footer--dark {
    font-family: "Kanit", "Montserrat", sans-serif;
    background: #1a1a1a;
    color: #9ca3af;
    padding: 0;
}

.site-footer.site-footer--dark a {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer.site-footer--dark .site-footer__inner {
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.site-footer.site-footer--dark .site-footer__rule {
    margin: 2.5rem 0;
    border: 0;
    border-top: 1px solid #2d2d2d;
    opacity: 1;
}

.site-footer.site-footer--dark .site-footer__logo {
    max-width: 180px;
    height: auto;
    margin-bottom: 1rem;
}

.site-footer.site-footer--dark .site-footer__about {
    font-size: 0.9rem;
    line-height: 1.65;
    color: #9ca3af;
    max-width: 22rem;
}

.site-footer.site-footer--dark .site-footer__about p {
    margin-bottom: 0.5rem;
}

.site-footer.site-footer--dark .site-footer__about p:last-child {
    margin-bottom: 0;
}

.site-footer.site-footer--dark .site-footer__column-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1.35;
}

.site-footer.site-footer--dark .site-footer__column-title--center {
    text-align: center;
}

.site-footer.site-footer--dark .site-footer__links li {
    margin-bottom: 0.5rem;
}

.site-footer.site-footer--dark .site-footer__links li:last-child {
    margin-bottom: 0;
}

.site-footer.site-footer--dark .site-footer__links a {
    font-size: 0.875rem;
    font-weight: 400;
}

/* Contact block */
.site-footer.site-footer--dark .site-footer__contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin-bottom: 0.85rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.site-footer.site-footer--dark .site-footer__contact-list li:last-child {
    margin-bottom: 0;
}

.site-footer.site-footer--dark .site-footer__contact-icon {
    flex-shrink: 0;
    width: 1.25rem;
    text-align: center;
    color: #00c853;
    padding-top: 0.15rem;
}

.site-footer.site-footer--dark .site-footer__contact-icon i {
    font-size: 0.95rem;
}

/* Payments */
.site-footer.site-footer--dark .site-footer__payments {
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-footer.site-footer--dark .site-footer__payments img {
    max-width: 100%;
    height: auto;
}

/* Social */
.site-footer.site-footer--dark .site-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .site-footer.site-footer--dark .site-footer__contact-row .col-md-4:last-child .site-footer__social {
        justify-content: flex-end;
    }
}

.site-footer.site-footer--dark .site-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background: #3a3a3a;
    border-radius: 6px;
    color: #e5e7eb;
    font-size: 1.15rem;
    transition: background 0.2s ease, color 0.2s ease;
}

.site-footer.site-footer--dark .site-footer__social a:hover {
    background: #1DBF73;
    color: #fff;
}

/* Copyright */
.site-footer.site-footer--dark .site-footer__copyrights {
    padding-top: 0;
    padding-bottom: 2rem;
    margin-top: 0;
}

.site-footer.site-footer--dark .site-footer__copyrights .container {
    padding-top: 0;
}

.site-footer.site-footer--dark .site-footer__copyright-line {
    margin: 0;
    font-size: 0.8rem;
    color: #6b7280;
    line-height: 1.6;
}

.site-footer.site-footer--dark .site-footer__copyright-line a {
    color: #6b7280;
}

.site-footer.site-footer--dark .site-footer__copyright-line a:hover {
    color: #9ca3af;
}

.site-footer.site-footer--dark .site-footer__copyright-extra {
    margin-top: 0.35rem;
    font-size: 0.8rem;
    color: #6b7280;
}

.site-footer.site-footer--dark .site-footer__copyright-extra p {
    margin-bottom: 0;
}

.cookiealert .cookie-consent__content {
    max-width: 100% !important;
    padding: 0px !important;
}

.cookiealert {
    color: #ccc !important;
}

.cookiealert .cookie-consent__description {
    color: #777 !important;
    font-size: 13px;
}

.cookiealert .cookie-consent__title {
    display: inline-block !important;
    font-size: 15px;
}

.btn.acceptcookies {
    background-color: #1DBF73 !important;
    border: 0 !important;
}

.btn.acceptcookies:hover {
    opacity: 0.8 !important;
}