﻿:root {
    --byoffer-bg: #f5f7fb;
    --byoffer-surface: #ffffff;
    --byoffer-text: #162033;
    --byoffer-muted: #667085;
    --byoffer-border: #d7e0eb;
    --byoffer-primary: #2d5b9f;
    --byoffer-primary-dark: #21467e;
    --byoffer-accent: #6f87ab;
    --byoffer-secondary: #0f172a;
    --byoffer-heading: #15263f;
    --byoffer-link: var(--byoffer-primary);
    --byoffer-slider-desktop-height: 550px;
    --byoffer-slider-mobile-height: 250px;
    --byoffer-font-main: Arial, Helvetica, sans-serif;
    --byoffer-font-menu: Arial, Helvetica, sans-serif;
    --byoffer-font-heading: Arial, Helvetica, sans-serif;
    --byoffer-font-content: Arial, Helvetica, sans-serif;
    --byoffer-title-image: none;
    --byoffer-content-font-size: 16px;
    --byoffer-content-line-height: 1.8;
    --byoffer-space-section: clamp(48px, 6vw, 72px);
    --byoffer-space-section-tight: clamp(34px, 4vw, 48px);
    --byoffer-space-card-padding: clamp(24px, 3vw, 36px);
    --byoffer-space-card-padding-sm: clamp(18px, 2.2vw, 24px);
    --byoffer-space-card-gap: 18px;
    --byoffer-space-layout-gap: clamp(24px, 3vw, 32px);
    --byoffer-radius-sm: 8px;
    --byoffer-radius-md: 12px;
    --byoffer-radius-lg: 16px;
    --byoffer-shadow-card: 0 16px 38px rgba(15, 23, 42, 0.08);
    --byoffer-shadow-soft: 0 20px 44px rgba(15, 23, 42, 0.07);
    --byoffer-shadow-panel: 0 12px 26px rgba(15, 23, 42, 0.05);
    --byoffer-radius: 8px;
    --byoffer-shadow: 0 16px 44px rgba(16, 24, 39, 0.08);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: var(--byoffer-bg, #ffffff);
    color: var(--byoffer-text);
    font-family: var(--byoffer-font-main);
    font-size: 16px;
    line-height: 1.65;
}

a {
    color: var(--byoffer-link);
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--byoffer-primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--byoffer-heading);
    font-family: var(--byoffer-font-heading);
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.byoffer-container {
    width: min(var(--byoffer-site-width, 1180px), calc(100% - 32px));
    margin-inline: auto;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link:focus {
    top: 12px;
    left: 12px;
    z-index: 100000;
    display: block;
    width: auto;
    height: auto;
    padding: 10px 14px;
    clip: auto;
    background: var(--byoffer-surface);
    color: var(--byoffer-text);
    border: 1px solid var(--byoffer-border);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid var(--byoffer-border);
    backdrop-filter: blur(14px);
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    gap: 24px;
}

.site-title {
    color: var(--byoffer-text);
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0;
}

.custom-logo-link img {
    max-height: var(--byoffer-desktop-logo-height, 50px);
    width: auto;
}

.main-navigation ul {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-navigation a {
    color: var(--byoffer-text);
    font-family: var(--byoffer-font-menu);
    font-weight: 700;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a {
    color: var(--byoffer-primary);
}

.menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
    border: 1px solid var(--byoffer-border);
    border-radius: var(--byoffer-radius);
    cursor: pointer;
}

.menu-toggle__bar,
.menu-toggle__bar::before,
.menu-toggle__bar::after {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--byoffer-text);
    content: "";
}

.menu-toggle__bar {
    position: relative;
}

.menu-toggle__bar::before,
.menu-toggle__bar::after {
    position: absolute;
    left: 0;
}

.menu-toggle__bar::before {
    top: -6px;
}

.menu-toggle__bar::after {
    top: 6px;
}

.site-main {
    padding: 48px 0;
}

.site-main--home {
    padding-top: 0;
}

.home-slider {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #0c1424;
    min-height: var(--byoffer-slider-desktop-height);
}

.home-slider .home-slider__widget-area,
.home-slider .home-slider__widget-area > .widget {
    display: block;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.home-slider__widget-area > .widget > .widget-title {
    display: none;
}

.home-slider__widget-area .rev_slider_wrapper {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

.home-slider .widget_revslider,
.home-slider .rev_slider,
.home-slider rs-module-wrap,
.home-slider rs-module {
    width: 100% !important;
    max-width: none !important;
}

.home-slider::after {
    display: none;
}

.byoffer-home-arc-slider::after {
    position: absolute;
    right: -12vw;
    bottom: -68px;
    left: -12vw;
    z-index: 3;
    display: block;
    height: 132px;
    content: "";
    pointer-events: none;
    background: #ffffff;
    border-radius: 50% 50% 0 0 / 72% 72% 0 0;
}

.home-hero {
    min-height: var(--byoffer-slider-desktop-height);
    display: flex;
    align-items: center;
    background:
        linear-gradient(120deg, color-mix(in srgb, var(--byoffer-secondary) 92%, transparent), color-mix(in srgb, var(--byoffer-primary) 46%, transparent)),
        linear-gradient(45deg, color-mix(in srgb, var(--byoffer-secondary) 94%, #14233d), color-mix(in srgb, var(--byoffer-primary-dark) 74%, #1b3159));
    color: #ffffff;
}

.home-hero__inner {
    display: flex;
    align-items: center;
}

.home-hero__content {
    max-width: 680px;
}

.home-hero__eyebrow {
    margin: 0 0 8px;
    color: color-mix(in srgb, #ffffff 78%, var(--byoffer-primary) 22%);
    font-weight: 800;
    text-transform: uppercase;
}

.home-hero h1 {
    margin: 0;
    font-size: clamp(36px, 6vw, 68px);
    line-height: 1.05;
}

.home-hero p {
    font-size: 18px;
}

.byoffer-slider-notice {
    width: min(1180px, calc(100% - 32px));
    margin: 24px auto;
    padding: 18px;
    background: color-mix(in srgb, var(--byoffer-primary) 7%, #ffffff);
    border: 1px solid color-mix(in srgb, var(--byoffer-primary) 20%, var(--byoffer-border));
    border-radius: var(--byoffer-radius);
    color: var(--byoffer-heading);
}

.home-widgets {
    position: relative;
    z-index: 4;
    margin-top: 0;
    padding: 0 0 64px;
    background: transparent;
    overflow: visible;
}

.home-widgets--with-slider {
    margin-top: -88px;
}

.home-widgets::before {
    display: none;
}

.home-widgets > .byoffer-container {
    position: relative;
    z-index: 2;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.home-widgets > .byoffer-container::before {
    display: none;
}

.home-widgets--with-slider:has(.byoffer-icon-menu-widget) {
    margin-top: -88px;
    background: transparent;
}

.home-widgets--with-slider:has(.byoffer-icon-menu-widget) .byoffer-icon-menu-widget-host {
    padding-top: 0;
}

.home-widgets--mobile {
    display: none;
}

.widget-area {
    display: grid;
    gap: var(--byoffer-space-card-gap);
}

.byoffer-icon-menu-widget,
.byoffer-icon-box2,
.byoffer-text-widget,
.byoffer-slogan1,
.byoffer-about1,
.byoffer-reviews1,
.byoffer-contact-page,
.byoffer-contact-items,
.byoffer-contact-branches,
.byoffer-whatsapp-widget {
    font-family: var(--byoffer-font-main);
}

.byoffer-icon-menu-widget__card-title,
.byoffer-icon-box2__title,
.byoffer-text-widget__title,
.byoffer-content1__title,
.byoffer-price1__title,
.byoffer-price1__card-title,
.byoffer-team1__title,
.byoffer-team1__name,
.byoffer-references1__title,
.byoffer-slogan1__title,
.byoffer-about1__title,
.byoffer-about1__detail-title,
.byoffer-about1__card-title,
.byoffer-reviews1__title,
.byoffer-reviews1__author,
.byoffer-reviews1__card-title,
.byoffer-contact-branch h2,
.byoffer-whatsapp-widget__identity strong {
    font-family: var(--byoffer-font-heading);
}

.byoffer-icon-menu-widget__card-text,
.byoffer-icon-box2__text,
.byoffer-text-widget__content,
.byoffer-content1__content,
.byoffer-price1__description,
.byoffer-price1__feature-text,
.byoffer-team1__role,
.byoffer-references1__name,
.byoffer-slogan1__text,
.byoffer-about1__intro,
.byoffer-about1__detail-text,
.byoffer-about1__card-text,
.byoffer-reviews1__description,
.byoffer-reviews1__card-text,
.byoffer-reviews1__summary-count,
.byoffer-contact-item__content,
.byoffer-whatsapp-widget__message {
    font-family: var(--byoffer-font-content);
}

.byoffer-sidebar-menu,
.byoffer-sidebar-menu__heading,
.byoffer-sidebar-menu__link {
    font-family: var(--byoffer-font-menu);
}

.byoffer-text-widget-host.widget {
    padding: 0;
    overflow: visible;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.byoffer-content1-widget-host.widget {
    padding: 0;
    overflow: visible;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.byoffer-price1-widget-host.widget,
.byoffer-team1-widget-host.widget,
.byoffer-references1-widget-host.widget {
    padding: 0;
    overflow: visible;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.byoffer-text-widget {
    --byoffer-text-widget-bg: color-mix(in srgb, var(--byoffer-primary) 9%, #ffffff);
    --byoffer-text-widget-text: var(--byoffer-text);
    --byoffer-text-widget-title: var(--byoffer-heading);
    --byoffer-text-widget-muted: var(--byoffer-muted);
    --byoffer-text-widget-border: color-mix(in srgb, var(--byoffer-primary) 18%, var(--byoffer-border));
    padding: var(--byoffer-space-card-padding);
    color: var(--byoffer-text-widget-text);
    background: #fff8f1;
    background: var(--byoffer-text-widget-bg);
    border: 1px solid var(--byoffer-text-widget-border);
    border-radius: var(--byoffer-radius-md);
}

.byoffer-text-widget--bg-white {
    --byoffer-text-widget-bg: #ffffff;
}

.byoffer-text-widget--bg-surface {
    --byoffer-text-widget-bg: var(--byoffer-surface);
}

.byoffer-text-widget--bg-theme-dark {
    --byoffer-text-widget-bg: var(--byoffer-secondary);
    --byoffer-text-widget-text: #f8fafc;
    --byoffer-text-widget-title: #ffffff;
    --byoffer-text-widget-muted: rgba(255, 255, 255, 0.72);
    --byoffer-text-widget-border: rgba(255, 255, 255, 0.1);
}

.byoffer-text-widget--bg-primary {
    --byoffer-text-widget-bg: var(--byoffer-primary);
    --byoffer-text-widget-text: #ffffff;
    --byoffer-text-widget-title: #ffffff;
    --byoffer-text-widget-muted: rgba(255, 255, 255, 0.82);
    --byoffer-text-widget-border: transparent;
}

.byoffer-text-widget--bg-none {
    padding: 0;
    background: transparent;
    border: 0;
}

.byoffer-text-widget--align-left {
    text-align: left;
}

.byoffer-text-widget--align-center {
    text-align: center;
}

.byoffer-text-widget--align-right {
    text-align: right;
}

.byoffer-text-widget__title {
    margin: 0 0 12px;
    color: var(--byoffer-text-widget-title);
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 900;
    line-height: 1.18;
}

.theme-title-dot .byoffer-text-widget__title::after {
    color: var(--byoffer-primary);
    content: ".";
}

.byoffer-text-widget__slogan {
    margin-bottom: 14px;
    color: var(--byoffer-primary);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.byoffer-text-widget__content {
    color: var(--byoffer-text-widget-text);
    font-size: 16px;
    line-height: 1.82;
}

.byoffer-text-widget__content > :first-child {
    margin-top: 0;
}

.byoffer-text-widget__content > :last-child {
    margin-bottom: 0;
}

.byoffer-content1 {
    --byoffer-content1-bg: #ffffff;
    --byoffer-content1-text: var(--byoffer-text);
    --byoffer-content1-title: var(--byoffer-heading);
    --byoffer-content1-muted: var(--byoffer-muted);
    --byoffer-content1-border: color-mix(in srgb, var(--byoffer-primary) 12%, var(--byoffer-border));
    --byoffer-content1-panel-bg: #ffffff;
    --byoffer-content1-panel-border: color-mix(in srgb, var(--byoffer-primary) 22%, var(--byoffer-border));
    padding: var(--byoffer-space-card-padding);
    color: var(--byoffer-content1-text);
    background: var(--byoffer-content1-bg);
    border: 1px solid var(--byoffer-content1-border);
    border-radius: var(--byoffer-radius-md);
    box-shadow: var(--byoffer-shadow-soft);
}

.byoffer-content1--bg-surface {
    --byoffer-content1-bg: var(--byoffer-surface);
}

.byoffer-content1--bg-theme-light {
    --byoffer-content1-bg: color-mix(in srgb, var(--byoffer-primary) 8%, #ffffff);
}

.byoffer-content1--bg-theme-dark {
    --byoffer-content1-bg: var(--byoffer-secondary);
    --byoffer-content1-text: rgba(255, 255, 255, 0.9);
    --byoffer-content1-title: #ffffff;
    --byoffer-content1-muted: rgba(216, 224, 236, 0.72);
    --byoffer-content1-border: rgba(255, 255, 255, 0.12);
    --byoffer-content1-panel-bg: rgba(255, 255, 255, 0.06);
    --byoffer-content1-panel-border: rgba(255, 255, 255, 0.16);
}

.byoffer-content1--bg-primary {
    --byoffer-content1-bg: linear-gradient(135deg, color-mix(in srgb, var(--byoffer-primary) 92%, #ffffff), color-mix(in srgb, var(--byoffer-primary-dark) 82%, #0f172a));
    --byoffer-content1-text: rgba(255, 255, 255, 0.9);
    --byoffer-content1-title: #ffffff;
    --byoffer-content1-muted: rgba(231, 239, 252, 0.78);
    --byoffer-content1-border: transparent;
    --byoffer-content1-panel-bg: rgba(255, 255, 255, 0.08);
    --byoffer-content1-panel-border: rgba(255, 255, 255, 0.14);
}

.byoffer-content1--bg-none {
    --byoffer-content1-bg: transparent;
    border-color: transparent;
    box-shadow: none;
}

.byoffer-content1__header {
    max-width: 920px;
    margin: 0 auto 28px;
}

.byoffer-content1--align-left .byoffer-content1__header,
.byoffer-content1--align-left .byoffer-content1__content {
    margin-left: 0;
    text-align: left;
}

.byoffer-content1--align-center .byoffer-content1__header,
.byoffer-content1--align-center .byoffer-content1__content {
    text-align: center;
}

.byoffer-content1--align-right .byoffer-content1__header,
.byoffer-content1--align-right .byoffer-content1__content {
    margin-right: 0;
    text-align: right;
}

.byoffer-content1__slogan {
    margin-bottom: 12px;
    color: var(--byoffer-primary);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.byoffer-content1__title {
    position: relative;
    margin: 0;
    color: var(--byoffer-content1-title);
    font-size: clamp(28px, 3.3vw, 44px);
    font-weight: 900;
    line-height: 1.14;
}

.theme-title-dot .byoffer-content1__title::after {
    color: var(--byoffer-primary);
    content: ".";
}

.byoffer-content1__content {
    max-width: 1040px;
    margin: 0 auto;
    color: var(--byoffer-content1-text);
    font-size: 16px;
    line-height: 1.85;
}

.byoffer-content1__content > :first-child {
    margin-top: 0;
}

.byoffer-content1__content > :last-child {
    margin-bottom: 0;
}

.byoffer-content1__content h2,
.byoffer-content1__content h3,
.byoffer-content1__content h4,
.byoffer-content1__content h5 {
    color: var(--byoffer-content1-title);
    font-family: var(--byoffer-font-heading);
    font-weight: 900;
    line-height: 1.24;
}

.byoffer-content1__content h2,
.byoffer-content1__content h3 {
    margin: 34px 0 14px;
    font-size: clamp(20px, 2vw, 30px);
}

.byoffer-content1__content h4,
.byoffer-content1__content h5 {
    margin: 24px 0 10px;
    font-size: 18px;
}

.byoffer-content1__content p,
.byoffer-content1__content ul,
.byoffer-content1__content ol,
.byoffer-content1__content blockquote {
    margin: 0 0 18px;
}

.byoffer-content1__content strong {
    color: var(--byoffer-content1-title);
    font-weight: 800;
}

.byoffer-content1__content a {
    color: var(--byoffer-primary);
    font-weight: 700;
}

.byoffer-content1__content hr {
    margin: 28px 0;
    border: 0;
    border-top: 1px solid var(--byoffer-content1-border);
}

.byoffer-content1-panel,
.byoffer-content1-highlight,
.byoffer-content1-cta {
    padding: 22px 24px;
    background: var(--byoffer-content1-panel-bg);
    border: 1px solid var(--byoffer-content1-panel-border);
    border-radius: var(--byoffer-radius-sm);
    box-shadow: var(--byoffer-shadow-panel);
}

.byoffer-content1-panel {
    border-left: 3px solid var(--byoffer-primary);
    overflow: hidden;
}

.byoffer-content1-highlight {
    color: #ffffff;
    background: linear-gradient(135deg, color-mix(in srgb, var(--byoffer-secondary) 90%, #243b6b), color-mix(in srgb, var(--byoffer-primary) 52%, #0f172a));
    border-color: transparent;
}

.byoffer-content1-highlight,
.byoffer-content1-highlight h2,
.byoffer-content1-highlight h3,
.byoffer-content1-highlight h4,
.byoffer-content1-highlight strong {
    color: #ffffff;
}

.byoffer-content1-cta {
    text-align: center;
}

.byoffer-content1-cta a,
.byoffer-content1-button,
.byoffer-content1__content .byoffer-content1-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    color: #ffffff;
    background: var(--byoffer-primary);
    border-radius: 999px;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
}

.byoffer-content1-grid,
.byoffer-content1-checks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px 18px;
    margin: 22px 0;
}

.byoffer-content1-card,
.byoffer-content1-check {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 6px 12px;
    align-items: start;
    min-height: 100%;
    padding: 16px 18px;
    background: var(--byoffer-content1-panel-bg);
    border: 1px solid var(--byoffer-content1-panel-border);
    border-radius: 8px;
}

.byoffer-content1-card::before,
.byoffer-content1-check::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 10px;
    height: 10px;
    margin-top: 8px;
    border-radius: 999px;
    background: var(--byoffer-primary);
    box-shadow: 0 0 0 6px color-mix(in srgb, var(--byoffer-primary) 14%, transparent);
    content: "";
}

.byoffer-content1-check::before {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    color: var(--byoffer-primary);
    background: transparent;
    box-shadow: none;
    content: "\2713";
    font-size: 16px;
    font-weight: 900;
}

.byoffer-content1-card > strong,
.byoffer-content1-check > strong {
    grid-column: 2;
    display: block;
    margin: 0;
    color: var(--byoffer-content1-title);
    font-family: var(--byoffer-font-heading);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
}

.byoffer-content1-card > p,
.byoffer-content1-check > p {
    grid-column: 2;
    margin: 0;
    color: var(--byoffer-content1-text);
    font-size: 15px;
    line-height: 1.72;
}

.byoffer-content1-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0;
}

.byoffer-content1-chip {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    color: var(--byoffer-content1-title);
    background: color-mix(in srgb, var(--byoffer-primary) 8%, #ffffff);
    border: 1px solid color-mix(in srgb, var(--byoffer-primary) 18%, var(--byoffer-border));
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
}

.byoffer-price1,
.byoffer-team1,
.byoffer-references1 {
    border: 1px solid transparent;
    border-radius: var(--byoffer-radius-md);
}

.byoffer-price1 {
    --byoffer-price1-bg: #ffffff;
    --byoffer-price1-border: color-mix(in srgb, var(--byoffer-primary) 12%, var(--byoffer-border));
    padding: var(--byoffer-space-card-padding);
    background: var(--byoffer-price1-bg);
    border-color: var(--byoffer-price1-border);
    box-shadow: var(--byoffer-shadow-soft);
}

.byoffer-price1--bg-surface {
    --byoffer-price1-bg: var(--byoffer-surface);
}

.byoffer-price1--bg-theme-light {
    --byoffer-price1-bg: color-mix(in srgb, var(--byoffer-primary) 8%, #ffffff);
}

.byoffer-price1--bg-theme-dark {
    --byoffer-price1-bg: var(--byoffer-secondary);
    --byoffer-price1-border: rgba(255, 255, 255, 0.12);
}

.byoffer-price1--bg-none {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}

.byoffer-price1__header,
.byoffer-team1__header,
.byoffer-references1__header {
    margin-bottom: 24px;
}

.byoffer-price1--align-center .byoffer-price1__header,
.byoffer-team1--align-center .byoffer-team1__header,
.byoffer-references1--align-center .byoffer-references1__header {
    text-align: center;
}

.byoffer-price1--align-right .byoffer-price1__header,
.byoffer-team1--align-right .byoffer-team1__header,
.byoffer-references1--align-right .byoffer-references1__header {
    text-align: right;
}

.byoffer-price1__eyebrow,
.byoffer-team1__eyebrow,
.byoffer-references1__eyebrow {
    margin: 0 0 10px;
    color: var(--byoffer-primary);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.byoffer-price1__title,
.byoffer-team1__title,
.byoffer-references1__title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: var(--byoffer-heading);
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 900;
    line-height: 1.14;
}

.byoffer-price1__title-icon,
.byoffer-team1__title-icon,
.byoffer-references1__title-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: var(--byoffer-primary);
    background: color-mix(in srgb, var(--byoffer-primary) 10%, #ffffff);
    border-radius: 999px;
}

.byoffer-price1__title-icon svg,
.byoffer-team1__title-icon svg,
.byoffer-references1__title-icon svg {
    width: 20px;
    height: 20px;
}

.byoffer-price1__grid {
    display: grid;
    grid-template-columns: repeat(var(--byoffer-price1-cols, 3), minmax(0, 1fr));
    gap: var(--byoffer-space-card-gap);
}

.byoffer-price1__slider,
.byoffer-team1__slider,
.byoffer-references1__slider {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: stretch;
}

.byoffer-price1__viewport,
.byoffer-team1__viewport,
.byoffer-references1__viewport {
    overflow: hidden;
}

.byoffer-price1__track,
.byoffer-team1__track,
.byoffer-references1__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(calc((100% - (18px * (var(--byoffer-price1-cols, 3) - 1))) / var(--byoffer-price1-cols, 3)), 1fr);
    gap: var(--byoffer-space-card-gap);
}

.byoffer-team1__track {
    grid-auto-columns: minmax(calc((100% - (18px * (var(--byoffer-team1-cols, 4) - 1))) / var(--byoffer-team1-cols, 4)), 1fr);
}

.byoffer-references1__track {
    grid-auto-columns: minmax(calc((100% - (16px * (var(--byoffer-references1-cols, 6) - 1))) / var(--byoffer-references1-cols, 6)), 1fr);
    gap: 16px;
}

.byoffer-price1__slide,
.byoffer-team1__slide,
.byoffer-references1__slide {
    min-width: 0;
}

.byoffer-price1__nav,
.byoffer-team1__nav,
.byoffer-references1__nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: 46px;
    height: 46px;
    padding: 0;
    color: var(--byoffer-heading);
    background: #ffffff;
    border: 1px solid var(--byoffer-border);
    border-radius: 999px;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
    cursor: pointer;
}

.byoffer-price1__nav:disabled,
.byoffer-team1__nav:disabled,
.byoffer-references1__nav:disabled {
    opacity: 0.45;
    cursor: default;
}

.byoffer-price1__nav svg,
.byoffer-team1__nav svg,
.byoffer-references1__nav svg {
    width: 18px;
    height: 18px;
}

.byoffer-price1__card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px 22px 22px;
    background: #ffffff;
    border: 1px solid color-mix(in srgb, var(--byoffer-price1-accent) 18%, var(--byoffer-border));
    border-radius: var(--byoffer-radius-md);
    box-shadow: var(--byoffer-shadow-card);
}

.byoffer-price1__card-top {
    width: 100%;
    height: 5px;
    margin: -24px -22px 20px;
    background: var(--byoffer-price1-accent, var(--byoffer-primary));
    border-radius: var(--byoffer-radius-md) var(--byoffer-radius-md) 0 0;
}

.byoffer-price1__card-title {
    margin: 0 0 10px;
    color: var(--byoffer-heading);
    font-size: 26px;
    font-weight: 900;
    line-height: 1.18;
}

.byoffer-price1__price {
    margin-bottom: 8px;
    color: var(--byoffer-price1-accent, var(--byoffer-primary));
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

.byoffer-price1__slogan {
    margin: 0 0 14px;
    color: var(--byoffer-muted);
    font-size: 14px;
    font-weight: 700;
}

.byoffer-price1__description {
    margin-bottom: 18px;
    color: var(--byoffer-text);
    font-size: 15px;
    line-height: 1.75;
}

.byoffer-price1__description p {
    margin: 0 0 12px;
}

.byoffer-price1__description p:last-child {
    margin-bottom: 0;
}

.byoffer-price1__features {
    display: grid;
    gap: 10px;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.byoffer-price1__features--align-center {
    text-align: center;
}

.byoffer-price1__feature {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--byoffer-text);
}

.byoffer-price1__features--align-center .byoffer-price1__feature {
    justify-content: center;
}

.byoffer-price1__feature-icon {
    flex: 0 0 auto;
    color: var(--byoffer-price1-accent, var(--byoffer-primary));
    font-size: 15px;
    font-weight: 900;
    line-height: 1.35;
}

.byoffer-price1__feature--no .byoffer-price1__feature-icon {
    color: #dc2626;
}

.byoffer-price1__feature-text {
    font-size: 15px;
    font-weight: 650;
    line-height: 1.7;
}

.byoffer-price1__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: auto;
    padding: 0 20px;
    color: #ffffff;
    background: var(--byoffer-price1-accent, var(--byoffer-primary));
    border-radius: 999px;
    font-size: 14px;
    font-weight: 850;
    line-height: 1;
}

.byoffer-price1--style-2 .byoffer-price1__card {
    background: linear-gradient(180deg, color-mix(in srgb, var(--byoffer-price1-accent) 16%, #ffffff) 0%, #ffffff 100%);
    border-width: 0;
    border-radius: 24px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

.byoffer-price1--style-2 .byoffer-price1__card-top {
    height: 68px;
    margin-bottom: 22px;
    border-radius: 24px 24px 20px 20px;
}

.byoffer-price1--style-2 .byoffer-price1__card-title,
.byoffer-price1--style-2 .byoffer-price1__price,
.byoffer-price1--style-2 .byoffer-price1__slogan,
.byoffer-price1--style-2 .byoffer-price1__description {
    text-align: center;
}

.byoffer-price1--style-2 .byoffer-price1__button {
    width: 100%;
    border-radius: 14px;
}

.byoffer-price1--style-3 .byoffer-price1__card {
    padding-top: 28px;
    border-width: 0 0 0 4px;
    border-left-color: var(--byoffer-price1-accent, var(--byoffer-primary));
    border-radius: 0 18px 18px 0;
    box-shadow: none;
}

.byoffer-price1--style-3 .byoffer-price1__card-top {
    width: 72px;
    height: 72px;
    margin: -28px 0 18px;
    border-radius: 18px;
}

.byoffer-price1--style-3 .byoffer-price1__button {
    padding-right: 24px;
    padding-left: 24px;
    border-radius: 999px;
}

.byoffer-team1,
.byoffer-references1 {
    padding: var(--byoffer-space-card-padding);
    box-shadow: var(--byoffer-shadow-soft);
}

.byoffer-team1 {
    background: #ffffff;
    border-color: color-mix(in srgb, var(--byoffer-primary) 12%, var(--byoffer-border));
}

.byoffer-team1--bg-soft,
.byoffer-references1--bg-soft {
    background: var(--byoffer-surface);
}

.byoffer-team1--bg-theme-light,
.byoffer-references1--bg-theme-light {
    background: color-mix(in srgb, var(--byoffer-primary) 7%, #ffffff);
}

.byoffer-team1--bg-theme-dark,
.byoffer-references1--bg-theme-dark {
    background: var(--byoffer-secondary);
    border-color: rgba(255, 255, 255, 0.12);
}

.byoffer-team1--bg-transparent,
.byoffer-references1--bg-transparent {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}

.byoffer-team1--bg-theme-dark .byoffer-team1__title,
.byoffer-team1--bg-theme-dark .byoffer-team1__name,
.byoffer-team1--bg-theme-dark .byoffer-team1__role,
.byoffer-references1--bg-theme-dark .byoffer-references1__title,
.byoffer-references1--bg-theme-dark .byoffer-references1__name {
    color: #ffffff;
}

.byoffer-team1__grid {
    display: grid;
    grid-template-columns: repeat(var(--byoffer-team1-cols, 4), minmax(0, 1fr));
    gap: var(--byoffer-space-card-gap);
}

.byoffer-team1__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border: 1px solid var(--byoffer-border);
    border-radius: var(--byoffer-radius-md);
    overflow: hidden;
    box-shadow: var(--byoffer-shadow-card);
}

.byoffer-team1--bg-theme-dark .byoffer-team1__card {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.12);
}

.byoffer-team1__media {
    position: relative;
    display: block;
    aspect-ratio: var(--byoffer-team-image-ratio, 1.3);
    overflow: hidden;
    background: color-mix(in srgb, var(--byoffer-primary) 8%, #ffffff);
}

.byoffer-team1__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
}

.byoffer-team1__card:hover .byoffer-team1__media img {
    transform: scale(1.04);
}

.byoffer-team1__body {
    padding: 18px 18px 20px;
}

.byoffer-team1__name {
    margin: 0 0 8px;
    color: var(--byoffer-heading);
    font-size: 20px;
    font-weight: 850;
    line-height: 1.26;
}

.byoffer-team1__role {
    margin: 0;
    color: var(--byoffer-muted);
    font-size: 15px;
    font-weight: 650;
    line-height: 1.7;
}

.byoffer-team1--style-2 .byoffer-team1__card {
    align-items: center;
    padding: 24px 20px 22px;
    text-align: center;
    border-radius: 22px;
}

.byoffer-team1--style-2 .byoffer-team1__media {
    width: 124px;
    aspect-ratio: 1;
    margin: 0 auto 18px;
    border: 5px solid color-mix(in srgb, var(--byoffer-primary) 12%, #ffffff);
    border-radius: 999px;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.14);
}

.byoffer-team1--style-2 .byoffer-team1__body {
    padding: 0;
}

.byoffer-team1--style-3 .byoffer-team1__card {
    position: relative;
    min-height: 360px;
}

.byoffer-team1--style-3 .byoffer-team1__media {
    height: 100%;
    aspect-ratio: auto;
    min-height: 360px;
}

.byoffer-team1--style-3 .byoffer-team1__body {
    position: absolute;
    right: 16px;
    bottom: 16px;
    left: 16px;
    padding: 16px 18px;
    background: rgba(15, 23, 42, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    backdrop-filter: blur(12px);
}

.byoffer-team1--style-3 .byoffer-team1__name,
.byoffer-team1--style-3 .byoffer-team1__role {
    color: #ffffff;
}

.byoffer-references1 {
    background: color-mix(in srgb, var(--byoffer-primary) 7%, #ffffff);
    border-color: color-mix(in srgb, var(--byoffer-primary) 14%, var(--byoffer-border));
}

.byoffer-references1__grid {
    display: grid;
    grid-template-columns: repeat(var(--byoffer-references1-cols, 6), minmax(0, 1fr));
    gap: 16px;
}

.byoffer-references1__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 18px 16px;
    text-align: center;
    background: #ffffff;
    border: 1px solid var(--byoffer-border);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.byoffer-references1--bg-theme-dark .byoffer-references1__card {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.14);
}

.byoffer-references1__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: var(--byoffer-reference-image-ratio, 0.5);
    margin-bottom: 12px;
    background: transparent;
}

.byoffer-references1__logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.byoffer-references1__name {
    color: var(--byoffer-heading);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.45;
}

.byoffer-references1--style-2 .byoffer-references1__card {
    background: transparent;
    box-shadow: none;
}

.byoffer-references1--style-2 .byoffer-references1__logo img {
    filter: grayscale(1);
    opacity: 0.72;
    transition: filter 220ms ease, opacity 220ms ease, transform 220ms ease;
}

.byoffer-references1--style-2 .byoffer-references1__card:hover .byoffer-references1__logo img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.03);
}

.byoffer-references1--style-3 .byoffer-references1__card {
    flex-direction: row;
    justify-content: flex-start;
    gap: 14px;
    padding: 14px 16px;
    text-align: left;
    box-shadow: none;
}

.byoffer-references1--style-3 .byoffer-references1__logo {
    flex: 0 0 72px;
    width: 72px;
    aspect-ratio: 1;
    margin-bottom: 0;
}

.byoffer-references1--style-3 .byoffer-references1__name {
    display: flex;
    align-items: center;
    min-height: 72px;
}

.byoffer-team1__empty,
.byoffer-references1__empty {
    padding: 24px;
    color: var(--byoffer-muted);
    background: #ffffff;
    border: 1px dashed var(--byoffer-border);
    border-radius: 8px;
}

.byoffer-price1--bg-theme-dark .byoffer-price1__title,
.byoffer-price1--bg-theme-dark .byoffer-price1__eyebrow {
    color: #ffffff;
}

.byoffer-price1--bg-theme-dark .byoffer-price1__title-icon {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 991px) {
    .byoffer-price1__grid {
        grid-template-columns: repeat(min(2, var(--byoffer-price1-cols, 3)), minmax(0, 1fr));
    }

    .byoffer-team1__grid {
        grid-template-columns: repeat(min(2, var(--byoffer-team1-cols, 4)), minmax(0, 1fr));
    }

    .byoffer-references1__grid {
        grid-template-columns: repeat(min(3, var(--byoffer-references1-cols, 6)), minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .byoffer-price1,
    .byoffer-team1,
    .byoffer-references1 {
        padding: 24px 18px;
    }

    .byoffer-price1__grid,
    .byoffer-team1__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .byoffer-references1__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .byoffer-price1__slider,
    .byoffer-team1__slider,
    .byoffer-references1__slider {
        grid-template-columns: minmax(0, 1fr);
    }

    .byoffer-price1__nav,
    .byoffer-team1__nav,
    .byoffer-references1__nav {
        display: none;
    }

    .byoffer-price1__viewport,
    .byoffer-team1__viewport,
    .byoffer-references1__viewport {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .byoffer-price1__track,
    .byoffer-team1__track,
    .byoffer-references1__track {
        grid-auto-columns: minmax(82vw, 1fr);
    }

    .byoffer-price1__slide,
    .byoffer-team1__slide,
    .byoffer-references1__slide {
        scroll-snap-align: start;
    }
}

.home-widget-area {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.byoffer-icon-menu-widget-host {
    grid-column: 1 / -1;
    padding: 0;
    overflow: visible;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.byoffer-slogan1-widget-host {
    grid-column: 1 / -1;
    padding: 0;
    overflow: visible;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.byoffer-about1-widget-host {
    grid-column: 1 / -1;
    padding: 0;
    overflow: visible;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.byoffer-reviews1-widget-host {
    grid-column: 1 / -1;
    padding: 0;
    overflow: visible;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.home-widgets--desktop .byoffer-icon-menu-widget-host,
.home-widgets--desktop .byoffer-slogan1-widget-host,
.home-widgets--desktop .byoffer-about1-widget-host,
.home-widgets--desktop .byoffer-reviews1-widget-host {
    position: relative;
    z-index: 3;
    margin-top: 0;
    padding-top: 0;
}

.home-widgets--mobile .byoffer-icon-menu-widget-host,
.home-widgets--mobile .byoffer-slogan1-widget-host,
.home-widgets--mobile .byoffer-about1-widget-host,
.home-widgets--mobile .byoffer-reviews1-widget-host {
    position: relative;
    z-index: 3;
    margin-top: 0;
    padding-top: 0;
}

.byoffer-icon-menu-widget {
    position: relative;
}

.byoffer-icon-menu-widget__grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(var(--byoffer-icon-menu-cols, 4), minmax(0, 1fr));
}

.byoffer-icon-menu-widget__card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 26px 20px 24px;
    background: #ffffff;
    border: 1px solid #edf0f3;
    border-radius: 10px;
    box-shadow: 0 22px 46px rgba(15, 23, 42, 0.08);
}

.byoffer-icon-menu-widget__card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-bottom: 22px;
    color: var(--byoffer-orange);
}

.byoffer-icon-menu-widget__card-icon svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.byoffer-icon-menu-widget__card-title {
    margin: 0 0 18px;
    color: #101828;
    font-family: var(--byoffer-font-heading);
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.42;
}

.byoffer-icon-menu-widget__card-title span {
    color: var(--byoffer-orange);
}

.byoffer-icon-menu-widget__card-text {
    color: #667085;
    font-size: 16px;
    line-height: 1.65;
}

.byoffer-icon-menu-widget__card-text > :first-child {
    margin-top: 0;
}

.byoffer-icon-menu-widget__card-text > :last-child {
    margin-bottom: 0;
}

.byoffer-icon-menu-widget__card-text p {
    margin: 0 0 12px;
}

.byoffer-icon-menu-widget__card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 18px;
    color: var(--byoffer-orange);
    font-weight: 700;
    text-decoration: none;
}

.byoffer-icon-menu-widget__card-link::after {
    content: "->";
}

.byoffer-icon-menu-widget__card-link:hover,
.byoffer-icon-menu-widget__card-link:focus {
    color: #d96500;
}

.byoffer-icon-menu-widget__slider {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

.byoffer-icon-menu-widget__viewport {
    overflow: auto;
    flex: 1;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.byoffer-icon-menu-widget__viewport::-webkit-scrollbar {
    display: none;
}

.byoffer-icon-menu-widget__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 56px) / 3);
    gap: 28px;
}

.byoffer-icon-menu-widget__slide {
    min-width: 0;
}

.byoffer-icon-menu-widget__nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    color: #ffffff;
    background: var(--byoffer-orange);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(249, 115, 22, 0.24);
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.byoffer-icon-menu-widget__nav:hover,
.byoffer-icon-menu-widget__nav:focus {
    transform: translateY(-1px);
}

.byoffer-icon-menu-widget__nav:disabled {
    opacity: 0.4;
    cursor: default;
    transform: none;
}

.byoffer-icon-menu-widget__nav svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.byoffer-icon-menu-widget__nav--prev svg {
    transform: rotate(90deg);
}

.byoffer-icon-menu-widget__nav--next svg {
    transform: rotate(-90deg);
}

.byoffer-icon-box2-widget-host {
    grid-column: 1 / -1;
    padding: 0;
    overflow: visible;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.home-widgets--desktop .byoffer-icon-box2-widget-host {
    position: relative;
    z-index: 3;
    margin-top: 0;
    padding-top: 0;
}

.home-widgets--mobile .byoffer-icon-box2-widget-host {
    position: relative;
    z-index: 3;
    margin-top: 0;
    padding-top: 0;
}

.byoffer-icon-box2 {
    --byoffer-icon-box2-gap: 28px;
    --byoffer-box2-accent-a: var(--byoffer-primary);
    --byoffer-box2-accent-b: var(--byoffer-orange);
    --byoffer-box2-accent-c: #117286;
    --byoffer-box2-accent-d: #24bdb8;
    --byoffer-box2-accent: var(--byoffer-box2-accent-a);
    --byoffer-box2-card: #ffffff;
    --byoffer-box2-soft: #ededed;
    --byoffer-box2-title: #142033;
    --byoffer-box2-text: #485568;
    position: relative;
}

.home-widgets .byoffer-icon-box2 {
    --byoffer-box2-card: #ffffff;
    --byoffer-box2-soft: #f6f7f9;
    padding: 0 0 6px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.home-widgets .byoffer-icon-box2::before {
    display: none;
}

.home-widgets .byoffer-icon-box2__grid,
.home-widgets .byoffer-icon-box2__slider {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.home-widgets .byoffer-icon-box2__viewport,
.home-widgets .byoffer-icon-box2__track {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.home-widgets .byoffer-icon-box2__grid,
.home-widgets .byoffer-icon-box2__track {
    gap: 16px;
}

.home-widgets .byoffer-icon-box2__grid,
.home-widgets .byoffer-icon-box2__track {
    gap: var(--byoffer-icon-box2-gap);
}

.byoffer-icon-box2--scheme-theme {
    --byoffer-box2-accent-a: var(--byoffer-primary);
    --byoffer-box2-accent-b: var(--byoffer-orange);
    --byoffer-box2-accent-c: var(--byoffer-secondary);
    --byoffer-box2-accent-d: var(--byoffer-accent);
}

.byoffer-icon-box2--scheme-corporate {
    --byoffer-box2-accent-a: #0f4c81;
    --byoffer-box2-accent-b: #f97316;
    --byoffer-box2-accent-c: #155e75;
    --byoffer-box2-accent-d: #14b8a6;
}

.byoffer-icon-box2--scheme-warm {
    --byoffer-box2-accent-a: #f59e0b;
    --byoffer-box2-accent-b: #f97316;
    --byoffer-box2-accent-c: #ef4444;
    --byoffer-box2-accent-d: #be123c;
}

.byoffer-icon-box2--scheme-ocean {
    --byoffer-box2-accent-a: #38bdf8;
    --byoffer-box2-accent-b: #06b6d4;
    --byoffer-box2-accent-c: #0057c2;
    --byoffer-box2-accent-d: #244a7f;
}

.byoffer-icon-box2--scheme-candy {
    --byoffer-box2-accent-a: #ec4899;
    --byoffer-box2-accent-b: #fb7185;
    --byoffer-box2-accent-c: #7c3aed;
    --byoffer-box2-accent-d: #3b82f6;
}

.byoffer-icon-box2--scheme-nature {
    --byoffer-box2-accent-a: #16a34a;
    --byoffer-box2-accent-b: #84cc16;
    --byoffer-box2-accent-c: #0f766e;
    --byoffer-box2-accent-d: #65a30d;
}

.byoffer-icon-box2--scheme-royal {
    --byoffer-box2-accent-a: #2563eb;
    --byoffer-box2-accent-b: #6366f1;
    --byoffer-box2-accent-c: #7c3aed;
    --byoffer-box2-accent-d: #1e3a8a;
}

.byoffer-icon-box2--scheme-mono {
    --byoffer-box2-accent-a: #020617;
    --byoffer-box2-accent-b: #334155;
    --byoffer-box2-accent-c: #475569;
    --byoffer-box2-accent-d: #0f172a;
}

.byoffer-icon-box2__grid {
    display: grid;
    grid-template-columns: repeat(var(--byoffer-icon-box2-cols, 4), minmax(0, 1fr));
    gap: var(--byoffer-icon-box2-gap);
}

.byoffer-icon-box2__slider {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

.byoffer-icon-box2__viewport {
    overflow: auto;
    flex: 1;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.byoffer-icon-box2__viewport::-webkit-scrollbar {
    display: none;
}

.byoffer-icon-box2__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, calc(100% / var(--byoffer-icon-box2-cols, 4)));
    gap: var(--byoffer-icon-box2-gap);
}

.byoffer-icon-box2__slide {
    min-width: 0;
}

.byoffer-icon-box2__nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    color: #ffffff;
    background: var(--byoffer-box2-accent-b);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
    cursor: pointer;
}

.byoffer-icon-box2__nav:disabled {
    opacity: 0.38;
    cursor: default;
}

.byoffer-icon-box2__nav svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.byoffer-icon-box2__nav--prev svg {
    transform: rotate(90deg);
}

.byoffer-icon-box2__nav--next svg {
    transform: rotate(-90deg);
}

.byoffer-icon-box2__grid > .byoffer-icon-box2__item:nth-child(4n+1),
.byoffer-icon-box2__slide:nth-child(4n+1) {
    --byoffer-box2-accent: var(--byoffer-box2-accent-a);
}

.byoffer-icon-box2__grid > .byoffer-icon-box2__item:nth-child(4n+2),
.byoffer-icon-box2__slide:nth-child(4n+2) {
    --byoffer-box2-accent: var(--byoffer-box2-accent-b);
}

.byoffer-icon-box2__grid > .byoffer-icon-box2__item:nth-child(4n+3),
.byoffer-icon-box2__slide:nth-child(4n+3) {
    --byoffer-box2-accent: var(--byoffer-box2-accent-c);
}

.byoffer-icon-box2__grid > .byoffer-icon-box2__item:nth-child(4n+4),
.byoffer-icon-box2__slide:nth-child(4n+4) {
    --byoffer-box2-accent: var(--byoffer-box2-accent-d);
}

.byoffer-icon-box2__item {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 168px;
    padding: 70px 22px 28px;
    overflow: hidden;
    color: var(--byoffer-box2-text);
    background: var(--byoffer-box2-card);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 8px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
    text-align: center;
    transition: box-shadow 0.24s ease, transform 0.24s ease, border-color 0.24s ease;
}

.byoffer-icon-box2__shape,
.byoffer-icon-box2__shape--bottom {
    position: absolute;
    z-index: -1;
    display: block;
    pointer-events: none;
}

.byoffer-icon-box2__shape {
    top: 0;
    left: 50%;
    width: 90px;
    height: 46px;
    background: var(--byoffer-box2-accent);
    transform: translateX(-50%);
}

.byoffer-icon-box2__shape--bottom {
    inset: auto auto -7px 50%;
    width: 70px;
    height: 14px;
    border-radius: 999px 999px 0 0;
    background: var(--byoffer-box2-accent);
    transform: translateX(-50%);
}

.byoffer-icon-box2__icon {
    position: absolute;
    top: 22px;
    left: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #ffffff;
    background: var(--byoffer-box2-accent);
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.2);
    transform: translateX(-50%);
}

.byoffer-icon-box2__icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.byoffer-icon-box2__title {
    margin: 0 0 10px;
    color: var(--byoffer-box2-accent);
    font-family: var(--byoffer-font-heading);
    font-size: clamp(17px, 1.8vw, 22px);
    font-weight: 800;
    line-height: 1.3;
}

.byoffer-icon-box2__title a {
    color: inherit;
}

.byoffer-icon-box2__text {
    max-width: 26ch;
    color: var(--byoffer-box2-text);
    font-size: 14px;
    line-height: 1.55;
}

.byoffer-icon-box2__text > :first-child {
    margin-top: 0;
}

.byoffer-icon-box2__text > :last-child {
    margin-bottom: 0;
}

.byoffer-icon-box2__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 16px;
    color: var(--byoffer-box2-accent);
    font-family: var(--byoffer-font-menu);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-decoration: none;
}

.byoffer-icon-box2__link::after {
    width: 16px;
    height: 1px;
    content: "";
    background: currentColor;
    transition: width 0.2s ease;
}

.byoffer-icon-box2__link:hover,
.byoffer-icon-box2__link:focus {
    color: var(--byoffer-box2-accent);
}

.byoffer-icon-box2__link:hover::after,
.byoffer-icon-box2__link:focus::after {
    width: 28px;
}

.byoffer-icon-box2--style-1 .byoffer-icon-box2__item {
    background: #e9e9e9;
    border: 0;
}

.byoffer-icon-box2--style-1 .byoffer-icon-box2__shape {
    top: -20px;
    width: 76px;
    height: 62px;
    border-radius: 0 0 26px 26px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.2);
}

.byoffer-icon-box2--style-1 .byoffer-icon-box2__icon {
    top: 17px;
    background: transparent;
    color: #ffffff;
    box-shadow: none;
}

.byoffer-icon-box2--style-2 .byoffer-icon-box2__item {
    background: #e9e9e9;
    border: 0;
    box-shadow: none;
}

.byoffer-icon-box2--style-2 .byoffer-icon-box2__shape {
    top: -34px;
    width: 66px;
    height: 66px;
    clip-path: polygon(24% 0, 76% 0, 100% 50%, 76% 100%, 24% 100%, 0 50%);
}

.byoffer-icon-box2--style-2 .byoffer-icon-box2__shape--bottom {
    width: 86px;
    height: 16px;
    border-radius: 0 0 5px 5px;
}

.byoffer-icon-box2--style-2 .byoffer-icon-box2__icon {
    top: 16px;
    background: transparent;
    color: #ffffff;
    box-shadow: none;
}

.byoffer-icon-box2--style-3 .byoffer-icon-box2__item {
    align-items: flex-start;
    padding-top: 74px;
    text-align: left;
}

.byoffer-icon-box2--style-3 .byoffer-icon-box2__shape {
    top: 0;
    left: 0;
    width: 82%;
    height: 46px;
    clip-path: polygon(0 0, 100% 26%, 100% 100%, 0 100%);
    transform: none;
}

.byoffer-icon-box2--style-3 .byoffer-icon-box2__icon {
    top: 14px;
    left: 30px;
    width: 48px;
    height: 48px;
    clip-path: polygon(50% 0, 100% 24%, 100% 76%, 50% 100%, 0 76%, 0 24%);
    border-radius: 0;
    transform: none;
}

.byoffer-icon-box2--style-4 .byoffer-icon-box2__item {
    padding-top: 76px;
    background: #f1f1f1;
    border-radius: 0 0 52px 52px;
    box-shadow: none;
}

.byoffer-icon-box2--style-4 .byoffer-icon-box2__shape {
    top: 0;
    width: 88%;
    height: 10px;
    border-radius: 3px;
}

.byoffer-icon-box2--style-4 .byoffer-icon-box2__icon {
    top: 16px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    background: var(--byoffer-box2-accent);
    border: 5px solid #ffffff;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.16);
}

.byoffer-icon-box2--style-5 .byoffer-icon-box2__item {
    padding-top: 72px;
}

.byoffer-icon-box2--style-5 .byoffer-icon-box2__shape {
    top: 0;
    left: 0;
    width: 82%;
    height: 50px;
    border-radius: 0 0 42px 0;
    transform: none;
}

.byoffer-icon-box2--style-5 .byoffer-icon-box2__icon {
    top: 16px;
    background: #ffffff;
    color: var(--byoffer-box2-accent);
}

.byoffer-icon-box2--style-6 .byoffer-icon-box2__shape {
    top: 0;
    width: 100%;
    height: 50px;
    border-radius: 8px 8px 18px 18px;
}

.byoffer-icon-box2--style-6 .byoffer-icon-box2__item {
    padding-top: 104px;
}

.byoffer-icon-box2--style-6 .byoffer-icon-box2__icon {
    top: 24px;
    width: 64px;
    height: 64px;
    border: 6px solid #eef2f7;
    border-radius: 8px;
}

.byoffer-icon-box2--style-7 .byoffer-icon-box2__shape {
    top: 0;
    left: 0;
    width: 72%;
    height: 42px;
    border-radius: 0 0 34px 0;
    transform: none;
}

.byoffer-icon-box2--style-7 .byoffer-icon-box2__shape::after {
    position: absolute;
    bottom: -11px;
    left: 38px;
    width: 0;
    height: 0;
    content: "";
    border-top: 12px solid var(--byoffer-box2-accent);
    border-right: 12px solid transparent;
}

.byoffer-icon-box2--style-7 .byoffer-icon-box2__icon {
    top: 10px;
    left: 48px;
    background: #ffffff;
    color: var(--byoffer-box2-accent);
}

.byoffer-icon-box2--style-8 .byoffer-icon-box2__shape {
    top: -18px;
    width: 96px;
    height: 58px;
    border-radius: 0 0 18px 18px;
    clip-path: polygon(12% 0, 88% 0, 100% 50%, 88% 100%, 12% 100%, 0 50%);
}

.byoffer-icon-box2--style-8 .byoffer-icon-box2__item:nth-child(even) {
    --byoffer-box2-card: #d7f1f8;
}

.byoffer-icon-box2--style-8 .byoffer-icon-box2__icon {
    top: 13px;
    background: transparent;
    color: #ffffff;
    box-shadow: none;
}

.byoffer-icon-box2--style-9 .byoffer-icon-box2__item {
    padding-top: 82px;
}

.byoffer-icon-box2--style-9 .byoffer-icon-box2__shape {
    top: 24px;
    left: 50%;
    width: 96px;
    height: 12px;
    border-radius: 999px;
    transform: translateX(-5%);
}

.byoffer-icon-box2--style-9 .byoffer-icon-box2__icon {
    top: 6px;
    border: 8px solid #e8f1fb;
}

.byoffer-icon-box2--style-10 .byoffer-icon-box2__item {
    padding-top: 90px;
    border-color: rgba(15, 23, 42, 0.05);
}

.byoffer-icon-box2--style-10 .byoffer-icon-box2__shape {
    top: 0;
    width: 100%;
    height: 22px;
    border-radius: 7px 7px 0 0;
}

.byoffer-icon-box2--style-10 .byoffer-icon-box2__shape--bottom {
    bottom: 0;
    width: 100%;
    height: 22px;
    border-radius: 0 0 7px 7px;
}

.byoffer-icon-box2--style-10 .byoffer-icon-box2__icon {
    top: 30px;
    background: #ffffff;
    color: var(--byoffer-box2-accent);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}

.byoffer-icon-box2--style-11 .byoffer-icon-box2__shape {
    top: 22px;
    width: 100%;
    height: 30px;
}

.byoffer-icon-box2--style-11 .byoffer-icon-box2__item {
    padding-top: 92px;
}

.byoffer-icon-box2--style-11 .byoffer-icon-box2__icon {
    top: 8px;
    width: 66px;
    height: 66px;
    background: #ffffff;
    color: var(--byoffer-box2-accent);
    clip-path: polygon(50% 0, 100% 24%, 100% 76%, 50% 100%, 0 76%, 0 24%);
    border-radius: 0;
    box-shadow: 0 0 0 5px var(--byoffer-box2-accent);
}

.byoffer-icon-box2--style-12 .byoffer-icon-box2__item {
    border: 2px solid color-mix(in srgb, var(--byoffer-box2-accent) 38%, #ffffff);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.byoffer-icon-box2--style-12 .byoffer-icon-box2__shape {
    top: -1px;
    width: 92px;
    height: 26px;
    border-radius: 0 0 8px 8px;
}

.byoffer-icon-box2--style-13 .byoffer-icon-box2__item {
    padding-top: 64px;
}

.byoffer-icon-box2--style-13 .byoffer-icon-box2__shape {
    top: 0;
    right: 0;
    left: auto;
    width: 86px;
    height: 48px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 34% 100%);
    transform: none;
}

.byoffer-icon-box2--style-13 .byoffer-icon-box2__shape--bottom {
    right: auto;
    bottom: 0;
    left: 0;
    width: 86px;
    height: 48px;
    border-radius: 0;
    clip-path: polygon(0 0, 66% 0, 100% 100%, 0 100%);
    transform: none;
}

.byoffer-icon-box2--style-13 .byoffer-icon-box2__icon {
    top: 14px;
    right: 24px;
    left: auto;
    background: transparent;
    box-shadow: none;
    transform: none;
}

.byoffer-icon-box2--style-14 .byoffer-icon-box2__shape {
    top: 0;
    left: 50%;
    width: 96px;
    height: 44px;
    clip-path: polygon(0 18%, 78% 18%, 78% 0, 100% 50%, 78% 100%, 78% 82%, 0 82%);
}

.byoffer-icon-box2--style-14 .byoffer-icon-box2__icon {
    top: 8px;
    background: transparent;
    box-shadow: none;
}

.home-widgets .byoffer-icon-box2__item {
    box-shadow: 0 14px 30px rgba(2, 6, 23, 0.12);
}

.byoffer-icon-box2--hover-lift .byoffer-icon-box2__item:hover,
.byoffer-icon-box2--hover-lift .byoffer-icon-box2__item:focus-within {
    transform: translateY(-7px);
    box-shadow: 0 22px 40px rgba(15, 23, 42, 0.18);
}

.byoffer-icon-box2--hover-glow .byoffer-icon-box2__item:hover,
.byoffer-icon-box2--hover-glow .byoffer-icon-box2__item:focus-within {
    border-color: color-mix(in srgb, var(--byoffer-box2-accent) 46%, #ffffff);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--byoffer-box2-accent) 14%, transparent), 0 18px 40px rgba(15, 23, 42, 0.16);
}

.byoffer-icon-box2--hover-tilt .byoffer-icon-box2__item:hover,
.byoffer-icon-box2--hover-tilt .byoffer-icon-box2__item:focus-within {
    transform: translateY(-5px) rotate(-1deg);
}

@keyframes byofferIconBox2FadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes byofferIconBox2ZoomIn {
    from {
        opacity: 0;
        transform: scale(0.94);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes byofferIconBox2SlideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.byoffer-icon-box2--anim-fade-up .byoffer-icon-box2__item {
    animation: byofferIconBox2FadeUp 0.55s ease both;
    animation-delay: calc(var(--byoffer-box2-index, 0) * 70ms);
}

.byoffer-icon-box2--anim-zoom-in .byoffer-icon-box2__item {
    animation: byofferIconBox2ZoomIn 0.5s ease both;
    animation-delay: calc(var(--byoffer-box2-index, 0) * 60ms);
}

.byoffer-icon-box2--anim-slide-in .byoffer-icon-box2__item,
.byoffer-icon-box2--anim-cascade .byoffer-icon-box2__item {
    animation: byofferIconBox2SlideIn 0.58s ease both;
    animation-delay: calc(var(--byoffer-box2-index, 0) * 80ms);
}

@media (prefers-reduced-motion: reduce) {
    .byoffer-icon-box2__item {
        animation: none !important;
        transition: none !important;
    }
}

.byoffer-about1 {
    --byoffer-about1-bg: var(--byoffer-bg);
    --byoffer-about1-surface: #ffffff;
    --byoffer-about1-soft: #f4f7fb;
    --byoffer-about1-text: var(--byoffer-text);
    --byoffer-about1-heading: var(--byoffer-heading);
    --byoffer-about1-muted: var(--byoffer-muted);
    --byoffer-about1-border: var(--byoffer-border);
    --byoffer-about1-accent: var(--byoffer-primary);
    --byoffer-about1-accent-2: var(--byoffer-orange);
    --byoffer-about1-dark: var(--byoffer-secondary);
    --byoffer-about1-shadow: 0 22px 52px rgba(15, 23, 42, 0.1);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: var(--byoffer-space-section) 0;
    color: var(--byoffer-about1-text);
    background: var(--byoffer-about1-bg);
}

.byoffer-about1--scheme-theme {
    --byoffer-about1-accent: var(--byoffer-primary);
    --byoffer-about1-accent-2: var(--byoffer-orange);
    --byoffer-about1-dark: var(--byoffer-secondary);
}

.byoffer-about1--scheme-corporate {
    --byoffer-about1-accent: #0f4c81;
    --byoffer-about1-accent-2: #f97316;
    --byoffer-about1-dark: #142033;
    --byoffer-about1-soft: #eef5fb;
}

.byoffer-about1--scheme-warm {
    --byoffer-about1-accent: #f97316;
    --byoffer-about1-accent-2: #f59e0b;
    --byoffer-about1-dark: #251607;
    --byoffer-about1-soft: #fff7ed;
}

.byoffer-about1--scheme-ocean {
    --byoffer-about1-accent: #0891b2;
    --byoffer-about1-accent-2: #38bdf8;
    --byoffer-about1-dark: #082f49;
    --byoffer-about1-soft: #ecfeff;
}

.byoffer-about1--scheme-nature {
    --byoffer-about1-accent: #16a34a;
    --byoffer-about1-accent-2: #84cc16;
    --byoffer-about1-dark: #10251a;
    --byoffer-about1-soft: #f0fdf4;
}

.byoffer-about1--scheme-royal {
    --byoffer-about1-accent: #6366f1;
    --byoffer-about1-accent-2: #ec4899;
    --byoffer-about1-dark: #1e1b4b;
    --byoffer-about1-soft: #f5f3ff;
}

.byoffer-about1--scheme-mono {
    --byoffer-about1-accent: #111827;
    --byoffer-about1-accent-2: #64748b;
    --byoffer-about1-dark: #030712;
    --byoffer-about1-soft: #f8fafc;
}

.home-widgets .byoffer-about1 {
    padding: 40px 0 64px;
    background: transparent;
}

.byoffer-about1__inner {
    position: relative;
    z-index: 2;
    width: min(var(--byoffer-site-width, 1180px), calc(100% - 32px));
    margin-inline: auto;
}

.byoffer-about1__header {
    max-width: 760px;
    margin: 0 auto 38px;
    text-align: center;
}

.byoffer-about1__eyebrow {
    margin: 0 0 8px;
    color: var(--byoffer-about1-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.byoffer-about1__title {
    margin: 0;
    color: var(--byoffer-about1-heading);
    font-size: clamp(26px, 4vw, 42px);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: 0;
    text-transform: uppercase;
}

.byoffer-about1__title strong {
    color: var(--byoffer-about1-accent-2);
    font-weight: 900;
}

.byoffer-about1__subtitle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 0;
    color: var(--byoffer-about1-muted);
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
}

.byoffer-about1__subtitle::before,
.byoffer-about1__subtitle::after {
    width: 34px;
    height: 1px;
    content: "";
    background: var(--byoffer-about1-accent-2);
}

.byoffer-about1__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 460px);
    align-items: center;
    gap: 56px;
}

.byoffer-about1--image-left .byoffer-about1__body {
    grid-template-columns: minmax(300px, 460px) minmax(0, 1fr);
}

.byoffer-about1--image-hidden .byoffer-about1__body,
.byoffer-about1--image-background .byoffer-about1__body,
.byoffer-about1:not(.byoffer-about1--has-image) .byoffer-about1__body {
    grid-template-columns: minmax(0, 1fr);
}

.byoffer-about1__content {
    min-width: 0;
}

.byoffer-about1__intro,
.byoffer-about1__detail-text,
.byoffer-about1__card-text {
    color: var(--byoffer-about1-muted);
    font-size: 15px;
    line-height: 1.85;
}

.byoffer-about1__intro {
    max-width: 640px;
}

.byoffer-about1__intro > :first-child,
.byoffer-about1__detail-text > :first-child,
.byoffer-about1__card-text > :first-child {
    margin-top: 0;
}

.byoffer-about1__intro > :last-child,
.byoffer-about1__detail-text > :last-child,
.byoffer-about1__card-text > :last-child {
    margin-bottom: 0;
}

.byoffer-about1__detail {
    margin-top: 28px;
    padding-top: 26px;
    border-top: 1px solid var(--byoffer-about1-border);
}

.byoffer-about1__detail-title {
    position: relative;
    margin: 0 0 14px;
    color: var(--byoffer-about1-heading);
    font-size: clamp(21px, 2.6vw, 30px);
    font-weight: 900;
    line-height: 1.25;
    text-transform: uppercase;
}

.byoffer-about1__detail-title::after {
    display: block;
    width: 48px;
    height: 3px;
    margin-top: 12px;
    content: "";
    background: var(--byoffer-about1-accent-2);
}

.byoffer-about1__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 14px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.byoffer-about1__feature {
    display: flex;
    align-items: center;
    min-height: 42px;
    gap: 10px;
    padding: 10px 14px;
    color: var(--byoffer-about1-text);
    background: var(--byoffer-about1-surface);
    border: 1px solid rgba(15, 23, 42, 0.05);
    border-radius: 6px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    font-size: 13px;
    font-weight: 800;
}

.byoffer-about1__feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    color: var(--byoffer-about1-accent);
    background: color-mix(in srgb, var(--byoffer-about1-accent) 14%, #ffffff);
    border-radius: 5px;
}

.byoffer-about1__feature-icon svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
}

.byoffer-about1__media {
    position: relative;
    margin: 0;
}

.byoffer-about1__media::before {
    position: absolute;
    inset: 18px -18px -18px 18px;
    z-index: -1;
    content: "";
    background: var(--byoffer-about1-soft);
    border-radius: 8px;
}

.byoffer-about1__media img {
    width: 100%;
    min-height: 340px;
    max-height: 520px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: var(--byoffer-about1-shadow);
}

.byoffer-about1__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--byoffer-space-card-gap);
    margin-top: 48px;
}

.byoffer-about1__card {
    position: relative;
    min-height: 100%;
    padding: var(--byoffer-space-card-padding-sm);
    overflow: hidden;
    background: var(--byoffer-about1-surface);
    border: 1px solid rgba(15, 23, 42, 0.07);
    border-radius: var(--byoffer-radius-md);
    box-shadow: var(--byoffer-shadow-card);
}

.byoffer-about1__card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 14px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--byoffer-about1-accent), var(--byoffer-about1-accent-2));
    border-radius: 7px;
}

.byoffer-about1__card-icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.byoffer-about1__card-title {
    margin: 0 0 12px;
    color: var(--byoffer-about1-heading);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.25;
    text-transform: uppercase;
}

.byoffer-about1__card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: var(--byoffer-about1-accent);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.byoffer-about1__card-link::after {
    width: 18px;
    height: 1px;
    content: "";
    background: currentColor;
}

.byoffer-about1--style-1 {
    background: #ffffff;
}

.byoffer-about1--style-2 {
    background: var(--byoffer-about1-soft);
}

.byoffer-about1--style-2 .byoffer-about1__inner {
    padding: 42px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: var(--byoffer-radius-lg);
    box-shadow: var(--byoffer-about1-shadow);
}

.byoffer-about1--style-2 .byoffer-about1__header {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
}

.byoffer-about1--style-2 .byoffer-about1__subtitle::before {
    display: none;
}

.byoffer-about1--style-3 {
    --byoffer-about1-bg: var(--byoffer-about1-dark);
    --byoffer-about1-surface: rgba(255, 255, 255, 0.06);
    --byoffer-about1-text: #ffffff;
    --byoffer-about1-heading: #ffffff;
    --byoffer-about1-muted: rgba(255, 255, 255, 0.72);
    --byoffer-about1-border: rgba(255, 255, 255, 0.12);
}

.byoffer-about1--style-3 .byoffer-about1__card,
.byoffer-about1--style-3 .byoffer-about1__feature {
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

.byoffer-about1--style-4 {
    background: #ffffff;
}

.byoffer-about1--style-4 .byoffer-about1__header {
    margin-left: 0;
    text-align: left;
}

.byoffer-about1--style-4 .byoffer-about1__body {
    padding-left: 30px;
    border-left: 6px solid var(--byoffer-about1-accent);
}

.byoffer-about1--style-4 .byoffer-about1__subtitle::before {
    display: none;
}

.byoffer-about1--style-5 {
    background: linear-gradient(180deg, var(--byoffer-about1-dark) 0 42%, #ffffff 42% 100%);
}

.byoffer-about1--style-5 .byoffer-about1__header,
.byoffer-about1--style-5 .byoffer-about1__title,
.byoffer-about1--style-5 .byoffer-about1__subtitle,
.byoffer-about1--style-5 .byoffer-about1__eyebrow {
    color: #ffffff;
}

.byoffer-about1--style-5 .byoffer-about1__body {
    padding: 36px;
    background: #ffffff;
    border-radius: var(--byoffer-radius-lg);
    box-shadow: var(--byoffer-about1-shadow);
}

.byoffer-about1--style-6 {
    background: radial-gradient(circle at 15% 12%, color-mix(in srgb, var(--byoffer-about1-accent) 16%, transparent), transparent 28%), #ffffff;
}

.byoffer-about1--style-6 .byoffer-about1__media img {
    aspect-ratio: 1 / 1;
    min-height: 0;
    border: 10px solid #ffffff;
    border-radius: 50%;
}

.byoffer-about1--style-6 .byoffer-about1__media::before {
    inset: -14px;
    border-radius: 50%;
}

.byoffer-about1--style-7 {
    background: #ffffff;
}

.byoffer-about1--style-7 .byoffer-about1__inner {
    padding: 34px;
    border: 2px solid var(--byoffer-about1-accent);
    border-radius: var(--byoffer-radius-lg);
}

.byoffer-about1--style-7 .byoffer-about1__cards {
    margin-right: -34px;
    margin-left: -34px;
    padding: 24px 34px 0;
    border-top: 1px solid var(--byoffer-about1-border);
}

.byoffer-about1--style-8 {
    --byoffer-about1-text: #ffffff;
    --byoffer-about1-heading: #ffffff;
    --byoffer-about1-muted: rgba(255, 255, 255, 0.78);
    --byoffer-about1-border: rgba(255, 255, 255, 0.16);
    background-image: linear-gradient(90deg, rgba(5, 9, 20, 0.88), rgba(5, 9, 20, 0.56)), var(--byoffer-about1-image, linear-gradient(135deg, #111827, #1f2937));
    background-position: center;
    background-size: cover;
}

.byoffer-about1--style-8 .byoffer-about1__media {
    display: none;
}

.byoffer-about1--style-8 .byoffer-about1__body {
    grid-template-columns: minmax(0, 780px);
}

.byoffer-about1--style-8 .byoffer-about1__feature,
.byoffer-about1--style-8 .byoffer-about1__card {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
}

.byoffer-about1--style-9 {
    background: var(--byoffer-about1-soft);
}

.byoffer-about1--style-9 .byoffer-about1__features {
    grid-template-columns: 1fr;
}

.byoffer-about1--style-9 .byoffer-about1__feature {
    position: relative;
    padding-left: 48px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.byoffer-about1--style-9 .byoffer-about1__feature-icon {
    position: absolute;
    left: 0;
    background: var(--byoffer-about1-accent);
    color: #ffffff;
}

.byoffer-about1--style-10 {
    background: #ffffff;
}

.byoffer-about1--style-10 .byoffer-about1__header {
    max-width: none;
    margin-bottom: 28px;
    text-align: left;
}

.byoffer-about1--style-10 .byoffer-about1__subtitle::before {
    display: none;
}

.byoffer-about1--style-10 .byoffer-about1__body {
    grid-template-columns: 1.15fr 0.85fr;
    padding: 28px;
    background: var(--byoffer-about1-soft);
    border-radius: var(--byoffer-radius-lg);
}

.byoffer-about1--style-10 .byoffer-about1__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
}

.byoffer-about1--style-11 {
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.04) 25%, transparent 25%) 0 0 / 28px 28px,
        #ffffff;
}

.byoffer-about1--style-11 .byoffer-about1__card {
    border-top: 5px solid var(--byoffer-about1-accent);
}

.byoffer-about1--style-12 {
    --byoffer-about1-bg: #0b1020;
    --byoffer-about1-surface: #111827;
    --byoffer-about1-text: #ffffff;
    --byoffer-about1-heading: #ffffff;
    --byoffer-about1-muted: #b8c2d2;
    --byoffer-about1-border: rgba(255, 255, 255, 0.12);
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.05), transparent 34%),
        var(--byoffer-about1-bg);
}

.byoffer-about1--style-12 .byoffer-about1__inner {
    padding: 42px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--byoffer-radius-lg);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.25);
}

.byoffer-about1--style-12 .byoffer-about1__card,
.byoffer-about1--style-12 .byoffer-about1__feature {
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

.byoffer-about1__card:hover,
.byoffer-about1__card:focus-within {
    transform: translateY(-5px);
    box-shadow: 0 24px 42px rgba(15, 23, 42, 0.14);
}

.byoffer-about1__card,
.byoffer-about1__feature,
.byoffer-about1__media {
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

@keyframes byofferAbout1FadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes byofferAbout1ZoomIn {
    from {
        opacity: 0;
        transform: scale(0.96);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes byofferAbout1SlideIn {
    from {
        opacity: 0;
        transform: translateX(-22px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.byoffer-about1--anim-fade-up .byoffer-about1__header,
.byoffer-about1--anim-fade-up .byoffer-about1__content,
.byoffer-about1--anim-fade-up .byoffer-about1__media,
.byoffer-about1--anim-fade-up .byoffer-about1__card {
    animation: byofferAbout1FadeUp 0.58s ease both;
    animation-delay: calc(var(--byoffer-about1-index, 0) * 70ms);
}

.byoffer-about1--anim-zoom-in .byoffer-about1__header,
.byoffer-about1--anim-zoom-in .byoffer-about1__content,
.byoffer-about1--anim-zoom-in .byoffer-about1__media,
.byoffer-about1--anim-zoom-in .byoffer-about1__card {
    animation: byofferAbout1ZoomIn 0.52s ease both;
    animation-delay: calc(var(--byoffer-about1-index, 0) * 60ms);
}

.byoffer-about1--anim-slide-in .byoffer-about1__header,
.byoffer-about1--anim-slide-in .byoffer-about1__content,
.byoffer-about1--anim-slide-in .byoffer-about1__media,
.byoffer-about1--anim-slide-in .byoffer-about1__card,
.byoffer-about1--anim-cascade .byoffer-about1__feature,
.byoffer-about1--anim-cascade .byoffer-about1__card {
    animation: byofferAbout1SlideIn 0.58s ease both;
    animation-delay: calc(var(--byoffer-about1-index, 0) * 70ms);
}

@media (max-width: 900px) {
    .byoffer-about1 {
        padding: 54px 0;
    }

    .byoffer-about1__body,
    .byoffer-about1--image-left .byoffer-about1__body,
    .byoffer-about1--style-10 .byoffer-about1__body {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .byoffer-about1--image-left .byoffer-about1__content {
        order: 1;
    }

    .byoffer-about1--image-left .byoffer-about1__media {
        order: 2;
    }

    .byoffer-about1__cards,
    .byoffer-about1--style-10 .byoffer-about1__cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .byoffer-about1 {
        padding: 42px 0;
    }

    .home-widgets .byoffer-about1 {
        padding: 24px 0 42px;
    }

    .byoffer-about1__inner,
    .byoffer-about1--style-2 .byoffer-about1__inner,
    .byoffer-about1--style-7 .byoffer-about1__inner,
    .byoffer-about1--style-12 .byoffer-about1__inner,
    .byoffer-about1--style-5 .byoffer-about1__body,
    .byoffer-about1--style-10 .byoffer-about1__body {
        padding: 0;
        border: 0;
        box-shadow: none;
    }

    .byoffer-about1__header,
    .byoffer-about1--style-2 .byoffer-about1__header,
    .byoffer-about1--style-4 .byoffer-about1__header,
    .byoffer-about1--style-10 .byoffer-about1__header {
        text-align: left;
    }

    .byoffer-about1__subtitle::before {
        display: none;
    }

    .byoffer-about1__features {
        grid-template-columns: 1fr;
    }

    .byoffer-about1__media img {
        min-height: 260px;
    }

    .byoffer-about1__card {
        padding: 22px;
    }

    .byoffer-about1--style-7 .byoffer-about1__cards {
        margin-right: 0;
        margin-left: 0;
        padding: 20px 0 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .byoffer-about1 * {
        animation: none !important;
        transition: none !important;
    }
}

.byoffer-slogan1 {
    --byoffer-slogan1-bg: var(--byoffer-secondary);
    --byoffer-slogan1-bg-2: #202638;
    --byoffer-slogan1-surface: #ffffff;
    --byoffer-slogan1-text: #ffffff;
    --byoffer-slogan1-muted: rgba(255, 255, 255, 0.68);
    --byoffer-slogan1-accent: var(--byoffer-primary);
    --byoffer-slogan1-accent-2: var(--byoffer-accent);
    --byoffer-slogan1-button-text: #ffffff;
    --byoffer-slogan1-border: rgba(255, 255, 255, 0.14);
    --byoffer-slogan1-shadow: 0 22px 60px rgba(15, 23, 42, 0.16);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: var(--byoffer-space-section-tight) 0;
    color: var(--byoffer-slogan1-text);
    background: var(--byoffer-slogan1-bg);
}

.byoffer-slogan1--scheme-theme {
    --byoffer-slogan1-bg: var(--byoffer-secondary);
    --byoffer-slogan1-bg-2: var(--byoffer-header-main);
    --byoffer-slogan1-surface: var(--byoffer-surface);
    --byoffer-slogan1-text: #ffffff;
    --byoffer-slogan1-muted: rgba(255, 255, 255, 0.68);
    --byoffer-slogan1-accent: var(--byoffer-primary);
    --byoffer-slogan1-accent-2: var(--byoffer-accent);
}

.byoffer-slogan1--scheme-dark {
    --byoffer-slogan1-bg: #0b1020;
    --byoffer-slogan1-bg-2: #151b2d;
    --byoffer-slogan1-text: #f8fafc;
    --byoffer-slogan1-muted: #aeb8c8;
    --byoffer-slogan1-accent: #f97316;
    --byoffer-slogan1-accent-2: #38bdf8;
    --byoffer-slogan1-button-text: #ffffff;
}

.byoffer-slogan1--scheme-light {
    --byoffer-slogan1-bg: #ffffff;
    --byoffer-slogan1-bg-2: #f4f7fb;
    --byoffer-slogan1-text: #101827;
    --byoffer-slogan1-muted: #667085;
    --byoffer-slogan1-border: #e5eaf1;
    --byoffer-slogan1-accent: var(--byoffer-primary);
    --byoffer-slogan1-accent-2: var(--byoffer-secondary);
    --byoffer-slogan1-button-text: #ffffff;
}

.byoffer-slogan1--scheme-warm {
    --byoffer-slogan1-bg: #22160b;
    --byoffer-slogan1-bg-2: #3a2111;
    --byoffer-slogan1-text: #fff7ed;
    --byoffer-slogan1-muted: #fed7aa;
    --byoffer-slogan1-accent: #f97316;
    --byoffer-slogan1-accent-2: #facc15;
}

.byoffer-slogan1--scheme-ocean {
    --byoffer-slogan1-bg: #082f49;
    --byoffer-slogan1-bg-2: #0e7490;
    --byoffer-slogan1-text: #ecfeff;
    --byoffer-slogan1-muted: #bae6fd;
    --byoffer-slogan1-accent: #38bdf8;
    --byoffer-slogan1-accent-2: #22d3ee;
}

.byoffer-slogan1--scheme-nature {
    --byoffer-slogan1-bg: #10251a;
    --byoffer-slogan1-bg-2: #166534;
    --byoffer-slogan1-text: #f0fdf4;
    --byoffer-slogan1-muted: #bbf7d0;
    --byoffer-slogan1-accent: #22c55e;
    --byoffer-slogan1-accent-2: #84cc16;
}

.byoffer-slogan1--scheme-royal {
    --byoffer-slogan1-bg: #1e1b4b;
    --byoffer-slogan1-bg-2: #312e81;
    --byoffer-slogan1-text: #faf5ff;
    --byoffer-slogan1-muted: #ddd6fe;
    --byoffer-slogan1-accent: #8b5cf6;
    --byoffer-slogan1-accent-2: #ec4899;
}

.byoffer-slogan1--scheme-mono {
    --byoffer-slogan1-bg: #111827;
    --byoffer-slogan1-bg-2: #030712;
    --byoffer-slogan1-text: #f9fafb;
    --byoffer-slogan1-muted: #d1d5db;
    --byoffer-slogan1-accent: #ffffff;
    --byoffer-slogan1-accent-2: #9ca3af;
    --byoffer-slogan1-button-text: #111827;
}

.byoffer-slogan1__inner {
    position: relative;
    z-index: 2;
    display: grid;
    width: min(var(--byoffer-site-width, 1180px), calc(100% - 32px));
    margin-inline: auto;
    gap: 34px;
    align-items: center;
}

.byoffer-slogan1--has-image.byoffer-slogan1--image-right .byoffer-slogan1__inner,
.byoffer-slogan1--has-image.byoffer-slogan1--image-left .byoffer-slogan1__inner {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 430px);
}

.byoffer-slogan1--has-image.byoffer-slogan1--image-left .byoffer-slogan1__inner {
    grid-template-columns: minmax(260px, 430px) minmax(0, 1fr);
}

.byoffer-slogan1__content {
    max-width: 880px;
}

.byoffer-slogan1--align-center .byoffer-slogan1__content {
    max-width: 920px;
    margin-inline: auto;
    text-align: center;
}

.byoffer-slogan1--align-right .byoffer-slogan1__content {
    margin-left: auto;
    text-align: right;
}

.byoffer-slogan1__title {
    margin: 0;
    color: var(--byoffer-slogan1-button-text);
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: 0;
}

.byoffer-slogan1__text {
    max-width: 980px;
    margin-top: 14px;
    color: var(--byoffer-slogan1-muted);
    font-size: clamp(16px, 1.5vw, 20px);
    line-height: 1.65;
}

.byoffer-slogan1--align-center .byoffer-slogan1__text {
    margin-inline: auto;
}

.byoffer-slogan1--align-right .byoffer-slogan1__text {
    margin-left: auto;
}

.byoffer-slogan1__text > :first-child {
    margin-top: 0;
}

.byoffer-slogan1__text > :last-child {
    margin-bottom: 0;
}

.byoffer-slogan1__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 22px;
    margin-top: 24px;
    color: var(--byoffer-slogan1-text);
    background: var(--byoffer-slogan1-accent);
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.byoffer-slogan1__button:hover,
.byoffer-slogan1__button:focus {
    color: var(--byoffer-slogan1-text);
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.18);
}

.byoffer-slogan1__button-icon,
.byoffer-slogan1__button-icon svg {
    display: inline-flex;
    width: 18px;
    height: 18px;
}

.byoffer-slogan1__button-icon svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.byoffer-slogan1__media {
    position: relative;
    z-index: 2;
    margin: 0;
}

.byoffer-slogan1__media img {
    width: 100%;
    max-height: 360px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: var(--byoffer-slogan1-shadow);
}

.byoffer-slogan1--image-background::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background-image: linear-gradient(90deg, rgba(5, 9, 20, 0.84), rgba(5, 9, 20, 0.54)), var(--byoffer-slogan1-image);
    background-position: center;
    background-size: cover;
}

.byoffer-slogan1__decor {
    position: absolute;
    pointer-events: none;
}

.byoffer-slogan1--style-1 {
    --byoffer-slogan1-text: #ffffff;
    --byoffer-slogan1-muted: rgba(255, 255, 255, 0.68);
    --byoffer-slogan1-button-text: #ffffff;
    padding: 62px 0;
    background: #151925;
}

.byoffer-slogan1--style-1 .byoffer-slogan1__title {
    max-width: 1000px;
    font-size: clamp(25px, 3vw, 36px);
    font-weight: 500;
    text-transform: uppercase;
}

.byoffer-slogan1--style-1 .byoffer-slogan1__button {
    color: #ffffff;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.8);
}

.byoffer-slogan1--style-1 .byoffer-slogan1__button:hover,
.byoffer-slogan1--style-1 .byoffer-slogan1__button:focus {
    color: #101827;
    background: #ffffff;
}

.byoffer-slogan1--style-1 .byoffer-slogan1__decor--one {
    right: -160px;
    top: -260px;
    width: 620px;
    height: 620px;
    border: 1px solid rgba(249, 115, 22, 0.18);
    border-radius: 50%;
    box-shadow: inset 0 0 0 36px rgba(249, 115, 22, 0.03), inset 0 0 0 76px rgba(249, 115, 22, 0.025), inset 0 0 0 116px rgba(249, 115, 22, 0.02);
}

.byoffer-slogan1--style-2 {
    color: var(--byoffer-text);
    background: transparent;
}

.byoffer-slogan1--style-2 .byoffer-slogan1__inner {
    padding: 38px;
    background: #ffffff;
    border: 1px solid var(--byoffer-border);
    border-left: 7px solid var(--byoffer-slogan1-accent);
    border-radius: var(--byoffer-radius-lg);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.byoffer-slogan1--style-2 .byoffer-slogan1__title,
.byoffer-slogan1--style-2 .byoffer-slogan1__text {
    color: var(--byoffer-text);
}

.byoffer-slogan1--style-3 {
    --byoffer-slogan1-text: #ffffff;
    --byoffer-slogan1-muted: rgba(255, 255, 255, 0.72);
    background: linear-gradient(135deg, var(--byoffer-slogan1-bg), var(--byoffer-slogan1-bg-2));
}

.byoffer-slogan1--style-3::after {
    position: absolute;
    right: -8vw;
    bottom: -70px;
    width: 58vw;
    height: 160px;
    content: "";
    background: rgba(255, 255, 255, 0.1);
    transform: skewX(-24deg);
}

.byoffer-slogan1--style-4 {
    background: var(--byoffer-bg);
}

.byoffer-slogan1--style-4 .byoffer-slogan1__inner {
    padding: 42px;
    color: var(--byoffer-slogan1-text);
    background: linear-gradient(135deg, var(--byoffer-slogan1-bg), var(--byoffer-slogan1-bg-2));
    border-radius: var(--byoffer-radius-lg);
    box-shadow: var(--byoffer-slogan1-shadow);
}

.byoffer-slogan1--style-5 {
    padding: 66px 0;
    color: var(--byoffer-text);
    background: #ffffff;
    text-align: center;
}

.byoffer-slogan1--style-5 .byoffer-slogan1__content {
    margin-inline: auto;
    text-align: center;
}

.byoffer-slogan1--style-5 .byoffer-slogan1__title {
    color: var(--byoffer-heading);
}

.byoffer-slogan1--style-5 .byoffer-slogan1__title::after {
    display: block;
    width: 78px;
    height: 4px;
    margin: 18px auto 0;
    content: "";
    background: var(--byoffer-slogan1-accent);
    border-radius: 999px;
}

.byoffer-slogan1--style-5 .byoffer-slogan1__text {
    color: var(--byoffer-muted);
}

.byoffer-slogan1--style-6 {
    color: var(--byoffer-text);
    background: transparent;
}

.byoffer-slogan1--style-6 .byoffer-slogan1__inner {
    padding: 44px;
    background: #ffffff;
    border: 2px solid var(--byoffer-slogan1-accent);
    border-radius: 8px;
}

.byoffer-slogan1--style-6 .byoffer-slogan1__content::before {
    display: block;
    margin-bottom: 14px;
    color: var(--byoffer-slogan1-accent);
    content: "â€œ";
    font-family: Georgia, serif;
    font-size: 72px;
    line-height: 0.6;
}

.byoffer-slogan1--style-6 .byoffer-slogan1__title,
.byoffer-slogan1--style-6 .byoffer-slogan1__text {
    color: var(--byoffer-text);
}

.byoffer-slogan1--style-7 {
    --byoffer-slogan1-text: #ffffff;
    --byoffer-slogan1-muted: rgba(255, 255, 255, 0.74);
    background: linear-gradient(120deg, var(--byoffer-slogan1-bg) 0 62%, var(--byoffer-slogan1-accent) 62% 100%);
}

.byoffer-slogan1--style-7 .byoffer-slogan1__media img {
    border: 8px solid rgba(255, 255, 255, 0.18);
}

.byoffer-slogan1--style-8 {
    color: var(--byoffer-text);
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.04), rgba(15, 23, 42, 0));
}

.byoffer-slogan1--style-8 .byoffer-slogan1__inner {
    padding: 36px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.74);
    border-radius: var(--byoffer-radius-lg);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
    backdrop-filter: blur(14px);
}

.byoffer-slogan1--style-8 .byoffer-slogan1__title {
    color: var(--byoffer-heading);
}

.byoffer-slogan1--style-8 .byoffer-slogan1__text {
    color: var(--byoffer-muted);
}

.byoffer-slogan1--style-9 {
    --byoffer-slogan1-text: #ffffff;
    --byoffer-slogan1-muted: rgba(255, 255, 255, 0.72);
    padding: 58px 0;
    background: var(--byoffer-slogan1-bg);
}

.byoffer-slogan1--style-9 .byoffer-slogan1__media img {
    aspect-ratio: 1 / 1;
    border-radius: 999px;
    border: 10px solid rgba(255, 255, 255, 0.12);
}

.byoffer-slogan1--style-10 {
    padding: 50px 0 58px;
    background: #ffffff;
}

.byoffer-slogan1--style-10 .byoffer-slogan1__inner {
    padding-bottom: 24px;
    border-bottom: 8px solid var(--byoffer-slogan1-accent);
}

.byoffer-slogan1--style-10 .byoffer-slogan1__title {
    color: var(--byoffer-heading);
}

.byoffer-slogan1--style-10 .byoffer-slogan1__text {
    color: var(--byoffer-muted);
}

.byoffer-slogan1--style-11 {
    background: var(--byoffer-bg);
}

.byoffer-slogan1--style-11 .byoffer-slogan1__inner {
    padding: 34px 38px;
    background: #ffffff;
    border-radius: var(--byoffer-radius-lg);
    box-shadow: var(--byoffer-slogan1-shadow);
}

.byoffer-slogan1--style-11 .byoffer-slogan1__title {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--byoffer-heading);
}

.byoffer-slogan1--style-11 .byoffer-slogan1__title::before {
    flex: 0 0 auto;
    width: 18px;
    height: 48px;
    content: "";
    background: var(--byoffer-slogan1-accent);
    border-radius: 999px;
}

.byoffer-slogan1--style-11 .byoffer-slogan1__text {
    color: var(--byoffer-muted);
}

.byoffer-slogan1--style-12 {
    --byoffer-slogan1-text: #ffffff;
    --byoffer-slogan1-muted: rgba(255, 255, 255, 0.74);
    min-height: 360px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, var(--byoffer-slogan1-bg), var(--byoffer-slogan1-bg-2));
}

.byoffer-slogan1--style-12::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background-image: linear-gradient(90deg, rgba(5, 9, 20, 0.86), rgba(5, 9, 20, 0.46)), var(--byoffer-slogan1-image, none);
    background-position: center;
    background-size: cover;
}

.byoffer-slogan1--style-12 .byoffer-slogan1__media {
    display: none;
}

.byoffer-slogan1--style-12 .byoffer-slogan1__content {
    max-width: 780px;
}

.byoffer-slogan1--style-12 .byoffer-slogan1__button {
    color: #101827;
    background: #ffffff;
}

.widget {
    padding: var(--byoffer-space-card-padding-sm);
    background: var(--byoffer-surface);
    border: 1px solid var(--byoffer-border);
    border-radius: var(--byoffer-radius-md);
    box-shadow: var(--byoffer-shadow-card);
}

.byoffer-slogan1-widget-host.widget,
.byoffer-about1-widget-host.widget,
.byoffer-reviews1-widget-host.widget {
    padding: 0;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.home-widgets .widget-area,
.home-widgets .byoffer-icon-menu-widget-host.widget,
.home-widgets .byoffer-icon-box2-widget-host.widget,
.home-widgets .byoffer-slogan1-widget-host.widget,
.home-widgets .byoffer-about1-widget-host.widget,
.home-widgets .byoffer-reviews1-widget-host.widget {
    padding: 0;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.home-widgets .byoffer-content1-widget-host.widget,
.home-widgets .byoffer-button1-widget-host.widget,
.home-widgets .byoffer-text-widget-host.widget,
.home-widgets .byoffer-stats1-widget-host.widget,
.home-widgets .byoffer-price1-widget-host.widget,
.home-widgets .byoffer-team1-widget-host.widget,
.home-widgets .byoffer-photo-gallery1-widget-host.widget,
.home-widgets .byoffer-advanced-posts1-widget-host.widget,
.home-widgets .byoffer-advanced-pages1-widget-host.widget,
.home-widgets .byoffer-image-categories1-widget-host.widget,
.home-widgets .byoffer-references1-widget-host.widget {
    grid-column: 1 / -1;
    padding: 0;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.widget-title {
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 1.25;
}

.widget ul {
    margin: 0;
    padding-left: 18px;
}

.content-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: var(--byoffer-space-layout-gap);
    align-items: start;
}

.content-layout__main {
    min-width: 0;
}

.content-layout__sidebar {
    position: sticky;
    top: 108px;
}

.sidebar-position-left .content-layout__main {
    order: 2;
}

.sidebar-position-left .content-layout__sidebar {
    order: 1;
}

.sidebar-position-none .content-layout {
    grid-template-columns: 1fr;
}

.sidebar-position-none .content-layout__sidebar {
    display: none;
}

.content-layout--no-sidebar {
    grid-template-columns: 1fr;
}

.site-main--page {
    padding-top: 0;
}

.byoffer-page-hero {
    position: relative;
    padding: 72px 0 110px;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 100%),
        linear-gradient(135deg, rgba(23, 27, 40, 0.98), rgba(21, 25, 37, 0.94));
    background-size: 10px 10px, auto;
}

.has-title-image .byoffer-page-hero {
    background:
        linear-gradient(120deg, rgba(16, 24, 39, 0.82), rgba(16, 24, 39, 0.62)),
        var(--byoffer-title-image);
    background-position: center;
    background-size: cover;
}

.byoffer-page-hero::after {
    position: absolute;
    inset: auto -8% -80px auto;
    width: 420px;
    height: 420px;
    content: "";
    background: radial-gradient(circle, rgba(255, 255, 255, 0.04), transparent 66%);
    pointer-events: none;
}

.byoffer-page-hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    min-height: 150px;
}

.byoffer-page-hero__content {
    min-width: 0;
}

.byoffer-page-hero__title {
    margin: 0;
    color: #ffffff;
    font-family: var(--byoffer-font-heading);
    font-size: clamp(38px, 5vw, 62px);
    font-weight: 400;
    line-height: 1.08;
}

.byoffer-page-breadcrumb {
    min-width: 0;
}

.byoffer-page-breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.byoffer-page-breadcrumb__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    font-weight: 700;
}

.byoffer-page-breadcrumb__item a,
.byoffer-page-breadcrumb__item span {
    color: inherit;
}

.byoffer-page-breadcrumb__sep {
    opacity: 0.58;
}

.byoffer-page-shell {
    position: relative;
    z-index: 2;
    margin-top: -54px;
}

.content-layout--page {
    grid-template-columns: minmax(0, 1fr) 278px;
    gap: 24px;
    align-items: start;
}

.entry-content-wrap--page {
    padding: 42px 36px 34px;
    border-radius: 0;
    box-shadow: 0 20px 38px rgba(16, 24, 39, 0.06);
}

.entry-content-wrap--page::before {
    display: none;
    content: none;
}

.entry-content-wrap--page .entry-featured-image:first-child {
    margin-top: 0;
}

.entry-content-wrap--page .entry-content {
    color: #2f3948;
    font-size: 17px;
    line-height: 1.9;
}

.entry-content-wrap--page .entry-content strong {
    color: #1b2432;
}

.byoffer-page-sidebar {
    align-self: start;
}

.byoffer-sidebar-menu-widget-host {
    padding: 0;
    overflow: hidden;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.byoffer-sidebar-menu {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #eceff3;
    box-shadow: 0 16px 34px rgba(16, 24, 39, 0.05);
}

.byoffer-sidebar-menu__heading {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 0 18px;
    color: #ffffff;
    background: var(--byoffer-orange);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.byoffer-sidebar-menu__heading-icon,
.byoffer-sidebar-menu__icon,
.byoffer-sidebar-menu__toggle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.byoffer-sidebar-menu__heading-icon svg,
.byoffer-sidebar-menu__icon svg,
.byoffer-sidebar-menu__toggle-icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.byoffer-sidebar-menu__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.byoffer-sidebar-menu__row {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #edf0f3;
}

.byoffer-sidebar-menu__link {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
    min-height: 60px;
    padding: 0 16px 0 18px;
    color: #273244;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.2s ease, background 0.2s ease;
}

.byoffer-sidebar-menu__link:hover,
.byoffer-sidebar-menu__link:focus {
    color: var(--byoffer-orange);
    background: #fffaf5;
}

.byoffer-sidebar-menu__icon {
    color: #6b7280;
}

.byoffer-sidebar-menu__text {
    min-width: 0;
}

.byoffer-sidebar-menu__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    min-height: 60px;
    padding: 0;
    color: #98a2b3;
    background: #ffffff;
    border: 0;
    border-left: 1px solid #edf0f3;
    cursor: pointer;
}

.byoffer-sidebar-menu__toggle-icon {
    transition: transform 0.2s ease;
}

.byoffer-sidebar-menu__item.is-open > .byoffer-sidebar-menu__row .byoffer-sidebar-menu__toggle-icon {
    transform: rotate(180deg);
}

.byoffer-sidebar-menu__item--has-children > .byoffer-sidebar-menu__submenu {
    display: none;
}

.byoffer-sidebar-menu__item.is-open > .byoffer-sidebar-menu__submenu {
    display: block;
}

.byoffer-sidebar-menu__submenu {
    padding: 10px 12px 14px;
    background: linear-gradient(180deg, #fbfcfe 0%, #f7f9fc 100%);
}

.byoffer-sidebar-menu__submenu .byoffer-sidebar-menu__row {
    margin-top: 8px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: 14px;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.04);
}

.byoffer-sidebar-menu__submenu .byoffer-sidebar-menu__row:first-child {
    margin-top: 0;
}

.byoffer-sidebar-menu__submenu .byoffer-sidebar-menu__row + .byoffer-sidebar-menu__row {
    border-bottom-color: transparent;
}

.byoffer-sidebar-menu__submenu .byoffer-sidebar-menu__link {
    min-height: 56px;
    padding: 0 18px 0 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.byoffer-sidebar-menu__submenu .byoffer-sidebar-menu__link:hover,
.byoffer-sidebar-menu__submenu .byoffer-sidebar-menu__link:focus {
    background: #fffaf5;
    transform: translateX(2px);
}

.byoffer-sidebar-menu__submenu .byoffer-sidebar-menu__toggle {
    width: 50px;
    min-height: 56px;
    background: #ffffff;
    border-left: 1px solid #eef2f6;
}

.byoffer-sidebar-menu__item--depth-1 .byoffer-sidebar-menu__link::before,
.byoffer-sidebar-menu__item--depth-2 .byoffer-sidebar-menu__link::before {
    width: 10px;
    height: 2px;
    margin-right: 2px;
    content: "";
    background: currentColor;
    border: 0;
    border-radius: 999px;
    opacity: 0.35;
    transform: none;
}

.byoffer-sidebar-menu__item.is-current > .byoffer-sidebar-menu__row > .byoffer-sidebar-menu__link,
.byoffer-sidebar-menu__item.is-current-ancestor > .byoffer-sidebar-menu__row > .byoffer-sidebar-menu__link {
    color: var(--byoffer-orange);
    background: #fffaf5;
}

.byoffer-sidebar-menu__item.is-current > .byoffer-sidebar-menu__row > .byoffer-sidebar-menu__link {
    font-weight: 700;
}

.page-header,
.entry-content-wrap,
.entry-card,
.no-results,
.not-found {
    background: var(--byoffer-surface);
    border: 1px solid var(--byoffer-border);
    border-radius: var(--byoffer-radius-md);
    box-shadow: var(--byoffer-shadow-card);
}

.page-header,
.entry-content-wrap,
.no-results,
.not-found {
    padding: var(--byoffer-space-card-padding);
}

.page-header {
    margin-bottom: 24px;
}

.page-title,
.entry-title {
    margin: 0 0 14px;
    color: var(--byoffer-heading);
    font-family: var(--byoffer-font-heading);
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.15;
}

.entry-card {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 0;
    overflow: hidden;
}

.entry-card + .entry-card {
    margin-top: 22px;
}

.entry-card__media {
    aspect-ratio: 1 / var(--byoffer-general-image-ratio, 0.5625);
    min-height: 100%;
    background: #dce6f3;
}

.entry-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-contain-enabled .entry-card__media img,
.image-contain-enabled .entry-featured-image img,
.image-contain-enabled .entry-related__item img {
    object-fit: contain;
    background: #f1f4f8;
}

.entry-card__body {
    padding: var(--byoffer-space-card-padding-sm);
}

.entry-card .entry-title {
    font-size: 26px;
}

.site-main--archive {
    background: #f4f4f4;
}

.byoffer-archive-shell {
    margin-top: -54px;
}

.content-layout--archive {
    padding: clamp(22px, 3vw, 34px);
    background: #ffffff;
    box-shadow: var(--byoffer-shadow-soft);
}

.content-layout--archive.content-layout--no-sidebar {
    grid-template-columns: 1fr;
}

.byoffer-archive-description {
    margin-bottom: 24px;
    padding: 20px 22px;
    color: var(--byoffer-muted);
    background: #f8fafc;
    border: 1px solid var(--byoffer-border);
    border-radius: var(--byoffer-radius-sm);
    line-height: 1.75;
}

.byoffer-archive-description--below {
    margin-top: 28px;
    margin-bottom: 0;
}

.byoffer-archive-description p {
    margin: 0 0 10px;
}

.byoffer-archive-description p:last-child {
    margin-bottom: 0;
}

.byoffer-archive-loop {
    display: grid;
    gap: 22px;
}

.byoffer-archive-loop--grid-sidebar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
}

.content-layout--no-sidebar .byoffer-archive-loop--grid-sidebar {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.byoffer-archive-loop--grid-card {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.byoffer-archive-loop--list-modern,
.byoffer-archive-loop--compact {
    grid-template-columns: 1fr;
}

.byoffer-archive-card {
    overflow: hidden;
    background: #ffffff;
}

.byoffer-archive-card__media {
    display: block;
    overflow: hidden;
    background: #dce6f3;
    text-decoration: none;
}

.byoffer-archive-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.byoffer-archive-card:hover .byoffer-archive-card__media img {
    transform: scale(1.035);
}

.byoffer-archive-card__title {
    margin: 0;
    color: var(--byoffer-heading);
    font-family: var(--byoffer-font-heading);
    line-height: 1.22;
}

.byoffer-archive-card__title a {
    color: inherit;
    text-decoration: none;
}

.byoffer-archive-card__title a:hover,
.byoffer-archive-card__title a:focus {
    color: var(--byoffer-primary);
}

.byoffer-archive-card--grid-sidebar {
    text-align: center;
}

.byoffer-archive-card--grid-sidebar .byoffer-archive-card__media {
    aspect-ratio: 1 / 0.55;
}

.byoffer-archive-card--grid-sidebar .byoffer-archive-card__body {
    padding: 12px 10px 14px;
}

.byoffer-archive-card--grid-sidebar .byoffer-archive-card__title {
    font-size: 15px;
    font-weight: 800;
}

.byoffer-archive-card--grid-card {
    border: 1px solid var(--byoffer-border);
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

.byoffer-archive-card--grid-card .byoffer-archive-card__media {
    aspect-ratio: 1 / 0.66;
}

.byoffer-archive-card--grid-card .byoffer-archive-card__body {
    padding: 18px;
}

.byoffer-archive-card--grid-card .byoffer-archive-card__title {
    font-size: 18px;
}

.byoffer-archive-card--list-modern {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    border: 1px solid var(--byoffer-border);
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
}

.byoffer-archive-card--list-modern .byoffer-archive-card__media {
    min-height: 176px;
}

.byoffer-archive-card--list-modern .byoffer-archive-card__body {
    padding: 22px;
}

.byoffer-archive-card--list-modern .byoffer-archive-card__title {
    font-size: 24px;
}

.byoffer-archive-card__meta {
    margin-top: 8px;
    color: var(--byoffer-muted);
    font-size: 13px;
}

.byoffer-archive-card__excerpt {
    margin-top: 12px;
    color: #4b5563;
    font-family: var(--byoffer-font-content);
    line-height: 1.7;
}

.byoffer-archive-card__excerpt p {
    margin: 0;
}

.byoffer-archive-card__button {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    margin-top: 16px;
    padding: 0 14px;
    color: #ffffff;
    background: var(--byoffer-secondary);
    border-radius: 3px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.byoffer-archive-card--compact {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 98px;
    border-bottom: 1px solid var(--byoffer-border);
}

.byoffer-archive-card--compact .byoffer-archive-card__media {
    min-height: 98px;
}

.byoffer-archive-card--compact .byoffer-archive-card__body {
    padding: 12px 16px;
}

.byoffer-archive-card--compact .byoffer-archive-card__title {
    font-size: 17px;
}

.byoffer-archive-card--compact .byoffer-archive-card__meta {
    margin-top: 6px;
}

.byoffer-archive-sidebar {
    padding-top: 0;
}

.site-main--blog-template {
    background: #f4f7fb;
}

.byoffer-blog-template-shell {
    margin-top: -54px;
}

.content-layout--blog-template {
    padding: clamp(22px, 3vw, 34px);
    background: #ffffff;
    box-shadow: var(--byoffer-shadow-soft);
}

.byoffer-blog-template__main {
    display: grid;
    gap: 26px;
}

.byoffer-blog-template__intro {
    margin: 0;
}

.byoffer-blog-template__listing {
    display: grid;
    gap: 22px;
}

.byoffer-blog-template__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.byoffer-blog-template__eyebrow {
    margin: 0 0 10px;
    color: var(--byoffer-primary);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.byoffer-blog-template__title {
    margin: 0;
    color: var(--byoffer-heading);
    font-family: var(--byoffer-font-heading);
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.1;
}

.byoffer-blog-template__count {
    color: var(--byoffer-muted);
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.byoffer-blog-template__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.byoffer-blog-grid-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 16px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.byoffer-blog-grid-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 50px rgba(15, 23, 42, 0.12);
}

.byoffer-blog-grid-card__media {
    display: block;
    aspect-ratio: 1 / 0.7;
    overflow: hidden;
    background: #dce6f3;
    text-decoration: none;
}

.byoffer-blog-grid-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.byoffer-blog-grid-card:hover .byoffer-blog-grid-card__media img {
    transform: scale(1.04);
}

.byoffer-blog-grid-card__body {
    display: grid;
    flex: 1;
    align-content: start;
    gap: 14px;
    padding: 22px 22px 20px;
}

.byoffer-blog-grid-card__meta {
    color: var(--byoffer-muted);
    font-size: 13px;
    font-weight: 700;
}

.byoffer-blog-grid-card__title {
    margin: 0;
    color: var(--byoffer-heading);
    font-family: var(--byoffer-font-heading);
    font-size: 21px;
    line-height: 1.25;
}

.byoffer-blog-grid-card__title a {
    color: inherit;
    text-decoration: none;
}

.byoffer-blog-grid-card__title a:hover,
.byoffer-blog-grid-card__title a:focus {
    color: var(--byoffer-primary);
}

.byoffer-blog-grid-card__excerpt {
    color: #4b5563;
    font-family: var(--byoffer-font-content);
    font-size: 15px;
    line-height: 1.75;
}

.byoffer-blog-grid-card__excerpt p {
    margin: 0;
}

.byoffer-blog-grid-card__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    color: var(--byoffer-primary);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.byoffer-blog-grid-card__link:hover,
.byoffer-blog-grid-card__link:focus {
    color: var(--byoffer-primary-dark);
}

.byoffer-blog-template__pagination {
    margin-top: 6px;
}

.byoffer-blog-template__pagination > .page-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.byoffer-blog-template__pagination .page-numbers li {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.byoffer-blog-template__pagination .page-numbers li > a,
.byoffer-blog-template__pagination .page-numbers li > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    min-height: 52px;
    padding: 0 18px;
    color: var(--byoffer-heading);
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.3);
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    font-family: var(--byoffer-font-menu);
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.byoffer-blog-template__pagination .page-numbers li > a:hover,
.byoffer-blog-template__pagination .page-numbers li > a:focus {
    color: var(--byoffer-primary);
    border-color: rgba(45, 91, 159, 0.42);
    box-shadow: 0 14px 30px rgba(45, 91, 159, 0.12);
    transform: translateY(-1px);
}

.byoffer-blog-template__pagination .page-numbers li > .current {
    color: #ffffff;
    background: var(--byoffer-primary);
    border-color: var(--byoffer-primary);
    box-shadow: 0 14px 28px rgba(45, 91, 159, 0.22);
}

.byoffer-blog-template__pagination .page-numbers li > .dots {
    min-width: 44px;
    color: var(--byoffer-muted);
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    pointer-events: none;
}

.entry-meta {
    color: var(--byoffer-muted);
    font-size: 14px;
}

.entry-summary,
.entry-content {
    color: #344054;
    font-family: var(--byoffer-font-content);
}

.entry-content > *:first-child {
    margin-top: 0;
}

.entry-content > *:last-child {
    margin-bottom: 0;
}

.entry-featured-image {
    margin: 22px 0;
    overflow: hidden;
    border-radius: var(--byoffer-radius);
}

.entry-featured-image--wide img {
    width: 100%;
}

.entry-featured-image--full {
    margin-right: -32px;
    margin-left: -32px;
    border-radius: 0;
}

.entry-featured-image--full img {
    width: 100%;
}

.entry-featured-image--standard {
    max-width: 760px;
}

.entry-meta--single {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin: 12px 0 18px;
}

.entry-meta__item {
    color: var(--byoffer-muted);
    font-size: 14px;
}

.entry-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
    color: var(--byoffer-muted);
}

.entry-tags a,
.entry-share a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 10px;
    background: #f3f6fa;
    border: 1px solid var(--byoffer-border);
    border-radius: 4px;
    color: var(--byoffer-text);
    font-size: 13px;
    font-weight: 700;
}

.entry-share {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.entry-order-form,
.entry-related {
    margin-top: 30px;
    padding-top: 26px;
    border-top: 1px solid var(--byoffer-border);
}

.entry-order-form h2,
.entry-related h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    font-size: 24px;
}

.entry-order-form h2 svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: var(--byoffer-primary);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.entry-related__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.entry-related__item {
    display: grid;
    gap: 10px;
    color: var(--byoffer-text);
    font-weight: 800;
}

.entry-related__item img {
    width: 100%;
    aspect-ratio: 1 / var(--byoffer-general-image-ratio, 0.5625);
    object-fit: cover;
    border-radius: 4px;
}

.byoffer-contact-page {
    margin-top: 24px;
}

.byoffer-contact-page__inner {
    display: grid;
    gap: 28px;
}

.byoffer-contact-page__split {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 24px;
    align-items: start;
}

.byoffer-contact-page__panel {
    min-width: 0;
}

.byoffer-contact-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.byoffer-contact-item {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    padding: 20px;
    background: #f7f9fc;
    border: 1px solid var(--byoffer-border);
    border-radius: var(--byoffer-radius);
}

.byoffer-contact-item__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #ffffff;
    background: var(--byoffer-primary);
    border-radius: 50%;
}

.byoffer-contact-item__icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.byoffer-contact-item__content {
    color: #344054;
}

.byoffer-contact-item__content p {
    margin: 0 0 8px;
}

.byoffer-contact-item__content p:last-child {
    margin-bottom: 0;
}

.byoffer-contact-map {
    overflow: hidden;
    border-radius: var(--byoffer-radius);
    border: 1px solid var(--byoffer-border);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.07);
}

.byoffer-contact-map iframe {
    display: block;
    width: 100%;
    min-height: 360px;
    border: 0;
}

.byoffer-contact-form,
.byoffer-contact-branches {
    margin-top: 0;
}

.byoffer-contact-form {
    padding: 24px;
    background: #ffffff;
    border: 1px solid var(--byoffer-border);
    border-radius: var(--byoffer-radius);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.07);
}

.byoffer-contact-form input,
.byoffer-contact-form textarea,
.byoffer-contact-form select {
    width: 100%;
    min-height: 46px;
    padding: 12px 14px;
    color: var(--byoffer-text);
    background: #ffffff;
    border: 1px solid var(--byoffer-border);
    border-radius: 4px;
    font: inherit;
}

.byoffer-contact-form textarea {
    min-height: 132px;
    resize: vertical;
}

.byoffer-contact-form input[type="submit"],
.byoffer-contact-form button[type="submit"] {
    width: auto;
    min-width: 140px;
    color: #ffffff;
    background: var(--byoffer-primary);
    border-color: var(--byoffer-primary);
    font-weight: 800;
    cursor: pointer;
}

.byoffer-contact-branch {
    padding-top: 24px;
    border-top: 1px solid var(--byoffer-border);
}

.byoffer-contact-branch + .byoffer-contact-branch {
    margin-top: 24px;
}

.byoffer-contact-branch h2 {
    margin: 0 0 18px;
}

.site-main--contact-template .content-layout--contact {
    grid-template-columns: 1fr;
}

.site-main--contact-template .byoffer-page-shell {
    margin-top: -28px;
}

.site-main--contact-template .byoffer-contact-page {
    margin-top: 0;
    padding: 28px;
    background: #ffffff;
    border: 0;
    border-radius: 0;
    box-shadow: 0 22px 46px rgba(15, 23, 42, 0.08);
}

.site-main--contact-template .byoffer-contact-page__inner {
    gap: 38px;
}

.site-main--contact-template .byoffer-contact-page__section--items {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--byoffer-border);
    border-radius: 4px;
}

.site-main--contact-template .byoffer-contact-items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
}

.site-main--contact-template .byoffer-contact-item {
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: center;
    min-height: 110px;
    padding: 22px 28px;
    gap: 18px;
    overflow: hidden;
    background: #ffffff;
    border: 0;
    border-left: 1px solid var(--byoffer-border);
    border-radius: 0;
    box-shadow: none;
}

.site-main--contact-template .byoffer-contact-item:first-child {
    border-left: 0;
}

.site-main--contact-template .byoffer-contact-item__icon {
    width: 48px;
    height: 48px;
    color: var(--byoffer-primary);
    background: transparent;
    border: 0;
}

.site-main--contact-template .byoffer-contact-item__icon svg {
    width: 31px;
    height: 31px;
    stroke-width: 1.65;
}

.site-main--contact-template .byoffer-contact-item__content {
    overflow: hidden;
    color: var(--byoffer-text);
    font-size: 15px;
    line-height: 1.55;
}

.site-main--contact-template .byoffer-contact-item__content p {
    margin: 0;
}

.site-main--contact-template .byoffer-contact-item__content a {
    color: var(--byoffer-primary);
    font-weight: 600;
    text-decoration: none;
}

.site-main--contact-template .byoffer-contact-page__split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 30px;
}

.site-main--contact-template .byoffer-contact-page__section-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 28px;
    padding-bottom: 14px;
    color: var(--byoffer-heading);
    font-family: var(--byoffer-font-heading);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
    border-bottom: 1px solid var(--byoffer-border);
}

.site-main--contact-template .byoffer-contact-page__section-title::after {
    color: var(--byoffer-primary);
    content: ".";
}

.site-main--contact-template .byoffer-contact-page__section-title span {
    display: inline-flex;
    color: var(--byoffer-primary);
}

.site-main--contact-template .byoffer-contact-page__section-title svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.site-main--contact-template .byoffer-contact-form {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.site-main--contact-template .byoffer-contact-map {
    border-radius: 8px;
    box-shadow: none;
}

.site-main--contact-template .byoffer-contact-map iframe {
    min-height: 164px;
}

.byoffer-whatsapp-widget {
    position: fixed;
    bottom: 24px;
    z-index: 1050;
    display: grid;
    gap: 12px;
}

.byoffer-whatsapp-widget--left {
    left: 24px;
    justify-items: start;
}

.byoffer-whatsapp-widget--right {
    right: 24px;
    justify-items: end;
}

.byoffer-whatsapp-widget__panel {
    position: absolute;
    bottom: calc(100% + 14px);
    display: grid;
    gap: 0;
    width: min(338px, calc(100vw - 32px));
    overflow: hidden;
    background: #ffffff;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 24px 58px rgba(5, 10, 20, 0.34);
}

.byoffer-whatsapp-widget--left .byoffer-whatsapp-widget__panel {
    left: 0;
}

.byoffer-whatsapp-widget--right .byoffer-whatsapp-widget__panel {
    right: 0;
}

.byoffer-whatsapp-widget__header {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 38px;
    align-items: center;
    gap: 12px;
    min-height: 78px;
    padding: 14px 18px;
    background: #075749;
}

.byoffer-whatsapp-widget__avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    overflow: hidden;
    color: #697386;
    background: #f3f5f7;
    border-radius: 50%;
}

.byoffer-whatsapp-widget__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.byoffer-whatsapp-widget__avatar svg,
.byoffer-whatsapp-widget__trigger svg,
.byoffer-whatsapp-widget__action svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.byoffer-whatsapp-widget__identity {
    display: grid;
    gap: 4px;
}

.byoffer-whatsapp-widget__identity strong {
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
}

.byoffer-whatsapp-widget__identity span {
    color: var(--byoffer-muted);
    font-size: 13px;
    font-weight: 600;
}

.byoffer-whatsapp-widget__chat {
    min-height: 148px;
    padding: 18px 24px;
    background:
        radial-gradient(circle at 12px 12px, rgba(9, 84, 72, 0.055) 0 2px, transparent 3px),
        radial-gradient(circle at 34px 28px, rgba(9, 84, 72, 0.04) 0 2px, transparent 3px),
        #eee9df;
    background-size: 42px 42px;
}

.byoffer-whatsapp-widget__bubble {
    position: relative;
    display: grid;
    width: min(228px, 100%);
    min-height: 96px;
    padding: 12px 12px 14px;
    color: #151925;
    background: #ffffff;
    border-radius: 1px;
}

.byoffer-whatsapp-widget__bubble::before {
    position: absolute;
    top: 0;
    left: -9px;
    width: 0;
    height: 0;
    content: "";
    border-top: 10px solid #ffffff;
    border-left: 10px solid transparent;
}

.byoffer-whatsapp-widget__bubble strong {
    margin-bottom: 3px;
    color: #b8b8b8;
    font-family: var(--byoffer-font-heading);
    font-size: 13px;
    font-weight: 850;
    line-height: 1.2;
}

.byoffer-whatsapp-widget__bubble span {
    color: #151515;
    font-family: var(--byoffer-font-content);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.18;
}

.byoffer-whatsapp-widget__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 39px;
    margin: 12px;
    padding: 0 18px;
    color: #ffffff;
    background: #18c64d;
    border-radius: 0;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.01em;
    text-decoration: none;
}

.byoffer-whatsapp-widget__action:hover,
.byoffer-whatsapp-widget__action:focus {
    color: #ffffff;
    background: #20bd5c;
}

.byoffer-whatsapp-widget__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 0;
    border-radius: 2px;
    cursor: pointer;
}

.byoffer-whatsapp-widget__close:hover,
.byoffer-whatsapp-widget__close:focus {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
}

.byoffer-whatsapp-widget__close span {
    font-size: 24px;
    line-height: 1;
}

.byoffer-whatsapp-widget__trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    padding: 0;
    color: #ffffff;
    background: #25d366;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 18px 36px rgba(37, 211, 102, 0.35);
    cursor: pointer;
}

.byoffer-whatsapp-widget__trigger:hover,
.byoffer-whatsapp-widget__trigger:focus {
    background: #20bd5c;
}

.byoffer-whatsapp-widget__trigger-icon,
.byoffer-whatsapp-widget__action-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.byoffer-quick-contact {
    position: fixed;
    bottom: 24px;
    z-index: 1045;
}

.byoffer-quick-contact--whatsapp {
    z-index: 1050;
}

.byoffer-quick-contact--left {
    left: 24px;
}

.byoffer-quick-contact--right {
    right: 24px;
}

.byoffer-quick-contact__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.22);
    text-decoration: none;
}

.byoffer-quick-contact__link--phone,
.byoffer-quick-contact__link--mobile {
    background: var(--byoffer-primary);
}

.byoffer-quick-contact__link--whatsapp {
    background: #25d366;
}

.byoffer-quick-contact__link:hover,
.byoffer-quick-contact__link:focus {
    color: #ffffff;
    transform: translateY(-2px);
}

.byoffer-quick-contact__link--phone:hover,
.byoffer-quick-contact__link--phone:focus,
.byoffer-quick-contact__link--mobile:hover,
.byoffer-quick-contact__link--mobile:focus {
    background: var(--byoffer-primary-dark);
}

.byoffer-quick-contact__link--whatsapp:hover,
.byoffer-quick-contact__link--whatsapp:focus {
    background: #20bd5c;
}

.byoffer-quick-contact__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.byoffer-quick-contact__icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.navigation.pagination,
.post-navigation {
    margin-top: 28px;
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.page-numbers,
.nav-previous a,
.nav-next a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 8px 14px;
    background: var(--byoffer-surface);
    border: 1px solid var(--byoffer-border);
    border-radius: var(--byoffer-radius);
    color: var(--byoffer-text);
    font-weight: 700;
}

.page-numbers.current {
    background: var(--byoffer-primary);
    border-color: var(--byoffer-primary);
    color: #ffffff;
}

.site-footer {
    padding: 0;
    background: #202431;
    color: #d8dde8;
}

.site-footer__layout {
    display: grid;
    grid-template-columns: minmax(300px, 428px) minmax(0, 1fr);
    width: min(100%, 1460px);
    margin: 0 auto;
}

.site-footer__brand {
    min-width: 0;
    padding: 36px 42px 48px;
    background: #171c28;
}

.site-footer__main {
    min-width: 0;
    padding: 12px 64px 46px 34px;
}

.site-footer .widget {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.site-footer a {
    color: #ffffff;
}

.site-footer__logo,
.site-footer__site-name {
    display: inline-flex;
    align-items: center;
    margin-bottom: 28px;
}

.site-footer__logo {
    max-width: min(280px, 100%);
}

.site-footer__logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 112px;
    object-fit: contain;
}

.site-footer__site-name {
    color: #ffffff;
    font-family: var(--byoffer-font-heading);
    font-size: 30px;
    font-weight: 900;
    line-height: 1.05;
    text-decoration: none;
}

.site-footer__summary {
    max-width: 280px;
    color: rgba(244, 247, 251, 0.86);
    font-family: var(--byoffer-font-content);
    font-size: 14px;
    font-weight: 550;
    line-height: 1.72;
}

.site-footer__summary p {
    margin: 0 0 14px;
}

.site-footer__summary p:last-child {
    margin-bottom: 0;
}

.site-footer__social {
    margin-top: 68px;
}

.site-footer__social-title {
    margin: 0 0 18px;
    color: #ffffff;
    font-family: var(--byoffer-font-heading);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.3;
}

.theme-title-dot .site-footer__social-title::after {
    color: var(--byoffer-primary);
    content: ".";
}

.site-footer__social-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 16px;
}

.site-footer__social-link {
    display: inline-grid;
    grid-template-columns: 40px auto;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.2;
    text-decoration: none;
}

.site-footer__social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 3px;
}

.site-footer__social-icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.site-footer__social-link:hover .site-footer__social-icon,
.site-footer__social-link:focus .site-footer__social-icon {
    background: var(--byoffer-primary);
}

.site-footer__contactbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    min-height: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__contact-link {
    display: inline-flex;
    align-items: center;
    min-height: 52px;
    padding: 0 34px;
    gap: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.2;
    text-decoration: none;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__contact-link:first-child {
    padding-left: 0;
    border-left: 0;
}

.site-footer__contact-icon {
    display: inline-flex;
    color: var(--byoffer-primary);
}

.site-footer__contact-icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.site-footer__widgets {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px;
    padding-top: 36px;
}

.has-title-image .page-header {
    background-image:
        linear-gradient(120deg, rgba(16, 24, 39, 0.78), rgba(16, 24, 39, 0.52)),
        var(--byoffer-title-image);
    background-position: center;
    background-size: cover;
    color: #ffffff;
}

.has-title-image .page-header .page-title,
.has-title-image .page-header a {
    color: #ffffff;
}

.theme-title-dot .widget-title::after,
.theme-title-dot .entry-order-form h2::after,
.theme-title-dot .entry-related h2::after {
    color: var(--byoffer-primary);
    content: ".";
}

.site-footer .widget-title,
.site-footer .byoffer-text-widget__title,
.site-footer .byoffer-footer-menu__title {
    margin: 0 0 18px;
    color: #ffffff;
    font-family: var(--byoffer-font-heading);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.3;
}

.site-footer .widget-title {
    display: block;
}

.site-footer .textwidget,
.site-footer .widget_text,
.site-footer .byoffer-text-widget__content {
    color: rgba(244, 247, 251, 0.86);
    font-family: var(--byoffer-font-content);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.75;
}

.site-footer .textwidget p {
    margin: 0 0 14px;
}

.site-footer .textwidget p:last-child {
    margin-bottom: 0;
}

.site-footer .byoffer-text-widget {
    padding: 0;
    color: rgba(244, 247, 251, 0.86);
    background: transparent;
    border: 0;
    text-align: left;
}

.site-footer .byoffer-text-widget__title {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.3;
}

.site-footer .byoffer-text-widget__slogan {
    margin: -10px 0 18px;
    color: rgba(216, 224, 236, 0.72);
    font-size: 13px;
    font-weight: 550;
    letter-spacing: 0;
    text-transform: none;
}

.byoffer-footer-copy,
.site-footer__bottom p {
    margin: 0;
}

.byoffer-footer-menu {
    color: #d8e0ec;
}

.byoffer-footer-menu__title {
    margin: 0 0 18px;
    color: #ffffff;
    font-family: var(--byoffer-font-heading);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.3;
}

.theme-title-dot .byoffer-footer-menu__title::after {
    color: var(--byoffer-primary);
    content: ".";
}

.byoffer-footer-menu__slogan {
    margin: -10px 0 18px;
    color: rgba(216, 224, 236, 0.72);
    font-size: 13px;
    font-weight: 550;
    line-height: 1.65;
}

.byoffer-footer-menu__slogan p {
    margin: 0;
}

.byoffer-footer-menu__list,
.byoffer-footer-menu__list ul {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.byoffer-footer-menu__list ul {
    gap: 10px;
    margin: 10px 0 0 14px;
}

.byoffer-footer-menu__list a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding-left: 0;
    color: rgba(255, 255, 255, 0.88);
    font-family: var(--byoffer-font-menu);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
}

.byoffer-footer-menu__list a::before {
    display: none;
}

.byoffer-footer-menu__list a:hover,
.byoffer-footer-menu__list a:focus {
    color: var(--byoffer-primary);
    transform: translateX(2px);
}

.byoffer-footer-menu__list .current-menu-item > a {
    color: #ffffff;
}

.footer-menu {
    display: flex;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.byoffer-social-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.byoffer-social-links--mobile {
    display: none;
}

.byoffer-social-links__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
}

.byoffer-social-links__link:hover,
.byoffer-social-links__link:focus {
    color: #ffffff;
    background: var(--byoffer-primary);
    border-color: var(--byoffer-primary);
}

.byoffer-social-links__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.byoffer-social-links__icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.byoffer-social-links--footer .byoffer-social-links__link {
    width: 36px;
    height: 36px;
}

.byoffer-footer-white {
    background: #ffffff;
    color: var(--byoffer-text);
    border-top: 1px solid var(--byoffer-border);
}

.byoffer-footer-white .site-footer__brand {
    background: #f7f9fc;
}

.byoffer-footer-white .site-footer__main {
    background: #ffffff;
}

.byoffer-footer-white .widget,
.byoffer-footer-white .byoffer-footer-menu-widget-host {
    background: transparent;
    border: 0;
}

.byoffer-footer-white .site-footer__contactbar {
    border-bottom-color: var(--byoffer-border);
}

.byoffer-footer-white .site-footer__contact-link {
    color: var(--byoffer-heading);
    border-left-color: var(--byoffer-border);
}

.byoffer-footer-white .site-footer__site-name,
.byoffer-footer-white .site-footer__social-title,
.byoffer-footer-white .widget-title,
.byoffer-footer-white .byoffer-text-widget__title,
.byoffer-footer-white .byoffer-footer-menu__title {
    color: var(--byoffer-heading);
}

.byoffer-footer-white .site-footer__summary,
.byoffer-footer-white .site-footer .textwidget,
.byoffer-footer-white .textwidget,
.byoffer-footer-white .byoffer-text-widget,
.byoffer-footer-white .byoffer-text-widget__content {
    color: var(--byoffer-text);
}

.byoffer-footer-white .site-footer__social-link {
    color: var(--byoffer-text);
}

.byoffer-footer-white .site-footer__social-icon {
    color: var(--byoffer-heading);
    background: #eef2f7;
}

.byoffer-footer-white .byoffer-footer-menu {
    color: var(--byoffer-muted);
}

.byoffer-footer-white .byoffer-footer-menu__title {
    color: var(--byoffer-heading);
}

.byoffer-footer-white .byoffer-footer-menu__slogan {
    color: var(--byoffer-muted);
}

.byoffer-footer-white .byoffer-footer-menu__list a {
    color: var(--byoffer-text);
}

.byoffer-footer-white .byoffer-footer-menu__list a:hover,
.byoffer-footer-white .byoffer-footer-menu__list a:focus,
.byoffer-footer-white .byoffer-footer-menu__list .current-menu-item > a {
    color: var(--byoffer-primary);
}

.byoffer-footer-white a,
.byoffer-footer-white .footer-menu a,
.byoffer-footer-white .byoffer-social-links__link {
    color: var(--byoffer-text);
}

.byoffer-footer-white .byoffer-social-links__link {
    background: #f7f9fc;
    border-color: var(--byoffer-border);
}

.byoffer-footer-white .site-footer__bottom {
    border-top-color: var(--byoffer-border);
}

.byoffer-footer-backtop {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1040;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    color: #ffffff;
    background: var(--byoffer-primary);
    border: 0;
    border-radius: 6px;
    box-shadow: 0 16px 30px rgba(16, 24, 39, 0.2);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease, background-color 0.22s ease;
}

.byoffer-footer-backtop:hover,
.byoffer-footer-backtop:focus {
    background: var(--byoffer-primary-dark);
}

.byoffer-footer-backtop.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.byoffer-footer-backtop__icon {
    font-size: 22px;
    line-height: 1;
}

body.byoffer-backtop-hidden .byoffer-footer-backtop {
    display: none !important;
}

body.has-byoffer-whatsapp-widget.byoffer-whatsapp-position-right .byoffer-footer-backtop {
    right: 98px;
}

body.has-byoffer-quick-contact-right .byoffer-footer-backtop {
    right: 24px;
    bottom: 24px;
}

body.has-byoffer-quick-contact-right .byoffer-quick-contact--right {
    right: 94px;
}

@media (max-width: 900px) {
    .menu-toggle {
        display: inline-flex;
    }

    .main-navigation {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        padding: 18px 16px 24px;
        background: var(--byoffer-surface);
        border-bottom: 1px solid var(--byoffer-border);
    }

    .main-navigation.is-open {
        display: block;
    }

    .main-navigation ul {
        display: grid;
        gap: 12px;
        width: min(1180px, calc(100% - 32px));
        margin-inline: auto;
    }

    .content-layout {
        grid-template-columns: 1fr;
    }

    .content-layout--page {
        grid-template-columns: 1fr;
    }

    .content-layout__main {
        order: 1;
    }

    .content-layout__sidebar {
        order: 2;
        position: static;
    }

    .mobile-hide-sidebar .content-layout__sidebar {
        display: none;
    }

    .home-widget-area,
    .site-footer__widgets {
        grid-template-columns: 1fr 1fr;
    }

    .site-footer__layout {
        grid-template-columns: 1fr;
    }

    .site-footer__brand,
    .site-footer__main {
        padding: 32px 24px;
    }

    .site-footer__summary {
        max-width: 680px;
    }

    .site-footer__social {
        margin-top: 34px;
    }

    .site-footer__contactbar {
        min-height: auto;
        padding-bottom: 22px;
    }

    .site-footer__contact-link {
        padding: 0 24px;
    }

    .home-widgets {
        margin-top: 0;
        padding-bottom: 44px;
        background: transparent;
    }

    .home-widgets--with-slider {
        margin-top: -72px;
    }

    .byoffer-home-arc-slider::after {
        bottom: -58px;
        height: 118px;
    }

    .home-widgets--with-slider:has(.byoffer-icon-menu-widget) {
        margin-top: -72px;
        background: transparent;
    }

    .home-widgets::before {
        display: none;
    }

    .home-widgets--desktop .byoffer-icon-menu-widget-host,
    .home-widgets--desktop .byoffer-icon-box2-widget-host,
    .home-widgets--desktop .byoffer-slogan1-widget-host,
    .home-widgets--desktop .byoffer-about1-widget-host {
        margin-top: 0;
    }

    .byoffer-slogan1 {
        padding: 44px 0;
    }

    .byoffer-slogan1--has-image.byoffer-slogan1--image-right .byoffer-slogan1__inner,
    .byoffer-slogan1--has-image.byoffer-slogan1--image-left .byoffer-slogan1__inner {
        grid-template-columns: 1fr;
    }

    .byoffer-slogan1--has-image.byoffer-slogan1--image-left .byoffer-slogan1__media {
        order: 2;
    }

    .byoffer-icon-menu-widget__grid,
    .byoffer-icon-box2__grid {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    }

    .byoffer-icon-menu-widget__track,
    .byoffer-icon-box2__track {
        grid-auto-columns: calc((100% - 28px) / 2);
    }

    .byoffer-social-links--mobile {
        display: flex;
        width: min(1180px, calc(100% - 32px));
        margin: 14px auto 0;
    }

    .byoffer-page-hero {
        padding: 58px 0 88px;
    }

    .byoffer-page-hero__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .byoffer-page-breadcrumb__list {
        justify-content: flex-start;
    }

    .byoffer-footer-mobile-hidden {
        display: none;
    }
}

@media (max-width: 640px) {
    .byoffer-container {
        width: min(100% - 24px, var(--byoffer-site-width, 1180px));
    }

    .site-main {
        padding: 30px 0;
    }

    .site-main--home {
        padding-top: 0;
    }

    .site-main--page {
        padding-top: 0;
    }

    .site-header__inner {
        min-height: 68px;
    }

    .custom-logo-link img {
        max-height: var(--byoffer-mobile-logo-height, 40px);
    }

    .home-slider,
    .home-hero {
        min-height: var(--byoffer-slider-mobile-height);
    }

    .byoffer-home-arc-slider::after {
        bottom: -42px;
        height: 88px;
    }

    .home-widgets--desktop {
        display: none;
    }

    .home-widgets--desktop.home-widgets--mobile-fallback {
        display: block;
        margin-top: 0;
        padding-bottom: 34px;
        background: transparent;
    }

    .home-widgets--desktop.home-widgets--mobile-fallback.home-widgets--with-slider {
        margin-top: -42px;
    }

    .home-widgets--mobile {
        display: block;
        margin-top: 0;
        padding-bottom: 34px;
        background: transparent;
    }

    .home-widgets--mobile.home-widgets--with-slider,
    .home-widgets--mobile.home-widgets--with-slider:has(.byoffer-icon-menu-widget) {
        margin-top: -42px;
        background: transparent;
    }

    .home-widgets::before {
        display: none;
    }

    .home-widget-area,
    .site-footer__widgets {
        grid-template-columns: 1fr;
    }

    .site-footer__brand,
    .site-footer__main {
        padding: 28px 18px;
    }

    .site-footer__logo img {
        max-width: min(220px, 100%);
        max-height: var(--byoffer-footer-mobile-logo-height, 86px);
    }

    .site-footer__contactbar {
        display: grid;
        gap: 10px;
    }

    .site-footer__contact-link {
        width: 100%;
        min-height: 44px;
        padding: 0;
        border-left: 0;
    }

    .site-footer__widgets {
        gap: 28px;
        padding-top: 28px;
    }

    .byoffer-icon-menu-widget__track,
    .byoffer-icon-box2__track {
        grid-auto-columns: 100%;
        gap: 18px;
    }

    .entry-card {
        grid-template-columns: 1fr;
    }

    .entry-card__media {
        min-height: 220px;
    }

    .page-header,
    .entry-content-wrap,
    .no-results,
    .not-found,
    .widget {
        padding: 22px;
    }

    .byoffer-page-hero {
        padding: 42px 0 72px;
    }

    .byoffer-page-hero__title {
        font-size: clamp(32px, 10vw, 46px);
    }

    .byoffer-page-shell {
        margin-top: -34px;
    }

    .home-widgets--desktop .byoffer-icon-menu-widget-host,
    .home-widgets--mobile .byoffer-icon-menu-widget-host,
    .home-widgets--desktop .byoffer-icon-box2-widget-host,
    .home-widgets--mobile .byoffer-icon-box2-widget-host,
    .home-widgets--desktop .byoffer-slogan1-widget-host,
    .home-widgets--mobile .byoffer-slogan1-widget-host,
    .home-widgets--desktop .byoffer-about1-widget-host,
    .home-widgets--mobile .byoffer-about1-widget-host {
        margin-top: 0;
        padding-top: 0;
    }

    .byoffer-slogan1 {
        padding: 34px 0;
    }

    .byoffer-slogan1__inner,
    .byoffer-slogan1--style-2 .byoffer-slogan1__inner,
    .byoffer-slogan1--style-4 .byoffer-slogan1__inner,
    .byoffer-slogan1--style-6 .byoffer-slogan1__inner,
    .byoffer-slogan1--style-8 .byoffer-slogan1__inner,
    .byoffer-slogan1--style-11 .byoffer-slogan1__inner {
        padding: 26px 22px;
    }

    .byoffer-slogan1__title {
        font-size: clamp(25px, 8vw, 34px);
    }

    .byoffer-slogan1__text {
        font-size: 16px;
    }

    .byoffer-slogan1__button {
        width: 100%;
        max-width: 280px;
    }

    .byoffer-icon-menu-widget__slider,
    .byoffer-icon-box2__slider {
        gap: 10px;
    }

    .byoffer-icon-menu-widget__nav,
    .byoffer-icon-box2__nav {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .entry-content-wrap--page {
        padding: 28px 22px 24px;
    }

    .entry-content-wrap--page::before {
        margin-bottom: 22px;
    }

    .entry-content-wrap--page .entry-content {
        font-size: 16px;
        line-height: 1.8;
    }

    .byoffer-sidebar-menu__link {
        min-height: 56px;
        font-size: 15px;
    }

    .byoffer-sidebar-menu__toggle {
        min-height: 56px;
    }

    .entry-featured-image--full {
        margin-right: -22px;
        margin-left: -22px;
    }

    .entry-related__grid {
        grid-template-columns: 1fr;
    }

    .byoffer-contact-items {
        grid-template-columns: 1fr;
    }

    .byoffer-contact-page__split {
        grid-template-columns: 1fr;
    }

    .byoffer-contact-item {
        grid-template-columns: 42px minmax(0, 1fr);
        padding: 16px;
    }

    .byoffer-contact-item__icon {
        width: 42px;
        height: 42px;
    }

    .byoffer-whatsapp-widget {
        bottom: 16px;
    }

    .byoffer-whatsapp-widget--left {
        left: 12px;
    }

    .byoffer-whatsapp-widget--right {
        right: 12px;
    }

    .byoffer-whatsapp-widget__panel {
        width: min(338px, calc(100vw - 24px));
        padding: 0;
    }

    .byoffer-whatsapp-widget__trigger {
        width: 58px;
        height: 58px;
    }

    .byoffer-quick-contact {
        bottom: 16px;
    }

    .byoffer-quick-contact--left {
        left: 12px;
    }

    .byoffer-quick-contact--right {
        right: 12px;
    }

    .byoffer-quick-contact__link {
        width: 54px;
        height: 54px;
    }

    .byoffer-footer-backtop {
        right: 16px;
        bottom: 16px;
    }

    .byoffer-social-links--mobile {
        width: min(100% - 24px, var(--byoffer-site-width, 1180px));
    }

    body.has-byoffer-whatsapp-widget.byoffer-whatsapp-position-right .byoffer-footer-backtop {
        right: 84px;
    }

    body.has-byoffer-quick-contact-right .byoffer-footer-backtop {
        right: 12px;
        bottom: 16px;
    }

    body.has-byoffer-quick-contact-right .byoffer-quick-contact--right {
        right: 76px;
    }

    body.has-byoffer-quick-contact-right .byoffer-quick-contact--right.byoffer-quick-contact--whatsapp .byoffer-whatsapp-widget__panel {
        right: -64px;
    }

    .site-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Header layout inspired by the slider hero design. */
:root {
    --byoffer-header-top: #0b1220;
    --byoffer-header-main: #0f172a;
    --byoffer-header-line: rgba(255, 255, 255, 0.08);
    --byoffer-header-text: #f8fafc;
    --byoffer-header-muted: #c6d0de;
    --byoffer-orange: #2d5b9f;
    --byoffer-orange-dark: #21467e;
}

[hidden] {
    display: none !important;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--byoffer-header-main);
    border-bottom: 1px solid var(--byoffer-header-line);
    backdrop-filter: none;
}

.admin-bar .site-header {
    top: 32px;
}

.site-topbar {
    background: var(--byoffer-header-top);
    border-bottom: 1px solid var(--byoffer-header-line);
}

.site-topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 46px;
    gap: 18px;
}

.site-topbar__contact,
.site-topbar__language {
    display: flex;
    align-items: center;
    gap: 18px;
}

.site-topbar a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--byoffer-header-text);
    font-size: 13px;
    font-weight: 700;
}

.site-topbar a:hover,
.site-topbar a:focus {
    color: #ffffff;
}

.site-topbar svg,
.main-navigation svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.site-topbar__contact svg {
    color: var(--byoffer-orange);
}

.language-flag {
    width: 18px;
    height: 12px;
    display: inline-block;
    border-radius: 1px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.language-flag--tr {
    background: #e30a17;
}

.language-flag--en {
    background:
        linear-gradient(90deg, transparent 42%, #ffffff 42% 58%, transparent 58%),
        linear-gradient(transparent 38%, #ffffff 38% 62%, transparent 62%),
        linear-gradient(90deg, transparent 46%, #c8102e 46% 54%, transparent 54%),
        linear-gradient(transparent 44%, #c8102e 44% 56%, transparent 56%),
        #012169;
}

.site-navbar {
    background:
        radial-gradient(circle at 32% 100%, rgba(255, 255, 255, 0.035), transparent 26%),
        var(--byoffer-header-main);
}

.site-navbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 74px;
    gap: 22px;
}

.site-branding {
    flex: 0 0 auto;
}

.byoffer-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
}

.byoffer-logo:hover,
.byoffer-logo:focus {
    color: #ffffff;
}

.byoffer-logo__mark {
    position: relative;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    background: conic-gradient(from 30deg, #ff8a00, #ff6500, #f59b23, #ff8a00);
    clip-path: polygon(50% 0, 100% 24%, 100% 76%, 50% 100%, 0 76%, 0 24%);
}

.byoffer-logo__mark::before,
.byoffer-logo__mark::after {
    position: absolute;
    inset: 8px;
    content: "";
    border: 1px solid rgba(18, 24, 37, 0.42);
    transform: rotate(30deg);
}

.byoffer-logo__text,
.site-title {
    color: #ffffff;
    font-size: 25px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

.custom-logo-link img {
    max-height: var(--byoffer-desktop-logo-height, 50px);
    width: auto;
}

.main-navigation {
    margin-left: auto;
}

.main-navigation .primary-menu {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-navigation .primary-menu > .menu-item {
    position: relative;
}

.main-navigation a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 48px;
    color: var(--byoffer-header-muted);
    font-family: var(--byoffer-font-menu);
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation .current-menu-item > a {
    color: #ffffff;
}

.main-navigation .current-menu-item:not(.ozel) > a::before {
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 5px;
    height: 5px;
    content: "";
    background: var(--byoffer-orange);
    border-radius: 50%;
    transform: translateX(-50%);
}

.menu-item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
}

.menu-item-icon svg {
    width: 17px;
    height: 17px;
}

.main-navigation .menu-item-has-children > a::after,
.main-navigation .menu-item-has-arrow > a::after {
    width: 6px;
    height: 6px;
    margin-left: 1px;
    content: "";
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
}

.main-navigation .sub-menu {
    position: absolute;
    top: 100%;
    left: -16px;
    z-index: 20;
    display: none;
    min-width: 240px;
    padding: 12px;
    margin: 0;
    list-style: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
    border: 1px solid rgba(16, 24, 39, 0.08);
    border-radius: 18px;
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.16);
    backdrop-filter: blur(14px);
}

.main-navigation .menu-item:hover > .sub-menu,
.main-navigation .menu-item:focus-within > .sub-menu {
    display: grid;
    gap: 6px;
}

.main-navigation .sub-menu a {
    min-height: auto;
    width: 100%;
    padding: 12px 14px;
    color: var(--byoffer-text);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    background: transparent;
    border-radius: 12px;
    white-space: normal;
    transition:
        color 160ms ease,
        background-color 160ms ease,
        transform 160ms ease;
}

.main-navigation .sub-menu a:hover,
.main-navigation .sub-menu a:focus {
    color: var(--byoffer-primary);
    background: color-mix(in srgb, var(--byoffer-primary) 8%, #ffffff);
    transform: translateX(2px);
}

.main-navigation .ozel > a {
    min-height: 40px;
    padding: 0 16px;
    color: #ffffff;
    background: var(--byoffer-orange);
    border-radius: 4px;
}

.main-navigation .ozel > a:hover,
.main-navigation .ozel > a:focus {
    color: #ffffff;
    background: var(--byoffer-orange-dark);
}

.main-navigation .ozel > a::after,
.main-navigation .ozel > a::before {
    display: none;
}

.menu-item-search {
    position: relative;
}

.menu-search-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    color: var(--byoffer-header-text);
    background: transparent;
    border: 0;
    cursor: pointer;
}

.menu-search-toggle:hover,
.menu-search-toggle:focus {
    color: #ffffff;
}

.menu-search-toggle svg {
    width: 22px;
    height: 22px;
}

.menu-search-panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    z-index: 25;
    width: 300px;
    padding: 10px;
    background: #ffffff;
    border: 1px solid rgba(16, 24, 39, 0.1);
    border-radius: var(--byoffer-radius);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.menu-search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    gap: 8px;
}

.menu-search-form input {
    min-width: 0;
    height: 42px;
    padding: 0 12px;
    color: var(--byoffer-text);
    border: 1px solid var(--byoffer-border);
    border-radius: 4px;
}

.menu-search-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #ffffff;
    background: var(--byoffer-orange);
    border: 0;
    border-radius: 4px;
    cursor: pointer;
}

.menu-search-form button svg {
    width: 18px;
    height: 18px;
}

.menu-toggle {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.16);
}

.menu-toggle__bar,
.menu-toggle__bar::before,
.menu-toggle__bar::after {
    background: #ffffff;
}

@media (max-width: 1100px) {
    .main-navigation .primary-menu {
        gap: 12px;
    }

    .main-navigation a {
        font-size: 13px;
    }
}

@media (max-width: 900px) {
    .site-topbar__inner {
        min-height: auto;
        padding: 10px 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .site-topbar__contact,
    .site-topbar__language {
        flex-wrap: wrap;
        gap: 10px 14px;
    }

    .site-navbar__inner {
        min-height: 68px;
    }

    .main-navigation {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        padding: 16px 0 20px;
        background: var(--byoffer-header-main);
        border-top: 1px solid var(--byoffer-header-line);
        border-bottom: 1px solid var(--byoffer-header-line);
    }

    .main-navigation.is-open {
        display: block;
    }

    .main-navigation .primary-menu {
        display: grid;
        width: min(1180px, calc(100% - 32px));
        gap: 4px;
        margin-inline: auto;
    }

    .main-navigation a {
        width: 100%;
        min-height: 44px;
        padding: 8px 0;
    }

    .main-navigation .current-menu-item:not(.ozel) > a::before {
        left: -11px;
        bottom: 50%;
        transform: translateY(50%);
    }

    .main-navigation .ozel > a {
        justify-content: center;
        width: fit-content;
        margin-top: 8px;
        padding: 0 18px;
    }

    .main-navigation .sub-menu {
        position: static;
        display: grid;
        min-width: 0;
        padding: 10px 0 4px 14px;
        gap: 8px;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    .main-navigation .sub-menu a {
        color: var(--byoffer-header-muted);
        padding: 12px 14px;
        background: #ffffff;
        border: 1px solid rgba(226, 232, 240, 0.95);
        border-radius: 14px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.4;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    }

    .menu-search-toggle {
        justify-content: flex-start;
        width: 100%;
        height: 44px;
    }

    .menu-search-panel {
        position: static;
        width: 100%;
        margin: 4px 0 8px;
    }
}

@media (max-width: 782px) {
    .admin-bar .site-header {
        top: 46px;
    }
}

body:not(.desktop-sticky-header) .site-header {
    position: relative;
    top: auto;
}

body:not(.desktop-sticky-header).admin-bar .site-header {
    top: auto;
}

.desktop-sticky-header .site-header {
    position: sticky;
}

.header-design-simple .site-topbar {
    display: none;
}

.header-design-simple .site-header,
.header-design-simple .site-navbar {
    background: #ffffff;
}

.header-design-simple .byoffer-logo,
.header-design-simple .byoffer-logo:hover,
.header-design-simple .byoffer-logo:focus,
.header-design-simple .byoffer-logo__text,
.header-design-simple .site-title,
.header-design-simple .main-navigation a,
.header-design-simple .menu-search-toggle {
    color: var(--byoffer-text);
}

.header-design-simple .menu-toggle__bar,
.header-design-simple .menu-toggle__bar::before,
.header-design-simple .menu-toggle__bar::after {
    background: var(--byoffer-text);
}

.header-design-overlay .site-header {
    width: 100%;
    background: linear-gradient(180deg, rgba(8, 13, 23, 0.72), rgba(8, 13, 23, 0.42));
    border-bottom-color: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.header-design-overlay:not(.desktop-sticky-header) .site-header {
    position: absolute;
}

.header-design-overlay .site-topbar,
.header-design-overlay .site-navbar {
    background: transparent;
}

.header-design-overlay .site-topbar {
    border-bottom-color: transparent;
}

@media (max-width: 900px) {
    body:not(.mobile-sticky-header) .site-header {
        position: relative;
        top: auto;
    }

    body:not(.mobile-sticky-header).admin-bar .site-header {
        top: auto;
    }

    .mobile-sticky-header .site-header {
        position: sticky;
    }
}

.byoffer-photo-gallery1,
.byoffer-photo-gallery1__title,
.byoffer-gallery-lightbox__title {
    font-family: var(--byoffer-font-heading);
}

.byoffer-photo-gallery1__eyebrow,
.byoffer-photo-gallery1__empty,
.byoffer-photo-gallery1__nav,
.byoffer-gallery-lightbox__text,
.byoffer-gallery-lightbox__close,
.byoffer-gallery-lightbox__nav {
    font-family: var(--byoffer-font-content);
}

.byoffer-photo-gallery1-widget-host,
.byoffer-photo-gallery1-widget-host.widget {
    grid-column: 1 / -1;
    padding: 0;
    overflow: visible;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.home-widgets .byoffer-photo-gallery1-widget-host.widget,
.home-widgets--desktop .byoffer-photo-gallery1-widget-host,
.home-widgets--mobile .byoffer-photo-gallery1-widget-host {
    position: relative;
    z-index: 3;
    margin-top: 0;
    padding-top: 0;
}

.byoffer-photo-gallery1 {
    --byoffer-photo-gallery1-bg: #ffffff;
    --byoffer-photo-gallery1-surface: #ffffff;
    --byoffer-photo-gallery1-surface-soft: #f8fafc;
    --byoffer-photo-gallery1-text: var(--byoffer-text);
    --byoffer-photo-gallery1-heading: var(--byoffer-heading);
    --byoffer-photo-gallery1-muted: color-mix(in srgb, var(--byoffer-text) 54%, white 46%);
    --byoffer-photo-gallery1-accent: var(--byoffer-primary);
    --byoffer-photo-gallery1-accent-2: var(--byoffer-orange);
    --byoffer-photo-gallery1-border: rgba(148, 163, 184, 0.22);
    --byoffer-photo-gallery1-shadow: 0 24px 54px rgba(15, 23, 42, 0.12);
    --byoffer-photo-gallery1-overlay: linear-gradient(180deg, rgba(15, 23, 42, 0.04), rgba(15, 23, 42, 0.58));
    --byoffer-photo-gallery1-gap: 4px;
    --byoffer-photo-gallery1-radius: 0;
    --byoffer-photo-gallery1-viewport-width: min(1880px, calc(100vw - 42px));
    position: relative;
    padding: 72px 0;
    color: var(--byoffer-photo-gallery1-text);
    background: var(--byoffer-photo-gallery1-bg);
}

.home-widgets .byoffer-photo-gallery1 {
    padding: 52px 0 28px;
    background: transparent;
}

.byoffer-photo-gallery1--bg-white {
    --byoffer-photo-gallery1-bg: #ffffff;
    --byoffer-photo-gallery1-surface: #ffffff;
}

.byoffer-photo-gallery1--bg-soft {
    --byoffer-photo-gallery1-bg: #f7f8fc;
    --byoffer-photo-gallery1-surface: #ffffff;
}

.byoffer-photo-gallery1--bg-theme {
    --byoffer-photo-gallery1-bg: linear-gradient(180deg, color-mix(in srgb, var(--byoffer-primary) 10%, white 90%), #ffffff 70%);
    --byoffer-photo-gallery1-surface: rgba(255, 255, 255, 0.96);
}

.byoffer-photo-gallery1--bg-transparent {
    --byoffer-photo-gallery1-bg: transparent;
    --byoffer-photo-gallery1-surface: transparent;
    --byoffer-photo-gallery1-border: rgba(255, 255, 255, 0.12);
    --byoffer-photo-gallery1-shadow: none;
}

.byoffer-photo-gallery1--bg-dark {
    --byoffer-photo-gallery1-bg: #0f172a;
    --byoffer-photo-gallery1-surface: #0f172a;
    --byoffer-photo-gallery1-surface-soft: #111c31;
    --byoffer-photo-gallery1-text: rgba(255, 255, 255, 0.82);
    --byoffer-photo-gallery1-heading: #ffffff;
    --byoffer-photo-gallery1-muted: rgba(255, 255, 255, 0.66);
    --byoffer-photo-gallery1-border: rgba(255, 255, 255, 0.14);
    --byoffer-photo-gallery1-shadow: 0 24px 54px rgba(2, 6, 23, 0.34);
    --byoffer-photo-gallery1-overlay: linear-gradient(180deg, rgba(2, 6, 23, 0.08), rgba(2, 6, 23, 0.7));
}

.byoffer-photo-gallery1__inner {
    width: min(var(--byoffer-site-width, 1180px), calc(100% - 32px));
    margin-inline: auto;
}

.byoffer-photo-gallery1__header {
    max-width: 780px;
    margin: 0 auto 34px;
    text-align: center;
}

.byoffer-photo-gallery1--align-left .byoffer-photo-gallery1__header {
    margin-inline: 0 auto;
    text-align: left;
}

.byoffer-photo-gallery1--align-right .byoffer-photo-gallery1__header {
    margin-inline: auto 0;
    text-align: right;
}

.byoffer-photo-gallery1__eyebrow {
    margin: 0 0 10px;
    color: var(--byoffer-photo-gallery1-accent-2);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.byoffer-photo-gallery1__title {
    margin: 0;
    color: var(--byoffer-photo-gallery1-heading);
    font-size: clamp(28px, 4.4vw, 56px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0;
}

.byoffer-photo-gallery1__title::after {
    display: inline-block;
    margin-left: 0.12em;
    color: var(--byoffer-photo-gallery1-accent-2);
    content: ".";
}

.byoffer-photo-gallery1__slider-shell {
    position: relative;
}

.byoffer-photo-gallery1__bleed {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.byoffer-photo-gallery1__slider {
    position: relative;
}

.byoffer-photo-gallery1__viewport {
    overflow: hidden;
    scroll-behavior: smooth;
}

.byoffer-photo-gallery1__track {
    display: flex;
}

.byoffer-photo-gallery1__slide {
    flex: 0 0 100%;
    width: 100%;
}

.byoffer-photo-gallery1__mosaic {
    width: var(--byoffer-photo-gallery1-viewport-width);
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: 72px;
    gap: var(--byoffer-photo-gallery1-gap);
    padding: 0;
}

.byoffer-photo-gallery1__item {
    position: relative;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    background: var(--byoffer-photo-gallery1-surface-soft);
    border-radius: var(--byoffer-photo-gallery1-radius);
}

.byoffer-photo-gallery1__item-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: var(--byoffer-photo-gallery1-surface-soft);
}

.byoffer-photo-gallery1__item-link[href] {
    cursor: zoom-in;
}

.byoffer-photo-gallery1__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.45s ease, filter 0.35s ease;
}

.byoffer-photo-gallery1__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--byoffer-photo-gallery1-overlay);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.byoffer-photo-gallery1__overlay-icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: color-mix(in srgb, var(--byoffer-photo-gallery1-accent-2) 78%, white 22%);
    border-radius: 999px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.24);
    transform: translateY(10px) scale(0.94);
    transition: transform 0.35s ease;
}

.byoffer-photo-gallery1__overlay-icon svg {
    width: 22px;
    height: 22px;
    stroke-width: 1.8;
}

.byoffer-photo-gallery1__item-link:hover .byoffer-photo-gallery1__image,
.byoffer-photo-gallery1__item-link:focus .byoffer-photo-gallery1__image,
.byoffer-photo-gallery1__item-link:focus-visible .byoffer-photo-gallery1__image {
    transform: scale(1.06);
    filter: saturate(1.06);
}

.byoffer-photo-gallery1__item-link:hover .byoffer-photo-gallery1__overlay,
.byoffer-photo-gallery1__item-link:focus .byoffer-photo-gallery1__overlay,
.byoffer-photo-gallery1__item-link:focus-visible .byoffer-photo-gallery1__overlay {
    opacity: 1;
}

.byoffer-photo-gallery1__item-link:hover .byoffer-photo-gallery1__overlay-icon,
.byoffer-photo-gallery1__item-link:focus .byoffer-photo-gallery1__overlay-icon,
.byoffer-photo-gallery1__item-link:focus-visible .byoffer-photo-gallery1__overlay-icon {
    transform: translateY(0) scale(1);
}

.byoffer-photo-gallery1__nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: var(--byoffer-photo-gallery1-heading);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.88);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.16);
    cursor: pointer;
    transform: translateY(-50%);
    transition: background 0.25s ease, color 0.25s ease, opacity 0.25s ease;
}

.byoffer-photo-gallery1__nav:hover,
.byoffer-photo-gallery1__nav:focus {
    color: #ffffff;
    background: var(--byoffer-photo-gallery1-accent-2);
}

.byoffer-photo-gallery1__nav:disabled {
    opacity: 0.34;
    cursor: default;
}

.byoffer-photo-gallery1__nav svg {
    width: 22px;
    height: 22px;
}

.byoffer-photo-gallery1__nav--prev {
    left: 8px;
}

.byoffer-photo-gallery1__nav--next {
    right: 8px;
}

.byoffer-photo-gallery1.is-single-slide .byoffer-photo-gallery1__nav {
    opacity: 0;
    pointer-events: none;
}

.byoffer-photo-gallery1__empty {
    padding: 22px 24px;
    color: var(--byoffer-photo-gallery1-muted);
    background: var(--byoffer-photo-gallery1-surface);
    border: 1px dashed var(--byoffer-photo-gallery1-border);
    border-radius: 10px;
    text-align: center;
}

.byoffer-photo-gallery1__item--pattern-1 {
    grid-column: span 2;
    grid-row: span 2;
}

.byoffer-photo-gallery1__item--pattern-2 {
    grid-column: span 1;
    grid-row: span 1;
}

.byoffer-photo-gallery1__item--pattern-3 {
    grid-column: span 1;
    grid-row: span 1;
}

.byoffer-photo-gallery1__item--pattern-4 {
    grid-column: span 3;
    grid-row: span 2;
}

.byoffer-photo-gallery1__item--pattern-5 {
    grid-column: span 2;
    grid-row: span 1;
}

.byoffer-photo-gallery1__item--pattern-6 {
    grid-column: span 3;
    grid-row: span 2;
}

.byoffer-photo-gallery1__item--pattern-7 {
    grid-column: span 1;
    grid-row: span 1;
}

.byoffer-photo-gallery1__item--pattern-8 {
    grid-column: span 3;
    grid-row: span 2;
}

.byoffer-photo-gallery1__item--pattern-9 {
    grid-column: span 1;
    grid-row: span 1;
}

.byoffer-photo-gallery1__item--pattern-10 {
    grid-column: span 1;
    grid-row: span 1;
}

.byoffer-photo-gallery1__item--pattern-11 {
    grid-column: span 1;
    grid-row: span 1;
}

.byoffer-photo-gallery1__item--pattern-12 {
    grid-column: span 2;
    grid-row: span 1;
}

.byoffer-photo-gallery1--style-1 {
    --byoffer-photo-gallery1-gap: 4px;
    --byoffer-photo-gallery1-radius: 0;
}

.byoffer-photo-gallery1--style-2 {
    --byoffer-photo-gallery1-gap: 10px;
    --byoffer-photo-gallery1-radius: 18px;
}

.byoffer-photo-gallery1--style-2 .byoffer-photo-gallery1__mosaic {
    padding-inline: 14px;
}

.byoffer-photo-gallery1--style-3 {
    --byoffer-photo-gallery1-gap: 12px;
    --byoffer-photo-gallery1-radius: 24px;
    --byoffer-photo-gallery1-surface-soft: #0f172a;
    --byoffer-photo-gallery1-overlay: linear-gradient(180deg, rgba(15, 23, 42, 0.02), rgba(15, 23, 42, 0.52));
}

.byoffer-photo-gallery1--style-3 .byoffer-photo-gallery1__item {
    box-shadow: var(--byoffer-photo-gallery1-shadow);
}

.byoffer-photo-gallery1--style-4 {
    --byoffer-photo-gallery1-gap: 6px;
    --byoffer-photo-gallery1-radius: 0;
}

.byoffer-photo-gallery1--style-4 .byoffer-photo-gallery1__item::after {
    position: absolute;
    inset: auto 0 0 0;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, var(--byoffer-photo-gallery1-accent-2), var(--byoffer-photo-gallery1-accent));
}

.byoffer-photo-gallery1--style-5 {
    --byoffer-photo-gallery1-gap: 0;
    --byoffer-photo-gallery1-radius: 0;
}

.byoffer-photo-gallery1--style-5 .byoffer-photo-gallery1__item {
    border: 1px solid rgba(255, 255, 255, 0.94);
}

.byoffer-photo-gallery1--style-6 {
    --byoffer-photo-gallery1-gap: 14px;
    --byoffer-photo-gallery1-radius: 16px;
}

.byoffer-photo-gallery1--style-6 .byoffer-photo-gallery1__item {
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.16);
}

