/* ============================================================
   Windexa — лендинг (новый дизайн). Все стили заскоуплены под
   .wxland, чтобы не конфликтовать с глобальным лендинг-бандлом
   платформы (/lib). Эффекты (ауры героя, reveal-on-scroll,
   лента пуш-уведомлений, светящиеся кнопки) — сохранены.
   Логика ленты/reveal — /js/windexa/landing.js (данные локали —
   из window.WXLAND, задаётся в _landingWindexa.cshtml).
   ============================================================ */

/* Переменные, база текста, шапка/подвал/кнопки/лого — вынесены в windexa-chrome.css
   (единый источник для лендинга и служебных страниц). Здесь — только фон и высота
   страницы лендинга (на служебных страницах chrome.css без этого правила). */
.wxland{
  overflow-x:clip;
  min-height:100vh;
  /* Единый перелив по всей странице — секции не «переключаются», а перетекают */
  background:
    radial-gradient(1100px 700px at 82% 2%,  rgba(34,184,245,.13), transparent 60%),
    radial-gradient(900px 620px at 8% 22%,   rgba(124,92,255,.09), transparent 62%),
    radial-gradient(1000px 700px at 92% 52%, rgba(13,138,240,.10), transparent 60%),
    radial-gradient(900px 600px at 4% 78%,   rgba(34,184,245,.10), transparent 62%),
    linear-gradient(180deg,#FFFFFF 0%, var(--paper) 26%, var(--mist) 52%, var(--paper) 76%, #FFFFFF 100%);
  background-attachment:fixed;
}
html{scroll-behavior:smooth}
.wxland h1,.wxland h2,.wxland h3,.wxland .serif{font-family:"Bricolage Grotesque","Inter",sans-serif}

/* маленькая подпись-«надзаголовок» — засечка вместо «/ 01 —» */
.wxland .label{
  display:inline-flex;align-items:center;gap:9px;
  font-size:13px;font-weight:600;color:var(--ink-2);
  letter-spacing:.01em;margin-bottom:16px;
}
.wxland .label::before{content:"";width:22px;height:1.5px;background:var(--brand);border-radius:2px}

/* ---------- шапка/логотип/меню/кнопка входа — в windexa-chrome.css ---------- */

/* ---------- reveal ---------- */
.wxland .reveal{opacity:0;transform:translateY(26px);transition:opacity .6s ease,transform .6s ease}
.wxland .reveal.visible{opacity:1;transform:none}
.wxland .reveal.d1{transition-delay:.06s}.wxland .reveal.d2{transition-delay:.14s}.wxland .reveal.d3{transition-delay:.22s}
@media (prefers-reduced-motion:reduce){.wxland .reveal{opacity:1;transform:none;transition:none}}

/* ---------- герой ---------- */
.wxland .hero{position:relative;padding:150px 0 90px;overflow:hidden}
.wxland .hero-rule{position:absolute;left:0;right:0;top:0;height:100%;pointer-events:none;
  background:
    linear-gradient(90deg,rgba(203,217,238,.55) 1px,transparent 1px) 0 0/ calc(100%/12) 100%;
  -webkit-mask:linear-gradient(180deg,transparent,#000 12%,#000 78%,transparent);
          mask:linear-gradient(180deg,transparent,#000 12%,#000 78%,transparent);
  opacity:.5;
}
/* Светящиеся ореолы на светлом фоне — цвет есть, бледности нет */
.wxland .hero-aura{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.wxland .hero-aura i{position:absolute;display:block;border-radius:50%;filter:blur(70px)}
.wxland .hero-aura i.a1{top:-160px;right:-80px;width:620px;height:620px;
  background:radial-gradient(circle,rgba(34,184,245,.50),transparent 65%);animation:drift 18s ease-in-out infinite}
.wxland .hero-aura i.a2{bottom:-220px;left:-140px;width:560px;height:560px;
  background:radial-gradient(circle,rgba(124,92,255,.34),transparent 65%);animation:drift2 22s ease-in-out infinite}
.wxland .hero-aura i.a3{top:120px;left:38%;width:420px;height:420px;
  background:radial-gradient(circle,rgba(13,138,240,.30),transparent 68%);animation:drift 26s ease-in-out infinite}
@keyframes drift{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(-40px,36px) scale(1.09)}}
@keyframes drift2{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(46px,-32px) scale(1.06)}}
@media (prefers-reduced-motion:reduce){.wxland .hero-aura i{animation:none}}
.wxland .hero .wrap{position:relative;display:grid;grid-template-columns:1.12fr .88fr;gap:56px;align-items:center}
.wxland .kicker{
  display:inline-flex;align-items:center;gap:9px;font-size:13px;font-weight:600;
  color:var(--brand-ink);background:var(--brand-wash);border:1px solid rgba(13,138,240,.2);
  border-radius:999px;padding:7px 16px;
}
.wxland .kicker svg{width:15px;height:15px}
.wxland h1{font-size:clamp(38px,5.4vw,66px);line-height:1.04;letter-spacing:-.02em;font-weight:700;margin-top:26px}
.wxland h1 .u{
  background:linear-gradient(180deg,transparent 62%,rgba(13,138,240,.22) 62%);
  padding:0 .06em;
}
.wxland .hero .lead{font-size:clamp(17px,2vw,19.5px);color:var(--ink-2);max-width:500px;margin-top:24px}
/* Базовые кнопки (.btn/.btn.ghost + hover/focus/reduced-motion) — в windexa-chrome.css.
   Здесь остаётся только лендинг-вариант .on-ink (на градиентном баннере финального призыва). */
.wxland .btn.on-ink{background:#fff;color:var(--brand-ink);box-shadow:0 8px 30px rgba(255,255,255,.35)}
.wxland .btn.on-ink:hover{background:#fff;color:var(--brand-ink);box-shadow:0 14px 44px rgba(255,255,255,.5)}
.wxland .btn-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px;align-items:center}
.wxland .btn-note{font-size:13.5px;color:var(--ink-2)}

/* ============ Лента пуш-уведомлений (как на iPhone) ============ */
.wxland .push-stage{position:relative;display:flex;flex-direction:column;align-items:center;gap:16px}
.wxland .push-feed{
  position:relative;width:100%;max-width:430px;
  display:flex;flex-direction:column;gap:12px;
  /* ФИКСИРОВАННАЯ высота — лента не «дышит», подпись снизу не прыгает */
  height:420px;justify-content:flex-start;overflow:hidden;
  perspective:900px;contain:layout paint;
}
.wxland .push{
  display:flex;gap:13px;align-items:flex-start;
  /* фиксированная высота карточки: тексты разной длины не смещают стопку */
  height:96px;flex:0 0 96px;
  padding:14px 16px;border-radius:22px;
  background:rgba(255,255,255,.82);
  -webkit-backdrop-filter:blur(22px) saturate(180%);
          backdrop-filter:blur(22px) saturate(180%);
  border:1px solid rgba(255,255,255,.9);
  box-shadow:0 10px 30px rgba(20,60,120,.14), 0 2px 6px rgba(20,60,120,.06);
  transform-origin:top center;
  will-change:transform,opacity;
  /* появление: мягкая пружина сверху */
  animation:pushIn .78s cubic-bezier(.22,1.15,.32,1) both;
}
@keyframes pushIn{
  0%  {opacity:0;transform:translateY(-38px) scale(.90) rotateX(14deg);filter:blur(3px)}
  60% {opacity:1;filter:blur(0)}
  100%{opacity:1;transform:translateY(0) scale(1) rotateX(0);filter:blur(0)}
}
/* старые уведомления мягко уходят вглубь стопки */
.wxland .push[data-depth="1"]{transform:scale(.975);opacity:.92}
.wxland .push[data-depth="2"]{transform:scale(.95);opacity:.78}
.wxland .push[data-depth="3"]{transform:scale(.925);opacity:.6}
.wxland .push[data-depth="4"]{transform:scale(.9);opacity:.38}
.wxland .push{transition:transform .7s cubic-bezier(.22,1,.36,1),opacity .7s ease}
/* уходящая карточка выводится из потока — стопка под ней не дёргается */
.wxland .push.leaving{
  position:absolute;left:0;right:0;bottom:0;z-index:0;
  opacity:0;transform:translateY(18px) scale(.9);
  transition:opacity .45s ease,transform .45s ease;pointer-events:none;
}

.wxland .push-ico{
  width:40px;height:40px;border-radius:11px;flex:none;display:grid;place-items:center;color:#fff;
}
.wxland .push-ico svg{width:23px;height:23px}
.wxland .push-ico.tg{background:linear-gradient(135deg,#2FBBF7,#0D8AF0);box-shadow:0 5px 14px rgba(13,138,240,.38)}
.wxland .push-ico.vk{background:linear-gradient(135deg,#6B95FF,#2B5CE6);box-shadow:0 5px 14px rgba(43,92,230,.38)}
.wxland .push-body{flex:1;min-width:0}
.wxland .push-head{display:flex;align-items:baseline;gap:8px}
.wxland .push-title{
  font-family:"Bricolage Grotesque","Inter",sans-serif;font-weight:700;font-size:14.5px;
  color:var(--ink);letter-spacing:-.01em;
  /* в одну строку (на узком мобиле иначе переносится в 2 строки, карточка растёт и чип уезжает за край) */
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:0 1 auto;
}
.wxland .push-time{margin-left:auto;font-size:12px;color:var(--ink-2);flex:none}
/* ровно две строки — длинные заявки обрезаются, высота карточки не растёт */
.wxland .push-text{
  font-size:14px;color:#333B4D;margin-top:3px;line-height:1.35;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
  overflow:hidden;height:38px;
}
.wxland .push-meta{display:flex;align-items:center;gap:7px;margin-top:6px;flex-wrap:nowrap;overflow:hidden}
.wxland .push-chip{font-size:11.5px;font-weight:600;padding:3px 9px;border-radius:7px;background:var(--brand-wash);color:var(--brand-ink)}
/* рейтинг 1–100 прямо в уведомлении */
.wxland .push-rate{margin-left:auto;display:flex;align-items:center;gap:7px;flex:none}
.wxland .push-rate .rate-bar{width:46px;height:6px;border-radius:99px;background:var(--sand);overflow:hidden;display:block}
.wxland .push-rate b{
  font-family:"Bricolage Grotesque","Inter",sans-serif;font-weight:700;
  font-size:13px;color:var(--brand-ink);font-variant-numeric:tabular-nums;
}
.wxland .push-hint{font-size:13px;color:var(--ink-2);text-align:center}
@media (prefers-reduced-motion:reduce){
  .wxland .push{animation:none;transition:none}
  .wxland .push[data-depth]{transform:none;opacity:1}
}
.wxland .push-chip{white-space:nowrap;flex:none}
@media (max-width:960px){.wxland .push-feed{max-width:100%;height:420px}}

/* карточка заявки в герое — светящаяся градиентная рамка */
.wxland .lead-card{
  position:relative;background:var(--card);border-radius:var(--radius);
  padding:22px;transform:rotate(.6deg);
  box-shadow:0 18px 50px rgba(13,138,240,.22), 0 0 70px rgba(34,184,245,.16);
  transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease;
}
.wxland .lead-card::before{ /* градиентный контур */
  content:"";position:absolute;inset:-1.5px;border-radius:calc(var(--radius) + 2px);z-index:-1;
  background:var(--grad);opacity:.9;
}
.wxland .lead-card:hover{transform:rotate(0deg) translateY(-6px);
  box-shadow:0 26px 66px rgba(13,138,240,.30), 0 0 96px rgba(124,92,255,.20)}
@media (prefers-reduced-motion:reduce){.wxland .lead-card{transition:none}.wxland .lead-card:hover{transform:rotate(.6deg)}}
.wxland .lc-top{display:flex;align-items:center;gap:12px;padding-bottom:15px;border-bottom:1px solid var(--line)}
.wxland .lc-ava{width:42px;height:42px;border-radius:12px;flex:none;background:var(--brand-wash);
  color:var(--brand-ink);font-weight:700;display:flex;align-items:center;justify-content:center;font-family:"Bricolage Grotesque","Inter",sans-serif}
.wxland .lc-name{font-weight:700;font-size:15px}
.wxland .lc-src{font-size:12.5px;color:var(--ink-2)}
.wxland .lc-score{margin-left:auto;text-align:right}
.wxland .lc-score b{font-family:"Bricolage Grotesque","Inter",sans-serif;font-size:22px;font-weight:700;color:var(--brand-ink);display:block;line-height:1}
.wxland .lc-score span{font-size:11px;color:var(--ink-2)}
.wxland .lc-quote{font-size:15px;margin:15px 0;color:var(--ink)}
.wxland .lc-tags{display:flex;gap:7px;flex-wrap:wrap}
.wxland .tag{font-size:12px;font-weight:600;padding:4px 11px;border-radius:8px;background:var(--sand);color:var(--ink-2)}
.wxland .lc-actions{display:flex;gap:8px;margin-top:16px}
.wxland .lc-btn{flex:1;text-align:center;font-size:13px;font-weight:600;padding:9px;border-radius:10px;background:var(--sand);color:var(--ink-2)}
.wxland .lc-btn.on{background:var(--brand);color:#fff}

/* ---------- секции ---------- */
.wxland section{padding:100px 0}
/* Полоса-секция без жёстких краёв: мягко проявляется и растворяется */
.wxland .band{position:relative;background:transparent}
.wxland .band::before{
  content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;
  background:linear-gradient(180deg,
    rgba(233,241,252,0)   0%,
    rgba(233,241,252,.75) 14%,
    rgba(233,241,252,.9)  50%,
    rgba(233,241,252,.75) 86%,
    rgba(233,241,252,0)  100%);
}
.wxland h2{font-size:clamp(28px,3.8vw,44px);line-height:1.08;letter-spacing:-.02em;font-weight:700;margin-bottom:16px;text-wrap:balance}
.wxland h3{font-size:19px;font-weight:600;margin-bottom:8px}
.wxland .lead{font-size:18px;color:var(--ink-2);max-width:660px}
.wxland .muted{color:var(--ink-2)}
.wxland .center{text-align:center}
.wxland .center .lead{margin-left:auto;margin-right:auto}
.wxland .sec-head{display:flex;align-items:flex-end;justify-content:space-between;gap:36px;flex-wrap:wrap}
.wxland .sec-note{font-size:15px;color:var(--ink-2);max-width:300px}

.wxland .grid{display:grid;gap:1px;margin-top:52px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}
.wxland .grid.c3{grid-template-columns:repeat(3,1fr)}
.wxland .grid.c2{grid-template-columns:repeat(2,1fr)}
.wxland .cell{background:var(--card);padding:34px 30px}
.wxland .cell p{font-size:15px;color:var(--ink-2)}
.wxland .ico{width:44px;height:44px;border-radius:12px;background:var(--brand-wash);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.wxland .ico svg{width:22px;height:22px;stroke:var(--brand-ink);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* сравнение «до/после» */
.wxland .cmp{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:48px}
.wxland .cmp-col{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:30px}
.wxland .cmp-col.good{border-color:rgba(13,138,240,.35);background:linear-gradient(180deg,var(--brand-wash),var(--card) 55%)}
.wxland .cmp-h{font-family:"Bricolage Grotesque","Inter",sans-serif;font-size:15px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:var(--ink-2);margin-bottom:20px}
.wxland .cmp-col.good .cmp-h{color:var(--brand-ink)}
.wxland .cmp li{list-style:none;display:flex;gap:12px;padding:9px 0;font-size:15.5px;color:var(--ink)}
.wxland .cmp li svg{flex:none;width:20px;height:20px;margin-top:2px}

/* шаги */
.wxland .steps{margin-top:44px;border-top:1px solid var(--line)}
.wxland .step{display:grid;grid-template-columns:64px 1fr;gap:22px;padding:28px 0;border-bottom:1px solid var(--line);align-items:start}
.wxland .step-n{font-family:"Bricolage Grotesque","Inter",sans-serif;font-size:32px;font-weight:700;color:var(--line-2);line-height:1}
.wxland .step:hover .step-n{color:var(--brand)}
.wxland .step p{color:var(--ink-2);font-size:15.5px;margin-top:4px}

/* таблица результата */
.wxland .demo{margin-top:48px;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm)}
.wxland .demo-head{display:flex;align-items:center;gap:10px;padding:16px 20px;border-bottom:1px solid var(--line)}
.wxland .demo-head b{font-family:"Bricolage Grotesque","Inter",sans-serif;font-size:14px}
.wxland .demo-head .pill{margin-left:auto;font-size:12px;font-weight:600;color:var(--ok);background:var(--ok-wash);padding:4px 11px;border-radius:999px}
.wxland .demo-scroll{overflow-x:auto}
.wxland .demo table{width:100%;border-collapse:collapse;font-size:14px;min-width:680px}
.wxland .demo th{text-align:left;padding:13px 18px;color:var(--ink-2);font-size:12px;text-transform:uppercase;letter-spacing:.04em;font-weight:600;border-bottom:1px solid var(--line);background:var(--paper)}
.wxland .demo td{padding:15px 18px;border-bottom:1px solid var(--line);vertical-align:middle;white-space:nowrap}
/* заявка и «Откуда» переносятся (в одну строку — только рейтинг/шкала/статус),
   заявке — приоритет по ширине, чтобы на мобиле не сжималась в тонкую колонку */
.wxland .demo td:first-child,.wxland .demo td:nth-child(2){white-space:normal}
.wxland .demo td:first-child{min-width:260px}
.wxland .demo td:nth-child(2){max-width:150px}
.wxland .demo tr:last-child td{border-bottom:0}
.wxland .demo tr:hover td{background:var(--paper)}
.wxland .score{font-family:"Bricolage Grotesque","Inter",sans-serif;font-weight:700;font-variant-numeric:tabular-nums;font-size:16px}
.wxland .badge{display:inline-block;font-size:12.5px;font-weight:600;padding:3px 11px;border-radius:999px;white-space:nowrap}
/* Рейтинг 1–100 — шкала вместо ярлыков «горячий/холодный» */
.wxland .rate{display:flex;align-items:center;min-width:120px}
.wxland .rate-bar{
  flex:1;height:7px;border-radius:99px;background:var(--sand);
  overflow:hidden;display:block;
}
.wxland .rate-bar i{
  display:block;height:100%;border-radius:99px;
  background:linear-gradient(90deg,var(--cyn),var(--brand));
}
.wxland .st{display:inline-flex;align-items:center;gap:7px;font-size:13.5px;font-weight:600}
.wxland .st .dot{width:8px;height:8px;border-radius:50%;flex:none}

.wxland .demo-note{padding:14px 20px;font-size:13px;color:var(--ink-2);border-top:1px solid var(--line);background:var(--paper)}

/* faq */
.wxland details{border-bottom:1px solid var(--line)}
.wxland summary{cursor:pointer;padding:26px 4px;font-family:"Bricolage Grotesque","Inter",sans-serif;font-weight:600;font-size:19px;
  list-style:none;display:flex;justify-content:space-between;align-items:center;gap:18px;color:var(--ink)}
.wxland summary::-webkit-details-marker{display:none}
.wxland summary .plus{flex:none;width:34px;height:34px;border-radius:50%;border:1px solid var(--line-2);display:grid;place-items:center;transition:.25s}
.wxland summary .plus svg{width:16px;height:16px;stroke:var(--ink-2);stroke-width:2;transition:.25s}
.wxland details[open] summary .plus{background:var(--brand);border-color:var(--brand)}
.wxland details[open] summary .plus svg{stroke:#fff;transform:rotate(45deg)}
.wxland details .a{padding:0 4px 26px;color:var(--ink-2);font-size:15.5px;max-width:720px}

/* ================= ТАРИФЫ ================= */
/* Главный тариф — светящаяся карточка на всю ширину */
.wxland .plan-main{
  position:relative;max-width:920px;margin:54px auto 0;
  border-radius:28px;padding:2px;background:var(--grad);text-align:left;
  box-shadow:0 22px 60px rgba(13,138,240,.22), 0 0 90px rgba(34,184,245,.14);
  transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease;
}
.wxland .plan-main:hover{transform:translateY(-5px);box-shadow:0 30px 80px rgba(13,138,240,.30), 0 0 120px rgba(124,92,255,.20)}
.wxland .plan-badge{
  position:absolute;top:-15px;left:50%;transform:translateX(-50%);z-index:2;
  background:var(--grad);color:#fff;font-size:12.5px;font-weight:800;letter-spacing:.04em;
  padding:6px 20px;border-radius:999px;white-space:nowrap;
  box-shadow:0 8px 24px rgba(13,138,240,.42);
}
.wxland .plan-main-inner{
  display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:40px;
  padding:44px 40px;align-items:center;
  background:var(--card);border-radius:26px;
}
.wxland .plan-main-left{border-right:1px dashed var(--line-2);padding-right:36px}
.wxland .plan-name{font-family:"Bricolage Grotesque","Inter",sans-serif;font-size:24px;font-weight:700;letter-spacing:-.01em}
.wxland .plan-sub{font-size:14px;color:var(--ink-2);margin-top:6px;max-width:260px}
.wxland .plan-price{
  font-family:"Bricolage Grotesque","Inter",sans-serif;font-size:44px;font-weight:700;
  letter-spacing:-.02em;line-height:1;margin-top:22px;
  background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent;
}
.wxland .plan-price small{font-size:17px;font-weight:600;color:var(--ink-2);-webkit-text-fill-color:var(--ink-2)}
.wxland .plan-main-right .price-list{margin:0 0 22px}

/* разделитель между тарифами */
.wxland .plan-or{position:relative;max-width:920px;margin:40px auto 30px;text-align:center}
.wxland .plan-or::before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:var(--line)}
.wxland .plan-or span{
  position:relative;background:var(--paper);padding:0 18px;
  font-size:14.5px;font-weight:600;color:var(--ink-2);
}

/* Пояснение к «Лайт» */
.wxland .lite-intro{max-width:660px;margin:0 auto 28px;text-align:center}
.wxland .lite-h{
  font-family:"Bricolage Grotesque","Inter",sans-serif;font-size:22px;font-weight:700;
  letter-spacing:-.01em;margin-bottom:10px;
}
.wxland .lite-intro p{font-size:16px;color:var(--ink-2);line-height:1.6}

/* «Лайт» — одна карточка, обе соцсети вместе */
.wxland .lite-grid{display:grid;grid-template-columns:1fr;gap:18px;max-width:520px;margin:0 auto}
.wxland .lite-card{
  position:relative;background:var(--card);border-radius:20px;padding:28px 24px;text-align:left;
  border:1px solid var(--line);
  box-shadow:0 8px 26px rgba(20,50,100,.08);
  transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,border-color .3s ease;
  display:flex;flex-direction:column;
}
.wxland .lite-card::after{ /* фирменная полоса соцсети сверху */
  content:"";position:absolute;top:0;left:26px;right:26px;height:3px;border-radius:0 0 4px 4px;
  background:var(--soc);
}
/* обе соцсети в одной карточке: полоса-градиент из двух брендов */
.wxland .lite-card.both{
  --soc:linear-gradient(90deg,#2FBBF7,#0D8AF0 45%,#4A7DF0 55%,#2B5CE6);
  --soc-ink:#0A6DC0;--soc-wash:#E7F4FE;
}
.wxland .lite-card:hover{transform:translateY(-5px);border-color:transparent;box-shadow:0 18px 44px rgba(20,50,100,.14)}
.wxland .lite-top{display:flex;align-items:center;gap:13px;margin-bottom:18px}
/* две иконки «внахлёст» — сразу видно, что источника два */
.wxland .lite-icons{display:flex;flex:none;align-items:center}
.wxland .lite-icons .lite-ico:last-child{margin-left:-12px}
.wxland .lite-ico{
  width:44px;height:44px;border-radius:13px;flex:none;display:grid;place-items:center;color:#fff;
  background:var(--soc);border:2px solid var(--card);
}
.wxland .lite-ico.tg{background:linear-gradient(135deg,#2FBBF7,#0D8AF0);box-shadow:0 5px 14px rgba(13,138,240,.34)}
.wxland .lite-ico.vk{background:linear-gradient(135deg,#6B95FF,#2B5CE6);box-shadow:0 5px 14px rgba(43,92,230,.34)}
.wxland .lite-ico svg{width:23px;height:23px}
.wxland .lite-name{font-family:"Bricolage Grotesque","Inter",sans-serif;font-weight:700;font-size:17px}
.wxland .lite-tag{
  display:inline-block;margin-top:3px;font-size:11px;font-weight:800;letter-spacing:.08em;
  text-transform:uppercase;color:var(--soc-ink);background:var(--soc-wash);
  padding:2px 9px;border-radius:6px;
}
.wxland .lite-card .plan-price{font-size:34px;margin-top:4px;background:none;color:var(--ink);-webkit-text-fill-color:var(--ink)}
.wxland .lite-card .plan-price small{font-size:15px}
.wxland .lite-sub{font-size:13px;color:var(--ink-2);margin-top:6px}
.wxland .lite-list{list-style:none;margin:20px 0 24px;flex:1}
.wxland .lite-list li{display:flex;gap:10px;padding:7px 0;font-size:14.5px;color:var(--ink)}
.wxland .lite-list li svg{flex:none;width:18px;height:18px;margin-top:2px;stroke:var(--soc-ink);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.wxland .lite-list li.off{color:var(--ink-2)}
.wxland .lite-list li.off svg{stroke:#B6BECC}

.wxland .price-note{
  padding:14px 18px;border-radius:12px;font-size:14.5px;
  background:var(--brand-wash);color:var(--brand-ink);font-weight:600;
  border:1px solid rgba(13,138,240,.22);
}
.wxland .price-list{list-style:none}
.wxland .price-list li{display:flex;gap:12px;padding:8px 0;font-size:15.5px;color:var(--ink)}
.wxland .price-list li svg{flex:none;width:20px;height:20px;margin-top:2px;stroke:var(--brand-ink);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

@media (prefers-reduced-motion:reduce){
  .wxland .plan-main,.wxland .lite-card{transition:none}
  .wxland .plan-main:hover,.wxland .lite-card:hover{transform:none}
}
@media (max-width:900px){
  .wxland .plan-main-inner{grid-template-columns:1fr;gap:26px;padding:36px 26px}
  .wxland .plan-main-left{border-right:0;border-bottom:1px dashed var(--line-2);padding-right:0;padding-bottom:24px}
  .wxland .plan-sub{max-width:none}
  .wxland .lite-grid{max-width:420px}
}

/* финальный призыв */
.wxland .cta{
  background:var(--grad);background-size:200% 100%;
  color:#fff;border-radius:28px;padding:74px 40px;text-align:center;
  position:relative;overflow:hidden;
  box-shadow:0 24px 70px rgba(13,138,240,.38), 0 0 110px rgba(124,92,255,.24);
  animation:ctaShift 14s ease infinite;
}
@keyframes ctaShift{0%,100%{background-position:0 0}50%{background-position:100% 0}}
.wxland .cta::before{ /* мягкие световые пятна внутри баннера */
  content:"";position:absolute;inset:0;pointer-events:none;
  background:
    radial-gradient(600px 300px at 18% 0%,rgba(255,255,255,.40),transparent 62%),
    radial-gradient(520px 280px at 88% 100%,rgba(255,255,255,.22),transparent 62%);
}
.wxland .cta > *{position:relative}
.wxland .cta h2{color:#fff;text-shadow:0 2px 20px rgba(0,40,90,.25)}
.wxland .cta .lead{color:rgba(255,255,255,.92)}
.wxland .cta .label{color:rgba(255,255,255,.85)}
.wxland .cta .label::before{background:#fff}
@media (prefers-reduced-motion:reduce){.wxland .cta{animation:none}}

/* Подвал (footer.site/.foot-*) — в windexa-chrome.css. */

@media (max-width:960px){
  .wxland .hero .wrap{grid-template-columns:1fr;gap:40px}
  .wxland .grid.c3,.wxland .grid.c2{grid-template-columns:1fr}
  .wxland .cmp{grid-template-columns:1fr}
  .wxland section{padding:70px 0}
  .wxland .hero{padding:130px 0 64px}
  .wxland .cta{padding:52px 24px}
}
