.be-cookie-banner {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
    display: block;
}
.be-cookie-banner__inner,
.be-cookie-modal__panel {
    background: #111111;
    color: #f5f1e8;
    border: 1px solid rgba(189, 145, 79, 0.45);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
    border-radius: 18px;
}
.be-cookie-banner__inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 22px 24px;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) auto;
    gap: 16px 18px;
    align-items: center;
}
.be-cookie-banner__copy strong,
.be-cookie-modal h2 {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 8px;
}
.be-cookie-banner__copy p,
.be-cookie-modal p,
.be-cookie-choice p {
    margin: 0;
    color: rgba(245, 241, 232, 0.82);
    font-size: 14px;
    line-height: 1.6;
}
.be-cookie-banner__actions,
.be-cookie-modal__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.be-cookie-banner__links {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.be-cookie-banner__links a,
.be-cookie-settings-link {
    color: #d8b373;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.be-cookie-btn {
    border: 0;
    border-radius: 999px;
    padding: 12px 16px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.be-cookie-btn:hover {
    transform: translateY(-1px);
}
.be-cookie-btn--primary {
    background: #bd914f;
    color: #fff;
}
.be-cookie-btn--secondary {
    background: #262626;
    color: #f5f1e8;
    border: 1px solid rgba(245, 241, 232, 0.16);
}
.be-cookie-btn--ghost {
    background: transparent;
    color: #f5f1e8;
    border: 1px solid rgba(245, 241, 232, 0.22);
}
.be-cookie-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(12, 12, 12, 0.65);
}
.be-cookie-modal.is-open {
    display: flex;
}
.be-cookie-modal__panel {
    width: min(640px, 100%);
    padding: 26px;
    position: relative;
}
.be-cookie-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
}
.be-cookie-choice {
    margin-top: 18px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 14px;
    border: 1px solid rgba(245, 241, 232, 0.12);
}
.be-cookie-choice label {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 700;
}
.be-cookie-choice input {
    width: 18px;
    height: 18px;
}
.be-cookie-consent-accepted .be-cookie-banner,
.be-cookie-consent-rejected .be-cookie-banner {
    display: none !important;
}
.be-home-seo-block {
    width: min(900px, calc(100% - 48px));
    margin: 56px auto 0;
    padding: 36px;
    background: linear-gradient(180deg, rgba(189, 145, 79, 0.08) 0%, rgba(189, 145, 79, 0.03) 100%);
    border: 1px solid rgba(189, 145, 79, 0.24);
    border-radius: 24px;
}
.be-home-seo-block h2,
.be-home-seo-block h3 {
    color: #111111;
}
.be-home-seo-block h2 {
    margin: 0 0 16px;
    font-size: clamp(24px, 2.4vw, 30px);
    line-height: 1.2;
}
.be-home-seo-block h3 {
    margin: 24px 0 10px;
    font-size: 19px;
    line-height: 1.3;
}
.be-home-seo-block p {
    margin: 0 0 14px;
    color: rgba(17, 17, 17, 0.86);
    font-size: 16px;
    line-height: 1.75;
}
.be-home-seo-block a {
    color: #8a6530;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.be-whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99990;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px 12px 12px;
    border-radius: 999px;
    background: #25d366;
    color: #ffffff;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}
.be-whatsapp-float:hover,
.be-whatsapp-float:focus-visible {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(0, 0, 0, 0.28);
}
html:not(.be-cookie-consent-accepted):not(.be-cookie-consent-rejected) .be-whatsapp-float {
    bottom: 132px;
}
.be-whatsapp-float__icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.14);
    flex-shrink: 0;
}
.be-whatsapp-float__icon svg {
    width: 24px;
    height: 24px;
    display: block;
}
.be-whatsapp-float__text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}
.be-whatsapp-float__text strong {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.01em;
}
.be-whatsapp-float__text span {
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 500;
}
.be-cookie-placeholder {
    border: 1px dashed rgba(189, 145, 79, 0.45);
    border-radius: 14px;
    padding: 18px;
    background: rgba(189, 145, 79, 0.06);
    color: #3d3427;
}
.page-id-670 .entry-content > :not(style):not(script),
.page-id-826 .entry-content > :not(style):not(script),
.page-id-868 .entry-content > :not(style):not(script),
.page-id-891 .entry-content > :not(style):not(script),
.page-id-895 .entry-content > :not(style):not(script),
.page-id-906 .entry-content > :not(style):not(script),
.page-id-420 .entry-content > :not(style):not(script),
.page-id-466 .entry-content > :not(style):not(script),
.page-id-489 .entry-content > :not(style):not(script),
.page-id-494 .entry-content > :not(style):not(script),
.page-id-513 .entry-content > :not(style):not(script),
.page-id-518 .entry-content > :not(style):not(script),
.page-id-522 .entry-content > :not(style):not(script),
.page-id-648 .entry-content > :not(style):not(script),
.page-id-659 .entry-content > :not(style):not(script),
.page-id-896 .entry-content > :not(style):not(script),
.postid-892 .entry-content > :not(style):not(script),
.postid-897 .entry-content > :not(style):not(script),
.postid-898 .entry-content > :not(style):not(script),
.postid-899 .entry-content > :not(style):not(script),
.postid-900 .entry-content > :not(style):not(script) {
    width: min(900px, calc(100% - 48px));
    margin-left: auto;
    margin-right: auto;
}
.page-id-895 .entry-content .be-service-page,
.page-id-891 .entry-content .be-scooter-landing,
.page-id-826 .entry-content .be-tax-page,
.page-id-868 .entry-content .be-tax-service,
.page-id-670 .entry-content .be-traffic-service,
.page-id-420 .entry-content .elementor-widget-heading,
.page-id-466 .entry-content .elementor-widget-heading,
.page-id-489 .entry-content .elementor-widget-heading,
.page-id-494 .entry-content .elementor-widget-heading,
.page-id-513 .entry-content .elementor-widget-heading,
.page-id-518 .entry-content .elementor-widget-heading,
.page-id-522 .entry-content .elementor-widget-heading,
.page-id-648 .entry-content .elementor-widget-heading,
.page-id-659 .entry-content .elementor-widget-heading,
.page-id-896 .entry-content .elementor-widget-heading,
.page-id-906 .entry-content .be-packs-page,
.postid-892 .entry-content .be-scooter-news,
.postid-897 .entry-content .be-driving-news,
.postid-898 .entry-content .be-student-news,
.postid-899 .entry-content .be-working-news,
.postid-900 .entry-content .be-language-news {
    width: min(900px, calc(100% - 48px));
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.page-id-896 .elementor-896 .elementor-element.elementor-element-71c2960a {
    --width: 100%;
}
.page-id-896 .elementor-896 .elementor-element.elementor-element-5a5ed14b {
    width: min(900px, calc(100% - 48px));
    max-width: 900px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.page-id-670 .entry-content > :not(style):not(script):first-child,
.page-id-826 .entry-content > :not(style):not(script):first-child,
.page-id-868 .entry-content > :not(style):not(script):first-child,
.page-id-891 .entry-content > :not(style):not(script):first-child,
.page-id-895 .entry-content > :not(style):not(script):first-child,
.page-id-906 .entry-content > :not(style):not(script):first-child,
.page-id-420 .entry-content > :not(style):not(script):first-child,
.page-id-466 .entry-content > :not(style):not(script):first-child,
.page-id-489 .entry-content > :not(style):not(script):first-child,
.page-id-494 .entry-content > :not(style):not(script):first-child,
.page-id-513 .entry-content > :not(style):not(script):first-child,
.page-id-518 .entry-content > :not(style):not(script):first-child,
.page-id-522 .entry-content > :not(style):not(script):first-child,
.page-id-648 .entry-content > :not(style):not(script):first-child,
.page-id-659 .entry-content > :not(style):not(script):first-child,
.page-id-896 .entry-content > :not(style):not(script):first-child,
.postid-892 .entry-content > :not(style):not(script):first-child,
.postid-897 .entry-content > :not(style):not(script):first-child,
.postid-898 .entry-content > :not(style):not(script):first-child,
.postid-899 .entry-content > :not(style):not(script):first-child,
.postid-900 .entry-content > :not(style):not(script):first-child {
    margin-top: 32px;
}
.page-id-420 .entry-content :where(h1),
.page-id-466 .entry-content :where(h1),
.page-id-489 .entry-content :where(h1),
.page-id-494 .entry-content :where(h1),
.page-id-513 .entry-content :where(h1),
.page-id-518 .entry-content :where(h1),
.page-id-522 .entry-content :where(h1),
.page-id-648 .entry-content :where(h1),
.page-id-659 .entry-content :where(h1),
.page-id-670 .entry-content :where(h1),
.page-id-826 .entry-content :where(h1),
.page-id-868 .entry-content :where(h1),
.page-id-891 .entry-content :where(h1),
.page-id-895 .entry-content :where(h1),
.page-id-896 .entry-content :where(h1),
.page-id-906 .entry-content :where(h1) {
    font-size: clamp(24px, 2.5vw, 30px) !important;
    line-height: 1.18 !important;
}
.page-id-420 .entry-content :where(h2),
.page-id-466 .entry-content :where(h2),
.page-id-489 .entry-content :where(h2),
.page-id-494 .entry-content :where(h2),
.page-id-513 .entry-content :where(h2),
.page-id-518 .entry-content :where(h2),
.page-id-522 .entry-content :where(h2),
.page-id-648 .entry-content :where(h2),
.page-id-659 .entry-content :where(h2),
.page-id-670 .entry-content :where(h2),
.page-id-826 .entry-content :where(h2),
.page-id-868 .entry-content :where(h2),
.page-id-891 .entry-content :where(h2),
.page-id-895 .entry-content :where(h2),
.page-id-896 .entry-content :where(h2),
.page-id-906 .entry-content :where(h2) {
    font-size: clamp(20px, 2vw, 24px) !important;
    line-height: 1.28 !important;
}
.page-id-420 .entry-content :where(h3),
.page-id-466 .entry-content :where(h3),
.page-id-489 .entry-content :where(h3),
.page-id-494 .entry-content :where(h3),
.page-id-513 .entry-content :where(h3),
.page-id-518 .entry-content :where(h3),
.page-id-522 .entry-content :where(h3),
.page-id-648 .entry-content :where(h3),
.page-id-659 .entry-content :where(h3),
.page-id-670 .entry-content :where(h3),
.page-id-826 .entry-content :where(h3),
.page-id-868 .entry-content :where(h3),
.page-id-891 .entry-content :where(h3),
.page-id-895 .entry-content :where(h3),
.page-id-896 .entry-content :where(h3),
.page-id-906 .entry-content :where(h3) {
    font-size: clamp(18px, 1.6vw, 20px) !important;
    line-height: 1.35 !important;
}
.single-post .entry-header .entry-title {
    font-size: clamp(26px, 2.5vw, 32px) !important;
    line-height: 1.2 !important;
}
.single-post .entry-content > :not(style):not(script) {
    width: min(900px, calc(100% - 48px));
    margin-left: auto;
    margin-right: auto;
}
.single-post .entry-content :where(h2) {
    font-size: clamp(21px, 2vw, 25px) !important;
    line-height: 1.3 !important;
}
.single-post .entry-content :where(h3) {
    font-size: clamp(18px, 1.5vw, 20px) !important;
    line-height: 1.38 !important;
}
.single-post .entry-content p,
.single-post .entry-content li {
    font-size: 16px;
    line-height: 1.75;
}
.be-legal-footer {
    margin-top: 48px;
    padding: 24px 20px 34px;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.02) 0%, rgba(17, 17, 17, 0.06) 100%);
    border-top: 1px solid rgba(189, 145, 79, 0.16);
}
.be-legal-footer__inner {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}
.be-legal-footer__brand {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.be-legal-footer__brand strong {
    color: #111;
    font-size: 15px;
    letter-spacing: 0.02em;
}
.be-legal-footer__brand span {
    color: rgba(17, 17, 17, 0.72);
    font-size: 13px;
    line-height: 1.5;
}
.be-legal-footer__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
}
.be-legal-footer__nav a {
    color: #111;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
}
.be-legal-footer__nav a:hover {
    color: #bd914f;
    border-bottom-color: #bd914f;
}
@media (max-width: 767px) {
    .be-cookie-banner {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }
    .be-cookie-banner__inner {
        grid-template-columns: 1fr;
        padding: 18px;
    }
    .be-cookie-banner__actions,
    .be-cookie-modal__actions {
        width: 100%;
    }
    .be-cookie-btn {
        width: 100%;
    }
    .be-whatsapp-float {
        right: 12px;
        bottom: 12px;
        padding-right: 14px;
    }
    html:not(.be-cookie-consent-accepted):not(.be-cookie-consent-rejected) .be-whatsapp-float {
        bottom: 188px;
    }
    .be-whatsapp-float__text span {
        font-size: 12px;
    }
    .be-home-seo-block {
        width: min(100%, calc(100% - 24px));
        margin-top: 40px;
        padding: 24px 18px;
        border-radius: 18px;
    }
    .be-home-seo-block h2 {
        font-size: 28px;
    }
    .be-home-seo-block h3 {
        font-size: 20px;
    }
    .be-legal-footer {
        padding-left: 12px;
        padding-right: 12px;
    }
    .be-legal-footer__nav {
        gap: 12px;
    }
    .page-id-670 .entry-content > :not(style):not(script),
    .page-id-826 .entry-content > :not(style):not(script),
    .page-id-868 .entry-content > :not(style):not(script),
    .page-id-891 .entry-content > :not(style):not(script),
    .page-id-895 .entry-content > :not(style):not(script),
    .page-id-906 .entry-content > :not(style):not(script),
    .page-id-420 .entry-content > :not(style):not(script),
    .page-id-466 .entry-content > :not(style):not(script),
    .page-id-489 .entry-content > :not(style):not(script),
    .page-id-494 .entry-content > :not(style):not(script),
    .page-id-513 .entry-content > :not(style):not(script),
    .page-id-518 .entry-content > :not(style):not(script),
    .page-id-522 .entry-content > :not(style):not(script),
    .page-id-648 .entry-content > :not(style):not(script),
    .page-id-659 .entry-content > :not(style):not(script),
    .page-id-896 .entry-content > :not(style):not(script),
    .page-id-896 .elementor-896 .elementor-element.elementor-element-5a5ed14b,
    .postid-892 .entry-content > :not(style):not(script),
    .postid-897 .entry-content > :not(style):not(script),
    .postid-898 .entry-content > :not(style):not(script),
    .postid-899 .entry-content > :not(style):not(script),
    .postid-900 .entry-content > :not(style):not(script),
    .page-id-895 .entry-content .be-service-page,
    .page-id-891 .entry-content .be-scooter-landing,
    .page-id-826 .entry-content .be-tax-page,
    .page-id-868 .entry-content .be-tax-service,
    .page-id-670 .entry-content .be-traffic-service,
    .page-id-420 .entry-content .elementor-widget-heading,
    .page-id-466 .entry-content .elementor-widget-heading,
    .page-id-489 .entry-content .elementor-widget-heading,
    .page-id-494 .entry-content .elementor-widget-heading,
    .page-id-513 .entry-content .elementor-widget-heading,
    .page-id-518 .entry-content .elementor-widget-heading,
    .page-id-522 .entry-content .elementor-widget-heading,
    .page-id-648 .entry-content .elementor-widget-heading,
    .page-id-659 .entry-content .elementor-widget-heading,
    .page-id-896 .entry-content .elementor-widget-heading,
    .page-id-906 .entry-content .be-packs-page,
    .postid-892 .entry-content .be-scooter-news,
    .postid-897 .entry-content .be-driving-news,
    .postid-898 .entry-content .be-student-news,
    .postid-899 .entry-content .be-working-news,
    .postid-900 .entry-content .be-language-news,
    .single-post .entry-content > :not(style):not(script) {
        width: min(100%, calc(100% - 24px));
    }
}