.byoffer-photo-gallery1--style-6 .byoffer-photo-gallery1__item-link {
    border: 1px solid rgba(255, 255, 255, 0.72);
}

.byoffer-photo-gallery1--style-7 {
    --byoffer-photo-gallery1-gap: 10px;
    --byoffer-photo-gallery1-radius: 28px;
}

.byoffer-photo-gallery1--style-7 .byoffer-photo-gallery1__overlay {
    opacity: 1;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, 0.24));
}

.byoffer-photo-gallery1--style-7 .byoffer-photo-gallery1__overlay-icon {
    opacity: 0;
}

.byoffer-photo-gallery1--style-7 .byoffer-photo-gallery1__item-link:hover .byoffer-photo-gallery1__overlay-icon,
.byoffer-photo-gallery1--style-7 .byoffer-photo-gallery1__item-link:focus .byoffer-photo-gallery1__overlay-icon,
.byoffer-photo-gallery1--style-7 .byoffer-photo-gallery1__item-link:focus-visible .byoffer-photo-gallery1__overlay-icon {
    opacity: 1;
}

.byoffer-photo-gallery1--style-8 {
    --byoffer-photo-gallery1-gap: 8px;
    --byoffer-photo-gallery1-radius: 20px;
}

.byoffer-photo-gallery1--style-8 .byoffer-photo-gallery1__item {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
}

