/* ==========================================================================
   Ponyatno — dizayn tizimi
   Asos: demo sahifa (kulrang-ko'k fon, to'q ko'k matn, ko'k tugma, sariq "marker").
   Belgi: sariq "gap" (to'ldiriladigan bo'sh joy): я живу в Ташкент[е].
   Shriftlar: Unbounded (sarlavha, raqam) + Golos Text (matn), ikkalasi kirill va lotin.
   ========================================================================== */

:root {
  --paper: #eef1f5;
  --surface: #ffffff;
  --ink: #14213d;
  --ink-2: #2b3956;
  --muted: #5a6478;
  --line: #d5dbe5;
  --line-soft: #e4e8ef;
  --mark: #ffd23f;
  --on-mark: #14213d;
  --accent: #2b59c3;
  --accent-strong: #1f47a2;
  --accent-soft: #e6ecfb;
  --on-accent: #ffffff;
  --ok: #1e8e5a;
  --ok-bg: #e3f4eb;
  --bad: #c8372d;
  --bad-bg: #fbe9e7;
  --inverse: #14213d;
  --on-inverse: #eef1f5;

  --display: "Unbounded", "Golos Text", "Segoe UI", Arial, sans-serif;
  --body: "Golos Text", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  --r-sm: 8px;
  --r: 12px;
  --r-lg: 18px;
  --shadow: 0 1px 2px rgba(20, 33, 61, .06), 0 14px 32px -16px rgba(20, 33, 61, .22);
  --shadow-lg: 0 2px 4px rgba(20, 33, 61, .06), 0 28px 60px -24px rgba(20, 33, 61, .32);
  --ease: cubic-bezier(.2, .7, .2, 1);
}

:root[data-theme="dark"] {
  --paper: #0f1626;
  --surface: #18213a;
  --ink: #eef1f5;
  --ink-2: #cdd5e6;
  --muted: #9aa5bd;
  --line: #2a3657;
  --line-soft: #222d4b;
  --accent: #7fa2ff;
  --accent-strong: #a3bcff;
  --accent-soft: #1d2b52;
  --on-accent: #0f1626;
  --ok: #4cc38a;
  --ok-bg: #16332a;
  --bad: #ff7a6e;
  --bad-bg: #3a1d1b;
  --inverse: #eef1f5;
  --on-inverse: #14213d;
  --shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 14px 32px -16px rgba(0, 0, 0, .6);
  --shadow-lg: 0 2px 4px rgba(0, 0, 0, .4), 0 28px 60px -24px rgba(0, 0, 0, .7);
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --paper: #0f1626; --surface: #18213a; --ink: #eef1f5; --ink-2: #cdd5e6; --muted: #9aa5bd;
    --line: #2a3657; --line-soft: #222d4b; --accent: #7fa2ff; --accent-strong: #a3bcff;
    --accent-soft: #1d2b52; --on-accent: #0f1626; --ok: #4cc38a; --ok-bg: #16332a;
    --bad: #ff7a6e; --bad-bg: #3a1d1b; --inverse: #eef1f5; --on-inverse: #14213d;
    --shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 14px 32px -16px rgba(0, 0, 0, .6);
    --shadow-lg: 0 2px 4px rgba(0, 0, 0, .4), 0 28px 60px -24px rgba(0, 0, 0, .7);
  }
}

/* ------------------------------------------------------------------ asos */
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--body); font-size: 17px; line-height: 1.55;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; }
button, input, select { font: inherit; color: inherit; }
a { color: var(--accent); text-underline-offset: 3px; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 6px; }
[tabindex="-1"]:focus { outline: none; }
::selection { background: var(--mark); color: var(--on-mark); }

