/* ═══════════════════════════════════════════════════════════
   yolt.cloud Landing v5 · LIVE AUDIT — поверх dark.css
   сторінка = аудит: скролиш → сканує → лічильник росте
   ═══════════════════════════════════════════════════════════ */

html{ scroll-behavior: smooth; }
body{ background: oklch(0.115 0.004 220); }

/* фон: вертикальний промінь + соти ледь-ледь */
.scanbg{ position: fixed; inset: 0; z-index: 0; pointer-events: none; }
.scanbg::before{
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(50% 34% at 50% 0%, oklch(0.85 0.145 195 / 0.08), transparent 65%),
    linear-gradient(180deg, transparent 0%, oklch(0.85 0.145 195 / 0.012) 50%, transparent 100%);
}
.scanbg::after{
  content: ''; position: absolute; inset: 0; opacity: 0.026;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.713' height='48'%3E%3Cg fill='none' stroke='white' stroke-width='1'%3E%3Cpath d='M0 -16 L13.856 -8 L13.856 8 L0 16 L-13.856 8 L-13.856 -8 Z'/%3E%3Cpath d='M27.713 -16 L41.569 -8 L41.569 8 L27.713 16 L13.857 8 L13.857 -8 Z'/%3E%3Cpath d='M13.856 8 L27.712 16 L27.712 32 L13.856 40 L0 32 L0 16 Z'/%3E%3Cpath d='M0 32 L13.856 40 L13.856 56 L0 64 L-13.856 56 L-13.856 40 Z'/%3E%3Cpath d='M27.713 32 L41.569 40 L41.569 56 L27.713 64 L13.857 56 L13.857 40 Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 27.713px 48px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, black 30%, transparent 90%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, black 30%, transparent 90%);
}
main{ position: relative; z-index: 1; }

/* ── ФРЕЙМИ ── */
.frame{
  min-height: 100svh; display: flex; align-items: center;
  position: relative; padding: clamp(90px, 12vh, 130px) 0;
  overflow: clip;
}
@media (min-width: 1020px) and (min-height: 660px){
  html{ scroll-snap-type: y proximity; }
  .frame{ scroll-snap-align: start; }
}
.frame .wrap{ width: 100%; max-width: 1360px; padding: 0 clamp(20px, 4vw, 56px); position: relative; }

/* примарний номер скану позаду */
.ghost{
  position: absolute; right: -1vw; top: 50%; transform: translateY(-52%);
  font-family: var(--mono); font-weight: 700; line-height: 1;
  font-size: clamp(160px, 34vw, 560px); letter-spacing: -0.06em;
  color: transparent;
  -webkit-text-stroke: 1px oklch(1 0 0 / 0.07);
  user-select: none; pointer-events: none; z-index: 0;
}
.frame.in .ghost{ -webkit-text-stroke-color: oklch(0.85 0.145 195 / 0.13); }
.frame .fr-content{ position: relative; z-index: 1; }

/* айбров скану */
.scan-tag{
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--mono); font-size: clamp(11px, 1.3vw, 13px);
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--cy);
  margin-bottom: clamp(18px, 3vw, 30px);
}
.scan-tag::before{
  content: ''; width: 34px; height: 1px; background: var(--cy);
  box-shadow: 0 0 12px var(--cy);
}
.scan-tag .st-dim{ color: var(--ink-3); letter-spacing: 0.18em; }

/* удар */
.punch{
  font-weight: 800; text-transform: uppercase;
  font-size: clamp(34px, 6.6vw, 92px); line-height: 0.97;
  letter-spacing: -0.03em; text-wrap: balance; max-width: 12em;
}
.punch .x{ color: var(--bad); }
.punch .ok{ color: var(--cy); }
.punch .thin{ color: var(--ink-3); font-weight: 700; }
.sub{
  margin-top: clamp(16px, 2.4vw, 26px); font-size: clamp(15.5px, 1.9vw, 19px);
  color: var(--ink-2); max-width: 36em; text-wrap: pretty;
}
.sub b{ color: var(--ink-0); font-weight: 600; }

