/* ==========================================================================
   LIKE Optika — self-contained static-site design system
   Namespace: .lo-*
   Direction: "Ясность с характером" — light editorial optics
   No WordPress/Astra selectors. System font stack.
   ========================================================================== */

/* === Self-hosted fonts: Manrope (500–800) + Onest (400–700) === */
@font-face{font-family:'Manrope';font-style:normal;font-weight:500 800;font-display:swap;src:url('/assets/fonts/manrope-cyrillic-ext.woff2') format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}
@font-face{font-family:'Manrope';font-style:normal;font-weight:500 800;font-display:swap;src:url('/assets/fonts/manrope-cyrillic.woff2') format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
@font-face{font-family:'Manrope';font-style:normal;font-weight:500 800;font-display:swap;src:url('/assets/fonts/manrope-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'Manrope';font-style:normal;font-weight:500 800;font-display:swap;src:url('/assets/fonts/manrope-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Onest';font-style:normal;font-weight:400 700;font-display:swap;src:url('/assets/fonts/onest-cyrillic-ext.woff2') format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}
@font-face{font-family:'Onest';font-style:normal;font-weight:400 700;font-display:swap;src:url('/assets/fonts/onest-cyrillic.woff2') format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
@font-face{font-family:'Onest';font-style:normal;font-weight:400 700;font-display:swap;src:url('/assets/fonts/onest-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'Onest';font-style:normal;font-weight:400 700;font-display:swap;src:url('/assets/fonts/onest-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

/* --------------------------------------------------------------------------
   1. Tokens
   -------------------------------------------------------------------------- */
:root {
  /* Brand */
  --lo-blue:        #1E4DC8;
  --lo-blue-dark:   #163BA0;
  --lo-blue-light:  #EEF2FB;
  --lo-red:         #E8001C;
  --lo-red-dark:    #C0001A;

  /* Neutrals */
  --lo-ink:         #111827;
  --lo-muted:       #5B6472;
  --lo-bg:          #FFFFFF;
  --lo-bg-gray:     #F8F9FA;
  --lo-soft:        #F5F7FB;
  --lo-line:        #E5E9F2;

  /* Accents */
  --lo-star:        #FFB800;
  --lo-star-off:    #D1D5DB;
  --lo-success:     #065F46;
  --lo-success-bg:  #D1FAE5;
  --lo-error:       #991B1B;
  --lo-error-bg:    #FEE2E2;
  --lo-info:        #1E40AF;
  --lo-info-bg:     #DBEAFE;

  /* Typography */
  --lo-font:        system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --lo-font-display: Georgia, "Times New Roman", serif;
  --lo-font-mono:   ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;

  /* Metrics */
  --lo-container:   1180px;
  --lo-radius:      8px;
  --lo-radius-lg:   16px;
  --lo-radius-pill: 999px;

  /* Shadows */
  --lo-shadow:      0 2px 12px rgba(0, 0, 0, 0.08);
  --lo-shadow-lg:   0 8px 32px rgba(0, 0, 0, 0.12);
  --lo-shadow-card: 0 10px 26px rgba(26, 26, 42, 0.055);
  --lo-shadow-blue: 0 8px 28px rgba(30, 77, 200, 0.08);

  /* Z-index scale */
  --lo-z-base:      1;
  --lo-z-sticky:    100;
  --lo-z-cookie:    9998;
  --lo-z-mobilebar: 9999;
  --lo-z-modal:     10000;

  /* Mobile bar */
  --lo-mobile-bar-height: 68px;
}

/* --------------------------------------------------------------------------
   2. Reset / normalize (lightweight, .lo-* namespace untouched)
   -------------------------------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  color: var(--lo-ink);
  background: var(--lo-bg);
  font-family: var(--lo-font);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, figure, blockquote, dl, dd {
  margin: 0;
}

ul, ol {
  padding-left: 1.5em;
}

ul[class],
ol[class] {
  list-style: none;
  padding: 0;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
}

a {
  color: var(--lo-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--lo-red);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid rgba(30, 77, 200, 0.45);
  outline-offset: 3px;
  border-radius: 2px;
}

/* --------------------------------------------------------------------------
   3. Typography
   -------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  color: var(--lo-ink);
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}

h1 { font-size: 36px; }
h2 { font-size: 24px; }
h3 { font-size: 19px; }
h4 { font-size: 19px; }
h5 { font-size: 17px; }
h6 { font-size: 15px; }

p {
  max-width: 760px;
  margin-bottom: 14px;
}

p:last-child {
  margin-bottom: 0;
}

/* Hero lead spans the full container width; article/page body paragraphs
   keep the legacy 760px readable column (global p max-width). */
.lo-page-hero .lo-page-lead {
  max-width: none;
}

/* Inline text links inside page/article content stay bold, as in legacy. */
.lo-page-wrap .lo-container p a,
.lo-page-wrap .lo-container li a {
  font-weight: 700;
}

/* Article / legal / service pages render as ONE centered reading column, so
   lead, headings, paragraphs, lists and bands all line up at the same width
   (no narrow-left column with empty right, matching the legacy article look). */
.lo-page-wrap .lo-container.lo-prose {
  max-width: 800px;
}

/* Inside the reading column, paragraphs/leads fill the column width so they
   line up with headings and bands (override the global 760px paragraph cap). */
.lo-prose p,
.lo-prose .lo-page-lead {
  max-width: none;
}

.lo-kicker,
.lo-page-kicker,
.lo-card-label {
  display: inline-flex;
  margin: 0 0 10px;
  color: var(--lo-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.lo-lead,
.lo-page-lead {
  max-width: 720px;
  color: var(--lo-muted);
  font-size: 19px;
  line-height: 1.55;
}

.lo-page-sub {
  margin: 0;
  color: var(--lo-muted);
  font-size: 16px;
  line-height: 1.5;
}

/* --------------------------------------------------------------------------
   4. Layout utilities
   -------------------------------------------------------------------------- */
.lo-container {
  width: 100%;
  max-width: var(--lo-container);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.lo-section {
  padding: 40px 0;
}

.lo-section-gray {
  background: var(--lo-bg-gray);
}

.lo-section-blue {
  color: #fff;
  background: var(--lo-blue);
}

.lo-section-blue h1,
.lo-section-blue h2,
.lo-section-blue h3,
.lo-section-blue p {
  color: inherit;
}

.lo-section-sm {
  padding: 24px 0;
}

.lo-section-header {
  margin-bottom: 28px;
}

.lo-section-header h2 {
  margin: 4px 0 0;
  font-size: 28px;
}

.lo-section-header p {
  margin-top: 8px;
  color: var(--lo-muted);
  font-size: 17px;
}

/* --------------------------------------------------------------------------
   5. Buttons
   -------------------------------------------------------------------------- */
.lo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 22px;
  border: 2px solid var(--lo-blue);
  border-radius: var(--lo-radius);
  background: var(--lo-blue);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.15s ease, transform 0.15s ease, background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.lo-btn:hover {
  opacity: 0.92;
  transform: translateY(-1px);
  color: #fff;
}

.lo-btn-primary {
  background: var(--lo-blue);
  border-color: var(--lo-blue);
  color: #fff;
}

.lo-btn-primary:hover {
  background: var(--lo-blue-dark);
  border-color: var(--lo-blue-dark);
}

.lo-btn-red {
  background: var(--lo-red);
  border-color: var(--lo-red);
  color: #fff;
}

.lo-btn-red:hover {
  background: var(--lo-red-dark);
  border-color: var(--lo-red-dark);
}

.lo-btn-outline-white {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.lo-btn-outline-white:hover {
  background: #fff;
  color: var(--lo-blue);
}

.lo-btn-lg {
  padding: 14px 26px;
  font-size: 1.05rem;
}

.lo-btn--outline {
  background: transparent;
  color: var(--lo-blue);
}

.lo-btn--outline:hover {
  background: var(--lo-blue);
  color: #fff;
}

/* --------------------------------------------------------------------------
   6. Header / nav
   -------------------------------------------------------------------------- */
.lo-header {
  position: sticky;
  top: 0;
  z-index: var(--lo-z-sticky);
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--lo-line);
  backdrop-filter: blur(6px);
}

.lo-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
}

.lo-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.lo-logo img,
.lo-logo svg {
  max-width: 160px;
  width: 160px;
  height: auto;
}

.lo-header-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  min-width: 150px;
  line-height: 1.1;
}

.lo-header-phone {
  color: var(--lo-blue);
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.lo-header-phone:hover {
  color: var(--lo-red);
}

.lo-header-hours {
  margin-top: 6px;
  color: var(--lo-muted);
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
}

.lo-nav {
  display: flex;
  align-items: center;
}

.lo-nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lo-nav-link {
  display: inline-flex;
  padding: 7px 10px;
  color: var(--lo-ink);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border-radius: var(--lo-radius);
  transition: background 0.15s ease, color 0.15s ease;
}

.lo-nav-link--cabinet {
  background: var(--lo-blue);
  color: #fff;
}

.lo-nav-link--cabinet:hover {
  background: var(--lo-blue-dark);
  color: #fff;
}

.lo-nav-link:hover,
.lo-nav-link[aria-current="page"] {
  background: var(--lo-blue-light);
  color: var(--lo-blue);
}

.lo-mobile-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--lo-ink);
}

.lo-mobile-menu-toggle svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

/* --------------------------------------------------------------------------
   7. Footer
   -------------------------------------------------------------------------- */
.lo-footer {
  background: #0B1B4D;
  color: #fff;
  padding: 40px 0 24px;
}

.lo-footer a {
  color: #fff;
  text-decoration: none;
}

.lo-footer a:hover {
  color: var(--lo-red);
  text-decoration: underline;
}

.lo-footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
}

.lo-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  font-size: 14px;
}

.lo-footer-legal a {
  font-weight: 700;
}

.lo-footer-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

/* --------------------------------------------------------------------------
   8. Hero (home)
   -------------------------------------------------------------------------- */
.lo-hero-offer {
  position: relative;
  padding: 30px 0 12px;
  margin-bottom: 10px;
  background: transparent;
  border-bottom: 1px solid var(--lo-line);
  overflow: hidden;
}

.lo-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 24px;
  align-items: center;
}

.lo-hero-copy h1 {
  max-width: 820px;
  margin: 0 0 18px;
  font-size: 42px;
  line-height: 1.08;
}

.lo-hero-copy .lo-lead {
  max-width: 780px;
  margin-bottom: 14px;
  color: var(--lo-muted);
  font-size: 19px;
  line-height: 1.62;
}

.lo-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}

.lo-trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--lo-muted);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.5;
}

