:root {
  --blue: #0b57d0;
  --blue2: #1685ff;
  --blueSoft: rgba(11, 87, 208, .09);
  --ink: #202631;
  --muted: #7a818c;
  --paper: #f7f7f8;
  --card: #fff;
  --line: rgba(23, 33, 50, .10);
  --line2: rgba(23, 33, 50, .18);
  --shadow: 0 18px 50px rgba(29, 40, 58, .10);
  --shadow2: 0 10px 28px rgba(29, 40, 58, .14);
  --dark: #141726;
  --dark2: #0d1020;
  --quizBg: #10131c;
  --quizCard: #161a25;
  --quizText: #f7f9fc;
  --quizMuted: #9ca5b5;
  --radius: 28px;
  --ease: cubic-bezier(.2, .8, .2, 1);
  --success: #45d18b;
  --danger: #ff5d71;
}

html[data-theme="dark"] {
  --ink: #f1f4f8;
  --muted: #9ba4b3;
  --paper: #0d1018;
  --card: #151925;
  --line: rgba(255, 255, 255, .08);
  --line2: rgba(255, 255, 255, .16);
  --shadow: 0 18px 50px rgba(0, 0, 0, .34);
  --shadow2: 0 10px 28px rgba(0, 0, 0, .30);
}

/* Base resets and typography */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  transition: background .3s, color .3s;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }

/* Layout containers */
.section-shell, .page-section, .site-header, .site-footer {
  width: min(100% - 48px, 1520px);
  margin-inline: auto;
}

/* Header */
.site-header {
  height: 82px;
  display: flex;
  align-items: center;
  gap: 28px;
  position: relative;
  z-index: 20;
}
.site-brand {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  font-weight: 900;
  letter-spacing: .08em;
}
.site-brand img { height: 44px; width: auto; }
.brand-main { font-size: 1.42rem; }
.brand-sub { font-size: .76rem; margin-bottom: 2px; font-weight: 700; letter-spacing: 0; }
.site-nav {
  display: flex;
  gap: 22px;
  margin-left: auto;
  font-size: .78rem;
  font-weight: 700;
  color: var(--muted);
}
.site-nav a:hover { color: var(--blue); }
.header-actions { display: flex; gap: 10px; align-items: center; }
.theme-toggle, .header-cta {
  border: 1px solid var(--line2);
  background: var(--card);
  min-height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .76rem;
  font-weight: 800;
  color: var(--ink);
  cursor: pointer;
}
.header-cta {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}

