:root {
    --owl-ink: #10201a;
    --owl-muted: #5c6964;
    --owl-line: #dde3df;
    --owl-surface: #ffffff;
    --owl-soft: #f5f7f6;
    --owl-green: #1f7a5f;
    --owl-gold: #c8a45d;
    --owl-danger: #9f433d;
}

.owl-properties-site {
    color: var(--owl-ink);
    font-feature-settings: "kern";
}

html,
body.owl-full-width-site {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background: #ffffff;
}

body.owl-full-width-site .header-main-wrap,
body.owl-full-width-site .header-desktop,
body.owl-full-width-site .header-mobile,
body.owl-full-width-site .header-v1,
body.owl-full-width-site .header-v2,
body.owl-full-width-site .header-v3,
body.owl-full-width-site .header-v4,
body.owl-full-width-site .top-bar-wrap,
body.owl-full-width-site .footer-wrap,
body.owl-full-width-site .footer-bottom-wrap,
body.owl-full-width-site .page-title-wrap,
body.owl-full-width-site .breadcrumb-wrap {
    display: none !important;
}

body.owl-full-width-site .main-wrap,
body.owl-full-width-site .main-content-wrap,
body.owl-full-width-site .content-wrap,
body.owl-full-width-site .container,
body.owl-full-width-site .container-fluid {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.owl-full-width-site .page-wrap,
body.owl-full-width-site .article-page-wrap,
body.owl-full-width-site .post-wrap,
body.owl-full-width-site .page-content-wrap,
body.owl-full-width-site .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.owl-full-width-site .entry-title,
body.owl-full-width-site h1.entry-title,
body.owl-full-width-site .page-title {
    display: none !important;
}

body.owl-full-width-site .wp-site-blocks,
body.owl-full-width-site #page,
body.owl-full-width-site #main {
    width: 100%;
    max-width: none;
}

.owl-site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    border-bottom: 1px solid rgba(12, 49, 78, 0.08);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
}

body.admin-bar .owl-site-header {
    top: 32px;
}

.owl-site-header__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    width: min(1240px, calc(100% - 32px));
    min-height: 72px;
    margin: 0 auto;
}

.owl-site-header__brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0c314e;
    text-decoration: none;
}

.owl-site-header__mark {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 12px;
    background: #0c314e;
    color: #ffffff;
    font-weight: 900;
}

.owl-site-header__brand strong {
    display: block;
    color: #0c314e;
    font-size: 18px;
    line-height: 1;
}

.owl-site-header__brand small {
    display: block;
    margin-top: 3px;
    color: #667085;
    font-size: 11px;
}

.owl-site-header__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

.owl-site-header__nav a {
    color: #1e4164;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.owl-site-header__nav a:hover {
    color: #015c9a;
}

.owl-site-header__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.owl-site-header__icon,
.owl-site-header__cta {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-weight: 900;
    text-decoration: none;
}

.owl-site-header__icon {
    width: 42px;
    border: 1px solid #d3dbe6;
    color: #0c314e;
    background: #ffffff;
    font-size: 12px;
}

.owl-site-header__cta {
    padding: 0 18px;
    background: #015c9a;
    color: #ffffff;
}

.owl-site-footer {
    width: 100%;
    margin-top: 0;
    background: #0c314e;
    color: #ffffff;
}

.owl-site-footer__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 560px);
    gap: 32px;
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
    padding: 44px 0;
}

.owl-site-footer__brand strong {
    display: block;
    color: #ffffff;
    font-size: 24px;
}

.owl-site-footer__brand p {
    max-width: 520px;
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.74);
}

.owl-site-footer__links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.owl-site-footer__links a {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.owl-site-footer__bottom {
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.64);
}

.owl-properties-site a {
    text-underline-offset: 0.18em;
}

.owl-properties-site .elementor-button,
.owl-properties-site .btn,
.owl-properties-site button {
    border-radius: 8px;
}

.owl-section-band {
    padding-block: clamp(40px, 7vw, 88px);
}

.owl-section-band--soft {
    background: var(--owl-soft);
}

.owl-container {
    width: min(1180px, calc(100% - 32px));
    margin-inline: auto;
}

.owl-kicker {
    color: var(--owl-green);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.owl-content h2,
.owl-content h3 {
    color: var(--owl-ink);
    letter-spacing: 0;
}

.owl-content p,
.owl-content li {
    color: var(--owl-muted);
}

.owl-listing-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 14px;
    border: 1px solid var(--owl-line);
    background: var(--owl-surface);
}

.owl-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.owl-chip {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid var(--owl-line);
    border-radius: 999px;
    color: var(--owl-ink);
    background: var(--owl-surface);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.owl-chip[aria-current="true"],
.owl-chip:hover {
    border-color: var(--owl-green);
    color: #ffffff;
    background: var(--owl-green);
}

.owl-trust-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid var(--owl-line);
    background: var(--owl-line);
}

.owl-trust-strip__item {
    min-height: 96px;
    padding: 18px;
    background: var(--owl-surface);
}

.owl-trust-strip__value {
    display: block;
    color: var(--owl-ink);
    font-size: 24px;
    font-weight: 900;
}

.owl-trust-strip__label {
    display: block;
    margin-top: 4px;
    color: var(--owl-muted);
    font-size: 14px;
}

@media (max-width: 780px) {
    body.admin-bar .owl-site-header {
        top: 46px;
    }

    .owl-site-header__inner {
        grid-template-columns: 1fr auto;
        min-height: 64px;
    }

    .owl-site-header__nav {
        grid-column: 1 / -1;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 12px;
    }

    .owl-site-header__brand small {
        display: none;
    }

    .owl-site-footer__inner {
        grid-template-columns: 1fr;
    }

    .owl-site-footer__links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .owl-listing-toolbar {
        grid-template-columns: 1fr;
    }

    .owl-trust-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .owl-trust-strip {
        grid-template-columns: 1fr;
    }
}