.lo-trust-line li {
  display: flex;
  align-items: center;
  gap: 5px;
}

.lo-trust-line li::before {
  content: "✓";
  color: var(--lo-blue);
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
}

.lo-trust-line a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.lo-trust-line a:hover,
.lo-trust-line a:focus-visible {
  color: var(--lo-blue);
}

.lo-place-line {
  margin: 0;
  color: var(--lo-muted);
  font-size: 15px;
  font-weight: 700;
}

.lo-hero-panel {
  padding: 20px;
  background: #fff;
  border: 1px solid var(--lo-line);
  border-radius: var(--lo-radius);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.08);
}

.lo-hero-panel h2 {
  margin: 0 0 14px;
  font-size: 22px;
}

.lo-check-list {
  counter-reset: lo-step;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lo-check-list li {
  position: relative;
  counter-increment: lo-step;
  padding: 10px 0 10px 38px;
  border-top: 1px solid var(--lo-blue-light);
  color: var(--lo-ink);
  font-weight: 500;
}

.lo-check-list li:first-child {
  border-top: 0;
}

.lo-check-list li::before {
  content: counter(lo-step);
  position: absolute;
  left: 0;
  top: 12px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lo-blue);
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(30, 77, 200, 0.12);
  font-size: 11px;
  font-weight: 700;
}

/* --------------------------------------------------------------------------
   9. Cards & grids
   -------------------------------------------------------------------------- */
.lo-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.lo-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

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

.lo-card {
  padding: 20px;
  background: #fff;
  border: 1px solid var(--lo-line);
  border-radius: var(--lo-radius);
  box-shadow: var(--lo-shadow-card);
}

.lo-card--blue-top {
  border-top: 4px solid var(--lo-blue);
}

.lo-card--red-top {
  border-top: 4px solid var(--lo-red);
}

/* Offer grid */
.lo-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lo-offer-card-link {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 20px;
  color: var(--lo-ink);
  font-weight: 400;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--lo-line);
  border-top: 4px solid var(--lo-blue);
  border-radius: var(--lo-radius);
  box-shadow: var(--lo-shadow-card);
  transition: box-shadow 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

.lo-offer-card-link:hover,
.lo-offer-card-link:focus-visible {
  color: var(--lo-ink);
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(26, 26, 42, 0.1);
  transform: translateY(-2px);
  border-color: rgba(30, 77, 200, 0.28);
}

.lo-offer-head {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.lo-offer-card-link h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}

.lo-offer-card-link p {
  color: var(--lo-muted);
  font-weight: 400;
  line-height: 1.55;
}

.lo-offer-card-link > .lo-link-arrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  margin-top: auto;
  padding-top: 12px;
  color: var(--lo-blue);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.lo-offer-card-link > .lo-link-arrow::after {
  content: "→";
  margin-left: 6px;
  transition: transform 0.15s ease;
}

.lo-offer-card-link:hover > .lo-link-arrow::after {
  transform: translateX(2px);
}

.lo-offer-icon {
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  color: var(--lo-blue);
  background: linear-gradient(135deg, rgba(30, 77, 200, 0.10), rgba(232, 0, 28, 0.06));
  border: 1px solid rgba(30, 77, 200, 0.16);
  border-radius: 12px;
  line-height: 0;
}

.lo-offer-icon svg {
  display: block;
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Scenario cards */
.lo-scenarios {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lo-scenario-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 20px;
  color: var(--lo-ink);
  font-weight: 700;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--lo-line);
  border-radius: var(--lo-radius);
  box-shadow: var(--lo-shadow-card);
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.lo-scenario-card:hover,
.lo-scenario-card:focus-visible {
  color: var(--lo-blue);
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(26, 26, 42, 0.1);
  transform: translateY(-2px);
}

.lo-scenario-icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: var(--lo-blue);
  background: var(--lo-blue-light);
  border-radius: 12px;
}

.lo-scenario-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

/* Category grid */
.lo-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lo-category-grid > * {
  padding: 20px;
  background: #fff;
  border: 1px solid var(--lo-line);
  border-top: 4px solid var(--lo-blue);
  border-radius: var(--lo-radius);
  box-shadow: var(--lo-shadow-card);
}

.lo-category-grid h3,
.lo-promo-cards h3,
.lo-three h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 800;
}

.lo-category-grid p,
.lo-promo-cards p,
.lo-three p {
  color: var(--lo-muted);
}

.lo-category-grid p:last-child,
.lo-promo-cards p:last-child,
.lo-three p:last-child {
  margin-bottom: 0;
}

/* Promo cards (home) */
.lo-promo-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lo-promo-card-link {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 20px;
  color: var(--lo-ink);
  font-weight: 400;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--lo-line);
  border-top: 4px solid var(--lo-red);
  border-radius: var(--lo-radius);
  box-shadow: var(--lo-shadow-card);
  transition: box-shadow 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

.lo-promo-card-link:hover,
.lo-promo-card-link:focus-visible {
  color: var(--lo-ink);
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(26, 26, 42, 0.1);
  transform: translateY(-2px);
  border-color: rgba(30, 77, 200, 0.28);
}

.lo-promo-card-link h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}

.lo-promo-card-link p {
  color: var(--lo-muted);
  line-height: 1.55;
}

.lo-promo-deadline {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  margin-top: auto;
  padding-top: 12px;
  color: var(--lo-blue);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.lo-promo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lo-promo-grid > * {
  min-height: 190px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--lo-line);
  border-top: 4px solid var(--lo-red);
  border-radius: var(--lo-radius);
  box-shadow: var(--lo-shadow-card);
}

/* Three column facts */
.lo-three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 20px 0 28px;
}

.lo-three > * {
  padding: 20px;
  background: #fff;
  border: 1px solid var(--lo-line);
  border-top: 4px solid var(--lo-blue);
  border-radius: var(--lo-radius);
  box-shadow: var(--lo-shadow-card);
}

/* Features (blue background) */
.lo-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.lo-feature {
  text-align: center;
  padding: 20px;
  color: #fff;
}

.lo-feature-icon {
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.lo-feature-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.lo-feature h3 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 18px;
}

.lo-feature p {
  color: rgba(255, 255, 255, 0.85);
  margin: 0 auto;
  font-size: 15px;
}

/* Steps */
.lo-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.lo-step {
  position: relative;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--lo-line);
  border-radius: var(--lo-radius);
  box-shadow: var(--lo-shadow-card);
}

.lo-step-num {
  position: absolute;
  top: -14px;
  left: 20px;
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  background: var(--lo-blue);
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 800;
}

.lo-step h3 {
  margin: 14px 0 8px;
  font-size: 18px;
}

.lo-step p {
  color: var(--lo-muted);
  font-size: 15px;
}

/* Brand strip */
.lo-brand-strip {
  padding: 18px 0;
  overflow: hidden;
  background: #fff;
  border-top: 1px solid var(--lo-line);
  border-bottom: 1px solid var(--lo-line);
}

.lo-brand-strip h2,
.lo-brand-strip p {
  padding-left: 22px;
  padding-right: 22px;
}

.lo-brand-strip h2 {
  margin-top: 0;
  margin-bottom: 12px;
}

.lo-brand-carousel {
  position: relative;
  margin: 12px 0 8px;
  overflow: hidden;
}

.lo-brand-carousel::before,
.lo-brand-carousel::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 70px;
  pointer-events: none;
}

