
/* ==================================================
   01. FONTS / BASE
   ================================================== */

@font-face {
  font-family: "Inter";
  src: url("/media/fonts/Inter/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/media/fonts/Inter/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/media/fonts/Inter/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --plz-bg: #ffffff;
  --plz-bg-soft: #f6f8fc;
  --plz-bg-muted: #eef3fb;
  --plz-dark: #0f172a;
  --plz-text: #334155;
  --plz-muted: #64748b;
  --plz-border: #e2e8f0;
  --plz-border-strong: #cbd5e1;
  --plz-accent: #2f5eff;
  --plz-accent-hover: #244fe0;
  --plz-accent-dark: #001b4c;
  --plz-radius-sm: 12px;
  --plz-radius-md: 16px;
  --plz-radius-lg: 22px;
  --plz-shadow-soft: 0 10px 28px rgba(15, 23, 42, 0.06);
  --plz-shadow-card: 0 14px 34px rgba(15, 23, 42, 0.08);
}

html {
  scroll-behavior: smooth;
}

body.site {
  min-width: 320px;
  background: var(--plz-bg);
  color: var(--plz-text);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.site * {
  box-sizing: border-box;
}

body.site img,
body.site svg,
body.site video {
  max-width: 100%;
  height: auto;
}

body.site a {
  color: var(--plz-accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body.site a:hover,
body.site a:focus {
  color: var(--plz-accent-hover);
}

a:not([class]) {
  text-decoration: none;
}

a:not([class]):hover,
a:not([class]):focus {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--plz-dark);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

h1 {
    margin: 0 0 24px;
    font-size: clamp(32px, 5vw, 48px);
    line-height: 1.04;
    font-weight: 700;
}

h2 {
    margin: 0 0 22px;
    font-size: clamp(28px, 3.4vw, 32px);
    line-height: 1.12;
    font-weight: 700;
}

h3 {
  margin: 0 0 16px;
  font-size: clamp(22px, 2vw, 28px);
}

p {
  margin-top: 0;
}

.container,
.container-fluid {
  padding-left: calc(var(--bs-gutter-x, 1.5rem) * .5);
  padding-right: calc(var(--bs-gutter-x, 1.5rem) * .5);
  max-width: 1380px;

}

/* ==================================================
   02. HEADER
   ================================================== */

header.header.container-header {
  position: sticky;
  top: 0;
  z-index: 1035;
  padding: 0;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.header-info {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.header-desktop-grid {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  column-gap: 24px;
  min-height: 88px;
}

.header-brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 150px;
}

.header-brand,
.header-brand a,
.header-brand img,
.header-brand picture,
.header-brand svg {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.header-brand a {
  display: flex;
  align-items: center;
  min-height: 88px;
  color: var(--plz-dark);
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.header-brand img,
.header-brand svg {
  display: block;
  width: auto;
  height: auto;
  max-width: 210px;
  max-height: 58px;
}

.header-brand .mod-custom,
.header-brand .mod-custom p,
.header-topblock-2 .mod-custom,
.header-topblock-2 .mod-custom p,
.header-enter .moduletable,
.header-enter p {
  margin: 0;
  padding: 0;
}

.header-menu {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-menu .moduletable {
  width: 100%;
  margin: 0;
}

.header-menu .mod-menu,
.header-menu .mod-menu.nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-menu .mod-menu > li {
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  min-width: 0;
}

.header-menu .mod-menu > li > a,
.header-menu .mod-menu > li > button,
.header-menu .mod-menu > li > span,
.header-menu ul.mod-menu.mod-list.nav > li.nav-item > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: 0 14px;
  margin: 0;
  color: var(--plz-dark);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: color .22s ease, background-color .22s ease;
}

.header-menu .mod-menu > li > a::after,
.header-menu .mod-menu > li > button::after,
.header-menu ul.mod-menu.mod-list.nav > li.nav-item > a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 20px;
  height: 3px;
  border-radius: 10px;
  background: transparent;
  transform: scaleX(.7);
  transition: background-color .22s ease, transform .22s ease;
}

.header-menu .mod-menu > li > a:hover,
.header-menu .mod-menu > li > a:focus,
.header-menu .mod-menu > li > button:hover,
.header-menu .mod-menu > li > button:focus,
.header-menu .mod-menu > li.current > a,
.header-menu .mod-menu > li.active > a,
.header-menu ul.mod-menu.mod-list.nav > li.nav-item.current > a,
.header-menu ul.mod-menu.mod-list.nav > li.nav-item.active > a {
  color: var(--plz-accent);
  text-decoration: none;
}

.header-menu .mod-menu > li > a:hover::after,
.header-menu .mod-menu > li > a:focus::after,
.header-menu .mod-menu > li > button:hover::after,
.header-menu .mod-menu > li > button:focus::after,
.header-menu .mod-menu > li.current > a::after,
.header-menu .mod-menu > li.active > a::after,
.header-menu ul.mod-menu.mod-list.nav > li.nav-item.current > a::after,
.header-menu ul.mod-menu.mod-list.nav > li.nav-item.active > a::after {
  background: var(--plz-accent);
  transform: scaleX(1);
}

.header-topblock-2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: max-content;
  margin-left: 4px;
  padding-left: 22px;
  color: var(--plz-text);
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

.header-topblock-2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 34px;
  background: rgba(15, 23, 42, 0.12);
  transform: translateY(-50%);
}

.header-enter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: max-content;
}

.header-enter a,
.header-enter button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 50px;
  padding: 12px 20px;
  border: 1px solid var(--plz-accent);
  border-radius: var(--plz-radius-sm);
  background: var(--plz-accent);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  transition: background-color .22s ease, border-color .22s ease, transform .22s ease;
}

.header-enter a:hover,
.header-enter a:focus,
.header-enter button:hover,
.header-enter button:focus {
  background: var(--plz-accent-hover);
  border-color: var(--plz-accent-hover);
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-1px);
}

/* Header contacts helper for custom modules */
.header-contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  line-height: 1.2;
}

.header-contacts__row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-contacts__label {
  color: var(--plz-muted);
  font-size: 14px;
  font-weight: 600;
}

.header-contacts__link {
  color: var(--plz-dark);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.header-contacts__link:hover,
.header-contacts__link:focus {
  color: var(--plz-accent);
  text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1299.98px) {
  .header-desktop-grid {
    column-gap: 18px;
  }

  .header-brand img,
  .header-brand svg {
    max-width: 185px;
    max-height: 52px;
  }

  .header-menu .mod-menu > li > a,
  .header-menu .mod-menu > li > button,
  .header-menu .mod-menu > li > span,
  .header-menu ul.mod-menu.mod-list.nav > li.nav-item > a {
    padding: 0 10px;
    font-size: 15px;
  }

  .header-menu .mod-menu > li > a::after,
  .header-menu .mod-menu > li > button::after,
  .header-menu ul.mod-menu.mod-list.nav > li.nav-item > a::after {
    left: 10px;
    right: 10px;
  }

  .header-enter a,
  .header-enter button {
    min-width: 158px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }
}

/* ==================================================
   03. DESKTOP DROPDOWN MENU
   ================================================== */

@media (min-width: 992px) {
  header.header.container-header,
  .header-desktop-grid,
  .header-menu,
  .header-menu .moduletable,
  .header-menu .mod-menu {
    overflow: visible;
  }

  .header-menu .mod-menu > li.deeper.parent {
    position: relative;
  }

  .header-menu .mod-menu > li.deeper.parent > .submenu-toggle {
    display: none !important;
  }

  .header-menu .mod-menu > li > .mod-menu__sub {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1050;
    display: block;
    min-width: 260px;
    margin: 0;
    padding: 10px;
    list-style: none;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: var(--plz-radius-md);
    box-shadow: var(--plz-shadow-card);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 10px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
  }

  .header-menu .mod-menu > li:hover > .mod-menu__sub,
  .header-menu .mod-menu > li:focus-within > .mod-menu__sub {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }

  .header-menu .mod-menu > li > .mod-menu__sub > li {
    display: block;
    margin: 0;
    padding: 0;
  }

  .header-menu .mod-menu > li > .mod-menu__sub > li > a {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 10px;
    color: var(--plz-dark);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color .2s ease, color .2s ease, padding-left .2s ease;
  }

  .header-menu .mod-menu > li > .mod-menu__sub > li > a:hover,
  .header-menu .mod-menu > li > .mod-menu__sub > li > a:focus,
  .header-menu .mod-menu > li > .mod-menu__sub > li.current > a,
  .header-menu .mod-menu > li > .mod-menu__sub > li.active > a {
    background: var(--plz-bg-soft);
    color: var(--plz-accent);
    text-decoration: none;
    padding-left: 16px;
  }

  .header-menu .mod-menu > li.deeper.parent > button.mod-menu__toggle-sub {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    min-width: 22px;
    min-height: 88px;
    padding: 0;
    margin: 0 0 0 -8px;
    border: 0;
    background: transparent;
    color: var(--plz-accent-dark);
    line-height: 1;
  }

  .header-menu .mod-menu > li.deeper.parent > button.mod-menu__toggle-sub::after {
    content: none !important;
    display: none !important;
  }
}

/* ==================================================
   04. MOBILE HEADER / OFFCANVAS
   ================================================== */

.header-mobile-bar {
  min-height: 56px;
  gap: 12px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.header-mobile-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex: 0 0 auto;
  margin-left: auto;
}

.navbar-toggler {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: var(--plz-radius-sm);
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
  flex: 0 0 44px;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  border-color: rgba(47, 94, 255, 0.32);
  box-shadow: 0 6px 16px rgba(47, 94, 255, 0.12);
}

.navbar-toggler:focus-visible {
  outline: 2px solid rgba(47, 94, 255, 0.22);
  outline-offset: 2px;
}

.navbar-toggler-icon {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%230f172a' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

#offcanvasMenu,
#offcanvasMenu.offcanvas-end {
  background: #ffffff;
}

@media (max-width: 991.98px) {
  header.header.container-header {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1035;
    width: 100%;
    min-height: 64px;
    padding: 0.35rem 0;
  }

  body.site {
    padding-top: 64px;
  }

  .header-mobile-bar .header-brand a {
    min-height: 0 !important;
  }

  .header-mobile-bar .header-brand img,
  .header-mobile-bar .header-brand svg {
    width: auto;
    max-height: 52px;
  }

  #offcanvasMenu.offcanvas.offcanvas-end {
    width: min(84vw, 360px);
    border-left: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: -16px 0 34px rgba(15, 23, 42, 0.12);
  }

  #offcanvasMenu .offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }

  #offcanvasMenu .offcanvas-header .moduletable {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
  }

  #offcanvasMenu .offcanvas-header img,
  #offcanvasMenu .offcanvas-header svg {
    display: block;
    width: auto;
    height: auto;
    max-width: 190px;
    max-height: 46px;
  }

  #offcanvasMenu .btn-close {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 1px solid var(--plz-border);
    border-radius: var(--plz-radius-sm);
    background-color: #ffffff;
    background-size: 12px;
    box-shadow: none;
    opacity: 1;
  }

  #offcanvasMenu .btn-close:hover,
  #offcanvasMenu .btn-close:focus {
    background-color: var(--plz-bg-soft);
  }

  #offcanvasMenu .offcanvas-body {
    padding: 14px 18px 22px;
  }

  #offcanvasMenu .offcanvas-body > .moduletable {
    margin: 0;
  }

  #offcanvasMenu .mod-menu,
  #offcanvasMenu .mod-menu.nav {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #offcanvasMenu .mod-menu > li {
    margin: 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }

  #offcanvasMenu .mod-menu > li:first-child {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
  }

  #offcanvasMenu .mod-menu > li > a,
  #offcanvasMenu .mod-menu > li > button,
  #offcanvasMenu .mod-menu > li > span {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 50px;
    padding: 10px 6px;
    color: var(--plz-dark);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    transition: color .2s ease, padding-left .2s ease;
  }

  #offcanvasMenu .mod-menu > li > a:hover,
  #offcanvasMenu .mod-menu > li > a:focus,
  #offcanvasMenu .mod-menu > li.current > a,
  #offcanvasMenu .mod-menu > li.active > a {
    color: var(--plz-accent);
    padding-left: 10px;
    text-decoration: none;
  }

  #offcanvasMenu .offcanvas-body > .mt-3 {
    margin-top: 18px !important;
    padding-top: 8px;
  }

  #offcanvasMenu .offcanvas-body > .mt-4 {
    margin-top: 22px !important;
  }

  #offcanvasMenu .header-enter a,
  #offcanvasMenu .header-enter button,
  #offcanvasMenu .offcanvas-body > .mt-4 a,
  #offcanvasMenu .offcanvas-body > .mt-4 button {
    width: 100%;
  }
}

@media (max-width: 390px) {
  #offcanvasMenu.offcanvas.offcanvas-end {
    width: 86vw;
  }

  #offcanvasMenu .offcanvas-header {
    padding: 12px 14px;
  }

  #offcanvasMenu .offcanvas-body {
    padding: 12px 14px 20px;
  }

  #offcanvasMenu .offcanvas-header img,
  #offcanvasMenu .offcanvas-header svg {
    max-width: 172px;
    max-height: 42px;
  }
}

/* ==================================================
   05. MOBILE SUBMENU
   ================================================== */

@media (max-width: 991.98px) {
  #offcanvasMenu .mod-menu > li.deeper.parent {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 34px;
    align-items: center;
    column-gap: 6px;
  }

  #offcanvasMenu .mod-menu > li.deeper.parent > a {
    grid-column: 1;
    width: auto !important;
    min-width: 0;
    padding-right: 0;
  }

  #offcanvasMenu .mod-menu > li.deeper.parent > .submenu-toggle,
  #offcanvasMenu .mod-menu > li.deeper.parent > button.submenu-toggle {
    display: none !important;
  }

  #offcanvasMenu .mod-menu > li.deeper.parent > .mm-toggler,
  #offcanvasMenu .mod-menu > li.deeper.parent > button.mm-toggler,
  #offcanvasMenu .mod-menu > li.deeper.parent > button.mod-menu__toggle-sub {
    position: static !important;
    display: inline-flex !important;
    grid-column: 2;
    align-items: center;
    justify-content: center;
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--plz-accent-dark);
    box-shadow: none !important;
    line-height: 1;
    transform: none !important;
  }

  #offcanvasMenu .mod-menu > li.deeper.parent > .mm-toggler > *,
  #offcanvasMenu .mod-menu > li.deeper.parent > button.mm-toggler > *,
  #offcanvasMenu .mod-menu > li.deeper.parent > button.mod-menu__toggle-sub > * {
    display: none !important;
  }

  #offcanvasMenu .mod-menu > li.deeper.parent > .mm-toggler::after,
  #offcanvasMenu .mod-menu > li.deeper.parent > button.mm-toggler::after,
  #offcanvasMenu .mod-menu > li.deeper.parent > button.mod-menu__toggle-sub::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin: -3px 0 0;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) !important;
  }

  #offcanvasMenu .mod-menu > li.deeper.parent > .mm-toggler[aria-expanded="true"]::after,
  #offcanvasMenu .mod-menu > li.deeper.parent > button.mm-toggler[aria-expanded="true"]::after,
  #offcanvasMenu .mod-menu > li.deeper.parent > button.mod-menu__toggle-sub[aria-expanded="true"]::after {
    margin-top: 3px;
    transform: rotate(225deg) !important;
  }

  #offcanvasMenu .mod-menu > li.deeper.parent > .mod-menu__sub {
    grid-column: 1 / -1;
  }

  #offcanvasMenu .mod-menu > li > .mod-menu__sub {
    position: static !important;
    width: 100%;
    margin: 0 0 14px;
    padding: 0 0 0 14px;
    list-style: none;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  #offcanvasMenu .mod-menu > li > .mod-menu__sub > li > a {
    display: flex;
    align-items: center;
    min-height: 34px;
    padding: 5px 6px 5px 16px;
    color: var(--plz-accent-dark);
    border-left: 2px solid rgba(47, 94, 255, 0.18);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
    transition: color .2s ease, border-color .2s ease, padding-left .2s ease;
  }

  #offcanvasMenu .mod-menu > li > .mod-menu__sub > li > a:hover,
  #offcanvasMenu .mod-menu > li > .mod-menu__sub > li > a:focus,
  #offcanvasMenu .mod-menu > li > .mod-menu__sub > li.current > a,
  #offcanvasMenu .mod-menu > li > .mod-menu__sub > li.active > a {
    color: var(--plz-accent);
    border-left-color: var(--plz-accent);
    padding-left: 20px;
    text-decoration: none;
  }
}