.byoffer-photo-gallery1--style-9 {
    --byoffer-photo-gallery1-gap: 12px;
    --byoffer-photo-gallery1-radius: 14px;
}

.byoffer-photo-gallery1--style-9 .byoffer-photo-gallery1__nav {
    color: #ffffff;
    background: rgba(15, 23, 42, 0.82);
    border-color: rgba(15, 23, 42, 0.82);
}

.byoffer-photo-gallery1--style-10 {
    --byoffer-photo-gallery1-gap: 16px;
    --byoffer-photo-gallery1-radius: 30px;
}

.byoffer-photo-gallery1--style-10 .byoffer-photo-gallery1__mosaic {
    padding-inline: 20px;
}

.byoffer-photo-gallery1--style-10 .byoffer-photo-gallery1__item {
    box-shadow: 0 22px 56px rgba(15, 23, 42, 0.16);
}

.byoffer-photo-gallery1--style-11 {
    --byoffer-photo-gallery1-gap: 8px;
    --byoffer-photo-gallery1-radius: 0;
}

.byoffer-photo-gallery1--style-11 .byoffer-photo-gallery1__item-link {
    border: 8px solid rgba(255, 255, 255, 0.92);
}

.byoffer-photo-gallery1--style-12 {
    --byoffer-photo-gallery1-gap: 10px;
    --byoffer-photo-gallery1-radius: 12px;
}

