@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Roboto+Slab:wght@400;500;600;700&display=swap');

/* =========================================================
   LOGOS MAIN CONTENT — CLEAN FINAL
   Без меню. Подключать после CSS меню.
   ========================================================= */

:root {
  --logos-sidebar-width: var(--logos-sidebar-width, 292px);

  --logos-bg: #000000;
  --logos-bg-soft: #05070b;
  --logos-text: #eadfce;
  --logos-text-soft: rgba(234, 223, 206, 0.62);
  --logos-text-muted: rgba(234, 223, 206, 0.54);
  --logos-title-muted: #8e806b;
  --logos-bronze: #cbb08a;
  --logos-orange: #ff9700;
  --logos-orange-soft: #ffb13b;
  --logos-blue-text: rgba(192, 205, 228, 0.68);
  --logos-line: rgba(234, 223, 206, 0.18);

  --logos-font-body: 'Montserrat', Arial, sans-serif;
  --logos-font-heading: 'Roboto Slab', Georgia, serif;

  --logos-container: 1320px;
  --logos-container-wide: 1360px;
  --logos-radius-lg: 24px;
  --logos-radius-md: 20px;
  --logos-gap: 28px;
}

.logos-main,
.logos-main * {
  box-sizing: border-box;
}

.logos-main {
  position: relative;
  width: calc(100% - var(--logos-sidebar-width));
  min-height: 100vh;
  margin-left: var(--logos-sidebar-width);
  background: var(--logos-bg);
  color: var(--logos-text);
  font-family: var(--logos-font-body);
  overflow-x: clip;
  overflow-y: visible;
  border-left: 0;
}

.logos-main a {
  color: inherit;
  text-decoration: none;
}

.logos-main p,
.logos-main h1,
.logos-main h2,
.logos-main h3 {
  margin-top: 0;
}

/* =========================================================
   COMMON TYPOGRAPHY
   ========================================================= */

.logos-eyebrow,
.logos-hero__eyebrow,
.logos-bridge__label {
  font-family: var(--logos-font-heading);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(234, 223, 206, 0.46);
}

.logos-heading,
.logos-knowledge__title,
.logos-bridge__title,
.logos-environment__title {
  font-family: var(--logos-font-heading);
  font-weight: 700;
  letter-spacing: 0.012em;
}

.logos-copy,
.logos-hero__text,
.logos-knowledge__text,
.logos-bridge__text,
.logos-environment__text,
.logos-card__text,
.block p,
.block li,
.impulse-card p,
.impulse-card li {
  font-family: var(--logos-font-body);
  font-weight: 400;
}

/* =========================================================
   HERO
   ========================================================= */

.logos-side-header {
  border-right: 0 !important;
}

.logos-hero {
  width: 100%;
  height: 100svh;
  min-height: 0;
  padding: clamp(28px, 3.2vh, 40px) clamp(28px, 2.8vw, 44px);
  background: var(--logos-bg);
  color: var(--logos-text);
  overflow: hidden;
}

.logos-hero__card {
  position: relative;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(234, 223, 206, 0.28);
  border-radius: 20px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.34) 42%, rgba(0, 0, 0, 0.08) 100%),
    url("https://parmar.ru/wp-content/uploads/2026/03/bd517cc9-335a-4eaf-ad1f-478a05f63447.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.38);
}

.logos-hero__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 48% 42%, rgba(255, 255, 255, 0.06), transparent 34%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 62%);
  pointer-events: none;
}

.logos-hero__content {
  position: relative;
  z-index: 2;
  width: 680px;
  max-width: 680px;
  padding: clamp(70px, 8vh, 96px) 0 60px clamp(74px, 6.2vw, 112px);
}

.logos-hero__eyebrow {
  margin-bottom: clamp(58px, 7vh, 84px);
  color: rgba(234, 223, 206, 0.56);
  font-size: 12px;
}

.logos-hero__eyebrow a {
  color: rgba(234, 223, 206, 0.56) !important;
}

.logos-hero__title {
  max-width: 680px;
  margin: 0 0 44px;
  color: var(--logos-orange);
  font-family: var(--logos-font-heading);
  font-size: clamp(36px, 2.65vw, 48px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.018em;
}

.logos-hero__text {
  max-width: 710px;
  color: rgba(234, 223, 206, 0.56);
  font-size: clamp(15px, 1.02vw, 18px);
  line-height: 1.72;
  letter-spacing: 0.035em;
  text-align: justify;
}

.logos-hero__text p { margin: 0; }
.logos-hero__text p + p { margin-top: 18px; }

.logos-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 430px;
  min-height: 78px;
  margin-top: 52px;
  padding: 18px 34px;
  border: 1px solid rgba(234, 223, 206, 0.34);
  border-radius: 9px;
  background: rgba(0, 0, 0, 0.08);
  color: rgba(234, 223, 206, 0.58);
  font-family: var(--logos-font-heading);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.34em;
  text-align: center;
  text-transform: uppercase;
  transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}

.logos-hero__button:hover,
.logos-hero__button:focus-visible {
  border-color: rgba(255, 151, 0, 0.7);
  background: rgba(255, 151, 0, 0.06);
  color: var(--logos-orange-soft);
  outline: none;
  transform: translateY(-1px);
}

.logos-hero__visual {
  position: absolute;
  z-index: 1;
  right: clamp(70px, 8vw, 142px);
  top: 38%;
  width: clamp(270px, 28vw, 460px);
  transform: translateY(-50%);
  pointer-events: none;
}

.logos-hero__visual img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 28px rgba(210, 245, 255, 0.34));
}

/* =========================================================
   KNOWLEDGE TOP
   ========================================================= */

.logos-knowledge {
  width: 100%;
  background: var(--logos-bg);
  color: var(--logos-text);
  padding: clamp(72px, 8vh, 112px) clamp(36px, 4vw, 72px) clamp(56px, 6vh, 84px);
  overflow: hidden;
}