.lo-brand-carousel::before {
  left: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.lo-brand-carousel::after {
  right: 0;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.lo-brand-track {
  display: flex;
  gap: 12px;
  width: max-content;
  padding: 4px 22px 8px;
  animation: lo-brand-marquee 28s linear infinite;
}

.lo-brand-carousel:hover .lo-brand-track {
  animation-play-state: paused;
}

.lo-brand-card {
  display: inline-flex;
  min-width: 150px;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  color: var(--lo-ink);
  background: var(--lo-soft);
  border: 1px solid var(--lo-line);
  border-radius: var(--lo-radius);
  box-shadow: var(--lo-shadow-card);
  font-family: var(--lo-font-display);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

@keyframes lo-brand-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Find us */
.lo-find-us {
  padding: 24px;
  margin: 18px 0 0;
  background: #fff;
  border-top: 4px solid var(--lo-red);
  border-radius: 10px;
  box-shadow: var(--lo-shadow-card);
}

.lo-find-us h2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.2;
}

/* CTA block */
.lo-cta {
  text-align: center;
  padding: 56px 20px;
  background: var(--lo-blue);
  color: #fff;
}

.lo-cta h2 {
  color: #fff;
  margin-bottom: 10px;
}

.lo-cta p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0 auto 24px;
}

.lo-cta-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

/* --------------------------------------------------------------------------
   10. Page shells
   -------------------------------------------------------------------------- */
.lo-page-hero,
.lo-hero-clean {
  padding: clamp(40px, 4.5vw, 64px) 0 clamp(32px, 4vw, 56px);
  margin-bottom: 0;
  background:
    radial-gradient(120% 90% at 0% 0%, rgba(30, 77, 200, 0.08), transparent 55%),
    #eef2fb;
}

.lo-page-hero h1,
.lo-hero-clean h1 {
  margin: 0 0 14px;
  font-size: 40px;
  line-height: 1.1;
}

.lo-hero-clean .lo-page-lead,
.lo-page-hero .lo-page-lead {
  margin: 0;
}

.lo-hero-clean .lo-page-lead {
  max-width: 720px;
}

.lo-page-wrap {
  padding: 0 0 40px;
}

.lo-band,
.lo-contact-panel {
  padding: 26px;
  margin: 26px 0;
  background: #fff;
  border-top: 4px solid var(--lo-red);
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(26, 26, 42, 0.06);
}

.lo-page-wrap .lo-container .lo-band > h2:first-child,
.lo-page-wrap .lo-container .lo-contact-panel > h2:first-child {
  margin-top: 0;
}

.lo-band p,
.lo-contact-panel p {
  margin-bottom: 10px;
}

.lo-source-list {
  max-width: 760px;
  margin-left: 0;
}

.lo-source-list li {
  margin-bottom: 8px;
}

.lo-legal-note {
  padding: 14px 16px;
  color: var(--lo-muted);
  background: var(--lo-soft);
  border-left: 4px solid var(--lo-blue);
  border-radius: var(--lo-radius);
  font-size: 15px;
}

.lo-link-arrow {
  display: inline-flex;
  align-items: center;
  color: var(--lo-blue);
  font-weight: 900;
  text-decoration: none;
}

.lo-link-arrow::after {
  content: "→";
  margin-left: 6px;
  transition: transform 0.15s ease;
}

.lo-link-arrow:hover {
  color: var(--lo-red);
}

.lo-link-arrow:hover::after {
  transform: translateX(2px);
}

/* --------------------------------------------------------------------------
   10a. Article content typography
   -------------------------------------------------------------------------- */
.lo-page-wrap .lo-container h2 {
  margin-top: 32px;
  margin-bottom: 16px;
}

.lo-page-wrap .lo-container p {
  margin-bottom: 14px;
}

.lo-page-wrap .lo-container ul,
.lo-page-wrap .lo-container ol {
  padding-left: 1.5em;
}

.lo-page-wrap .lo-container .lo-legal-note,
.lo-page-wrap .lo-container .lo-source-list {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* --------------------------------------------------------------------------
   10b. WordPress block styles
   -------------------------------------------------------------------------- */
.lo-page-wrap .wp-block-group {
  margin: 0;
}

.wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 22px;
  border: 2px solid var(--lo-blue);
  border-radius: var(--lo-radius);
  background: var(--lo-blue);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.15s ease, transform 0.15s ease, background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.wp-block-button__link:hover {
  opacity: 0.92;
  transform: translateY(-1px);
  color: #fff;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  color: var(--lo-blue);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: var(--lo-blue);
  color: #fff;
}

.wp-block-button.lo-primary .wp-block-button__link {
  border-color: var(--lo-red);
  background: var(--lo-red);
  color: #fff;
}

.wp-block-button.lo-primary .wp-block-button__link:hover {
  background: var(--lo-red-dark);
  border-color: var(--lo-red-dark);
  color: #fff;
}

.wp-block-heading {
  margin-top: 32px;
  margin-bottom: 16px;
}

/* --------------------------------------------------------------------------
   10c. Blog pagination
   -------------------------------------------------------------------------- */
.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin-top: 24px;
  list-style: none;
}

.page-item {
  list-style: none;
}

.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  padding: 8px 14px;
  border: 1px solid var(--lo-line);
  border-radius: var(--lo-radius);
  background: #fff;
  color: var(--lo-blue);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.page-link:hover {
  border-color: var(--lo-blue);
  color: var(--lo-blue);
  text-decoration: none;
}

.page-item.active .page-link {
  background: var(--lo-blue);
  border-color: var(--lo-blue);
  color: #fff;
}

.page-item.disabled .page-link {
  color: var(--lo-muted);
  background: var(--lo-bg-gray);
  border-color: var(--lo-line);
  pointer-events: none;
}

/* --------------------------------------------------------------------------
   11. Reviews
   -------------------------------------------------------------------------- */
.lo-reviews-wrap {
  max-width: var(--lo-container);
  margin: 0 auto;
}

.lo-reviews-hero {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(320px, 1.1fr);
  gap: 22px;
  align-items: stretch;
  margin-bottom: 32px;
  padding: 22px;
  border: 1px solid #DCE5FF;
  border-left: 4px solid var(--lo-blue);
  border-radius: var(--lo-radius);
  background: linear-gradient(135deg, #F7FAFF 0%, #fff 58%, #FFF8E1 100%);
  box-shadow: 0 18px 42px rgba(30, 77, 200, 0.08);
}

.lo-reviews-aggregate {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.lo-reviews-avg {
  font-size: 3rem;
  font-weight: 800;
  color: var(--lo-blue);
  line-height: 1;
}

.lo-reviews-score {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.lo-reviews-stars {
  display: flex;
  gap: 2px;
  line-height: 1;
}

.lo-reviews-aggregate .lo-star {
  color: var(--lo-star-off);
  font-size: 1.35rem;
}

.lo-reviews-aggregate .lo-star.lo-star--on {
  color: var(--lo-star);
}

.lo-reviews-count {
  color: var(--lo-muted);
  font-size: 0.95rem;
}

.lo-reviews-cta {
  position: relative;
  min-width: 0;
  padding: 2px 96px 2px 0;
}

.lo-reviews-cta-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 9px;
  border-radius: 4px;
  background: rgba(30, 77, 200, 0.1);
  color: var(--lo-blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lo-reviews-cta-text {
  max-width: 420px;
  margin: 10px 0 14px;
  color: var(--lo-ink);
  font-size: 1rem;
  line-height: 1.5;
}

.lo-reviews-cta-link {
  box-shadow: 0 10px 22px rgba(30, 77, 200, 0.2);
}

.lo-reviews-map-mark {
  position: absolute;
  top: 2px;
  right: 0;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 18px 18px 18px 4px;
  background: var(--lo-blue);
  color: var(--lo-star);
  font-size: 2rem;
  font-weight: 800;
  transform: rotate(-6deg);
  box-shadow: 0 14px 28px rgba(30, 77, 200, 0.22);
}

.lo-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}

.lo-reviews-grid--latest {
  margin-bottom: 24px;
}

.lo-review-card {
  background: #fff;
  border: 1px solid var(--lo-line);
  border-top: 3px solid var(--lo-blue);
  border-radius: var(--lo-radius);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lo-review-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
}

.lo-review-author {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--lo-ink);
}

.lo-review-stars {
  white-space: nowrap;
}

.lo-star {
  color: var(--lo-star-off);
}

.lo-star.lo-star--on {
  color: var(--lo-star);
}

.lo-review-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.lo-review-date {
  font-size: 0.8rem;
  color: #9CA3AF;
}

.lo-review-badge {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
  letter-spacing: 0.02em;
}

.lo-review-badge--site {
  background: #F3F4F6;
  color: #374151;
}

.lo-review-badge--fixture {
  background: #E0F2FE;
  color: #03548C;
  display: none;
}

.lo-review-text {
  font-size: 0.9rem;
  color: #374151;
  line-height: 1.55;
  margin: 0;
}

.lo-reviews-empty {
  padding: 40px 20px;
  text-align: center;
  color: var(--lo-muted);
  background: var(--lo-bg-gray);
  border-radius: var(--lo-radius);
  margin-bottom: 32px;
}

.lo-reviews-pagination {
  text-align: center;
  margin-bottom: 40px;
}

.lo-reviews-latest {
  padding: 48px 0;
}

.lo-reviews-more {
  text-align: center;
}

/* Review form (stub, no public form on static site) */
.lo-review-form-wrap {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 2px solid var(--lo-line);
}

.lo-review-form-wrap h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.lo-review-form {
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lo-form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.lo-form-field label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #374151;
}

.lo-form-field input[type="text"],
.lo-form-field input[type="email"],
.lo-form-field input[type="tel"],
.lo-form-field textarea {
  padding: 10px 12px;
  border: 1.5px solid var(--lo-star-off);
  border-radius: var(--lo-radius);
  font-size: 0.95rem;
  font-family: inherit;
  transition: border-color 0.15s;
  width: 100%;
}

.lo-form-field input:focus-visible,
.lo-form-field textarea:focus-visible {
  outline: 2px solid var(--lo-blue);
  outline-offset: 2px;
  border-color: var(--lo-blue);
}

.lo-star-picker {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 4px;
}

.lo-star-picker input[type="radio"] {
  display: none;
}

.lo-star-picker label {
  font-size: 2rem;
  color: var(--lo-star-off);
  cursor: pointer;
  transition: color 0.1s;
  line-height: 1;
}

.lo-star-picker input:checked ~ label,
.lo-star-picker label:hover,
.lo-star-picker label:hover ~ label {
  color: var(--lo-star);
}

.lo-form-msg {
  padding: 12px 16px;
  border-radius: var(--lo-radius);
  margin-bottom: 16px;
  font-size: 0.9rem;
}

.lo-form-msg--success { background: var(--lo-success-bg); color: var(--lo-success); }
.lo-form-msg--notice  { background: var(--lo-info-bg);    color: var(--lo-info); }
.lo-form-msg--error   { background: var(--lo-error-bg);   color: var(--lo-error); }

.lo-hp { display: none !important; }

/* --------------------------------------------------------------------------
   12. Blog
   -------------------------------------------------------------------------- */
.lo-blog-hero {
  padding: 34px 0 20px;
  border-bottom: 1px solid var(--lo-line);
}

.lo-blog-hero h1 {
  max-width: 860px;
  margin: 0 0 12px;
  color: var(--lo-ink);
  font-size: 36px;
  line-height: 1.15;
}

.lo-blog-hero p {
  max-width: 720px;
  margin: 0;
  color: var(--lo-muted);
  font-size: 18px;
}


.lo-article-header {
  padding: 38px 0 24px;
  margin-bottom: 26px;
  border-bottom: 1px solid var(--lo-line);
}

.lo-article-header::before {
  content: "Статья";
  display: block;
  margin-bottom: 10px;
  color: var(--lo-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.lo-article-header h1 {
  max-width: 860px;
  margin: 0;
  font-size: 40px;
  line-height: 1.15;
}

.lo-article-body {
  max-width: 760px;
}

.lo-article-body h2 {
  margin-top: 30px;
  margin-bottom: 12px;
  font-size: 25px;
}

/* --------------------------------------------------------------------------
   13. Mobile bottom bar
   -------------------------------------------------------------------------- */
.lo-mobile-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: var(--lo-z-mobilebar);
  background: var(--lo-blue);
  padding: 8px 0 max(8px, env(safe-area-inset-bottom));
  box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.15);
}

.lo-mobile-bar-inner {
  display: flex;
  justify-content: space-around;
}

.lo-mobile-bar a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  opacity: 0.9;
  transition: opacity 0.15s;
}

.lo-mobile-bar a:hover {
  opacity: 1;
  text-decoration: none;
}

.lo-mobile-bar svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}

/* --------------------------------------------------------------------------
   14. Cookie banner
   -------------------------------------------------------------------------- */
.lo-cookie-notice {
  position: fixed;
  z-index: var(--lo-z-cookie);
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  max-width: 920px;
  padding: 16px 18px;
  margin: 0 auto;
  color: var(--lo-ink);
  background: #fff;
  border: 1px solid var(--lo-line);
  border-left: 5px solid var(--lo-blue);
  border-radius: var(--lo-radius);
  box-shadow: 0 18px 44px rgba(26, 26, 42, 0.16);
  font-size: 14px;
  line-height: 1.45;
}

.lo-cookie-notice[hidden] {
  display: none;
}

.lo-cookie-notice a {
  color: var(--lo-blue);
  font-weight: 800;
}

.lo-cookie-notice__button {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 10px 18px;
  color: #fff;
  background: var(--lo-red);
  border: 0;
  border-radius: var(--lo-radius);
  font-weight: 800;
  cursor: pointer;
  transition: background 0.15s ease;
}

.lo-cookie-notice__button:hover {
  background: var(--lo-red-dark);
}

html.lo-cookie-notice-visible body {
  padding-bottom: calc(var(--lo-mobile-bar-height) + 92px);
}

/* --------------------------------------------------------------------------
   15. Accessibility
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .lo-brand-track {
    animation: none;
    flex-wrap: wrap;
    width: auto;
  }
}

.visually-hidden,
.lo-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* --------------------------------------------------------------------------
   16. Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1023px) {
  .lo-reviews-grid--latest {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .lo-grid-3,
  .lo-scenarios,
  .lo-category-grid,
  .lo-promo-page-grid,
  .lo-promo-grid,
  .lo-reviews-grid,
  .lo-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lo-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lo-header-contact {
    display: none;
  }

  .lo-nav-list {
    flex-wrap: nowrap;
  }

  .lo-header-phone {
    font-size: 23px;
  }

  .lo-header-hours {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 76px;
  }

  body {
    font-size: 16px;
  }

  h1 { font-size: 30px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }

  .lo-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lo-section {
    padding: 28px 0;
  }

  .lo-section-sm {
    padding: 18px 0;
  }

  .lo-section-header h2 {
    font-size: 24px;
  }

  .lo-header-inner {
    min-height: 64px;
  }

  .lo-logo img,
  .lo-logo svg {
    max-width: 124px;
    width: 124px;
  }

  .lo-header-contact {
    display: none;
  }

  .lo-mobile-menu-toggle {
    display: inline-flex;
  }

  .lo-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid var(--lo-line);
    box-shadow: var(--lo-shadow);
  }

  .lo-nav.is-open {
    display: block;
  }

  .lo-nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 16px 16px;
  }

  .lo-nav-link {
    padding: 12px 8px;
    border-bottom: 1px solid var(--lo-line);
    border-radius: 0;
  }

  .lo-nav-link:last-child {
    border-bottom: 0;
  }

  .lo-grid-4,
  .lo-grid-3,
  .lo-grid-2,
  .lo-offer-grid,
  .lo-scenarios,
  .lo-category-grid,
  .lo-promo-cards,
  .lo-promo-page-grid,
  .lo-promo-grid,
  .lo-three,
  .lo-reviews-grid,
  .lo-blog-grid,
  .lo-features,
  .lo-steps {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .lo-hero-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .lo-hero-copy h1 {
    font-size: 30px;
  }

  .lo-hero-copy .lo-lead {
    font-size: 17px;
  }

  .lo-hero-offer {
    padding: 22px 0 14px;
  }

  .lo-page-hero,
  .lo-hero-clean {
    padding: 34px 0 20px;
  }

  .lo-page-hero h1,
  .lo-hero-clean h1 {
    font-size: 28px;
  }

  .lo-promo-section-header h1 {
    font-size: 28px;
  }

  .lo-promo-section-header h2 {
    font-size: 24px;
  }

  .lo-promo-page-card {
    padding: 18px 18px 16px;
  }

  .lo-promo-page-card h3 {
    font-size: 18px;
  }

  .lo-promo-badge {
    font-size: 12px;
    padding: 4px 10px;
  }

  .lo-reviews-hero {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .lo-reviews-cta {
    padding-right: 0;
  }

  .lo-reviews-map-mark {
    display: none;
  }

  .lo-reviews-avg {
    font-size: 2.5rem;
  }

  .lo-reviews-cta-link {
    width: 100%;
    text-align: center;
  }

  .lo-blog-hero h1,
  .lo-article-header h1 {
    font-size: 28px;
  }

  .lo-brand-strip {
    padding: 14px 0;
  }

  .lo-brand-card {
    min-width: 132px;
    min-height: 62px;
    font-size: 16px;
  }

  .lo-mobile-bar {
    display: block;
  }

  body {
    padding-bottom: var(--lo-mobile-bar-height);
  }

  .lo-cookie-notice {
    bottom: 82px; /* 68px bar + 14px gap */
    left: 10px;
    right: 10px;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-left-width: 4px;
    font-size: 12px;
    line-height: 1.35;
  }

  .lo-cookie-notice__button {
    min-height: 36px;
    padding: 8px 12px;
    white-space: nowrap;
  }

  html.lo-cookie-notice-visible body {
    padding-bottom: 188px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .lo-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* --------------------------------------------------------------------------
   17. Utility helpers
   -------------------------------------------------------------------------- */
.lo-text-center { text-align: center; }
.lo-text-left   { text-align: left; }
.lo-text-right  { text-align: right; }
.lo-mt-0 { margin-top: 0; }
.lo-mb-0 { margin-bottom: 0; }
.lo-mt-sm { margin-top: 12px; }
.lo-mb-sm { margin-bottom: 12px; }
.lo-mt-md { margin-top: 24px; }
.lo-mb-md { margin-bottom: 24px; }

/* --------------------------------------------------------------------------
   18. Blog list
   -------------------------------------------------------------------------- */
.lo-blog-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lo-blog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px;
  background: var(--lo-bg);
  border: 1px solid var(--lo-line);
  border-radius: var(--lo-radius);
  box-shadow: var(--lo-shadow-card);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.lo-blog-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--lo-shadow);
  border-color: var(--lo-blue-light);
}

