:root {
  --blue: #003c91;
  --blue-2: #0a56bf;
  --green: #008542;
  --green-2: #00a663;
  --ink: #101828;
  --muted: #747f8f;
  --line: #e5e9f0;
  --soft: #f7f9fc;
  --soft-green: #e9f8ef;
  --white: #ffffff;
  --radius: 30px;
  --shadow: 0 18px 52px rgba(15, 31, 63, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  background:
    radial-gradient(circle at 12% 0%, rgba(0, 133, 66, 0.07), transparent 36rem),
    radial-gradient(circle at 92% 12%, rgba(0, 60, 145, 0.06), transparent 32rem),
    linear-gradient(180deg, #fbfcff 0%, #f7f9fc 48%, #ffffff 100%);
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 138px 20px 20px;
}

.topbar {
  position: fixed;
  top: 20px;
  left: 50%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 18px));
  margin: 0;
  padding: 10px 12px;
  transform: translateX(-50%);
  border: 1px solid rgba(229, 233, 240, 0.78);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 40px rgba(16, 24, 40, 0.06);
  backdrop-filter: blur(24px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 650;
  letter-spacing: -0.01em;
}

.brand-mark {
  display: grid;
  gap: 3px;
  width: 34px;
}

.brand-mark span {
  display: block;
  height: 14px;
  border-radius: 2px 10px 10px 2px;
}

.brand-mark span:first-child {
  background: var(--blue);
}

.brand-mark span:last-child {
  background: var(--green);
}

.nav {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 560;
}

.nav a {
  padding: 10px 14px;
  border-radius: 999px;
}

.nav a:hover {
  color: var(--green);
  background: var(--soft-green);
}

.hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border-radius: 34px;
  background: #101828;
  box-shadow: var(--shadow);
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(9, 18, 36, 0.64) 0%, rgba(9, 18, 36, 0.34) 44%, rgba(9, 18, 36, 0.02) 100%),
    linear-gradient(0deg, rgba(9, 18, 36, 0.42), transparent 54%);
}

.hero-media img {
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: relative;
  width: min(660px, 100%);
  padding: clamp(72px, 9vw, 126px) clamp(24px, 7vw, 86px);
  color: var(--white);
}

.eyebrow,
.section-kicker,
.metric-label {
  color: var(--green);
  font-size: 12px;
  font-weight: 680;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #8af0b7;
}

h1,
h2 {
  margin: 0;
  letter-spacing: -0.045em;
  line-height: 1.02;
  font-weight: 520;
}

h1 {
  max-width: 640px;
  margin-top: 16px;
  font-size: clamp(44px, 5.8vw, 74px);
}

h2 {
  font-size: clamp(29px, 3.5vw, 49px);
}

p {
  margin: 0;
}

.hero-content p {
  max-width: 540px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.48;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 620;
}

.button.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--green-2));
  box-shadow: 0 12px 28px rgba(0, 133, 66, 0.2);
}