.logos-knowledge__top {
  position: relative;
  display: grid;
  grid-template-columns: minmax(420px, .92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: clamp(48px, 6vw, 112px);
  width: 100%;
  max-width: var(--logos-container);
  margin: 0 auto;
}

.logos-knowledge__content {
  position: relative;
  z-index: 2;
  max-width: 640px;
}

.logos-knowledge__title {
  max-width: 620px;
  margin: 0 0 clamp(28px, 3.2vw, 34px);
  color: var(--logos-title-muted);
  font-size: clamp(34px, 3.1vw, 50px);
  line-height: 1.22;
}

.logos-knowledge__text {
  max-width: 660px;
  color: var(--logos-text-muted);
  font-size: clamp(13px, 1vw, 13px);
  line-height: 1.72;
  letter-spacing: 0.035em;
  text-align:justify;
}

.logos-knowledge__text p { margin: 0; }
.logos-knowledge__text p + p { margin-top: 18px; }

.logos-knowledge__visual {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 360px;
}

.logos-knowledge__visual::before {
  content: "";
  position: absolute;
  inset: 6% 0 0;
  background:
    radial-gradient(circle at 48% 48%, rgba(203, 176, 138, 0.18), transparent 34%),
    radial-gradient(circle at 52% 62%, rgba(95, 165, 255, 0.10), transparent 46%);
  filter: blur(16px);
  opacity: 0.9;
  pointer-events: none;
}

.logos-knowledge__visual img {
  position: relative;
  z-index: 2;
  display: block;
  width: min(560px, 100%);
  height: auto;
  object-fit: contain;
  /*filter: drop-shadow(0 0 28px rgba(203, 176, 138, 0.22)) drop-shadow(0 0 42px rgba(95, 165, 255, 0.12));*/
}

/* =========================================================
   CUT STACK
   ========================================================= */

.logos-cut-stack {
  position: relative;
  isolation: isolate;
  width: 100%;
  background: var(--logos-bg);
}

.logos-cut-panel {
  position: sticky;
  top: 0;
  width: 100%;
  min-height: 100svh;
  background: var(--logos-bg);
}

.logos-cut-panel--cards { z-index: 1; }
.logos-cut-panel--bridge { z-index: 2; box-shadow: 0 -42px 90px rgba(0,0,0,.72); }
.logos-cut-panel--environment { z-index: 3; box-shadow: 0 -42px 90px rgba(0,0,0,.72); }

/* =========================================================
   LOGOS BLUE CARDS PANEL
   ========================================================= */

.logos-cards-panel {
  display: flex;
  align-items: center;
  padding: clamp(32px, 4vw, 64px);
  overflow: hidden;
}

.logos-knowledge__cards {
  width: 100%;
  max-width: var(--logos-container-wide);
  margin: 0 auto;
}

.logos-cards-section {
  position: relative;
  z-index: 2;
  padding: 0;
  background: transparent;
}

.logos-cards-section::before {
  content: "";
  position: absolute;
  inset: -40px -60px -20px;
  pointer-events: none;
  background:
    radial-gradient(circle at 68% 0%, rgba(255, 180, 90, 0.10) 0%, transparent 26%),
    radial-gradient(circle at 58% 8%, rgba(88, 150, 255, 0.10) 0%, transparent 30%),
    radial-gradient(circle at 50% 20%, rgba(40, 100, 220, 0.05) 0%, transparent 42%);
  filter: blur(30px);
  opacity: 0.9;
}

.logos-cards-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-areas:
    "card-1 card-2 card-3"
    "card-4 card-4 card-3";
  gap: 18px;
  align-items: stretch;
  width: 100%;
  margin: 0;
}

.logos-card,
.block {
  position: relative;
  overflow: hidden;
  border-radius: var(--logos-radius-lg);
  background:
    radial-gradient(circle at 18% 12%, rgba(62, 119, 255, 0.10) 0%, transparent 34%),
    radial-gradient(circle at 82% 88%, rgba(255, 176, 74, 0.08) 0%, transparent 36%),
    linear-gradient(180deg, rgba(10, 18, 34, 0.92) 0%, rgba(7, 12, 24, 0.96) 100%);
  border: 1px solid rgba(150, 175, 230, 0.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 12px 28px rgba(0,0,0,0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.logos-card::before,
.block::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0.025) 0%, transparent 30%), radial-gradient(circle at 75% 20%, rgba(255, 196, 120, 0.05) 0%, transparent 24%);
}

.logos-card--1 { grid-area: card-1; min-height: 190px; padding: 26px 28px; }
.logos-card--2 { grid-area: card-2; min-height: 190px; padding: 26px 28px; }
.logos-card--3 {
  grid-area: card-3;
  min-height: 396px;
  padding: 26px 24px;
  background:
    radial-gradient(circle at 22% 14%, rgba(70, 130, 255, 0.13) 0%, transparent 34%),
    radial-gradient(circle at 78% 18%, rgba(255, 186, 92, 0.10) 0%, transparent 28%),
    linear-gradient(180deg, rgba(11, 19, 36, 0.94) 0%, rgba(8, 13, 25, 0.97) 100%);
}
.logos-card--4 { grid-area: card-4; min-height: 146px; padding: 24px 28px; }

.logos-card__inner,
.logos-card__top {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
}

.logos-card__inner::before {
  content: "";
  width: 36px;
  height: 1px;
  margin-bottom: 10px;
  background: linear-gradient(90deg, rgba(255, 183, 82, 0.65), transparent);
}

.logos-card__content { display: flex; flex-direction: column; gap: 10px; }
.logos-card--3 .logos-card__badges { margin-top: auto; padding-top: 20px; }

.logos-card__title,
.block h3,
.bigh,
.impulse-card h3 {
  margin: 0;
  color: rgba(244, 232, 210, 0.96);
  font-family: var(--logos-font-heading);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: 0.16em;
  padding-bottom:20px;
  text-transform: uppercase;
  text-wrap: balance;
}

.smallh { font-size: 10px; font-weight: 700; letter-spacing: .2em; }

.logos-card__text,
.block p,
.block li,
.impulse-card p,
.impulse-card li,
.impulse-card__aside-text {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--logos-blue-text);
  font-family: var(--logos-font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.015em;
  text-align: justify;
}

.logos-card__badges {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.logos-badge {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  flex: 0 0 auto;
}

.logos-badge img,
.logos-badge svg {
  display: block;
  width: 36px;
  height: 36px;
  margin: 2px auto;
  object-fit: contain;
  opacity: .82;
}

.logos-badge--text {
  width: auto;
  min-width: 40px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(232,238,252,.74);
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
}

/* =========================================================
   BRIDGE
   ========================================================= */

.logos-bridge {
  display: flex;
  align-items: center;
  padding: 0 clamp(32px, 5vw, 80px);
  color: var(--logos-text);
  background-color: #000;
  background-image: url("https://con.xl.ru/wP90nA5fuUSai5MoMBtdCA/images/3FYsXY77ZUKISNwYrPI50A.png");
  background-size: min(760px, 82vw) auto;
  background-position: right 8% top 10%;
  background-repeat: no-repeat;
}

.logos-bridge__inner {
  width: 100%;
  max-width: 900px;
  min-height: 58vh;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1px minmax(0, 640px);
  gap: 34px;
  align-items: center;
}

.logos-bridge__line {
  align-self: stretch;
  width: 1px;
  min-height: 360px;
  background: linear-gradient(180deg, transparent 0%, rgba(203,176,138,.42) 16%, rgba(203,176,138,.22) 76%, transparent 100%);
}

.logos-bridge__content { max-width: 640px; }
.logos-bridge__label { margin: 0 0 30px; }

.logos-bridge__title {
  max-width: 640px;
  margin: 0 0 28px;
  color: var(--logos-bronze);
  font-size: clamp(34px, 3vw, 44px);
  line-height: 1.12;
}

.logos-bridge__text {
  max-width: 620px;
  margin: 0;
  color: rgba(234, 223, 206, 0.58);
  font-size: 13px;
  line-height: 1.68;
  letter-spacing: 0.018em;
}

.logos-bridge__text p { margin: 0; }

.logos-bridge__accent {
  max-width: 640px;
  margin: 32px 0 0;
  padding-top:20px;
  color: rgba(234, 223, 206, 0.72);
  font-family: var(--logos-font-heading);
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: 0.01em;
}

.logos-bridge__accent span { color: var(--logos-orange); }

@media (max-width: 767px) {
  .logos-bridge {
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.96) 0%,
        rgba(0, 0, 0, 0.86) 52%,
        rgba(0, 0, 0, 0.94) 100%
      ),
      url("https://con.xl.ru/wP90nA5fuUSai5MoMBtdCA/images/3FYsXY77ZUKISNwYrPI50A.png");
    background-size: 420px auto;
    background-position: right -50px top 30px;
    background-repeat: no-repeat;
  }
}

