.llpe-section {
--llpe-orange: #FF7800;
--llpe-orange-hi: #FF9333;
--llpe-cyan: #00AAD4;
--llpe-pink: #EE3164;
--llpe-green: #9DC443;
--llpe-darkblue: #00244A;
--llpe-gap: 24px;
--llpe-visible: 3;
--llpe-radius: 20px;
box-sizing: border-box;
position: relative;
overflow: hidden;
padding: 56px clamp(16px, 4vw, 64px);
font-family: "Rubik", "Roboto", Arial, sans-serif;
-webkit-font-smoothing: antialiased; width: 100vw;
max-width: 100vw;
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
}
.llpe-section *,
.llpe-section *::before,
.llpe-section *::after { box-sizing: border-box; } .llpe-section h2::before,
.llpe-section h2::after { content: none !important; display: none !important; background: none !important; } .llpe-section .llpe-title,
.llpe-section .llpe-modal__title,
.llpe-section .llpe-card__title {
font-family: "Rubik", "Roboto", Arial, sans-serif !important;
font-weight: 800 !important; background: none !important;
}
.llpe-section .llpe-eyebrow { font-weight: 800 !important; font-family: "Rubik", "Roboto", Arial, sans-serif !important; } .llpe-section[data-llpe-theme] .llpe-title {
font-size: clamp(28px, 3.4vw, 46px) !important;
line-height: 1.07 !important;
letter-spacing: -.02em !important;
font-weight: 800 !important;
margin: 10px 0 0 !important;
padding: 0 !important;
}
.llpe-section[data-llpe-theme] .llpe-modal__title { font-size: clamp(22px, 3vw, 30px) !important; line-height: 1.12 !important; }
.llpe-container { position: relative; max-width: 1320px; margin: 0 auto; } .llpe-header {
display: flex; align-items: flex-end; justify-content: space-between;
gap: 24px; margin-bottom: 32px; background: transparent !important; box-shadow: none !important;
padding: 0 !important; border: 0 !important; position: static !important;
}
.llpe-section .llpe-nav { background: transparent !important; box-shadow: none !important; padding: 0 !important; }
.llpe-header__text { max-width: 780px; }
.llpe-eyebrow {
margin: 0; font-size: 13px; font-weight: 800; letter-spacing: .16em;
text-transform: uppercase; color: var(--llpe-orange);
}
.llpe-title {
margin: 10px 0 0; font-size: clamp(26px, 4vw, 44px); line-height: 1.08;
font-weight: 800; letter-spacing: -.02em;
}
.llpe-subtitle { margin: 12px 0 0; font-size: 16px; line-height: 1.5; max-width: 620px; }
.llpe-nav { display: flex; gap: 12px; flex-shrink: 0; padding-bottom: 4px; }
.llpe-arrow {
width: 52px; height: 52px; border-radius: 50%; cursor: pointer;
display: flex; align-items: center; justify-content: center;
border: 1.5px solid transparent; background: transparent;
transition: background .18s, color .18s, border-color .18s, opacity .18s;
}
.llpe-arrow:disabled { opacity: .35; cursor: default; } .llpe-carousel { position: relative; }
.llpe-viewport { overflow: hidden; }
.llpe-track {
display: flex; gap: var(--llpe-gap);
transition: transform .42s cubic-bezier(.2,.7,.2,1);
will-change: transform;
}
.llpe-card {
flex: 0 0 calc((100% - (var(--llpe-visible) - 1) * var(--llpe-gap)) / var(--llpe-visible));
max-width: calc((100% - (var(--llpe-visible) - 1) * var(--llpe-gap)) / var(--llpe-visible));
display: flex; flex-direction: column; overflow: hidden;
border-radius: var(--llpe-radius);
transition: transform .2s, box-shadow .2s;
}
.llpe-card__media {
position: relative; display: block; width: 100%; padding: 0; border: 0;
cursor: pointer; overflow: hidden; aspect-ratio: 16 / 9; background: rgba(0,0,0,.15);
}
.llpe-card__media img {
display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s;
}
.llpe-card:hover .llpe-card__media img { transform: scale(1.04); }
.llpe-card__ph { display: block; width: 100%; height: 100%;
background: repeating-linear-gradient(45deg, rgba(0,0,0,.06), rgba(0,0,0,.06) 10px, rgba(0,0,0,.03) 10px, rgba(0,0,0,.03) 20px); }
.llpe-badge {
position: absolute; top: 14px; left: 14px;
display: inline-flex; align-items: center; gap: 6px;
padding: 7px 13px; border-radius: 999px;
font-size: 12.5px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
color: #fff; box-shadow: 0 4px 14px rgba(0,0,0,.3);
}
.llpe-badge--static { position: static; align-self: flex-start; box-shadow: none; }
.llpe-card__body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.llpe-card__title { font-size: 21px; font-weight: 800; letter-spacing: -.01em; line-height: 1.18; cursor: pointer; }
.llpe-card__date {
display: inline-flex; align-self: flex-start; align-items: center; gap: 7px;
margin-top: 12px; padding: 6px 12px; border-radius: 999px;
font-size: 13.5px; font-weight: 700;
}
.llpe-card__excerpt { margin: 12px 0 0; font-size: 14.5px; line-height: 1.5; }
.llpe-card__actions { display: flex; gap: 10px; margin-top: auto; padding-top: 18px; } .llpe-btn {
font-family: inherit; font-size: 15px; font-weight: 700; cursor: pointer;
border-radius: 12px; padding: 13px 18px; border: 1.5px solid transparent;
text-decoration: none; display: inline-flex; align-items: center; justify-content: center;
transition: background .18s, color .18s, border-color .18s, box-shadow .18s, transform .18s;
}
.llpe-btn--ghost { flex: 0 0 auto; background: transparent; }
.llpe-btn--cta {
flex: 1; border: none; font-weight: 800; color: #fff; background: var(--llpe-orange);
box-shadow: 0 8px 20px rgba(255,120,0,.35);
}
.llpe-btn--cta:hover { background: var(--llpe-orange-hi); }
.llpe-btn--block { width: 100%; flex: none; padding: 16px; font-size: 16px; } .llpe-dots { display: flex; gap: 9px; justify-content: center; margin-top: 30px; }
.llpe-dot {
height: 10px; width: 10px; border-radius: 999px; border: none; cursor: pointer; padding: 0;
transition: width .25s, background .25s;
}
.llpe-dot.is-active { width: 26px; } .llpe-modal {
position: fixed; inset: 0; z-index: 100000;
display: flex; align-items: center; justify-content: center; padding: 28px;
}
.llpe-modal[hidden] { display: none; }
.llpe-modal__overlay {
position: absolute; inset: 0; background: rgba(0,16,34,.74);
-webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
animation: llpeFade .2s ease;
}
.llpe-modal__dialog {
position: relative; width: 1000px; max-width: 100%; max-height: 92vh; overflow: auto;
border-radius: 24px; box-shadow: 0 40px 100px rgba(0,0,0,.5);
animation: llpePop .26s cubic-bezier(.2,.7,.2,1);
}
.llpe-modal__close {
position: absolute; top: 16px; right: 16px; z-index: 3;
width: 44px; height: 44px; border-radius: 50%; border: none; cursor: pointer;
display: flex; align-items: center; justify-content: center;
background: rgba(0,0,0,.45); color: #fff; transition: background .18s;
}
.llpe-modal__close:hover { background: var(--llpe-pink); }
.llpe-modal__grid { display: grid; grid-template-columns: 1.05fr 1fr; }
.llpe-modal__media { padding: 22px; }
.llpe-modal__cover { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 14px; box-shadow: 0 16px 40px rgba(0,0,0,.35); }
.llpe-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 12px; }
.llpe-gallery__item { margin: 0; }
.llpe-gallery__item img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 10px; }
.llpe-gallery__item figcaption { font-size: 11px; opacity: .6; margin-top: 4px; text-align: center; }
.llpe-modal__body { padding: 30px 30px 30px 8px; display: flex; flex-direction: column; }
.llpe-modal__title { margin: 14px 0 0; font-size: clamp(22px, 3vw, 30px); font-weight: 800; line-height: 1.12; letter-spacing: -.01em; }
.llpe-modal__meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.llpe-chip { display: inline-flex; align-items: center; padding: 8px 13px; border-radius: 10px; font-size: 14px; font-weight: 600; }
.llpe-modal__text { margin-top: 18px; font-size: 15.5px; line-height: 1.62; }
.llpe-modal__text p { margin: 0 0 10px; }
.llpe-modal__offer { margin-top: 14px; font-weight: 700; }
.llpe-modal__terms { margin-top: 12px; font-size: 13.5px; opacity: .8; }
.llpe-modal__disclaimer { margin-top: 12px; font-size: 12px; opacity: .55; }
.llpe-modal__cta { margin-top: auto; padding-top: 24px; }
@keyframes llpeFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes llpePop { from { opacity: 0; transform: translateY(18px) scale(.97); } to { opacity: 1; transform: none; } } .llpe-section[data-llpe-theme="dark"] {
background-color: #1b2747;
background-image:
radial-gradient(900px 500px at 85% -10%, rgba(0,170,212,.18), transparent 60%),
radial-gradient(700px 500px at -10% 110%, rgba(255,120,0,.14), transparent 60%),
linear-gradient(120deg, rgba(0,36,74,.55) 0%, rgba(0,36,74,.2) 55%, rgba(0,36,74,.6) 100%);
}
.llpe-section[data-llpe-theme="dark"] .llpe-title { color: #fff !important; }
.llpe-section[data-llpe-theme="dark"] .llpe-subtitle { color: rgba(255,255,255,.72); }
.llpe-section[data-llpe-theme="dark"] .llpe-arrow {
border-color: rgba(0,170,212,.45); background: rgba(0,36,74,.55); color: #fff;
}
.llpe-section[data-llpe-theme="dark"] .llpe-arrow:not(:disabled):hover { background: var(--llpe-cyan); border-color: var(--llpe-cyan); }
.llpe-section[data-llpe-theme="dark"] .llpe-card { background: #0c264a; border: 1px solid rgba(0,170,212,.22); }
.llpe-section[data-llpe-theme="dark"] .llpe-card:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(0,0,0,.5); }
.llpe-section[data-llpe-theme="dark"] .llpe-card__title { color: #fff; }
.llpe-section[data-llpe-theme="dark"] .llpe-card__date { background: rgba(0,170,212,.16); color: #3BBBDB; }
.llpe-section[data-llpe-theme="dark"] .llpe-card__excerpt { color: rgba(255,255,255,.68); }
.llpe-section[data-llpe-theme="dark"] .llpe-btn--ghost { border-color: rgba(255,255,255,.28); color: #fff; }
.llpe-section[data-llpe-theme="dark"] .llpe-btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.llpe-section[data-llpe-theme="dark"] .llpe-dot { background: rgba(255,255,255,.28); }
.llpe-section[data-llpe-theme="dark"] .llpe-dot.is-active { background: var(--llpe-cyan); }
.llpe-section[data-llpe-theme="dark"] .llpe-modal__dialog { background: #0c264a; border: 1px solid rgba(0,170,212,.2); color: rgba(255,255,255,.82); }
.llpe-section[data-llpe-theme="dark"] .llpe-modal__title { color: #fff; }
.llpe-section[data-llpe-theme="dark"] .llpe-chip { background: rgba(255,255,255,.06); color: rgba(255,255,255,.82); }
.llpe-section[data-llpe-theme="dark"] .llpe-chip--accent { background: rgba(0,170,212,.16); color: #3BBBDB; }
.llpe-section[data-llpe-theme="dark"] .llpe-modal__text { color: rgba(255,255,255,.78); } .llpe-section[data-llpe-theme="light"] {
background: #f4f6fa;
background-image:
radial-gradient(420px 420px at 92% -12%, rgba(0,170,212,.18), transparent 70%),
radial-gradient(380px 380px at -8% 112%, rgba(255,120,0,.14), transparent 70%);
}
.llpe-section[data-llpe-theme="light"] .llpe-eyebrow { color: var(--llpe-orange); }
.llpe-section[data-llpe-theme="light"] .llpe-title { color: var(--llpe-darkblue) !important; }
.llpe-section[data-llpe-theme="light"] .llpe-subtitle { color: #5D7E9E; }
.llpe-section[data-llpe-theme="light"] .llpe-arrow {
border-color: rgba(0,36,74,.16); background: #fff; color: var(--llpe-darkblue);
box-shadow: 0 6px 16px rgba(0,36,74,.1);
}
.llpe-section[data-llpe-theme="light"] .llpe-arrow:not(:disabled):hover { background: var(--llpe-darkblue); color: #fff; border-color: var(--llpe-darkblue); }
.llpe-section[data-llpe-theme="light"] .llpe-card { background: #fff; border: 1px solid rgba(0,36,74,.08); box-shadow: 0 8px 24px rgba(0,36,74,.08); }
.llpe-section[data-llpe-theme="light"] .llpe-card:hover { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(0,36,74,.16); }
.llpe-section[data-llpe-theme="light"] .llpe-card__title { color: var(--llpe-darkblue); }
.llpe-section[data-llpe-theme="light"] .llpe-card__date { background: rgba(0,36,74,.06); color: #416487; }
.llpe-section[data-llpe-theme="light"] .llpe-card__excerpt { color: #5D7E9E; }
.llpe-section[data-llpe-theme="light"] .llpe-btn--ghost { border-color: rgba(0,36,74,.18); color: var(--llpe-darkblue); background: #fff; }
.llpe-section[data-llpe-theme="light"] .llpe-btn--ghost:hover { border-color: var(--llpe-darkblue); background: #f4f6fa; }
.llpe-section[data-llpe-theme="light"] .llpe-dot { background: rgba(0,36,74,.18); }
.llpe-section[data-llpe-theme="light"] .llpe-dot.is-active { background: var(--llpe-darkblue); }
.llpe-section[data-llpe-theme="light"] .llpe-modal__dialog { background: #fff; color: #46627d; }
.llpe-section[data-llpe-theme="light"] .llpe-modal__title { color: var(--llpe-darkblue); }
.llpe-section[data-llpe-theme="light"] .llpe-chip { background: rgba(0,36,74,.06); color: #416487; }
.llpe-section[data-llpe-theme="light"] .llpe-chip--accent { background: rgba(0,170,212,.14); color: #0a6e8c; }
.llpe-section[data-llpe-theme="light"] .llpe-modal__text { color: #46627d; } @media (max-width: 1023px) {
.llpe-section { --llpe-visible: 2; }
.llpe-header { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 767px) {
.llpe-section { --llpe-visible: 1; --llpe-gap: 14px; padding: 36px 16px; }
.llpe-card__actions { flex-direction: column-reverse; } .llpe-btn--ghost { width: 100%; }
.llpe-modal { padding: 0; }
.llpe-modal__dialog { width: 100%; max-width: 100%; max-height: 100vh; height: 100%; border-radius: 0; }
.llpe-modal__grid { grid-template-columns: 1fr; }
.llpe-modal__body { padding: 22px; }
.llpe-gallery { grid-template-columns: repeat(2, 1fr); }
} @media (prefers-reduced-motion: reduce) {
.llpe-track { transition: none; }
.llpe-modal__overlay, .llpe-modal__dialog { animation: none; }
.llpe-card { transition: none; }
}.llpe-catalog { overflow: visible; } .llpe-catalog__inner { position: relative; max-width: 1320px; margin: 0 auto; } .llpe-catalog__head {
display: flex; align-items: flex-end; justify-content: space-between;
gap: 24px; margin-bottom: 28px; flex-wrap: wrap;
}
.llpe-catalog__headtext { max-width: 780px; }
.llpe-catalog__sort { display: flex; flex-direction: column; gap: 6px; flex-shrink: 0; }
.llpe-catalog__sortlabel {
font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
} .llpe-select { position: relative; }
.llpe-select select {
appearance: none; -webkit-appearance: none; -moz-appearance: none;
font-family: inherit; font-size: 14.5px; font-weight: 600; cursor: pointer;
padding: 11px 42px 11px 16px; border-radius: 12px; min-width: 210px;
border: 1.5px solid transparent; outline: none;
}
.llpe-select__caret {
position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
pointer-events: none;
} .llpe-catalog__layout {
display: grid; grid-template-columns: 260px 1fr; gap: 32px; align-items: start;
}
.llpe-catalog__sidebar {
position: sticky; top: 20px; display: flex; flex-direction: column; gap: 26px;
}
.llpe-catalog__content { min-width: 0; } .llpe-cat-grid {
display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
gap: 24px;
} .llpe-catalog .llpe-cat-grid .llpe-card {
flex: none; max-width: none; width: 100%;
}
.llpe-cat-item { display: flex; }
.llpe-cat-item > .llpe-card { width: 100%; }
.llpe-cat-item[hidden] { display: none; } .llpe-catalog .llpe-card__actions { flex-direction: column-reverse; }
.llpe-catalog .llpe-card__actions .llpe-btn--ghost { width: 100%; } .llpe-filter__title {
margin: 0 0 12px; font-size: 13px; font-weight: 800; letter-spacing: .12em;
text-transform: uppercase;
}
.llpe-filter__list { display: flex; flex-direction: column; gap: 4px; }
.llpe-filter__list--scroll { max-height: 230px; overflow: auto; padding-right: 4px; }
.llpe-check {
display: flex; align-items: center; gap: 11px; cursor: pointer;
padding: 7px 8px; border-radius: 10px; transition: background .15s;
}
.llpe-check input { position: absolute; opacity: 0; width: 0; height: 0; }
.llpe-check__box {
flex: 0 0 auto; width: 20px; height: 20px; border-radius: 6px;
border: 1.5px solid transparent; position: relative; transition: background .15s, border-color .15s;
}
.llpe-check__box::after {
content: ""; position: absolute; left: 6px; top: 2.5px;
width: 5px; height: 10px; border: solid #fff; border-width: 0 2.4px 2.4px 0;
transform: rotate(45deg) scale(0); transition: transform .15s;
}
.llpe-check input:checked + .llpe-check__box { background: var(--llpe-orange); border-color: var(--llpe-orange); }
.llpe-check input:checked + .llpe-check__box::after { transform: rotate(45deg) scale(1); }
.llpe-check input:focus-visible + .llpe-check__box { outline: 2px solid var(--llpe-cyan); outline-offset: 2px; }
.llpe-check__label { font-size: 14.5px; font-weight: 600; line-height: 1.3; }
.llpe-catalog__reset {
font-family: inherit; font-size: 14px; font-weight: 700; cursor: pointer;
background: transparent; border: none; padding: 4px 8px; align-self: flex-start;
text-decoration: underline; text-underline-offset: 3px;
} .llpe-cal__head {
display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px;
}
.llpe-cal__month { font-size: 14.5px; font-weight: 700; text-transform: capitalize; }
.llpe-cal__nav {
width: 32px; height: 32px; border-radius: 9px; cursor: pointer;
display: flex; align-items: center; justify-content: center;
border: 1.5px solid transparent; background: transparent; transition: background .15s, opacity .15s;
}
.llpe-cal__nav:disabled { opacity: .3; cursor: default; }
.llpe-cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; }
.llpe-cal__dow {
text-align: center; font-size: 11px; font-weight: 700; text-transform: uppercase;
letter-spacing: .03em; padding: 4px 0; opacity: .6;
}
.llpe-cal__day {
font-family: inherit; font-size: 13px; font-weight: 600; cursor: pointer;
aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center;
border-radius: 8px; border: 1.5px solid transparent; background: transparent;
transition: background .14s, color .14s, border-color .14s;
}
.llpe-cal__day.is-empty { visibility: hidden; cursor: default; }
.llpe-cal__day:disabled { opacity: .28; cursor: default; }
.llpe-cal__day.is-selected { background: var(--llpe-orange); border-color: var(--llpe-orange); color: #fff; }
.llpe-cal__day.is-today:not(.is-selected) { border-color: var(--llpe-orange); }
.llpe-cal__hint { margin: 10px 0 0; font-size: 12px; opacity: .6; } .llpe-catalog__empty { text-align: center; padding: 60px 20px; }
.llpe-catalog__empty p { font-size: 16px; font-weight: 600; margin: 0 0 18px; }
.llpe-catalog__empty[hidden] { display: none; } .llpe-catalog__filtertoggle {
display: none; align-items: center; gap: 9px; margin-bottom: 18px;
font-family: inherit; font-size: 15px; font-weight: 700; cursor: pointer;
padding: 12px 18px; border-radius: 12px; border: 1.5px solid transparent;
} .llpe-catalog[data-llpe-theme="dark"] .llpe-catalog__sortlabel { color: rgba(255,255,255,.6); }
.llpe-catalog[data-llpe-theme="dark"] .llpe-select select {
background: rgba(0,36,74,.55); border-color: rgba(0,170,212,.3); color: #fff;
}
.llpe-catalog[data-llpe-theme="dark"] .llpe-select__caret { color: rgba(255,255,255,.7); }
.llpe-catalog[data-llpe-theme="dark"] .llpe-filter__title { color: rgba(255,255,255,.55); }
.llpe-catalog[data-llpe-theme="dark"] .llpe-check:hover { background: rgba(255,255,255,.05); }
.llpe-catalog[data-llpe-theme="dark"] .llpe-check__box { border-color: rgba(255,255,255,.35); }
.llpe-catalog[data-llpe-theme="dark"] .llpe-check__label { color: rgba(255,255,255,.85); }
.llpe-catalog[data-llpe-theme="dark"] .llpe-catalog__reset { color: rgba(255,255,255,.6); }
.llpe-catalog[data-llpe-theme="dark"] .llpe-catalog__reset:hover { color: #fff; }
.llpe-catalog[data-llpe-theme="dark"] .llpe-cal__month { color: #fff; }
.llpe-catalog[data-llpe-theme="dark"] .llpe-cal__nav { border-color: rgba(0,170,212,.4); background: rgba(0,36,74,.55); color: #fff; }
.llpe-catalog[data-llpe-theme="dark"] .llpe-cal__nav:not(:disabled):hover { background: var(--llpe-cyan); }
.llpe-catalog[data-llpe-theme="dark"] .llpe-cal__dow { color: rgba(255,255,255,.7); }
.llpe-catalog[data-llpe-theme="dark"] .llpe-cal__day { color: rgba(255,255,255,.85); }
.llpe-catalog[data-llpe-theme="dark"] .llpe-cal__day:not(:disabled):not(.is-selected):hover { background: rgba(255,255,255,.1); }
.llpe-catalog[data-llpe-theme="dark"] .llpe-cal__hint { color: rgba(255,255,255,.5); }
.llpe-catalog[data-llpe-theme="dark"] .llpe-catalog__empty p { color: rgba(255,255,255,.78); }
.llpe-catalog[data-llpe-theme="dark"] .llpe-catalog__filtertoggle { border-color: rgba(0,170,212,.4); background: rgba(0,36,74,.55); color: #fff; }
.llpe-catalog[data-llpe-theme="dark"] .llpe-filter__list--scroll { scrollbar-color: rgba(255,255,255,.25) transparent; } .llpe-catalog[data-llpe-theme="light"] .llpe-catalog__sortlabel { color: #5D7E9E; }
.llpe-catalog[data-llpe-theme="light"] .llpe-select select {
background: #fff; border-color: rgba(0,36,74,.16); color: var(--llpe-darkblue);
box-shadow: 0 6px 16px rgba(0,36,74,.08);
}
.llpe-catalog[data-llpe-theme="light"] .llpe-select__caret { color: #5D7E9E; }
.llpe-catalog[data-llpe-theme="light"] .llpe-filter__title { color: #5D7E9E; }
.llpe-catalog[data-llpe-theme="light"] .llpe-check:hover { background: rgba(0,36,74,.05); }
.llpe-catalog[data-llpe-theme="light"] .llpe-check__box { border-color: rgba(0,36,74,.25); background: #fff; }
.llpe-catalog[data-llpe-theme="light"] .llpe-check__label { color: var(--llpe-darkblue); }
.llpe-catalog[data-llpe-theme="light"] .llpe-catalog__reset { color: #5D7E9E; }
.llpe-catalog[data-llpe-theme="light"] .llpe-catalog__reset:hover { color: var(--llpe-darkblue); }
.llpe-catalog[data-llpe-theme="light"] .llpe-cal__month { color: var(--llpe-darkblue); }
.llpe-catalog[data-llpe-theme="light"] .llpe-cal__nav { border-color: rgba(0,36,74,.16); background: #fff; color: var(--llpe-darkblue); box-shadow: 0 4px 12px rgba(0,36,74,.08); }
.llpe-catalog[data-llpe-theme="light"] .llpe-cal__nav:not(:disabled):hover { background: var(--llpe-darkblue); color: #fff; }
.llpe-catalog[data-llpe-theme="light"] .llpe-cal__dow { color: #90AAC2; }
.llpe-catalog[data-llpe-theme="light"] .llpe-cal__day { color: #416487; }
.llpe-catalog[data-llpe-theme="light"] .llpe-cal__day:not(:disabled):not(.is-selected):hover { background: rgba(0,36,74,.07); }
.llpe-catalog[data-llpe-theme="light"] .llpe-cal__hint { color: #90AAC2; }
.llpe-catalog[data-llpe-theme="light"] .llpe-catalog__empty p { color: #5D7E9E; }
.llpe-catalog[data-llpe-theme="light"] .llpe-catalog__filtertoggle { border-color: rgba(0,36,74,.16); background: #fff; color: var(--llpe-darkblue); box-shadow: 0 6px 16px rgba(0,36,74,.08); } @media (max-width: 1023px) {
.llpe-catalog__layout { grid-template-columns: 1fr; }
.llpe-catalog__filtertoggle { display: inline-flex; }
.llpe-catalog__sidebar {
position: static; display: none; margin-bottom: 24px;
padding: 22px; border-radius: 16px;
}
.llpe-catalog__sidebar.is-open { display: flex; }
.llpe-catalog[data-llpe-theme="dark"] .llpe-catalog__sidebar { background: rgba(0,36,74,.45); }
.llpe-catalog[data-llpe-theme="light"] .llpe-catalog__sidebar { background: #fff; box-shadow: 0 8px 24px rgba(0,36,74,.08); }
}
@media (max-width: 767px) {
.llpe-cat-grid { grid-template-columns: 1fr; }
.llpe-catalog__head { flex-direction: column; align-items: flex-start; }
.llpe-catalog__sort { width: 100%; }
.llpe-select select { width: 100%; }
}