/* термінальні знахідки */
.tf-list{ margin-top: clamp(24px, 3.6vw, 40px); display: flex; flex-direction: column; gap: 10px; max-width: 880px; }
.tf{
  display: grid; grid-template-columns: 4px 1fr auto; gap: 0 16px; align-items: center;
  background: color-mix(in oklch, var(--bg-1) 78%, transparent);
  border: 1px solid var(--line-soft); border-radius: 12px;
  padding: 14px 18px 14px 0; backdrop-filter: blur(3px);
  opacity: 0; transform: translateX(-18px);
}
.frame.in .tf{ transition: opacity .5s ease, transform .5s ease; opacity: 1; transform: none; }
.frame.in .tf:nth-child(2){ transition-delay: .12s; }
.frame.in .tf:nth-child(3){ transition-delay: .24s; }
html[data-motion="off"] .tf{ opacity: 1; transform: none; }
.tf::before{ content: ''; grid-row: span 2; align-self: stretch; border-radius: 0 3px 3px 0; background: var(--bad); }
.tf.gain::before{ background: var(--good); }
.tf.warn::before{ background: var(--warn); }
.tf.warn .tf-val{ color: var(--warn); }
.tf-name{ font-family: var(--mono); font-size: clamp(12.5px, 1.5vw, 14.5px); color: var(--ink-0); font-weight: 500; }
.tf-name small{ display: block; color: var(--ink-3); font-size: 11px; margin-top: 3px; font-weight: 400; }
.tf-val{ font-family: var(--mono); font-weight: 700; font-size: clamp(15px, 2vw, 19px); color: var(--bad); white-space: nowrap; }
.tf.gain .tf-val{ color: var(--good); }

/* скарбничка фрейму */
.fr-gain{
  margin-top: clamp(20px, 3vw, 30px); display: inline-flex; align-items: baseline; gap: 12px;
  font-family: var(--mono); font-size: clamp(13px, 1.6vw, 15px); color: var(--ink-2);
  border: 1px dashed color-mix(in oklch, var(--good) 45%, transparent);
  border-radius: 999px; padding: 10px 20px;
}
.fr-gain b{ color: var(--good); font-weight: 700; font-size: 1.25em; }

/* ── HERO / BOOT ── */
.boot-frame{ align-items: center; }
.boot{
  font-family: var(--mono); font-size: clamp(12px, 1.5vw, 14px); color: var(--ink-2);
  display: flex; flex-direction: column; gap: 6px; margin-bottom: clamp(24px, 4vw, 40px);
  min-height: 5.2em;
}
.boot .bl{ opacity: 0; }
.boot .bl.on{ opacity: 1; }
.boot .ok{ color: var(--good); }
.boot .cy{ color: var(--cy); }
.boot .caret{ display: inline-block; width: 0.6em; height: 1.1em; background: var(--cy); vertical-align: text-bottom; margin-left: 2px; }
html:not([data-motion="off"]) .boot .caret{ animation: caret 0.9s steps(1) infinite; }
@keyframes caret{ 50%{ opacity: 0; } }
.hero-cta{ margin-top: clamp(26px, 4vw, 38px); display: flex; flex-direction: column; gap: 12px; }
@media (min-width: 680px){ .hero-cta{ flex-direction: row; } }
.scroll-hint{
  position: absolute; left: 50%; bottom: clamp(86px, 12vh, 110px); transform: translateX(-50%);
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--ink-3); display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.scroll-hint::after{ content: '↓'; font-size: 16px; color: var(--cy); }
html:not([data-motion="off"]) .scroll-hint::after{ animation: bounce 1.6s ease-in-out infinite; }
@keyframes bounce{ 50%{ transform: translateY(6px); } }

/* ── діагональні стрічки ── */
.mq{
  position: relative; z-index: 2; overflow: hidden;
  border-block: 1px solid var(--line-soft);
  background: oklch(0.72 0.19 25 / 0.07);
  transform: rotate(-1.6deg) scale(1.02); margin: clamp(-30px, -3vw, -50px) -2vw;
  padding: 13px 0;
}
.mq.up{ transform: rotate(1.6deg) scale(1.02); background: oklch(0.85 0.145 195 / 0.06); }
.mq-track{ display: flex; gap: 48px; width: max-content; }
html:not([data-motion="off"]) .mq-track{ animation: mqmove 36s linear infinite; }
.mq.up .mq-track{ animation-direction: reverse; }
@keyframes mqmove{ to{ transform: translateX(-50%); } }
.mq span{
  font-family: var(--mono); font-size: 13px; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; white-space: nowrap; color: var(--bad);
  display: flex; align-items: center; gap: 48px;
}
.mq span::after{ content: '✕'; color: var(--ink-3); font-weight: 400; }
.mq.up span{ color: var(--cy); }
.mq.up span::after{ content: '◇'; }