/* ==================================================
   06. HERO
   ================================================== */

.hero-banner {
  position: relative;
  overflow: hidden;
  background: var(--plz-bg-soft);
}

.hero-banner__inner {
  position: relative;
  padding: 15px 0 15px;
}

.hero-banner__inner::before {
  content: none !important;
}

.hero-banner__inner > .container {
  max-width: 1380px;
}

/* ÐžÑÐ½Ð¾Ð²Ð½Ð°Ñ ÑÐµÑ‚ÐºÐ° hero Ð²Ð½ÑƒÑ‚Ñ€Ð¸ Ð¼Ð¾Ð´ÑƒÐ»Ñ Joomla */
.hero-banner__inner > .container > .mod-custom,
.hero-banner__inner > .container > .moduletable {
  display: grid;
  grid-template-columns: minmax(0, 4.5fr) minmax(0, 7.5fr);
  align-items: center;
  gap: 28px;
}

/* Ð¡Ñ‚Ñ€Ð°Ñ…Ð¾Ð²ÐºÐ°, ÐµÑÐ»Ð¸ Ð² Ð¼Ð¾Ð´ÑƒÐ»Ðµ Ð²Ñ€ÐµÐ¼ÐµÐ½Ð½Ð¾ Ð¾ÑÑ‚Ð°Ð»Ð°ÑÑŒ Ð²Ð»Ð¾Ð¶ÐµÐ½Ð½Ð°Ñ ÑÐµÐºÑ†Ð¸Ñ hero-banner */
.hero-banner__inner > .container > .mod-custom > .hero-banner,
.hero-banner__inner > .container > .moduletable > .hero-banner {
  grid-column: 1 / -1;
  background: transparent;
  overflow: visible;
}

.hero-banner__inner > .container > .mod-custom > .hero-banner > .hero-banner__inner,
.hero-banner__inner > .container > .moduletable > .hero-banner > .hero-banner__inner {
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  align-items: center;
  gap: 28px;
}

.hero-banner__content,
.hero-banner__media {
  position: relative;
  z-index: 3;
  min-width: 0;
}

.hero-banner__content {
  grid-column: 1;
  max-width: 560px;
}

.hero-banner__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 28px;
  padding: 10px 20px;
  border-radius: 999px;
  background: var(--plz-bg-muted);
  color: var(--plz-dark);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.hero-banner__eyebrow svg {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  color: var(--plz-accent);
}

.hero-banner__content h1,
.hero-banner__content h2,
.hero-banner__content h3 {
  margin: 0 0 24px;
  color: var(--plz-dark);
  font-size: clamp(42px, 4.2vw, 60px);
  font-weight: 600;
  line-height: 1.06;
}

.hero-banner__content h1 span {
  display: block;
  color: var(--plz-accent);
}

.hero-banner__content p {
  max-width: 520px;
  margin: 0 0 32px;
  color: var(--plz-text);
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.45;
}

.hero-banner__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.hero-banner__actions .mod-custom,
.hero-banner__actions .mod-custom p,
.hero-banner__actions .moduletable,
.hero-banner__actions .moduletable p {
  margin: 0;
  padding: 0;
}

.web-hero-request__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.web-hero-request__button svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: currentColor;
}

.hero-banner__link,
.hero-banner__link:link,
.hero-banner__link:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 14px 24px;
  border: 1px solid var(--plz-accent);
  border-radius: var(--plz-radius-sm);
  background: #ffffff;
  color: var(--plz-accent);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  transition: background-color .22s ease, color .22s ease, transform .22s ease;
}

.hero-banner__link svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: currentColor;
}

.hero-banner__link:hover,
.hero-banner__link:focus,
.hero-banner__link:active {
  background: var(--plz-accent);
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-1px);
}

.hero-banner__link:hover svg,
.hero-banner__link:focus svg,
.hero-banner__link:active svg {
  color: #ffffff;
}

.hero-banner__link:focus-visible {
  outline: 3px solid rgba(47, 94, 255, 0.22);
  outline-offset: 3px;
}

.hero-banner__media {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hero-banner__media img,
.hero-banner__media svg,
.hero-banner__media picture {
  display: block;
  width: 100%;
  max-width: 860px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 1199.98px) {
  .hero-banner__inner > .container > .mod-custom,
  .hero-banner__inner > .container > .moduletable,
  .hero-banner__inner > .container > .mod-custom > .hero-banner > .hero-banner__inner,
  .hero-banner__inner > .container > .moduletable > .hero-banner > .hero-banner__inner {
    gap: 32px;
  }
}

@media (max-width: 991.98px) {
  .hero-banner__inner {
    padding: 48px 0 40px;
  }

  .hero-banner__inner > .container > .mod-custom,
  .hero-banner__inner > .container > .moduletable,
  .hero-banner__inner > .container > .mod-custom > .hero-banner > .hero-banner__inner,
  .hero-banner__inner > .container > .moduletable > .hero-banner > .hero-banner__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hero-banner__content,
  .hero-banner__media {
    grid-column: 1;
  }

  .hero-banner__content {
    display: grid;
    gap: 0;
  }

  .hero-banner__eyebrow {
    order: 1;
    grid-column: 1;
    justify-self: flex-start;
    margin-bottom: 0;
  }

  .hero-banner__media {
    order: 2;
    grid-column: 1;
    justify-content: center;
  }

  .hero-banner__content h1,
  .hero-banner__content h2,
  .hero-banner__content h3 {
    order: 3;
    grid-column: 1;
    font-size: clamp(36px, 9vw, 52px);
  }

  .hero-banner__content p {
    order: 4;
    grid-column: 1;
    font-size: 18px;
  }

  .hero-banner__actions {
    order: 5;
    grid-column: 1;
  }

  .hero-banner__media img,
  .hero-banner__media svg,
  .hero-banner__media picture {
    max-width: 620px;
  }
}

@media (max-width: 575.98px) {
  .hero-banner__inner {
    padding: 40px 0 32px;
  }

  .hero-banner__content h1,
  .hero-banner__content h2,
  .hero-banner__content h3 {
    margin-bottom: 18px;
  }

  .hero-banner__content p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.58;
  }

  .hero-banner__eyebrow {
    font-size: 15px;
    padding: 9px 16px;
  }

  .hero-banner__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-banner__actions > *,
  .hero-banner__actions .mod-custom,
  .hero-banner__actions .moduletable,
  .hero-banner__actions .web-form-box,
  .hero-banner__actions button,
  .hero-banner__link {
    width: 100%;
  }
}
/* ==================================================
   07. MAIN GRID / COMPONENT AREA
   ================================================== */

.site-grid {
  width: min(100% - 24px, 1380px);
  margin: 0 auto;
  padding: 42px 0 58px;
}

.grid-child {
  min-width: 0;
}

.container-component {
  color: var(--plz-text);
}

.container-component main {
  min-width: 0;
}

body:not(.has-sidebar-left):not(.has-sidebar-right) .container-component {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}

.container-top-a,
.container-top-b,
.container-sidebar-left,
.container-sidebar-right {
  margin-bottom: 24px;
}

.container-sidebar-left .card,
.container-sidebar-right .card,
.container-top-a .card,
.container-top-b .card,
.container-component .card {
  border-color: var(--plz-border);
  border-radius: var(--plz-radius-md);
  box-shadow: var(--plz-shadow-soft);
}

.search-block {
  padding: 24px 0 0;
  background: #ffffff;
}

@media (min-width: 992px) {
  body.has-sidebar-left .site-grid,
  body.has-sidebar-right .site-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 28px;
    align-items: start;
  }

  body.has-sidebar-left.has-sidebar-right .site-grid {
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr) minmax(280px, 340px);
  }

  body.has-sidebar-right .container-sidebar-right {
    grid-column: 2;
  }

  body.has-sidebar-right .container-component {
    grid-column: 1;
    grid-row: 1 / span 20;
  }

  body.has-sidebar-left:not(.has-sidebar-right) .site-grid {
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  }

  body.has-sidebar-left:not(.has-sidebar-right) .container-sidebar-left {
    grid-column: 1;
  }

  body.has-sidebar-left:not(.has-sidebar-right) .container-component {
    grid-column: 2;
    grid-row: 1 / span 20;
  }
}

@media (max-width: 767.98px) {
  .site-grid {
    width: min(100% - 20px, 1380px);
    padding: 30px 0 44px;
  }
}

/* ==================================================
   08. BREADCRUMBS
   ================================================== */