.byoffer-photo-gallery1--style-12 .byoffer-photo-gallery1__item::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    pointer-events: none;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: inherit;
}

.byoffer-gallery-lightbox-open {
    overflow: hidden;
}

.byoffer-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    background: rgba(2, 6, 23, 0.82);
    backdrop-filter: blur(8px);
}

.byoffer-gallery-lightbox__dialog {
    position: relative;
    width: min(1180px, 100%);
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) 64px;
    align-items: center;
    gap: 18px;
}

.byoffer-gallery-lightbox__figure {
    margin: 0;
    text-align: center;
}

.byoffer-gallery-lightbox__image {
    max-width: 100%;
    max-height: min(80vh, 880px);
    display: block;
    margin: 0 auto;
    border-radius: 18px;
    box-shadow: 0 34px 90px rgba(2, 6, 23, 0.45);
}

.byoffer-gallery-lightbox__caption {
    max-width: min(760px, 100%);
    display: grid;
    gap: 6px;
    margin: 16px auto 0;
    color: rgba(255, 255, 255, 0.78);
}

.byoffer-gallery-lightbox__title {
    color: #ffffff;
    font-size: 19px;
    font-weight: 800;
}

.byoffer-gallery-lightbox__text {
    font-size: 14px;
    line-height: 1.6;
}