/* Hero Section */
.pdf-hero {
  min-height: calc(100svh - 82px);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 40px 0 70px;
}
.hero-copy { position: relative; z-index: 3; padding-left: 2.5%; }
.hero-kicker { font-size: clamp(.8rem, 1.1vw, 1rem); color: var(--muted); max-width: 520px; margin-bottom: 34px; }
.hero-copy h1 { font-size: clamp(3.2rem, 6.2vw, 7rem); font-weight: 300; line-height: .92; letter-spacing: -.05em; margin: 0; max-width: 860px; }
.hero-copy h1 .thin { font-weight: 300; color: #90959b; }
.hero-copy h1 .blue { font-weight: 850; color: var(--blue); }
.hero-rule { height: 4px; width: min(430px, 58%); background: var(--blue); margin: 36px 0; }
.hero-copy p { font-size: clamp(1rem, 1.45vw, 1.35rem); line-height: 1.45; max-width: 700px; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; margin-top: 34px; }
.price-pill, .pdf-btn {
  min-height: 62px;
  padding: 0 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(.92rem, 1.3vw, 1.12rem);
}
.price-pill { background: #8eace0; color: #fff; }
.pdf-btn { background: var(--blue); color: #fff; font-weight: 750; }
.text-link { color: var(--blue); font-weight: 800; font-size: .9rem; }
.hero-visual { position: relative; height: 100%; min-height: 620px; }
.hero-visual img { position: absolute; inset: 5% 0 0 8%; width: 88%; height: 88%; object-fit: cover; border-radius: 36px; box-shadow: var(--shadow); }

/* Rings (исправленные размеры и позиционирование) */
.ring {
  position: absolute;
  border-radius: 50%;
  border-style: solid;
  box-sizing: border-box;
  pointer-events: none;
}

.ring-blue {
  width: clamp(280px, 32vw, 480px);
  height: clamp(280px, 32vw, 480px);
  right: 2%;
  top: 4%;
  border-width: clamp(45px, 5.5vw, 85px);
  border-color: var(--blue);
}

.ring-silver {
  width: clamp(260px, 30vw, 440px);
  height: clamp(260px, 30vw, 440px);
  right: 14%;
  top: 28%;
  border-width: clamp(45px, 5.5vw, 85px);
  border-color: #e7e9ec;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, .03);
}

html[data-theme="dark"] .ring-silver {
  border-color: #232a39;
}

/* Technology Section */
.technology-section { min-height: 100svh; display: grid; grid-template-columns: .38fr .62fr; }
.tech-blue { background: var(--blue); color: #fff; display: flex; align-items: center; position: relative; overflow: hidden; padding: 8vw 4vw; }
.tech-blue > p { font-size: clamp(1.7rem, 3vw, 3.2rem); line-height: 1.12; max-width: 580px; position: relative; z-index: 2; }
.tech-arc { position: absolute; width: 650px; height: 650px; border: 90px solid #fff; border-radius: 50%; right: -390px; bottom: -330px; }
.tech-white { background: var(--card); padding: 8vw 7vw; display: flex; flex-direction: column; justify-content: center; position: relative; }
.section-small-title { font-size: clamp(1rem, 1.8vw, 1.7rem); margin-bottom: 36px; }
.tech-steps { display: grid; gap: 28px; }
.tech-step { display: grid; grid-template-columns: 72px 1fr; align-items: center; gap: 24px; }
.tech-step > span { width: 64px; height: 64px; border-radius: 50%; background: #58a7ef; color: #fff; display: grid; place-items: center; font-weight: 900; box-shadow: 0 8px 18px rgba(0, 0, 0, .16); }
.tech-step h3 { font-size: clamp(1.05rem, 1.7vw, 1.55rem); margin: 0; }
.tech-step p { margin: 5px 0 0; color: var(--muted); font-size: .9rem; line-height: 1.45; }
.tech-footer { font-weight: 800; color: var(--muted); max-width: 700px; font-size: clamp(1.05rem, 1.5vw, 1.3rem); margin: 40px 0 0; }
.inline-quiz-cta { display: inline-flex; margin-top: 28px; color: var(--blue); font-weight: 850; }
.tech-image { position: absolute; left: 4vw; bottom: 4vw; width: min(58%, 340px); max-height: 220px; object-fit: cover; border-radius: 18px; z-index: 2; box-shadow: 0 16px 40px rgba(0, 0, 0, .18); }

/* Common Section Styles */
.page-section { padding: 110px 0; }
.section-head { display: grid; gap: 15px; margin-bottom: 50px; }
.section-head h2 { font-size: clamp(2.2rem, 4vw, 4.8rem); line-height: .98; letter-spacing: -.045em; margin: 0; max-width: 1100px; }
.section-head p { margin: 0; color: var(--muted); font-size: 1.05rem; line-height: 1.65; max-width: 820px; }
.eyeline { font-size: .76rem; letter-spacing: .13em; text-transform: uppercase; font-weight: 850; color: var(--muted); }
.section-image { width: 100%; max-height: 520px; object-fit: cover; border-radius: 24px; margin-bottom: 28px; box-shadow: var(--shadow); }

/* Numbers Section */
.numbers-section { padding-top: 120px; }
.funnel-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.metric-card { min-height: 160px; border-radius: 18px; background: var(--card); border: 1px solid var(--line); box-shadow: var(--shadow2); padding: 26px; display: flex; flex-direction: column; justify-content: center; }
.metric-card strong { font-size: clamp(1.6rem, 2.5vw, 2.7rem); line-height: 1; }
.metric-card span { margin-top: 10px; color: var(--muted); font-size: .92rem; }
.metric-final { background: var(--blue); color: #fff; grid-row: span 2; }
.metric-final span { color: rgba(255, 255, 255, .75); }
.progress-arrow { display: flex; align-items: center; gap: 12px; margin-top: 32px; color: var(--muted); font-size: .75rem; text-transform: uppercase; font-weight: 800; letter-spacing: .08em; }
.progress-arrow i { height: 1px; background: var(--line2); flex: 1; position: relative; }
.progress-arrow i:after { content: ""; position: absolute; right: 0; top: -3px; border-left: 6px solid var(--line2); border-top: 3px solid transparent; border-bottom: 3px solid transparent; }

/* Quiz Bridge & Application Shell */
.quiz-bridge { padding-top: 80px; }
.quiz-heading { margin-bottom: 32px; }
.quiz-app { background: var(--quizBg); border-radius: 34px; padding: 18px; color: var(--quizText); box-shadow: 0 30px 90px rgba(0, 0, 0, .18); position: relative; overflow: hidden; }
.quiz-app:before { content: ""; position: absolute; width: 500px; height: 500px; border: 1px solid rgba(45, 139, 255, .18); border-radius: 50%; right: -260px; top: -260px; box-shadow: 0 0 100px rgba(19, 105, 255, .15); }
.quiz-shell { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 14px; position: relative; z-index: 2; }
.stage, .intel { background: rgba(255, 255, 255, .025); border: 1px solid rgba(255, 255, 255, .08); border-radius: 24px; }
.stage { min-height: 720px; overflow: hidden; }
.stage-head { height: 58px; border-bottom: 1px solid rgba(255, 255, 255, .08); display: grid; grid-template-columns: 40px 1fr auto; gap: 12px; align-items: center; padding: 0 18px; }
.back-btn { width: 36px; height: 36px; border: 1px solid rgba(255, 255, 255, .08); background: transparent; color: var(--quizText); border-radius: 10px; opacity: 0; pointer-events: none; transition: .2s; cursor: pointer; }
.back-btn.visible { opacity: 1; pointer-events: auto; }
.progress-wrap { height: 4px; background: rgba(255, 255, 255, .06); border-radius: 99px; overflow: hidden; }
.progress-bar { height: 100%; width: 0; background: linear-gradient(90deg, var(--blue), var(--blue2)); transition: width .5s; }
.progress-label { font-size: .68rem; color: var(--quizMuted); font-weight: 800; }
.screen { min-height: 662px; padding: 54px 5.4vw; display: flex; flex-direction: column; justify-content: center; transition: opacity .2s, transform .4s var(--ease), filter .25s; }
.screen.out { opacity: 0; transform: translateY(18px) scale(.99); filter: blur(7px); }
.screen.in { animation: screenIn .5s var(--ease); }
@keyframes screenIn { from { opacity: 0; transform: translateY(24px); filter: blur(8px); } to { opacity: 1; transform: none; filter: none; } }

/* Quiz Internal Elements */
.quiz-app .eyebrow { display: flex; align-items: center; gap: 10px; color: #5cb1ff; font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 22px; }
.quiz-app .eyebrow:before { content: ""; width: 26px; height: 1px; background: currentColor; }
.quiz-app h1, .quiz-app h2, .quiz-app h3, .quiz-app p { margin: 0; }
.hero-title, .question-title, .result-title { font-weight: 900; text-transform: uppercase; line-height: .96; letter-spacing: -.045em; }
.hero-title { font-size: clamp(2.9rem, 5.2vw, 6.4rem); max-width: 980px; }
.question-title { font-size: clamp(2.15rem, 4vw, 4.9rem); max-width: 1000px; }
.result-title { font-size: clamp(2.25rem, 4.2vw, 5rem); max-width: 980px; }
.accent { color: #4fa8ff; }
.lead { font-size: clamp(1rem, 1.35vw, 1.18rem); line-height: 1.65; color: var(--quizMuted); max-width: 800px; margin-top: 24px; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.chip { border: 1px solid rgba(255, 255, 255, .09); background: rgba(255, 255, 255, .025); border-radius: 999px; padding: 9px 13px; color: #c4c9d4; font-size: .78rem; font-weight: 700; }
.chip.blue { border-color: rgba(7, 92, 255, .45); background: rgba(7, 92, 255, .12); color: #bcd8ff; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.btn { min-height: 56px; border-radius: 15px; border: 1px solid transparent; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 800; font-size: .9rem; cursor: pointer; transition: .28s var(--ease); color: #fff; }
.btn-primary { background: linear-gradient(135deg, var(--blue2), #0753d7); box-shadow: 0 15px 40px rgba(7, 92, 255, .24); }
.btn-primary:hover { transform: translateY(-3px); }
.btn-ghost { border-color: rgba(255, 255, 255, .14); background: rgba(255, 255, 255, .025); }

/* Quiz Answers */
.answers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 34px; max-width: 980px; }
.answer { appearance: none; color: var(--quizText); text-align: left; border: 1px solid rgba(255, 255, 255, .08); background: rgba(255, 255, 255, .022); border-radius: 20px; padding: 20px; cursor: pointer; min-height: 122px; display: flex; flex-direction: column; justify-content: space-between; gap: 16px; transition: .3s var(--ease); position: relative; overflow: hidden; }
.answer:after { content: ""; position: absolute; width: 140px; height: 140px; border-radius: 50%; right: -100px; top: -100px; border: 26px solid rgba(7, 92, 255, .12); }
.answer:hover { border-color: rgba(69, 161, 255, .45); background: rgba(7, 92, 255, .075); transform: translateY(-4px); }
.answer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.answer-title { font-weight: 800; font-size: clamp(1rem, 1.2vw, 1.16rem); line-height: 1.24; text-transform: uppercase; max-width: 82%; }
.answer-index { font-size: .72rem; font-weight: 800; color: #5cb1ff; border: 1px solid rgba(69, 161, 255, .28); background: rgba(7, 92, 255, .09); padding: 6px 8px; border-radius: 9px; }
.answer-sub { color: var(--quizMuted); font-size: .84rem; line-height: 1.48; max-width: 88%; }

/* Quiz Result Insights */
.insight-card { margin-top: 32px; max-width: 900px; border: 1px solid rgba(69, 161, 255, .25); background: linear-gradient(135deg, rgba(7, 92, 255, .13), rgba(255, 255, 255, .025)); border-radius: 24px; padding: 24px; display: grid; grid-template-columns: auto 1fr; gap: 18px; }
.insight-icon { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: rgba(7, 92, 255, .2); border: 1px solid rgba(69, 161, 255, .25); }
.insight-card h3 { font-size: 1rem; margin-bottom: 8px; }
.insight-card p { color: #b6bcc9; line-height: 1.6; font-size: .92rem; }
.proof-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 10px;
  margin-top: 34px;
  max-width: 980px;
}
.proof-item { border: 1px solid rgba(255, 255, 255, .08); border-radius: 16px; padding: 16px; background: rgba(255, 255, 255, .02); }
.proof-val { font-weight: 900; font-size: clamp(1.2rem, 2vw, 1.8rem); }
.proof-label { font-size: .72rem; color: var(--quizMuted); margin-top: 5px; }

/* Quiz Results & Packages */
.result-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 16px; margin-top: 32px; max-width: 1100px; }
.result-card, .why-card, .lead-card { border: 1px solid rgba(255, 255, 255, .08); border-radius: 22px; background: rgba(255, 255, 255, .025); padding: 24px; }
.result-card { background: linear-gradient(145deg, rgba(7, 92, 255, .16), rgba(255, 255, 255, .022)); border-color: rgba(69, 161, 255, .32); }
.result-kicker { font-size: .72rem; color: #a8cfff; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.package-name { font-size: clamp(1.5rem, 2.5vw, 2.35rem); font-weight: 900; text-transform: uppercase; margin-top: 9px; line-height: 1.05; }
.price { font-size: clamp(2.3rem, 3.8vw, 3.8rem); font-weight: 900; letter-spacing: -.05em; margin-top: 18px; line-height: 1; }
.price small { font-size: .78rem; color: var(--quizMuted); font-weight: 700; letter-spacing: 0; line-height: 1.35; }
.features { display: grid; gap: 10px; margin-top: 20px; padding: 0; list-style: none; }
.features li { display: flex; gap: 10px; color: #d5d9e2; font-size: .88rem; }
.features li:before { content: "↳"; color: #5cb1ff; font-weight: 900; }
.why-title { font-weight: 800; text-transform: uppercase; font-size: .86rem; color: #cad0dc; }
.why-list { display: grid; gap: 13px; margin-top: 18px; }
.why-row { display: grid; grid-template-columns: 34px 1fr; gap: 11px; }
.why-num { width: 34px; height: 34px; border-radius: 10px; background: rgba(255, 255, 255, .045); display: grid; place-items: center; color: #5cb1ff; font-size: .72rem; font-weight: 800; border: 1px solid rgba(255, 255, 255, .08); }
.why-row p { color: var(--quizMuted); font-size: .86rem; line-height: 1.5; }

/* Lead Form Card */
.lead-card { margin-top: 16px; max-width: 1100px; display: grid; grid-template-columns: 1fr 1.15fr; gap: 26px; align-items: center; background: linear-gradient(120deg, rgba(255, 255, 255, .03), rgba(7, 92, 255, .055)); }
.lead-card h3 { text-transform: uppercase; font-size: clamp(1.25rem, 2vw, 1.8rem); }
.lead-card p { color: var(--quizMuted); font-size: .85rem; line-height: 1.55; margin-top: 10px; }
.form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.field { height: 58px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 15px; background: rgba(0, 0, 0, .18); padding: 0 17px; color: #fff; outline: none; min-width: 0; }
.field:focus { border-color: rgba(69, 161, 255, .65); box-shadow: 0 0 0 4px rgba(7, 92, 255, .09); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.consent, .form-status { grid-column: 1/-1; }
.consent { font-size: .67rem; color: #656d7c; }
.form-status { min-height: 20px; font-size: .76rem; font-weight: 700; }
.form-status.error { color: var(--danger); }

/* Intel Sidebar (Radar, Metrics, Trail) */
.intel { padding: 22px; display: flex; flex-direction: column; gap: 18px; min-height: 720px; }
.intel-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.intel-head h2 { font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: #c3c8d3; }
.intel-head span { font-size: .7rem; color: var(--quizMuted); font-weight: 800; }
.radar { border: 1px solid rgba(255, 255, 255, .08); border-radius: 22px; padding: 22px; background: rgba(255, 255, 255, .022); }
.radar-title { display: flex; justify-content: space-between; align-items: end; margin-bottom: 20px; }
.radar-big { font-weight: 900; font-size: 2.4rem; }
.radar-big span { font-size: .75rem; color: var(--quizMuted); }
.radar-caption { font-size: .7rem; color: var(--quizMuted); text-align: right; max-width: 120px; }
.meter-list { display: grid; gap: 15px; }
.meter-head { display: flex; justify-content: space-between; color: #b9bfcc; font-size: .73rem; font-weight: 700; margin-bottom: 6px; }
.meter-track { height: 6px; background: rgba(255, 255, 255, .06); border-radius: 99px; overflow: hidden; }
.meter-fill { height: 100%; width: 15%; background: linear-gradient(90deg, var(--blue), var(--blue2)); transition: width .65s; }
.trail { display: flex; flex-direction: column; gap: 10px; flex: 1; }
.trail-label { font-size: .68rem; color: var(--quizMuted); font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.trail-list { display: flex; flex-direction: column; gap: 8px; overflow: auto; max-height: 260px; }
.trail-item { border: 1px solid rgba(255, 255, 255, .08); background: rgba(255, 255, 255, .018); border-radius: 14px; padding: 11px 12px; }
.trail-q { font-size: .66rem; color: #737d90; text-transform: uppercase; font-weight: 800; }
.trail-a { font-size: .78rem; color: #d4d8e1; font-weight: 700; margin-top: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.intel-insight { margin-top: auto; border: 1px solid rgba(69, 161, 255, .2); background: rgba(7, 92, 255, .08); border-radius: 18px; padding: 16px; }
.intel-insight .tag { font-size: .63rem; text-transform: uppercase; letter-spacing: .12em; color: #83baff; font-weight: 800; }
.intel-insight p { font-size: .8rem; line-height: 1.5; color: #b9c1cf; margin-top: 7px; }
.success-screen { text-align: center; display: flex; flex-direction: column; align-items: center; }
.success-mark { width: 76px; height: 76px; border-radius: 24px; background: rgba(85, 230, 155, .12); border: 1px solid rgba(85, 230, 155, .25); display: grid; place-items: center; color: var(--success); font-size: 2rem; margin-bottom: 25px; }

/* LTV Section */
.ltv-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.ltv-card { background: var(--card); border: 1px solid var(--line); box-shadow: var(--shadow2); border-radius: 18px; padding: 26px; min-height: 220px; }
.ltv-card > span { font-size: .82rem; color: var(--blue); font-weight: 850; }
.ltv-card strong { display: block; font-size: clamp(2rem, 3vw, 3.1rem); margin-top: 28px; }
.ltv-card p { color: var(--muted); line-height: 1.45; }
.ltv-final { background: var(--blue); color: #fff; }
.ltv-final > span, .ltv-final p { color: #fff; }
.asset-statement { margin-top: 34px; padding: 38px 44px; background: var(--card); box-shadow: var(--shadow2); border: 1px solid var(--line); font-size: clamp(1.6rem, 3vw, 3.1rem); line-height: 1.1; font-weight: 780; max-width: 1260px; }

/* Pricing Section */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pricing-card { background: var(--card); border: 1px solid var(--line); border-radius: 20px; padding: 32px; min-height: 520px; display: flex; flex-direction: column; box-shadow: var(--shadow2); }
.pricing-card.recommended { background: var(--blue); color: #fff; transform: translateY(-12px); }
.package-top > span { font-weight: 850; color: var(--blue); font-size: .86rem; }
.recommended .package-top > span { color: #fff; }
.package-top strong { display: block; font-size: clamp(2rem, 3vw, 3.4rem); margin-top: 28px; }
.package-top p { color: var(--muted); line-height: 1.55; margin-top: 28px; }
.recommended .package-top p { color: rgba(255, 255, 255, .75); }
.package-rule { height: 4px; background: #32a2ff; margin: 28px 0; }
.pricing-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; color: var(--muted); font-size: .9rem; line-height: 1.4; }
.pricing-card li:before { content: "·"; margin-right: 10px; }
.recommended ul { color: #fff; }
.pricing-card > a { margin-top: auto; padding-top: 32px; font-weight: 850; color: var(--blue); }
.recommended > a { color: #fff; }

/* Final CTA Section */
.final-section { min-height: 82svh; background: var(--dark); color: #fff; position: relative; overflow: hidden; display: flex; align-items: center; padding: 8vw max(5vw, calc((100vw - 1420px)/2)); margin-top: 80px; }
.final-copy { position: relative; z-index: 3; max-width: 1100px; }
.final-overline { text-transform: uppercase; color: #687080; font-weight: 850; letter-spacing: .04em; font-size: clamp(.9rem, 1.4vw, 1.3rem); }
.final-copy h2 { font-size: clamp(3rem, 6vw, 6.6rem); line-height: .95; max-width: 1050px; margin: 46px 0 0; letter-spacing: -.05em; }
.final-copy > p { font-size: clamp(1.1rem, 1.8vw, 1.5rem); font-weight: 750; max-width: 720px; margin: 42px 0; color: #fff; }
.final-btn { display: inline-flex; min-height: 60px; padding: 0 28px; align-items: center; background: var(--blue); color: #fff; border-radius: 10px; font-weight: 850; }
.contact-block { display: flex; flex-direction: column; gap: 5px; margin-top: 60px; font-weight: 800; }
.contact-block span { font-size: .78rem; text-transform: uppercase; color: #c8cbd2; }
.contact-block a { font-size: 1.2rem; }
.final-rings div { position: absolute; border-radius: 50%; border: 95px solid rgba(255, 255, 255, .025); width: 680px; height: 680px; right: -180px; bottom: -220px; }
.final-rings div:first-child { border-color: var(--blue); right: -170px; top: -410px; bottom: auto; }
.final-image { position: absolute; right: 3%; bottom: 0; height: 86%; width: 38%; object-fit: cover; object-position: center; border-radius: 34px 34px 0 0; opacity: .78; }

/* Utilities */
.site-footer { height: 78px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: .76rem; }
.floating-quiz { position: fixed; right: 22px; bottom: 22px; z-index: 30; border: 0; background: var(--blue); color: #fff; border-radius: 999px; padding: 15px 18px; font-weight: 850; box-shadow: 0 12px 35px rgba(11, 87, 208, .35); cursor: pointer; }
.toast { position: fixed; left: 50%; bottom: 28px; transform: translate(-50%, 20px); z-index: 50; background: #10131c; color: #fff; border: 1px solid rgba(255, 255, 255, .14); padding: 12px 16px; border-radius: 14px; font-size: .78rem; opacity: 0; transition: .3s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.price-stacked { display: grid; gap: 8px; }
.price-stacked span { display: block; line-height: .95; }
.price-stacked small { display: block; margin: 0; line-height: 1.35; white-space: normal; }

/* ================== Media Queries ================== */

@media (max-width: 1100px) {
  .site-nav { display: none; }
  .pdf-hero { grid-template-columns: 1fr .8fr; }
  .hero-visual { min-height: 520px; }
  .technology-section { grid-template-columns: 1fr; }
  .tech-blue { min-height: 430px; }
  .funnel-grid { grid-template-columns: repeat(3, 1fr); }
  .metric-final { grid-row: auto; }
  .quiz-shell { grid-template-columns: 1fr; }
  .intel { min-height: auto; display: grid; grid-template-columns: 1fr 1fr; }
  .intel-head, .intel-insight { grid-column: 1/-1; }
  .ltv-grid { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card.recommended { transform: none; }
  .final-image { display: none; }
}

@media (max-width: 760px) {
  .section-shell, .page-section, .site-header, .site-footer { width: min(100% - 24px, 1520px); }
  .site-header { height: 68px; }
  .brand-main { font-size: 1.1rem; }
  .brand-sub { font-size: .66rem; }
  .header-cta, .theme-label { display: none; }
  .theme-toggle { width: 42px; padding: 0; justify-content: center; }

  .pdf-hero { min-height: auto; grid-template-columns: 1fr; padding: 54px 0 70px; }
  .hero-copy { padding: 0; }
  .hero-copy h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .hero-rule { margin: 28px 0; }
  .hero-actions { align-items: stretch; }
  .price-pill, .pdf-btn { min-height: 56px; padding: 0 20px; }
  .text-link { width: 100%; padding-top: 6px; }

  /* Mobile rings fix */
  .hero-visual { height: 340px; min-height: 340px; margin-top: 20px; }
  .ring-blue { width: 280px; height: 280px; right: -30px; top: -10px; border-width: 45px; }
  .ring-silver { width: 260px; height: 260px; right: 50px; top: 130px; border-width: 45px; }

  .tech-image { left: 24px; bottom: 24px; width: 45%; max-height: 130px; }

  .technology-section { min-height: auto; }
  .tech-blue { min-height: 360px; padding: 60px 24px; }
  .tech-white { padding: 64px 24px; }
  .tech-step { grid-template-columns: 56px 1fr; gap: 14px; }
  .tech-step > span { width: 52px; height: 52px; }

  .page-section { padding: 76px 0; }
  .section-head { margin-bottom: 32px; }
  .funnel-grid { grid-template-columns: 1fr 1fr; }
  .metric-card { min-height: 130px; padding: 20px; }
  .progress-arrow { display: none; }

  .quiz-app { padding: 8px; border-radius: 22px; }
  .quiz-shell { display: block; }
  .stage { min-height: 690px; border-radius: 18px; }
  .stage-head { padding: 0 12px; }
  .screen { min-height: 630px; padding: 28px 18px 34px; justify-content: flex-start; }
  .hero-title { font-size: clamp(2.7rem, 13vw, 4.3rem); margin-top: 5vh; }
  .question-title, .result-title { font-size: clamp(2rem, 10vw, 3.5rem); }
  .answers { grid-template-columns: 1fr; }
  .proof-strip { grid-template-columns: 1fr 1fr; }

  .result-grid, .lead-card { grid-template-columns: 1fr; }
  .lead-card { gap: 18px; }
  .form { grid-template-columns: 1fr; }
  .form .btn { width: 100%; }
  .price small { display: block; margin-top: 9px; max-width: 100%; font-size: .74rem; line-height: 1.35; white-space: normal; }
  .package-name { font-size: 1.45rem; overflow-wrap: anywhere; }
  .intel { display: none; }

  .ltv-grid { grid-template-columns: 1fr; }
  .asset-statement { padding: 28px 24px; }

  .pricing-grid { gap: 14px; }
  .pricing-card { min-height: auto; }

  .final-section { min-height: 82svh; padding: 76px 24px; }
  .final-copy h2 { margin-top: 30px; }
  .final-copy > p { margin-top: 26px; }
  .contact-block { margin-top: 44px; }

  .floating-quiz { right: 14px; bottom: 14px; }
  .site-footer { height: 68px; }
}

@media (max-width: 440px) {
  .funnel-grid { grid-template-columns: 1fr; }
  .hero-title { font-size: 2.8rem; }
  .proof-strip { grid-template-columns: 1fr; }
  .result-card, .why-card, .lead-card { padding: 18px; }
  .quiz-app .lead { font-size: .92rem; }
  .price { font-size: 2.5rem; }
  .answer { min-height: 105px; }
  .final-copy h2 { font-size: 3.1rem; }
}

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

/* Фикс слияния текста с белым кругом на телефонах */
.tech-blue > p {
  max-width: min(580px, 82%) !important;
  position: relative;
  z-index: 2;
}

@media (max-width: 1100px) {
  .tech-arc {
    opacity: 0.15; /* Делаем дугу полупрозрачной на планшетах */
  }
}

@media (max-width: 760px) {
  .tech-blue > p {
    max-width: 100% !important;
  }
  .tech-arc {
    display: none !important; /* Полностью убираем белый круг на телефонах */
  }
}