h1, h2, h3, h4 { font-family: var(--display); line-height: 1.16; margin: 0; font-weight: 700; letter-spacing: -.015em; }
h1 { font-size: clamp(1.75rem, 4.6vw, 3.1rem); letter-spacing: -.025em; text-wrap: balance; }
h2 { text-wrap: balance; }
h2 { font-size: clamp(1.4rem, 3.2vw, 2.05rem); letter-spacing: -.02em; }
h3 { font-size: 1.05rem; font-weight: 600; letter-spacing: -.01em; }
p { margin: 0 0 1em; }
.muted { color: var(--muted); }
.small { font-size: .88rem; }
.tnum { font-variant-numeric: tabular-nums; }
.hidden { display: none !important; }
.center { text-align: center; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.wrap { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 20px; }
.col { width: 100%; max-width: 680px; margin: 0 auto; padding: 0 18px; }
.col-wide { max-width: 1040px; }
section { padding: 84px 0; }
@media (max-width: 720px) { section { padding: 56px 0; } body { font-size: 16.5px; } }
.stack > * + * { margin-top: 16px; }
.row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.between { justify-content: space-between; }

/* ------------------------------------------------------------------ belgi: marker va gap */
.mark { background: linear-gradient(transparent 56%, var(--mark) 56% 92%, transparent 92%); padding: 0 .08em; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.gap {
  display: inline-block; min-width: 1.5ch; text-align: center; background: var(--mark); color: var(--on-mark);
  border-radius: .14em; padding: 0 .16em; font-weight: 700;
}
.gap.empty { color: transparent; }
.gap.fill { animation: gapfill .5s var(--ease) both; }
@keyframes gapfill { from { transform: scale(.7); opacity: 0; } to { transform: none; opacity: 1; } }
.kicker {
  display: inline-flex; align-items: center; gap: 9px; font-family: var(--display); font-weight: 500;
  font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-2); margin-bottom: 18px;
}
.kicker::before { content: ""; width: 22px; height: 8px; border-radius: 2px; background: var(--mark); }
.tag {
  display: inline-block; background: var(--mark); color: var(--on-mark); font-size: .72rem; font-weight: 700;
  padding: 2px 9px; border-radius: 5px; letter-spacing: .01em;
}
.tag.ink { background: var(--inverse); color: var(--on-inverse); }
.tag.ok { background: var(--ok-bg); color: var(--ok); }

/* ------------------------------------------------------------------ sarlavha paneli */
.top { position: sticky; top: 0; z-index: 30; background: color-mix(in srgb, var(--paper) 86%, transparent);
  backdrop-filter: saturate(1.4) blur(12px); -webkit-backdrop-filter: saturate(1.4) blur(12px); border-bottom: 1px solid var(--line-soft); }
.top .wrap { display: flex; align-items: center; justify-content: space-between; height: 64px; gap: 16px; }
.logo { font-family: var(--display); font-weight: 700; font-size: 1.12rem; letter-spacing: -.03em; color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; gap: 10px; }
.logo-mark { width: 30px; height: 30px; border-radius: 9px; background: var(--accent); color: var(--on-accent); display: grid; place-items: center; font-size: .95rem; position: relative; }
.logo-mark::after { content: ""; position: absolute; left: 6px; right: 6px; bottom: 5px; height: 3px; border-radius: 2px; background: var(--mark); }
.nav { display: flex; align-items: center; gap: 6px; }
.nav a.link { color: var(--ink-2); text-decoration: none; font-size: .93rem; font-weight: 500; padding: 8px 12px; border-radius: 9px; }
.nav a.link:hover { background: var(--line-soft); color: var(--ink); }
@media (max-width: 860px) { .nav a.link { display: none; } }
.ico-btn { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; border: 1px solid var(--line); background: var(--surface);
  cursor: pointer; color: var(--ink-2); transition: background .15s, border-color .15s; }
.ico-btn:hover { background: var(--accent-soft); border-color: var(--accent); }
.ico-btn svg { width: 18px; height: 18px; }
.top .meta { font-size: .86rem; color: var(--muted); font-weight: 500; }

/* ------------------------------------------------------------------ tugmalar */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px;
  border: 0; border-radius: var(--r); background: var(--accent); color: var(--on-accent); font-weight: 700;
  font-size: 1rem; cursor: pointer; text-decoration: none; line-height: 1.2;
  transition: background .15s, transform .12s var(--ease), box-shadow .15s;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .18) inset, 0 10px 22px -10px color-mix(in srgb, var(--accent) 70%, transparent);
}
.btn:hover { background: var(--accent-strong); transform: translateY(-1px); }
.btn:active { transform: translateY(0) scale(.99); }
.btn .arr { transition: transform .2s var(--ease); }
.btn:hover .arr { transform: translateX(3px); }
.btn.lg { padding: 18px 28px; font-size: 1.05rem; border-radius: 14px; }
.btn.sm { padding: 10px 16px; font-size: .92rem; border-radius: 10px; }
.btn.block { width: 100%; }
.btn.ghost { background: transparent; color: var(--accent); border: 1.5px solid var(--line); box-shadow: none; }
.btn.ghost:hover { background: var(--accent-soft); border-color: var(--accent); }
.btn.mark { background: var(--mark); color: var(--on-mark); box-shadow: 0 10px 22px -12px rgba(255, 210, 63, .9); }
.btn.mark:hover { background: #ffdb62; }
.btn[disabled] { opacity: .45; cursor: not-allowed; transform: none; }

/* ------------------------------------------------------------------ kartalar */
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px; }
.card.lift { box-shadow: var(--shadow); }
.grid { display: grid; gap: 16px; }
.g2 { grid-template-columns: repeat(2, 1fr); }
.g3 { grid-template-columns: repeat(3, 1fr); }
.g4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 960px) { .g4 { grid-template-columns: repeat(2, 1fr); } .g3 { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .g2, .g4 { grid-template-columns: 1fr; } .card { padding: 20px; } }

.chip { display: inline-flex; align-items: center; gap: 8px; padding: 7px 13px; border-radius: 999px; background: var(--surface);
  border: 1px solid var(--line); font-size: .88rem; font-weight: 500; color: var(--ink-2); }
.chip i { width: 8px; height: 8px; border-radius: 50%; background: var(--ok); }

/* ------------------------------------------------------------------ zinapoya (daraja) */
.ladder { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; align-items: end; }
.ladder .step {
  border-radius: 8px 8px 0 0; background: var(--line); color: var(--muted); display: flex; align-items: flex-start; justify-content: center;
  padding-top: 8px; font-family: var(--display); font-size: .78rem; font-weight: 700; transition: background .3s, color .3s;
}
.ladder .step:nth-child(1) { height: 30px; } .ladder .step:nth-child(2) { height: 44px; }
.ladder .step:nth-child(3) { height: 58px; } .ladder .step:nth-child(4) { height: 72px; }
.ladder .step.done { background: var(--ok); color: #fff; }
.ladder .step.now { background: var(--mark); color: var(--on-mark); }
.ladder.mini { gap: 4px; } .ladder.mini .step { padding-top: 5px; font-size: .68rem; }
.ladder.mini .step:nth-child(1) { height: 20px; } .ladder.mini .step:nth-child(2) { height: 30px; }
.ladder.mini .step:nth-child(3) { height: 40px; } .ladder.mini .step:nth-child(4) { height: 50px; }

/* ------------------------------------------------------------------ savol (daraja testi) */
.qmeta { display: flex; justify-content: space-between; align-items: baseline; font-size: .88rem; color: var(--muted); margin: 16px 0 8px; font-weight: 500; }
.tnum-big { font-family: var(--display); font-weight: 700; font-size: 1.5rem; color: var(--ink); font-variant-numeric: tabular-nums; min-width: 2.2ch; text-align: right; }
.tnum-big.urgent { color: var(--bad); animation: pulse .55s ease-in-out infinite alternate; }
@keyframes pulse { to { transform: scale(1.1); } }
.timer { height: 5px; background: var(--line); border-radius: 3px; overflow: hidden; margin-bottom: 22px; }
.timer i { display: block; height: 100%; background: var(--accent); width: 100%; border-radius: 3px; }
.timer i.mid { background: #e0a800; } .timer i.low { background: var(--bad); }
.qcard { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px 22px; box-shadow: var(--shadow); }
.qtext { font-family: var(--body); font-size: 1.4rem; font-weight: 600; line-height: 1.4; margin: 0 0 20px; letter-spacing: -.005em; }
.read { border-left: 4px solid var(--mark); padding: 6px 0 6px 16px; margin: 0 0 18px; font-size: 1.03rem; color: var(--ink-2); }
.audio { display: flex; gap: 14px; align-items: center; margin-bottom: 18px; padding: 12px 14px; border-radius: var(--r); background: var(--paper); }
.audio .play { width: 44px; height: 44px; border-radius: 50%; border: 0; background: var(--accent); color: var(--on-accent); cursor: pointer; display: grid; place-items: center; flex: none; }
.audio .play svg { width: 18px; height: 18px; margin-left: 2px; }
.audio .wave { display: flex; gap: 3px; align-items: center; height: 26px; flex: 1; }
.audio .wave i { width: 3px; border-radius: 2px; background: var(--line); height: 30%; }
.audio.playing .wave i { background: var(--accent); animation: wave .9s ease-in-out infinite; }
.audio.playing .wave i:nth-child(odd) { animation-delay: -.3s; } .audio.playing .wave i:nth-child(3n) { animation-delay: -.6s; }
@keyframes wave { 0%, 100% { height: 25%; } 50% { height: 100%; } }
.opts { display: grid; gap: 10px; }
.opt {
  display: flex; align-items: center; gap: 14px; text-align: left; width: 100%; padding: 14px 16px; border: 1.5px solid var(--line);
  border-radius: 12px; background: var(--paper); cursor: pointer; font-size: 1.06rem; transition: border-color .12s, background .12s, transform .1s;
}
.opt .k { flex: none; width: 26px; height: 26px; border-radius: 7px; background: var(--surface); border: 1px solid var(--line); display: grid; place-items: center; font-size: .78rem; font-weight: 700; color: var(--muted); }
.opt:hover:not([disabled]) { border-color: var(--accent); background: var(--surface); }
.opt:active:not([disabled]) { transform: scale(.995); }
.opt[disabled] { cursor: default; }
.opt.right { border-color: var(--ok); background: var(--ok-bg); } .opt.right .k { background: var(--ok); color: #fff; border-color: var(--ok); }
.opt.wrong { border-color: var(--bad); background: var(--bad-bg); } .opt.wrong .k { background: var(--bad); color: #fff; border-color: var(--bad); }
.opt.dim { opacity: .5; }
.verdict { margin-top: 18px; padding: 14px 16px; border-radius: var(--r); font-weight: 500; animation: rise .3s var(--ease) both; }
.verdict.ok { background: var(--ok-bg); color: var(--ok); } .verdict.bad { background: var(--bad-bg); color: var(--bad); }
.verdict.late { background: #fff4d6; color: #7a5a00; }
:root[data-theme="dark"] .verdict.late { background: #3a2f10; color: var(--mark); }
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) .verdict.late { background: #3a2f10; color: var(--mark); } }
@keyframes rise { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.kbd-hint { font-size: .82rem; color: var(--muted); text-align: center; margin-top: 14px; }
@media (hover: none) { .kbd-hint, .opt .k { display: none; } }

.mistake { padding: 12px 0; border-top: 1px solid var(--line-soft); }
.mistake:first-of-type { border-top: 0; }

/* ------------------------------------------------------------------ natija */
.level-big { font-family: var(--display); font-weight: 800; font-size: clamp(4.2rem, 20vw, 7.5rem); line-height: 1; letter-spacing: -.04em; margin: 2px 0; }
.level-sub { font-family: var(--display); font-weight: 500; font-size: 1.02rem; color: var(--muted); }
.bars { display: grid; gap: 14px; margin: 6px 0 4px; }
.bar-row { display: grid; grid-template-columns: 108px 1fr 48px; gap: 12px; align-items: center; font-size: .95rem; }
.bar { height: 10px; background: var(--line); border-radius: 5px; overflow: hidden; }
.bar i { display: block; height: 100%; background: var(--accent); border-radius: 5px; transform-origin: left; animation: grow .8s var(--ease) both; }
.bar-row.weak .bar i { background: var(--bad); } .bar-row.weak b { color: var(--bad); }
@keyframes grow { from { transform: scaleX(0); } }
.bar-row b { text-align: right; font-variant-numeric: tabular-nums; }
@media (max-width: 480px) { .bar-row { grid-template-columns: 84px 1fr 40px; } }

.note { border: 1px dashed var(--line); border-radius: var(--r); padding: 12px 14px; font-size: .92rem; color: var(--muted); }
.ready { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; padding: 16px 18px; border-radius: var(--r-lg); background: var(--ok-bg); border: 1px solid color-mix(in srgb, var(--ok) 35%, transparent); }
.ready .tick { width: 40px; height: 40px; border-radius: 50%; background: var(--ok); color: #fff; display: grid; place-items: center; font-weight: 800; flex: none; }
.ready .txt { flex: 1; min-width: 200px; }

/* ------------------------------------------------------------------ roadmap */
.week { border-top: 1px solid var(--line-soft); padding: 4px 0; }
.week:first-of-type { border-top: 0; }
.week summary { cursor: pointer; list-style: none; display: grid; grid-template-columns: 46px 1fr auto; gap: 12px; align-items: center; padding: 12px 0; }
.week summary::-webkit-details-marker { display: none; }
.week .n { font-family: var(--display); font-weight: 700; font-size: 1.15rem; color: var(--accent); }
.week .t { font-weight: 600; }
.week .chev { width: 18px; height: 18px; color: var(--muted); transition: transform .2s var(--ease); }
.week[open] .chev { transform: rotate(180deg); }
.week ul { margin: 0 0 12px 58px; padding: 0; list-style: none; color: var(--ink-2); }
.week li { padding: 4px 0; font-size: .97rem; display: grid; grid-template-columns: 54px 1fr; gap: 8px; }
.week li .d { color: var(--muted); font-size: .86rem; font-weight: 500; padding-top: 2px; }
.phase { display: inline-block; font-family: var(--display); font-size: .74rem; font-weight: 500; padding: 5px 10px; background: var(--mark); color: var(--on-mark); border-radius: 6px; margin: 18px 0 4px; }

/* ------------------------------------------------------------------ chegirma paneli va tariflar */
.deal { position: sticky; top: 64px; z-index: 20; display: flex; justify-content: space-between; align-items: center; gap: 16px; background: var(--inverse); color: var(--on-inverse);
  border-radius: var(--r); padding: 12px 18px; margin-bottom: 18px; box-shadow: var(--shadow-lg); }
.deal small { display: block; opacity: .75; font-size: .8rem; line-height: 1.3; }
.deal b { font-family: var(--display); font-size: 1.4rem; font-variant-numeric: tabular-nums; color: var(--mark); letter-spacing: -.02em; }
:root[data-theme="dark"] .deal b { color: #b8860b; }
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) .deal b { color: #b8860b; } }
.deal.over { background: var(--line); color: var(--ink); }

.tariffs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
@media (max-width: 960px) { .tariffs { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; } }
.tariff { position: relative; display: flex; flex-direction: column; background: var(--surface); border: 1.5px solid var(--line); border-radius: var(--r-lg); padding: 26px 22px 22px; }
.tariff.main { border: 2px solid var(--ink); box-shadow: var(--shadow-lg); }
.tariff .ribbon { position: absolute; top: -13px; left: 20px; }
.tariff h3 { font-size: 1.3rem; margin-bottom: 2px; }
.tariff .tl { color: var(--muted); font-size: .93rem; margin: 0 0 16px; }
.price { display: flex; flex-direction: column; margin-bottom: 18px; }
.price s, .price .was { color: var(--muted); font-size: .92rem; height: 1.3em; display: block; }
.price b { font-family: var(--display); font-size: 1.6rem; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.price b small { font-family: var(--body); font-size: .9rem; font-weight: 500; color: var(--muted); letter-spacing: 0; }
.feat { list-style: none; padding: 0; margin: 0 0 22px; flex: 1; }
.feat li { padding: 7px 0 7px 28px; position: relative; font-size: .96rem; color: var(--ink-2); border-top: 1px solid var(--line-soft); }
.feat li:first-child { border-top: 0; }
.feat li::before { content: ""; position: absolute; left: 0; top: 11px; width: 16px; height: 16px; border-radius: 5px; background: var(--ok-bg)
  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8.4l2.6 2.6L12 5.6' fill='none' stroke='%231e8e5a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/16px no-repeat; }

/* ------------------------------------------------------------------ jadval, FAQ */
table.t { width: 100%; border-collapse: collapse; background: var(--surface); border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); }
table.t th, table.t td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--line-soft); }
table.t th { font-family: var(--display); font-size: .74rem; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); background: var(--paper); }
table.t tr:last-child td { border-bottom: 0; }
table.t td:first-child { font-weight: 600; }
details.faq { border-top: 1px solid var(--line); }
details.faq:last-of-type { border-bottom: 1px solid var(--line); }
details.faq summary { cursor: pointer; list-style: none; padding: 20px 0; font-weight: 600; font-size: 1.05rem; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after { content: "+"; font-family: var(--display); font-size: 1.4rem; color: var(--accent); transition: transform .2s var(--ease); }
details.faq[open] summary::after { transform: rotate(45deg); }
details.faq p { color: var(--ink-2); padding: 0 40px 20px 0; margin: 0; }

/* ------------------------------------------------------------------ yuklanish: sariq "gap" indikatori */
.loader { display: inline-flex; gap: 6px; align-items: flex-end; height: 22px; }
.loader i { width: 10px; height: 100%; background: var(--mark); border-radius: 3px; animation: ld 1s var(--ease) infinite; }
.loader i:nth-child(2) { animation-delay: .15s; } .loader i:nth-child(3) { animation-delay: .3s; }
@keyframes ld { 0%, 100% { transform: scaleY(.35); } 50% { transform: scaleY(1); } }
.boot { padding: 90px 0; text-align: center; color: var(--muted); }
.boot .loader { margin-bottom: 14px; }

footer.site { border-top: 1px solid var(--line); padding: 44px 0 64px; color: var(--muted); font-size: .92rem; background: var(--surface); }
footer.site a { color: var(--ink-2); text-decoration: none; } footer.site a:hover { color: var(--accent); text-decoration: underline; }

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

/* ------------------------------------------------------------------ natija sahifasi: yuqori karta va fokus */
.result-top { display: grid; grid-template-columns: auto 1fr; gap: 36px; align-items: center; }
@media (max-width: 640px) { .result-top { grid-template-columns: 1fr; gap: 14px; } }
.result-top h2 { font-size: clamp(1.15rem, 2.4vw, 1.5rem); margin-bottom: 10px; }
.result-top p { margin: 0; color: var(--muted); }
.forecast p { margin: 0 0 .8em; } .forecast p:first-child b:first-child { font-family: var(--display); font-size: 1.05rem; }
.focus-row { display: grid; grid-template-columns: 110px 1fr; gap: 14px; padding: 11px 0; border-top: 1px solid var(--line-soft); font-size: .96rem; }
.focus-row:first-of-type { border-top: 0; }
.focus-row b { font-family: var(--display); font-size: .72rem; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); padding-top: 3px; }
@media (max-width: 520px) { .focus-row { grid-template-columns: 1fr; gap: 2px; } }
.dots { display: flex; gap: 6px; margin: 4px 0 22px; }
.dots i { flex: 1; height: 5px; border-radius: 3px; background: var(--line); }
.dots i.on { background: var(--accent); }
.hero-ru-sm { font-family: var(--display); font-weight: 700; font-size: clamp(1.5rem, 6vw, 2.3rem); line-height: 1.15; letter-spacing: -.03em; margin: 0 0 16px; }
.perks { display: grid; gap: 0; }
.perk { display: grid; grid-template-columns: 40px 1fr; gap: 14px; padding: 14px 0; border-top: 1px solid var(--line-soft); align-items: start; }
.perk:first-child { border-top: 0; padding-top: 0; } .perk:last-child { padding-bottom: 0; }
.perk .ic { width: 40px; height: 40px; border-radius: 11px; background: var(--accent-soft); color: var(--accent); display: grid; place-items: center; }
.perk .ic svg { width: 20px; height: 20px; }
.perk b { display: block; } .perk span { color: var(--muted); font-size: .95rem; }