.byoffer-gallery-lightbox__close,
.byoffer-gallery-lightbox__nav {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    cursor: pointer;
    backdrop-filter: blur(10px);
}

.byoffer-gallery-lightbox__close:hover,
.byoffer-gallery-lightbox__close:focus,
.byoffer-gallery-lightbox__nav:hover,
.byoffer-gallery-lightbox__nav:focus {
    background: rgba(255, 255, 255, 0.22);
}

.byoffer-gallery-lightbox__close {
    position: absolute;
    top: -10px;
    right: 0;
    z-index: 2;
    font-size: 28px;
    line-height: 1;
}

.byoffer-gallery-lightbox__nav:disabled {
    opacity: 0.36;
    cursor: default;
}

@media (max-width: 1280px) {
    .byoffer-photo-gallery1__mosaic {
        grid-auto-rows: 64px;
    }
}

@media (max-width: 980px) {
    .byoffer-photo-gallery1 {
        padding: 54px 0;
    }

    .byoffer-photo-gallery1__header {
        margin-bottom: 28px;
    }

    .byoffer-photo-gallery1__mosaic {
        width: min(100vw - 28px, 1180px);
        grid-template-columns: repeat(6, minmax(0, 1fr));
        grid-auto-rows: 92px;
    }

    .byoffer-photo-gallery1__item--pattern-1,
    .byoffer-photo-gallery1__item--pattern-4,
    .byoffer-photo-gallery1__item--pattern-6,
    .byoffer-photo-gallery1__item--pattern-8 {
        grid-column: span 3;
        grid-row: span 2;
    }

    .byoffer-photo-gallery1__item--pattern-2,
    .byoffer-photo-gallery1__item--pattern-3,
    .byoffer-photo-gallery1__item--pattern-5,
    .byoffer-photo-gallery1__item--pattern-7,
    .byoffer-photo-gallery1__item--pattern-9,
    .byoffer-photo-gallery1__item--pattern-10,
    .byoffer-photo-gallery1__item--pattern-11,
    .byoffer-photo-gallery1__item--pattern-12 {
        grid-column: span 3;
        grid-row: span 1;
    }

    .byoffer-photo-gallery1__nav {
        width: 44px;
        height: 44px;
    }

    .byoffer-gallery-lightbox {
        padding: 20px 16px;
    }

    .byoffer-gallery-lightbox__dialog {
        grid-template-columns: 52px minmax(0, 1fr) 52px;
        gap: 12px;
    }
}

@media (max-width: 640px) {
    .byoffer-photo-gallery1 {
        padding: 42px 0;
    }

    .home-widgets .byoffer-photo-gallery1 {
        padding: 38px 0 12px;
    }

    .byoffer-photo-gallery1__header {
        margin-bottom: 22px;
    }

    .byoffer-photo-gallery1__title {
        font-size: clamp(26px, 8vw, 38px);
    }

    .byoffer-photo-gallery1__mosaic {
        width: calc(100vw - 16px);
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-auto-rows: 82px;
        gap: 4px;
    }

    .byoffer-photo-gallery1__item--pattern-1,
    .byoffer-photo-gallery1__item--pattern-4,
    .byoffer-photo-gallery1__item--pattern-6,
    .byoffer-photo-gallery1__item--pattern-8 {
        grid-column: span 4;
        grid-row: span 2;
    }

    .byoffer-photo-gallery1__item--pattern-2,
    .byoffer-photo-gallery1__item--pattern-3,
    .byoffer-photo-gallery1__item--pattern-5,
    .byoffer-photo-gallery1__item--pattern-7,
    .byoffer-photo-gallery1__item--pattern-9,
    .byoffer-photo-gallery1__item--pattern-10,
    .byoffer-photo-gallery1__item--pattern-11,
    .byoffer-photo-gallery1__item--pattern-12 {
        grid-column: span 2;
        grid-row: span 1;
    }

    .byoffer-photo-gallery1__nav {
        top: calc(50% - 12px);
        width: 38px;
        height: 38px;
    }

    .byoffer-photo-gallery1--style-2 .byoffer-photo-gallery1__mosaic,
    .byoffer-photo-gallery1--style-10 .byoffer-photo-gallery1__mosaic {
        padding-inline: 6px;
    }

    .byoffer-gallery-lightbox__dialog {
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        gap: 8px;
    }

    .byoffer-gallery-lightbox__image {
        max-height: 70vh;
        border-radius: 14px;
    }

    .byoffer-gallery-lightbox__close,
    .byoffer-gallery-lightbox__nav {
        width: 44px;
        height: 44px;
    }
}

.byoffer-advanced-posts1,
.byoffer-advanced-posts1__title,
.byoffer-advanced-posts1__post-title {
    font-family: var(--byoffer-font-heading);
}

.byoffer-advanced-posts1__eyebrow,
.byoffer-advanced-posts1__meta,
.byoffer-advanced-posts1__excerpt,
.byoffer-advanced-posts1__button {
    font-family: var(--byoffer-font-content);
}

