:root {
  --accent: #42d5ce;
  --accent-hover: #2abdb7;
  --paper: #ffffff;
  --soft: #edf2f1;
  --portrait-bg: #ffffff;
  --text: #102329;
  --muted: #52666a;
  --quiet: #8b9b9d;
  --border: #d4dedc;
  --selected: #e3f9f7;
  --radius: 14px;
  --max-width: 720px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: #dce5e3;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
.page, footer { width: min(100%, var(--max-width)); margin: 0 auto; }
.page { background: var(--paper); min-height: 100vh; }

.hero { padding: 28px 20px 0; }
.hero-inner { position: relative; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 7px;
  font-family: "Unbounded", "Manrope", sans-serif;
  font-size: clamp(18px, 3.8vw, 25px);
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: -.45px;
  text-wrap: balance;
}
.highlight {
  display: inline-block;
  padding: 1px 7px 3px;
  color: #102329;
  background: var(--accent);
  border-radius: 5px;
  line-height: 1.15;
}
.hero-badges { display: flex; flex-wrap: wrap; gap: 4px 7px; align-items: center; margin-bottom: 14px; color: var(--muted); font-size: 12px; }
.hero-badges b { color: var(--accent); font-size: 13px; }
.hero-badges i { color: var(--quiet); font-style: normal; }

.expert-card {
  position: relative;
  min-height: 186px;
  margin-top: 54px;
  overflow: visible;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--portrait-bg);
  box-shadow: 0 2px 16px rgba(0, 0, 0, .07);
}
.expert-copy { position: relative; z-index: 2; width: 100%; padding: 13px 198px 15px 17px; }
.expert-copy > p { margin-bottom: 12px; font-size: 14px; line-height: 1.43; }
.expert-stats { display: flex; flex-direction: column; gap: 5px; padding-top: 10px; border-top: 1px solid var(--border); color: var(--muted); font-size: 12px; white-space: nowrap; }
.expert-stats span { display: flex; align-items: center; gap: 7px; }
.expert-stats i { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--accent); }
.expert-card > img { position: absolute; z-index: 1; right: -6px; bottom: 0; width: 220px; max-width: none; height: auto; filter: drop-shadow(-4px 2px 12px rgba(0,0,0,.11)); }