.button.ghost {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.hero-stats {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  top: 338px;
  display: grid;
  grid-template-columns: 1fr;
  width: min(330px, calc(100% - 36px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 26px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(28px);
}

.hero-stats article {
  padding: 12px 20px;
}

.hero-stats article + article {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-stats span {
  display: block;
  font-size: clamp(32px, 3.2vw, 42px);
  font-weight: 560;
  letter-spacing: -0.045em;
}

.hero-stats p {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.35;
}

section:not(.hero) {
  margin-top: 32px;
  border-radius: var(--radius);
  scroll-margin-top: 112px;
}

.summary,
.funnel,
.channels,
.gallery,
.quiz,
.performance,
.learnings {
  padding: clamp(30px, 5vw, 70px);
  border: 1px solid rgba(229, 233, 240, 0.9);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 14px 42px rgba(16, 24, 40, 0.045);
}

.summary {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(300px, 1.2fr);
  gap: 56px;
  align-items: start;
}

.summary > p,
.quiz-copy > p {
  color: var(--muted);
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.5;
}

.activity-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.activity-row span {
  min-height: 64px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--blue);
  font-weight: 600;
  background: rgba(255, 255, 255, 0.72);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
}

.section-head.compact {
  max-width: 820px;
  display: block;
}

.funnel-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 14px;
}

.metric-card {
  min-height: 218px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
}

.metric-card.large {
  grid-row: span 2;
  min-height: 450px;
  background:
    linear-gradient(145deg, rgba(0, 60, 145, 0.06), rgba(0, 133, 66, 0.1)),
    #fff;
}

.metric-card.accent {
  color: var(--white);
  border-color: transparent;
  background: linear-gradient(135deg, var(--blue), #062b66);
}

.metric-card strong {
  display: block;
  margin-top: 14px;
  font-size: clamp(36px, 5.6vw, 74px);
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 560;
}

.metric-card p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.42;
}

.metric-card.accent p,
.metric-card.accent .metric-label {
  color: rgba(255, 255, 255, 0.8);
}

.metric-line {
  margin-top: 40px;
}

.metric-line span {
  color: var(--blue);
  font-weight: 620;
}

.metric-line i,
.bars i {
  display: block;
  height: 8px;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #e7edf5;
}

.metric-line i::after,
.bars i::after {
  display: block;
  width: var(--value);
  height: 100%;
  border-radius: inherit;
  content: "";
  background: linear-gradient(90deg, var(--green), #9cf33b);
  transform-origin: left;
  animation: grow 1.2s ease both;
}

.channel-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 34px;
  align-items: center;
  margin-top: 28px;
}

.donut {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--blue) 0 46%, var(--green) 46% 84%, #b9d8ca 84% 100%);
  box-shadow: inset 0 0 0 20px #f7fbff, 0 18px 48px rgba(15, 31, 63, 0.08);
}

.donut-center {
  width: 54%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  align-content: center;
  border-radius: 50%;
  background: #fff;
}

.donut-center strong {
  font-size: 54px;
  font-weight: 560;
  letter-spacing: -0.06em;
}

.donut-center span {
  color: var(--muted);
  font-weight: 560;
}

.channel-list {
  display: grid;
  gap: 12px;
}

.channel-list article {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  min-height: 92px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
}

.channel-list strong {
  font-size: 20px;
  font-weight: 560;
}

.channel-list p {
  margin-top: 4px;
  color: var(--muted);
}

.channel-list b {
  color: var(--blue);
  font-size: 24px;
  font-weight: 560;
}

.dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.dot.blue { background: var(--blue); }
.dot.green { background: var(--green); }
.dot.pale { background: #b9d8ca; }

.attraction-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 14px;
  margin-top: 28px;
}

.attraction-card,
.tg-warmup,
.branch-flow {
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 34px rgba(16, 24, 40, 0.035);
}

.attraction-card {
  display: flex;
  flex-direction: column;
  min-height: 470px;
  padding: 22px;
}

.attraction-card.paid {
  background:
    radial-gradient(circle at 0 0, rgba(0, 60, 145, 0.08), transparent 26rem),
    rgba(255, 255, 255, 0.84);
}

.attraction-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.attraction-topline > strong {
  color: var(--blue);
  font-size: 15px;
  font-weight: 620;
}

.attraction-card h3,
.tg-warmup h3,
.branch-flow h3 {
  margin: 22px 0 10px;
  font-size: clamp(26px, 2.8vw, 40px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  font-weight: 560;
}

.attraction-card p,
.tg-warmup p,
.branch-flow p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.46;
}

.plan-fact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 22px;
}

.plan-fact div,
.channel-economy div,
.warmup-score div,
.warmup-breakdown article,
.branch-grid article {
  position: relative;
  padding: 12px;
  border: 1px solid rgba(229, 233, 240, 0.96);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
}

.plan-fact span,
.channel-economy span,
.warmup-score span,
.warmup-breakdown span,
.branch-grid span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 620;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.plan-fact strong,
.channel-economy strong,
.warmup-score strong,
.warmup-breakdown strong,
.branch-grid strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 26px;
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 560;
}