.byoffer-advanced-posts1-widget-host,
.byoffer-advanced-posts1-widget-host.widget {
    grid-column: 1 / -1;
    padding: 0;
    overflow: visible;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.home-widgets .byoffer-advanced-posts1-widget-host.widget,
.home-widgets--desktop .byoffer-advanced-posts1-widget-host,
.home-widgets--mobile .byoffer-advanced-posts1-widget-host {
    position: relative;
    z-index: 3;
    margin-top: 0;
    padding-top: 0;
}

.byoffer-advanced-posts1 {
    --byoffer-advanced-posts1-bg: linear-gradient(180deg, color-mix(in srgb, var(--byoffer-primary) 10%, white 90%), #ffffff 72%);
    --byoffer-advanced-posts1-surface: #ffffff;
    --byoffer-advanced-posts1-soft: #eff4fb;
    --byoffer-advanced-posts1-heading: #101827;
    --byoffer-advanced-posts1-text: #445164;
    --byoffer-advanced-posts1-muted: #64748b;
    --byoffer-advanced-posts1-accent: var(--byoffer-orange);
    --byoffer-advanced-posts1-accent-dark: #1c2433;
    --byoffer-advanced-posts1-border: rgba(15, 23, 42, 0.06);
    --byoffer-advanced-posts1-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
    position: relative;
    padding: var(--byoffer-space-section) 0;
    color: var(--byoffer-advanced-posts1-text);
    background: var(--byoffer-advanced-posts1-bg);
}

.home-widgets .byoffer-advanced-posts1 {
    padding: 46px 0 22px;
}

.byoffer-advanced-posts1--bg-white {
    --byoffer-advanced-posts1-bg: #ffffff;
}

.byoffer-advanced-posts1--bg-soft {
    --byoffer-advanced-posts1-bg: #f5f7fb;
}

.byoffer-advanced-posts1--bg-dark {
    --byoffer-advanced-posts1-bg: #0f172a;
    --byoffer-advanced-posts1-surface: #111c31;
    --byoffer-advanced-posts1-soft: #19253d;
    --byoffer-advanced-posts1-heading: #ffffff;
    --byoffer-advanced-posts1-text: rgba(255, 255, 255, 0.78);
    --byoffer-advanced-posts1-muted: rgba(255, 255, 255, 0.64);
    --byoffer-advanced-posts1-border: rgba(255, 255, 255, 0.08);
    --byoffer-advanced-posts1-shadow: 0 24px 56px rgba(2, 6, 23, 0.32);
}

.byoffer-advanced-posts1--bg-transparent {
    --byoffer-advanced-posts1-bg: transparent;
}

.byoffer-advanced-posts1__inner {
    width: min(var(--byoffer-site-width, 1180px), calc(100% - 32px));
    margin-inline: auto;
}

.byoffer-advanced-posts1__header {
    max-width: 860px;
    margin: 0 auto 34px;
    text-align: center;
}

.byoffer-advanced-posts1--align-left .byoffer-advanced-posts1__header {
    margin-inline: 0 auto;
    text-align: left;
}

.byoffer-advanced-posts1--align-right .byoffer-advanced-posts1__header {
    margin-inline: auto 0;
    text-align: right;
}

.byoffer-advanced-posts1__eyebrow {
    margin: 0 0 12px;
    color: var(--byoffer-advanced-posts1-accent);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.byoffer-advanced-posts1__title {
    margin: 0;
    color: var(--byoffer-advanced-posts1-heading);
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0;
}

.byoffer-advanced-posts1__title::after {
    display: inline-block;
    margin-left: 0.12em;
    color: var(--byoffer-advanced-posts1-accent);
    content: ".";
}

.byoffer-advanced-posts1__grid {
    display: grid;
    grid-template-columns: repeat(var(--byoffer-advanced-posts1-cols, 4), minmax(0, 1fr));
    gap: calc(var(--byoffer-space-card-gap) + 6px) var(--byoffer-space-card-gap);
}

.byoffer-advanced-posts1__slider {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
}

.byoffer-advanced-posts1__viewport {
    overflow: auto;
    flex: 1;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.byoffer-advanced-posts1__viewport::-webkit-scrollbar {
    display: none;
}

.byoffer-advanced-posts1__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(250px, calc(100% / var(--byoffer-advanced-posts1-cols, 4)));
    gap: var(--byoffer-space-card-gap);
}

.byoffer-advanced-posts1__slide {
    min-width: 0;
}

.byoffer-advanced-posts1__card {
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 100%;
    color: var(--byoffer-advanced-posts1-text);
    background: var(--byoffer-advanced-posts1-surface);
    border: 1px solid var(--byoffer-advanced-posts1-border);
    border-bottom: 2px solid var(--byoffer-advanced-posts1-accent);
    border-radius: var(--byoffer-radius-md);
    box-shadow: var(--byoffer-shadow-card);
    overflow: hidden;
}

.byoffer-advanced-posts1__media {
    display: block;
    aspect-ratio: 1 / 0.66;
    background: var(--byoffer-advanced-posts1-soft);
}

.byoffer-advanced-posts1__image,
.byoffer-advanced-posts1__placeholder {
    width: 100%;
    height: 100%;
    display: block;
}

.byoffer-advanced-posts1__image {
    object-fit: cover;
    transition: transform 0.28s ease;
}

.byoffer-advanced-posts1__placeholder {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6)),
        linear-gradient(135deg, color-mix(in srgb, var(--byoffer-advanced-posts1-accent) 14%, white 86%), var(--byoffer-advanced-posts1-soft));
}

.byoffer-advanced-posts1__media:hover .byoffer-advanced-posts1__image,
.byoffer-advanced-posts1__media:focus .byoffer-advanced-posts1__image {
    transform: scale(1.06);
}

.byoffer-advanced-posts1__body {
    display: grid;
    align-content: start;
    gap: 12px;
    padding: 14px 14px 18px;
}

.byoffer-advanced-posts1__meta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--byoffer-advanced-posts1-muted);
    font-size: 11px;
    font-weight: 700;
}

.byoffer-advanced-posts1__meta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
}

.byoffer-advanced-posts1__meta-icon svg {
    width: 13px;
    height: 13px;
    stroke-width: 1.9;
}

.byoffer-advanced-posts1__post-title {
    margin: 0;
    color: var(--byoffer-advanced-posts1-heading);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
}

.byoffer-advanced-posts1__post-title a {
    color: inherit;
}

.byoffer-advanced-posts1__post-title a:hover,
.byoffer-advanced-posts1__post-title a:focus {
    color: var(--byoffer-advanced-posts1-accent);
}

.byoffer-advanced-posts1__excerpt {
    color: var(--byoffer-advanced-posts1-text);
    font-size: 14px;
    line-height: 1.7;
}

.byoffer-advanced-posts1__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    width: fit-content;
    padding: 0 14px;
    margin-top: 4px;
    color: #ffffff;
    background: var(--byoffer-advanced-posts1-accent-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.byoffer-advanced-posts1__button:hover,
.byoffer-advanced-posts1__button:focus {
    color: #ffffff;
    background: var(--byoffer-advanced-posts1-accent);
}

.byoffer-advanced-posts1__nav {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    padding: 0;
    color: #ffffff;
    background: var(--byoffer-advanced-posts1-accent);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.16);
    cursor: pointer;
}

.byoffer-advanced-posts1__nav:disabled {
    opacity: 0.35;
    cursor: default;
}

.byoffer-advanced-posts1__nav svg {
    width: 20px;
    height: 20px;
    stroke-width: 1.9;
}

.byoffer-advanced-posts1__empty {
    padding: 20px 22px;
    color: var(--byoffer-advanced-posts1-muted);
    background: var(--byoffer-advanced-posts1-surface);
    border: 1px dashed var(--byoffer-advanced-posts1-border);
    text-align: center;
}

.byoffer-advanced-posts1--style-2 {
    --byoffer-advanced-posts1-bg: linear-gradient(180deg, #ffffff, #f8fafc);
    --byoffer-advanced-posts1-surface: #ffffff;
    --byoffer-advanced-posts1-soft: #eaf1fb;
}

.byoffer-advanced-posts1--style-2 .byoffer-advanced-posts1__header {
    margin-bottom: 40px;
}

.byoffer-advanced-posts1--style-2 .byoffer-advanced-posts1__grid,
.byoffer-advanced-posts1--style-2 .byoffer-advanced-posts1__track {
    gap: 24px;
}

.byoffer-advanced-posts1--style-2 .byoffer-advanced-posts1__card {
    border: 0;
    border-radius: 22px;
    box-shadow: 0 24px 52px rgba(15, 23, 42, 0.1);
}

.byoffer-advanced-posts1--style-2 .byoffer-advanced-posts1__media {
    position: relative;
    aspect-ratio: 1 / 0.72;
}

.byoffer-advanced-posts1--style-2 .byoffer-advanced-posts1__media::after {
    position: absolute;
    inset: auto 18px 0 18px;
    height: 20px;
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.92));
    pointer-events: none;
}

.byoffer-advanced-posts1--style-2 .byoffer-advanced-posts1__body {
    gap: 14px;
    padding: 18px 20px 22px;
}

.byoffer-advanced-posts1--style-2 .byoffer-advanced-posts1__meta {
    width: fit-content;
    padding: 7px 11px;
    background: color-mix(in srgb, var(--byoffer-advanced-posts1-accent) 10%, white 90%);
    border-radius: 999px;
}

.byoffer-advanced-posts1--style-2 .byoffer-advanced-posts1__post-title {
    font-size: 18px;
    line-height: 1.42;
}

.byoffer-advanced-posts1--style-2 .byoffer-advanced-posts1__excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.byoffer-advanced-posts1--style-2 .byoffer-advanced-posts1__button {
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--byoffer-advanced-posts1-accent);
}

.byoffer-advanced-posts1--style-2 .byoffer-advanced-posts1__button:hover,
.byoffer-advanced-posts1--style-2 .byoffer-advanced-posts1__button:focus {
    background: var(--byoffer-advanced-posts1-accent-dark);
}

.byoffer-advanced-posts1--style-3 {
    --byoffer-advanced-posts1-bg: linear-gradient(180deg, color-mix(in srgb, var(--byoffer-primary) 8%, white 92%), #eef4fb);
    --byoffer-advanced-posts1-surface: linear-gradient(180deg, #ffffff, #f8fbff);
    --byoffer-advanced-posts1-soft: #dfeaf8;
}

.byoffer-advanced-posts1--style-3 .byoffer-advanced-posts1__header {
    max-width: 980px;
    margin-bottom: 42px;
}

.byoffer-advanced-posts1--style-3 .byoffer-advanced-posts1__title {
    max-width: 740px;
}

.byoffer-advanced-posts1--style-3 .byoffer-advanced-posts1__grid {
    gap: 26px;
}

.byoffer-advanced-posts1--style-3 .byoffer-advanced-posts1__card {
    position: relative;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    border: 1px solid rgba(15, 23, 42, 0.05);
    border-bottom: 0;
    border-radius: 26px;
    box-shadow: 0 20px 54px rgba(15, 23, 42, 0.09);
}

.byoffer-advanced-posts1--style-3 .byoffer-advanced-posts1__card::after {
    position: absolute;
    inset: auto 0 0 0;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, var(--byoffer-advanced-posts1-accent), color-mix(in srgb, var(--byoffer-advanced-posts1-accent) 36%, #ffffff 64%));
}

.byoffer-advanced-posts1--style-3 .byoffer-advanced-posts1__media {
    aspect-ratio: 1 / 0.78;
    border-radius: 26px 26px 0 0;
}

.byoffer-advanced-posts1--style-3 .byoffer-advanced-posts1__body {
    gap: 16px;
    padding: 20px 22px 24px;
}

.byoffer-advanced-posts1--style-3 .byoffer-advanced-posts1__meta {
    gap: 8px;
    font-size: 12px;
    letter-spacing: 0.02em;
}

.byoffer-advanced-posts1--style-3 .byoffer-advanced-posts1__post-title {
    font-size: 20px;
    line-height: 1.34;
}

.byoffer-advanced-posts1--style-3 .byoffer-advanced-posts1__excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.8;
}

.byoffer-advanced-posts1--style-3 .byoffer-advanced-posts1__button {
    padding: 0;
    min-height: auto;
    color: var(--byoffer-advanced-posts1-accent-dark);
    background: transparent;
    border-bottom: 2px solid var(--byoffer-advanced-posts1-accent);
}

.byoffer-advanced-posts1--style-3 .byoffer-advanced-posts1__button:hover,
.byoffer-advanced-posts1--style-3 .byoffer-advanced-posts1__button:focus {
    color: var(--byoffer-advanced-posts1-accent);
    background: transparent;
}

.byoffer-advanced-posts1--style-3.byoffer-advanced-posts1--mode-slider .byoffer-advanced-posts1__track {
    gap: 24px;
}

@media (max-width: 1100px) {
    .byoffer-advanced-posts1__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .byoffer-advanced-posts1 {
        padding: 48px 0;
    }

    .byoffer-advanced-posts1__slider {
        gap: 10px;
    }

    .byoffer-advanced-posts1__track {
        grid-auto-columns: minmax(260px, calc(100% / 2.3));
    }
}

@media (max-width: 760px) {
    .byoffer-advanced-posts1__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .byoffer-advanced-posts1 {
        padding: 40px 0;
    }

    .home-widgets .byoffer-advanced-posts1 {
        padding: 34px 0 10px;
    }

    .byoffer-advanced-posts1__header {
        margin-bottom: 24px;
    }

    .byoffer-advanced-posts1__title {
        font-size: clamp(26px, 8vw, 38px);
    }

    .byoffer-advanced-posts1__grid {
        grid-template-columns: 1fr;
    }

    .byoffer-advanced-posts1__track {
        grid-auto-columns: minmax(244px, 84vw);
    }

    .byoffer-advanced-posts1__nav {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }
}

.byoffer-content-bottom-slogan {
    margin: 42px 0 0;
}

.byoffer-content-bottom-slogan__inner {
    padding: clamp(28px, 5vw, 56px) clamp(20px, 5vw, 64px);
    text-align: center;
    background: color-mix(in srgb, var(--byoffer-primary, #ff7900) 6%, #ffffff);
    border: 3px solid var(--byoffer-secondary, #151925);
    border-radius: 30px;
}

.byoffer-content-bottom-slogan__title {
    max-width: 760px;
    margin: 0 auto 18px;
    color: var(--byoffer-secondary, #151925);
    font-family: var(--byoffer-font-heading, inherit);
    font-size: clamp(24px, 3.2vw, 34px);
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: 0;
    text-transform: uppercase;
}

.byoffer-content-bottom-slogan__text {
    max-width: 760px;
    margin: 0 auto 28px;
    color: var(--byoffer-muted, #667085);
    font-family: var(--byoffer-font-content, inherit);
    font-size: clamp(16px, 2vw, 22px);
    line-height: 1.55;
}

.byoffer-content-bottom-slogan__phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    min-width: min(430px, 100%);
    padding: 0 34px;
    gap: 14px;
    color: #ffffff;
    background: var(--byoffer-primary, #ff7900);
    border-radius: 999px;
    font-family: var(--byoffer-font-heading, inherit);
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 16px 34px color-mix(in srgb, var(--byoffer-primary, #ff7900) 24%, transparent);
}

.byoffer-content-bottom-slogan__phone:hover,
.byoffer-content-bottom-slogan__phone:focus {
    color: #ffffff;
    transform: translateY(-1px);
}

.byoffer-content-bottom-slogan__phone-icon,
.byoffer-content-bottom-slogan__badge span:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.byoffer-content-bottom-slogan__phone svg {
    width: 28px;
    height: 28px;
}

.byoffer-content-bottom-slogan__phone svg,
.byoffer-content-bottom-slogan__badge svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.byoffer-content-bottom-slogan__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0;
    gap: 8px;
    color: var(--byoffer-secondary, #151925);
    font-family: var(--byoffer-font-heading, inherit);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.35;
}

.byoffer-content-bottom-slogan__badge svg {
    width: 20px;
    height: 20px;
    color: var(--byoffer-primary, #ff7900);
}

@media (max-width: 640px) {
    .byoffer-content-bottom-slogan__inner {
        border-width: 2px;
        border-radius: 20px;
    }

    .byoffer-content-bottom-slogan__phone {
        min-height: 60px;
        padding: 0 22px;
    }
}

@media (max-width: 1100px) {
    .byoffer-archive-loop--grid-sidebar,
    .content-layout--no-sidebar .byoffer-archive-loop--grid-sidebar,
    .byoffer-archive-loop--grid-card {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .byoffer-blog-template__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .byoffer-blog-template__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .content-layout--archive {
        padding: 20px;
    }

    .byoffer-archive-loop--grid-sidebar,
    .content-layout--no-sidebar .byoffer-archive-loop--grid-sidebar,
    .byoffer-archive-loop--grid-card {
        grid-template-columns: 1fr;
    }

    .byoffer-archive-card--list-modern,
    .byoffer-archive-card--compact {
        grid-template-columns: 1fr;
    }

    .byoffer-archive-card--list-modern .byoffer-archive-card__media,
    .byoffer-archive-card--compact .byoffer-archive-card__media {
        min-height: 210px;
    }

    .content-layout--blog-template {
        padding: 20px;
    }

    .byoffer-blog-template__grid {
        grid-template-columns: 1fr;
    }

    .byoffer-content1 {
        padding: 24px 18px;
    }

    .byoffer-content1__header {
        margin-bottom: 22px;
    }

    .byoffer-content1__title {
        font-size: clamp(24px, 8vw, 34px);
    }

    .byoffer-content1-grid,
    .byoffer-content1-checks {
        grid-template-columns: 1fr;
    }

    .byoffer-content1-panel,
    .byoffer-content1-highlight,
    .byoffer-content1-cta {
        padding: 18px;
    }

    .byoffer-content1-card,
    .byoffer-content1-check {
        padding: 14px 15px;
    }

    .byoffer-content1-card > strong,
    .byoffer-content1-check > strong {
        font-size: 17px;
    }

    .byoffer-content1-card > p,
    .byoffer-content1-check > p {
        font-size: 14px;
    }

    .byoffer-blog-template__pagination > .page-numbers {
        gap: 10px;
    }

    .byoffer-blog-template__pagination .page-numbers li > a,
    .byoffer-blog-template__pagination .page-numbers li > span {
        min-width: 46px;
        min-height: 46px;
        padding: 0 14px;
        border-radius: 14px;
        font-size: 14px;
    }
}

.byoffer-reviews1 {
    --byoffer-reviews1-gap: 24px;
    --byoffer-reviews1-bg: transparent;
    --byoffer-reviews1-surface: #ffffff;
    --byoffer-reviews1-surface-2: #f8fafc;
    --byoffer-reviews1-border: rgba(148, 163, 184, 0.22);
    --byoffer-reviews1-shadow: 0 20px 52px rgba(15, 23, 42, 0.08);
    --byoffer-reviews1-text: #475467;
    --byoffer-reviews1-muted: #667085;
    --byoffer-reviews1-heading: var(--byoffer-heading);
    --byoffer-reviews1-accent: var(--byoffer-primary);
    --byoffer-reviews1-accent-dark: var(--byoffer-primary-dark);
    padding: 56px 0;
    color: var(--byoffer-reviews1-text);
    background: var(--byoffer-reviews1-bg);
    font-family: var(--byoffer-font-content);
    container-type: inline-size;
    container-name: byoffer-reviews1;
}

.byoffer-reviews1--bg-theme-soft {
    --byoffer-reviews1-bg: linear-gradient(180deg, color-mix(in srgb, var(--byoffer-primary) 6%, white 94%), #f8fbff);
}

.byoffer-reviews1--bg-white {
    --byoffer-reviews1-bg: #ffffff;
}

.byoffer-reviews1--bg-soft {
    --byoffer-reviews1-bg: #f6f8fb;
}

.byoffer-reviews1--bg-dark {
    --byoffer-reviews1-bg: linear-gradient(180deg, #121a2d, #192239);
    --byoffer-reviews1-surface: rgba(255, 255, 255, 0.08);
    --byoffer-reviews1-surface-2: rgba(255, 255, 255, 0.04);
    --byoffer-reviews1-border: rgba(255, 255, 255, 0.12);
    --byoffer-reviews1-shadow: 0 24px 54px rgba(2, 6, 23, 0.26);
    --byoffer-reviews1-text: rgba(255, 255, 255, 0.78);
    --byoffer-reviews1-muted: rgba(255, 255, 255, 0.64);
    --byoffer-reviews1-heading: #ffffff;
}

.byoffer-reviews1__inner {
    width: min(var(--byoffer-site-width), calc(100% - 32px));
    margin: 0 auto;
}

.byoffer-reviews1__header {
    display: grid;
    gap: 14px;
    max-width: 760px;
    margin-bottom: 28px;
}

.byoffer-reviews1--align-center .byoffer-reviews1__header {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.byoffer-reviews1--align-right .byoffer-reviews1__header {
    margin-left: auto;
    text-align: right;
}

.byoffer-reviews1__eyebrow {
    margin: 0;
    color: var(--byoffer-reviews1-accent);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.byoffer-reviews1__title {
    margin: 0;
    color: var(--byoffer-reviews1-heading);
    font-family: var(--byoffer-font-heading);
    font-size: clamp(30px, 5vw, 46px);
    font-weight: 800;
    line-height: 1.1;
}

.byoffer-reviews1__description {
    color: var(--byoffer-reviews1-text);
    font-size: 16px;
    line-height: 1.8;
}

.byoffer-reviews1__description p {
    margin: 0;
}

.byoffer-reviews1__layout {
    display: grid;
    grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.byoffer-reviews1__summary {
    display: grid;
    align-content: start;
    gap: 14px;
    padding: 28px 24px;
    background: var(--byoffer-reviews1-surface);
    border: 1px solid var(--byoffer-reviews1-border);
    border-radius: 24px;
    box-shadow: var(--byoffer-reviews1-shadow);
}

.byoffer-reviews1__summary-badge {
    width: fit-content;
    min-height: 32px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--byoffer-reviews1-accent-dark);
    background: color-mix(in srgb, var(--byoffer-reviews1-accent) 12%, white 88%);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.byoffer-reviews1__summary-score {
    color: var(--byoffer-reviews1-heading);
    font-family: var(--byoffer-font-heading);
    font-size: clamp(42px, 7vw, 62px);
    font-weight: 900;
    line-height: 1;
}

.byoffer-reviews1__summary-stars {
    display: inline-flex;
    align-items: center;
}

.byoffer-reviews1__summary-count {
    margin: 0;
    color: var(--byoffer-reviews1-muted);
    font-size: 14px;
    line-height: 1.7;
}

.byoffer-reviews1__summary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    width: fit-content;
    padding: 0 18px;
    color: #ffffff;
    background: var(--byoffer-reviews1-accent);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
}

.byoffer-reviews1__summary-button:hover,
.byoffer-reviews1__summary-button:focus {
    color: #ffffff;
    background: var(--byoffer-reviews1-accent-dark);
}

.byoffer-reviews1__content {
    min-width: 0;
    container-type: inline-size;
    container-name: byoffer-reviews1-content;
}

.byoffer-reviews1__slider {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
}

.byoffer-reviews1__viewport {
    min-width: 0;
    overflow: hidden;
}

.byoffer-reviews1__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, calc((100% - ((var(--byoffer-reviews1-cols) - 1) * var(--byoffer-reviews1-gap))) / var(--byoffer-reviews1-cols)));
    gap: var(--byoffer-reviews1-gap);
    transition: transform 0.45s ease;
    will-change: transform;
}

.byoffer-reviews1__slide {
    min-width: 0;
}

.byoffer-reviews1__grid {
    display: grid;
    grid-template-columns: repeat(var(--byoffer-reviews1-cols), minmax(0, 1fr));
    gap: var(--byoffer-reviews1-gap);
}

.byoffer-reviews1__nav {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    padding: 0;
    color: #ffffff;
    background: var(--byoffer-reviews1-accent);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.14);
    cursor: pointer;
}

.byoffer-reviews1__nav:disabled {
    opacity: 0.35;
    cursor: default;
}

.byoffer-reviews1__nav svg {
    width: 20px;
    height: 20px;
    stroke-width: 1.9;
}

.byoffer-reviews1__card {
    height: 100%;
    display: grid;
    align-content: start;
    gap: 14px;
    padding: 24px 22px;
    background: var(--byoffer-reviews1-surface);
    border: 1px solid var(--byoffer-reviews1-border);
    border-radius: 22px;
    box-shadow: var(--byoffer-reviews1-shadow);
}

.byoffer-reviews1__card-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.byoffer-reviews1__avatar {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, var(--byoffer-reviews1-accent), var(--byoffer-reviews1-accent-dark));
    border-radius: 999px;
    font-family: var(--byoffer-font-heading);
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.byoffer-reviews1__who {
    min-width: 0;
}

.byoffer-reviews1__author {
    margin: 0;
    color: var(--byoffer-reviews1-heading);
    font-family: var(--byoffer-font-heading);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

.byoffer-reviews1__location {
    margin: 4px 0 0;
    color: var(--byoffer-reviews1-muted);
    font-size: 13px;
    line-height: 1.5;
}

.byoffer-reviews1__rating-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.byoffer-reviews1__date {
    color: var(--byoffer-reviews1-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.byoffer-reviews1__card-title {
    margin: 0;
    color: var(--byoffer-reviews1-heading);
    font-family: var(--byoffer-font-heading);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
}

.byoffer-reviews1__card-text {
    color: var(--byoffer-reviews1-text);
    font-size: 14px;
    line-height: 1.8;
}

.byoffer-reviews1__card-text p {
    margin: 0 0 10px;
}

.byoffer-reviews1__card-text p:last-child {
    margin-bottom: 0;
}

.byoffer-reviews1__stars {
    position: relative;
    display: inline-block;
    color: rgba(148, 163, 184, 0.34);
    font-size: 22px;
    line-height: 1;
    letter-spacing: 3px;
}

.byoffer-reviews1__stars::before,
.byoffer-reviews1__stars::after {
    content: "â˜…â˜…â˜…â˜…â˜…";
}

.byoffer-reviews1__stars::after {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--byoffer-reviews1-rating-percent, 100%);
    overflow: hidden;
    white-space: nowrap;
    color: #fbbc05;
}

.byoffer-reviews1__stars--small {
    font-size: 16px;
    letter-spacing: 2px;
}

.byoffer-reviews1__empty {
    padding: 24px;
    color: var(--byoffer-reviews1-muted);
    background: var(--byoffer-reviews1-surface);
    border: 1px dashed var(--byoffer-reviews1-border);
    border-radius: 20px;
    text-align: center;
}

.byoffer-reviews1--style-2 .byoffer-reviews1__layout {
    grid-template-columns: 1fr;
}

.byoffer-reviews1--style-2 .byoffer-reviews1__summary {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    gap: 18px;
    padding: 20px 22px;
}

.byoffer-reviews1--style-2 .byoffer-reviews1__summary-score,
.byoffer-reviews1--style-2 .byoffer-reviews1__summary-stars,
.byoffer-reviews1--style-2 .byoffer-reviews1__summary-count,
.byoffer-reviews1--style-2 .byoffer-reviews1__summary-button {
    margin: 0;
}

.byoffer-reviews1--style-2 .byoffer-reviews1__summary-badge {
    grid-column: 1 / -1;
}

.byoffer-reviews1--style-2 .byoffer-reviews1__card {
    border-radius: 26px;
}

.byoffer-reviews1--style-2 .byoffer-reviews1__avatar {
    width: 58px;
    height: 58px;
    box-shadow: 0 14px 34px color-mix(in srgb, var(--byoffer-reviews1-accent) 22%, transparent);
}

.byoffer-reviews1--style-3 {
    --byoffer-reviews1-surface: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.96));
    --byoffer-reviews1-surface-2: #eef5ff;
}

.byoffer-reviews1--style-3 .byoffer-reviews1__summary {
    position: relative;
    overflow: hidden;
    gap: 16px;
}

.byoffer-reviews1--style-3 .byoffer-reviews1__summary::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    content: "";
    background: linear-gradient(180deg, var(--byoffer-reviews1-accent), var(--byoffer-reviews1-accent-dark));
}

.byoffer-reviews1--style-3 .byoffer-reviews1__card {
    position: relative;
    gap: 16px;
    padding-top: 26px;
    border-radius: 24px;
}

.byoffer-reviews1--style-3 .byoffer-reviews1__card::after {
    position: absolute;
    inset: auto 22px 0 22px;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, var(--byoffer-reviews1-accent), transparent);
}

.byoffer-reviews1--style-3 .byoffer-reviews1__card-head {
    align-items: start;
}

.byoffer-reviews1--style-3 .byoffer-reviews1__avatar {
    background: var(--byoffer-reviews1-accent-dark);
}

@container byoffer-reviews1-content (max-width: 920px) {
    .byoffer-reviews1__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .byoffer-reviews1__track {
        grid-auto-columns: minmax(260px, calc((100% - var(--byoffer-reviews1-gap)) / 2));
    }
}

@container byoffer-reviews1 (max-width: 980px) {
    .byoffer-reviews1__layout {
        grid-template-columns: 1fr;
    }

    .byoffer-reviews1__summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .byoffer-reviews1--style-2 .byoffer-reviews1__summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@container byoffer-reviews1 (max-width: 620px) {
    .byoffer-reviews1__summary,
    .byoffer-reviews1--style-2 .byoffer-reviews1__summary {
        grid-template-columns: 1fr;
    }
}

@container byoffer-reviews1-content (max-width: 620px) {
    .byoffer-reviews1__grid {
        grid-template-columns: 1fr;
    }

    .byoffer-reviews1__slider {
        grid-template-columns: 1fr;
    }

    .byoffer-reviews1__track {
        grid-auto-columns: minmax(100%, 100%);
    }

    .byoffer-reviews1__nav {
        display: none;
    }
}

@media (max-width: 1080px) {
    .byoffer-reviews1__layout {
        grid-template-columns: 1fr;
    }

    .byoffer-reviews1__summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .byoffer-reviews1 {
        padding: 46px 0;
    }

    .byoffer-reviews1__track {
        grid-auto-columns: minmax(260px, calc(100% / 2.2));
    }
}

@media (max-width: 760px) {
    .byoffer-reviews1__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .byoffer-reviews1--style-2 .byoffer-reviews1__summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .byoffer-reviews1 {
        padding: 38px 0;
    }

    .home-widgets .byoffer-reviews1 {
        padding: 32px 0 8px;
    }

    .byoffer-reviews1__inner {
        width: min(var(--byoffer-site-width), calc(100% - 20px));
    }

    .byoffer-reviews1__grid,
    .byoffer-reviews1__summary,
    .byoffer-reviews1--style-2 .byoffer-reviews1__summary {
        grid-template-columns: 1fr;
    }

    .byoffer-reviews1__slider {
        gap: 10px;
    }

    .byoffer-reviews1__track {
        grid-auto-columns: minmax(248px, 84vw);
    }

    .byoffer-reviews1__nav {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }
}

.entry-content-wrap--single {
    overflow: hidden;
}

.entry-content-wrap--single > .entry-meta--single:first-child {
    margin-top: 0;
    margin-bottom: 22px;
}

.entry-content-wrap--single .entry-featured-image {
    margin-top: 0;
    margin-bottom: 28px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 0;
    box-shadow: var(--byoffer-shadow-card);
}

.entry-content--single {
    color: #2f3948;
    font-size: var(--byoffer-content-font-size);
    line-height: var(--byoffer-content-line-height);
}

.entry-content--single h2,
.entry-content--single h3,
.entry-content--single h4 {
    margin: 28px 0 14px;
    color: #172030;
    font-family: var(--byoffer-font-heading);
    line-height: 1.2;
}

.entry-content--single h2 {
    font-size: clamp(28px, 3vw, 34px);
}

.entry-content--single h3 {
    font-size: clamp(22px, 2.4vw, 28px);
}

.entry-content--single h4 {
    font-size: clamp(18px, 2vw, 22px);
}

.entry-content--single p,
.entry-content--single ul,
.entry-content--single ol,
.entry-content--single table,
.entry-content--single blockquote {
    margin: 0 0 1.25em;
}

.entry-content--single ul,
.entry-content--single ol {
    padding-left: 1.35em;
}

.entry-content--single li + li {
    margin-top: 0.45em;
}

.entry-content--single a {
    color: var(--byoffer-primary);
    text-decoration: none;
}

.entry-content--single strong {
    color: #172030;
    font-weight: 700;
}

.entry-content--single blockquote {
    margin-right: 0;
    margin-left: 0;
    padding: 18px 22px;
    background: #f8fafc;
    border-left: 4px solid var(--byoffer-primary);
}

.entry-content--single img {
    max-width: 100%;
    height: auto;
}

.entry-content--single table {
    width: 100%;
    overflow: hidden;
    border-collapse: collapse;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 6px;
}

.entry-content--single th,
.entry-content--single td {
    padding: 14px 16px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    text-align: left;
    vertical-align: top;
}

.entry-content--single th {
    color: #172030;
    background: #f8fafc;
    font-weight: 700;
}

.entry-utility-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 24px;
    padding: 16px 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.96));
    border: 1px solid rgba(148, 163, 184, 0.18);
}

.entry-utility-bar .entry-meta--single,
.entry-utility-bar .entry-share {
    margin: 0;
}

.entry-meta--single {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 20px;
}

.entry-meta__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4b5565;
    font-size: 14px;
    line-height: 1;
}

.entry-meta__item a {
    color: inherit;
    text-decoration: none;
}

.entry-meta__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    color: #1f2937;
}

.entry-meta__icon svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.entry-meta__value {
    color: inherit;
    line-height: 1.3;
}

.entry-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
    margin-bottom: 0;
}

.entry-tags a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 12px;
    color: var(--byoffer-primary);
    background: #ffffff;
    border: 1px solid rgba(251, 146, 60, 0.32);
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
}

.entry-share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.entry-share__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #ffffff;
    border-radius: 3px;
    text-decoration: none;
}

.entry-share__item svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.entry-share__item--facebook {
    background: #4c6fbf;
}

.entry-share__item--x {
    background: #111111;
}

.entry-share__item--whatsapp {
    background: #2faa43;
}

.entry-related,
.entry-comments {
    margin-top: 34px;
    padding-top: 28px;
    border-top: 1px solid rgba(148, 163, 184, 0.24);
}

.entry-related h2,
.entry-comments__title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 24px;
    padding-bottom: 14px;
    color: #134a96;
    font-family: var(--byoffer-font-heading);
    font-size: 32px;
    font-weight: 500;
    line-height: 1.15;
}

.entry-related h2::before,
.entry-comments__title::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 164px;
    height: 2px;
    content: "";
    background: #2a64b6;
}

.entry-related__title-icon,
.entry-comments__title-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #2a64b6;
}

.entry-related__title-icon svg,
.entry-comments__title-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.entry-related__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.entry-related__item {
    display: block;
    overflow: hidden;
    color: #172030;
    text-decoration: none;
}

.entry-related__media {
    display: block;
    overflow: hidden;
    margin-bottom: 12px;
    background: #eef2f7;
}

.entry-related__media img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / var(--byoffer-general-image-ratio, 0.5625);
    object-fit: cover;
}

.entry-related__text {
    display: block;
    color: #172030;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    text-align: center;
}

.entry-comments-wrap {
    margin-top: 0;
    box-shadow: none;
}

.entry-comments .comment-notes {
    margin: 0 0 18px;
    color: #2f3948;
}

.entry-comments .comment-list {
    display: grid;
    gap: 16px;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.entry-comments .comment-list .children {
    display: grid;
    gap: 16px;
    margin: 16px 0 0;
    padding-left: 18px;
    list-style: none;
}

.entry-comments .comment-body {
    padding: 20px 22px;
    background: #f9fbff;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
}

.entry-comments .comment-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-bottom: 12px;
}

.entry-comments .comment-author {
    color: #172030;
    font-weight: 700;
}

.entry-comments .comment-author .fn {
    font-style: normal;
}

.entry-comments .comment-metadata a,
.entry-comments .reply a {
    color: var(--byoffer-primary);
    text-decoration: none;
}

.entry-comments .comment-content {
    color: #384657;
    line-height: 1.8;
}

.entry-comments .comment-content > *:last-child {
    margin-bottom: 0;
}

.entry-comments .comment-respond {
    margin-top: 18px;
}

.entry-comments .comment-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.entry-comments .comment-form-comment,
.entry-comments .comment-form-cookies-consent,
.entry-comments .form-submit {
    grid-column: 1 / -1;
}

.entry-comments .comment-form-author,
.entry-comments .comment-form-email {
    margin: 0;
}

.entry-comments .comment-form input:not([type="checkbox"]),
.entry-comments .comment-form textarea {
    width: 100%;
    padding: 14px 16px;
    color: #172030;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.26);
    border-radius: 0;
    box-shadow: none;
    font: inherit;
}

.entry-comments .comment-form textarea {
    min-height: 128px;
    resize: vertical;
}