.lo-blog-card a {
  color: var(--lo-ink);
  text-decoration: none;
}

.lo-blog-card a::after {
  content: "";
  position: absolute;
  inset: 0;
}

.lo-blog-card h3 {
  font-size: 1.15rem;
  line-height: 1.35;
  font-weight: 600;
  margin: 0;
}

.lo-blog-card h3 a:hover {
  color: var(--lo-blue);
}

.lo-blog-card-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.lo-blog-card-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-top: 2px;
  color: var(--lo-blue);
  background: linear-gradient(135deg, rgba(30, 77, 200, 0.10), rgba(232, 0, 28, 0.06));
  border: 1px solid rgba(30, 77, 200, 0.16);
  border-radius: 10px;
}

.lo-blog-card-icon svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lo-blog-card p {
  color: var(--lo-muted);
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
  flex: 1 1 auto;
}

@media (max-width: 1023px) {
  .lo-blog-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .lo-blog-list {
    grid-template-columns: 1fr;
  }

  .lo-blog-card {
    padding: 18px;
  }
}

/* ==========================================================================
   V2 homepage — «Оптика света» (scoped under .lo-v2, prototype)
   Editorial scale + light/glass lens metaphor. Text is verbatim; only the
   visual layer changes. Photo slots use CSS/SVG placeholders for now.
   ========================================================================== */
.lo-v2 {
  --v2-ink: #0E1526;
  font-family: "Onest", var(--lo-font);
  color: var(--v2-ink);
  overflow-x: clip;
}

.lo-v2 h1,
.lo-v2 h2,
.lo-v2 h3 {
  font-family: "Manrope", var(--lo-font);
  letter-spacing: -0.03em;
}
.lo-v2-hl { color: var(--lo-blue); }

/* ---- Buttons ------------------------------------------------------------- */
.lo-v2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 15px 26px;
  border: 0;
  border-radius: var(--lo-radius-pill);
  font: 600 1rem/1.2 "Onest", var(--lo-font);
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.lo-v2-btn--primary {
  background: var(--lo-blue);
  color: #fff;
  box-shadow: 0 10px 26px rgba(30, 77, 200, 0.28);
}
.lo-v2-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(30, 77, 200, 0.34);
  color: #fff;
}
.lo-v2-btn--red {
  background: var(--lo-red);
  color: #fff;
  box-shadow: 0 10px 26px rgba(232, 0, 28, 0.24);
}
.lo-v2-btn--red:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(232, 0, 28, 0.3);
  color: #fff;
}
.lo-v2-btn--ghost {
  background: transparent;
  color: var(--lo-blue);
  box-shadow: inset 0 0 0 2px rgba(30, 77, 200, 0.28);
}
.lo-v2-btn--ghost:hover {
  transform: translateY(-2px);
  background: var(--lo-blue-light);
  color: var(--lo-blue);
}

/* ---- Hero ---------------------------------------------------------------- */
.lo-v2-hero {
  position: relative;
  padding: clamp(24px, 4vw, 56px) 0 clamp(20px, 3.5vw, 44px);
  overflow: hidden;
  background:
    radial-gradient(120% 90% at 0% 0%, rgba(30, 77, 200, 0.08), transparent 55%),
    #eef2fb;
}
.lo-v2-reviews-hero .lo-v2-hero-inner {
  position: relative;
}
.lo-reviews-badge-absolute {
  display: inline-block;
  width: 150px;
  height: 50px;
  transform: scale(1.5);
  transform-origin: left center;
  margin-top: 15px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .lo-v2-reviews-hero .lo-v2-hero-copy--wide {
    max-width: 650px;
  }
  .lo-reviews-badge-absolute {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) scale(2.4);
    transform-origin: right center;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.lo-v2-hero-inner {
  width: 100%;
  max-width: var(--lo-container);
  margin-left: auto;
  margin-right: auto;
  padding-inline: 20px;
}
.lo-v2-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: stretch;
}
.lo-v2-hero-grid--split > * {
  min-width: 0;
}
.lo-v2-hero-grid--split .lo-v2-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lo-v2-hero-photo-main {
  align-self: center;
  aspect-ratio: 4 / 3;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(14, 21, 38, 0.16);
  min-height: 0;
}
.lo-v2-hero-photo-main picture {
  display: block;
  width: 100%;
  height: 100%;
}
.lo-v2-hero-photo-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lo-v2-hero-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(32px, 5.6vw, 76px);
  font-weight: 800;
  line-height: 1.03;
  overflow-wrap: break-word;
}
.lo-v2-lead {
  max-width: 30ch;
  margin: 0 0 28px;
  color: var(--lo-muted);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.5;
}
.lo-v2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}
.lo-v2-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--lo-muted);
  font-size: 14px;
  font-weight: 500;
}
.lo-v2-trust li {
  display: flex;
  align-items: center;
  gap: 7px;
}
.lo-v2-trust li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lo-blue);
  flex-shrink: 0;
}
.lo-v2-trust a {
  color: var(--lo-blue);
  font-weight: 700;
  text-decoration: none;
}
.lo-v2-trust a:hover { text-decoration: underline; }
.lo-v2-trust--grid2 {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 8px 22px;
}