.mod-breadcrumbs.breadcrumb {
  width: 100%;
  margin: 0 0 30px;
  padding: 13px 18px !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  border: 1px solid var(--plz-border);
  border-radius: var(--plz-radius-sm);
  background: var(--plz-bg-soft);
  color: var(--plz-text);
  font-size: 15px;
  line-height: 1.45;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.mod-breadcrumbs__divider {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  color: var(--plz-accent);
  font-size: 16px;
  line-height: 1;
}

.mod-breadcrumbs__item.breadcrumb-item {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  color: var(--plz-text);
  font-weight: 500;
}

.mod-breadcrumbs__item.breadcrumb-item a {
  color: var(--plz-accent-dark);
  font-weight: 600;
  text-decoration: none;
}

.mod-breadcrumbs__item.breadcrumb-item a:hover,
.mod-breadcrumbs__item.breadcrumb-item a:focus {
  color: var(--plz-accent);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.mod-breadcrumbs__item.breadcrumb-item + .mod-breadcrumbs__item.breadcrumb-item::before {
  content: "/";
  padding: 0 10px;
  color: #94a3b8;
  font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

@media (max-width: 767.98px) {
  .mod-breadcrumbs.breadcrumb {
    margin-bottom: 22px;
    padding: 11px 14px !important;
    font-size: 14px;
  }

  .mod-breadcrumbs__item.breadcrumb-item + .mod-breadcrumbs__item.breadcrumb-item::before {
    padding: 0 8px;
  }
}

/* ==================================================
   09. FOOTER
   ================================================== */

.footer {
  margin-top: 48px;
  padding: 0;
  background-color: #0c456b;
  background-image: url("/images/cmblades/futer.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  border-top: 0;
}

.footer p,
.footer li,
.footer span,
.footer strong,
.footer h2,
.footer h3,
.footer h4,
.footer a {
  color: #ffffff;
}

.footer a:hover,
.footer a:focus {
  color: #d8f3ff;
}

.footer .container {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-main {
  padding: 34px 0;
}

.footer-main .row.g-4 {
  --bs-gutter-x: 28px;
  --bs-gutter-y: 22px;
  align-items: flex-start;
}

.footer-main .row.g-4 > [class*="col-"] {
  display: flex;
  align-items: flex-start;
}

.footer-col {
  width: 100%;
}

.footer h2,
.footer h3,
.footer h4,
.footer .module-title {
  margin: 0 0 16px;
  color: var(--plz-dark);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.footer p {
  margin: 0 0 14px;
  color: var(--plz-text);
  font-size: 15px;
  line-height: 1.7;
}

.footer a {
  color: var(--plz-accent-dark);
  text-decoration: none;
}

.footer a:hover,
.footer a:focus {
  color: var(--plz-accent);
  text-decoration: none;
}

.footer .mod-menu,
.footer .mod-menu.nav {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .mod-menu > li {
  display: block;
  margin: 0 0 10px;
  padding: 0;
}

.footer .mod-menu > li:last-child {
  margin-bottom: 0;
}

.footer .mod-menu > li > a {
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  transition: color .2s ease;
}

.footer .mod-menu > li > a:hover,
.footer .mod-menu > li > a:focus {
  color: var(--plz-accent);
}

@media (max-width: 767.98px) {
  .footer {
    margin-top: 36px;
  }

  .footer-main {
    padding: 28px 0;
  }

  .footer-main .row.g-4 {
    --bs-gutter-x: 0;
    --bs-gutter-y: 18px;
  }

  .footer-col {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }

  .footer-main .row.g-4 > [class*="col-"]:last-child .footer-col {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

/* ==================================================
   10. BACK TO TOP
   ================================================== */

.back-to-top-link {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--plz-accent);
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: var(--plz-shadow-soft);
  transition: background-color .2s ease, transform .2s ease;
}

.back-to-top-link:hover,
.back-to-top-link:focus {
  background: var(--plz-accent-hover);
  transform: translateY(-2px);
}

/* ==================================================
   11. CONTENT LIBRARY / SECTION / GRID / CARD / FAQ
   ================================================== */
/*
  Ð‘Ð°Ð·Ð° Ð´Ð»Ñ ÐºÐ¾Ð½Ñ‚ÐµÐ½Ñ‚Ð½Ñ‹Ñ… ÑÐµÐºÑ†Ð¸Ð¹.
  Ð¨Ð¸Ñ€Ð¸Ð½Ñƒ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ð° Ð½Ðµ Ð·Ð°Ð´Ð°Ñ‘Ð¼: Ð±Ð»Ð¾Ðº Ñ€Ð°Ð±Ð¾Ñ‚Ð°ÐµÑ‚ Ð²Ð½ÑƒÑ‚Ñ€Ð¸ Ñ‚ÐµÐºÑƒÑ‰ÐµÐ¹ Joomla/Cassiopeia-Ð¾Ð±Ð»Ð°ÑÑ‚Ð¸.
  Ð‘Ð¾Ð»ÑŒÑˆÐ¾Ð¹ Ñ„Ð¾Ð½ ÑÐµÐºÑ†Ð¸Ð¸ Ð½Ðµ Ð·Ð°Ð´Ð°Ñ‘Ð¼: Ñ„Ð¾Ð½ Ñ‚Ð¾Ð»ÑŒÐºÐ¾ Ñƒ ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐµÐº Ð¸ FAQ.
*/

.web-section {
  --web-section-y: clamp(48px, 6vw, 72px);
  padding: var(--web-section-y) 0;
  color: var(--plz-text);
  scroll-margin-top: 110px;
}

.web-section--compact {
  --web-section-y: clamp(32px, 4vw, 48px);
}

.web-section__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(26px, 4vw, 42px);
  min-width: 0;
}

.web-section__head {
  max-width: 760px;
}

.web-section__eyebrow {
  display: inline-flex;
  margin: 0 0 10px;
  color: var(--plz-accent);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.web-section__title {
  margin: 0 0 14px;
  color: var(--plz-dark);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.08;
}

.web-section__lead {
  margin: 0;
  color: var(--plz-text);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.55;
}

.web-section__body {
  min-width: 0;
}

.web-section__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

/* Grid */

.web-grid {
  --web-cols: 3;
  --web-cols-tablet: 2;
  --web-gap: 18px;
  display: grid;
  grid-template-columns: repeat(var(--web-cols), minmax(0, 1fr));
  gap: var(--web-gap);
  align-items: stretch;
  min-width: 0;
}

/* Card */

.web-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 260px;
  padding: clamp(22px, 3vw, 28px);
  color: inherit;
  text-decoration: none;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 24px;
  background: var(--plz-bg);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
  overflow-wrap: break-word;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

a.web-card:hover,
a.web-card:focus-visible {
  color: inherit;
  text-decoration: none;
  border-color: rgba(47, 94, 255, 0.38);
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.1);
  transform: translateY(-4px);
  outline: none;
}

.web-card__label,
.web-card__number {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 22px;
  padding: 6px 10px;
  color: var(--plz-accent);
  border-radius: 999px;
  background: rgba(47, 94, 255, 0.08);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.web-card__title {
  margin: 0 0 12px;
  color: var(--plz-dark);
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 600;
  line-height: 1.2;
}

.web-card__text {
  margin: 0 0 24px;
  color: var(--plz-text);
  font-size: 16px;
  line-height: 1.55;
}

.web-card__meta {
  margin: 0 0 16px;
  color: var(--plz-muted);
  font-size: 14px;
  line-height: 1.45;
}

.web-card__link {
  margin-top: auto;
  color: var(--plz-accent);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}

.web-card__link:hover,
.web-card__link:focus {
  color: var(--plz-accent-hover);
  text-decoration: underline;
}

.web-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: auto;
}

/* FAQ */

.web-faq {
  display: grid;
  gap: 12px;
}

.web-faq__item {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 18px;
  background: var(--plz-bg);
  box-shadow: var(--plz-shadow-soft);
  overflow: hidden;
}

.web-faq__question {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 62px;
  padding: 18px 56px 18px 20px;
  color: var(--plz-dark);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.web-faq__question::-webkit-details-marker {
  display: none;
}

.web-faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--plz-accent);
  border-bottom: 2px solid var(--plz-accent);
  transform: translateY(-65%) rotate(45deg);
  transition: transform .2s ease;
}

.web-faq__item[open] .web-faq__question::after {
  transform: translateY(-35%) rotate(225deg);
}

.web-faq__answer {
  padding: 0 20px 20px;
  color: var(--plz-text);
  font-size: 16px;
  line-height: 1.6;
}

.web-faq__answer p {
  margin: 0;
}

/* ==================================================
   12. WEB OFFER / REQUEST BLOCK
   ================================================== */

.web-offer {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(340px, 0.85fr);
  gap: clamp(28px, 4vw, 46px);
  align-items: start;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 28px;
  background: var(--plz-bg-soft);
  box-shadow: var(--plz-shadow-soft);
}

.web-offer__content {
  min-width: 0;
}

.web-offer__panel {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.web-offer__module,
.web-offer__phonebox {
  min-width: 0;
}

.web-offer__module .moduletable,
.web-offer__module .mod-custom,
.web-offer__module p {
  margin: 0;
  padding: 0;
}

.web-offer__module--primary,
.web-offer__module--primary .moduletable,
.web-offer__module--primary .mod-custom,
.web-offer__module--primary .web-form-box--offer {
  display: block;
  width: 100%;
}

.web-offer__phonebox {
  padding: 20px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 20px;
  background: var(--plz-bg);
}

.web-offer__phone-caption {
  margin: 0 0 12px;
  color: var(--plz-muted);
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}

.web-offer__phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 10px 14px;
  color: var(--plz-dark) !important;
  border: 1px solid var(--plz-border);
  border-radius: 16px;
  background: var(--plz-bg);
  font-size: clamp(18px, 1.25vw, 22px);
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
  text-decoration: none !important;
}

.web-offer__phone:hover,
.web-offer__phone:focus {
  color: var(--plz-accent) !important;
  border-color: rgba(47, 94, 255, 0.32);
  text-decoration: none !important;
}

.web-offer__phone span:last-child {
  white-space: nowrap;
}

.web-offer__phone-icon {
  display: inline-flex;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--plz-accent-dark);
  border-radius: 999px;
  background: var(--plz-bg-soft);
}

.web-offer__phone-icon svg {
  width: 18px;
  height: 18px;
}

.web-offer__hours {
  margin-top: 12px;
  color: var(--plz-muted);
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}

.web-offer__note {
  color: var(--plz-muted);
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 991.98px) {
  .web-offer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .web-offer {
    padding: 24px;
    border-radius: 22px;
  }

  .web-offer__phone {
    font-size: clamp(17px, 5.1vw, 21px);
  }
}

/* ==================================================
   13. HOME SOLUTIONS CAROUSEL
   ================================================== */

.web-solutions {
  padding-top: 0;
}

.web-solutions__slider {
  position: relative;
}

.web-solutions__carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 360px);
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 2px 4px 18px;
}

.web-solutions__carousel::-webkit-scrollbar {
  display: none;
}

.web-solutions__card {
  scroll-snap-align: start;
}

.web-solutions__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 999px;
  background: var(--plz-bg);
  color: var(--plz-accent);
  box-shadow: var(--plz-shadow-soft);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.web-solutions__nav:hover,
.web-solutions__nav:focus-visible {
  background: var(--plz-accent);
  border-color: var(--plz-accent);
  color: #ffffff;
  outline: none;
}

.web-solutions__nav svg {
  width: 22px;
  height: 22px;
}

.web-solutions__nav--prev {
  left: -22px;
}

.web-solutions__nav--next {
  right: -22px;
}

.web-solutions__actions {
  justify-content: center;
}

.web-solutions__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid var(--plz-accent);
  border-radius: var(--plz-radius-sm);
  background: var(--plz-accent);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  transition: background-color .22s ease, border-color .22s ease, transform .22s ease;
}

.web-solutions__button:hover,
.web-solutions__button:focus {
  background: var(--plz-accent-hover);
  border-color: var(--plz-accent-hover);
  color: #ffffff !important;
  transform: translateY(-1px);
}

@media (max-width: 991.98px) {
  .web-grid {
    grid-template-columns: repeat(var(--web-cols-tablet), minmax(0, 1fr));
  }

  .web-solutions__nav {
    display: none;
  }

  .web-solutions__carousel {
    grid-auto-columns: minmax(260px, 78vw);
    margin-right: calc(var(--bs-gutter-x, 1.5rem) * -0.5);
  }
}

@media (max-width: 575.98px) {
  .web-section {
    --web-section-y: 40px;
  }

  .web-grid {
    grid-template-columns: 1fr;
  }

  .web-card {
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }

  .web-section__actions,
  .web-card__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .web-section__actions > *,
  .web-card__actions > * {
    width: 100%;
  }
}
/* ==================================================
   14. WEBSITE19 PATTERN LAYOUTS NORMALIZED V1
   ================================================== */

.web-button,
.web-button:link,
.web-button:visited,
.web-cta-split__button,
.web-notice__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid var(--plz-accent);
  border-radius: var(--plz-radius-sm);
  background: var(--plz-accent);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  transition: background-color .22s ease, border-color .22s ease, transform .22s ease;
}

.web-button:hover,
.web-button:focus,
.web-cta-split__button:hover,
.web-cta-split__button:focus,
.web-notice__button:hover,
.web-notice__button:focus {
  background: var(--plz-accent-hover);
  border-color: var(--plz-accent-hover);
  color: #ffffff !important;
  transform: translateY(-1px);
}

.web-prose {
  max-width: 860px;
  color: var(--plz-text);
  font-size: 17px;
  line-height: 1.75;
}

.web-prose > :last-child {
  margin-bottom: 0;
}

.web-text-section--center .web-section__head,
.web-text-section--center .web-prose {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.web-media-text__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
}

.web-media-text--reverse .web-media-text__content {
  order: 2;
}

.web-media-text--reverse .web-media-text__media {
  order: 1;
}

.web-media-text__media {
  min-width: 0;
}

.web-media-text__image {
  display: block;
  width: 100%;
  border-radius: 24px;
  background: var(--plz-bg-soft);
  box-shadow: var(--plz-shadow-soft);
  object-fit: cover;
}

.web-pricing__price,
.web-stats__value {
  margin: 0 0 16px;
  color: var(--plz-accent-dark);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.web-pricing__period {
  color: var(--plz-muted);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
}

.web-pricing__features {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.web-pricing__feature {
  position: relative;
  padding-left: 22px;
  color: var(--plz-text);
  font-size: 15px;
  line-height: 1.45;
}

.web-pricing__feature::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--plz-accent);
}

.web-table__wrap {
  overflow-x: auto;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 22px;
  background: var(--plz-bg);
  box-shadow: var(--plz-shadow-soft);
}

.web-table__table {
  width: 100%;
  min-width: 680px;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
}

.web-table__th,
.web-table__td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  text-align: left;
  vertical-align: top;
}

.web-table__th {
  color: var(--plz-dark);
  background: var(--plz-bg-soft);
  font-weight: 700;
}

.web-table__row:last-child .web-table__td {
  border-bottom: 0;
}

.web-table__note,
.web-module-slot__note,
.web-cta-split__note {
  margin: 0;
  color: var(--plz-muted);
  font-size: 15px;
  line-height: 1.55;
}

.web-notice__box,
.web-cta-split__box,
.web-module-slot__box {
  display: grid;
  gap: 20px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 28px;
  background: var(--plz-bg-soft);
  box-shadow: var(--plz-shadow-soft);
}

.web-cta-split__box {
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, .8fr);
  align-items: center;
  gap: clamp(24px, 4vw, 44px);
}

.web-notice__title {
  margin: 0 0 10px;
  color: var(--plz-dark);
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.15;
}

.web-notice__text {
  color: var(--plz-text);
  font-size: 16px;
  line-height: 1.65;
}

.web-notice__text > :last-child {
  margin-bottom: 0;
}

.web-cta-split__module,
.web-module-slot__module {
  min-width: 0;
}

.web-cta-split__module .mod-custom,
.web-cta-split__module .moduletable,
.web-cta-split__module p,
.web-module-slot__module .mod-custom,
.web-module-slot__module .moduletable,
.web-module-slot__module p {
  margin: 0;
}

.web-case-grid .web-card__text {
  margin-bottom: 12px;
}

.web-case-grid .web-card__text:last-child {
  margin-bottom: 24px;
}

@media (max-width: 991.98px) {
  .web-media-text__grid,
  .web-cta-split__box {
    grid-template-columns: 1fr;
  }

  .web-media-text--reverse .web-media-text__content,
  .web-media-text--reverse .web-media-text__media {
    order: initial;
  }
}

@media (max-width: 575.98px) {
  .web-notice__box,
  .web-cta-split__box,
  .web-module-slot__box {
    padding: 22px;
    border-radius: 22px;
  }

  .web-table__th,
  .web-table__td {
    padding: 13px 14px;
  }
}

/* ==================================================
   15. WEBSITE19 PATTERN DENSITY TUNING V1
   ================================================== */
/*
  ÐÐ°Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ðµ: ÑƒÐ¿Ð»Ð¾Ñ‚Ð½Ð¸Ñ‚ÑŒ Ð´Ð»Ð¸Ð½Ð½Ñ‹Ðµ pattern-ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ñ‹ Ð±ÐµÐ· Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ HTML/layouts.
  ÐŸÑ€Ð°Ð²ÐºÐ° Ð±ÐµÐ·Ð¾Ð¿Ð°ÑÐ½Ð°Ñ: Ñ‚Ð¾Ð»ÑŒÐºÐ¾ Ð¿ÐµÑ€ÐµÐ¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ðµ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿Ð¾Ð², Ñ€Ð°Ð·Ð¼ÐµÑ€Ð¾Ð² ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐµÐº Ð¸ Ð¿Ñ€Ð¾Ð¼ÐµÐ¶ÑƒÑ‚ÐºÐ¾Ð².
*/

.web-section {
  --web-section-y: clamp(34px, 4.2vw, 52px);
}

.web-section--compact {
  --web-section-y: clamp(24px, 3vw, 36px);
}

.web-section__inner {
  gap: clamp(18px, 2.8vw, 30px);
}

.web-section__head {
  max-width: 820px;
}

.web-section__eyebrow {
  margin-bottom: 7px;
  font-size: 13px;
}

.web-section__title {
  margin-bottom: 10px;
  font-size: clamp(28px, 3vw, 40px);
}

.web-section__lead {
  max-width: 760px;
  font-size: clamp(16px, 1.45vw, 18px);
  line-height: 1.5;
}

.web-section__body {
  min-width: 0;
}

.web-grid {
  --web-gap: 16px;
}

.web-card {
  min-height: 220px;
  padding: clamp(20px, 2.3vw, 24px);
  border-radius: 22px;
}

.web-card__label,
.web-card__number {
  margin-bottom: 16px;
  padding: 5px 9px;
  font-size: 12px;
}

.web-card__title {
  margin-bottom: 8px;
  font-size: clamp(19px, 1.75vw, 22px);
}

.web-card__text {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.5;
}

.web-card__meta {
  margin-bottom: 12px;
  font-size: 13px;
}

.web-pricing__price,
.web-stats__value {
  margin-bottom: 12px;
  font-size: clamp(28px, 3.2vw, 38px);
}

.web-pricing__features {
  gap: 8px;
  margin-bottom: 18px;
}

.web-pricing__feature {
  font-size: 14px;
}

.web-table__th,
.web-table__td {
  padding: 13px 16px;
}

.web-notice__box,
.web-cta-split__box,
.web-module-slot__box {
  gap: 16px;
  padding: clamp(22px, 3.2vw, 32px);
  border-radius: 24px;
}

.web-cta-split__box {
  gap: clamp(20px, 3vw, 34px);
}

.web-notice__title {
  margin-bottom: 8px;
  font-size: clamp(21px, 2.1vw, 27px);
}

.web-notice__text {
  font-size: 15px;
  line-height: 1.6;
}

.web-offer {
  gap: clamp(22px, 3vw, 34px);
  padding: clamp(24px, 3.8vw, 42px);
  border-radius: 26px;
}

.web-offer__panel {
  gap: 14px;
}

.web-offer__phonebox {
  padding: 18px;
}

.web-offer__phone {
  min-height: 54px;
}

.web-faq {
  gap: 10px;
}

.web-faq__question {
  min-height: 54px;
  padding: 15px 52px 15px 18px;
  font-size: 16px;
}

.web-faq__answer {
  padding: 0 18px 18px;
  font-size: 15px;
}

/* Ð”Ð»Ð¸Ð½Ð½Ñ‹Ðµ Ñ‚ÐµÑÑ‚Ð¾Ð²Ñ‹Ðµ ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ñ‹: Ð´Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð¾ ÑƒÐ±Ð¸Ñ€Ð°ÐµÐ¼ Ð»Ð¸ÑˆÐ½Ð¸Ð¹ Ñ€Ð°Ð·Ð³Ð¾Ð½ Ð¿Ð¾ÑÐ»Ðµ body Ð¼Ð°Ñ‚ÐµÑ€Ð¸Ð°Ð»Ð°. */
.com-content-article + .web-section {
  padding-top: clamp(28px, 3.5vw, 42px);
}

/* ÐœÐ¾Ð±Ð¸Ð»ÑŒÐ½Ð°Ñ Ð¿Ð»Ð¾Ñ‚Ð½Ð¾ÑÑ‚ÑŒ Ð¾Ñ‚Ð´ÐµÐ»ÑŒÐ½Ð¾: Ð½Ðµ Ð·Ð°Ð¶Ð¸Ð¼Ð°ÐµÐ¼ ÑÐ»Ð¸ÑˆÐºÐ¾Ð¼ ÑÐ¸Ð»ÑŒÐ½Ð¾, Ð½Ð¾ ÑƒÐ±Ð¸Ñ€Ð°ÐµÐ¼ Ð»Ð¸ÑˆÐ½Ð¸Ðµ Ð¿Ñ€Ð¾Ð²Ð°Ð»Ñ‹. */
@media (max-width: 991.98px) {
  .web-section {
    --web-section-y: clamp(30px, 5vw, 44px);
  }

  .web-section__inner {
    gap: 22px;
  }

  .web-card {
    min-height: auto;
  }
}