/* =========================================================
   ENVIRONMENT
   ========================================================= */

.logos-environment {
  display: block;
  overflow: visible;
  background: var(--logos-bg);
  color: var(--logos-text);
}

.logos-environment__inner {
  width: 100%;
  max-width: var(--logos-container);
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(72px, 8vw, 118px) clamp(28px, 4vw, 64px);
  display: grid;
  grid-template-columns: minmax(420px, .95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: clamp(48px, 6vw, 110px);
}

.logos-environment__content { max-width: 680px; }

.logos-environment__title {
  margin: 0 0 clamp(28px, 3vw, 42px);
  color: var(--logos-title-muted);
  font-size: clamp(34px, 3.1vw, 50px);
  line-height: 1.22;
}

.logos-environment__text {
  max-width: 680px;
  color: var(--logos-text-muted);
  font-size: 13px;
  line-height: 1.72;
  letter-spacing: 0.025em;
  text-align: justify;
}

.logos-environment__text p { margin: 0; }
.logos-environment__text p + p { margin-top: 18px; }

.logos-environment__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logos-environment__visual::before {
  content: "";
  position: absolute;
  width: min(560px, 46vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,151,0,.18) 0%, rgba(203,176,138,.08) 36%, transparent 68%);
  filter: blur(24px);
  opacity: .8;
}

.logos-environment__visual img {
  position: relative;
  z-index: 2;
  display: block;
  width: min(620px, 100%);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 28px rgba(255,151,0,.22)) drop-shadow(0 0 44px rgba(203,176,138,.14));
}

.logos-environment__cards {
  width: 100%;
  max-width: var(--logos-container);
  margin: 0 auto;
  padding: 0 clamp(28px, 4vw, 64px) clamp(72px, 8vw, 118px);
}

.impulse-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  width: 100%;
  margin: 0;
  align-items: stretch;
}

.impulse-grid > * { min-width: 0; }

.block {
  min-width: 0;
  padding: 28px;
  border-radius: 22px;
}

.block p + p,
.impulse-card p + p { margin-top: 16px; }
.block-wide { grid-column: 1 / -1; }

.block-accent {
  background:
    radial-gradient(circle at 80% 20%, rgba(255,151,0,.08), transparent 34%),
    linear-gradient(180deg, rgba(20,14,10,.9), rgba(10,12,18,.95));
  border-color: rgba(255,150,70,.18);
}

.block-final {
  background:
    radial-gradient(circle at 18% 12%, rgba(203,176,138,.06), transparent 34%),
    linear-gradient(180deg, rgba(12,16,24,.9), rgba(7,10,16,.96));
  border-color: rgba(255,200,120,.12);
}

.impulse-card,
.impulse-card__inner--rakes,
.impulse-card__col { position: relative; z-index: 2; min-width: 0; }

.impulse-card__inner--rakes {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, .9fr);
  gap: 36px;
  align-items: stretch;
}

.impulse-card__text--main { padding: 30px 0; }
.impulse-card__aside { position: relative; height: 100%; min-height: 100%; }
.impulse-card__aside-text { padding: 30px 0; max-width: 100%; }

.impulse-card__rakes {
  position: absolute;
  right: -10px;
  bottom: -54px;
  width: 310px;
  max-width: none;
  height: auto;
  pointer-events: none;
  user-select: none;
  opacity: .92;
  filter: drop-shadow(0 12px 28px rgba(0,0,0,.32)) drop-shadow(0 0 18px rgba(255,166,82,.08));
}

/* =========================================================
   SCROLL PROGRESS LINE
   ========================================================= */

.logos-scroll-progress {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 3px;
  height: 100svh;
  pointer-events: none;
  background: rgba(234, 223, 206, 0.04);
}

.logos-scroll-progress__bar {
  display: block;
  width: 100%;
  height: 0%;
  background: linear-gradient(180deg, rgba(234, 223, 206, 0.28), rgba(183, 154, 114, 0.9), rgba(255, 151, 0, 0.72));
  border-radius: 999px;
  box-shadow: 0 0 12px rgba(183,154,114,.28);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (min-width: 1920px) {
  .logos-knowledge__top,
  .logos-environment__inner,
  .logos-environment__cards { max-width: 1460px; }
  .logos-knowledge__title,
  .logos-environment__title { font-size: 54px; }
  .logos-knowledge__text { font-size: 18px; }
}

@media (min-width: 1440px) and (max-width: 1919px) {
  .logos-hero__content { width: 650px; max-width: 650px; padding-left: 74px; padding-top: 76px; }
  .logos-hero__title { max-width: 650px; font-size: 38px; line-height: 1.28; }
  .logos-hero__text { max-width: 650px; font-size: 13px; line-height: 1.7; }
  .logos-hero__button { width: 410px; min-height: 72px; margin-top: 48px; }
  .logos-knowledge__top,
  .logos-environment__inner,
  .logos-environment__cards { max-width: 1280px; }
  .logos-environment__title { font-size: 42px; }
  .logos-environment__visual img { width: 580px; }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .logos-hero__content { width: 560px; max-width: 560px; padding-left: 58px; padding-top: 56px; }
  .logos-hero__eyebrow { margin-bottom: 44px; font-size: 10.5px; }
  .logos-hero__title { max-width: 560px; margin-bottom: 30px; font-size: 34px; line-height: 1.26; }
  .logos-hero__text { max-width: 560px; font-size: 13.5px; line-height: 1.58; letter-spacing: .025em; }
  .logos-hero__button { width: 340px; min-height: 58px; margin-top: 34px; font-size: 10px; letter-spacing: .24em; }
  .logos-knowledge { padding: 72px 34px 64px; }
  .logos-knowledge__top { grid-template-columns: minmax(390px, .95fr) minmax(360px, 1.05fr); gap: 56px; }
  .logos-knowledge__title,
  .logos-environment__title { font-size: 36px; }
  .logos-knowledge__text { font-size: 14.5px; line-height: 1.64; }
  .logos-environment__inner { grid-template-columns: minmax(390px, .95fr) minmax(360px, 1.05fr); gap: 56px; padding: 72px 34px; }
  .logos-environment__cards { padding: 0 34px 72px; }
  .logos-environment__visual img { width: 470px; }
}

@media (max-width: 1100px) {
  .logos-cards-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "card-1 card-2"
      "card-4 card-4"
      "card-3 card-3";
  }
  .logos-card--3 { min-height: 240px; }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .logos-hero { padding: 18px; }
  .logos-hero__content { width: min(430px, 56%); padding: 42px 0 38px 42px; }
  .logos-hero__eyebrow { margin-bottom: 30px; font-size: 9.5px; }
  .logos-hero__title { max-width: 430px; margin-bottom: 22px; font-size: clamp(26px, 3.1vw, 32px); line-height: 1.18; }
  .logos-hero__text { max-width: 420px; font-size: 12.5px; line-height: 1.48; }
  .logos-hero__button { width: 300px; min-height: 52px; margin-top: 26px; font-size: 9.5px; letter-spacing: .2em; }
  .logos-hero__visual { width: 230px; right: 34px; top: 52%; }

  .logos-knowledge { padding: 58px 24px 56px; }
  .logos-knowledge__top { grid-template-columns: 1fr; gap: 36px; }
  .logos-knowledge__visual { justify-content: flex-start; min-height: auto; }
  .logos-knowledge__visual img { width: min(420px, 72vw); }

  .logos-bridge__inner { max-width: 720px; grid-template-columns: 1px minmax(0, 1fr); gap: 26px; }
  .logos-bridge__line { min-height: 320px; }
  .logos-bridge__title { font-size: clamp(30px, 4vw, 36px); }
  .logos-bridge__text { font-size: 12.5px; line-height: 1.62; }
  .logos-bridge__accent { font-size: 17px; }

  .logos-environment__inner { min-height: auto; grid-template-columns: 1fr; gap: 34px; padding: 56px 24px 44px; }
  .logos-environment__content,
  .logos-environment__text { max-width: none; }
  .logos-environment__cards { padding: 0 24px 64px; }
  .impulse-grid { grid-template-columns: 1fr; gap: 18px; }
  .block-wide { grid-column: auto; }
  .impulse-card__inner--rakes { grid-template-columns: 1fr; gap: 24px; }
  .impulse-card__rakes { position: relative; right: auto; bottom: auto; width: min(220px, 70vw); margin: 20px auto 0; display: block; }
}