.entry-comments .comment-form input::placeholder,
.entry-comments .comment-form textarea::placeholder {
    color: #8b97a8;
}

.entry-comments .comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #2f3948;
    font-size: 14px;
}

.entry-comments .comment-form-cookies-consent input {
    margin-top: 4px;
}

.entry-comments .form-submit {
    margin: 0;
}

.entry-comments .byoffer-comment-submit {
    min-width: 136px;
    min-height: 46px;
    padding: 0 24px;
    color: #ffffff;
    background: var(--byoffer-primary);
    border: 0;
    border-radius: 0;
    font: inherit;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    cursor: pointer;
}

.entry-comments__closed {
    color: #2f3948;
}

@media (max-width: 991px) {
    .entry-related__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .entry-content--single {
        font-size: 16px;
        line-height: 1.8;
    }

    .entry-utility-bar {
        padding: 14px 16px;
    }

    .entry-related h2,
    .entry-comments__title {
        font-size: 28px;
    }

    .entry-comments .comment-form {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .entry-content-wrap--single .entry-featured-image {
        margin-bottom: 22px;
    }

    .entry-utility-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .entry-related__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .entry-related h2,
    .entry-comments__title {
        font-size: 24px;
    }
}

.site-mobile-actions,
.site-mobile-search-panel {
    display: none;
}

@media (max-width: 900px) {
    .site-topbar {
        display: none;
    }

    .site-navbar {
        position: relative;
    }

    .site-navbar__inner {
        min-height: 84px;
        gap: 14px;
    }

    .site-branding {
        min-width: 0;
    }

    .site-branding .custom-logo-link,
    .site-branding .byoffer-logo {
        max-width: min(55vw, 260px);
    }

    .site-branding .custom-logo-link img {
        display: block;
        max-width: 100%;
        max-height: var(--byoffer-mobile-logo-height, 42px);
        object-fit: contain;
    }

    .site-branding .byoffer-logo__text {
        overflow: hidden;
        font-size: 19px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .site-mobile-actions {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 0 0 auto;
        gap: 7px;
        margin-left: auto;
    }

    .site-mobile-actions__link,
    .site-mobile-actions__button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        padding: 0;
        color: #ffffff;
        background: transparent;
        border: 0;
        border-radius: 50%;
        cursor: pointer;
    }

    .site-mobile-actions__link:hover,
    .site-mobile-actions__link:focus,
    .site-mobile-actions__button:hover,
    .site-mobile-actions__button:focus {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.08);
    }

    .site-mobile-actions__link svg,
    .site-mobile-actions__button svg {
        width: 25px;
        height: 25px;
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1.8;
    }

    .site-mobile-actions__menu.menu-toggle {
        display: inline-flex;
        width: 52px;
        height: 52px;
        flex: 0 0 52px;
        color: #ffffff;
        background: var(--byoffer-orange);
        border: 0;
        border-radius: 50%;
        box-shadow: none;
    }

    .site-mobile-actions__menu.menu-toggle:hover,
    .site-mobile-actions__menu.menu-toggle:focus {
        background: var(--byoffer-orange-dark);
    }

    .site-mobile-actions__menu .menu-toggle__bar,
    .site-mobile-actions__menu .menu-toggle__bar::before,
    .site-mobile-actions__menu .menu-toggle__bar::after {
        background: #ffffff;
    }

    .site-mobile-search-panel {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 1005;
        padding: 14px 0 18px;
        background: var(--byoffer-header-main);
        border-top: 1px solid var(--byoffer-header-line);
        border-bottom: 1px solid var(--byoffer-header-line);
    }

    .site-mobile-search-panel:not([hidden]) {
        display: block;
    }

    .site-mobile-search-form {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 46px;
        gap: 0;
    }

    .site-mobile-search-form input {
        width: 100%;
        min-height: 46px;
        padding: 0 14px;
        color: #ffffff;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-right: 0;
        border-radius: 6px 0 0 6px;
        font: inherit;
    }

    .site-mobile-search-form input::placeholder {
        color: rgba(255, 255, 255, 0.62);
    }

    .site-mobile-search-form button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 46px;
        color: #ffffff;
        background: var(--byoffer-orange);
        border: 0;
        border-radius: 0 6px 6px 0;
        cursor: pointer;
    }

    .site-mobile-search-form button svg {
        width: 21px;
        height: 21px;
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1.8;
    }
}

@media (max-width: 420px) {
    .site-navbar__inner {
        gap: 8px;
    }

    .site-mobile-actions {
        gap: 4px;
    }

    .site-mobile-actions__link,
    .site-mobile-actions__button {
        width: 34px;
        height: 34px;
    }

    .site-mobile-actions__link svg,
    .site-mobile-actions__button svg {
        width: 22px;
        height: 22px;
    }

    .site-mobile-actions__menu.menu-toggle {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }
}

@media (max-width: 900px) {
    .site-main--contact-template .byoffer-contact-page {
        padding: 22px;
    }

    .site-main--contact-template .byoffer-contact-items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-main--contact-template .byoffer-contact-item:nth-child(odd) {
        border-left: 0;
    }

    .site-main--contact-template .byoffer-contact-item:nth-child(n + 3) {
        border-top: 1px solid var(--byoffer-border);
    }

    .site-main--contact-template .byoffer-contact-page__split {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .site-main--contact-template .byoffer-contact-page {
        padding: 18px;
    }

    .site-main--contact-template .byoffer-contact-items {
        grid-template-columns: 1fr;
    }

    .site-main--contact-template .byoffer-contact-item,
    .site-main--contact-template .byoffer-contact-item:nth-child(odd) {
        border-left: 0;
    }

    .site-main--contact-template .byoffer-contact-item + .byoffer-contact-item {
        border-top: 1px solid var(--byoffer-border);
    }

    .site-main--contact-template .byoffer-contact-item {
        grid-template-columns: 44px minmax(0, 1fr);
        padding: 18px 16px;
    }
}

.byoffer-button1-widget-host.widget,
.byoffer-image-categories1-widget-host.widget,
.byoffer-advanced-pages1-widget-host.widget {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
}

.byoffer-button1,
.byoffer-image-categories1,
.byoffer-advanced-pages1 {
    font-family: var(--byoffer-font-content);
}

.byoffer-button1__title,
.byoffer-image-categories1__title,
.byoffer-image-categories1__card-title,
.byoffer-advanced-pages1__title,
.byoffer-advanced-pages1__card-title {
    font-family: var(--byoffer-font-heading);
    letter-spacing: 0;
}

.byoffer-button1__link {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 18px;
    color: var(--byoffer-heading);
    background: #ffffff;
    border: 1px solid color-mix(in srgb, var(--byoffer-button1-color, var(--byoffer-primary)) 18%, var(--byoffer-border));
    border-radius: 8px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.byoffer-button1__link:hover,
.byoffer-button1__link:focus {
    color: var(--byoffer-heading);
    border-color: var(--byoffer-button1-color, var(--byoffer-primary));
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
    transform: translateY(-2px);
}

.byoffer-button1__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    color: #ffffff;
    background: var(--byoffer-button1-color, var(--byoffer-primary));
    border-radius: 8px;
}

.byoffer-button1__icon svg {
    width: 30px;
    height: 30px;
}

.byoffer-button1__icon svg,
.byoffer-button1__icon svg * {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.1;
}

.byoffer-button1__content {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.byoffer-button1__title {
    color: var(--byoffer-heading);
    font-size: 17px;
    font-weight: 850;
    line-height: 1.25;
}

.byoffer-button1__description {
    color: var(--byoffer-muted);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
}

.byoffer-image-categories1,
.byoffer-advanced-pages1 {
    padding: 32px clamp(20px, 4vw, 36px);
    background: color-mix(in srgb, var(--byoffer-primary) 7%, #ffffff);
    border: 1px solid color-mix(in srgb, var(--byoffer-primary) 12%, var(--byoffer-border));
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

.byoffer-image-categories1--bg-white,
.byoffer-advanced-pages1--bg-white {
    background: #ffffff;
}

.byoffer-image-categories1--bg-soft,
.byoffer-advanced-pages1--bg-soft {
    background: var(--byoffer-surface);
}

.byoffer-image-categories1--bg-dark,
.byoffer-advanced-pages1--bg-dark {
    background: var(--byoffer-secondary);
    border-color: rgba(255, 255, 255, 0.12);
}

.byoffer-image-categories1--bg-transparent,
.byoffer-advanced-pages1--bg-transparent {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}

.byoffer-image-categories1__header,
.byoffer-advanced-pages1__header {
    display: grid;
    gap: 8px;
    margin-bottom: 24px;
}

.byoffer-image-categories1--align-center .byoffer-image-categories1__header,
.byoffer-advanced-pages1--align-center .byoffer-advanced-pages1__header {
    justify-items: center;
    text-align: center;
}

.byoffer-image-categories1--align-right .byoffer-image-categories1__header,
.byoffer-advanced-pages1--align-right .byoffer-advanced-pages1__header {
    justify-items: end;
    text-align: right;
}

.byoffer-image-categories1__eyebrow,
.byoffer-advanced-pages1__eyebrow {
    margin: 0;
    color: var(--byoffer-primary);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.byoffer-image-categories1__title,
.byoffer-advanced-pages1__title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: var(--byoffer-heading);
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 900;
    line-height: 1.12;
}

.byoffer-image-categories1__title-icon,
.byoffer-advanced-pages1__title-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: var(--byoffer-primary);
    background: color-mix(in srgb, var(--byoffer-primary) 10%, #ffffff);
    border-radius: 8px;
}

.byoffer-image-categories1__title-icon svg,
.byoffer-advanced-pages1__title-icon svg {
    width: 20px;
    height: 20px;
}

.byoffer-image-categories1__grid,
.byoffer-advanced-pages1__grid {
    display: grid;
    grid-template-columns: repeat(var(--byoffer-image-categories1-cols, 4), minmax(0, 1fr));
    gap: 18px;
}

.byoffer-advanced-pages1__grid {
    grid-template-columns: repeat(var(--byoffer-advanced-pages1-cols, 4), minmax(0, 1fr));
}

.byoffer-image-categories1__slider,
.byoffer-advanced-pages1__slider {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
}

.byoffer-image-categories1__viewport,
.byoffer-advanced-pages1__viewport {
    overflow: hidden;
}

.byoffer-image-categories1__track,
.byoffer-advanced-pages1__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(calc((100% - (18px * (var(--byoffer-image-categories1-cols, 4) - 1))) / var(--byoffer-image-categories1-cols, 4)), 1fr);
    gap: 18px;
    transition: transform 260ms ease;
}

.byoffer-advanced-pages1__track {
    grid-auto-columns: minmax(calc((100% - (18px * (var(--byoffer-advanced-pages1-cols, 4) - 1))) / var(--byoffer-advanced-pages1-cols, 4)), 1fr);
}

.byoffer-image-categories1__slide,
.byoffer-advanced-pages1__slide {
    min-width: 0;
}

.byoffer-image-categories1__nav,
.byoffer-advanced-pages1__nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: var(--byoffer-heading);
    background: #ffffff;
    border: 1px solid var(--byoffer-border);
    border-radius: 8px;
    cursor: pointer;
}

.byoffer-image-categories1__nav svg,
.byoffer-advanced-pages1__nav svg {
    width: 18px;
    height: 18px;
}

.byoffer-image-categories1__card,
.byoffer-advanced-pages1__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--byoffer-border);
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.byoffer-image-categories1__card:hover,
.byoffer-advanced-pages1__card:hover {
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
    transform: translateY(-3px);
}

.byoffer-image-categories1__media,
.byoffer-advanced-pages1__media {
    display: block;
    aspect-ratio: var(--byoffer-category-image-ratio, 1);
    overflow: hidden;
    background: color-mix(in srgb, var(--byoffer-primary) 8%, #ffffff);
}

.byoffer-advanced-pages1__media {
    aspect-ratio: var(--byoffer-general-image-ratio, 0.5625);
}

.byoffer-image-categories1__media img,
.byoffer-advanced-pages1__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
}

.byoffer-image-categories1__card:hover .byoffer-image-categories1__media img,
.byoffer-advanced-pages1__card:hover .byoffer-advanced-pages1__media img {
    transform: scale(1.04);
}

.byoffer-image-categories1__placeholder,
.byoffer-advanced-pages1__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--byoffer-primary);
}

.byoffer-image-categories1__placeholder svg,
.byoffer-advanced-pages1__placeholder svg {
    width: 42px;
    height: 42px;
}

.byoffer-image-categories1__body,
.byoffer-advanced-pages1__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
}

.byoffer-image-categories1__card-title,
.byoffer-advanced-pages1__card-title {
    margin: 0 0 10px;
    color: var(--byoffer-heading);
    font-size: 21px;
    font-weight: 900;
    line-height: 1.24;
}

.byoffer-image-categories1__card-title a,
.byoffer-advanced-pages1__card-title a {
    color: inherit;
}

.byoffer-image-categories1__card-title.is-clamped,
.byoffer-advanced-pages1__card-title.is-clamped {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--byoffer-category-title-lines, 2);
}

.byoffer-advanced-pages1__card-title.is-clamped {
    -webkit-line-clamp: var(--byoffer-page-title-lines, 2);
}

.byoffer-image-categories1__description,
.byoffer-advanced-pages1__excerpt {
    margin: 0 0 16px;
    color: var(--byoffer-muted);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
}

.byoffer-image-categories1__button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: var(--byoffer-primary);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.byoffer-image-categories1__button svg {
    width: 16px;
    height: 16px;
}

.byoffer-image-categories1--bg-dark .byoffer-image-categories1__title,
.byoffer-image-categories1--bg-dark .byoffer-image-categories1__eyebrow,
.byoffer-advanced-pages1--bg-dark .byoffer-advanced-pages1__title,
.byoffer-advanced-pages1--bg-dark .byoffer-advanced-pages1__eyebrow {
    color: #ffffff;
}

.byoffer-image-categories1__empty,
.byoffer-advanced-pages1__empty {
    padding: 22px;
    color: var(--byoffer-muted);
    background: #ffffff;
    border: 1px dashed var(--byoffer-border);
    border-radius: 8px;
}