.channel-economy {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.channel-economy.paid-economy {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.channel-economy.compact {
  grid-template-columns: repeat(2, 1fr);
}

.channel-economy .highlight {
  border-color: rgba(0, 133, 66, 0.28);
  background:
    radial-gradient(circle at 100% 0, rgba(0, 133, 66, 0.12), transparent 10rem),
    rgba(239, 249, 244, 0.88);
}

.channel-economy .highlight strong {
  color: var(--green);
}

.estimated {
  position: relative;
}

.info-tip {
  appearance: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  display: inline-grid;
  width: 19px;
  height: 19px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(112, 126, 148, 0.24);
  border-radius: 999px;
  color: rgba(112, 126, 148, 0.94);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
  font: 650 11px/1 Montserrat, sans-serif;
  cursor: help;
  backdrop-filter: blur(14px);
}

.info-tip > span,
.channel-economy .info-tip > span,
.branch-grid .info-tip > span,
.win-card .info-tip > span {
  position: absolute;
  right: -2px;
  bottom: calc(100% + 9px);
  display: block;
  width: 250px;
  padding: 10px 11px;
  border: 1px solid rgba(229, 233, 240, 0.92);
  border-radius: 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.13);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  backdrop-filter: blur(18px);
}

.info-tip:hover,
.info-tip:focus-visible {
  color: var(--blue);
  border-color: rgba(0, 60, 145, 0.22);
  outline: none;
}

.info-tip:hover > span,
.info-tip:focus-visible > span {
  opacity: 1;
  transform: translateY(0);
}

.channel-economy small,
.warmup-breakdown small,
.branch-grid small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.25;
}

.account-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
}

.account-strip span {
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--blue);
  background: rgba(0, 60, 145, 0.07);
  font-size: 12px;
  font-weight: 560;
}

.tg-warmup {
  display: grid;
  grid-template-columns: 0.8fr 0.78fr 1fr;
  gap: 16px;
  align-items: stretch;
  margin-top: 18px;
  padding: 22px;
}

.warmup-copy h3,
.branch-flow h3 {
  margin-top: 18px;
}

.warmup-score {
  display: grid;
  gap: 8px;
}

.warmup-score div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.warmup-breakdown,
.branch-grid {
  display: grid;
  gap: 8px;
}

.warmup-breakdown {
  grid-template-columns: repeat(3, 1fr);
}

.warmup-breakdown article {
  display: flex;
  min-height: 130px;
  flex-direction: column;
  justify-content: space-between;
}

.branch-flow {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 20px;
  margin-top: 18px;
  padding: 22px;
  background:
    radial-gradient(circle at 100% 0, rgba(0, 133, 66, 0.08), transparent 24rem),
    rgba(255, 255, 255, 0.78);
}

.branch-grid {
  grid-template-columns: repeat(4, 1fr);
}

.branch-grid article {
  min-height: 132px;
}

.branch-grid .street {
  color: var(--white);
  border-color: transparent;
  background: linear-gradient(135deg, var(--green), #00743b);
}

.branch-grid .street span,
.branch-grid .street small {
  color: rgba(255, 255, 255, 0.76);
}

.branch-grid .street strong {
  color: var(--white);
}

.evidence-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr;
  gap: 14px;
  margin-top: 28px;
}

.media-plan {
  margin-top: 34px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background:
    radial-gradient(circle at 0% 0%, rgba(0, 133, 66, 0.08), transparent 28rem),
    #fff;
}

.media-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--line);
}

.media-summary div {
  padding: 16px 18px;
  background: rgba(248, 250, 252, 0.8);
}

.media-summary span,
.media-price span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 620;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.media-summary strong {
  display: block;
  margin-top: 5px;
  color: var(--ink);
  font-size: clamp(22px, 2.4vw, 32px);
  letter-spacing: -0.035em;
  font-weight: 560;
}

.media-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.media-card {
  min-height: 344px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.035);
}

.media-card.hero-card {
  border-color: rgba(0, 60, 145, 0.24);
  background:
    linear-gradient(180deg, rgba(0, 60, 145, 0.06), rgba(0, 133, 66, 0.08)),
    #fff;
}

.tag {
  width: fit-content;
  padding: 7px 11px;
  border: 1px solid rgba(0, 133, 66, 0.22);
  border-radius: 999px;
  color: var(--green);
  background: var(--soft-green);
  font-size: 13px;
  font-weight: 620;
}