@media (max-width: 767px) {
  .logos-main { width: 100%; margin-left: 0; overflow-x: clip; overflow-y: visible; }

  .logos-hero { height: auto; min-height: auto; padding: 12px; overflow: visible; margin-top: 60px; padding-top: 30px;}
  .logos-hero__card { min-height: auto; border-radius: 16px; background-position: 62% bottom; }
  .logos-hero__content { width: 100%; max-width: none; padding: 34px 20px 300px; }
  .logos-hero__eyebrow { margin-bottom: 30px; font-size: 9.5px; }
  .logos-hero__title { margin-bottom: 24px; font-size: clamp(27px, 8vw, 34px); line-height: 1.18; }
  .logos-hero__text { max-width: 100%; font-size: 13px; line-height: 1.58; letter-spacing: .02em; text-align: left; }
  .logos-hero__button { width: 100%; min-height: 56px; margin-top: 28px; padding: 15px 18px; font-size: 9.5px; letter-spacing: .18em; }
  .logos-hero__visual { right: 50%; bottom: 34px; top: auto; width: min(280px, 78vw); transform: translateX(50%); }

  .logos-knowledge { padding: 48px 16px; }
  .logos-knowledge__top { grid-template-columns: 1fr; gap: 30px; }
  .logos-knowledge__title { font-size: clamp(27px, 8vw, 34px); line-height: 1.18; }
  .logos-knowledge__text { font-size: 13px; line-height: 1.6; letter-spacing: .018em; max-width:94%;}
  .logos-knowledge__visual { min-height: auto; }
  .logos-knowledge__visual img { width: min(340px, 88vw); }

  .logos-cut-stack { position: relative; display: block; height: auto; min-height: 0; overflow: visible; isolation: isolate; }
  .logos-cut-panel--cards { position: relative; top: auto; z-index: 1; height: auto; min-height: auto; overflow: visible; box-shadow: none; }
  .logos-cards-panel { display: block; padding: 44px 14px 52px; height: auto; min-height: auto; overflow: visible; }
  .logos-cards-grid { grid-template-columns: 1fr; grid-template-areas: "card-1" "card-2" "card-4" "card-3"; gap: 14px; }
  .logos-card { border-radius: 20px; }
  .logos-card--1,
  .logos-card--2,
  .logos-card--3,
  .logos-card--4 { min-height: auto; padding: 22px 20px; }
  .logos-card__title { max-width: 100%; font-size: 18px; line-height: 1.22; }
  .logos-card__text { font-size: 12px; line-height: 1.7; text-align: justify; }
  .logos-badge { width: 38px; height: 38px; }
  .logos-badge img,
  .logos-badge svg { width: 17px; height: 17px; margin: 10px auto; }
  .logos-badge--text { font-size: 14px; }

  .logos-cut-panel--bridge { position: sticky; top: 0; z-index: 2; height: 100svh; min-height: 100svh; overflow: hidden; box-shadow: none; }
  .logos-bridge { display: flex; align-items: center; padding: 0 18px; }
  .logos-bridge__inner { min-height: 72vh; grid-template-columns: 1px minmax(0, 1fr); gap: 20px; }
  .logos-bridge__line { min-height: 360px; }
  .logos-bridge__label { margin-bottom: 22px; font-size: 9px; letter-spacing: .16em; }
  .logos-bridge__title { margin-bottom: 22px; font-size: clamp(27px, 7.8vw, 34px); line-height: 1.14; }
  .logos-bridge__text { font-size: 12.5px; line-height: 1.58; letter-spacing: .012em; }
  .logos-bridge__accent { margin-top: 26px; font-size: clamp(16px, 4.9vw, 20px); line-height: 1.38; }

  .logos-cut-panel--environment { position: relative; z-index: 3; min-height: 100svh; box-shadow: 0 -42px 90px rgba(0,0,0,.78); }
  .logos-environment__inner { padding: 48px 16px 38px; }
  .logos-environment__title { font-size: clamp(27px, 8vw, 34px); line-height: 1.18; }
  .logos-environment__text { font-size: 13px; line-height: 1.6; letter-spacing: .018em; text-align: justify; max-width:94%; }
  .logos-environment__cards { padding: 0 14px 56px; }
  .impulse-grid { grid-template-columns: 1fr; gap: 14px; }
  .block { padding: 22px 20px; border-radius: 20px; }
  .block h3,
  .bigh,
  .impulse-card h3 { font-size: 18px; line-height: 1.22; letter-spacing: .14em; }
  .block p,
  .block li,
  .impulse-card p,
  .impulse-card li,
  .impulse-card__aside-text { font-size: 12px; line-height: 1.7; text-align: justify; }
  .impulse-card__text--main { padding: 20px 0; font-size: 12px; line-height: 1.7; text-align: justify; }
  .impulse-card__aside { min-height: 150px; }
  .impulse-card__rakes { position: relative; right: auto; bottom: auto; width: min(180px, 62vw); margin: 18px auto 0; display: block; }
}