@media (max-width: 575.98px) {
  .web-section {
    --web-section-y: 32px;
  }

  .web-section__title {
    font-size: clamp(25px, 7vw, 32px);
  }

  .web-section__lead {
    font-size: 16px;
  }

  .web-card {
    padding: 20px;
    border-radius: 20px;
  }

  .web-notice__box,
  .web-cta-split__box,
  .web-module-slot__box,
  .web-offer {
    padding: 20px;
    border-radius: 22px;
  }
}
/* W19 Articles Cards: scoped only to this Joomla mod_articles instance */
.w19-articles-cards {
  --w19-card-radius: 24px;
  --w19-card-border: rgba(15, 23, 42, 0.1);
  --w19-card-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
  --w19-card-shadow-hover: 0 24px 64px rgba(15, 23, 42, 0.1);
  --w19-card-image-height: 240px;
  --w19-card-gap: 18px;
  --w19-card-padding: 24px;
  --w19-card-text: var(--plz-text, #475569);
  --w19-card-title: var(--plz-dark, #0f172a);
  --w19-card-accent: var(--plz-accent, #315bff);
  --w19-card-accent-hover: var(--plz-accent-hover, #2448d8);
}

.w19-articles-cards,
.w19-articles-cards * {
  box-sizing: border-box;
}

/* Grid: 2 cards on desktop */
.w19-articles-cards > .mod-articles-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: var(--w19-card-gap);
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Remove list spacing/markers and make each li stretch */
.w19-articles-cards > .mod-articles-items > li {
  display: flex;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Card */
.w19-articles-cards .mod-articles-item {
  display: flex;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  color: inherit;
  border: 1px solid var(--w19-card-border);
  border-radius: var(--w19-card-radius);
  background: #ffffff;
  box-shadow: var(--w19-card-shadow);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.w19-articles-cards .mod-articles-item:hover,
.w19-articles-cards .mod-articles-item:focus-within {
  border-color: rgba(49, 91, 255, 0.38);
  box-shadow: var(--w19-card-shadow-hover);
  transform: translateY(-4px);
}

/*
  Inner flex layout.
  Introtext is a raw text node in Joomla output,
  so padding belongs to the content wrapper.
*/
.w19-articles-cards .mod-articles-item-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  padding: var(--w19-card-padding);
  color: var(--w19-card-text);
  font-size: 16px;
  line-height: 1.55;
}

/* Image visually goes first, even though title is earlier in HTML */
.w19-articles-cards .mod-articles-image {
  order: -2;
  display: block;
  width: calc(100% + (var(--w19-card-padding) * 2));
  height: var(--w19-card-image-height);
  margin:
    calc(var(--w19-card-padding) * -1)
    calc(var(--w19-card-padding) * -1)
    22px;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.04);
}

.w19-articles-cards .mod-articles-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Title below image */
.w19-articles-cards .mod-articles-title {
  order: -1;
  margin: 0 0 12px;
  color: var(--w19-card-title);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.w19-articles-cards .mod-articles-link,
.w19-articles-cards .mod-articles-link:link,
.w19-articles-cards .mod-articles-link:visited {
  color: inherit;
  text-decoration: none;
}

.w19-articles-cards .mod-articles-link:hover,
.w19-articles-cards .mod-articles-link:focus-visible {
  color: var(--w19-card-accent);
  text-decoration: none;
  outline: none;
}

/* Read more link: text + animated arrow */
.w19-articles-cards .readmore {
  order: 1;
  margin: auto 0 0;
  padding-top: 22px;
}

.w19-articles-cards .readmore .btn,
.w19-articles-cards .readmore .btn:link,
.w19-articles-cards .readmore .btn:visited {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  min-height: 42px;
  padding: 0 58px 0 0;
  color: var(--w19-card-title);
  text-align: left;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  transition: color 0.2s ease;
}

/* Hide Joomla default chevron icon */
.w19-articles-cards .readmore .icon-chevron-right {
  display: none !important;
}

/* Arrow pill background: does not rotate */
.w19-articles-cards .readmore .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 42px;
  height: 32px;
  border: 1px solid rgba(15, 23, 42, 0.28);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: none;
  transform: translateY(-50%);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

/* Arrow glyph: rotates separately inside the pill */
.w19-articles-cards .readmore .btn::before {
  content: "â†—";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 32px;
  color: var(--w19-card-title);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%) rotate(0deg);
  transform-origin: center;
  will-change: transform;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.w19-articles-cards .readmore .btn:hover,
.w19-articles-cards .readmore .btn:focus-visible,
.w19-articles-cards .readmore .btn:active {
  color: var(--w19-card-accent);
  text-decoration: none;
  outline: none;
}

.w19-articles-cards .readmore .btn:hover::after,
.w19-articles-cards .readmore .btn:focus-visible::after,
.w19-articles-cards .readmore .btn:active::after {
  border-color: var(--w19-card-accent);
  background: var(--w19-card-accent);
  box-shadow: 0 12px 28px rgba(49, 91, 255, 0.24);
  transform: translate(4px, -50%);
}

.w19-articles-cards .readmore .btn:hover::before,
.w19-articles-cards .readmore .btn:focus-visible::before,
.w19-articles-cards .readmore .btn:active::before {
  color: #ffffff;
  transform: translate(4px, -50%) rotate(45deg);
}

/* Slightly smaller image on tablet */
@media (max-width: 900px) {
  .w19-articles-cards {
    --w19-card-image-height: 220px;
  }
}

/* Mobile: 1 card per row */
@media (max-width: 640px) {
  .w19-articles-cards {
    --w19-card-radius: 20px;
    --w19-card-image-height: 210px;
    --w19-card-gap: 14px;
    --w19-card-padding: 22px;
  }

  .w19-articles-cards > .mod-articles-items {
    grid-template-columns: 1fr;
  }

  .w19-articles-cards .mod-articles-title {
    font-size: 21px;
  }
}

/* W19 Directions module: old .web-card structure with icon and decorative bottom-right media. */
.web-section--directions-module {
  scroll-margin-top: 110px;
}

.web-section--directions-module .web-card--media {
  position: relative;
  min-height: clamp(220px, 20vw, 250px);
  overflow: hidden;
  isolation: isolate;
}

.web-section--directions-module .web-card--media .web-card__icon,
.web-section--directions-module .web-card--media .web-card__number,
.web-section--directions-module .web-card--media .web-card__title,
.web-section--directions-module .web-card--media .web-card__text,
.web-section--directions-module .web-card--media .web-card__link {
  position: relative;
  z-index: 2;
}

.web-section--directions-module .web-card--media .web-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 0 22px;
  border: 1px solid #dbeafe;
  border-radius: 14px;
  background: #eff6ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.web-section--directions-module .web-card--media .web-card__icon img {
  display: block;
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.web-section--directions-module .web-card--media .web-card__title {
  max-width: none;
  padding-right: 0;
}

.web-section--directions-module .web-card--media .web-card__text {
  max-width: 78%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.web-section--directions-module .web-card--media .web-card__link {
  z-index: 3;
  width: fit-content;
  max-width: calc(100% - 145px);
}

.web-section--directions-module .web-card__image {
  position: absolute;
  right: clamp(8px, 1.2vw, 12px);
  bottom: clamp(4px, 0.8vw, 8px);
  z-index: 1;
  display: block;
  width: clamp(142px, 40%, 172px);
  max-width: 48%;
  pointer-events: none;
  opacity: 1;
  transform: translateZ(0);
}

.web-section--directions-module .web-card__image img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 16px 28px rgba(37, 99, 235, 0.08));
}

.web-section--directions-module .web-card--media:hover .web-card__image,
.web-section--directions-module .web-card--media:focus-visible .web-card__image {
  opacity: 1;
}

@media (max-width: 980px) {
  .web-section--directions-module .web-card--media {
    min-height: clamp(230px, 28vw, 270px);
  }

  .web-section--directions-module .web-card--media .web-card__text {
    max-width: 76%;
  }

  .web-section--directions-module .web-card--media .web-card__link {
    max-width: calc(100% - 128px);
  }

  .web-section--directions-module .web-card__image {
    width: clamp(134px, 37%, 164px);
    max-width: 45%;
  }
}

@media (max-width: 640px) {
  .web-section--directions-module .web-card--media {
    min-height: 230px;
  }

  .web-section--directions-module .web-card--media .web-card__icon {
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
  }

  .web-section--directions-module .web-card--media .web-card__icon img {
    width: 23px;
    height: 23px;
  }

  .web-section--directions-module .web-card--media .web-card__text {
    max-width: 80%;
    -webkit-line-clamp: 5;
  }

  .web-section--directions-module .web-card--media .web-card__link {
    max-width: calc(100% - 104px);
  }

  .web-section--directions-module .web-card__image {
    right: 8px;
    bottom: 8px;
    width: min(38%, 136px);
    max-width: 40%;
    opacity: 0.88;
  }
}


/* W19 homepage solutions module carousel: scoped to module 138 layout */
.w19-solutions-home {
  --w19-solutions-gap: 18px;
  --w19-solutions-radius: 24px;
  --w19-solutions-border: rgba(15, 23, 42, 0.1);
  padding: clamp(26px, 3vw, 26px) 0;
}
.w19-solutions-home, .w19-solutions-home * { box-sizing: border-box; }
.w19-solutions-home__inner { display: flex; flex-direction: column; gap: 28px; width: min(100%, 1320px); margin: 0 auto; padding: 0 calc(var(--bs-gutter-x, 1.5rem) * .5); }
.w19-solutions-home__head { max-width: 760px; }
.w19-solutions-home__eyebrow { display: inline-flex; margin: 0 0 10px; color: var(--plz-accent, #2f5eff); font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.w19-solutions-home__title { margin: 0 0 14px; color: var(--plz-dark, #0f172a); font-size: clamp(28px, 3.4vw, 42px); line-height: 1.1; }
.w19-solutions-home__lead { margin: 0; color: var(--plz-muted, #64748b); font-size: clamp(16px, 1.5vw, 18px); line-height: 1.65; }
.w19-solutions-home__slider { position: relative; }
.w19-solutions-home__viewport { overflow-x: auto; overscroll-behavior-x: contain; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; padding: 2px 4px 18px; }
.w19-solutions-home__viewport::-webkit-scrollbar { display: none; }
.w19-solutions-home__track { display: flex; gap: var(--w19-solutions-gap); align-items: stretch; }
.w19-solutions-home__arrow { position: absolute; top: 50%; z-index: 2; display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(15, 23, 42, .1); border-radius: 999px; background: #fff; color: var(--plz-accent, #2f5eff); box-shadow: var(--w19-solutions-shadow); cursor: pointer; font-size: 32px; line-height: 1; transform: translateY(-50%); transition: background-color .2s ease, color .2s ease, border-color .2s ease; }
.w19-solutions-home__arrow:hover, .w19-solutions-home__arrow:focus-visible { background: var(--plz-accent, #2f5eff); border-color: var(--plz-accent, #2f5eff); color: #fff; outline: none; }
.w19-solutions-home__arrow--prev { left: -22px; }
.w19-solutions-home__arrow--next { right: -22px; }
.w19-solutions-home__actions { display: flex; justify-content: center; }
.w19-solutions-home__all { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border: 1px solid var(--plz-accent, #2f5eff); border-radius: var(--plz-radius-sm, 12px); background: var(--plz-accent, #2f5eff); color: #fff !important; font-size: 15px; font-weight: 700; line-height: 1.2; text-decoration: none !important; transition: background-color .22s ease, border-color .22s ease, transform .22s ease; }
.w19-solutions-home__all:hover, .w19-solutions-home__all:focus { background: var(--plz-accent-hover, #244fe0); border-color: var(--plz-accent-hover, #244fe0); color: #fff !important; transform: translateY(-1px); }
.w19-solution-card { flex: 0 0 calc((100% - 72px) / 4.5); min-width: 0; scroll-snap-align: start; }
.w19-solution-card__link { display: flex; flex-direction: column; min-height: 100%; overflow: hidden; color: inherit !important; border: 1px solid var(--w19-solutions-border); border-radius: var(--w19-solutions-radius); background: #fff; box-shadow: var(--w19-solutions-shadow); text-decoration: none !important; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.w19-solution-card__link:hover, .w19-solution-card__link:focus-visible { border-color: rgba(49, 91, 255, .38); box-shadow: var(--w19-solutions-shadow-hover); transform: translateY(-4px); outline: none; }
.w19-solution-card__number { padding: 22px 22px 0; color: var(--plz-accent, #2f5eff); font-size: 14px; font-weight: 800; letter-spacing: .08em; }
.w19-solution-card__media { display: block; height: 170px; margin: 16px 22px 0; overflow: hidden; border-radius: 18px; }
.w19-solution-card__image { display: block; width: 100%; height: 100%; object-fit: cover; }
.w19-solution-card__body { display: flex; flex: 1 1 auto; flex-direction: column; padding: 20px 22px 22px; }
.w19-solution-card__title { margin: 0 0 12px; color: var(--plz-dark, #0f172a); font-size: 20px; font-weight: 700; line-height: 1.2; }
.w19-solution-card__text { margin: 0 0 20px; color: var(--plz-text, #334155); font-size: 15px; line-height: 1.55; }
.w19-solution-card__more { margin-top: auto; color: var(--plz-accent, #2f5eff); font-size: 15px; font-weight: 700; }
@media (max-width: 1024px) { .w19-solution-card { flex-basis: calc((100% - 24px) / 2.4); } .w19-solutions-home__arrow { display: none; } }
@media (max-width: 767px) { .w19-solutions-home { padding: 40px 0; } .w19-solutions-home__inner { gap: 22px; } .w19-solutions-home__viewport { margin-right: calc(var(--bs-gutter-x, 1.5rem) * -.5); padding-right: calc(var(--bs-gutter-x, 1.5rem) * .5); } .w19-solution-card { flex-basis: 86%; } .w19-solution-card__media { height: 155px; } }


/* W19 solutions carousel card polish v2 */
.w19-solutions-home__track {
  align-items: stretch;
}

.w19-solution-card {
  flex: 0 0 calc((100% - 72px) / 4.5);
  min-width: 0;
}

.w19-solution-card__link {
  position: relative;
  height: 100%;
  min-height: 330px;
  padding: 14px;
  gap: 0;
  border-color: rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: #ffffff;
}

.w19-solution-card__number {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--plz-accent, #2f5eff);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  backdrop-filter: blur(8px);
}

.w19-solution-card__media {
  position: relative;
  display: block;
  width: 100%;
  height: 128px;
  margin: 0 0 18px;
  overflow: hidden;
  border-radius: 18px;
}


.w19-solution-card__image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
}

.w19-solution-card__link:hover .w19-solution-card__image,
.w19-solution-card__link:focus-visible .w19-solution-card__image {
  transform: scale(1.04);
}

.w19-solution-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 0 8px;
}

.w19-solution-card__title {
  display: -webkit-box;
  min-height: 48px;
  margin: 0 0 10px;
  overflow: hidden;
  color: var(--plz-dark, #0f172a);
  font-size: 19px;
  font-weight: 750;
  line-height: 1.24;
  letter-spacing: -0.02em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.w19-solution-card__text {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--plz-text, #334155);
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.w19-solution-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding: 18px 8px 4px;
}

.w19-solution-card__more {
  color: var(--plz-accent, #2f5eff);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.2;
}

.w19-solution-card__arrow {
  display: inline-flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: var(--plz-accent, #2f5eff);
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 12px 26px rgba(47, 94, 255, .22);
  transition: background-color .2s ease, transform .2s ease;
}

.w19-solution-card__link:hover .w19-solution-card__arrow,
.w19-solution-card__link:focus-visible .w19-solution-card__arrow {
  background: var(--plz-accent-hover, #244fe0);
  transform: translate(2px, -2px);
}

@media (max-width: 1024px) {
  .w19-solution-card {
    flex-basis: calc((100% - 24px) / 2.4);
  }
}

@media (max-width: 767px) {
  .w19-solution-card {
    flex-basis: 86%;
  }

  .w19-solution-card__link {
    min-height: 320px;
  }

  .w19-solution-card__media {
    height: 120px;
  }
}


/* W19 solutions carousel card cleanup v3: full-cover media, no arrow, clean hover */
.w19-solutions-home__slider,
.w19-solutions-home__viewport,
.w19-solutions-home__track {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.w19-solutions-home__viewport {
  padding-top: 14px;
  padding-bottom: 14px;
  overflow-x: auto;
  overflow-y: visible;
}

.w19-solution-card__link {
  padding: 0;
  overflow: hidden;
  transform: none !important;
}

.w19-solution-card__link:hover,
.w19-solution-card__link:focus-visible,
.w19-solution-card__link:active {
  transform: none !important;
}

.w19-solution-card__media {
  width: 100%;
  height: 132px;
  margin: 0 0 18px;
  border-radius: 24px 24px 18px 18px;
}

.w19-solution-card__number {
  top: 14px;
  left: 14px;
}

.w19-solution-card__body {
  padding: 0 22px;
}

.w19-solution-card__footer {
  justify-content: flex-start;
  padding: 18px 22px 22px;
}

.w19-solution-card__more {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
}

.w19-solution-card__arrow {
  display: none !important;
}

.w19-solution-card__link:hover .w19-solution-card__image,
.w19-solution-card__link:focus-visible .w19-solution-card__image,
.w19-solution-card__link:active .w19-solution-card__image {
  transform: none;
}

@media (max-width: 767px) {
  .w19-solution-card__media {
    height: 124px;
  }
}


/* W19 solutions carousel: number badges removed */
.w19-solution-card__number {
  display: none !important;
}


/* W19 solutions carousel: media top-only radius */
.w19-solution-card__media,
.w19-solution-card__image {
  border-radius: 24px 24px 0 0;
}


/* W19 Directions: mobile-only horizontal carousel */
@media (max-width: 767px) {
  .web-section--directions-module .web-grid {
    display: flex;
    grid-template-columns: none;
    gap: 16px;
    overflow-x: auto;
    overflow-y: visible;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-right: calc(var(--bs-gutter-x, 1.5rem) * -0.5);
    padding: 2px calc(var(--bs-gutter-x, 1.5rem) * 0.5) 16px 0;
  }

  .web-section--directions-module .web-grid::-webkit-scrollbar {
    display: none;
  }

  .web-section--directions-module .web-grid > .web-card {
    flex: 0 0 86%;
    width: 86%;
    max-width: 420px;
    scroll-snap-align: start;
  }
}

/* Fix Lighthouse NO_LCP for custom mod_articles carousels: disable scroll-snap only. */
.web-section--directions-module .web-grid,
.w19-solutions-home__viewport {
  scroll-snap-type: none !important;
}

.web-section--directions-module .web-grid > .web-card,
.w19-solution-card {
  scroll-snap-align: none !important;
}
/* ==================================================
   Ð¡Ñ‚Ñ€Ð°Ð½Ð¸Ñ†Ð° Â«Ð¡Ð¾Ð·Ð´Ð°Ð½Ð¸Ðµ ÑÐ°Ð¹Ñ‚Ð¾Ð²Â» â€” ÐºÐ¾Ð¼Ð¼ÐµÑ€Ñ‡ÐµÑÐºÐ¸Ð¹ layout V4
   Ð’ÑÐµ Ð¿Ñ€Ð°Ð²Ð¸Ð»Ð° Ð¾Ð³Ñ€Ð°Ð½Ð¸Ñ‡ÐµÐ½Ñ‹ ÐºÐ¾Ñ€Ð½ÐµÐ²Ñ‹Ð¼ ÐºÐ»Ð°ÑÑÐ¾Ð¼ ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ñ‹.
   ================================================== */

.web-page--site-creation {
  --web-site-line: rgba(15, 23, 42, 0.11);
  --web-site-accent-soft: rgba(47, 94, 255, 0.08);
  --web-site-accent-line: rgba(47, 94, 255, 0.32);
  min-width: 0;
}

.web-page--site-creation .web-section {
  --web-section-y: clamp(44px, 5.4vw, 70px);
}

.web-page--site-creation .web-section--compact {
  --web-section-y: clamp(30px, 3.8vw, 46px);
}

.web-page--site-creation .web-section__inner {
  gap: clamp(30px, 4vw, 46px);
}

.web-page--site-creation .web-section__head {
  max-width: 840px;
}

.web-page--site-creation .web-section__eyebrow {
  margin-bottom: 9px;
  font-size: 14px;
}

.web-page--site-creation .web-section__title {
  margin-bottom: 14px;
  font-size: clamp(32px, 3.7vw, 48px);
  line-height: 1.08;
}

.web-page--site-creation .web-section__lead {
  max-width: 800px;
  font-size: clamp(17px, 1.65vw, 20px);
  line-height: 1.55;
}

.web-page--site-creation .web-section--soft,
.web-page--site-creation .web-section--contrast {
  margin: clamp(20px, 3vw, 34px) 0;
  padding-right: clamp(20px, 4vw, 48px);
  padding-left: clamp(20px, 4vw, 48px);
  border-radius: clamp(26px, 4vw, 38px);
}

.web-page--site-creation .web-section--soft {
  background: var(--plz-bg-soft);
}

.web-page--site-creation .web-section--contrast {
  background:
    radial-gradient(
      circle at 92% 8%,
      rgba(47, 94, 255, 0.38),
      transparent 36%
    ),
    var(--plz-accent-dark);
}

.web-page--site-creation .web-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ÐšÐ¾Ñ€Ð¾Ñ‚ÐºÐ¾Ðµ Ð¿Ð¾Ð·Ð¸Ñ†Ð¸Ð¾Ð½Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ðµ */

.web-page--site-creation .web-site-intro__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(38px, 6vw, 82px);
  align-items: center;
}

.web-page--site-creation .web-site-intro__copy {
  max-width: 540px;
}

.web-page--site-creation .web-site-intro__points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.web-page--site-creation .web-site-intro__point {
  min-width: 0;
  padding: 8px clamp(18px, 2.3vw, 30px);
  border-left: 1px solid var(--web-site-line);
}

.web-page--site-creation .web-site-intro__number {
  display: block;
  margin-bottom: 24px;
  color: var(--plz-accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.web-page--site-creation .web-site-intro__point h3 {
  margin: 0 0 8px;
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.25;
}

.web-page--site-creation .web-site-intro__point p {
  margin: 0;
  color: var(--plz-text);
  font-size: 14px;
  line-height: 1.55;
}

/* Ð¤Ð¾Ñ€Ð¼Ð°Ñ‚Ñ‹ Ð¸ ÑÑ‚Ð¾Ð¸Ð¼Ð¾ÑÑ‚ÑŒ */

.web-page--site-creation .web-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.web-page--site-creation .web-pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(24px, 2.6vw, 32px);
  border: 1px solid var(--web-site-line);
  border-radius: 26px;
  background: var(--plz-bg);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.055);
}

.web-page--site-creation .web-pricing-card--featured {
  z-index: 1;
  border-color: var(--plz-accent);
  background:
    linear-gradient(180deg, var(--web-site-accent-soft), transparent 42%),
    var(--plz-bg);
  box-shadow: 0 24px 64px rgba(47, 94, 255, 0.14);
  transform: translateY(-10px);
}

.web-page--site-creation .web-pricing-card__badge {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--plz-accent);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.web-page--site-creation .web-pricing-card__top {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.web-page--site-creation .web-pricing-card__type,
.web-page--site-creation .web-pricing-card__meta {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.web-page--site-creation .web-pricing-card__type {
  color: var(--plz-accent);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.web-page--site-creation .web-pricing-card__meta {
  color: var(--plz-muted);
}

.web-page--site-creation .web-pricing-card .web-card__text {
  min-height: 94px;
}

.web-page--site-creation .web-pricing-card .web-card__title {
  min-height: 54px;
}

.web-page--site-creation .web-pricing-card .web-pricing__features {
  margin-bottom: 28px;
}

.web-page--site-creation .web-pricing-card__note {
  margin: -10px 0 24px;
  color: var(--plz-muted);
  font-size: 13px;
  line-height: 1.5;
}

.web-page--site-creation .web-pricing-card .web-button {
  width: 100%;
  margin-top: auto;
}

.web-page--site-creation .web-button--outline {
  background: transparent;
  color: var(--plz-accent) !important;
}

.web-page--site-creation .web-button--outline:hover,
.web-page--site-creation .web-button--outline:focus {
  background: var(--plz-accent);
  color: #ffffff !important;
}

.web-page--site-creation .web-pricing-grid__footer {
  display: flex;
  gap: 18px 28px;
  align-items: center;
  justify-content: space-between;
  margin-top: 6px;
  padding-top: 8px;
}

.web-page--site-creation .web-pricing-grid__footer p {
  max-width: 760px;
  margin: 0;
  color: var(--plz-text);
  font-size: 15px;
  line-height: 1.55;
}

.web-page--site-creation .web-site-text-button {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--plz-accent);
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.web-page--site-creation .web-site-text-button:hover,
.web-page--site-creation .web-site-text-button:focus {
  color: var(--plz-accent-hover);
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* ÐšÐµÐ¹ÑÑ‹ */

.web-page--site-creation .web-case-list {
  display: grid;
  gap: clamp(76px, 8vw, 112px);
}

.web-page--site-creation .web-case {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(350px, 0.72fr);
  gap: clamp(40px, 5vw, 72px);
  align-items: center;
}

.web-page--site-creation .web-case--reverse {
  grid-template-columns: minmax(350px, 0.72fr) minmax(0, 1.28fr);
}

.web-page--site-creation .web-case--reverse .web-case__media {
  order: 2;
}

.web-page--site-creation .web-case--reverse .web-case__content {
  order: 1;
}

.web-page--site-creation .web-case__media {
  min-width: 0;
}

.web-page--site-creation .web-case__image {
  display: block;
  width: 100%;
  aspect-ratio: 8 / 5;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: clamp(22px, 3vw, 30px);
  background: var(--plz-bg-soft);
  box-shadow: 0 24px 68px rgba(15, 23, 42, 0.1);
  object-fit: cover;
}

.web-page--site-creation .web-case__content {
  min-width: 0;
}

.web-page--site-creation .web-case__meta {
  margin: 0 0 14px;
  color: var(--plz-accent);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.web-page--site-creation .web-case__content h3 {
  margin: 0 0 30px;
  font-size: clamp(32px, 3.2vw, 44px);
  line-height: 1.08;
}

.web-page--site-creation .web-case__details {
  display: grid;
  gap: 20px;
  margin: 0 0 28px;
}

.web-page--site-creation .web-case__details div {
  padding-top: 18px;
  border-top: 1px solid var(--web-site-line);
}

.web-page--site-creation .web-case__details dt {
  margin-bottom: 5px;
  color: var(--plz-dark);
  font-size: 15px;
  font-weight: 700;
}

.web-page--site-creation .web-case__details dd {
  margin: 0;
  color: var(--plz-text);
  font-size: 16px;
  line-height: 1.6;
}

.web-page--site-creation .web-case__link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--plz-accent);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.web-page--site-creation .web-case__link:hover,
.web-page--site-creation .web-case__link:focus {
  color: var(--plz-accent-hover);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.web-page--site-creation .web-case-cta {
  display: flex;
  gap: 28px 48px;
  align-items: center;
  justify-content: space-between;
  min-height: 164px;
  margin-top: clamp(24px, 3.5vw, 42px);
  padding: clamp(34px, 4.4vw, 54px);
  border: 1px solid var(--web-site-accent-line);
  border-radius: 30px;
  background:
    radial-gradient(
      circle at 90% 0,
      rgba(47, 94, 255, 0.13),
      transparent 38%
    ),
    var(--web-site-accent-soft);
}

.web-page--site-creation .web-case-cta h3 {
  margin: 0 0 9px;
  font-size: clamp(25px, 2.6vw, 34px);
  line-height: 1.15;
}

.web-page--site-creation .web-case-cta p {
  margin: 0;
  color: var(--plz-text);
  font-size: 17px;
  line-height: 1.55;
}

.web-page--site-creation .web-case-cta .web-button {
  flex: 0 0 auto;
  min-width: 220px;
  min-height: 54px;
}

/* Ð¡Ð¾ÑÑ‚Ð°Ð² Ð¿Ñ€Ð¾ÐµÐºÑ‚Ð° */

.web-page--site-creation .web-scope-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.web-page--site-creation .web-scope-item {
  min-width: 0;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.045);
}

.web-page--site-creation .web-scope-item__number {
  display: block;
  margin-bottom: 24px;
  color: rgba(47, 94, 255, 0.24);
  font-size: clamp(42px, 4.6vw, 62px);
  font-weight: 700;
  line-height: 1;
}

.web-page--site-creation .web-scope-item h3 {
  margin: 0 0 12px;
  font-size: clamp(22px, 2.2vw, 28px);
}

.web-page--site-creation .web-scope-item p {
  max-width: 500px;
  margin: 0;
  color: var(--plz-text);
  font-size: 16px;
  line-height: 1.65;
}

/* ÐŸÑ€Ð¾Ñ†ÐµÑÑ */

.web-page--site-creation .web-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3.5vw, 48px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.web-page--site-creation .web-process__phase {
  position: relative;
  min-width: 0;
  padding: 34px 12px 0 0;
  border-top: 3px solid var(--web-site-line);
}

.web-page--site-creation .web-process__phase::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50%;
  background: var(--plz-accent);
  box-shadow:
    0 0 0 4px var(--plz-bg),
    0 0 0 5px var(--plz-accent);
}

.web-page--site-creation .web-process__number {
  display: block;
  margin-bottom: 16px;
  color: rgba(47, 94, 255, 0.22);
  font-size: clamp(44px, 5vw, 66px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
}

.web-page--site-creation .web-process__phase h3 {
  min-height: 64px;
  margin: 0 0 20px;
  font-size: clamp(23px, 2.2vw, 29px);
  line-height: 1.18;
}

.web-page--site-creation .web-process__steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.web-page--site-creation .web-process__steps li {
  position: relative;
  padding-left: 20px;
  color: var(--plz-text);
  font-size: 16px;
  line-height: 1.6;
}

.web-page--site-creation .web-process__steps li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--plz-accent);
}

/* ÐšÐ¾Ð½Ñ‚Ñ€Ð°ÑÑ‚Ð½Ñ‹Ð¹ Ñ€ÐµÐ·ÑƒÐ»ÑŒÑ‚Ð°Ñ‚ */

.web-page--site-creation .web-value-band {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
}

.web-page--site-creation .web-value-band__content {
  max-width: 560px;
}

.web-page--site-creation .web-section--contrast .web-section__eyebrow {
  color: #a9bcff;
}

.web-page--site-creation .web-section--contrast .web-section__title,
.web-page--site-creation .web-section--contrast .web-section__lead {
  color: #ffffff;
}

.web-page--site-creation .web-value-band__content .web-button {
  margin-top: 30px;
}

.web-page--site-creation .web-button--light {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--plz-accent-dark) !important;
}

.web-page--site-creation .web-button--light:hover,
.web-page--site-creation .web-button--light:focus {
  border-color: #dfe7ff;
  background: #dfe7ff;
  color: var(--plz-accent-dark) !important;
}

.web-page--site-creation .web-value-band__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.web-page--site-creation .web-value-band__features li {
  position: relative;
  padding: 18px 0 18px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.5;
}

.web-page--site-creation .web-value-band__features li::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  width: 9px;
  height: 5px;
  border-bottom: 2px solid #a9bcff;
  border-left: 2px solid #a9bcff;
  transform: rotate(-45deg);
}

/* Ð¤Ð°ÐºÑ‚Ð¾Ñ€Ñ‹ Ð¾Ñ†ÐµÐ½ÐºÐ¸ */

.web-page--site-creation .web-estimate {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: start;
}

.web-page--site-creation .web-estimate__copy {
  max-width: 560px;
}

.web-page--site-creation .web-estimate__factors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 10px 28px;
  border: 1px solid var(--web-site-line);
  border-radius: 26px;
  background: var(--plz-bg-soft);
  list-style: none;
}

.web-page--site-creation .web-estimate__factor,
.web-page--site-creation .web-estimate__factors li {
  position: relative;
  min-height: 76px;
  padding: 20px 26px 20px 22px;
  border-top: 1px solid var(--web-site-line);
  color: var(--plz-dark);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}

.web-page--site-creation .web-estimate__factors li::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--plz-accent);
}

/* FAQ Ð¸ Ñ„Ð¸Ð½Ð°Ð»ÑŒÐ½Ñ‹Ð¹ CTA */

.web-page--site-creation .web-site-faq-section .web-section__head,
.web-page--site-creation .web-site-faq-section .web-faq {
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

.web-page--site-creation .web-site-faq-section .web-faq__item {
  box-shadow: none;
}

.web-page--site-creation .web-site-faq-section .web-faq {
  gap: 12px;
}

.web-page--site-creation .web-site-faq-section .web-faq__question {
  min-height: 64px;
  padding: 18px 60px 18px 22px;
  font-size: 17px;
}

.web-page--site-creation .web-site-faq-section .web-faq__answer {
  padding: 0 22px 22px;
  font-size: 16px;
}

.web-page--site-creation .web-cta-split__box--accent {
  overflow: hidden;
  grid-template-columns: minmax(0, 1.35fr) minmax(230px, 0.65fr);
  gap: clamp(36px, 5vw, 72px);
  min-height: 280px;
  padding: clamp(42px, 6vw, 72px);
  border-radius: 32px;
  border: 0;
  background:
    radial-gradient(
      circle at 88% 10%,
      rgba(255, 255, 255, 0.22),
      transparent 32%
    ),
    linear-gradient(135deg, var(--plz-accent-dark), var(--plz-accent));
  box-shadow: 0 26px 72px rgba(47, 94, 255, 0.2);
}

.web-page--site-creation .web-cta-split__box--accent .web-section__eyebrow {
  color: #c8d3ff;
}

.web-page--site-creation .web-cta-split__box--accent .web-section__title,
.web-page--site-creation .web-cta-split__box--accent .web-section__lead,
.web-page--site-creation .web-cta-split__box--accent .web-cta-split__note {
  color: #ffffff;
}

.web-page--site-creation
  .web-cta-split__box--accent
  .web-section__title {
  max-width: 680px;
  font-size: clamp(34px, 4vw, 52px);
}

.web-page--site-creation
  .web-cta-split__box--accent
  .web-section__lead {
  max-width: 720px;
}

.web-page--site-creation .web-cta-split__box--accent .web-cta-split__note {
  margin-top: 18px;
  opacity: 0.82;
}

.web-page--site-creation .web-cta-split__box--accent .web-cta-split__button {
  min-width: 240px;
  min-height: 56px;
  border-color: #ffffff;
  background: #ffffff;
  color: var(--plz-accent-dark) !important;
}

.web-page--site-creation
  .web-cta-split__box--accent
  .web-cta-split__button:hover,
.web-page--site-creation
  .web-cta-split__box--accent
  .web-cta-split__button:focus {
  border-color: #dfe7ff;
  background: #dfe7ff;
  color: var(--plz-accent-dark) !important;
}

.web-page--site-creation button:focus-visible,
.web-page--site-creation a:focus-visible,
.web-page--site-creation summary:focus-visible {
  outline: 3px solid var(--plz-accent);
  outline-offset: 3px;
}

.web-page--site-creation .web-section--contrast button:focus-visible,
.web-page--site-creation
  .web-cta-split__box--accent
  button:focus-visible {
  outline-color: #ffffff;
}

@media (max-width: 991.98px) {
  .web-page--site-creation .web-site-intro__layout,
  .web-page--site-creation .web-value-band,
  .web-page--site-creation .web-estimate {
    grid-template-columns: 1fr;
  }

  .web-page--site-creation .web-site-intro__copy,
  .web-page--site-creation .web-value-band__content,
  .web-page--site-creation .web-estimate__copy {
    max-width: 760px;
  }

  .web-page--site-creation .web-pricing-grid {
    grid-template-columns: 1fr;
  }

  .web-page--site-creation .web-pricing-card--featured {
    transform: none;
  }

  .web-page--site-creation .web-pricing-card:last-child {
    grid-column: auto;
  }

  .web-page--site-creation .web-pricing-card .web-card__title,
  .web-page--site-creation .web-pricing-card .web-card__text {
    min-height: 0;
  }

  .web-page--site-creation .web-case,
  .web-page--site-creation .web-case--reverse {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .web-page--site-creation .web-case--reverse .web-case__media,
  .web-page--site-creation .web-case--reverse .web-case__content {
    order: initial;
  }

  .web-page--site-creation .web-process {
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 20px;
    border-left: 2px solid var(--web-site-line);
  }

  .web-page--site-creation .web-process__phase,
  .web-page--site-creation .web-process__phase:not(:last-child) {
    margin: 0;
    padding: 0 0 40px 26px;
    border-top: 0;
  }

  .web-page--site-creation .web-process__phase:last-child {
    padding-bottom: 0;
  }

  .web-page--site-creation .web-process__phase::before {
    top: 3px;
    left: -27px;
  }

  .web-page--site-creation .web-process__phase h3 {
    min-height: 0;
  }

  .web-page--site-creation .web-cta-split__box--accent {
    grid-template-columns: 1fr;
    min-height: 0;
  }
}

@media (max-width: 767.98px) {
  .web-page--site-creation .web-section--soft,
  .web-page--site-creation .web-section--contrast {
    margin-right: -4px;
    margin-left: -4px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 26px;
  }

  .web-page--site-creation .web-site-intro__points,
  .web-page--site-creation .web-pricing-grid,
  .web-page--site-creation .web-scope-grid,
  .web-page--site-creation .web-value-band__features,
  .web-page--site-creation .web-estimate__factors {
    grid-template-columns: 1fr;
  }

  .web-page--site-creation .web-site-intro__point {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 20px 0;
    border-top: 1px solid var(--web-site-line);
    border-left: 0;
  }

  .web-page--site-creation .web-site-intro__number {
    margin: 4px 0 0;
  }

  .web-page--site-creation .web-pricing-card:last-child {
    grid-column: auto;
  }

  .web-page--site-creation .web-pricing-card--featured {
    margin-top: 4px;
  }

  .web-page--site-creation .web-pricing-grid__footer,
  .web-page--site-creation .web-case-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .web-page--site-creation .web-pricing-grid__footer {
    padding-top: 2px;
  }

  .web-page--site-creation .web-site-text-button {
    align-self: flex-start;
    min-height: 44px;
  }

  .web-page--site-creation .web-case-cta .web-button {
    width: 100%;
  }

  .web-page--site-creation .web-scope-grid {
    gap: 14px;
  }

  .web-page--site-creation .web-scope-item {
    padding: 28px 24px;
    border-radius: 22px;
  }

  .web-page--site-creation .web-value-band__features li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .web-page--site-creation .web-value-band__features li::before {
    top: 22px;
  }

  .web-page--site-creation .web-estimate__factors li {
    min-height: auto;
  }

  .web-page--site-creation .web-estimate__factors {
    padding: 8px 22px;
  }
}

@media (max-width: 575.98px) {
  .web-page--site-creation .web-section {
    --web-section-y: 38px;
  }

  .web-page--site-creation .web-section__inner {
    gap: 26px;
  }

  .web-page--site-creation .web-section__title {
    font-size: clamp(28px, 8vw, 35px);
  }

  .web-page--site-creation .web-section__lead {
    font-size: 17px;
  }

  .web-page--site-creation .web-section--soft,
  .web-page--site-creation .web-section--contrast {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .web-page--site-creation .web-pricing-card {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .web-page--site-creation .web-pricing-card__top {
    align-items: flex-start;
    flex-direction: column;
  }

  .web-page--site-creation .web-case-list {
    gap: 58px;
  }

  .web-page--site-creation .web-case__content h3 {
    margin-bottom: 20px;
  }

  .web-page--site-creation .web-case__image {
    border-radius: 20px;
  }

  .web-page--site-creation .web-case-cta,
  .web-page--site-creation .web-cta-split__box--accent {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .web-page--site-creation .web-case-cta {
    min-height: 0;
  }

  .web-page--site-creation
    .web-cta-split__box--accent
    .web-section__title {
    font-size: clamp(28px, 8vw, 35px);
  }

  .web-page--site-creation .web-value-band__content .web-button,
  .web-page--site-creation
    .web-cta-split__box--accent
    .web-cta-split__button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .web-page--site-creation *,
  .web-page--site-creation *::before,
  .web-page--site-creation *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
.hero-banner {
  display: block;
  width: 100%;
  max-width: none;
  min-height: 0;
  padding: 0;
  margin: 0;
  background: #fff;
  overflow: hidden;
}

.hero-banner__media,
.hero-banner__media--video {
  position: relative;
  inset: auto;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: auto;
}

.hero-banner__video {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: cover;
  object-position: center;
}

.hero-banner__content,
.hero-banner__video-overlay {
  display: none;
}
/* ==================================================
   CMBLADES â€” FULL-WIDTH VIDEO HERO
   ================================================== */

.hero-banner {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #ffffff;
}

.hero-banner > .mod-custom,
.hero-banner > .moduletable,
.hero-banner > .moduletable > .mod-custom {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.hero-banner > .mod-custom > p,
.hero-banner > .moduletable > p,
.hero-banner > .moduletable > .mod-custom > p {
  margin: 0;
  padding: 0;
}

.hero-banner__media,
.hero-banner__media--video {
  position: relative;
  inset: auto;
  z-index: auto;
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.hero-banner__video {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 991.98px) {
  .hero-banner__video {
    width: 100%;
    height: auto;
  }
}
/* ==================================================
   CMBLADES â€” HOME PAGE
   ================================================== */

.cmb-home {
  width: 100%;
  color: #171717;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.cmb-container {
  width: min(100% - 40px, 1380px);
  margin: 0 auto;
}

.cmb-section {
  padding: 70px 0;
}

.cmb-section__head {
  margin-bottom: 36px;
}

.cmb-section__title,
.cmb-split__title {
  margin: 14px 0 0;
  color: #171717;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.cmb-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 28px;
  padding: 4px 10px;
  border: 1px solid #0c54a0;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.cmb-label span {
  color: #ec1c24;
}

/* ÐŸÑ€ÐµÐ¸Ð¼ÑƒÑ‰ÐµÑÑ‚Ð²Ð° */

.cmb-benefits {
  padding: 58px 0;
  background: #eaf5fa;
}

.cmb-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.cmb-benefit {
  min-width: 0;
  padding: 28px 22px;
  border-radius: 12px;
  background: #ffffff;
  text-align: center;
}

.cmb-benefit__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 auto 14px;
  color: #0c54a0;
}

.cmb-benefit__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.cmb-benefit__title {
  margin: 0 0 10px;
  color: #111111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
}

.cmb-benefit__text {
  margin: 0;
  color: #222222;
  font-size: 14px;
  line-height: 1.4;
}

/* ÐŸÑ€Ð¾Ð´ÑƒÐºÑ†Ð¸Ñ */

.cmb-products {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.cmb-products::before,
.cmb-products::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.cmb-products::before {
  left: -25px;
  bottom: 80px;
  width: 68px;
  height: 68px;
  border: 8px solid rgba(79, 230, 243, 0.18);
  box-shadow: 0 0 24px rgba(79, 230, 243, 0.5);
}

.cmb-products::after {
  right: 40px;
  top: 120px;
  width: 70px;
  height: 70px;
  border: 8px solid rgba(79, 230, 243, 0.18);
  box-shadow: 0 0 24px rgba(79, 230, 243, 0.5);
}

.cmb-products__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.cmb-product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 28px 24px 26px;
  border-radius: 10px;
  background: #eaf5fa;
  text-align: center;
}

.cmb-product-card__title {
  margin: 0;
  color: #111111;
  font-size: 24px;
  font-weight: 400;
}

.cmb-product-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 250px;
  margin: 14px 0;
}

.cmb-product-card__image img {
  display: block;
  width: 100%;
  max-width: 330px;
  max-height: 230px;
  object-fit: contain;
}

.cmb-product-card__text {
  max-width: 330px;
  margin: 0 0 22px;
  color: #111111;
  font-size: 14px;
  line-height: 1.35;
}

.cmb-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 170px;
  min-height: 50px;
  padding: 12px 20px;
  border: 1px solid var(--plz-accent);
  border-radius: var(--plz-radius-sm);
  background: var(--plz-accent);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  transition:
    background-color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease;
}

.cmb-button:hover,
.cmb-button:focus {
  background: var(--plz-accent-hover);
  border-color: var(--plz-accent-hover);
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-1px);
}
.cmb-button svg {
  width: 18px;
  height: 18px;
}

/* Ð’Ð¸Ð´ÐµÐ¾ */

.cmb-videos {
  background: #eaf5fa;
}

.cmb-videos__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.cmb-video-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 410px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #18304a;
  background-image:
    linear-gradient(rgba(3, 20, 42, 0.12), rgba(3, 20, 42, 0.12)),
    url("https://img.youtube.com/vi/XVuufyJLqx4/maxresdefault.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-decoration: none;
}

.cmb-video-card--second {
  background-position: center bottom;
}

.cmb-video-card__play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #ffffff;
  color: #111111;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.18);
  transition: transform .2s ease;
}

.cmb-video-card:hover .cmb-video-card__play,
.cmb-video-card:focus .cmb-video-card__play {
  transform: scale(1.08);
}

.cmb-video-card__play svg {
  width: 36px;
  height: 36px;
}

/* ÐŸÐ°Ñ€Ñ‚Ð½Ñ‘Ñ€Ñ‹ Ð¸ Ñ‚Ð¾Ñ‡ÐºÐ¸ Ð¿Ñ€Ð¾Ð´Ð°Ð¶ */

.cmb-partners,
.cmb-dealers {
  background: #ffffff;
}

.cmb-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 48px;
}

.cmb-split__media {
  min-width: 0;
}

.cmb-split__media img {
  display: block;
  width: 100%;
  aspect-ratio: 1.34 / 1;
  border-radius: 10px;
  object-fit: cover;
}

.cmb-split__content {
  min-width: 0;
}

.cmb-split__content p {
  max-width: 600px;
  margin: 22px 0 0;
  color: #222222;
  font-size: 16px;
  line-height: 1.5;
}

.cmb-split__content .cmb-button {
  margin-top: 28px;
}

.cmb-button--wide {
  min-width: 210px;
}

/* ÐÐ´Ð°Ð¿Ñ‚Ð¸Ð²Ð½Ð¾ÑÑ‚ÑŒ */

@media (max-width: 991.98px) {
  .cmb-benefits__grid,
  .cmb-products__grid,
  .cmb-videos__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cmb-split {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .cmb-split--reverse .cmb-split__content {
    order: 2;
  }

  .cmb-split--reverse .cmb-split__media {
    order: 1;
  }

  .cmb-video-card {
    min-height: 340px;
  }
}

@media (max-width: 767.98px) {
  .cmb-container {
    width: min(100% - 28px, 1380px);
  }

  .cmb-section {
    padding: 50px 0;
  }

  .cmb-benefits {
    padding: 42px 0;
  }

  .cmb-benefits__grid,
  .cmb-products__grid,
  .cmb-videos__grid {
    grid-template-columns: 1fr;
  }

  .cmb-product-card__image {
    height: 220px;
  }

  .cmb-video-card {
    min-height: 420px;
  }

  .cmb-split__title,
  .cmb-section__title {
    font-size: 34px;
  }
}

@media (max-width: 479.98px) {
  .cmb-video-card {
    min-height: 330px;
  }

  .cmb-benefit {
    padding: 24px 18px;
  }

  .cmb-product-card {
    padding: 24px 18px;
  }
}
/* ==================================================
   CMBLADES â€” CONTACT PAGE
   ================================================== */

.cmb-contact-page {
  width: 100%;
  padding: 26px 0 70px;
}

.cmb-contact-page__head {
  margin-bottom: 42px;
}

.cmb-contact-page__title {
  margin: 18px 0 0;
  color: #171717;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.cmb-contact-box {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.3fr);
  gap: 52px;
  padding: 72px 44px;
  border-radius: 16px;
  background: #ffffff;
}

.cmb-contact-box__left,
.cmb-contact-box__form {
  min-width: 0;
}

.cmb-contact-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}

.cmb-contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  padding: 24px 18px;
  border: 1px solid #dfe3e8;
  border-radius: 14px;
  background: #ffffff;
  color: #171717 !important;
  text-align: center;
  text-decoration: none !important;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.cmb-contact-card:hover,
.cmb-contact-card:focus {
  border-color: #0c54a0;
  box-shadow: 0 10px 28px rgba(12, 84, 160, 0.1);
  color: #0c54a0 !important;
  transform: translateY(-2px);
}

.cmb-contact-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  color: #0c54a0;
}

.cmb-contact-card__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.cmb-contact-card__value {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

.cmb-contact-image {
  overflow: hidden;
  border-radius: 14px;
}

.cmb-contact-image img {
  display: block;
  width: 100%;
  aspect-ratio: 750 / 422;
  object-fit: cover;
}

.cmb-contact-box__form {
  padding: 38px;
  border: 1px solid #dfe3e8;
  border-radius: 14px;
  background: #ffffff;
}

/* RadicalForm Ð²Ð½ÑƒÑ‚Ñ€Ð¸ ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ñ‹ ÐºÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ð¾Ð² */

.cmb-contact-box__form .mod-custom,
.cmb-contact-box__form .moduletable,
.cmb-contact-box__form .web-form-box,
.cmb-contact-box__form form {
  width: 100%;
  max-width: none;
  margin: 0;
}

.cmb-contact-box__form .form-group,
.cmb-contact-box__form .control-group,
.cmb-contact-box__form .rf-field,
.cmb-contact-box__form .web-form-box__field {
  margin-bottom: 16px;
}

.cmb-contact-box__form input,
.cmb-contact-box__form textarea,
.cmb-contact-box__form select {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #dfe3e8;
  border-radius: 8px;
  background: #ffffff;
  color: #171717;
  font: inherit;
  box-shadow: none;
}

.cmb-contact-box__form textarea {
  min-height: 150px;
  resize: vertical;
}

.cmb-contact-box__form input:focus,
.cmb-contact-box__form textarea:focus,
.cmb-contact-box__form select:focus {
  border-color: #0c54a0;
  outline: none;
  box-shadow: 0 0 0 3px rgba(12, 84, 160, 0.12);
}

.cmb-contact-box__form button,
.cmb-contact-box__form input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid #171717;
  border-radius: 6px;
  background: #171717;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease;
}

.cmb-contact-box__form button:hover,
.cmb-contact-box__form button:focus,
.cmb-contact-box__form input[type="submit"]:hover,
.cmb-contact-box__form input[type="submit"]:focus {
  border-color: #0c54a0;
  background: #0c54a0;
}

@media (max-width: 991.98px) {
  .cmb-contact-box {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 44px 28px;
  }
}

@media (max-width: 575.98px) {
  .cmb-contact-page {
    padding: 18px 0 50px;
  }

  .cmb-contact-page__head {
    margin-bottom: 28px;
  }

  .cmb-contact-page__title {
    font-size: 42px;
  }

  .cmb-contact-box {
    padding: 24px 16px;
    border-radius: 12px;
  }

  .cmb-contact-cards {
    grid-template-columns: 1fr;
  }

  .cmb-contact-card {
    min-height: 140px;
  }

  .cmb-contact-box__form {
    padding: 20px 16px;
  }
}
/* ==================================================
   CMBLADES â€” DEALERS PAGE
   ================================================== */

.cmb-dealers-page {
  position: relative;
  width: 100%;
  padding: 20px 0 70px;
}

.cmb-dealers-page__head {
  margin-bottom: 46px;
}

.cmb-dealers-page__title {
  margin: 18px 0 0;
  color: #171717;
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.cmb-dealers-panel {
  width: 100%;
  padding: 28px;
  border-radius: 16px;
  background: #bcebf8;
}

.cmb-dealers-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  width: fit-content;
  margin: 0 auto 56px;
  padding: 16px;
  border-radius: 14px;
  background: #ffffff;
}

.cmb-dealers-tabs__button {
  min-height: 48px;
  padding: 12px 28px;
  border: 1px solid #dfe3e8;
  border-radius: 6px;
  background: #ffffff;
  color: #171717;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition:
    color .2s ease,
    background-color .2s ease,
    border-color .2s ease;
}

.cmb-dealers-tabs__button:hover,
.cmb-dealers-tabs__button:focus {
  border-color: #171717;
}

.cmb-dealers-tabs__button.is-active {
  border-color: #171717;
  background: #171717;
  color: #ffffff;
}

.cmb-dealers-tab-panel {
  display: none;
}

.cmb-dealers-tab-panel.is-active {
  display: block;
}

.cmb-dealers-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 320px));
  gap: 28px;
}

.cmb-dealers-grid--shops {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cmb-dealer-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 16px;
  border-radius: 14px;
  background: #ffffff;
}

.cmb-dealer-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 230px;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 10px;
  background: #ffffff;
}

.cmb-dealer-card__logo img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 220px;
  object-fit: contain;
}

.cmb-dealer-card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.cmb-dealer-card__title {
  position: relative;
  margin: 0 0 22px;
  padding: 12px 14px 12px 28px;
  border: 1px solid #dfe3e8;
  border-radius: 999px;
  color: #171717;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
}

.cmb-dealer-card__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b9ef6e;
  transform: translateY(-50%);
}

.cmb-dealer-card__text {
  margin: 0 0 18px;
  color: #333333;
  font-size: 15px;
  line-height: 1.45;
}

.cmb-dealer-card__link {
  margin-top: auto;
  color: #171717 !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none !important;
  overflow-wrap: anywhere;
}

.cmb-dealer-card__link:hover,
.cmb-dealer-card__link:focus {
  color: #0c54a0 !important;
  text-decoration: underline !important;
}

.cmb-dealers-map {
  margin-top: 48px;
}

.cmb-dealers-map__title {
  margin: 0 0 24px;
  color: #171717;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.15;
}

.cmb-dealers-map__frame {
  overflow: hidden;
  border-radius: 14px;
  background: #ffffff;
}

.cmb-dealers-map__frame iframe {
  display: block;
  width: 100%;
  height: 620px;
  border: 0;
}

@media (max-width: 991.98px) {
  .cmb-dealers-grid,
  .cmb-dealers-grid--shops {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cmb-dealers-map__frame iframe {
    height: 520px;
  }
}

@media (max-width: 767.98px) {
  .cmb-dealers-page {
    padding: 14px 0 50px;
  }

  .cmb-dealers-page__head {
    margin-bottom: 30px;
  }

  .cmb-dealers-page__title {
    font-size: 42px;
  }

  .cmb-dealers-panel {
    padding: 20px 14px;
    border-radius: 12px;
  }

  .cmb-dealers-tabs {
    width: 100%;
    margin-bottom: 32px;
    padding: 8px;
  }

  .cmb-dealers-tabs__button {
    flex: 1 1 50%;
    min-width: 0;
    padding: 12px 10px;
    font-size: 14px;
  }

  .cmb-dealers-grid,
  .cmb-dealers-grid--shops {
    grid-template-columns: 1fr;
  }

  .cmb-dealer-card__logo {
    min-height: 200px;
  }

  .cmb-dealers-map__frame iframe {
    height: 420px;
  }
}
/* ==================================================
   CMBLADES â€” PRODUCT PAGE: ONLY MISSING STYLES
   Shared from home page:
   .cmb-container, .cmb-section, .cmb-label, .cmb-button
   ================================================== */

/* Product hero module */

.cmb-product-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(57, 127, 196, .2), transparent 28%),
    linear-gradient(135deg, #071f36 0%, #0a2d4b 52%, #06182a 100%);
  color: #ffffff;
}

.cmb-product-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: 48px;
  width: min(100% - 48px, 1380px);
  min-height: 620px;
  margin: 0 auto;
}

.cmb-product-hero__content {
  position: relative;
  z-index: 2;
  max-width: 650px;
  padding: 72px 0;
}

.cmb-product-hero__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 4.4vw, 72px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.045em;
}

.cmb-product-hero__text {
  max-width: 620px;
  margin: 28px 0 28px;
  color: rgba(255, 255, 255, .88);
  font-size: 17px;
  line-height: 1.55;
}

.cmb-product-hero__button {
  margin-top: 30px;
}

.cmb-product-hero__media {
  position: relative;
  align-self: stretch;
  min-height: 620px;
}

.cmb-product-hero__media::before {
  content: "";
  position: absolute;
  inset: 13% 2% 10% 12%;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  filter: blur(8px);
}

.cmb-product-hero__media img {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 18px;
  display: block;
  width: min(100%, 680px);
  height: calc(100% - 36px);
  object-fit: contain;
  object-position: center bottom;
}

/* Full-width article sections */

.cmb-product-page {
  width: 100%;
  overflow: clip;
  color: #171717;
}

.cmb-product-section {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 74px 0;
  background: #ffffff;
}

.cmb-product-section--soft,
.cmb-product-section--reviews {
  background: #eaf5fa;
}

.cmb-product-section__head {
  margin-bottom: 34px;
}

.cmb-product-section__title {
  max-width: 980px;
  margin: 16px 0 0;
  color: #171717;
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.035em;
}

/* Advantages */

.cmb-product-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.cmb-product-feature {
  min-width: 0;
  min-height: 150px;
  padding: 26px 22px;
  border-radius: 12px;
  background: #ffffff;
  text-align: center;
}

.cmb-product-feature__number {
  display: block;
  margin-bottom: 16px;
  color: #0c54a0;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.cmb-product-feature p {
  margin: 0;
  color: #171717;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

/* Gallery */

.cmb-product-section--gallery {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(240, 240, 240, .86), rgba(255, 255, 255, .96)),
    #ffffff;
}

.cmb-product-section--gallery::after {
  content: "";
  position: absolute;
  right: -12vw;
  bottom: -32vw;
  width: 66vw;
  height: 66vw;
  border-radius: 50%;
  background: rgba(0, 0, 0, .035);
  pointer-events: none;
}

.cmb-product-gallery {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.cmb-product-gallery__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  padding: 22px;
  overflow: hidden;
  border-radius: 12px;
  background: #ffffff;
  text-decoration: none;
}

.cmb-product-gallery__item:nth-child(4) {
  grid-column: 1;
}

.cmb-product-gallery__item img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: contain;
  transition: transform .25s ease;
}

.cmb-product-gallery__item:hover img,
.cmb-product-gallery__item:focus img {
  transform: scale(1.04);
}

/* Video */

.cmb-product-video {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: #071f36;
  box-shadow: 0 18px 48px rgba(7, 31, 54, .14);
}

.cmb-product-video__media {
  display: block;
  width: 100%;
  max-height: 680px;
  aspect-ratio: 16 / 8.6;
  background: #071f36;
  object-fit: cover;
}

/* Two-column sections */

.cmb-product-split {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 58px;
}

.cmb-product-split--partners {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
}

.cmb-product-split__content {
  min-width: 0;
}

.cmb-product-split__content p {
  max-width: 640px;
  margin: 22px 0 0;
  color: #333333;
  font-size: 16px;
  line-height: 1.55;
}

.cmb-product-split__content .cmb-button {
  margin-top: 28px;
}

.cmb-product-split__media {
  min-width: 0;
  overflow: hidden;
  border-radius: 14px;
}

.cmb-product-split__media img {
  display: block;
  width: 100%;
  aspect-ratio: 700 / 520;
  object-fit: cover;
}

/* Review */

.cmb-product-section--reviews {
  position: relative;
  min-height: 500px;
  overflow: hidden;
}

.cmb-product-section--reviews::after {
  content: "";
  position: absolute;
  top: -120px;
  right: -10vw;
  width: 48vw;
  height: 720px;
  background: rgba(255, 255, 255, .35);
  clip-path: polygon(46% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.cmb-product-review {
  position: relative;
  z-index: 1;
  width: min(100%, 370px);
  padding: 30px 28px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(12, 84, 160, .08);
}

.cmb-product-review__quote {
  height: 28px;
  color: #dfe5ea;
  font-size: 58px;
  font-family: Georgia, serif;
  line-height: 1;
}

.cmb-product-review__text {
  margin: 18px 0 0;
  color: #272727;
  font-size: 16px;
  line-height: 1.55;
}

.cmb-product-review__rating {
  margin-top: 18px;
  color: #f1a928;
  letter-spacing: 2px;
}

.cmb-product-review__author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
}

.cmb-product-review__author img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}

.cmb-product-review__author strong,
.cmb-product-review__author span {
  display: block;
}

.cmb-product-review__author strong {
  color: #171717;
  font-size: 15px;
}

.cmb-product-review__author span {
  margin-top: 3px;
  color: #68717d;
  font-size: 13px;
}

/* FAQ */

.cmb-product-faq {
  display: grid;
  gap: 8px;
}

.cmb-product-faq__item {
  overflow: hidden;
  border: 1px solid #dfe7ec;
  border-radius: 6px;
  background: #ffffff;
}

.cmb-product-faq__item summary {
  position: relative;
  display: block;
  padding: 18px 54px 18px 20px;
  color: #171717;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.cmb-product-faq__item summary::-webkit-details-marker {
  display: none;
}

.cmb-product-faq__item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  color: #0c54a0;
  font-size: 24px;
  font-weight: 400;
  transform: translateY(-50%);
}

.cmb-product-faq__item[open] summary::after {
  content: "\2212";
}

.cmb-product-faq__answer {
  padding: 0 20px 20px;
  color: #3f4852;
  font-size: 15px;
  line-height: 1.55;
}

.cmb-product-faq__answer p,
.cmb-product-faq__answer ol {
  margin: 0;
}

.cmb-product-faq__answer ol {
  padding-left: 22px;
}

.cmb-product-faq__answer li + li {
  margin-top: 7px;
}

.cmb-product-faq__action {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

/* Adaptive */

@media (max-width: 991.98px) {
  .cmb-product-hero__inner {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
    padding-top: 50px;
  }

  .cmb-product-hero__content {
    max-width: 760px;
    padding: 30px 0 16px;
  }

  .cmb-product-hero__media {
    min-height: 430px;
  }

  .cmb-product-hero__media img {
    left: 50%;
    right: auto;
    width: min(100%, 600px);
    transform: translateX(-50%);
  }

  .cmb-product-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cmb-product-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cmb-product-gallery__item:nth-child(4) {
    grid-column: auto;
  }

  .cmb-product-split,
  .cmb-product-split--partners {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .cmb-product-split--partners .cmb-product-split__media {
    order: 1;
  }

  .cmb-product-split--partners .cmb-product-split__content {
    order: 2;
  }
}

@media (max-width: 767.98px) {
  .cmb-product-hero__inner {
    width: min(100% - 28px, 1380px);
  }

  .cmb-product-hero__title {
    font-size: clamp(38px, 11vw, 50px);
  }

  .cmb-product-hero__text {
    font-size: 16px;
  }

  .cmb-product-hero__media {
    min-height: 350px;
  }

  .cmb-product-section {
    padding: 50px 0;
  }

  .cmb-product-section__head {
    margin-bottom: 26px;
  }

  .cmb-product-section__title {
    font-size: 34px;
  }

  .cmb-product-features,
  .cmb-product-gallery {
    grid-template-columns: 1fr;
  }

  .cmb-product-gallery__item {
    min-height: 230px;
  }

  .cmb-product-gallery__item img {
    height: 200px;
  }

  .cmb-product-video__media {
    aspect-ratio: 16 / 10;
  }

  .cmb-product-review {
    width: 100%;
  }
}

/* ==================================================
   CMBLADES â€” PRODUCT PAGE FINAL FIX
   ================================================== */

.cmb-product-hero {
  position: relative;
  isolation: isolate;
  color: #ffffff;
  background-image:
   
    url('/images/cmblades/futer.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cmb-product-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, transparent 68%, rgba(2, 15, 28, 0.28) 100%);
  pointer-events: none;
}

.cmb-product-hero__inner {
  
  min-height: 610px;
}

.cmb-product-hero__content {
  max-width: 590px;
}

.cmb-product-hero__title {
  font-size: clamp(42px, 4.1vw, 64px);
  line-height: 1.04;
}

.cmb-product-hero__media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 610px;
}

.cmb-product-hero__media::before {
  content: none;
}

.cmb-product-hero__media img {
  position: static;
  width: min(100%, 610px);
  height: auto;
  max-height: 550px;
  object-fit: contain;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.28));
}

.cmb-product-page {
  overflow: visible;
}

.cmb-product-page .cmb-container {
  width: min(100% - 48px,);
}

.cmb-product-section {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.cmb-product-video {
  background: #071f36 url('/images/cmblades/futer.png') center / cover no-repeat;
}

@media (max-width: 991.98px) {
  .cmb-product-hero__inner {
    grid-template-columns: 1fr;
    padding-top: 38px;
  }

  .cmb-product-hero__media {
    justify-content: center;
    min-height: 410px;
  }

  .cmb-product-hero__media img {
    width: min(100%, 570px);
    max-height: 390px;
    transform: none;
  }
}

@media (max-width: 767.98px) {
  .cmb-product-hero__inner,
  .cmb-product-page .cmb-container {
    width: min(100% - 28px,);
  }

  .cmb-product-hero__media {
    min-height: 330px;
  }

  .cmb-product-hero__media img {
    max-height: 320px;
  }
}
/* CMBLADES â€” Ñ‡ÐµÑ‚Ñ‹Ñ€Ðµ Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ Ð³Ð°Ð»ÐµÑ€ÐµÐ¸ Ð² Ð¾Ð´Ð¸Ð½ Ñ€ÑÐ´ Ð½Ð° ÐºÐ¾Ð¼Ð¿ÑŒÑŽÑ‚ÐµÑ€Ðµ */

@media (min-width: 992px) {
  .cmb-product-gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  .cmb-product-gallery__item,
  .cmb-product-gallery__item:nth-child(4) {
    grid-column: auto;
    min-height: 230px;
  }

  .cmb-product-gallery__item img {
    height: 190px;
  }
}
/* ==================================================
   CMBLADES â€” Ð¡Ð¢Ð ÐÐÐ˜Ð¦Ð Â«ÐŸÐÐ Ð¢ÐÐÐ ÐÐœÂ»
   Ð˜Ð¼ÐµÐ½Ð° Ð¸ Ñ„Ð¾Ñ€Ð¼Ð°Ñ‚Ñ‹ Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ð¹ Ð½Ðµ Ð¸Ð·Ð¼ÐµÐ½ÑÑŽÑ‚ÑÑ.
   ================================================== */

/*
  Ð’ Ð¸ÑÑ…Ð¾Ð´Ð½Ð¾Ð¼ HTML Ñ‚Ð¾Ñ‡Ð½Ñ‹Ð¹ Ñ„Ð°Ð¹Ð» Ñ„Ð¾Ð½Ð¾Ð²Ð¾Ð³Ð¾ Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ hero Ð¾Ñ‚ÑÑƒÑ‚ÑÑ‚Ð²ÑƒÐµÑ‚:
  Ð¾Ð½ Ð¿Ð¾Ð´ÐºÐ»ÑŽÑ‡Ð°ÐµÑ‚ÑÑ Ð²Ð½ÐµÑˆÐ½Ð¸Ð¼ /media/com_sppagebuilder/css/page-43.css.
  ÐŸÐ¾ÑÑ‚Ð¾Ð¼Ñƒ Ð²Ñ‹Ð¼Ñ‹ÑˆÐ»ÐµÐ½Ð½Ñ‹Ð¹ Ð¿ÑƒÑ‚ÑŒ Ðº Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸ÑŽ Ð·Ð´ÐµÑÑŒ Ð½Ð°Ð¼ÐµÑ€ÐµÐ½Ð½Ð¾ Ð½Ðµ ÑƒÐºÐ°Ð·Ð°Ð½.
*/

.cmb-partners-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 570px;
  overflow: hidden;
  color: #ffffff;
  background-color: #052845;
  background-image:
    linear-gradient(
      90deg,
      rgba(3, 29, 53, 0.68) 0%,
      rgba(3, 35, 66, 0.32) 52%,
      rgba(3, 35, 66, 0.08) 100%
    ),
    url("/images/cmblades/partner.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cmb-partners-hero::after {
  content: none;
}

.cmb-partners-hero__inner {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
}

.cmb-partners-hero__content {
  padding: 84px 0;
}

.cmb-partners-hero__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 4.3vw, 66px);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.cmb-partners-hero__text {
  max-width: 520px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1.55;
}

.cmb-partners-hero__button {
  margin-top: 30px;
}

.cmb-partners-page {
  width: 100%;
  color: #171717;
}

.cmb-partners-page .cmb-container {
  width: min(100% - 48px, 1180px);
  margin-right: auto;
  margin-left: auto;
}

.cmb-partners-section {
  position: relative;
  width: 100%;
  padding: 72px 0;
  overflow: hidden;
  background: #ffffff;
}

.cmb-partners-section--soft,
.cmb-partners-section--reviews {
  background: #eaf5fa;
}

.cmb-partners-section__head {
  max-width: 980px;
  margin-bottom: 36px;
}

.cmb-partners-section__title {
  max-width: 960px;
  margin: 16px 0 0;
  color: #171717;
  font-size: clamp(34px, 3.35vw, 48px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.cmb-partners-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: stretch;
  gap: 24px;
}

.cmb-partners-intro__media,
.cmb-partners-intro__content {
  min-width: 0;
  overflow: hidden;
  border-radius: 12px;
}

.cmb-partners-intro__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.cmb-partners-intro__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 36px;
  background: #eaf5fa;
}

.cmb-partners-intro__content p {
  margin: 0;
  color: #303942;
  font-size: 16px;
  line-height: 1.58;
}

.cmb-partners-intro__content p + p {
  margin-top: 16px;
}

.cmb-partners-intro__content .cmb-button {
  margin-top: 26px;
}

.cmb-partners-benefits,
.cmb-partners-formats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.cmb-partners-benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  min-height: 190px;
  padding: 28px 22px;
  border-radius: 12px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 10px 28px rgba(12, 84, 160, 0.05);
}

.cmb-partners-benefit__icon {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: #0c54a0;
}

.cmb-partners-benefit__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.cmb-partners-benefit p {
  margin: 0;
  color: #171717;
  font-size: 15px;
  line-height: 1.42;
}

.cmb-partners-format {
  min-width: 0;
  min-height: 230px;
  padding: 26px 24px;
  border-radius: 12px;
  background: #eaf5fa;
}

.cmb-partners-format__number {
  display: block;
  margin-bottom: 14px;
  color: #0c54a0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}

.cmb-partners-format h3 {
  margin: 0;
  color: #171717;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.15;
}

.cmb-partners-format p {
  margin: 16px 0 0;
  color: #3b4650;
  font-size: 15px;
  line-height: 1.45;
}

.cmb-partners-section--reviews::after {
  content: '';
  position: absolute;
  top: -120px;
  right: -80px;
  width: 650px;
  height: 760px;
  background: rgba(255, 255, 255, 0.34);
  clip-path: polygon(52% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.cmb-partners-reviews {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.cmb-partners-review {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 360px;
  padding: 28px 26px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(12, 84, 160, 0.07);
}

.cmb-partners-review__avatar {
  width: 78px;
  height: 78px;
  margin-left: auto;
  border-radius: 50%;
  object-fit: cover;
}

.cmb-partners-review__quote {
  height: 38px;
  margin-top: 8px;
  color: #e4e8eb;
  font-family: Georgia, serif;
  font-size: 70px;
  line-height: 1;
}

.cmb-partners-review__text {
  flex-grow: 1;
  margin: 14px 0 28px;
  color: #272727;
  font-size: 17px;
  line-height: 1.5;
}

.cmb-partners-review__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.cmb-partners-review__footer strong,
.cmb-partners-review__footer span {
  display: block;
}

.cmb-partners-review__footer strong {
  color: #171717;
  font-size: 15px;
}

.cmb-partners-review__footer div > span {
  margin-top: 4px;
  color: #68717d;
  font-size: 13px;
}

.cmb-partners-review__rating {
  flex-shrink: 0;
  color: #f1a928;
  font-size: 13px;
  letter-spacing: 1px;
}

.cmb-partners-contact {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: stretch;
  gap: 26px;
}

.cmb-partners-contact__media {
  min-width: 0;
  overflow: hidden;
  border-radius: 12px;
}

.cmb-partners-contact__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.cmb-partners-contact__form {
  min-width: 0;
}

@media (max-width: 991.98px) {
  .cmb-partners-benefits,
  .cmb-partners-formats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cmb-partners-intro,
  .cmb-partners-contact {
    grid-template-columns: 1fr;
  }

  .cmb-partners-reviews {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .cmb-partners-hero__inner,
  .cmb-partners-page .cmb-container {
    width: min(100% - 28px, 1180px);
  }

  .cmb-partners-hero__title {
    font-size: clamp(38px, 11vw, 50px);
  }

  .cmb-partners-section {
    padding: 50px 0;
  }

  .cmb-partners-section__title {
    font-size: 34px;
  }

  .cmb-partners-benefits,
  .cmb-partners-formats {
    grid-template-columns: 1fr;
  }

  .cmb-partners-intro__content {
    padding: 26px 22px;
  }

  .cmb-partners-intro__media img,
  .cmb-partners-contact__media img {
    min-height: 290px;
  }
}

/* ==================================================
   CMBLADES — ГЛАВНАЯ: ПОЛНОШИРИННЫЕ ФОНЫ СЕКЦИЙ
   ================================================== */

/*
  Контент остаётся внутри .cmb-container.
  Только фон секций растягивается на всю ширину окна.
*/

.cmb-benefits,
.cmb-products,
.cmb-videos {
  position: relative;
  isolation: isolate;
  background: transparent;
}

/* Полноширинные фоновые слои */

.cmb-benefits::before,
.cmb-products::before,
.cmb-videos::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: auto;
  transform: translateX(-50%);
  pointer-events: none;
}

.cmb-benefits > .cmb-container,
.cmb-products > .cmb-container,
.cmb-videos > .cmb-container {
  position: relative;
  z-index: 1;
}

/* Преимущества — голубой фон на всю ширину */

.cmb-benefits::before {
  background: #eaf5fa;
}

/* Модельный ряд — исходный фон fon_1.png на всю ширину */

.cmb-products {
  overflow: visible;
}

.cmb-products::before {
  border: 0;
  border-radius: 0;
  background-color: #ffffff;
  background-image: url("/images/cmblades/fon_1.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  box-shadow: none;
}

/* Убираем второй старый CSS-круг по краю секции */

.cmb-products::after {
  content: none;
  display: none;
}

/* Видео — голубой фон на всю ширину */

.cmb-videos::before {
  background: #eaf5fa;
}

/* На мобильных fixed-фон отключаем, чтобы не было рывков */

@media (max-width: 991.98px) {
  .cmb-products::before {
    background-attachment: scroll;
    background-position: center top;
  }
}
/* =========================================
   CMBLADES — секция видео с превью
   ========================================= */

.cmb-videos .cmb-videos__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
}

/* =========================================
   CMBLADES — секция видео с превью
   ========================================= */

.cmb-videos .cmb-videos__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
}

.cmb-videos .cmb-video-card {
  position: relative;
  display: block;
  min-width: 0;
  aspect-ratio: 4 / 5;
  min-height: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #dfeaf1;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(15, 44, 77, 0.08);
}

.cmb-videos .cmb-video-card img {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.cmb-videos .cmb-video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(5, 21, 44, 0.06) 0%,
    rgba(5, 21, 44, 0.14) 100%
  );
  pointer-events: none;
}

.cmb-videos .cmb-video-card:hover img,
.cmb-videos .cmb-video-card:focus-visible img {
  transform: scale(1.04);
}

.cmb-videos .cmb-video-card__play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 184px;
  height: 184px;
  border: 10px solid rgba(142, 156, 174, 0.55);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: #11121a;
  box-shadow: 0 18px 40px rgba(17, 18, 26, 0.18);
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cmb-videos .cmb-video-card:hover .cmb-video-card__play,
.cmb-videos .cmb-video-card:focus-visible .cmb-video-card__play {
  transform: translate(-50%, -50%) scale(1.06);
}

.cmb-videos .cmb-video-card__play svg {
  display: block;
  width: 52px;
  height: 52px;
  margin-left: 8px;
}

@media (max-width: 1199.98px) {
  .cmb-videos .cmb-videos__grid {
    gap: 24px;
  }

  .cmb-videos .cmb-video-card__play {
    width: 140px;
    height: 140px;
    border-width: 8px;
  }

  .cmb-videos .cmb-video-card__play svg {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 991.98px) {
  .cmb-videos .cmb-videos__grid {
    grid-template-columns: 1fr;
  }

  .cmb-videos .cmb-video-card {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 575.98px) {
  .cmb-videos .cmb-video-card {
    aspect-ratio: 4 / 5;
    border-radius: 18px;
  }

  .cmb-videos .cmb-video-card__play {
    width: 110px;
    height: 110px;
    border-width: 6px;
  }

  .cmb-videos .cmb-video-card__play svg {
    width: 34px;
    height: 34px;
    margin-left: 6px;
  }
}

/* ==================================================
   CMBLADES — СТРАНИЦЫ ПРОДУКЦИИ:
   ПОЛНОШИРИННЫЕ ФОНЫ СЕКЦИЙ
   ================================================== */

/*
  HTML материала менять не нужно.
  Фон преимуществ, видео, отзывов, галереи и FAQ
  растягивается на всю ширину окна.
*/

.cmb-product-section--soft,
.cmb-product-section--reviews,
.cmb-product-section--gallery {
  position: relative;
  isolation: isolate;
  overflow: visible;
  background: transparent !important;
}

.cmb-product-section--soft::before,
.cmb-product-section--reviews::before,
.cmb-product-section--gallery::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #eaf5fa;
  pointer-events: none;
}

.cmb-product-section--soft > .cmb-container,
.cmb-product-section--reviews > .cmb-container,
.cmb-product-section--gallery > .cmb-container {
  position: relative;
  z-index: 1;
}

/* Галерея лезвий — точный фон исходника */

.cmb-product-section--gallery::before {
  background-color: #f4f4f4;
  background-image: url("/images/cmblades/pattern-png-30769.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

/* Убираем старый нарисованный CSS-круг из галереи */

.cmb-product-section--gallery::after {
  content: none !important;
  display: none !important;
}

/*
  Последняя голубая секция материала — FAQ.
  Используется существующая структура, новый класс не добавляется.
*/

.cmb-product-page > .cmb-product-section--soft:last-child::before {
  background-color: #ebf4f7;
  background-image: url("/images/cmblades/phpkpkvb4_karta-uspehov_html_db029191ec14b347.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

/* На мобильных fixed отключаем */

@media (max-width: 991.98px) {
  .cmb-product-section--gallery::before,
  .cmb-product-page > .cmb-product-section--soft:last-child::before {
    background-attachment: scroll;
    background-position: center top;
  }
}

/* ==================================================
   CMBLADES — ИСПРАВЛЕНИЕ ГОРИЗОНТАЛЬНОГО ПЕРЕПОЛНЕНИЯ
   ================================================== */

html,
body.site {
  max-width: 100%;
  overflow-x: clip;
}

.cmb-product-page {
  width: 100%;
  max-width: 100%;
}

.cmb-product-section {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.cmb-product-section--soft,
.cmb-product-section--reviews,
.cmb-product-section--gallery {
  max-width: 100%;
}