/* ---- Tariff comparison table (club page) --------------------------------- */
.lo-compare-wrap {
  overflow-x: auto;
  margin: clamp(20px, 3vw, 32px) 0;
  border: 1px solid var(--lo-line);
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(14, 21, 38, 0.06);
  background:
    linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0)),
    linear-gradient(to right, rgba(255, 255, 255, 0), #fff 70%) 100% 0,
    linear-gradient(to right, rgba(17, 24, 39, 0.12), rgba(17, 24, 39, 0)),
    linear-gradient(to right, rgba(17, 24, 39, 0), rgba(17, 24, 39, 0.12)) 100% 0;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 32px 100%, 32px 100%, 12px 100%, 12px 100%;
  background-attachment: local, local, scroll, scroll;
}
.lo-compare-table {
  width: 100%;
  min-width: 480px;
  border-collapse: collapse;
  font-size: 14.5px;
}
.lo-compare-table th,
.lo-compare-table td {
  padding: 12px 16px;
  text-align: center;
  border-bottom: 1px solid var(--lo-line);
}
.lo-compare-table th:first-child,
.lo-compare-table td:first-child {
  text-align: left;
  color: var(--lo-ink);
}
.lo-compare-table thead th {
  background: var(--lo-blue-light);
  border-bottom: 2px solid var(--lo-blue);
  font-weight: 700;
  color: var(--lo-ink);
}
.lo-compare-table thead .lo-compare-price {
  display: block;
  margin-top: 2px;
  color: var(--lo-blue);
  font-weight: 700;
  font-size: 12.5px;
}
.lo-compare-table tbody tr:last-child td { border-bottom: none; }
.lo-compare-table td:not(:first-child) { color: var(--lo-muted); }
.lo-compare-table td.lo-compare-yes { color: var(--lo-blue); font-weight: 700; }
.lo-compare-table .lo-compare-group td {
  background: var(--lo-soft);
  padding: 8px 16px;
  font-size: 12.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--lo-muted);
  text-align: left;
}

/* ---- Hero panel + lens/glass placeholder --------------------------------- */
.lo-v2-hero-panel {
  display: grid;
  gap: 16px;
  align-content: center;
}
.lo-v2-hero-photo {
  position: static;
  aspect-ratio: 4 / 3;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(14, 21, 38, 0.16);
}
.lo-v2-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lo-v2-lens {
  position: absolute;
  inset: -8% -4%;
  z-index: 0;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(60% 60% at 30% 25%, rgba(30, 77, 200, 0.22), transparent 60%),
    radial-gradient(70% 70% at 80% 80%, rgba(120, 170, 255, 0.35), transparent 60%),
    linear-gradient(135deg, #dbe6ff 0%, #eef3ff 45%, #ffffff 100%);
}
.lo-v2-lens-glare {
  position: absolute;
  width: 55%;
  height: 55%;
  left: 12%;
  top: 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.9), transparent 65%);
  filter: blur(6px);
  animation: lo-v2-float 7s ease-in-out infinite;
}
.lo-v2-lens-ring {
  position: absolute;
  right: 10%;
  bottom: 12%;
  width: 46%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1.5px solid rgba(30, 77, 200, 0.25);
  box-shadow: inset 0 0 40px rgba(30, 77, 200, 0.12);
}
.lo-v2-lens-accent {
  position: absolute;
  left: 16%;
  bottom: 18%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--lo-red);
  box-shadow: 0 0 0 6px rgba(232, 0, 28, 0.14);
}
.lo-v2-panel-card {
  padding: 24px 26px;
  background: #fff;
  border: 1px solid var(--lo-line);
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(14, 21, 38, 0.10);
}
.lo-v2-panel-card h2 {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 700;
}
.lo-v2-steps {
  counter-reset: v2step;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lo-v2-steps li {
  position: relative;
  counter-increment: v2step;
  padding: 11px 0 11px 40px;
  font-size: 14.5px;
  line-height: 1.4;
  border-top: 1px solid rgba(30, 77, 200, 0.12);
}
.lo-v2-steps li:first-child { border-top: 0; }
.lo-v2-steps li::before {
  content: counter(v2step);
  position: absolute;
  left: 0;
  top: 10px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lo-blue);
  color: #fff;
  border-radius: 50%;
  font: 700 12px/1 "Onest", var(--lo-font);
}

/* ---- Sections + headers -------------------------------------------------- */
.lo-v2-section {
  padding: clamp(40px, 4.5vw, 68px) 0;
}
.lo-v2-section--tint {
  background:
    radial-gradient(120% 90% at 0% 0%, rgba(30, 77, 200, 0.08), transparent 55%),
    #eef2fb;
}
.lo-v2-section--brand {
  background: #0B1B4D;
  color: #fff;
}
.lo-v2-section--brand h2,
.lo-v2-section--brand .lo-v2-place { color: #fff; }
.lo-v2-section--brand .lo-v2-place--muted { color: rgba(255, 255, 255, 0.82); }
.lo-v2-section--brand .lo-v2-btn--primary {
  background: #fff;
  color: var(--lo-blue);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}
.lo-v2-section--brand .lo-v2-find-media {
  background:
    radial-gradient(60% 60% at 70% 30%, rgba(255, 255, 255, 0.25), transparent 60%),
    rgba(255, 255, 255, 0.1);
}
.lo-v2-section--brand .lo-v2-lens-ring { border-color: rgba(255, 255, 255, 0.4); }
.lo-v2-head {
  max-width: 640px;
  margin: 0 0 clamp(20px, 2.2vw, 30px);
}
.lo-v2-head h2 {
  margin: 0;
  font-size: clamp(28px, 3.8vw, 46px);
  font-weight: 700;
  line-height: 1.05;
}
.lo-v2-head p {
  margin: 12px 0 0;
  color: var(--lo-muted);
  font-size: clamp(16px, 1.3vw, 18px);
}
.lo-v2-head .lo-kicker { margin-bottom: 10px; }

/* ---- Offer cards --------------------------------------------------------- */
.lo-v2-offers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2vw, 28px);
}
.lo-v2-offer {
  display: flex;
  flex-direction: column;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--lo-line);
  border-radius: 20px;
  text-decoration: none;
  color: var(--v2-ink);
  box-shadow: 0 12px 32px rgba(14, 21, 38, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.lo-v2-offer:hover {
  transform: translateY(-4px);
  border-color: rgba(30, 77, 200, 0.3);
  box-shadow: 0 22px 46px rgba(30, 77, 200, 0.14);
}
.lo-v2-offer-media {
  position: relative;
  aspect-ratio: 4 / 3;
  margin-bottom: 20px;
  border-radius: 16px;
  overflow: hidden;
  background: var(--lo-soft);
}
.lo-v2-offer-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lo-v2-offer h3 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
}
.lo-v2-offer p {
  margin: 0 0 16px;
  color: var(--lo-muted);
  font-size: 15px;
  line-height: 1.45;
  flex: 1 1 auto;
}
.lo-v2-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--lo-blue);
  font-weight: 700;
  font-size: 14.5px;
}
.lo-v2-arrow::after {
  content: "→";
  transition: transform 0.18s ease;
}
.lo-v2-offer:hover .lo-v2-arrow::after,
.lo-v2-promo-card:hover .lo-v2-arrow::after { transform: translateX(4px); }

/* ---- Promo (status chips) ------------------------------------------------ */
.lo-v2-promo {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2vw, 28px);
}
.lo-v2-promo-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--lo-line);
  border-radius: 20px;
  text-decoration: none;
  color: var(--v2-ink);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.lo-v2-promo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 46px rgba(14, 21, 38, 0.1);
}
.lo-v2-promo-card--all {
  justify-content: center;
}
.lo-v2-promo-card--all h3 { font-size: 22px; }
.lo-v2-promo-card--all::after {
  content: "→";
  margin-top: 14px;
  color: var(--lo-blue);
  font-size: 22px;
  font-weight: 700;
  transition: transform 0.18s ease;
}
.lo-v2-promo-card--all:hover::after { transform: translateX(4px); }
.lo-v2-chip {
  order: -1;
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: var(--lo-radius-pill);
  background: rgba(232, 0, 28, 0.13);
  color: var(--lo-red-dark);
  font: 700 12.5px/1 "Onest", var(--lo-font);
}
.lo-v2-chip--blue {
  background: rgba(30, 77, 200, 0.1);
  color: var(--lo-blue);
}
.lo-v2-promo-card h3 {
  margin: 0 0 8px;
  font-size: 19px;
  font-weight: 700;
}
.lo-v2-promo-card p {
  margin: 0 0 16px;
  color: var(--lo-muted);
  font-size: 15px;
  line-height: 1.45;
  flex: 1 1 auto;
}

/* ---- Reviews + center CTA ------------------------------------------------ */
.lo-v2-center {
  margin-top: 32px;
  text-align: center;
}

/* ---- Find us ------------------------------------------------------------- */
.lo-v2-find {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}
.lo-v2-find-media {
  position: relative;
  min-height: 300px;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(60% 60% at 70% 30%, rgba(30, 77, 200, 0.18), transparent 60%),
    linear-gradient(135deg, #e3ecff, #fff);
}
.lo-v2-find-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lo-v2-steps-band {
  padding: clamp(28px, 3.5vw, 48px) 0;
  background: #eef2fb;
}
.lo-v2-steps-band > .lo-container > h2 {
  margin: 0 0 22px;
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 700;
}
.lo-v2-steps-row {
  counter-reset: v2s;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.lo-v2-steps-row li {
  counter-increment: v2s;
  position: relative;
  padding-top: 46px;
  font-size: 15px;
  line-height: 1.45;
  color: var(--v2-ink);
}
.lo-v2-steps-row li::before {
  content: counter(v2s);
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lo-blue);
  color: #fff;
  border-radius: 50%;
  font: 700 14px/1 "Onest", var(--lo-font);
}
.lo-v2-find-media .lo-v2-lens-glare {
  left: 20%;
  top: 18%;
  width: 45%;
  height: 45%;
}
.lo-v2-find-media .lo-v2-lens-ring {
  right: 14%;
  bottom: 16%;
  width: 40%;
}
.lo-v2-find-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(26px, 3.4vw, 40px);
  font-weight: 700;
}
.lo-v2-place {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 600;
}
.lo-v2-place--muted {
  color: var(--lo-muted);
  font-weight: 500;
  margin-bottom: 20px;
}
.lo-v2-find-copy .lo-v2-actions { margin-bottom: 0; }