@media (max-width: 374px) {
  .logos-hero__content { padding: 30px 18px 260px; }
  .logos-card,
  .block { padding: 20px 18px; }
}

/* =========================
MOBILE FIX: wide rakes block
"Что произошло?" на мобильнике в одну колонку
========================= */

@media (max-width: 767px) {

  .logos-environment__cards .block-wide {
    grid-column: auto !important;
    padding: 22px 20px !important;
  }

  .logos-environment__cards .impulse-card__inner--rakes {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    align-items: start !important;
  }

  .logos-environment__cards .impulse-card__col,
  .logos-environment__cards .impulse-card__aside,
  .logos-environment__cards .impulse-card__aside-text {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    position: static !important;
  }

  .logos-environment__cards .impulse-card__aside {
    min-height: auto !important;
  }

  .logos-environment__cards .impulse-card__rakes {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    width: min(180px, 62vw) !important;
    margin: 14px auto 0 !important;
    display: block !important;
  }

  .logos-environment__cards .block-wide h3,
  .logos-environment__cards .block-wide .bigh {
    margin-bottom: 16px !important;
  }

  .logos-environment__cards .block-wide p,
  .logos-environment__cards .block-wide li {
    text-align: justify !important;
    font-size: 12px !important;
    line-height: 1.7 !important;
  }
}

/* =========================
MOBILE FIX: environment content width
========================= */

@media (max-width: 767px) {
  .logos-environment__inner {
    width: 94% !important;
    max-width: 94% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;

    display: block !important;
    grid-template-columns: none !important;
  }

  .logos-environment__content {
    width: 94% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: auto !important;
    padding: 0 !important;
  }

  .logos-environment__title,
  .logos-environment__text {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .logos-environment__text {
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }

  .logos-environment__visual {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-top: 28px !important;
  }

  .logos-environment__visual img {
    width: min(100%, 320px) !important;
    max-width: 100% !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

#clock-img {
  display: block;
  width: 420px; /* подгони под себя */
  max-width: 100%;
  height: auto;
  transform-origin: 50% 50%;
  will-change: transform;
  pointer-events: none;
}
.clock-scene {
  position: relative;
  width: fit-content;
}

#clock-img {
  display: block;
  width: 420px;
  max-width: 100%;
  height: auto;
  transform-origin: 50% 50%;
  will-change: transform;
  pointer-events: none;
}

.clock-stop-btn {
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  visibility: hidden;

  padding: 12px 18px;
  border: 1px solid rgba(255, 186, 98, 0.22);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(24, 30, 46, 0.92), rgba(14, 18, 30, 0.96));
  color: rgba(236, 217, 180, 0.92);
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255,255,255,0.04);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    visibility 0.35s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.clock-stop-btn:hover {
  border-color: rgba(255, 186, 98, 0.34);
  background:
    linear-gradient(180deg, rgba(28, 34, 52, 0.95), rgba(16, 20, 34, 0.98));
}

.clock-stop-btn.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* modal */
.clock-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.clock-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.clock-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 5, 9, 0.68);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.clock-modal__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(560px, calc(100% - 32px));
  transform: translate(-50%, -50%) translateY(14px);
  padding: 28px 28px 24px;
  border-radius: 26px;
  border: 1px solid rgba(167, 186, 232, 0.14);
  background:
    radial-gradient(circle at 18% 12%, rgba(62, 119, 255, 0.08) 0%, transparent 34%),
    radial-gradient(circle at 82% 88%, rgba(255, 176, 74, 0.06) 0%, transparent 38%),
    linear-gradient(180deg, rgba(10, 18, 34, 0.96) 0%, rgba(7, 12, 24, 0.98) 100%);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255,255,255,0.03);
  transition: transform 0.35s ease;
}

.clock-modal.is-open .clock-modal__dialog {
  transform: translate(-50%, -50%) translateY(0);
}

.clock-modal__line {
  width: 38px;
  height: 1px;
  margin-bottom: 16px;
  background: linear-gradient(90deg, rgba(255, 187, 96, 0.72), transparent);
}

.clock-modal__title {
  margin: 0;
  max-width: 92%;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: rgba(244, 232, 210, 0.96);
}

.clock-modal__close {
  margin-top: 22px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 186, 98, 0.18);
  border-radius: 12px;
  background: rgba(255,255,255,0.03);
  color: rgba(204, 214, 234, 0.84);
  font-size: 14px;
  cursor: pointer;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.clock-modal__close:hover {
  border-color: rgba(255, 186, 98, 0.28);
  background: rgba(255,255,255,0.05);
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 700px) {
  #clock-img {
    width: 300px;
  }

  .clock-stop-btn {
    font-size: 14px;
    padding: 11px 16px;
  }

  .clock-modal__dialog {
    padding: 22px 20px 20px;
    border-radius: 22px;
  }

  .clock-modal__title {
    font-size: 20px;
    line-height: 1.3;
    max-width: 100%;
  }
}

/* =========================================================
   LOGOS DIMENSION — BRIDGE STYLE
   блок в стиле моста: линия + спокойная типографика
   ========================================================= */

.logos-dimension,
.logos-dimension * {
  box-sizing: border-box;
}

.logos-dimension {
  width: 100%;
  min-height: 100svh;
  background: #000;
  color: var(--logos-text, #eadfce);
  display: flex;
  align-items: center;
  padding: 0 clamp(32px, 5vw, 80px);
  font-family: 'Montserrat', Arial, sans-serif;
}

.logos-dimension__inner {
  width: 100%;
  max-width: 900px;
  min-height: 58vh;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1px minmax(0, 680px);
  gap: 34px;
  align-items: center;
}

.logos-dimension__line {
  align-self: stretch;
  width: 1px;
  min-height: 420px;

  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(203, 176, 138, 0.42) 16%,
    rgba(203, 176, 138, 0.22) 76%,
    transparent 100%
  );
}

.logos-dimension__content {
  max-width: 680px;
}