@media (max-width: 991px) {
    .byoffer-image-categories1__grid {
        grid-template-columns: repeat(min(2, var(--byoffer-image-categories1-cols, 4)), minmax(0, 1fr));
    }

    .byoffer-advanced-pages1__grid {
        grid-template-columns: repeat(min(2, var(--byoffer-advanced-pages1-cols, 4)), minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .byoffer-image-categories1,
    .byoffer-advanced-pages1 {
        padding: 22px 16px;
    }

    .byoffer-image-categories1__slider,
    .byoffer-advanced-pages1__slider {
        grid-template-columns: 1fr;
    }

    .byoffer-image-categories1__nav,
    .byoffer-advanced-pages1__nav {
        display: none;
    }

    .byoffer-image-categories1__track,
    .byoffer-advanced-pages1__track {
        grid-auto-columns: minmax(78%, 1fr);
    }

    .byoffer-image-categories1__grid,
    .byoffer-advanced-pages1__grid {
        grid-template-columns: 1fr;
    }
}

/* Theme panel driven navbar styles and font unification. */
body.navbar-style-1 {
    --byoffer-nav-top-bg: #0b1220;
    --byoffer-nav-bg: #0f172a;
    --byoffer-nav-text: #f8fafc;
    --byoffer-nav-muted: #c6d0de;
    --byoffer-nav-border: rgba(255, 255, 255, 0.08);
    --byoffer-nav-item-bg: rgba(255, 255, 255, 0.04);
    --byoffer-nav-active-bg: var(--byoffer-primary);
    --byoffer-nav-active-color: #ffffff;
    --byoffer-nav-special-bg: var(--byoffer-primary);
    --byoffer-nav-special-color: #ffffff;
    --byoffer-nav-shadow: 0 16px 40px rgba(2, 6, 23, 0.22);
    --byoffer-nav-radius: 8px;
    --byoffer-nav-submenu-bg: #111c31;
    --byoffer-nav-submenu-text: #e8eef7;
    --byoffer-nav-submenu-hover-bg: rgba(255, 255, 255, 0.08);
    --byoffer-nav-submenu-hover-text: #ffffff;
    --byoffer-nav-submenu-border: rgba(255, 255, 255, 0.08);
    --byoffer-nav-submenu-divider: rgba(255, 255, 255, 0.06);
}

body.navbar-style-2 {
    --byoffer-nav-top-bg: rgba(245, 247, 251, 0.72);
    --byoffer-nav-bg: rgba(255, 255, 255, 0.78);
    --byoffer-nav-text: #15263f;
    --byoffer-nav-muted: #50627d;
    --byoffer-nav-border: rgba(148, 163, 184, 0.24);
    --byoffer-nav-item-bg: rgba(255, 255, 255, 0.44);
    --byoffer-nav-active-bg: var(--byoffer-primary);
    --byoffer-nav-active-color: #ffffff;
    --byoffer-nav-special-bg: var(--byoffer-primary);
    --byoffer-nav-special-color: #ffffff;
    --byoffer-nav-shadow: 0 18px 48px rgba(15, 23, 42, 0.1);
    --byoffer-nav-radius: 12px;
    --byoffer-nav-submenu-bg: rgba(255, 255, 255, 0.98);
    --byoffer-nav-submenu-text: #162033;
    --byoffer-nav-submenu-hover-bg: color-mix(in srgb, var(--byoffer-primary) 9%, #ffffff);
    --byoffer-nav-submenu-hover-text: var(--byoffer-primary);
    --byoffer-nav-submenu-border: rgba(148, 163, 184, 0.28);
    --byoffer-nav-submenu-divider: rgba(148, 163, 184, 0.18);
}

body.navbar-style-3 {
    --byoffer-nav-top-bg: #0f172a;
    --byoffer-nav-bg: #111c31;
    --byoffer-nav-text: #ffffff;
    --byoffer-nav-muted: #d1dae7;
    --byoffer-nav-border: rgba(255, 255, 255, 0.1);
    --byoffer-nav-item-bg: rgba(255, 255, 255, 0.05);
    --byoffer-nav-active-bg: var(--byoffer-primary);
    --byoffer-nav-active-color: #ffffff;
    --byoffer-nav-special-bg: var(--byoffer-primary);
    --byoffer-nav-special-color: #ffffff;
    --byoffer-nav-shadow: 0 18px 42px rgba(2, 6, 23, 0.24);
    --byoffer-nav-radius: 6px;
    --byoffer-nav-submenu-bg: #101827;
    --byoffer-nav-submenu-text: #e5edf7;
    --byoffer-nav-submenu-hover-bg: rgba(255, 255, 255, 0.08);
    --byoffer-nav-submenu-hover-text: #ffffff;
    --byoffer-nav-submenu-border: rgba(255, 255, 255, 0.08);
    --byoffer-nav-submenu-divider: rgba(255, 255, 255, 0.06);
}

body.navbar-style-4 {
    --byoffer-nav-top-bg: var(--byoffer-secondary);
    --byoffer-nav-bg: #ffffff;
    --byoffer-nav-text: #15263f;
    --byoffer-nav-muted: #44556f;
    --byoffer-nav-border: rgba(148, 163, 184, 0.22);
    --byoffer-nav-item-bg: transparent;
    --byoffer-nav-active-bg: color-mix(in srgb, var(--byoffer-primary) 10%, #ffffff);
    --byoffer-nav-active-color: var(--byoffer-primary);
    --byoffer-nav-special-bg: var(--byoffer-primary);
    --byoffer-nav-special-color: #ffffff;
    --byoffer-nav-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    --byoffer-nav-radius: 8px;
    --byoffer-nav-submenu-bg: #ffffff;
    --byoffer-nav-submenu-text: #162033;
    --byoffer-nav-submenu-hover-bg: color-mix(in srgb, var(--byoffer-primary) 9%, #ffffff);
    --byoffer-nav-submenu-hover-text: var(--byoffer-primary);
    --byoffer-nav-submenu-border: rgba(148, 163, 184, 0.24);
    --byoffer-nav-submenu-divider: rgba(148, 163, 184, 0.16);
}

body.navbar-style-5 {
    --byoffer-nav-top-bg: #0b1220;
    --byoffer-nav-bg: #f9fbfd;
    --byoffer-nav-text: #162033;
    --byoffer-nav-muted: #4f6078;
    --byoffer-nav-border: rgba(148, 163, 184, 0.22);
    --byoffer-nav-item-bg: rgba(15, 23, 42, 0.045);
    --byoffer-nav-active-bg: var(--byoffer-primary);
    --byoffer-nav-active-color: #ffffff;
    --byoffer-nav-special-bg: var(--byoffer-primary);
    --byoffer-nav-special-color: #ffffff;
    --byoffer-nav-shadow: 0 20px 42px rgba(15, 23, 42, 0.12);
    --byoffer-nav-radius: 999px;
    --byoffer-nav-submenu-bg: #ffffff;
    --byoffer-nav-submenu-text: #162033;
    --byoffer-nav-submenu-hover-bg: color-mix(in srgb, var(--byoffer-primary) 8%, #ffffff);
    --byoffer-nav-submenu-hover-text: var(--byoffer-primary);
    --byoffer-nav-submenu-border: rgba(148, 163, 184, 0.24);
    --byoffer-nav-submenu-divider: rgba(148, 163, 184, 0.16);
}

body.navbar-style-6 {
    --byoffer-nav-top-bg: rgba(11, 18, 32, 0.28);
    --byoffer-nav-bg: rgba(11, 18, 32, 0.38);
    --byoffer-nav-text: #ffffff;
    --byoffer-nav-muted: rgba(255, 255, 255, 0.78);
    --byoffer-nav-border: rgba(255, 255, 255, 0.16);
    --byoffer-nav-item-bg: rgba(255, 255, 255, 0.08);
    --byoffer-nav-active-bg: rgba(255, 255, 255, 0.18);
    --byoffer-nav-active-color: #ffffff;
    --byoffer-nav-special-bg: var(--byoffer-primary);
    --byoffer-nav-special-color: #ffffff;
    --byoffer-nav-shadow: 0 20px 52px rgba(2, 6, 23, 0.22);
    --byoffer-nav-radius: 14px;
    --byoffer-nav-submenu-bg: rgba(11, 18, 32, 0.96);
    --byoffer-nav-submenu-text: #eef4fb;
    --byoffer-nav-submenu-hover-bg: rgba(255, 255, 255, 0.08);
    --byoffer-nav-submenu-hover-text: #ffffff;
    --byoffer-nav-submenu-border: rgba(255, 255, 255, 0.08);
    --byoffer-nav-submenu-divider: rgba(255, 255, 255, 0.06);
}

body.navbar-style-7 {
    --byoffer-nav-top-bg: color-mix(in srgb, var(--byoffer-primary-dark) 88%, var(--byoffer-secondary) 12%);
    --byoffer-nav-bg: color-mix(in srgb, var(--byoffer-primary) 84%, var(--byoffer-secondary) 16%);
    --byoffer-nav-text: #ffffff;
    --byoffer-nav-muted: rgba(255, 255, 255, 0.82);
    --byoffer-nav-border: rgba(255, 255, 255, 0.22);
    --byoffer-nav-item-bg: rgba(255, 255, 255, 0.1);
    --byoffer-nav-active-bg: #ffffff;
    --byoffer-nav-active-color: var(--byoffer-primary-dark);
    --byoffer-nav-special-bg: #ffffff;
    --byoffer-nav-special-color: var(--byoffer-primary-dark);
    --byoffer-nav-shadow: 0 18px 46px color-mix(in srgb, var(--byoffer-primary) 26%, transparent);
    --byoffer-nav-radius: 7px;
    --byoffer-nav-submenu-bg: color-mix(in srgb, var(--byoffer-secondary) 78%, var(--byoffer-primary) 22%);
    --byoffer-nav-submenu-text: #eff5fb;
    --byoffer-nav-submenu-hover-bg: rgba(255, 255, 255, 0.08);
    --byoffer-nav-submenu-hover-text: #ffffff;
    --byoffer-nav-submenu-border: rgba(255, 255, 255, 0.08);
    --byoffer-nav-submenu-divider: rgba(255, 255, 255, 0.06);
}

body.navbar-style-8 {
    --byoffer-nav-top-bg: #f5f7fb;
    --byoffer-nav-bg: #ffffff;
    --byoffer-nav-text: #15263f;
    --byoffer-nav-muted: #607086;
    --byoffer-nav-border: rgba(148, 163, 184, 0.2);
    --byoffer-nav-item-bg: transparent;
    --byoffer-nav-active-bg: transparent;
    --byoffer-nav-active-color: var(--byoffer-primary);
    --byoffer-nav-special-bg: color-mix(in srgb, var(--byoffer-primary) 10%, #ffffff);
    --byoffer-nav-special-color: var(--byoffer-primary);
    --byoffer-nav-shadow: none;
    --byoffer-nav-radius: 8px;
    --byoffer-nav-submenu-bg: #ffffff;
    --byoffer-nav-submenu-text: #162033;
    --byoffer-nav-submenu-hover-bg: color-mix(in srgb, var(--byoffer-primary) 8%, #ffffff);
    --byoffer-nav-submenu-hover-text: var(--byoffer-primary);
    --byoffer-nav-submenu-border: rgba(148, 163, 184, 0.22);
    --byoffer-nav-submenu-divider: rgba(148, 163, 184, 0.14);
}

body.navbar-style-9 {
    --byoffer-nav-top-bg: #f5f7fb;
    --byoffer-nav-bg: #ffffff;
    --byoffer-nav-text: #15263f;
    --byoffer-nav-muted: #4f6078;
    --byoffer-nav-border: rgba(148, 163, 184, 0.2);
    --byoffer-nav-item-bg: #eef3f8;
    --byoffer-nav-active-bg: var(--byoffer-primary);
    --byoffer-nav-active-color: #ffffff;
    --byoffer-nav-special-bg: var(--byoffer-primary);
    --byoffer-nav-special-color: #ffffff;
    --byoffer-nav-shadow: 0 16px 42px rgba(15, 23, 42, 0.1);
    --byoffer-nav-radius: 999px;
    --byoffer-nav-submenu-bg: #ffffff;
    --byoffer-nav-submenu-text: #162033;
    --byoffer-nav-submenu-hover-bg: color-mix(in srgb, var(--byoffer-primary) 9%, #ffffff);
    --byoffer-nav-submenu-hover-text: var(--byoffer-primary);
    --byoffer-nav-submenu-border: rgba(148, 163, 184, 0.22);
    --byoffer-nav-submenu-divider: rgba(148, 163, 184, 0.14);
}

body.navbar-style-10 {
    --byoffer-nav-top-bg: #070e1a;
    --byoffer-nav-bg: #0d1628;
    --byoffer-nav-text: #ffffff;
    --byoffer-nav-muted: #d1dae7;
    --byoffer-nav-border: rgba(255, 255, 255, 0.08);
    --byoffer-nav-item-bg: rgba(255, 255, 255, 0.06);
    --byoffer-nav-active-bg: var(--byoffer-primary);
    --byoffer-nav-active-color: #ffffff;
    --byoffer-nav-special-bg: var(--byoffer-primary);
    --byoffer-nav-special-color: #ffffff;
    --byoffer-nav-shadow: 0 22px 58px rgba(2, 6, 23, 0.28);
    --byoffer-nav-radius: 8px;
    --byoffer-nav-submenu-bg: #0f172a;
    --byoffer-nav-submenu-text: #e8eef7;
    --byoffer-nav-submenu-hover-bg: rgba(255, 255, 255, 0.08);
    --byoffer-nav-submenu-hover-text: #ffffff;
    --byoffer-nav-submenu-border: rgba(255, 255, 255, 0.08);
    --byoffer-nav-submenu-divider: rgba(255, 255, 255, 0.06);
}

body[class*="navbar-style-"] .site-header {
    background: var(--byoffer-nav-bg);
    border-bottom-color: var(--byoffer-nav-border);
    box-shadow: var(--byoffer-nav-shadow);
    backdrop-filter: blur(14px);
}

body[class*="navbar-style-"] .site-topbar {
    background: var(--byoffer-nav-top-bg);
    border-bottom-color: var(--byoffer-nav-border);
}

body[class*="navbar-style-"] .site-topbar__inner {
    min-height: 44px;
    gap: 20px;
}

body[class*="navbar-style-"] .site-topbar__contact,
body[class*="navbar-style-"] .site-topbar__language {
    gap: 12px;
}

body[class*="navbar-style-"] .site-topbar__contact > a,
body[class*="navbar-style-"] .site-topbar__language > a {
    position: relative;
    min-height: 34px;
    padding: 0 2px;
}

body[class*="navbar-style-"] .site-topbar__contact > a + a,
body[class*="navbar-style-"] .site-topbar__language > a + a {
    padding-left: 18px;
}

body[class*="navbar-style-"] .site-topbar__contact > a + a::before,
body[class*="navbar-style-"] .site-topbar__language > a + a::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 16px;
    content: "";
    background: var(--byoffer-nav-border);
    transform: translateY(-50%);
}

body[class*="navbar-style-"] .site-navbar {
    background: var(--byoffer-nav-bg);
}

body[class*="navbar-style-"] .site-navbar__inner {
    gap: 24px;
}

body[class*="navbar-style-"] .byoffer-logo,
body[class*="navbar-style-"] .byoffer-logo:hover,
body[class*="navbar-style-"] .byoffer-logo:focus,
body[class*="navbar-style-"] .byoffer-logo__text,
body[class*="navbar-style-"] .site-title,
body[class*="navbar-style-"] .main-navigation a,
body[class*="navbar-style-"] .menu-search-toggle {
    color: var(--byoffer-nav-text);
}

body[class*="navbar-style-"] .site-topbar a,
body[class*="navbar-style-"] .site-topbar__language,
body[class*="navbar-style-"] .main-navigation .primary-menu > .menu-item > a {
    color: var(--byoffer-nav-muted);
}

body[class*="navbar-style-"] .site-topbar svg,
body[class*="navbar-style-"] .site-topbar__contact svg,
body[class*="navbar-style-"] .main-navigation svg {
    color: currentColor;
}

body[class*="navbar-style-"] .main-navigation .primary-menu > .menu-item > a {
    min-height: 42px;
    padding: 0 13px;
    background: var(--byoffer-nav-item-bg);
    border: 1px solid transparent;
    border-radius: var(--byoffer-nav-radius);
    transition:
        color 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

body[class*="navbar-style-"] .main-navigation .primary-menu > .menu-item > a:hover,
body[class*="navbar-style-"] .main-navigation .primary-menu > .menu-item > a:focus,
body[class*="navbar-style-"] .main-navigation .primary-menu > .current-menu-item > a {
    color: var(--byoffer-nav-active-color);
    background: var(--byoffer-nav-active-bg);
}

body[class*="navbar-style-"] .main-navigation .current-menu-item:not(.ozel) > a::before {
    bottom: -7px;
    background: var(--byoffer-primary);
}

body[class*="navbar-style-"] .main-navigation .menu-item-has-children > a::after,
body[class*="navbar-style-"] .main-navigation .menu-item-has-arrow > a::after {
    transition: transform 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

body[class*="navbar-style-"] .main-navigation .menu-item-has-children:hover > a::after,
body[class*="navbar-style-"] .main-navigation .menu-item-has-children:focus-within > a::after,
body[class*="navbar-style-"] .main-navigation .menu-item-has-arrow:hover > a::after,
body[class*="navbar-style-"] .main-navigation .menu-item-has-arrow:focus-within > a::after {
    transform: rotate(225deg) translateY(-1px);
}

body[class*="navbar-style-"] .main-navigation .ozel > a {
    color: var(--byoffer-nav-special-color);
    background: var(--byoffer-nav-special-bg);
    border-color: transparent;
    border-radius: var(--byoffer-nav-radius);
    box-shadow: 0 12px 28px color-mix(in srgb, var(--byoffer-primary) 22%, transparent);
}

body[class*="navbar-style-"] .main-navigation .sub-menu {
    border-color: var(--byoffer-nav-submenu-border, var(--byoffer-border));
}

body[class*="navbar-style-"] .menu-search-toggle {
    border: 1px solid transparent;
    border-radius: calc(var(--byoffer-nav-radius) + 2px);
    transition:
        color 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

body[class*="navbar-style-"] .menu-search-toggle:hover,
body[class*="navbar-style-"] .menu-search-toggle:focus {
    color: var(--byoffer-nav-active-color);
    background: var(--byoffer-nav-active-bg);
    border-color: color-mix(in srgb, var(--byoffer-nav-active-bg) 62%, transparent);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
    transform: translateY(-1px);
}

body[class*="navbar-style-"] .menu-toggle,
body[class*="navbar-style-"] .site-mobile-actions__link,
body[class*="navbar-style-"] .site-mobile-actions__button {
    color: var(--byoffer-nav-text);
}

body[class*="navbar-style-"] .menu-toggle__bar,
body[class*="navbar-style-"] .menu-toggle__bar::before,
body[class*="navbar-style-"] .menu-toggle__bar::after {
    background: var(--byoffer-nav-text);
}

body.navbar-style-3 .site-navbar__inner {
    min-height: 64px;
}

body.navbar-style-5 .site-branding {
    align-self: stretch;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    margin-block: -1px;
    background: var(--byoffer-primary);
}

body.navbar-style-5 .site-branding .byoffer-logo,
body.navbar-style-5 .site-branding .byoffer-logo__text,
body.navbar-style-5 .site-branding .site-title {
    color: #ffffff;
}

body.navbar-style-6.header-design-overlay .site-topbar,
body.navbar-style-6.header-design-overlay .site-navbar {
    background: transparent;
}

body.navbar-style-8 .site-header {
    border-bottom: 3px solid var(--byoffer-primary);
}

body.navbar-style-8 .main-navigation .primary-menu > .menu-item > a {
    padding-inline: 10px;
}

body.navbar-style-8 .main-navigation .current-menu-item:not(.ozel) > a::before {
    bottom: -15px;
    width: 28px;
    height: 2px;
    border-radius: 999px;
}

body.navbar-style-9 .main-navigation .primary-menu {
    padding: 6px;
    background: rgba(15, 23, 42, 0.04);
    border: 1px solid var(--byoffer-nav-border);
    border-radius: 999px;
}

body.navbar-style-10 .site-navbar__inner {
    min-height: 82px;
}

@media (max-width: 900px) {
    body[class*="navbar-style-"] .site-topbar__contact > a + a::before,
    body[class*="navbar-style-"] .site-topbar__language > a + a::before {
        display: none;
    }

    body[class*="navbar-style-"] .main-navigation,
    body[class*="navbar-style-"] .site-mobile-search-panel {
        background: var(--byoffer-nav-bg);
        border-color: var(--byoffer-nav-border);
    }

    body[class*="navbar-style-"] .main-navigation .primary-menu {
        padding: 0;
        background: transparent;
        border: 0;
        border-radius: 0;
    }

    body[class*="navbar-style-"] .main-navigation .primary-menu > .menu-item > a {
        justify-content: flex-start;
        width: 100%;
        padding: 8px 12px;
    }

    body[class*="navbar-style-"] .main-navigation .sub-menu a {
        color: var(--byoffer-nav-text);
    }

    body[class*="navbar-style-"] .main-navigation .primary-menu > .menu-item > a,
    body[class*="navbar-style-"] .menu-search-toggle {
        transform: none !important;
        box-shadow: none !important;
    }

    body[class*="navbar-style-"] .site-mobile-actions__menu.menu-toggle {
        color: var(--byoffer-nav-special-color);
        background: var(--byoffer-nav-special-bg);
    }

    body[class*="navbar-style-"] .site-mobile-actions__menu .menu-toggle__bar,
    body[class*="navbar-style-"] .site-mobile-actions__menu .menu-toggle__bar::before,
    body[class*="navbar-style-"] .site-mobile-actions__menu .menu-toggle__bar::after {
        background: var(--byoffer-nav-special-color);
    }

    body.navbar-style-5 .site-branding {
        align-self: auto;
        padding: 0;
        margin: 0;
        background: transparent;
    }

    body.navbar-style-5 .site-branding .byoffer-logo,
    body.navbar-style-5 .site-branding .byoffer-logo__text,
    body.navbar-style-5 .site-branding .site-title {
        color: var(--byoffer-nav-text);
    }
}

body {
    font-family: var(--byoffer-font-main);
}

button,
input,
select,
textarea {
    font-family: var(--byoffer-font-content);
}

.site-header,
.site-topbar,
.site-navbar,
.main-navigation,
.main-navigation a,
.menu-toggle,
.menu-search-form,
.site-mobile-actions,
.site-mobile-search-form {
    font-family: var(--byoffer-font-menu);
}

h1,
h2,
h3,
h4,
h5,
h6,
.page-title,
.entry-title,
.widget-title,
.byoffer-section-title,
[class*="__title"],
[class*="__card-title"] {
    font-family: var(--byoffer-font-heading);
}

.entry-content,
.entry-summary,
.page-content,
.widget,
.byoffer-widget,
[class*="__description"],
[class*="__excerpt"],
[class*="__text"] {
    font-family: var(--byoffer-font-content);
}

.site-header .byoffer-logo__text,
.site-header .site-title,
.site-header [class*="__text"] {
    font-family: var(--byoffer-font-menu);
}

@media (min-width: 901px) {
    body[class*="navbar-style-"] .main-navigation .primary-menu {
        align-items: center;
        gap: 6px;
    }

    body[class*="navbar-style-"] .main-navigation .primary-menu > .menu-item {
        position: relative;
    }

    body[class*="navbar-style-"] .main-navigation .primary-menu > .menu-item > a:hover,
    body[class*="navbar-style-"] .main-navigation .primary-menu > .menu-item > a:focus,
    body[class*="navbar-style-"] .main-navigation .primary-menu > .current-menu-item > a {
        border-color: color-mix(in srgb, var(--byoffer-nav-active-bg) 38%, transparent);
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
        transform: translateY(-1px);
    }

    body[class*="navbar-style-"] .main-navigation .sub-menu {
        width: max-content;
        min-width: 250px;
        max-width: 340px;
        height: auto;
        min-height: 0;
        max-height: none;
        padding: 10px;
        align-items: start;
        justify-items: stretch;
        grid-auto-rows: auto;
        display: grid;
        background: var(--byoffer-nav-submenu-bg, #ffffff);
        border: 1px solid var(--byoffer-nav-submenu-border, rgba(15, 23, 42, 0.08));
        border-radius: 16px;
        box-shadow: 0 22px 48px rgba(15, 23, 42, 0.16);
        backdrop-filter: blur(14px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(10px) scale(0.98);
        transform-origin: top left;
        transition:
            opacity 180ms ease,
            transform 180ms ease,
            visibility 180ms ease;
    }

    body[class*="navbar-style-"] .main-navigation .menu-item:hover > .sub-menu,
    body[class*="navbar-style-"] .main-navigation .menu-item:focus-within > .sub-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(4px) scale(1);
    }

    body[class*="navbar-style-"] .main-navigation .sub-menu > .menu-item {
        display: block;
        width: 100%;
        min-height: 0;
        margin: 0;
        padding: 0;
    }

    body[class*="navbar-style-"] .main-navigation .sub-menu > .menu-item + .menu-item {
        border-top: 0;
    }

    body[class*="navbar-style-"] .main-navigation .sub-menu a {
        display: flex;
        width: 100%;
        min-height: 0;
        height: auto;
        padding: 12px 14px;
        color: var(--byoffer-nav-submenu-text, #334155);
        background: transparent;
        border-radius: 12px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.45;
        white-space: normal;
        transition:
            color 160ms ease,
            background-color 160ms ease,
            padding-inline 160ms ease,
            transform 160ms ease;
    }

    body[class*="navbar-style-"] .main-navigation .sub-menu a:hover,
    body[class*="navbar-style-"] .main-navigation .sub-menu a:focus,
    body[class*="navbar-style-"] .main-navigation .sub-menu .current-menu-item > a {
        color: var(--byoffer-nav-submenu-hover-text, var(--byoffer-primary));
        background: var(--byoffer-nav-submenu-hover-bg, color-mix(in srgb, var(--byoffer-primary) 9%, #ffffff));
        padding-inline: 14px;
        transform: translateX(2px);
    }

    body[class*="navbar-style-"] .main-navigation .sub-menu a::before,
    body[class*="navbar-style-"] .main-navigation .sub-menu a::after {
        display: none;
    }
}

/* Navbar readability fixes for overlay headers and uploaded dark logos. */
body.navbar-style-2 {
    --byoffer-nav-top-bg: rgba(245, 247, 251, 0.84);
    --byoffer-nav-bg: rgba(255, 255, 255, 0.84);
    --byoffer-nav-text: #15263f;
    --byoffer-nav-muted: #50627d;
    --byoffer-nav-item-bg: rgba(255, 255, 255, 0.44);
    --byoffer-nav-shadow: 0 14px 34px rgba(15, 23, 42, 0.1);
}

body.header-design-overlay.navbar-style-2 .site-header,
body.header-design-overlay.navbar-style-4 .site-header,
body.header-design-overlay.navbar-style-5 .site-header,
body.header-design-overlay.navbar-style-8 .site-header,
body.header-design-overlay.navbar-style-9 .site-header {
    background: var(--byoffer-nav-bg);
}

body.header-design-overlay.navbar-style-2 .site-topbar,
body.header-design-overlay.navbar-style-2 .site-navbar,
body.header-design-overlay.navbar-style-4 .site-navbar,
body.header-design-overlay.navbar-style-5 .site-navbar,
body.header-design-overlay.navbar-style-8 .site-topbar,
body.header-design-overlay.navbar-style-8 .site-navbar,
body.header-design-overlay.navbar-style-9 .site-topbar,
body.header-design-overlay.navbar-style-9 .site-navbar {
    background: var(--byoffer-nav-bg);
}

body.header-design-overlay.navbar-style-4 .site-topbar,
body.header-design-overlay.navbar-style-5 .site-topbar {
    background: var(--byoffer-nav-top-bg);
}

body.header-design-overlay.navbar-style-1 .site-header,
body.header-design-overlay.navbar-style-3 .site-header,
body.header-design-overlay.navbar-style-6 .site-header,
body.header-design-overlay.navbar-style-10 .site-header {
    background: rgba(15, 23, 42, 0.88);
}

body.header-design-overlay.navbar-style-1 .site-topbar,
body.header-design-overlay.navbar-style-1 .site-navbar,
body.header-design-overlay.navbar-style-3 .site-topbar,
body.header-design-overlay.navbar-style-3 .site-navbar,
body.header-design-overlay.navbar-style-6 .site-topbar,
body.header-design-overlay.navbar-style-6 .site-navbar,
body.header-design-overlay.navbar-style-10 .site-topbar,
body.header-design-overlay.navbar-style-10 .site-navbar {
    background: transparent;
}

body.navbar-style-1 .site-branding .custom-logo-link,
body.navbar-style-3 .site-branding .custom-logo-link,
body.navbar-style-5 .site-branding .custom-logo-link,
body.navbar-style-6 .site-branding .custom-logo-link,
body.navbar-style-7 .site-branding .custom-logo-link,
body.navbar-style-10 .site-branding .custom-logo-link {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.94);
    border-radius: 8px;
}

body.navbar-style-1 .site-branding .custom-logo-link img,
body.navbar-style-3 .site-branding .custom-logo-link img,
body.navbar-style-5 .site-branding .custom-logo-link img,
body.navbar-style-6 .site-branding .custom-logo-link img,
body.navbar-style-7 .site-branding .custom-logo-link img,
body.navbar-style-10 .site-branding .custom-logo-link img {
    filter: none;
}

body[class*="navbar-style-"] .site-topbar a,
body[class*="navbar-style-"] .main-navigation .primary-menu > .menu-item > a {
    opacity: 1;
}

body[class*="navbar-style-"] .site-branding .custom-logo-link {
    padding: 0;
    background: transparent;
    border-radius: 0;
}

body[class*="navbar-style-"] .site-branding .custom-logo-link img {
    filter: drop-shadow(0 1px 1px rgba(255, 255, 255, 0.16));
}

/* Transparent header mode: hero/title image slides under the bar, scroll makes it solid. */
body.header-design-overlay .site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    transition: background-color 180ms ease, box-shadow 180ms ease, border-color 180ms ease, backdrop-filter 180ms ease;
}

body.admin-bar.header-design-overlay .site-header {
    top: 32px;
}

body.header-design-overlay:not(.is-header-scrolled) .site-header {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.74), rgba(15, 23, 42, 0.2));
    border-bottom-color: rgba(255, 255, 255, 0.12);
    box-shadow: none;
    backdrop-filter: blur(8px);
}

body.header-design-overlay:not(.is-header-scrolled) .site-topbar,
body.header-design-overlay:not(.is-header-scrolled) .site-navbar {
    background: transparent;
}

body.header-design-overlay:not(.is-header-scrolled) .site-topbar a,
body.header-design-overlay:not(.is-header-scrolled) .site-topbar__language,
body.header-design-overlay:not(.is-header-scrolled) .byoffer-logo,
body.header-design-overlay:not(.is-header-scrolled) .byoffer-logo__text,
body.header-design-overlay:not(.is-header-scrolled) .site-title,
body.header-design-overlay:not(.is-header-scrolled) .main-navigation .primary-menu > .menu-item > a,
body.header-design-overlay:not(.is-header-scrolled) .menu-search-toggle {
    color: rgba(255, 255, 255, 0.9);
}

body.header-design-overlay:not(.is-header-scrolled) .main-navigation .primary-menu > .menu-item > a {
    background: rgba(255, 255, 255, 0.1);
}

body.header-design-overlay:not(.is-header-scrolled) .main-navigation .primary-menu > .menu-item > a:hover,
body.header-design-overlay:not(.is-header-scrolled) .main-navigation .primary-menu > .menu-item > a:focus,
body.header-design-overlay:not(.is-header-scrolled) .main-navigation .primary-menu > .current-menu-item > a {
    color: #ffffff;
    background: var(--byoffer-primary);
}

body.header-design-overlay.is-header-scrolled .site-header {
    background: var(--byoffer-nav-bg, var(--byoffer-header-main));
    border-bottom-color: var(--byoffer-nav-border, var(--byoffer-header-line));
    box-shadow: 0 14px 36px rgba(2, 6, 23, 0.18);
    backdrop-filter: blur(14px);
}

body.header-design-overlay.is-header-scrolled .site-topbar {
    background: var(--byoffer-nav-top-bg, var(--byoffer-header-top));
}

body.header-design-overlay.is-header-scrolled .site-navbar {
    background: var(--byoffer-nav-bg, var(--byoffer-header-main));
}

@media (max-width: 782px) {
    body.admin-bar.header-design-overlay .site-header {
        top: 46px;
    }
}

/* Overlay navbar style corrections: transparent at top, solid after scroll. */
body.header-design-overlay:not(.is-header-scrolled) .site-header,
body.header-design-overlay:not(.is-header-scrolled) .site-topbar,
body.header-design-overlay:not(.is-header-scrolled) .site-navbar {
    background: transparent !important;
    border-bottom-color: rgba(255, 255, 255, 0.12);
    box-shadow: none !important;
    backdrop-filter: none;
}

body.header-design-overlay:not(.is-header-scrolled) .site-header::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    pointer-events: none;
    background: linear-gradient(180deg, rgba(5, 10, 20, 0.36), rgba(5, 10, 20, 0));
}

body.header-design-overlay:not(.is-header-scrolled) .site-topbar a,
body.header-design-overlay:not(.is-header-scrolled) .site-topbar__language,
body.header-design-overlay:not(.is-header-scrolled) .byoffer-logo,
body.header-design-overlay:not(.is-header-scrolled) .byoffer-logo__text,
body.header-design-overlay:not(.is-header-scrolled) .site-title,
body.header-design-overlay:not(.is-header-scrolled) .menu-search-toggle {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(2, 6, 23, 0.28);
}

body.header-design-overlay:not(.is-header-scrolled) .site-branding .custom-logo-link {
    background: transparent;
}

/* Final overlay header cleanup for release: single clean layer, no double divider lines. */
body.header-design-overlay:not(.is-header-scrolled) .site-header {
    background: linear-gradient(180deg, rgba(7, 12, 22, 0.72), rgba(7, 12, 22, 0.16)) !important;
    border-bottom-color: transparent !important;
    box-shadow: none !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

body.header-design-overlay:not(.is-header-scrolled) .site-topbar,
body.header-design-overlay:not(.is-header-scrolled) .site-navbar {
    background: transparent !important;
    border-bottom-color: transparent !important;
    box-shadow: none !important;
}

body.header-design-overlay:not(.is-header-scrolled) .site-branding .custom-logo-link img {
    filter: drop-shadow(0 1px 2px rgba(255, 255, 255, 0.24));
}

body.header-design-overlay.navbar-style-1:not(.is-header-scrolled) .main-navigation .primary-menu > .menu-item > a,
body.header-design-overlay.navbar-style-8:not(.is-header-scrolled) .main-navigation .primary-menu > .menu-item > a {
    color: #ffffff;
    background: transparent;
    text-shadow: 0 1px 2px rgba(2, 6, 23, 0.28);
}

body.header-design-overlay.navbar-style-1:not(.is-header-scrolled) .main-navigation .primary-menu > .menu-item > a:hover,
body.header-design-overlay.navbar-style-1:not(.is-header-scrolled) .main-navigation .primary-menu > .menu-item > a:focus,
body.header-design-overlay.navbar-style-8:not(.is-header-scrolled) .main-navigation .primary-menu > .menu-item > a:hover,
body.header-design-overlay.navbar-style-8:not(.is-header-scrolled) .main-navigation .primary-menu > .menu-item > a:focus {
    background: rgba(255, 255, 255, 0.14);
}

body.header-design-overlay.navbar-style-1:not(.is-header-scrolled) .main-navigation .primary-menu > .current-menu-item > a,
body.header-design-overlay.navbar-style-8:not(.is-header-scrolled) .main-navigation .primary-menu > .current-menu-item > a {
    color: #ffffff;
    background: transparent;
}

body.header-design-overlay.navbar-style-2:not(.is-header-scrolled) .main-navigation .primary-menu > .menu-item > a,
body.header-design-overlay.navbar-style-4:not(.is-header-scrolled) .main-navigation .primary-menu > .menu-item > a,
body.header-design-overlay.navbar-style-5:not(.is-header-scrolled) .main-navigation .primary-menu > .menu-item > a,
body.header-design-overlay.navbar-style-9:not(.is-header-scrolled) .main-navigation .primary-menu > .menu-item > a {
    color: #15263f;
    background: rgba(248, 250, 252, 0.78);
    border-color: rgba(255, 255, 255, 0.2);
    text-shadow: none;
    box-shadow: 0 10px 26px rgba(2, 6, 23, 0.12);
    backdrop-filter: blur(10px);
}

body.header-design-overlay.navbar-style-2:not(.is-header-scrolled) .main-navigation .primary-menu > .menu-item > a:hover,
body.header-design-overlay.navbar-style-2:not(.is-header-scrolled) .main-navigation .primary-menu > .menu-item > a:focus,
body.header-design-overlay.navbar-style-2:not(.is-header-scrolled) .main-navigation .primary-menu > .current-menu-item > a,
body.header-design-overlay.navbar-style-4:not(.is-header-scrolled) .main-navigation .primary-menu > .menu-item > a:hover,
body.header-design-overlay.navbar-style-4:not(.is-header-scrolled) .main-navigation .primary-menu > .menu-item > a:focus,
body.header-design-overlay.navbar-style-4:not(.is-header-scrolled) .main-navigation .primary-menu > .current-menu-item > a,
body.header-design-overlay.navbar-style-5:not(.is-header-scrolled) .main-navigation .primary-menu > .menu-item > a:hover,
body.header-design-overlay.navbar-style-5:not(.is-header-scrolled) .main-navigation .primary-menu > .menu-item > a:focus,
body.header-design-overlay.navbar-style-5:not(.is-header-scrolled) .main-navigation .primary-menu > .current-menu-item > a,
body.header-design-overlay.navbar-style-9:not(.is-header-scrolled) .main-navigation .primary-menu > .menu-item > a:hover,
body.header-design-overlay.navbar-style-9:not(.is-header-scrolled) .main-navigation .primary-menu > .menu-item > a:focus,
body.header-design-overlay.navbar-style-9:not(.is-header-scrolled) .main-navigation .primary-menu > .current-menu-item > a {
    color: #ffffff;
    background: var(--byoffer-primary);
}

body.header-design-overlay.navbar-style-3:not(.is-header-scrolled) .main-navigation .primary-menu > .menu-item > a,
body.header-design-overlay.navbar-style-6:not(.is-header-scrolled) .main-navigation .primary-menu > .menu-item > a,
body.header-design-overlay.navbar-style-7:not(.is-header-scrolled) .main-navigation .primary-menu > .menu-item > a,
body.header-design-overlay.navbar-style-10:not(.is-header-scrolled) .main-navigation .primary-menu > .menu-item > a {
    color: #ffffff;
    background: rgba(15, 23, 42, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.12);
    text-shadow: 0 1px 2px rgba(2, 6, 23, 0.28);
    backdrop-filter: blur(10px);
}

body.header-design-overlay.navbar-style-3:not(.is-header-scrolled) .main-navigation .primary-menu > .menu-item > a:hover,
body.header-design-overlay.navbar-style-3:not(.is-header-scrolled) .main-navigation .primary-menu > .menu-item > a:focus,
body.header-design-overlay.navbar-style-3:not(.is-header-scrolled) .main-navigation .primary-menu > .current-menu-item > a,
body.header-design-overlay.navbar-style-6:not(.is-header-scrolled) .main-navigation .primary-menu > .menu-item > a:hover,
body.header-design-overlay.navbar-style-6:not(.is-header-scrolled) .main-navigation .primary-menu > .menu-item > a:focus,
body.header-design-overlay.navbar-style-6:not(.is-header-scrolled) .main-navigation .primary-menu > .current-menu-item > a,
body.header-design-overlay.navbar-style-7:not(.is-header-scrolled) .main-navigation .primary-menu > .menu-item > a:hover,
body.header-design-overlay.navbar-style-7:not(.is-header-scrolled) .main-navigation .primary-menu > .menu-item > a:focus,
body.header-design-overlay.navbar-style-7:not(.is-header-scrolled) .main-navigation .primary-menu > .current-menu-item > a,
body.header-design-overlay.navbar-style-10:not(.is-header-scrolled) .main-navigation .primary-menu > .menu-item > a:hover,
body.header-design-overlay.navbar-style-10:not(.is-header-scrolled) .main-navigation .primary-menu > .menu-item > a:focus,
body.header-design-overlay.navbar-style-10:not(.is-header-scrolled) .main-navigation .primary-menu > .current-menu-item > a {
    color: #ffffff;
    background: var(--byoffer-primary);
    border-color: transparent;
}

body.header-design-overlay.navbar-style-9:not(.is-header-scrolled) .main-navigation .primary-menu {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: 0 12px 32px rgba(2, 6, 23, 0.12);
}

body.header-design-overlay:not(.is-header-scrolled) .main-navigation .current-menu-item:not(.ozel) > a::before {
    background: var(--byoffer-primary);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.16);
}

.site-main--404 {
    padding: 0 0 72px;
    background: linear-gradient(180deg, #f6f8fc 0%, #ffffff 100%);
}

.header-design-overlay.error404 .byoffer-page-hero--404-modern {
    padding-top: 164px;
}

.byoffer-page-hero--404-modern {
    position: relative;
    padding: 138px 0 154px;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 100%),
        linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(24, 34, 58, 0.94));
    background-size: 14px 14px, auto;
}

.byoffer-page-hero--404-modern::before {
    position: absolute;
    inset: auto -10% -180px auto;
    width: 460px;
    height: 460px;
    content: "";
    background: radial-gradient(circle, rgba(45, 91, 159, 0.22), transparent 68%);
    pointer-events: none;
}

.byoffer-404-modern-hero {
    position: relative;
    justify-content: center;
    text-align: center;
}

.byoffer-404-modern__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    margin-bottom: 18px;
    color: #ffffff;
    background: color-mix(in srgb, var(--byoffer-primary) 82%, #ffffff);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.byoffer-404-modern-hero__content {
    position: relative;
    z-index: 1;
    max-width: 780px;
    margin: 0 auto;
}

.byoffer-404-modern__title {
    max-width: 860px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(42px, 6vw, 84px);
    font-weight: 400;
    line-height: 1.02;
}

.byoffer-404-modern__text {
    max-width: 760px;
    margin: 20px auto 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 18px;
    line-height: 1.82;
}

.byoffer-404-modern__ghost {
    position: absolute;
    top: -12px;
    right: 24px;
    color: rgba(255, 255, 255, 0.06);
    font-family: var(--byoffer-font-heading);
    font-size: clamp(130px, 22vw, 260px);
    font-weight: 900;
    line-height: 0.88;
    letter-spacing: -0.04em;
    pointer-events: none;
    user-select: none;
}

.byoffer-page-breadcrumb--404-modern {
    justify-content: center;
    margin-top: 24px;
}

.byoffer-404-modern-shell {
    position: relative;
    z-index: 2;
    margin-top: -82px;
}

.byoffer-404-modern-card {
    padding: clamp(24px, 4vw, 40px);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 22px;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(14px);
}

.byoffer-404-modern-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.byoffer-404-modern-card__title {
    margin: 0;
    color: var(--byoffer-heading);
    font-size: clamp(22px, 2.4vw, 34px);
    font-weight: 800;
    line-height: 1.16;
}

.byoffer-404-modern-card__desc {
    max-width: 760px;
    margin: 10px 0 0;
    color: var(--byoffer-muted);
    font-size: 15px;
    line-height: 1.8;
}

.byoffer-404-modern-card__contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 18px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--byoffer-primary), var(--byoffer-primary-dark));
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 14px 30px rgba(45, 91, 159, 0.24);
}

.byoffer-404-modern-card__contact svg {
    width: 17px;
    height: 17px;
}

.byoffer-404-modern-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 10px;
    background: #ffffff;
    border: 1px solid var(--byoffer-border);
    border-radius: 18px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.byoffer-404-modern-search input {
    min-height: 56px;
    padding: 0 20px;
    color: var(--byoffer-text);
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 16px;
}

.byoffer-404-modern-search button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 56px;
    padding: 0 24px;
    color: #ffffff;
    background: var(--byoffer-primary);
    border: 0;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
}

.byoffer-404-modern-search button svg {
    width: 18px;
    height: 18px;
}

.byoffer-404-modern-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.byoffer-404-modern-actions__primary,
.byoffer-404-modern-actions__secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.byoffer-404-modern-actions__primary {
    color: #ffffff;
    background: var(--byoffer-secondary);
}

.byoffer-404-modern-actions__secondary {
    color: var(--byoffer-heading);
    background: #ffffff;
    border: 1px solid var(--byoffer-border);
}

.byoffer-404-modern-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
    padding-top: 24px;
    border-top: 1px solid rgba(148, 163, 184, 0.22);
}

.byoffer-404-modern-links__item {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 0 16px;
    color: var(--byoffer-heading);
    background: #f8fafc;
    border: 1px solid var(--byoffer-border);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.byoffer-404-modern-links__item:hover,
.byoffer-404-modern-links__item:focus {
    color: var(--byoffer-primary);
    border-color: color-mix(in srgb, var(--byoffer-primary) 28%, var(--byoffer-border));
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
}

.byoffer-404-modern-links__icon {
    display: inline-flex;
    color: var(--byoffer-primary);
}

.byoffer-404-modern-links__icon svg {
    width: 16px;
    height: 16px;
}

.byoffer-404-modern-posts {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(148, 163, 184, 0.22);
}

.byoffer-404-modern-posts__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.byoffer-404-modern-posts__all {
    color: var(--byoffer-primary);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.byoffer-404-modern-posts__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.byoffer-404-modern-post {
    display: grid;
    gap: 10px;
    min-height: 100%;
    padding: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid var(--byoffer-border);
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.byoffer-404-modern-post__date {
    color: var(--byoffer-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.byoffer-404-modern-post__title {
    margin: 0;
    color: var(--byoffer-heading);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
}

.byoffer-404-modern-post__title a {
    color: inherit;
}

.byoffer-404-modern-post__title a:hover,
.byoffer-404-modern-post__title a:focus {
    color: var(--byoffer-primary);
}

@media (max-width: 980px) {
    .byoffer-page-hero--404-modern {
        padding-top: 132px;
        padding-bottom: 132px;
    }

    .byoffer-404-modern__ghost {
        right: 0;
        font-size: clamp(110px, 28vw, 220px);
    }

    .byoffer-404-modern-card__header,
    .byoffer-404-modern-posts__head {
        flex-direction: column;
        align-items: flex-start;
    }

    .byoffer-404-modern-posts__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .site-main--404 {
        padding-bottom: 48px;
    }

    .header-design-overlay.error404 .byoffer-page-hero--404-modern,
    .byoffer-page-hero--404-modern {
        padding-top: 118px;
        padding-bottom: 98px;
    }

    .byoffer-404-modern__ghost {
        top: 24px;
        right: 10px;
        font-size: 118px;
    }

    .byoffer-404-modern__text {
        font-size: 16px;
    }

    .byoffer-404-modern-shell {
        margin-top: -54px;
    }

    .byoffer-404-modern-search {
        grid-template-columns: 1fr;
    }

    .byoffer-404-modern-search button,
    .byoffer-404-modern-actions__primary,
    .byoffer-404-modern-actions__secondary,
    .byoffer-404-modern-card__contact {
        width: 100%;
    }

    .byoffer-404-modern-actions {
        flex-direction: column;
    }

    .byoffer-404-modern-links {
        gap: 10px;
    }

    .byoffer-404-modern-links__item {
        width: 100%;
        justify-content: flex-start;
    }
}

.byoffer-stats1 {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(135deg, color-mix(in srgb, var(--byoffer-secondary) 92%, #17335f), color-mix(in srgb, var(--byoffer-primary-dark) 82%, var(--byoffer-secondary)));
    border-radius: 0;
    isolation: isolate;
}

.byoffer-stats1::before,
.byoffer-stats1::after {
    content: "";
    position: absolute;
    inset: auto;
    pointer-events: none;
    opacity: 0.35;
}

.byoffer-stats1::before {
    top: -120px;
    left: -80px;
    width: 520px;
    height: 520px;
    border: 1px solid color-mix(in srgb, var(--byoffer-primary) 18%, transparent);
    border-radius: 50%;
}

.byoffer-stats1::after {
    right: -110px;
    top: 48px;
    width: 220px;
    height: 220px;
    background-image: radial-gradient(color-mix(in srgb, var(--byoffer-primary) 36%, #ffffff) 1px, transparent 1px);
    background-size: 12px 12px;
}

.byoffer-stats1__inner {
    position: relative;
    z-index: 1;
    padding: 52px 24px 46px;
}

.byoffer-stats1__header {
    max-width: 860px;
    margin: 0 auto 34px;
    text-align: center;
}

.byoffer-stats1--align-left .byoffer-stats1__header {
    margin-left: 0;
    text-align: left;
}

.byoffer-stats1--align-right .byoffer-stats1__header {
    margin-right: 0;
    text-align: right;
}

.byoffer-stats1__slogan {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.byoffer-stats1__slogan::after {
    content: "";
    display: inline-block;
    width: 108px;
    height: 1px;
    background: currentColor;
    opacity: 0.4;
}

.byoffer-stats1__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(30px, 4vw, 54px);
    line-height: 1.08;
}

.byoffer-stats1--align-left .byoffer-stats1__title {
    justify-content: flex-start;
}

.byoffer-stats1--align-right .byoffer-stats1__title {
    justify-content: flex-end;
}

.byoffer-stats1__title-icon {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    color: var(--byoffer-primary);
    background: #ffffff;
    border-radius: 999px;
}

.byoffer-stats1__title-icon svg {
    width: 20px;
    height: 20px;
}

.byoffer-stats1__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 20px;
    align-items: stretch;
    max-width: 1380px;
    margin: 0 auto;
}

.byoffer-stats1__item {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 8px;
    text-align: center;
}

.byoffer-stats1__item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    color: var(--byoffer-primary);
    background: #ffffff;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(5, 18, 58, 0.14);
}

.byoffer-stats1__item-icon svg {
    width: 26px;
    height: 26px;
}

.byoffer-stats1__item-number {
    display: block;
    color: #ffffff;
    font-size: clamp(26px, 3vw, 44px);
    line-height: 1;
}

.byoffer-stats1__item-text {
    margin: 0;
    color: rgba(255, 255, 255, 0.96);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
}

.byoffer-stats1--theme-dark {
    background: var(--byoffer-secondary);
}

.byoffer-stats1--primary-solid {
    background: linear-gradient(135deg, var(--byoffer-primary) 0%, var(--byoffer-primary-dark) 100%);
}

.byoffer-stats1--light-soft {
    color: var(--byoffer-secondary);
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.byoffer-stats1--light-soft .byoffer-stats1__title,
.byoffer-stats1--light-soft .byoffer-stats1__item-number,
.byoffer-stats1--light-soft .byoffer-stats1__item-text {
    color: var(--byoffer-secondary);
}

.byoffer-stats1--light-soft .byoffer-stats1__slogan {
    color: rgba(15, 23, 42, 0.6);
}

.byoffer-stats1--style-2 .byoffer-stats1__item,
.byoffer-stats1--style-3 .byoffer-stats1__item,
.byoffer-stats1--style-4 .byoffer-stats1__item,
.byoffer-stats1--style-5 .byoffer-stats1__item,
.byoffer-stats1--style-6 .byoffer-stats1__item,
.byoffer-stats1--style-7 .byoffer-stats1__item,
.byoffer-stats1--style-8 .byoffer-stats1__item,
.byoffer-stats1--style-9 .byoffer-stats1__item,
.byoffer-stats1--style-10 .byoffer-stats1__item,
.byoffer-stats1--style-11 .byoffer-stats1__item,
.byoffer-stats1--style-12 .byoffer-stats1__item {
    padding: 20px 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
}

.byoffer-stats1--style-2 .byoffer-stats1__item {
    gap: 14px;
}

.byoffer-stats1--style-2 .byoffer-stats1__item-icon {
    width: 62px;
    height: 62px;
}

.byoffer-stats1--style-3 .byoffer-stats1__item {
    border-radius: 0;
    border-width: 0 0 2px;
}

.byoffer-stats1--style-4 .byoffer-stats1__item {
    justify-items: start;
    text-align: left;
}

.byoffer-stats1--style-4 .byoffer-stats1__item-icon,
.byoffer-stats1--style-5 .byoffer-stats1__item-icon,
.byoffer-stats1--style-11 .byoffer-stats1__item-icon {
    width: 58px;
    height: 58px;
}

.byoffer-stats1--style-5 .byoffer-stats1__item {
    gap: 12px;
    border-radius: 999px;
}

.byoffer-stats1--style-6 .byoffer-stats1__item {
    background: rgba(255, 255, 255, 0.88);
    border-color: rgba(255, 255, 255, 0.88);
}

.byoffer-stats1--style-6 .byoffer-stats1__item-number,
.byoffer-stats1--style-6 .byoffer-stats1__item-text {
    color: var(--byoffer-secondary);
}

.byoffer-stats1--style-7 .byoffer-stats1__item {
    gap: 8px;
    padding-top: 30px;
}

.byoffer-stats1--style-8 .byoffer-stats1__item {
    border-style: dashed;
}

.byoffer-stats1--style-9 .byoffer-stats1__item {
    backdrop-filter: blur(12px);
}

.byoffer-stats1--style-10 .byoffer-stats1__item {
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.byoffer-stats1--style-11 .byoffer-stats1__item {
    justify-items: start;
    text-align: left;
    gap: 6px;
}

.byoffer-stats1--style-12 .byoffer-stats1__grid {
    gap: 16px;
}

.byoffer-stats1--style-12 .byoffer-stats1__item {
    min-height: 100%;
    padding: 18px 14px;
}

@media (max-width: 991px) {
    .byoffer-stats1__inner {
        padding: 46px 22px 42px;
    }

    .byoffer-stats1__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .byoffer-stats1__header {
        margin-bottom: 28px;
    }

    .byoffer-stats1__title {
        gap: 10px;
        font-size: clamp(24px, 8vw, 38px);
    }

    .byoffer-stats1__title-icon {
        width: 38px;
        height: 38px;
    }

    .byoffer-stats1__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .byoffer-stats1__item {
        gap: 8px;
    }
}

.entry-content,
.entry-summary,
.page-content,
.archive-description,
.term-description,
.entry-content-wrap--page .entry-content,
.entry-content--single,
.site-main .byoffer-text-widget__content,
.site-main .byoffer-content1__content,
.site-main .byoffer-slogan1__text,
.site-main .byoffer-about1__intro,
.site-main .byoffer-about1__detail-text,
.site-main .byoffer-about1__card-text,
.site-main .byoffer-price1__description,
.site-main .byoffer-price1__feature-text,
.site-main .byoffer-advanced-posts1__excerpt,
.site-main .byoffer-advanced-pages1__excerpt,
.site-main .byoffer-image-categories1__description,
.site-main .byoffer-reviews1__description,
.site-main .byoffer-reviews1__card-text,
.site-main .byoffer-contact-item__content,
.site-main .byoffer-button1__description {
    font-size: var(--byoffer-content-font-size);
    line-height: var(--byoffer-content-line-height);
}