/* ---- Motion ------------------------------------------------------------- */
@keyframes lo-v2-float {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(6%, 6%); }
}
@media (prefers-reduced-motion: reduce) {
  .lo-v2-btn,
  .lo-v2-offer,
  .lo-v2-promo-card,
  .lo-v2-arrow::after,
  .lo-v2-lens-glare { transition: none; animation: none; }
}

/* Fix Hero height on desktop, grouped by variant rather than one shared
   floor: wide (text-only: catalog/promo/blog) and split (has a second
   column: home/about/reviews/contacts) naturally need different heights,
   but pages within the same group shouldn't jump depending on copy length.
   Desktop-only: on mobile the hero stacks photo below text and heights
   legitimately vary with content, so no shared min-height is applied there. */
@media (min-width: 1024px) {
  .lo-v2-hero-inner {
    min-height: 236px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .lo-v2-hero-grid--split,
  .lo-v2-hero-grid--article {
    min-height: 343px;
  }

  /* The default clamp (up to 76px) wraps long headlines onto 3 lines,
     which was the main source of height difference between pages
     (home/about run 3 lines, contacts/catalog/promo/blog run 1-2). */
  .lo-v2-hero-copy h1 {
    font-size: clamp(32px, 3.6vw, 56px);
  }

  .lo-v2-hero-photo-main {
    aspect-ratio: 3 / 2;
  }
}

/* ---- Responsive ---------------------------------------------------------- */
@media (max-width: 1023px) {
  .lo-v2-hero-grid { grid-template-columns: 1fr; }
  .lo-v2-hero-photo-main,
  .lo-v2-hero-panel { display: none; }
  .lo-v2-steps-row { grid-template-columns: repeat(2, 1fr); }
  .lo-v2-offers { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lo-v2-promo { grid-template-columns: 1fr; }
  .lo-v2-find { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .lo-v2-offers { grid-template-columns: 1fr; }
  .lo-v2-hero-copy h1 { font-size: clamp(22px, 6.4vw, 34px); overflow-wrap: anywhere; }
  .lo-v2-offer-media { aspect-ratio: 3 / 2; }
  .lo-v2-steps-row { grid-template-columns: 1fr; gap: 14px; }
  .lo-v2-actions { flex-direction: column; flex-wrap: nowrap; align-items: stretch; }
  .lo-v2-actions .lo-v2-btn { flex: 1 1 100%; min-width: 0; }
  .lo-v2-trust { flex-direction: column; align-items: flex-start; gap: 8px; }
  .lo-v2-trust--grid2 { grid-template-columns: 1fr; }
}

/* === V2 catalog page === */
.lo-v2-hero-copy--wide { max-width: 760px; }
.lo-v2-hero-copy--wide .lo-v2-lead { max-width: 52ch; }
.lo-v2-hero-copy--long h1 {
  font-size: clamp(30px, 4.2vw, 52px);
  line-height: 1.12;
}
@media (max-width: 767px) {
  .lo-v2-hero-copy--long h1 {
    font-size: clamp(22px, 6.4vw, 34px);
  }
}
.lo-v2-offers--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lo-v2-offer-media--icon { display:flex; align-items:center; justify-content:center; background: radial-gradient(rgba(30,77,200,.10) 1.2px, transparent 1.2px) 0 0/16px 16px, linear-gradient(135deg,#d3e0ff,#f0f5ff); }
.lo-v2-offer-media--icon svg { width:44px; height:44px; padding:18px; box-sizing:content-box; background:rgba(255,255,255,.85); border-radius:18px; box-shadow:0 12px 26px rgba(14,21,38,.12); fill:none; stroke:var(--lo-blue); stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }
.lo-v2-cta-panel { max-width:720px; margin:0 auto; padding:clamp(28px,4vw,48px); background:#fff; border:1px solid var(--lo-line); border-radius:24px; box-shadow:0 16px 40px rgba(14,21,38,.08); }
.lo-v2-cta-panel h2 { margin:0 0 12px; font-size:clamp(24px,3vw,34px); font-weight:700; }
.lo-v2-cta-panel p { margin:0 0 22px; color:var(--lo-muted); font-size:16px; line-height:1.55; }
.lo-v2-cta-panel .lo-v2-actions { margin-bottom:0; }
.lo-v2-offer--static { cursor:default; }
@media (max-width:1023px){ .lo-v2-offers--4 { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:767px){ .lo-v2-offers--4 { grid-template-columns:1fr; } }


/* === V2 contacts page === */
.lo-v2 .lo-contacts-hero-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: flex-start;
}
.lo-v2 .lo-contact-action {
  display: inline-flex;
  align-items: center;
  padding: 14px 24px;
  border-radius: var(--lo-radius-pill);
  font-weight: 600;
  text-decoration: none;
  box-shadow: inset 0 0 0 2px rgba(30, 77, 200, .28);
  color: var(--lo-blue);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.lo-v2 .lo-contact-action:hover {
  transform: translateY(-2px);
  background: var(--lo-blue-light);
  color: var(--lo-blue);
  text-decoration: none;
}
.lo-v2 .lo-contact-action-primary {
  background: var(--lo-blue);
  color: #fff;
  box-shadow: 0 10px 26px rgba(30, 77, 200, .28);
}
.lo-v2 .lo-contact-action-primary:hover {
  transform: translateY(-2px);
  background: var(--lo-blue);
  box-shadow: 0 16px 34px rgba(30, 77, 200, .34);
  color: #fff;
}
.lo-v2 .lo-contacts-photo {
  margin: 0;
}
.lo-v2 .lo-contacts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 3vw, 40px);
  align-items: start;
  width: 100%;
  max-width: var(--lo-container);
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(28px, 4vw, 56px);
  padding-bottom: clamp(28px, 4vw, 56px);
  padding-left: 20px;
  padding-right: 20px;
}
.lo-v2 .lo-contacts-data {
  display: grid;
  gap: 16px;
}
.lo-v2 .lo-contact-item {
  display: flex;
  gap: 14px;
  background: #fff;
  border: 1px solid var(--lo-line);
  border-radius: 20px;
  padding: 20px 22px;
  box-shadow: 0 12px 32px rgba(14, 21, 38, .06);
}
.lo-v2 .lo-contact-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lo-blue-light);
  border-radius: 12px;
}
.lo-v2 .lo-contact-icon svg {
  width: 22px;
  height: 22px;
  fill: var(--lo-blue);
}
.lo-v2 .lo-contact-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.lo-v2 .lo-contact-lbl {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--lo-muted);
}
.lo-v2 .lo-phone-big {
  font-family: "Manrope", var(--lo-font);
  font-size: 24px;
  font-weight: 800;
  color: var(--lo-blue);
  text-decoration: none;
}
.lo-v2 .lo-hours-val {
  font-size: 20px;
  font-weight: 700;
}
.lo-v2 .lo-hours-badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 5px 12px;
  border-radius: var(--lo-radius-pill);
  background: rgba(30, 77, 200, .1);
  color: var(--lo-blue);
  font-size: 12.5px;
  font-weight: 700;
}
.lo-v2 .lo-route-link {
  color: var(--lo-blue);
  font-weight: 700;
  text-decoration: none;
}
.lo-v2 .lo-contact-messengers {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}
.lo-v2 .lo-contacts-map {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 480px;
  box-shadow: 0 16px 40px rgba(14, 21, 38, .1);
  border: 1px solid var(--lo-line);
  background: var(--lo-soft);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.lo-v2 .lo-contacts-map:hover {
  box-shadow: 0 24px 56px rgba(14, 21, 38, 0.14);
  transform: translateY(-2px);
}
.lo-v2 .lo-contacts-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 480px;
  border: 0;
}
@media (max-width: 1023px) {
  .lo-v2 .lo-contacts-grid {
    grid-template-columns: 1fr;
  }
  .lo-v2 .lo-contacts-hero-actions {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .lo-v2 .lo-contacts-hero-actions {
    display: none;
  }
  .lo-v2 .lo-contact-messengers {
    flex-direction: column;
  }
  .lo-v2 .lo-contact-messengers .lo-btn-messenger {
    width: 100%;
  }
  .lo-v2 .lo-contacts-map,
  .lo-v2 .lo-contacts-map iframe {
    min-height: 320px;
  }
  .lo-v2 .lo-contacts-photo,
  .lo-v2 .lo-contacts-map {
    border-radius: 20px;
  }
}

.lo-route-link::after {
  content: "→";
  margin-left: 6px;
  transition: transform 0.15s;
}

.lo-route-link:hover {
  color: var(--lo-red);
}

.lo-route-link:hover::after {
  transform: translateX(2px);
}

.lo-btn-messenger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: var(--lo-radius);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: opacity 0.15s, transform 0.15s;
  line-height: 1;
}

.lo-btn-messenger:hover {
  opacity: 0.88;
  transform: translateY(-1px);
  text-decoration: none;
}

.lo-btn-messenger svg {
  flex-shrink: 0;
  fill: currentColor;
}

.lo-btn-tg  { background: #2AABEE; color: #fff; }
.lo-btn-vk  { background: #0077FF; color: #fff; }

/* === V2 promo page: layout base (merged from legacy .lo-promo-* block 2026-07-03) === */
.lo-v2 .lo-promo-page {
  width: 100%;
  max-width: var(--lo-container);
  margin-left: auto;
  margin-right: auto;
  padding: 34px 20px 18px;
}

.lo-v2 .lo-promo-section-page {
  margin-top: 40px;
}

.lo-v2 .lo-promo-section-page:first-child {
  margin-top: 0;
}

.lo-v2 .lo-promo-section-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--lo-line);
}

.lo-v2 .lo-promo-section-header h1,
.lo-v2 .lo-promo-section-header h2 {
  margin: 0;
  line-height: 1.15;
}

.lo-v2 .lo-promo-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.lo-v2 .lo-promo-page-card__top {
  margin-bottom: 14px;
}

.lo-v2 .lo-promo-page-card h3 {
  line-height: 1.25;
}

.lo-v2 .lo-promo-page-card p,
.lo-v2 .lo-promo-page-card li {
  line-height: 1.55;
}

.lo-v2 .lo-promo-page-card > p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lo-v2 .lo-promo-page-card p:last-child {
  margin-bottom: 0;
}

.lo-v2 .lo-promo-details {
  margin-top: 16px;
}

.lo-v2 .lo-promo-details summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  user-select: none;
  outline-offset: 3px;
}