.logos-dimension__label {
  margin: 0 0 30px;

  color: rgba(234, 223, 206, 0.46);
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.logos-dimension__title {
  max-width: 680px;
  margin: 0 0 28px;

  color: #cbb08a;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: clamp(32px, 2.8vw, 44px);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: 0.008em;
}

.logos-dimension__lead {
  max-width: 640px;
  margin: 0 0 30px;

  color: rgba(234, 223, 206, 0.70);
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: clamp(17px, 1.25vw, 20px);
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0.01em;
}

.logos-dimension__text {
  max-width: 660px;

  color: rgba(234, 223, 206, 0.56);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: 0.022em;
  text-align: justify;
}

.logos-dimension__text p {
  margin: 0;
}

.logos-dimension__text p + p {
  margin-top: 18px;
}

.logos-dimension__accent {
  max-width: 660px;
  margin: 32px 0 0;
padding-top: 20px;
  color: rgba(255, 151, 0, 0.96);
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: clamp(17px, 1.25vw, 21px);
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: 0.01em;
}


/* =========================
   TABLET
   ========================= */

@media (max-width: 1199px) {
  .logos-dimension__inner {
    max-width: 760px;
    grid-template-columns: 1px minmax(0, 1fr);
    gap: 26px;
  }

  .logos-dimension__line {
    min-height: 420px;
  }

  .logos-dimension__title {
    font-size: clamp(30px, 4vw, 38px);
  }

  .logos-dimension__text {
    font-size: 12.5px;
    line-height: 1.62;
  }

  .logos-dimension__accent {
    font-size: 17px;
  }
}


/* =========================
   MOBILE
   ========================= */

@media (max-width: 767px) {
  .logos-dimension {
    min-height: auto;
    padding: 64px 18px;
  }

  .logos-dimension__inner {
    width: 94%;
    min-height: auto;
    grid-template-columns: 1px minmax(0, 1fr);
    gap: 20px;
  }

  .logos-dimension__line {
    min-height: 520px;
  }

  .logos-dimension__label {
    margin-bottom: 22px;
    font-size: 9px;
    letter-spacing: 0.16em;
  }

  .logos-dimension__title {
    margin-bottom: 22px;
    font-size: clamp(26px, 7.4vw, 33px);
    line-height: 1.15;
  }

  .logos-dimension__lead {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.38;
  }

  .logos-dimension__text {
    font-size: 12.5px;
    line-height: 1.58;
    letter-spacing: 0.012em;
    text-align: left;
  }

  .logos-dimension__text p + p {
    margin-top: 16px;
  }

  .logos-dimension__accent {
    margin-top: 26px;
    font-size: clamp(16px, 4.8vw, 20px);
    line-height: 1.6;
  padding-top: 20px;
  }
}

/* =========================================================
   LOGOS CONSTRUCT
   блок в общей ширине страницы, без растягивания на весь экран
   ========================================================= */

.logos-construct,
.logos-construct * {
  box-sizing: border-box;
}

.logos-construct {
  width: 100%;
  background: #000;
  color: var(--logos-text, #eadfce);
  font-family: 'Montserrat', Arial, sans-serif;
  padding: clamp(72px, 8vw, 112px) clamp(28px, 4vw, 64px);
}

.logos-construct__shell {
  position: relative;
  overflow: hidden;

  width: 100%;
  max-width: 1320px;
  margin: 0 auto;

  border-radius: 22px;
  border: 1px solid rgba(150, 175, 230, 0.14);

  background:
    radial-gradient(circle at 18% 88%, rgba(62, 119, 255, 0.10) 0%, transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(255, 176, 74, 0.04) 0%, transparent 34%),
    linear-gradient(180deg, rgba(7, 12, 24, 0.78) 0%, rgba(3, 5, 8, 0.94) 100%);

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.035),
    inset 0 0 40px rgba(58, 112, 255, 0.04),
    0 12px 34px rgba(0,0,0,0.22);
}

.logos-construct__shell::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;

  background:
    radial-gradient(
      520px 280px at 18% 88%,
      rgba(70, 120, 255, 0.16),
      rgba(40, 80, 180, 0.10),
      rgba(10, 20, 60, 0.06),
      transparent 68%
    );

  opacity: 0.9;
}

.logos-construct__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
 background:
    radial-gradient(
      circle at 18% 88%,
      rgba(42, 86, 190, 0.30) 0%,
      rgba(24, 58, 138, 0.20) 18%,
      rgba(10, 24, 62, 0.10) 34%,
      rgba(4, 6, 8, 0) 52%
    );
}

.logos-construct__container {
  position: relative;
  z-index: 1;

  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(56px, 6vw, 86px) clamp(34px, 5vw, 72px);

  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(44px, 5vw, 72px);
  align-items: center;
}

.logos-construct__eyebrow {
  margin: 0 0 18px;

  color: rgba(234, 223, 206, 0.46);
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.logos-construct__title {
  max-width: 620px;
  margin: 0 0 28px;

  color: #cbb08a;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: clamp(32px, 2.8vw, 44px);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: 0.008em;
}

.logos-construct__text {
  max-width: 640px;
}

.logos-construct__text p {
  margin: 0 0 18px;

  color: rgba(234, 223, 206, 0.56);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: 0.022em;
  text-align: justify;
}

.logos-construct__text p:last-child {
  margin-bottom: 0;
}

.logos-construct__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.logos-construct__visual img,
.logos-construct__gif {
  display: block;
  width: min(420px, 100%);
  max-width: 100%;
  height: auto;

  mix-blend-mode: screen;
  opacity: 0.9;
  image-rendering: auto;
}


/* =========================
   LARGE DESKTOP
   ========================= */

@media (min-width: 1920px) {
  .logos-construct__shell {
    max-width: 1460px;
  }

  .logos-construct__container {
    max-width: 1300px;
  }

  .logos-construct__title {
    font-size: 48px;
  }

  .logos-construct__text p {
    font-size: 14px;
  }

  .logos-construct__gif {
    width: 460px;
  }
}


/* =========================
   LAPTOP 1200–1439
   ========================= */

@media (min-width: 1200px) and (max-width: 1439px) {
  .logos-construct {
    padding: 72px 34px;
  }

  .logos-construct__shell {
    max-width: 1180px;
  }

  .logos-construct__container {
    padding: 56px 44px;
    gap: 52px;
  }

  .logos-construct__title {
    font-size: 36px;
  }

  .logos-construct__gif {
    width: 380px;
  }
}


/* =========================
   TABLET
   ========================= */

@media (max-width: 1024px) {
  .logos-construct {
    padding: 64px 24px;
  }

  .logos-construct__shell {
    border-radius: 20px;
  }

  .logos-construct__container {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 48px 32px;
  }

  .logos-construct__visual {
    order: -1;
    min-height: 220px;
  }

  .logos-construct__gif {
    width: 280px;
    margin: 0 auto;
  }

  .logos-construct__text,
  .logos-construct__title {
    max-width: none;
  }

  .logos-construct__title {
    font-size: 32px;
    line-height: 1.15;
  }

  .logos-construct__text p {
    font-size: 13px;
    line-height: 1.64;
    text-align: left;
  }
}


/* =========================
   MOBILE
   ========================= */

@media (max-width: 700px) {
  .logos-construct {
    padding: 54px 14px;
  }

  .logos-construct__shell {
    width: 94%;
    margin: 0 auto;
    border-radius: 18px;
  }

  .logos-construct__container {
    padding: 38px 20px;
    gap: 28px;
  }

  .logos-construct__eyebrow {
    margin-bottom: 14px;
    font-size: 9px;
    letter-spacing: 0.16em;
  }

  .logos-construct__title {
    font-size: clamp(26px, 7.4vw, 33px);
    line-height: 1.16;
    margin-bottom: 22px;
  }

  .logos-construct__text p {
    font-size: 12.5px;
    line-height: 1.58;
    letter-spacing: 0.012em;
  }

  .logos-construct__visual {
    min-height: 180px;
  }

  .logos-construct__gif {
    width: min(280px, 86vw);
  }
}

/* =========================
CONSTRUCT GIF RESTORE
не ломаем фон гифки
========================= */

.logos-construct__visual img,
.logos-construct__gif {
  mix-blend-mode: normal !important;
  opacity: 1 !important;
  filter: none !important;
  background: transparent !important;
}

.logos-construct__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  z-index: 1;
}