.quiz-section { margin-top: 14px; padding: 16px 20px 24px; background: var(--soft); }
.trust-strip { display: flex; flex-wrap: wrap; gap: 7px 15px; margin: 0 4px 10px; }
.trust-strip span { display: flex; align-items: center; gap: 5px; color: var(--muted); font-size: 10px; font-weight: 700; }
.trust-strip i { width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; color: var(--text); background: var(--accent); font-style: normal; font-size: 9px; font-weight: 900; }
.quiz-lead { display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; margin: 0 4px 13px; color: var(--muted); line-height: 1.4; }
.quiz-lead strong { max-width: 330px; color: var(--text); font-family: "Unbounded", "Manrope", sans-serif; font-size: 15px; line-height: 1.35; letter-spacing: -.35px; }
.quiz-lead span { flex: 0 0 auto; padding-bottom: 2px; color: var(--quiet); font-size: 9px; white-space: nowrap; }
.quiz-box { overflow: hidden; padding: 0; border: 1.5px solid rgba(66,213,206,.72); border-radius: 16px; background: var(--paper); box-shadow: 0 16px 34px rgba(16,35,41,.14), 0 3px 9px rgba(16,35,41,.08); }
.quiz-topbar { padding: 15px 14px 13px; color: #fff; background: var(--text); }
.quiz-topline { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.quiz-topline > div { display: flex; flex-direction: column; gap: 3px; }
.quiz-topline span { color: var(--accent); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.quiz-topline strong { font-family: "Unbounded", "Manrope", sans-serif; font-size: 14px; line-height: 1.25; letter-spacing: -.35px; }
.quiz-topline > b { flex: 0 0 auto; padding: 5px 8px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; color: rgba(255,255,255,.72); font-size: 8px; letter-spacing: .04em; }
.progress-row { display: flex; align-items: center; gap: 10px; margin-top: 12px; }
.progress { display: flex; flex: 1; gap: 4px; margin: 0; }
.progress span { height: 3px; flex: 1; overflow: hidden; border-radius: 3px; background: rgba(255,255,255,.2); transition: background .25s ease; }
.progress span.done { background: var(--accent); }
.step-indicator { flex: 0 0 auto; color: rgba(255,255,255,.48); font-family: "Unbounded", "Manrope", sans-serif; font-size: 8px; }
.live-summary { margin: 13px 13px 0; padding: 9px 10px; border: 1px solid #cce9e6; border-radius: 9px; background: #f1fbfa; }
.live-summary[hidden] { display: none; }
.live-summary > span { display: block; margin-bottom: 6px; color: #547174; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.live-summary > div { display: flex; gap: 5px; overflow-x: auto; scrollbar-width: none; }
.live-summary > div::-webkit-scrollbar { display: none; }
.live-chip { max-width: 150px; overflow: hidden; padding: 4px 7px; border-radius: 5px; color: #18383c; background: #d8f5f2; font-size: 10px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.step { display: none; }
.step.active { position: relative; display: block; padding: 16px 14px 0; animation: appear .25s ease both; }
.step.active[data-number]::before { content: attr(data-number); position: absolute; top: 7px; right: 13px; color: rgba(16,35,41,.07); font-family: "Unbounded", "Manrope", sans-serif; font-size: 34px; font-weight: 800; line-height: 1; }
.step h3 { position: relative; z-index: 1; min-height: 23px; margin-bottom: 14px; padding-right: 48px; font-size: 16px; line-height: 1.35; }
.options { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.option {
  position: relative;
  min-height: 46px;
  padding: 10px 8px 10px 36px;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  color: var(--text);
  background: var(--paper);
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  transition: border-color .15s, background .15s;
}
.option i { position: absolute; left: 11px; top: 50%; width: 15px; height: 15px; transform: translateY(-50%); border: 2px solid var(--border); border-radius: 50%; background: var(--paper); }
.option:hover { border-color: var(--accent); }
.option.selected { border-color: var(--accent); background: var(--selected); }
.option.selected i { border-color: var(--accent); background: var(--accent); box-shadow: inset 0 0 0 3px var(--selected); }
.back { display: block; margin: 11px 0 -3px; padding: 4px 0; border: 0; color: var(--quiet); background: transparent; font-size: 11px; }
.phone-step > p { margin-bottom: 11px; color: var(--muted); font-size: 13px; }
.summary { margin-bottom: 12px; padding: 10px 12px; border-radius: 9px; color: var(--muted); background: var(--soft); font-size: 11px; line-height: 1.55; }
.phone-step > label:first-of-type { display: block; margin-bottom: 6px; font-size: 12px; font-weight: 600; }
.phone-step > input { width: 100%; height: 49px; padding: 0 14px; border: 1.5px solid var(--border); border-radius: 10px; color: var(--text); outline: 0; font-size: 16px; }
.phone-step > input:focus { border-color: var(--accent); }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }
.consent { display: flex; align-items: flex-start; gap: 7px; margin: 10px 0 12px; color: var(--muted); font-size: 11px; }
.consent input { width: 15px; height: 15px; margin: 0; accent-color: var(--accent); }
.submit { width: 100%; min-height: 49px; padding: 11px 15px; border: 0; border-radius: 10px; color: var(--text); background: var(--accent); font-weight: 750; transition: background .15s; }
.submit:hover { background: var(--accent-hover); }
.submit:disabled { cursor: wait; opacity: .7; }
.lockline { display: flex; align-items: center; justify-content: center; gap: 4px; margin-top: 10px; padding-bottom: 13px; color: var(--quiet); font-size: 10px; }
.thanks.active { padding: 20px 14px 24px; text-align: center; }
.thanks-icon { width: 42px; height: 42px; display: grid; place-items: center; margin: 0 auto 10px; border-radius: 50%; background: var(--accent); font-weight: 800; }
.thanks h3 { margin-bottom: 5px; font-size: 21px; }
.thanks p { margin-bottom: 13px; color: var(--muted); font-size: 13px; }
.thanks a { font-size: 13px; font-weight: 700; }
.social-section { padding: 14px 20px 20px; background: var(--soft); }
.channels { padding: 14px; border: 1px solid var(--border); border-radius: 12px; background: #fff; }
.channels-heading { display: flex; flex-direction: column; gap: 3px; margin-bottom: 11px; }
.channels-heading strong { color: var(--text); font-size: 13px; font-weight: 800; }
.channels-heading span { color: var(--muted); font-size: 10px; }
.channel-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.channel-link { min-width: 0; min-height: 62px; display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; gap: 8px; align-items: center; padding: 9px; border-radius: 9px; text-decoration: none; transition: transform .17s, filter .17s; }
.channel-link:hover { transform: translateY(-1px); filter: brightness(1.04); }
.channel-link > span:nth-child(2) { min-width: 0; }
.channel-link strong { display: block; font-size: 11px; font-weight: 800; }
.channel-link small { display: block; margin-top: 2px; overflow: hidden; font-size: 8px; opacity: .62; text-overflow: ellipsis; white-space: nowrap; }
.channel-link i { font-style: normal; font-size: 13px; opacity: .55; }
.channel-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; font-size: 11px; font-weight: 800; }
.channel-icon svg { width: 17px; height: 17px; fill: currentColor; }
.channel-telegram { color: #fff; background: var(--text); }
.channel-telegram .channel-icon { color: var(--text); background: var(--accent); }
.channel-max { color: var(--text); background: var(--accent); }
.channel-max .channel-icon { color: #fff; background: var(--text); }

.video-section { padding: 30px 20px 24px; color: #fff; background: var(--text); }
.video-heading > span { display: block; margin-bottom: 8px; color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.video-heading h2 { margin-bottom: 9px; font-family: "Unbounded", "Manrope", sans-serif; font-size: 22px; line-height: 1.25; letter-spacing: -.45px; }
.video-heading p { max-width: 530px; margin-bottom: 17px; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.6; }
.process-video { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 13px; background: #061518; }
.process-video video { width: 100%; height: 100%; display: block; object-fit: cover; }
.video-cover { position: absolute; inset: 0; display: flex; align-items: flex-end; gap: 11px; padding: 17px; border: 0; color: #fff; background: linear-gradient(0deg, rgba(4,17,20,.88), rgba(4,17,20,.02) 68%); text-align: left; }
.video-cover.hidden { display: none; }
.play-icon { width: 45px; height: 45px; flex: 0 0 auto; display: grid; place-items: center; padding-left: 3px; border-radius: 50%; color: var(--text); background: var(--accent); font-size: 12px; box-shadow: 0 0 0 7px rgba(66,213,206,.14); }
.video-cover-copy strong { display: block; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.video-cover-copy small { display: block; margin-top: 2px; color: rgba(255,255,255,.6); font-size: 10px; }
.process-tags { display: flex; gap: 7px; margin-top: 11px; }
.process-tags span { padding: 5px 8px; border: 1px solid rgba(255,255,255,.13); border-radius: 5px; color: rgba(255,255,255,.62); font-size: 9px; }

footer { display: flex; flex-direction: column; gap: 4px; padding: 20px 20px 30px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.45); background: var(--text); font-size: 11px; line-height: 1.5; }
footer strong { color: rgba(255,255,255,.72); font-size: 11px; }
footer a { width: max-content; margin-top: 3px; }
.toast { position: fixed; z-index: 20; left: 50%; bottom: 18px; max-width: calc(100% - 30px); padding: 10px 14px; border-radius: 8px; color: #fff; background: #2a211b; font-size: 12px; opacity: 0; visibility: hidden; transform: translate(-50%, 10px); transition: .2s; }
.toast.show { opacity: 1; visibility: visible; transform: translate(-50%, 0); }

@keyframes appear { from { opacity: 0; transform: translateX(6px); } to { opacity: 1; transform: none; } }

@media (max-width: 600px) {
  body { background: var(--paper); }
  .hero { padding: 28px 14px 0; }
  h1 { font-size: 17px; line-height: 1.36; }
  .hero-badges { flex-wrap: nowrap; gap: 4px; font-size: 11px; }
  .expert-card { min-height: 176px; margin-top: 51px; }
  .expert-copy { padding: 11px 146px 13px 12px; }
  .expert-copy > p { font-size: 13px; line-height: 1.4; }
  .expert-stats { font-size: 11px; }
  .expert-card > img { right: -14px; width: 184px; }
  .quiz-section { padding: 14px 14px 20px; }
  .quiz-lead strong { font-size: 14px; }
  .video-section { padding: 28px 14px 22px; }
  .video-heading h2 { font-size: 20px; }
  .social-section { padding: 14px 14px 20px; }
  footer { padding-left: 20px; }
}

@media (max-width: 360px) {
  .hero-badges { font-size: 10px; }
  .expert-copy { padding-right: 135px; }
  .expert-card > img { width: 174px; }
  .option { padding-left: 31px; font-size: 12px; }
  .option i { left: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