.lo-v2 .lo-promo-details summary::-webkit-details-marker {
  display: none;
}

.lo-v2 .lo-promo-details summary::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: auto;
  flex-shrink: 0;
  background-color: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M3.22 5.72a.75.75 0 0 1 1.06 0L8 9.44l3.72-3.72a.75.75 0 1 1 1.06 1.06l-4.25 4.25a.75.75 0 0 1-1.06 0L3.22 6.78a.75.75 0 0 1 0-1.06z'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M3.22 5.72a.75.75 0 0 1 1.06 0L8 9.44l3.72-3.72a.75.75 0 1 1 1.06 1.06l-4.25 4.25a.75.75 0 0 1-1.06 0L3.22 6.78a.75.75 0 0 1 0-1.06z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transition: transform 0.2s ease;
}

.lo-v2 .lo-promo-details[open] summary::after {
  transform: rotate(180deg);
}

.lo-v2 .lo-promo-details summary:hover {
  opacity: 0.75;
}

.lo-v2 .lo-promo-details__body {
  padding-top: 12px;
}

.lo-v2 .lo-promo-details__body ul {
  margin: 8px 0 10px 18px;
  padding: 0;
}

.lo-v2 .lo-promo-details__body li {
  margin-bottom: 4px;
  font-size: 15px;
}

.lo-v2 .lo-promo-note {
  max-width: min(820px, calc(100% - 40px));
  padding: 14px 18px;
  margin: 18px auto 8px;
  background: var(--lo-soft);
  border-left: 3px solid var(--lo-line);
  border-radius: var(--lo-radius);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}