.logos-construct__visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;

  width: min(560px, 130%);
  height: min(560px, 130%);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  background:
    radial-gradient(
      circle at center,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 55%,
      rgba(0, 0, 0, 0.94) 70%,
      rgba(0, 0, 0, 0.55) 86%,
      rgba(0, 0, 0, 0) 100%
    );
}

.logos-construct__visual img,
.logos-construct__gif {
  position: relative;
  z-index: 1;
  mix-blend-mode: normal;
  opacity: 1;
  filter: none;
}

.logos-construct__shell {
  background:
    radial-gradient(
      620px 360px at 12% 92%,
      rgba(58, 112, 255, 0.20) 0%,
      rgba(35, 70, 165, 0.14) 22%,
      rgba(14, 28, 78, 0.08) 42%,
      rgba(0, 0, 0, 0) 68%
    ),
    linear-gradient(
      180deg,
      #000 0%,
      #000 100%
    ) !important;

  border-color: rgba(120, 170, 255, 0.14) !important;

  box-shadow:
    inset 0 0 42px rgba(58, 112, 255, 0.035),
    0 0 30px rgba(58, 112, 255, 0.045) !important;
}

.logos-construct__bg {
  background:
    radial-gradient(
      560px 320px at 10% 94%,
      rgba(70, 120, 255, 0.18) 0%,
      rgba(40, 80, 180, 0.12) 24%,
      rgba(10, 20, 60, 0.07) 44%,
      rgba(0, 0, 0, 0) 70%
    ) !important;
}

.logos-construct__shell::after {
  background:
    radial-gradient(
      460px 260px at 14% 90%,
      rgba(120, 170, 255, 0.10),
      rgba(42, 86, 190, 0.07) 34%,
      rgba(0, 0, 0, 0) 70%
    ) !important;

  opacity: 1 !important;
}

/* =========================================================
   LOGOS DEPTH / LEVELS
   верх: текст + изображение
   низ: блоки наезжают на изображение через отрицательный margin
   ========================================================= */

.logos-depth,
.logos-depth * {
  box-sizing: border-box;
}

.logos-depth {
  width: 100%;
  background: #000;
  color: var(--logos-text, #eadfce);
  font-family: 'Montserrat', Arial, sans-serif;
  padding: clamp(82px, 8vw, 124px) clamp(28px, 4vw, 64px)
           clamp(72px, 7vw, 110px);
  overflow: hidden;
}

.logos-depth__top {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(48px, 6vw, 96px);
  align-items: center;
}

.logos-depth__content {
  max-width: 620px;
  position: relative;
  z-index: 2;
}

.logos-depth__label {
  margin: 0 0 22px;
  color: rgba(234, 223, 206, 0.42);
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.logos-depth__title {
  margin: 0 0 28px;
  color: #cbb08a;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: clamp(34px, 3vw, 46px);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0.008em;
}

.logos-depth__text {
  color: rgba(234, 223, 206, 0.56);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: 0.022em;
  text-align: justify;
}

.logos-depth__text p {
  margin: 0;
}

.logos-depth__text p + p {
  margin-top: 18px;
}

.logos-depth__visual {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;


  min-height: clamp(420px, 48vw, 620px);
  pointer-events: none;
}

.logos-depth__visual img {
  display: block;
  width: min(680px, 100%);
  max-width: none;
  height: auto;
  object-fit: contain;

}



/* =========================================
   LEVELS BOOK
   ========================================= */



.levels-book {
  position: relative;
  /*margin-top: -336px !important;*/
}

.levels-book__head {
  margin-bottom: 26px;
}

.levels-book__eyebrow {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(210, 214, 226, 0.54);
}

.levels-book__title {
  margin: 0;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: #f3f6ff;
}

/* =========================================
   DESKTOP LAYOUT
   ========================================= */

.levels-book__panels {
  display: flex;
  gap: 16px;
  min-height: 520px;
  align-items: stretch;
}

.book-panel {
  position: relative;
  min-width: 0;
  flex: 0 0 112px;
  min-height: 520px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(128, 142, 172, 0.10);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.01),
    0 10px 28px rgba(0,0,0,0.14);
  transition:
    flex 0.42s ease,
    border-color 0.32s ease,
    box-shadow 0.32s ease,
    transform 0.32s ease,
    background 0.32s ease;
}

/* разные оттенки панелей */
.book-panel--deep {
  background:
    linear-gradient(180deg, rgba(5, 7, 11, 0.98), rgba(3, 5, 9, 1));
}

.book-panel--vadega {
  background:
    linear-gradient(180deg, rgba(8, 10, 16, 0.98), rgba(5, 7, 12, 1));
}

.book-panel--omut {
  background:
    linear-gradient(180deg, rgba(10, 13, 21, 0.98), rgba(7, 10, 16, 1));
}

.book-panel--brod {
  background:
    linear-gradient(180deg, rgba(13, 17, 28, 0.98), rgba(9, 13, 21, 1));
}

.book-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.32s ease;
  background:
    radial-gradient(
      420px 200px at 100% 100%,
      rgba(48, 72, 120, 0.08),
      transparent 70%
    );
}

.book-panel:hover {
  border-color: rgba(150, 166, 198, 0.18);
}

.book-panel.is-active {
  flex: 1 1 auto;
  border-color: rgba(150, 166, 198, 0.18);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.015),
    0 14px 34px rgba(0,0,0,0.20);
}

.book-panel.is-active::before {
  opacity: 1;
}