.media-card h3 {
  margin: 20px 0 6px;
  color: var(--ink);
  font-size: clamp(23px, 2vw, 30px);
  letter-spacing: -0.035em;
  line-height: 1.04;
  font-weight: 560;
}

.media-card p {
  color: var(--muted);
  font-weight: 460;
}

.media-card dl {
  display: grid;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0 0 18px;
  border-bottom: 1px solid var(--line);
}

.media-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.media-card dt,
.media-card dd {
  margin: 0;
}

.media-card dt {
  color: var(--muted);
  font-weight: 460;
}

.media-card dd {
  color: var(--green);
  font-weight: 640;
}

.media-price {
  margin-top: auto;
  padding-top: 18px;
}

.media-price strong {
  display: block;
  margin-top: 7px;
  color: var(--ink);
  font-size: 21px;
  font-weight: 560;
  letter-spacing: -0.04em;
}

.media-price small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.3;
}

.evidence-grid.single {
  grid-template-columns: minmax(280px, 520px);
}

.telegram-hub {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(300px, 0.7fr);
  gap: 14px;
  margin-top: 18px;
  padding: 20px;
  border-radius: 28px;
  color: var(--white);
  background:
    radial-gradient(circle at 14% 0%, rgba(0, 166, 99, 0.24), transparent 28rem),
    linear-gradient(135deg, #07111d, #102237 58%, #07111d);
  box-shadow: 0 18px 54px rgba(7, 17, 29, 0.12);
}

.telegram-copy {
  align-self: center;
  padding: clamp(6px, 3vw, 26px);
}

.telegram-copy .tag {
  color: #8af0b7;
  border-color: rgba(138, 240, 183, 0.22);
  background: rgba(138, 240, 183, 0.12);
}

.telegram-copy h3 {
  margin: 22px 0 14px;
  font-size: clamp(32px, 3.6vw, 52px);
  line-height: 1.03;
  letter-spacing: -0.038em;
  font-weight: 520;
}

.telegram-copy p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.48;
}

.telegram-facts {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 10px;
  margin-top: 24px;
}

.telegram-facts article {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
}

.telegram-facts strong {
  display: block;
  font-size: clamp(24px, 2.5vw, 36px);
  line-height: 1;
  letter-spacing: -0.035em;
  font-weight: 560;
}

.telegram-facts span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}

.telegram-shot {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.08);
}

.telegram-shot img {
  height: auto;
  max-height: 620px;
  object-fit: contain;
  border-radius: 22px;
  background: #101820;
}

.telegram-shot figcaption {
  color: rgba(255, 255, 255, 0.68);
}

figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
}

figure img {
  height: 100%;
  object-fit: cover;
}

figcaption {
  padding: 12px 14px 14px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 450;
}

.photo-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  grid-auto-rows: 300px;
  gap: 14px;
}

.photo-grid .wide {
  grid-row: span 2;
}

.quiz {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 42px;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 18%, rgba(0, 133, 66, 0.08), transparent 34rem),
    rgba(255, 255, 255, 0.78);
}

.quiz-copy {
  align-self: center;
}

.quiz-copy h2 {
  margin: 12px 0 18px;
}