.lo-v2 .lo-promo-badge,
.lo-v2 .lo-promo-badge--deadline {
  align-items: center;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

/* === V2 promo page === */
.lo-v2 .lo-promo-section-page { margin-bottom:clamp(28px,4vw,52px); }
.lo-v2 .lo-promo-section-header { margin-bottom:clamp(20px,2.5vw,32px); }
.lo-v2 .lo-promo-section-header h1, .lo-v2 .lo-promo-section-header h2 { font-family:"Manrope",var(--lo-font); font-weight:800; letter-spacing:-0.02em; font-size:clamp(28px,3.6vw,46px); margin:6px 0 0; }
.lo-v2 .lo-promo-page-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:clamp(18px,2vw,26px); }
.lo-v2 .lo-promo-page-grid--featured { grid-template-columns: repeat(auto-fit, minmax(280px, 420px)); }
.lo-v2 .lo-promo-page-card { display:flex; flex-direction:column; background:#fff; border:1px solid var(--lo-line); border-radius:20px; padding:24px; box-shadow:0 12px 32px rgba(14,21,38,.06); }
.lo-v2 .lo-promo-featured { background:linear-gradient(135deg,#f58220,#c2410c); border-color:#f58220; color:#fff; box-shadow:0 16px 40px rgba(245,130,32,.3); }
.lo-v2 .lo-promo-featured h3, .lo-v2 .lo-promo-featured > p { color:#fff; }
.lo-v2 .lo-promo-page-card h3 { font-size:20px; font-weight:700; margin:12px 0 8px; }
.lo-v2 .lo-promo-page-card > p { color:var(--lo-muted); font-size:15px; line-height:1.45; margin:0 0 14px; }
.lo-v2 .lo-promo-featured > p { color:rgba(255,255,255,.85); }
.lo-v2 .lo-promo-badge { display:inline-flex; align-self:flex-start; padding:6px 12px; border-radius:var(--lo-radius-pill); background:rgba(232,0,28,.13); color:var(--lo-red-dark); font-size:12.5px; font-weight:700; }
.lo-v2 .lo-promo-badge--deadline { background:rgba(30,77,200,.12); color:var(--lo-blue); }
.lo-v2 .lo-promo-featured .lo-promo-badge--deadline { background:rgba(255,255,255,.2); color:#fff; }
.lo-v2 .lo-promo-details { margin-top:auto; }
.lo-v2 .lo-promo-details summary { cursor:pointer; font-weight:700; color:var(--lo-blue); font-size:14.5px; }
.lo-v2 .lo-promo-featured .lo-promo-details summary { color:#fff; }
.lo-v2 .lo-promo-details__body { margin-top:10px; font-size:14px; line-height:1.5; color:var(--lo-muted); }
.lo-v2 .lo-promo-featured .lo-promo-details__body { color:rgba(255,255,255,.9); }
.lo-v2 .lo-promo-note { margin-top:clamp(20px,3vw,32px); color:var(--lo-muted); font-size:13.5px; }
@media (max-width:1023px){ .lo-v2 .lo-promo-page-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:767px){ .lo-v2 .lo-promo-page-grid { grid-template-columns:1fr; } }

/* === V2 reviews page === */
.lo-v2-rating-card { background: linear-gradient(160deg, #fff 0%, #eef2fb 100%); border-color: rgba(30, 77, 200, 0.18); padding: 32px 30px; }
.lo-v2-rating-top { display: flex; align-items: center; gap: 16px; }
.lo-v2-rating-avg { font-family: "Manrope", var(--lo-font); font-size: clamp(44px, 4.5vw, 60px); font-weight: 800; color: var(--lo-blue); line-height: 1; letter-spacing: -0.02em; }
.lo-v2-rating-score { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.lo-v2-rating-stars { display: flex; gap: 5px; font-size: 28px; line-height: 1; }
.lo-v2-rating-count { color: var(--lo-muted); font-size: 14.5px; font-weight: 600; }
.lo-page-wrap .lo-container p.lo-v2-rating-note { margin: 16px 0 0; padding-top: 16px; border-top: 1px solid var(--lo-line); color: var(--lo-muted); font-size: 14px; line-height: 1.5; }
/* Единый V2-вид карточки отзыва: применяется на /reviews/ И на главной (осознанно, см. Часть 0Δ) */
.lo-v2 .lo-reviews-grid { gap: clamp(18px, 2vw, 26px); margin-bottom: 0; }
.lo-v2 .lo-review-card { padding: 22px; border: 1px solid var(--lo-line); border-radius: 20px; box-shadow: 0 20px 44px rgba(14, 21, 38, 0.1); gap: 10px; }
.lo-v2 .lo-review-identity { display: flex; align-items: center; gap: 10px; min-width: 0; }
.lo-v2 .lo-review-avatar { flex-shrink: 0; display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: var(--lo-blue-light); color: var(--lo-blue); font-family: "Manrope", var(--lo-font); font-size: 14px; font-weight: 700; }
.lo-v2 .lo-review-author { font-size: 15.5px; font-weight: 700; }
.lo-v2 .lo-review-text { font-size: 14.5px; }
.lo-v2 .lo-reviews-grid .lo-review-card:nth-child(even) .lo-review-avatar {
  background: rgba(232, 0, 28, 0.12);
  color: var(--lo-red);
}
.lo-v2-cta-panel--brand { background: linear-gradient(135deg, var(--lo-blue) 0%, #1740a8 100%); border-color: transparent; box-shadow: 0 20px 44px rgba(23, 64, 168, 0.28); }
.lo-v2-cta-panel--brand h2 { color: #fff; }
.lo-v2-cta-panel--brand p { color: rgba(255, 255, 255, 0.82); }
.lo-v2-cta-panel--brand .lo-v2-btn--primary { background: #fff; color: var(--lo-blue); box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2); }
.lo-v2-cta-panel--brand .lo-v2-btn--ghost { color: #fff; box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.45); }
.lo-v2-cta-panel--brand .lo-v2-btn--ghost:hover { background: rgba(255, 255, 255, 0.12); color: #fff; }


/* === V2 blog list page === */
.lo-v2 .lo-blog-list { gap: clamp(20px, 2vw, 28px); }
.lo-v2 .lo-blog-card { padding: 22px; border-radius: 20px; box-shadow: 0 12px 32px rgba(14, 21, 38, 0.08); }
.lo-v2 .lo-blog-card:hover { transform: translateY(-4px); border-color: rgba(30, 77, 200, 0.3); box-shadow: 0 22px 46px rgba(30, 77, 200, 0.14); }
.lo-v2 .lo-blog-card h3 { font-size: 19px; font-weight: 700; }
.lo-v2 .lo-blog-card-icon { border-radius: 12px; }
.lo-v2 .lo-blog-card:hover .lo-v2-arrow::after { transform: translateX(4px); }
.lo-v2 .pagination { display: flex; justify-content: center; gap: 8px; margin: clamp(28px, 3vw, 40px) 0 0; padding: 0; list-style: none; }
.lo-v2 .page-item { margin: 0; }
.lo-v2 .page-link { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 42px; padding: 0 15px; border: 1px solid var(--lo-line); border-radius: var(--lo-radius-pill); background: #fff; color: var(--lo-blue); font: 600 15px/1 "Onest", var(--lo-font); text-decoration: none; transition: background 0.18s ease, border-color 0.18s ease; }
.lo-v2 .page-link:hover { background: var(--lo-blue-light); border-color: rgba(30, 77, 200, 0.4); }
.lo-v2 .page-item.active .page-link { background: var(--lo-blue); border-color: var(--lo-blue); color: #fff; }
.lo-v2 .page-item.disabled .page-link { opacity: 0.45; pointer-events: none; }

/* === V2 blog single article page === */
.lo-v2-hero-grid--article {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: stretch;
}
.lo-v2-hero-grid--article .lo-v2-hero-copy--article {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lo-v2-hero-copy--article .lo-v2-lead {
  max-width: none;
  color: var(--lo-ink);
}
.lo-v2-hero-copy--article h1 {
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -0.02em;
}
.lo-v2-actions--article { margin-bottom: 0; }
.lo-v2-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  color: var(--lo-blue);
  font-weight: 600;
  font-size: 14.5px;
  text-decoration: none;
}
.lo-v2-back:hover { text-decoration: underline; }
.lo-v2-hero-panel .lo-blog-single-media {
  margin-top: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(14, 21, 38, 0.16);
  min-height: 340px;
}
.lo-blog-single-media picture {
  display: block;
  width: 100%;
  height: 100%;
}
.lo-blog-single-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lo-v2-article-illustration {
  aspect-ratio: 4 / 3;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(rgba(30, 77, 200, 0.10) 1.2px, transparent 1.2px) 0 0 / 16px 16px,
    linear-gradient(135deg, #d3e0ff 0%, #f0f5ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 24px 60px rgba(14, 21, 38, 0.16);
}
.lo-v2-article-illustration-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 152px;
  height: 152px;
  color: var(--lo-blue);
}
.lo-v2-article-illustration-icon svg {
  width: 100%;
  height: 100%;
  stroke-width: 1.2;
}
.lo-v2-article {
  max-width: 740px;
  margin: 0 auto;
  font-family: "Onest", var(--lo-font);
  font-size: 18px;
  line-height: 1.7;
  color: var(--lo-ink);
}
.lo-v2-article h2 {
  font-family: "Manrope", var(--lo-font);
  font-size: clamp(24px, 2.6vw, 28px);
  font-weight: 700;
  line-height: 1.2;
  margin-top: 48px;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.lo-v2-article h2:first-child { margin-top: 0; }
.lo-v2-article p {
  margin: 0 0 18px;
}
.lo-v2-article a {
  color: var(--lo-blue);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(30, 77, 200, 0.35);
  text-underline-offset: 3px;
}
.lo-v2-article a:hover {
  text-decoration-color: var(--lo-blue);
}

/* Fix: article link styles must not override .lo-v2-btn appearance */
.lo-v2-article a.lo-v2-btn,
.lo-v2-article a.lo-v2-btn:hover,
.lo-v2-article a.lo-v2-btn:focus {
  text-decoration: none;
  font-weight: 600;
}
.lo-v2-article a.lo-v2-btn--primary,
.lo-v2-article a.lo-v2-btn--primary:hover,
.lo-v2-article a.lo-v2-btn--primary:focus {
  color: #fff;
}
.lo-v2-article a.lo-v2-btn--ghost,
.lo-v2-article a.lo-v2-btn--ghost:hover,
.lo-v2-article a.lo-v2-btn--ghost:focus {
  color: var(--lo-blue);
}

.lo-v2-article ul,
.lo-v2-article ol {
  margin: 0 0 22px;
  padding-left: 1.6em;
}
.lo-v2-article li {
  margin-bottom: 10px;
}
.lo-v2-article-lead {
  position: relative;
  padding: 4px 0 4px 28px;
  margin-bottom: 36px;
  border-left: 3px solid var(--lo-blue);
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.5;
  color: var(--lo-ink);
}
.lo-v2-summary {
  position: relative;
  margin: 40px 0;
  padding: 28px 32px 28px 84px;
  background: var(--lo-blue-light);
  border-radius: 20px;
  box-shadow: var(--lo-shadow-card);
}
.lo-v2-summary::before {
  content: "⚡";
  position: absolute;
  left: 26px;
  top: 26px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--lo-blue);
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(30, 77, 200, 0.18);
  font-size: 20px;
  line-height: 1;
}
.lo-v2-summary h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  color: var(--lo-blue);
}
.lo-v2-summary ul {
  margin-bottom: 0;
}
.lo-v2-summary li {
  position: relative;
  padding-left: 4px;
  font-size: 17.5px;
}
.lo-v2-callout {
  margin: 36px 0;
  padding: 4px 0 4px 22px;
  background: none;
  border-left: 3px solid var(--lo-blue);
  font-size: 17px;
  line-height: 1.55;
  color: var(--lo-muted);
}
.lo-v2-callout p:last-child {
  margin-bottom: 0;
}
.lo-v2-article .lo-v2-cta-panel {
  margin: 40px 0;
}
.lo-v2-article .lo-v2-cta-panel .lo-v2-actions {
  margin-bottom: 0;
}
.lo-v2-article-sources {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}
.lo-v2-article-sources li {
  margin-bottom: 10px;
  padding-left: 0;
}
.lo-v2-article-sources li::before {
  content: "—";
  margin-right: 10px;
  color: var(--lo-muted);
}
.lo-v2-article-legal {
  margin-top: 28px;
  padding: 18px 22px;
  background: var(--lo-soft);
  border-radius: 14px;
  color: var(--lo-muted);
  font-size: 15px;
  line-height: 1.55;
}
.lo-v2-read-more h2 {
  margin-bottom: 24px;
  font-size: clamp(26px, 3vw, 32px);
}
@media (max-width: 1023px) {
  .lo-v2-hero-grid--article { grid-template-columns: 1fr; gap: 28px; }
  .lo-v2-hero-grid--article .lo-v2-hero-panel { order: -1; max-width: 560px; }
  .lo-v2-article-illustration { aspect-ratio: 16 / 9; }
}
@media (max-width: 767px) {
  .lo-v2-hero-copy--article h1 { font-size: clamp(22px, 6.4vw, 34px); }
  .lo-v2-article { font-size: 16.5px; }
  .lo-v2-article h2 { margin-top: 38px; }
  .lo-v2-article-lead { padding-left: 18px; font-size: 18px; }
  .lo-v2-summary { padding: 22px 22px 22px 68px; }
  .lo-v2-summary::before { left: 20px; top: 22px; }
  .lo-v2-callout { padding-left: 16px; font-size: 16.5px; }
}

/* ==========================================================================
   Reviews V2 Premium Styling & Contacts Interactive Map
   ========================================================================== */

/* Masonry Columns Layout for Reviews Grid */
.lo-reviews-wrapper .lo-reviews-grid {
  column-count: 3;
  column-gap: 24px;
  width: 100%;
  display: block;
}

.lo-review-card-wrapper {
  break-inside: avoid;
  margin-bottom: 24px;
  display: inline-block;
  width: 100%;
}

.lo-review-card-hidden {
  display: none !important;
}

.lo-reviews-wrapper {
  position: relative;
}

/* Curiosity Gap Gradient Fade-out */
.lo-reviews-fade-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 180px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--lo-bg) 100%);
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 2;
}

.lo-reviews-wrapper.all-loaded .lo-reviews-fade-overlay {
  opacity: 0;
  pointer-events: none;
}

/* Show More Button Wrapper */
.lo-reviews-actions {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

/* V2-matching Show More button styling */
.lo-btn-show-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 36px;
  font-family: "Onest", var(--lo-font);
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  color: var(--lo-blue);
  background: transparent;
  border: 0;
  border-radius: var(--lo-radius-pill);
  box-shadow: inset 0 0 0 2px rgba(30, 77, 200, 0.28);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
  position: relative;
  overflow: hidden;
}

.lo-btn-show-more:hover {
  transform: translateY(-2px);
  background: var(--lo-blue-light);
  box-shadow: 0 4px 12px rgba(30, 77, 200, 0.15), inset 0 0 0 2px var(--lo-blue);
  color: var(--lo-blue);
}

.lo-btn-show-more:active {
  transform: translateY(0) scale(0.98);
}

/* Button Loading State */
.lo-btn-show-more .loader-icon {
  width: 18px;
  height: 18px;
  border: 2.5px solid rgba(30, 77, 200, 0.15);
  border-top-color: var(--lo-blue);
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.25s ease;
  animation: spin 0.8s linear infinite;
}

.lo-btn-show-more.is-loading {
  pointer-events: none;
  background: var(--lo-blue-light);
  border-color: rgba(30, 77, 200, 0.2);
}

.lo-btn-show-more.is-loading .btn-text {
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.2s ease;
}

.lo-btn-show-more.is-loading .loader-icon {
  opacity: 1;
  transform: scale(1);
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 1023px) {
  .lo-reviews-wrapper .lo-reviews-grid {
    column-count: 2;
  }
}

@media (max-width: 767px) {
  .lo-reviews-wrapper .lo-reviews-grid {
    column-count: 1;
  }
}

/* Stagger Delay Reveal Animation */
@keyframes revealCard {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.97);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.lo-review-card-wrapper.is-new {
  opacity: 0;
  animation: revealCard 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: calc(var(--reveal-index) * 60ms);
}

/* Dynamic Gradient Backgrounds for Review Avatars */
.lo-reviews-grid .lo-review-card-wrapper:nth-child(3n+1) .lo-review-avatar,
.lo-reviews-grid--latest .lo-review-card:nth-child(3n+1) .lo-review-avatar {
  background: linear-gradient(135deg, var(--lo-blue-light) 0%, #DCE4F7 100%) !important;
  color: var(--lo-blue) !important;
}
.lo-reviews-grid .lo-review-card-wrapper:nth-child(3n+2) .lo-review-avatar,
.lo-reviews-grid--latest .lo-review-card:nth-child(3n+2) .lo-review-avatar {
  background: linear-gradient(135deg, rgba(232, 0, 28, 0.08) 0%, rgba(232, 0, 28, 0.16) 100%) !important;
  color: var(--lo-red) !important;
}
.lo-reviews-grid .lo-review-card-wrapper:nth-child(3n+3) .lo-review-avatar,
.lo-reviews-grid--latest .lo-review-card:nth-child(3n+3) .lo-review-avatar {
  background: linear-gradient(135deg, #FEF3C7 0%, #FDE68A 100%) !important;
  color: #B45309 !important;
}

/* Star Rating SVG Enhancements */
.lo-review-stars svg,
.lo-star-svg {
  display: inline-block !important;
  vertical-align: middle !important;
  margin-right: 2px !important;
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
  transition: transform 0.2s ease;
}

.lo-star-active {
  fill: var(--lo-star) !important;
  filter: drop-shadow(0 2px 4px rgba(255, 184, 0, 0.2)) !important;
}

.lo-star-inactive {
  fill: #E5E9F2 !important;
}

/* Verified Yandex Badge */
.lo-review-badge--yandex {
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  background: rgba(232, 0, 28, 0.05) !important;
  border: 1px solid rgba(232, 0, 28, 0.15) !important;
  color: var(--lo-red) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 3px 8px !important;
  border-radius: var(--lo-radius-pill) !important;
}

.lo-review-badge--yandex::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23E8001C'%3E%3Cpath d='M19.12 2C15.86 2 13 3.66 11.23 6.13l-1.6-2.5A1 1 0 0 0 8.79 3H4a1 1 0 0 0-.84 1.54l6 9.38a1 1 0 0 0 1.68 0l6-9.38A1 1 0 0 0 16 3h-1.63a8 8 0 1 1 4.75-1H19.12z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  flex-shrink: 0;
}