.book-panel__toggle {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.book-panel__plus {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  z-index: 6;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(182, 194, 220, 0.16);
  background: rgba(255,255,255,0.03);
  color: rgba(240, 242, 246, 0.92);
  display: grid;
  place-items: center;
  font-size: 28px;
  line-height: 1;
  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    opacity 0.25s ease;
}

.book-panel:hover .book-panel__plus {
  border-color: rgba(200, 210, 232, 0.24);
  background: rgba(255,255,255,0.05);
}

.book-panel.is-active .book-panel__plus {
  opacity: 0;
  pointer-events: none;
}

/* =========================================
   COLLAPSED
   ========================================= */

.book-panel__collapsed {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.book-panel__spine {
  position: relative;
  width: 100%;
  height: 100%;
}

.book-panel__spine-title,
.book-panel__spine-subtitle {
  position: absolute;
  left: 50%;
  writing-mode: vertical-rl;
  transform: translateX(-50%) rotate(180deg);
  transform-origin: center;
  white-space: nowrap;
}

.book-panel__spine-title {
  bottom: 400px;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: rgba(242, 245, 251, 0.92);
}

.book-panel__spine-subtitle {
  bottom: 86px;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(184, 194, 216, 0.58);
  max-height: 250px;
  overflow: hidden;
}

.book-panel.is-active .book-panel__collapsed {
  opacity: 0;
  pointer-events: none;
}

/* =========================================
   EXPANDED
   ========================================= */

.book-panel__expanded {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.book-panel.is-active .book-panel__expanded {
  opacity: 1;
  pointer-events: auto;
}

.book-panel__axis {
  position: relative;
  overflow: hidden;
  border-right: 1px solid rgba(128, 142, 172, 0.10);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0));
}

.book-panel__axis-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.book-panel__axis-title,
.book-panel__axis-subtitle {
  position: absolute;
  left: 50%;
  writing-mode: vertical-rl;
  transform: translateX(-50%) rotate(180deg);
  transform-origin: center;
  white-space: nowrap;
}

.book-panel__axis-title {
  bottom: 400px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: rgba(242, 245, 251, 0.94);
}

.book-panel__axis-subtitle {
  bottom: 86px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(190, 198, 214, 0.64);
  max-height: 250px;
  overflow: hidden;
}

/* минус убираем полностью */
.book-panel__minus {
  display: none !important;
}

/* =========================================
   BODY
   ========================================= */

.book-panel__body {
  position: relative;
  padding: 22px 26px 24px;
}

.book-panel__status {
    position: absolute;
    top: 28px;
    right: 28px;
    padding: 9px 13px;
    border-radius: 14px;
    border: 1px solid rgba(160, 172, 200, 0.10);
    background: #ff9900;
    color: black;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.20em;
    text-transform: uppercase;
    white-space: nowrap;
}

.book-panel__title {
  margin: 0 0 6px;
  font-size: 34px;
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #f3f6ff;
}

.book-panel__subtitle {
  margin-bottom: 18px;
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(184, 194, 216, 0.64);
}

.book-panel__text {
  max-width: 720px;
  padding-top: 42px;
}

.book-panel__text p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.5;
  text-align:justify;
  color: rgba(218, 224, 234, 0.74);
}

.book-panel__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  margin-top: 12px;
  border-radius: 14px;
  border: 1px solid rgba(176, 188, 212, 0.12);
  background: rgba(255,255,255,0.025);
  color: rgba(242, 245, 251, 0.90);
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.2em;
  text-transform:uppercase;
  font-weight: bold;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.book-panel__action:hover {
  background: rgba(255,255,255,0.05);
  border-color: rgba(190, 204, 232, 0.22);
}

/* =========================================
   TABLET + MOBILE
   ========================================= */

@media (max-width: 1199px) {
    .book-panel__text {
  max-width: 720px;
  padding-top: 12px;
}
.levels-book__panels {
    display: flex;
    gap: 16px;
    min-height: 570px;
    align-items: stretch;
}
.book-panel__text p {
  margin: 0 0 16px;
  font-size: 12px;
  line-height: 1.5;
  text-align:justify;
  color: rgba(218, 224, 234, 0.74);
}
}


@media (max-width: 980px) {
 

  .levels-book__panels {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: auto;
  }

  .book-panel--brod { order: 1; }
  .book-panel--omut { order: 2; }
  .book-panel--vadega { order: 3; }
  .book-panel--deep { order: 4; }

  .book-panel {
    flex: none !important;
    border-radius: 18px;
    min-height: auto;
  }

  .book-panel__toggle {
    min-height: auto;
    padding: 18px 18px 16px;
  }

  .book-panel__plus {
    left: auto;
    right: 14px;
    bottom: 14px;
    transform: none;
    width: 40px;
    height: 40px;
    font-size: 26px;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .book-panel__collapsed {
    opacity: 1 !important;
    pointer-events: auto !important;
    overflow: visible;
    height: auto;
  }

  .book-panel__spine {
    height: auto;
    display: block;
    padding: 40px 56px 0 0;
  }

  .book-panel__spine-title,
  .book-panel__spine-subtitle {
    writing-mode: horizontal-tb;
    position: static;
    transform: none;
    display: block;
    white-space: normal;
    max-height: none;
    overflow: visible;
  }

  .book-panel__spine-title {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 1.06;
  }

  .book-panel__spine-subtitle {
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.14em;
  }

  .book-panel__expanded {
    position: static;
    display: block;
    opacity: 1;
    pointer-events: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.42s ease;
  }

  .book-panel.is-active .book-panel__expanded {
    max-height: 1000px;
  }

  .book-panel__axis {
    display: none;
  }

  .book-panel__body {
    padding: 12px 18px 18px;
  }

  .book-panel__status {
    position: static;
    display: inline-flex;
    margin-bottom: 14px;
  }

  .book-panel__title,
  .book-panel__subtitle {
    display: none;
  }

  .book-panel__text {
    max-width: 100%;
    padding-top: 0;
  }

  .book-panel__text p {
    font-size: 12px;
    line-height: 1.5;
    text-align:justify;
    margin-bottom: 14px;
  }

  .book-panel__action {
    min-height: 42px;
    padding: 0 16px;
    font-size: 14px;
    margin-bottom:20px;
  }
}

@media (max-width: 700px) {
  .levels-book__title {
    font-size: 28px;
    line-height: 1.08;
  }

  .book-panel__spine-title {
    font-size: 22px;
  }
   .book-panel__action {
    min-height: 42px;
    padding: 0 16px;
    font-size: 14px;
    margin-bottom:20px;
  }
}
.mini {
    font-size: 12px;
    color: grey !important;
    text-align: justify;
    
}

#mini {
  position: relative;
  overflow: hidden;

  background:
    radial-gradient(
      ellipse at 75% 50%,
      rgba(255, 140, 60, 0.18),
      rgba(255, 140, 60, 0.08) 30%,
      rgba(0,0,0,0.6) 60%,
      #05070b 100%
    ),
    linear-gradient(
      180deg,
      #05070b 0%,
      #070a10 50%,
      #05070b 100%
    );
}

#mini::after {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.9) 0%,
    rgba(0,0,0,0.7) 30%,
    rgba(0,0,0,0.2) 60%,
    transparent 100%
  );

  pointer-events: none;
}

#mini::before {
  content: "";
  position: absolute;
  inset: 0;

  background: radial-gradient(
    circle at 70% 50%,
    rgba(255, 120, 40, 0.06),
    transparent 60%
  );

  mix-blend-mode: screen;
  pointer-events: none;
}

@media (min-width:980px) and (max-width:1359px) {
    #forpl {
        margin-top:20px !important;
    }
    .levels-book {
  position: relative;
  margin-top: -196px !important;
}
}

@media (min-width:759px) and (max-width:979px) {
    #forpl {
        margin-top:20px !important;
    }
    .levels-book {
  position: relative;
  margin-top: -56px !important;
}
}
@media (max-width:758px) {
    #forpl {
        margin-top:20px !important;
    }
    .levels-book {
  position: relative;
  margin-top: -356px !important;
}
}