.quiz-stat {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 28px;
  padding: 18px;
  border-radius: 20px;
  color: var(--white);
  background: linear-gradient(135deg, var(--green), #00743b);
}

.quiz-stat strong {
  font-size: 46px;
  letter-spacing: -0.045em;
  font-weight: 560;
}

.quiz-stat span {
  max-width: 260px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 500;
  line-height: 1.35;
}

.phone-stack {
  position: relative;
  min-height: 610px;
}

.phone {
  position: absolute;
  width: min(39%, 360px);
  border: 8px solid #111827;
  border-radius: 30px;
  box-shadow: 0 22px 56px rgba(16, 24, 40, 0.16);
  object-fit: cover;
}

.phone.one {
  left: 2%;
  top: 16%;
  transform: rotate(-8deg);
}

.phone.two {
  left: 31%;
  top: 0;
  width: min(43%, 390px);
  transform: rotate(2deg);
  z-index: 2;
}

.phone.three {
  right: 0;
  top: 12%;
  transform: rotate(8deg);
}

.lead-followup {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(190px, 0.42fr) minmax(360px, 1fr);
  gap: 12px;
  align-items: stretch;
  padding: 22px;
  background:
    radial-gradient(circle at 0 0, rgba(0, 133, 66, 0.08), transparent 24rem),
    radial-gradient(circle at 100% 0, rgba(0, 60, 145, 0.06), transparent 26rem),
    rgba(255, 255, 255, 0.78);
}

.lead-outcome,
.lead-score,
.product-interest article {
  border: 1px solid rgba(229, 233, 240, 0.95);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
}

.lead-outcome {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px;
}

.lead-outcome h2 {
  margin: 12px 0 16px;
  font-size: clamp(32px, 3.45vw, 50px);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.lead-outcome p {
  max-width: 520px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.48;
}

.lead-score {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  color: var(--white);
  border-color: transparent;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.22), transparent 14rem),
    linear-gradient(135deg, var(--blue), #053176);
}

.lead-score span,
.product-interest span {
  display: block;
  color: var(--green);
  font-size: 12px;
  font-weight: 620;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lead-score span {
  color: rgba(255, 255, 255, 0.78);
}

.lead-score strong {
  display: block;
  margin: 42px 0 10px;
  color: var(--white);
  font-size: clamp(52px, 5.4vw, 78px);
  line-height: 0.92;
  letter-spacing: -0.06em;
  font-weight: 560;
}

.lead-score p,
.product-interest p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.lead-score p {
  color: rgba(255, 255, 255, 0.82);
}

.product-interest {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.product-interest article {
  min-height: 126px;
  padding: 16px;
}

.product-interest article.accent,
.product-interest article:last-child {
  grid-column: span 3;
}

.product-interest article.accent {
  min-height: 128px;
  border-color: rgba(0, 133, 66, 0.2);
  background:
    radial-gradient(circle at 100% 0, rgba(0, 133, 66, 0.12), transparent 15rem),
    rgba(239, 249, 244, 0.9);
}

.product-interest strong {
  display: block;
  margin-top: 12px;
  color: var(--ink);
  font-size: clamp(32px, 3vw, 48px);
  line-height: 0.95;
  letter-spacing: -0.05em;
  font-weight: 560;
}

.product-interest article.accent strong {
  color: var(--green);
  font-size: clamp(42px, 4vw, 62px);
}

.bars {
  display: grid;
  gap: 12px;
}

.bars article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.76);
}

.bars article div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-weight: 480;
}

.bars strong {
  color: var(--ink);
  font-size: 20px;
  font-weight: 560;
}

.wins {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(229, 233, 240, 0.9);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 0 0, rgba(0, 133, 66, 0.08), transparent 28rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(247, 250, 252, 0.76));
  box-shadow: 0 14px 42px rgba(16, 24, 40, 0.045);
  scroll-margin-top: 104px;
}

.wins-head {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(320px, 1fr);
  gap: 28px;
  align-items: end;
}

.wins-head h2 {
  margin-top: 12px;
  max-width: 620px;
  font-size: clamp(34px, 4vw, 58px);
}

.wins-head > p:last-child {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.48;
}

.wins-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.win-card {
  min-height: 190px;
  padding: 20px;
  border: 1px solid rgba(229, 233, 240, 0.95);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
}

.win-card.main {
  color: var(--white);
  border-color: transparent;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.2), transparent 15rem),
    linear-gradient(135deg, var(--green), #006f38);
}

.win-card span {
  display: block;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--green);
  background: rgba(0, 133, 66, 0.08);
  font-size: 12px;
  font-weight: 620;
}

.win-card.main span {
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.14);
}

.win-card strong {
  display: block;
  margin-top: 28px;
  color: var(--ink);
  font-size: clamp(28px, 3.1vw, 46px);
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 560;
}

.win-card.main strong {
  color: var(--white);
  font-size: clamp(34px, 3.8vw, 54px);
}

.win-card p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.42;
}

.win-card.main p {
  color: rgba(255, 255, 255, 0.78);
}