/* ── ВЕРДИКТ ── */
.verdict-frame{ text-align: left; }
.verdict-label{
  font-family: var(--mono); font-size: clamp(11px, 1.4vw, 13px); letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--ink-3); margin-bottom: 16px;
}
.verdict-num{
  font-family: var(--mono); font-weight: 700; color: var(--good); line-height: 0.95;
  font-size: clamp(56px, 12.5vw, 190px); letter-spacing: -0.05em; white-space: nowrap;
  text-shadow: 0 0 70px oklch(0.84 0.16 155 / 0.35);
}
.verdict-num small{ font-size: 0.32em; color: var(--ink-2); font-weight: 500; letter-spacing: -0.02em; }
.verdict-vs{
  margin-top: clamp(20px, 3vw, 30px); display: flex; flex-wrap: wrap; gap: 10px 40px; align-items: baseline;
}
.verdict-vs .v-item{ display: flex; flex-direction: column; gap: 4px; }
.verdict-vs .v-k{ font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-3); }
.verdict-vs .v-v{ font-family: var(--mono); font-weight: 700; font-size: clamp(20px, 3vw, 30px); white-space: nowrap; }
.verdict-vs .v-v.pay{ color: var(--cy); }
.verdict-vs .v-v.x{ color: var(--good); }
.verdict-line{ margin-top: clamp(18px, 2.6vw, 26px); font-size: clamp(16px, 2vw, 20px); color: var(--ink-1); max-width: 34em; text-wrap: pretty; }
.verdict-line b{ color: var(--ink-0); }

/* штамп */
.stamp{
  position: absolute; right: clamp(8px, 6vw, 120px); top: clamp(70px, 10vh, 140px);
  transform: rotate(7deg);
  font-family: var(--mono); font-size: clamp(11px, 1.4vw, 14px); font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--cy);
  border: 2.5px solid var(--cy); border-radius: 10px; padding: 12px 18px;
  opacity: 0; scale: 1.6;
  box-shadow: 0 0 40px -10px oklch(0.85 0.145 195 / 0.5), inset 0 0 24px -12px oklch(0.85 0.145 195 / 0.5);
}
.frame.in .stamp{ transition: opacity .35s ease .5s, scale .35s cubic-bezier(.2,1.4,.4,1) .5s; opacity: 0.92; scale: 1; }
html[data-motion="off"] .stamp{ opacity: 0.92; scale: 1; }

/* ── хвіст: тарифи / партнери / faq ── */
.tail{ position: relative; z-index: 1; padding: clamp(70px, 9vw, 110px) 0 40px; }
.tail .wrap{ max-width: 1360px; padding: 0 clamp(20px, 4vw, 56px); }
.tail-grid{ display: grid; gap: 14px; }
@media (min-width: 860px){ .tail-grid{ grid-template-columns: repeat(3, 1fr); } }
.tp{
  border: 1px solid var(--line-soft); border-radius: var(--r-lg);
  background: color-mix(in oklch, var(--bg-1) 80%, transparent);
  padding: 22px; display: flex; flex-direction: column; gap: 8px;
}
.tp.feat{ border-color: var(--cy); box-shadow: 0 0 40px -14px oklch(0.85 0.145 195 / 0.45); }
.tp-k{ font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-3); }
.tp.feat .tp-k{ color: var(--cy); }
.tp-n{ font-size: 19px; font-weight: 750; letter-spacing: -0.015em; }
.tp-p{ font-family: var(--mono); font-weight: 700; font-size: 24px; letter-spacing: -0.03em; }
.tp-p small{ font-size: 12.5px; color: var(--ink-3); font-weight: 500; }
.tp-d{ font-size: 13.5px; color: var(--ink-2); text-wrap: pretty; }
.tail-note{ margin-top: 18px; font-size: 14.5px; color: var(--ink-2); max-width: 50em; text-wrap: pretty; }
.tail-note b{ color: var(--cy); }
.tail .faq-list{ margin-top: clamp(40px, 6vw, 64px); max-width: 860px; }
.tail-sep{
  margin-top: clamp(40px, 6vw, 64px); display: flex; flex-wrap: wrap; gap: 8px 24px; align-items: baseline;
  font-family: var(--mono); font-size: 12.5px; color: var(--ink-3);
  border-top: 1px solid var(--line-soft); padding-top: 18px;
}
.tail-sep b{ color: var(--ink-1); font-weight: 600; }

