/* Главная VOE по макетам Figma. Стили изолированы от внутренних экранов. */
.voe-landing {
  --landing-orange: #F2542D;
  --landing-navy: #15172E;
  --landing-ink: #02102A;
  --landing-warm: #FBF7F1;
  --landing-sand: #F1ECE3;
  margin: 0;
  display: block;
  background: var(--landing-warm);
  color: var(--landing-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.voe-landing main { display: block; }
.voe-landing a { color: inherit; }
.voe-landing a:hover { text-decoration: none; }
.voe-landing h1, .voe-landing h2, .voe-landing h3 { font-family: inherit; font-weight: 700; letter-spacing: -.02em; }
.voe-landing h2 { font-size: 32px; line-height: 1.25; }
.voe-landing h3 { font-size: 16px; }
.landing-container { width: min(78.125vw, 1500px); margin-inline: auto; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

/* Шапка */
.landing-header { height: 77px; background: rgba(251,247,241,.92); position: absolute; inset: 0 0 auto; z-index: 80; backdrop-filter: blur(12px); }
.landing-header__inner { height: 100%; display: flex; align-items: center; gap: 48px; position: relative; }
.landing-logo { display: flex; align-items: center; gap: 9px; flex: none; }
.landing-logo img { display: block; width: 84px; height: 34px; }
.landing-nav { position: absolute; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 35px; }
.landing-nav a { font-size: 13px; font-weight: 500; white-space: nowrap; color: var(--landing-ink); }
.landing-nav a:hover { color: var(--landing-orange); }
.landing-header__actions { display: flex; align-items: center; gap: 14px; margin-left: auto; }
.landing-account { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; color: #fff !important; background: var(--landing-ink); font-size: 12px; font-weight: 700; cursor: default; user-select: none; }
.landing-burger { display: none; width: 36px; height: 36px; padding: 7px; border: 0; background: transparent; cursor: pointer; }
.landing-burger span { width: 22px; height: 2px; display: block; margin: 4px 0; background: var(--landing-ink); border-radius: 2px; }

/* Общие элементы */
.landing-button { min-height: 50px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; background: var(--landing-orange); color: #fff !important; font: 700 14px/1 Inter, sans-serif; white-space: nowrap; cursor: pointer; transition: transform .15s, filter .15s; }
.landing-button:hover { filter: brightness(1.08); transform: translateY(-1px); }
.landing-button--small { min-height: 42px; padding-inline: 21px; font-size: 12px; }
.landing-button--outline-light { color: #fff !important; background: transparent; border: 1px solid rgba(255,255,255,.34); }
.landing-button--outline-light:hover { background: rgba(255,255,255,.07); }
.landing-actions { display: flex; align-items: center; gap: 22px; }
.landing-text-link { font-size: 14px; font-weight: 700; white-space: nowrap; }
.landing-text-link span { margin-left: 7px; }
.landing-text-link--light { color: #fff !important; }
.landing-kicker { color: var(--landing-orange); font-size: 12px; line-height: 1; text-transform: uppercase; font-weight: 700; margin-bottom: 19px; }
.landing-section { scroll-margin-top: 74px; }
.landing-section--warm { background: var(--landing-warm); }
.landing-section--sand { background: var(--landing-sand); }
.landing-section--white { background: #fff; }
.landing-section--dark { background: var(--landing-navy); color: #fff; }
.landing-section__lead { margin-top: 18px; color: rgba(2,16,42,.58); max-width: 1040px; }
.landing-section--dark .landing-section__lead { color: rgba(255,255,255,.55); }
.landing-card { background: #fff; border: 1px solid rgba(2,16,42,.07); border-radius: 20px; box-shadow: none; }

/* Hero */
.landing-hero { height: 701px; padding-top: 77px; color: #fff; background-color: #000611; background-image: linear-gradient(90deg, rgba(0,0,0,.22), rgba(1,24,43,.06)), url('/images/voe-hero-bg.jpg'); background-size: cover; background-position: center 49%; }
.landing-hero__content { height: 624px; padding-top: 71px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.landing-hero h1 { max-width: 950px; font-size: 45px; line-height: 1.32; }
.landing-hero h1 span { color: var(--landing-orange); }
.landing-hero__copy { max-width: 760px; margin-top: 48px; display: grid; gap: 21px; color: rgba(255,255,255,.64); font-size: 14px; }
.landing-hero__copy strong { color: #fff; font-weight: 700; }
.landing-hero .landing-actions { margin-top: 46px; }

/* Что такое VOE */
#about-voe { min-height: 857px; padding: 89px 0 80px; }
.landing-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 84px; }
.landing-intro__copy { display: grid; gap: 22px; color: rgba(2,16,42,.62); line-height: 1.55; }
.landing-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 76px; }
.landing-benefit { min-height: 322px; padding: 42px 34px; }
.landing-benefit h3 { margin-top: 26px; }
.landing-benefit p { margin-top: 20px; color: rgba(2,16,42,.58); }
.landing-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; }
.landing-icon .ico { width: 28px; height: 28px; stroke-width: 1.65; }
.landing-icon--orange { background: #FFF0EA; color: var(--landing-orange); }
.landing-icon--blue { background: #EEF0FF; color: #3547B0; }
.landing-icon--green { background: #E8FAF4; color: #2FB88C; }

/* Экосистема */
.landing-ecosystem { min-height: 595px; padding: 74px 0 65px; overflow: hidden; position: relative; }
.landing-ecosystem::after { content: ""; position: absolute; width: 520px; height: 280px; border: 1px solid rgba(242,84,45,.08); border-radius: 50%; right: -210px; bottom: -120px; }
.landing-voices { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; margin-top: 52px; position: relative; z-index: 1; }
.landing-voice { min-height: 234px; padding: 31px 28px; border-radius: 18px; background: #1E2142; }
.landing-voice h3 { margin-bottom: 22px; font-size: 20px; }
.landing-voice p { color: rgba(255,255,255,.6); }
.landing-voice--blue h3 { color: #6376E3; }
.landing-voice--orange { border: 1px solid rgba(242,84,45,.58); background: linear-gradient(140deg,rgba(242,84,45,.15),#1E2142 66%); }
.landing-voice--orange h3 { color: var(--landing-orange); }
.landing-voice--gold h3 { color: #C9962F; }
.landing-voice--green h3 { color: #2FB88C; }

/* Кейсы */
.landing-cases { min-height: 664px; padding: 72px 0 55px; overflow: hidden; }
.landing-case-track { margin-top: 42px; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(278px, 1fr); grid-template-columns: repeat(4, minmax(278px,1fr)); gap: 17px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.landing-case-track::-webkit-scrollbar { display: none; }
.landing-case-card { min-height: 324px; padding: 26px 28px; background: #fff; border-radius: 13px; color: var(--landing-ink) !important; scroll-snap-align: start; }
.landing-case-card > div { display: flex; align-items: center; justify-content: space-between; }
.landing-pill { padding: 5px 10px; border-radius: 999px; background: #E8FAF4; color: #2FB88C; font-size: 11px; font-weight: 700; }
.landing-case-card > div b { font-size: 20px; }
.landing-case-card h3 { margin-top: 28px; line-height: 1.35; }
.landing-case-card p { margin-top: 18px; color: rgba(2,16,42,.57); }
.landing-slider-controls { display: flex; gap: 17px; margin-top: 31px; }
.landing-slider-controls button { border: 0; padding: 0; background: transparent; color: var(--landing-orange); font-size: 36px; line-height: 1; cursor: pointer; }

/* Кейсы, которые готовятся к разбору */
.landing-upcoming { min-height: 830px; padding: 82px 0 72px; }
.landing-upcoming__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; margin-top: 55px; }
.landing-upcoming__card { min-height: 225px; padding: 28px 25px; display: flex; flex-direction: column; border-radius: 17px; background: #1E2142; }
.landing-upcoming__card h3 { line-height: 1.3; }
.landing-upcoming__card p { margin-top: 18px; color: rgba(255,255,255,.52); line-height: 1.5; }
.landing-upcoming__card a { margin-top: auto; padding-top: 20px; color: #C9962F; font-size: 12px; font-weight: 700; }
.landing-upcoming__card a span { margin-left: 5px; }

/* Продукты */
#products { min-height: 565px; padding: 78px 0 65px; }
.landing-products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 49px; }
.landing-product { min-height: 243px; padding: 32px 28px; display: flex; flex-direction: column; align-items: flex-start; }
.landing-product__badge { padding: 9px 14px; border-radius: 9px; color: #fff; font-size: 12px; font-weight: 700; }
.landing-product__badge--gold { background: #C9962F; }
.landing-product__badge--blue { background: #3547B0; }
.landing-product__badge--green { background: #2FB88C; }
.landing-product p { margin-top: 27px; color: rgba(2,16,42,.56); }
.landing-product a { margin-top: auto; font-weight: 700; font-size: 13px; }
.landing-product a span { margin-left: 6px; }

/* О нас */
#about { min-height: 549px; padding: 78px 0 65px; }
.landing-about { display: grid; grid-template-columns: 1.85fr 1fr; gap: 80px; align-items: start; }
.landing-about__copy { margin-top: 27px; display: grid; gap: 20px; color: rgba(2,16,42,.59); }
.landing-docs { padding: 35px 34px 30px; }
.landing-docs h3 { margin-bottom: 22px; }
.landing-docs a { display: flex; gap: 10px; padding: 13px 0; border-bottom: 1px solid rgba(2,16,42,.09); font-size: 13px; }
.landing-docs a:hover span { color: var(--landing-orange); }
.landing-docs p { margin-top: 31px; color: rgba(2,16,42,.57); }

/* Контакты */
.landing-contact { min-height: 843px; padding: 80px 0 68px; }
.landing-contact__grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(520px,1.15fr); gap: 115px; align-items: start; }
.landing-contact__details { margin-top: 58px; display: grid; grid-template-columns: 1fr; gap: 25px; }
.landing-contact__details p { display: grid; grid-template-columns: 34px 1fr; align-items: center; color: rgba(255,255,255,.76); }
.landing-contact__details p > span { grid-row: 1 / 3; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.08); }
.landing-contact__details b { font-size: 13px; }
.landing-contact__details small { color: rgba(255,255,255,.42); }
.landing-contact__form { margin: 0; padding: 38px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px 22px; border-radius: 18px; background: #1E2142; }
.landing-contact__form label { margin: 0; color: rgba(255,255,255,.54); font-size: 12px; font-weight: 400; }
.landing-contact__form label > span { display: block; margin-bottom: 7px; }
.landing-contact__form input, .landing-contact__form select, .landing-contact__form textarea { width: 100%; border: 1px solid rgba(255,255,255,.08); border-radius: 7px; background: rgba(255,255,255,.055); color: #fff; box-shadow: none; }
.landing-contact__form input, .landing-contact__form select { height: 48px; padding: 10px 13px; }
.landing-contact__form textarea { min-height: 105px; resize: vertical; }
.landing-contact__form option { color: #111; }
.landing-form-full { grid-column: 1 / -1; }
.landing-form-foot { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.landing-form-foot p { max-width: 280px; color: rgba(255,255,255,.4); font-size: 11px; }

/* Подвал */
.landing-footer { min-height: 302px; padding: 55px 0 28px; color: #fff; background: linear-gradient(#111329,#02040C); }
.landing-footer__top { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding-bottom: 47px; border-bottom: 1px solid rgba(255,255,255,.08); }
.landing-footer__brand { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.landing-footer__brand img { width: 113px; height: 33px; }
.landing-footer__brand p { color: rgba(255,255,255,.42); font-size: 12px; }
.landing-footer__copyright { margin-top: 25px; color: rgba(255,255,255,.34); text-align: center; font-size: 11px; }

@media (min-width: 1500px) {
  .voe-landing { font-size: 16px; }
  .voe-landing h2 { font-size: 45px; }
  .landing-header, .landing-hero { height: 77px; }
  .landing-hero { height: 794px; }
  .landing-hero__content { height: 717px; padding-top: 86px; }
  .landing-hero h1 { font-size: 56px; }
  .landing-hero__copy { max-width: 920px; }
  #about-voe { min-height: 895px; }
  .landing-ecosystem { min-height: 782px; }
  .landing-cases { min-height: 869px; }
  .landing-upcoming { min-height: 966px; }
  #products { min-height: 669px; }
  #about { min-height: 542px; }
  .landing-contact { min-height: 843px; }
}

@media (max-width: 1050px) {
  .landing-container { width: calc(100% - 116px); }
  .landing-header { height: 70px; }
  .landing-header__inner { gap: 24px; }
  .landing-nav { gap: 20px; }
  .landing-header__actions { margin-left: auto; }
  .landing-hero { padding-top: 70px; }
  .landing-benefits, .landing-products { gap: 16px; }
  .landing-benefit { padding: 31px 25px; }
  .landing-voices { grid-template-columns: repeat(2, 1fr); }
  .landing-ecosystem { min-height: 710px; }
  .landing-upcoming__grid { grid-template-columns: repeat(3, 1fr); }
  .landing-contact__grid { grid-template-columns: minmax(0,.8fr) minmax(470px,1.2fr); gap: 50px; }
}

@media (max-width: 820px) {
  .landing-container { width: calc(100% - 76px); }
  .landing-header__inner { justify-content: space-between; }
  .landing-nav { position: fixed; inset: 70px 0 auto; transform: none; padding: 22px 38px; flex-direction: column; align-items: flex-start; gap: 0; background: var(--landing-warm); box-shadow: 0 12px 24px rgba(2,16,42,.12); display: none; }
  .landing-nav.open { display: flex; }
  .landing-nav a { width: 100%; padding: 13px 0; }
  .landing-header__actions { margin-left: auto; }
  .landing-burger { display: block; }
  .landing-header__actions .landing-button { display: inline-flex; }
  .landing-intro { grid-template-columns: 1fr; gap: 34px; }
  .landing-benefits { grid-template-columns: 1fr; }
  .landing-benefit { min-height: 0; }
  .landing-products { grid-template-columns: 1fr; }
  .landing-product { min-height: 190px; }
  .landing-about { grid-template-columns: 1fr; gap: 46px; }
  .landing-upcoming__grid { grid-template-columns: repeat(2, 1fr); }
  .landing-contact__grid { grid-template-columns: 1fr; gap: 38px; }
  .landing-footer__top { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 540px) {
  .voe-landing { font-size: 12px; }
  .voe-landing h2 { font-size: 22px; line-height: 1.23; }
  .landing-container { width: calc(100% - 40px); }
  .landing-header { height: 56px; }
  .landing-header__inner { width: calc(100% - 28px); }
  .landing-logo img { width: 70px; height: auto; }
  .landing-header__actions { gap: 5px; }
  .landing-header__actions .landing-button { min-height: 32px; padding: 0 13px; font-size: 9px; }
  .landing-account { width: 27px; height: 27px; font-size: 9px; }
  .landing-burger { width: 32px; padding: 6px 5px; }
  .landing-nav { inset: 56px 0 auto; padding-inline: 20px; }
  .landing-kicker { font-size: 9px; margin-bottom: 13px; }
  .landing-button { min-height: 47px; padding-inline: 20px; font-size: 12px; }
  .landing-actions { gap: 14px; }
  .landing-text-link { font-size: 12px; }

  .landing-hero { height: 636px; padding-top: 56px; background-position: center bottom; }
  .landing-hero__content { height: 580px; padding-top: 43px; }
  .landing-hero h1 { max-width: 310px; font-size: 22px; line-height: 1.28; }
  .landing-hero__copy { margin-top: 28px; gap: 14px; max-width: 300px; font-size: 10px; line-height: 1.45; }
  .landing-hero .landing-actions { margin-top: 29px; flex-direction: column; gap: 12px; }
  .landing-hero .landing-actions .landing-button { width: 170px; }

  #about-voe { min-height: 1385px; padding: 51px 0 57px; }
  .landing-intro { gap: 30px; }
  .landing-intro__copy { gap: 15px; }
  .landing-benefits { margin-top: 42px; gap: 17px; }
  .landing-benefit { min-height: 293px; padding: 32px 22px; }
  .landing-benefit h3 { margin-top: 19px; }
  .landing-benefit p { margin-top: 14px; }
  .landing-icon { width: 39px; height: 39px; }
  .landing-icon .ico { width: 25px; height: 25px; }

  .landing-ecosystem { min-height: 1145px; padding: 52px 0 57px; }
  .landing-ecosystem .landing-section__lead { margin-top: 17px; }
  .landing-voices { grid-template-columns: 1fr; gap: 12px; margin-top: 31px; }
  .landing-voice { min-height: 205px; padding: 24px 20px; }
  .landing-voice h3 { margin-bottom: 13px; font-size: 16px; }

  .landing-cases { min-height: 0; padding: 51px 0 43px; }
  .landing-case-track { width: calc(100vw - 20px); grid-auto-columns: 264px; grid-template-columns: none; margin-top: 28px; gap: 12px; }
  .landing-case-card { min-height: 248px; padding: 21px 20px; }
  .landing-case-card h3 { margin-top: 22px; }
  .landing-case-card p { margin-top: 13px; }
  .landing-slider-controls { margin-top: 23px; }

  .landing-upcoming { min-height: 0; padding: 52px 0 58px; }
  .landing-upcoming__grid { grid-template-columns: 1fr; gap: 12px; margin-top: 30px; }
  .landing-upcoming__card { min-height: 185px; padding: 24px 20px; }

  #products { min-height: 966px; padding: 52px 0 58px; }
  .landing-products { margin-top: 29px; gap: 12px; }
  .landing-product { min-height: 233px; padding: 24px 20px; }
  .landing-product p { margin-top: 21px; }
  .landing-product__badge { padding: 7px 10px; font-size: 10px; }

  #about { min-height: 781px; padding: 51px 0 57px; }
  .landing-about { gap: 38px; }
  .landing-about__copy { margin-top: 22px; gap: 14px; }
  .landing-docs { padding: 27px 22px; }
  .landing-docs a { padding: 11px 0; }

  .landing-contact { min-height: 1236px; padding: 52px 0 58px; }
  .landing-contact__details { margin-top: 30px; grid-template-columns: 1fr; gap: 13px; }
  .landing-contact__grid { gap: 31px; }
  .landing-contact__form { padding: 22px 18px; grid-template-columns: 1fr; gap: 14px; }
  .landing-contact__form label, .landing-form-full { grid-column: 1; }
  .landing-contact__form input, .landing-contact__form select { height: 42px; }
  .landing-form-foot { align-items: stretch; flex-direction: column; gap: 18px; }
  .landing-form-foot .landing-button { width: 100%; }

  .landing-footer { min-height: 371px; padding: 46px 0 24px; }
  .landing-footer__top { align-items: center; padding-bottom: 35px; gap: 34px; }
  .landing-footer__brand { align-items: center; flex-direction: column; gap: 14px; text-align: center; }
  .landing-footer__brand img { width: 100px; height: auto; }
  .landing-footer .landing-actions { flex-direction: column; width: 100%; }
  .landing-footer .landing-button { width: 168px; }
  .landing-footer__copyright { margin-top: 20px; }
}

@media (max-width: 400px) {
  .landing-header__actions > .landing-button,
  .landing-header__actions > .landing-account { display: none; }
}

@media (min-width: 541px) and (max-width: 820px) {
  .landing-hero { height: 618px; }
  .landing-hero__content { height: 548px; padding-top: 56px; }
  .landing-hero h1 { font-size: 32px; }
  .landing-hero__copy { margin-top: 32px; gap: 15px; }
  .landing-hero .landing-actions { margin-top: 32px; }
  #about-voe { min-height: 1328px; padding: 68px 0; }
  .landing-benefits { grid-template-columns: 1fr; }
  .landing-benefit { padding: 35px; }
  .landing-ecosystem { min-height: 878px; }
  .landing-cases { min-height: 736px; }
  .landing-case-track { width: calc(100vw - 58px); grid-template-columns: none; grid-auto-columns: 290px; }
  #products { min-height: 985px; }
  .landing-product { min-height: 210px; }
  #about { min-height: 861px; }
  .landing-contact { min-height: 1040px; }
  .landing-contact__form { grid-template-columns: 1fr 1fr; }
  .landing-footer { min-height: 309px; }
}

@media (min-width: 401px) and (max-width: 540px) {
  #about-voe { min-height: 1484px; }
  .landing-benefit { min-height: 320px; }
  .landing-ecosystem { min-height: 1328px; }
  .landing-voice { min-height: 240px; }
  .landing-cases { min-height: 680px; }
  .landing-case-card { min-height: 300px; }
  #products { min-height: 1047px; }
  .landing-product { min-height: 250px; }
  #about { min-height: 861px; }
  .landing-contact { min-height: 1284px; }
}