.learnings {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 20px;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  scroll-margin-top: 90px;
}

.issues,
.next {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
}

.next {
  color: var(--ink);
  border-color: rgba(0, 60, 145, 0.13);
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 60, 145, 0.1), transparent 24rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(246, 250, 255, 0.82));
}

.next .section-kicker {
  color: var(--blue);
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.insight-grid article,
.action-stack article {
  border: 1px solid rgba(229, 233, 240, 0.95);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
}

.insight-grid article {
  min-height: 150px;
  padding: 18px;
}

.insight-grid span,
.action-stack span {
  display: block;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--green);
  background: rgba(0, 133, 66, 0.08);
  font-size: 12px;
  font-weight: 620;
  letter-spacing: 0.02em;
}

.insight-grid strong {
  display: block;
  margin-top: 18px;
  color: var(--ink);
  font-size: 26px;
  font-weight: 560;
  letter-spacing: -0.035em;
}

.insight-grid p,
.action-stack p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.42;
}

.action-stack {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.action-stack article {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.action-stack article:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 133, 66, 0.24);
  background: rgba(255, 255, 255, 0.94);
}

.action-stack span {
  color: var(--blue);
  background: rgba(0, 60, 145, 0.08);
}

.action-stack p {
  margin-top: 0;
}

.section-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.48s ease, transform 0.48s ease;
}

.section-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes grow {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@media (max-width: 980px) {
  .page-shell {
    padding: 118px 10px 10px;
  }

  .nav {
    display: none;
  }

  .hero {
    min-height: 820px;
    border-radius: 28px;
  }

  .hero-content {
    padding: 70px 24px;
  }

  .hero-stats,
  .summary,
  .funnel-grid,
  .channel-layout,
  .attraction-grid,
  .tg-warmup,
  .branch-flow,
  .branch-grid,
  .media-summary,
  .media-cards,
  .evidence-grid,
  .telegram-hub,
  .quiz,
  .lead-followup,
  .wins,
  .learnings,
  .insight-grid {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    left: 18px;
    right: 18px;
    top: auto;
    bottom: 18px;
  }

  .hero-stats article + article {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .activity-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .wins-grid {
    grid-template-columns: 1fr;
  }

  .win-card.main {
    grid-row: auto;
  }

  .metric-card.large {
    grid-row: auto;
    min-height: 280px;
  }

  .attraction-card {
    min-height: auto;
  }

  .warmup-breakdown {
    grid-template-columns: 1fr;
  }

  .photo-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 280px;
  }

  .phone-stack {
    min-height: 430px;
  }

  .phone {
    width: 42%;
  }

  .product-interest {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-interest article.accent,
  .product-interest article:last-child {
    grid-column: span 2;
  }
}

@media (max-width: 640px) {
  .page-shell {
    padding-top: 104px;
  }

  .topbar {
    top: 8px;
    width: calc(100% - 10px);
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .section-head {
    display: block;
  }

  .summary,
  .funnel,
  .channels,
  .gallery,
  .quiz,
  .lead-followup,
  .performance,
  .issues,
  .next {
    padding: 24px;
  }

  .channel-layout {
    display: block;
  }

  .plan-fact,
  .channel-economy,
  .channel-economy.compact {
    grid-template-columns: 1fr;
  }

  .telegram-hub,
  .telegram-facts {
    grid-template-columns: 1fr;
  }

  .donut {
    width: min(300px, 100%);
    margin: 22px auto;
  }

  .channel-list article {
    grid-template-columns: auto 1fr;
  }

  .channel-list b {
    grid-column: 2;
  }

  .phone-stack {
    min-height: 360px;
  }

  .product-interest {
    grid-template-columns: 1fr;
  }

  .product-interest article.accent,
  .product-interest article:last-child {
    grid-column: auto;
  }

  .phone {
    border-width: 7px;
    border-radius: 24px;
  }

  .phone.one {
    left: 0;
    top: 18%;
  }

  .phone.two {
    left: 26%;
    width: 48%;
  }

  .phone.three {
    right: -2%;
    top: 18%;
  }

  .bars article div {
    display: block;
  }

  .action-stack article {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