/* ── HUD-док (liquid glass) ── */
.hud{
  position: fixed; left: 50%; bottom: max(14px, env(safe-area-inset-bottom));
  transform: translate(-50%, 150%); z-index: 80;
  display: flex; align-items: center; gap: 14px;
  padding: 10px 10px 10px 16px; border-radius: 999px;
  background: oklch(0.2 0.012 220 / 0.55);
  backdrop-filter: blur(26px) saturate(1.5);
  -webkit-backdrop-filter: blur(26px) saturate(1.5);
  border: 1px solid oklch(1 0 0 / 0.13);
  box-shadow:
    inset 0 1px 0 oklch(1 0 0 / 0.17), inset 0 -1px 0 oklch(0 0 0 / 0.3),
    0 22px 60px -16px oklch(0 0 0 / 0.85),
    0 0 50px -14px oklch(0.85 0.145 195 / 0.35);
  transition: transform .55s cubic-bezier(.2,.9,.3,1.05);
  max-width: calc(100vw - 20px);
}
.hud.show{ transform: translate(-50%, 0); }
.hud .ymark{ color: var(--cy); display: block; flex: 0 0 auto; }
.hud .ymark svg{ display: block; }
.hud-scan{ font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; color: var(--ink-2); white-space: nowrap; text-transform: uppercase; }
.hud-bar{ width: clamp(48px, 9vw, 110px); height: 3px; border-radius: 2px; background: oklch(1 0 0 / 0.1); overflow: hidden; flex: 0 0 auto; }
.hud-bar i{ display: block; height: 100%; width: 0%; background: var(--cy); border-radius: 2px; box-shadow: 0 0 10px var(--cy); }
.hud-found{
  font-family: var(--mono); font-weight: 700; font-size: clamp(14px, 2vw, 17px);
  color: var(--good); white-space: nowrap; letter-spacing: -0.02em;
  transition: text-shadow .3s;
}
.hud-found.tick{ text-shadow: 0 0 18px oklch(0.84 0.16 155 / 0.7); }
.hud-found small{ font-size: 10px; color: var(--ink-3); font-weight: 400; letter-spacing: 0.08em; display: block; margin-top: -2px; }
.hud .btn{ min-height: 42px; padding: 9px 18px; font-size: 14.5px; border-radius: 999px; flex: 0 0 auto; }
@media (max-width: 740px){
  .hud{ gap: 10px; padding-left: 13px; }
  .hud-scan, .hud-bar{ display: none; }
}

/* ── кастомний курсор-приціл (тільки desktop) ── */
@media (pointer: fine){
  .cursor{
    position: fixed; left: 0; top: 0; width: 34px; height: 34px; z-index: 200;
    border: 1px solid oklch(0.85 0.145 195 / 0.55); border-radius: 50%;
    pointer-events: none; transform: translate(-50%, -50%);
    transition: width .18s, height .18s, border-color .18s, background .18s;
    mix-blend-mode: screen;
  }
  .cursor::after{
    content: ''; position: absolute; left: 50%; top: 50%; width: 3px; height: 3px;
    border-radius: 50%; background: var(--cy); transform: translate(-50%, -50%);
  }
  .cursor.hot{ width: 56px; height: 56px; border-color: var(--cy); background: oklch(0.85 0.145 195 / 0.08); }
}
@media (pointer: coarse){ .cursor{ display: none; } }

/* топ-лого мінімальний */
.minitop{
  position: absolute; top: 0; left: 0; right: 0; z-index: 5;
}
.minitop .wrap{ max-width: 1360px; margin: 0 auto; padding: 22px clamp(20px, 4vw, 56px); display: flex; justify-content: space-between; align-items: center; }
.minitop .logo{ display: flex; align-items: center; gap: 9px; text-decoration: none; font-weight: 700; font-size: 19px; letter-spacing: -0.02em; }
.minitop .ymark{ color: var(--cy); }
.minitop .ymark svg{ display: block; }
.minitop .mono-note{ font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-3); }

/* футер */
.footer{ border-top: 1px solid var(--line-soft); padding: 26px 0 120px; position: relative; z-index: 1; }
