@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("fonts/Yq6W-LOTXCb04q32xlpwv8ZfrxE.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("fonts/Yq6W-LOTXCb04q32xlpwu8Zf.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --bg: #F3EEE6;
  --dark: #1A1512;
  --dark-2: #251D17;
  --ink: #211C17;
  --ink-soft: #5C544A;
  --muted: #756B5D;
  --red: #C53228;
  --red-deep: #B92D24;
  --focus-halo: rgba(197, 50, 40, .28);
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --peach: #F5A08C;
  --white: #fff;
  --r-lg: 32px;
  --r-md: 22px;
  --shadow: 0 24px 60px -18px rgba(33, 28, 23, .18);
  --shadow-soft: 0 12px 34px -10px rgba(33, 28, 23, .14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

section[id],
main[id],
[id].article-section,
[id].book-section {
  scroll-margin-top: 116px;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.is-intro {
  overflow: hidden;
}

body.menu-open {
  overflow: hidden;
}

img,
svg,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

button {
  border: 0;
}

a,
button,
input,
select,
textarea {
  touch-action: manipulation;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--red-deep);
  outline-offset: 4px;
  box-shadow: 0 0 0 6px var(--focus-halo);
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 120;
  transform: translateY(-140%);
  background: var(--dark);
  color: var(--white);
  padding: 12px 16px;
  border-radius: 999px;
}

.skip-link:focus {
  transform: translateY(0);
}

.progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 3px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, var(--peach), var(--red));
}

.wrap {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.section {
  padding: 96px 0;
  position: relative;
}

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

.section-head p {
  max-width: 460px;
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

.tag {
  font-family: "Unbounded", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted);
}

h1,
h2,
h3 {
  font-family: "Unbounded", sans-serif;
  margin: 0;
}

h2 {
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: -.02em;
}

h2 em,
h1 em {
  color: var(--red);
  font-style: normal;
}

p {
  margin-top: 0;
}

.btn,
.btn-dark,
.btn-soft {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  padding: 18px 26px;
  border-radius: 999px;
  font-family: "Unbounded", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .03em;
  text-decoration: none;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
  user-select: none;
}

.btn {
  position: relative;
  color: var(--white);
  background: linear-gradient(140deg, var(--red), var(--red-deep));
  box-shadow: 0 16px 34px -8px rgba(185, 45, 36, .46);
}

.btn s {
  opacity: .65;
  font-weight: 500;
}

.btn-dark {
  color: var(--white);
  background: var(--dark);
  box-shadow: 0 18px 36px -18px rgba(26, 21, 18, .5);
}

.btn-soft {
  color: var(--ink);
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(255, 255, 255, .86);
  box-shadow: var(--shadow-soft);
}

.btn:hover,
.btn-dark:hover,
.btn-soft:hover {
  transform: translateY(-2px);
}

.hero-secondary {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 8px 2px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration-line: underline;
  text-decoration-color: rgba(197, 50, 40, .42);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.hero-secondary:hover {
  color: var(--red-deep);
  text-decoration-color: currentColor;
}

.circle-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  color: var(--red);
  box-shadow: var(--shadow-soft);
  font-family: "Unbounded", sans-serif;
  font-size: 14px;
}

.intro {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--bg);
  pointer-events: none;
}

.intro .glow {
  position: absolute;
  width: 1000px;
  height: 1000px;
  border-radius: 50%;
  opacity: .35;
  filter: blur(60px);
  background: radial-gradient(circle, rgba(245, 160, 140, .55), rgba(231, 70, 55, .14) 45%, transparent 70%);
  transform: scale(.4);
}

.intro-stage {
  position: relative;
  width: min(400px, 66vw);
}

.tri-svg {
  width: 100%;
  height: auto;
  overflow: visible;
}

.tri-svg .side {
  fill: none;
  stroke: var(--red);
  stroke-width: 14;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tri-svg .fill-big,
.tri-svg .fill-small {
  fill: var(--red);
  opacity: 0;
}

.vertex {
  position: absolute;
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 16px;
  opacity: 0;
  white-space: nowrap;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-soft);
}

.vertex b {
  display: block;
  font-family: "Unbounded", sans-serif;
  font-size: 12px;
}

.vertex small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
}

.vx-1 {
  left: -16%;
  bottom: -4%;
}

.vx-2 {
  right: -18%;
  bottom: -4%;
}

.vx-3 {
  top: -14%;
  left: 50%;
  transform: translateX(-50%);
}

.intro-word {
  position: absolute;
  left: 50%;
  bottom: -21%;
  display: flex;
  gap: 2px;
  transform: translateX(-50%);
  font-family: "Unbounded", sans-serif;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 900;
  letter-spacing: 8px;
}

.intro-word span {
  display: inline-block;
  opacity: 0;
  transform: translateY(24px);
}

.navbar {
  position: fixed;
  top: 16px;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  justify-content: center;
  padding: 0 20px;
  opacity: 0;
  transform: translateY(-20px);
}

.nav-pill {
  display: flex;
  align-items: center;
  gap: 28px;
  max-width: calc(100vw - 24px);
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 999px;
  background: rgba(255, 255, 255, .68);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-soft);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  text-decoration: none;
}

.brand img {
  width: 28px;
  height: 28px;
}

.brand span {
  font-family: "Unbounded", sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .18em;
}

.nav-links {
  display: flex;
  gap: 22px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 600;
}

.nav-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--ink);
}

.nav-links a[aria-current="page"] {
  color: var(--red);
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 4px;
  color: var(--ink-soft);
  font-family: "Unbounded", sans-serif;
  font-size: 11px;
  font-weight: 900;
}

.lang-switch a {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.lang-switch a[aria-current="true"] {
  color: var(--red);
}

.lang-switch span {
  color: rgba(33, 28, 23, .24);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--dark);
  color: var(--white);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 49;
  display: none;
  padding: 90px 20px 20px;
  background: rgba(243, 238, 230, .94);
  backdrop-filter: blur(18px);
}

.mobile-menu a {
  display: block;
  margin-bottom: 12px;
  padding: 18px 20px;
  border-radius: 22px;
  background: var(--white);
  text-decoration: none;
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
}

.mobile-menu.is-open {
  display: block;
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 146px 0 46px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-glow,
.glow-field {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(60px);
}

.hero-glow {
  width: 900px;
  height: 900px;
  top: -330px;
  right: -260px;
  background: radial-gradient(circle, rgba(245, 160, 140, .5), rgba(231, 70, 55, .12) 45%, transparent 70%);
}

.bg-tris {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.bg-tri {
  position: absolute;
  opacity: .08;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 60px;
  align-items: center;
}

.hero h1 {
  margin: 20px 0 0;
  font-size: clamp(29px, 4vw, 58px);
  line-height: 1.15;
  letter-spacing: -.03em;
}

.hero h1 .small {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 400;
  letter-spacing: -.01em;
}

.hero h1 .w {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}

.hero h1 .w i {
  display: inline-block;
  transform: translateY(110%);
  font-style: normal;
}

.lead {
  max-width: 48ch;
  margin: 26px 0 34px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.75;
}

.hero .lead {
  max-width: 56ch;
  padding: 13px 17px 14px;
  border: 1px solid rgba(231, 70, 55, .16);
  border-radius: 22px;
  background: rgba(255, 255, 255, .62);
  box-shadow: 0 18px 44px rgba(119, 76, 60, .08);
  color: var(--ink);
}

.hero-lead-main {
  display: block;
  margin-bottom: 6px;
  font-family: "Unbounded", sans-serif;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 800;
}

.hero-lead-sub {
  display: block;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
}

.cta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.trust {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 42px;
}

.trust b {
  display: block;
  font-family: "Unbounded", sans-serif;
  font-size: 24px;
  line-height: 1.1;
}

.trust i {
  color: var(--red);
  font-style: normal;
}

.trust > div > span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}

.visual {
  position: relative;
  perspective: 900px;
}

.hero-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 4.65;
  overflow: hidden;
  border-radius: var(--r-lg);
  box-shadow: var(--shadow);
  clip-path: inset(6% 6% 6% 6% round 32px);
  background: var(--dark);
}

.hero-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 21, 18, 0) 46%, rgba(26, 21, 18, .38));
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 20px;
  background: rgba(255, 255, 255, .78);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow-soft);
  will-change: transform;
}

.chip .ic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(231, 70, 55, .12);
  color: var(--red);
  font-family: "Unbounded", sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.chip b {
  display: block;
  font-family: "Unbounded", sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.chip small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
}

.chip-1 {
  top: 8%;
  left: -42px;
}

.chip-2 {
  right: -38px;
  bottom: 23%;
}

.chip-3 {
  bottom: -22px;
  left: 10%;
}

.spark {
  width: 64px;
  height: 26px;
}

.spark path {
  stroke-dasharray: 120;
  stroke-dashoffset: 120;
}

.marquee {
  padding: 18px 0;
  border-top: 1px solid rgba(33, 28, 23, .1);
  border-bottom: 1px solid rgba(33, 28, 23, .1);
  overflow: hidden;
  white-space: nowrap;
}

.marquee-track {
  display: inline-flex;
  gap: 56px;
  will-change: transform;
}

.marquee span {
  display: inline-flex;
  align-items: center;
  gap: 56px;
  color: var(--ink-soft);
  font-family: "Unbounded", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.marquee .tri-dot {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 14px solid var(--red);
}

.dark-island {
  position: relative;
  overflow: hidden;
  color: #EDE7DD;
  background: linear-gradient(170deg, var(--dark-2), var(--dark));
  border-radius: 44px;
  transform: scale(.94);
}

.dark-island:before {
  content: "";
  position: absolute;
  width: 760px;
  height: 760px;
  left: 50%;
  bottom: -390px;
  transform: translateX(-50%);
  border-radius: 50%;
  filter: blur(50px);
  background: radial-gradient(circle, rgba(231, 70, 55, .32), transparent 65%);
}

.system-inner,
.final-inner {
  position: relative;
  padding: 88px 56px;
}

.system-head {
  max-width: 680px;
  margin: 0 auto 52px;
  text-align: center;
}

.dark-island h2 em {
  color: var(--peach);
}

.system-head p,
.dark-copy {
  color: rgba(237, 231, 221, .68);
  line-height: 1.75;
}

.system-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gcard {
  padding: 32px 28px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, .055);
  backdrop-filter: blur(8px);
  transform-origin: center top;
}

.gcard .pct {
  color: var(--peach);
  font-family: "Unbounded", sans-serif;
  font-size: 14px;
  font-weight: 900;
}

.gcard h3 {
  margin: 16px 0 12px;
  font-size: 17px;
}

.gcard p {
  margin: 0;
  color: rgba(237, 231, 221, .68);
  line-height: 1.7;
}

.formula {
  margin: 48px 0 0;
  text-align: center;
  color: rgba(237, 231, 221, .58);
}

.formula b {
  color: var(--peach);
}

.offer-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 26px;
  align-items: stretch;
}

.offer-grid-single {
  grid-template-columns: minmax(0, 780px);
  justify-content: center;
}

.price-card,
.white-card,
.lesson-card,
.result-card,
.video-card,
.faq-item {
  border-radius: var(--r-md);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.price-card {
  position: sticky;
  top: 108px;
  align-self: start;
  padding: 42px;
  overflow: hidden;
}

.price-card:after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  top: -220px;
  right: -220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(231, 70, 55, .16), transparent 70%);
}

.price-card > * {
  position: relative;
  z-index: 1;
}

.price-row {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  margin: 22px 0 20px;
}

.price-card .price-row {
  margin-top: 0;
}

.price-row .price-now {
  margin: 0;
}

.price-row s {
  color: var(--muted);
  font-family: "Unbounded", sans-serif;
  font-size: 22px;
}

.price-now {
  color: transparent;
  background: linear-gradient(140deg, #F06A55, var(--red));
  background-clip: text;
  -webkit-background-clip: text;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(72px, 9vw, 118px);
  font-weight: 900;
  line-height: .9;
}

.price-note {
  margin: 0 0 28px;
  color: var(--muted);
  font-weight: 600;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
}

.pill-list span {
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--bg);
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
}

.steps {
  display: grid;
  gap: 16px;
}

.step-card {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  padding: 24px;
  border-radius: var(--r-md);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.step-card b {
  color: var(--red);
  font-family: "Unbounded", sans-serif;
  font-size: 36px;
  line-height: 1;
}

.step-card h3 {
  margin-bottom: 8px;
  font-size: 17px;
}

.step-card p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.65;
}

.counter-strip {
  padding: 108px 0 24px;
  text-align: center;
  overflow: hidden;
}

.counter-strip .huge {
  color: transparent;
  background: linear-gradient(140deg, #F06A55, var(--red));
  background-clip: text;
  -webkit-background-clip: text;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(68px, 12vw, 160px);
  font-weight: 900;
  line-height: .92;
  letter-spacing: -.04em;
}

.counter-strip .cap {
  margin: 18px auto 0;
  max-width: 540px;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.6;
}

.lessons-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.lesson-card {
  padding: 28px;
}

.lesson-card .num {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--red);
  font-family: "Unbounded", sans-serif;
  font-size: 36px;
  font-weight: 900;
}

.lesson-card h3 {
  margin-bottom: 12px;
  font-size: 20px;
}

.lesson-card p {
  color: var(--ink-soft);
  line-height: 1.7;
}

.lesson-tags,
.pay-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.lesson-tags span,
.pay-badges span {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(231, 70, 55, .1);
  color: #8B241C;
  font-size: 12px;
  font-weight: 800;
}

.cta-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  padding: 30px;
  border-radius: var(--r-lg);
  background: var(--dark);
  color: var(--white);
  overflow: hidden;
}

.cta-strip p {
  max-width: 620px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .72);
  line-height: 1.6;
}

.for-grid {
  display: grid;
  grid-template-columns: 1fr .92fr;
  gap: 24px;
}

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

.for-item,
.disclaimer {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 20px;
  border-radius: var(--r-md);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.mark {
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: var(--white);
  background: var(--red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Unbounded", sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.for-item p,
.disclaimer p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.55;
}

.disclaimer {
  background: #FFF7F2;
  border: 1px solid rgba(231, 70, 55, .18);
}

.for-side {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border-radius: var(--r-lg);
  background: var(--dark);
  color: var(--white);
  box-shadow: var(--shadow);
}

.for-side img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  object-position: center top;
  opacity: .82;
}

.for-side-book {
  display: grid;
  place-items: center;
  padding: 34px;
  background:
    radial-gradient(circle at 25% 20%, rgba(231, 70, 55, .22), transparent 34%),
    linear-gradient(145deg, #fff7f2 0%, #eee4d5 52%, #1a1512 100%);
}

.for-side-book img {
  width: min(100%, 360px);
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  opacity: 1;
  border-radius: 24px;
  box-shadow: 0 30px 70px rgba(26, 21, 18, .28);
  transform: rotate(-3deg);
}

.for-side .caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(26, 21, 18, .62);
  backdrop-filter: blur(14px);
}

.author-island {
  padding: 0;
}

.author-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 34px;
  padding: 58px;
}

.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.person-photo {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-md);
  min-height: 430px;
  background: rgba(255, 255, 255, .08);
}

.person-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.person-photo:first-child img {
  object-position: center center;
}

.person-photo:nth-child(2) img {
  object-position: 58% center;
}

.photo-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .84);
  color: var(--dark);
  font-family: "Unbounded", sans-serif;
  font-size: 12px;
  font-weight: 900;
}

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

.author-copy h2 {
  margin: 12px 0 24px;
}

.story {
  color: rgba(237, 231, 221, .74);
  font-size: 16px;
  line-height: 1.8;
}

.author-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0;
}

.author-badges span,
.socials a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--dark);
  background: rgba(255, 255, 255, .82);
  font-weight: 800;
  text-decoration: none;
}

.socials a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  perspective: 1200px;
}

.result-card {
  overflow: hidden;
  transition: box-shadow .25s ease;
  transform-style: preserve-3d;
}

.result-card:hover {
  box-shadow: var(--shadow);
}

.result-photo {
  position: relative;
  aspect-ratio: 4 / 3.35;
  overflow: hidden;
  background: #ddd3c8;
}

.result-photo img {
  width: 100%;
  height: 118%;
  object-fit: cover;
  object-position: center center;
}

.result-body {
  padding: 22px;
}

.kg {
  color: var(--red);
  font-family: "Unbounded", sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.result-body p {
  margin: 12px 0 14px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.65;
}

.who {
  color: var(--ink);
  font-weight: 800;
}

.who span {
  color: var(--muted);
  font-weight: 600;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.video-card {
  overflow: hidden;
  text-align: left;
  cursor: pointer;
}

.video-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--dark) center / cover no-repeat;
}

.video-thumb:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 21, 18, .08), rgba(26, 21, 18, .56));
}

.play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: var(--white);
  box-shadow: var(--shadow);
}

.play:before {
  content: "";
  position: absolute;
  left: 25px;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid var(--red);
}

.video-card h3 {
  padding: 18px 20px 8px;
  font-size: 17px;
}

.video-card p {
  padding: 0 20px 20px;
  margin: 0;
  color: var(--ink-soft);
}

.book {
  overflow: hidden;
  border-radius: var(--r-lg);
  background: linear-gradient(145deg, var(--white), #FFF7F2);
  box-shadow: var(--shadow);
}

.book-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 42px;
  align-items: center;
  padding: 54px;
}

.book-cover {
  overflow: hidden;
  border-radius: 22px;
  background: #E9DED2;
  box-shadow: var(--shadow-soft);
}

.book-cover img {
  width: 100%;
  height: auto;
}

.book-list {
  display: grid;
  gap: 13px;
  margin: 26px 0;
}

.book-list div {
  display: flex;
  gap: 13px;
  color: var(--ink-soft);
  line-height: 1.55;
}

.quiz-shell {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 24px;
  align-items: start;
}

.quiz-card {
  min-height: 430px;
  padding: 34px;
  border-radius: var(--r-lg);
  background: var(--white);
  box-shadow: var(--shadow);
}

.quiz-progress {
  display: flex;
  gap: 8px;
  margin-bottom: 26px;
}

.quiz-progress span {
  flex: 1;
  height: 6px;
  border-radius: 999px;
  background: rgba(33, 28, 23, .12);
}

.quiz-progress span.is-active {
  background: var(--red);
}

.quiz-question {
  display: none;
}

.quiz-question.is-active {
  display: block;
}

.quiz-question h3,
.quiz-result h3 {
  margin-bottom: 20px;
  font-size: clamp(22px, 3vw, 32px);
}

.quiz-options {
  display: grid;
  gap: 10px;
}

.quiz-option {
  width: 100%;
  padding: 16px 18px;
  border-radius: 18px;
  background: var(--bg);
  color: var(--ink);
  text-align: left;
  font-weight: 800;
  cursor: pointer;
}

.quiz-option:hover,
.quiz-option.is-picked {
  background: var(--dark);
  color: var(--white);
}

.quiz-result {
  display: none;
}

.quiz-result.is-active {
  display: block;
}

.quiz-side {
  position: sticky;
  top: 108px;
  padding: 30px;
  border-radius: var(--r-lg);
  color: var(--white);
  background: var(--dark);
  box-shadow: var(--shadow);
}

.quiz-side p {
  color: rgba(255, 255, 255, .72);
  line-height: 1.7;
}

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

.faq-item {
  overflow: hidden;
}

.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  font-weight: 800;
}

.faq-icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--dark);
  font-family: "Unbounded", sans-serif;
}

.faq-a {
  display: none;
  overflow: hidden;
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transition:
    opacity .18s var(--ease-out),
    clip-path .24s var(--ease-out),
    display .24s allow-discrete;
}

.faq-item.is-open .faq-a {
  display: block;
  opacity: 1;
  clip-path: inset(0);
}

.faq-a-inner {
  padding: 0 24px 24px;
  color: var(--ink-soft);
  line-height: 1.7;
}

@starting-style {
  .faq-item.is-open .faq-a {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
  }
}

.final-inner {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 40px;
  align-items: center;
}

.final-price {
  text-align: center;
}

.final-price .price-now {
  display: block;
  margin: 10px 0;
}

.final-price s {
  color: rgba(237, 231, 221, .55);
  font-family: "Unbounded", sans-serif;
  font-size: 22px;
}

.guarantee {
  margin: 18px 0 24px;
  color: rgba(237, 231, 221, .68);
}

.pay-badges {
  justify-content: center;
}

.pay-badges span {
  background: rgba(255, 255, 255, .1);
  color: rgba(237, 231, 221, .86);
}

.footer {
  padding: 42px 0 52px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 36px;
  align-items: start;
}

.footer p {
  color: var(--ink-soft);
  line-height: 1.65;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.footer-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 10px 13px;
  border-radius: 999px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.footer small {
  display: block;
  margin-top: 18px;
  color: var(--muted);
}

.sticky-book {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 45;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
  transform: translateY(140%);
}

.sticky-book.is-visible {
  transform: translateY(0);
}

.sticky-book p {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
}

.sticky-book .btn {
  min-height: 44px;
  padding: 13px 16px;
  font-size: 10px;
}

.sticky-close,
.modal-close {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  border-radius: 50%;
  color: var(--white);
  background: var(--dark);
  cursor: pointer;
}

.lightbox,
.exit-modal {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(26, 21, 18, .74);
}

.lightbox.is-open,
.exit-modal.is-open {
  display: flex;
}

.lightbox-box {
  width: min(980px, 100%);
}

.lightbox-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 22px;
  background: var(--dark);
}

.modal-card {
  position: relative;
  width: min(520px, 100%);
  padding: 34px;
  border-radius: var(--r-lg);
  background: var(--white);
  box-shadow: var(--shadow);
}

.modal-card p {
  color: var(--ink-soft);
  line-height: 1.7;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
}

.reveal,
[data-h] {
  opacity: 0;
  transform: translateY(36px);
}

.is-ready .reveal,
.is-ready [data-h] {
  opacity: 1;
  transform: none;
}

@media (max-width: 1060px) {
  .nav-links,
  .nav-pill .nav-buy,
  .nav-pill .lang-switch {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .hero {
    padding-top: 116px;
  }

  .hero-grid,
  .offer-grid,
  .for-grid,
  .author-grid,
  .book-grid,
  .quiz-shell,
  .final-inner,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .price-card,
  .quiz-side {
    position: relative;
    top: auto;
  }

  .system-cards,
  .results-grid,
  .video-grid {
    grid-template-columns: 1fr;
  }

  .for-side img {
    min-height: 360px;
  }
}

@media (max-width: 720px) {
  .wrap {
    width: min(100% - 28px, 1200px);
  }

  .section {
    padding: 48px 0;
  }

  .section + .section {
    padding-top: 32px;
  }

  .section-head {
    display: block;
    margin-bottom: 32px;
  }

  .section-head p {
    margin-top: 18px;
  }

  .nav-pill {
    width: min(100%, calc(100vw - 28px));
    max-width: none;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 9px 9px 14px;
  }

  .brand span {
    font-size: 12px;
    letter-spacing: .16em;
  }

  .hero {
    min-height: auto;
    padding: 106px 0 36px;
  }

  .hero-grid {
    gap: 30px;
  }

  .hero h1 {
    margin-top: 14px;
    font-size: clamp(30px, 9.4vw, 38px);
    line-height: 1.07;
  }

  .hero h1 .small {
    margin-bottom: 4px;
    font-size: clamp(22px, 7vw, 29px);
  }

  .menu-toggle {
    position: absolute;
    top: 50%;
    right: 9px;
    display: block;
    transform: translateY(-50%);
  }

  .lead {
    margin: 20px 0 24px;
    font-size: 16px;
    line-height: 1.58;
  }

  .hero .lead {
    padding: 12px 14px 13px;
    border-radius: 18px;
  }

  .hero-lead-main {
    margin-bottom: 6px;
    font-size: 17px;
    line-height: 1.34;
  }

  .hero-lead-sub {
    font-size: 13.5px;
    line-height: 1.5;
  }

  .cta-row .btn,
  .cta-row .btn-soft,
  .cta-strip .btn,
  .final-price .btn {
    width: 100%;
  }

  .cta-row .hero-secondary {
    width: 100%;
  }

  .trust {
    gap: 18px;
    margin-top: 24px;
  }

  .trust b {
    font-size: 26px;
  }

  .visual {
    margin: 0 4px;
  }

  .hero-photo img {
    object-position: center 58%;
  }

  .chip {
    padding: 12px 14px;
  }

  .chip-1 {
    left: -4px;
  }

  .chip-2 {
    right: -4px;
  }

  .chip-3 {
    left: 6%;
  }

  .system-inner,
  .final-inner,
  .book-grid {
    padding: 44px 22px;
  }

  .author-grid {
    gap: 28px;
    padding: 28px 12px 40px;
  }

  .dark-island {
    border-radius: 28px;
  }

  .price-card,
  .quiz-card,
  .modal-card {
    padding: 28px;
  }

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

  .cta-strip {
    display: block;
    padding: 24px;
  }

  .result-body p {
    font-size: 16px;
  }

  .cta-strip .btn {
    margin-top: 18px;
  }

  .before-after {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 8px;
    width: 100%;
    margin: 0;
  }

  .person-photo {
    width: 100%;
    min-width: 0;
    min-height: 0;
    aspect-ratio: 3 / 5;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 20px;
    box-shadow: 0 14px 32px rgba(0, 0, 0, .24);
  }

  .person-photo:first-child,
  .person-photo:nth-child(2) {
    z-index: auto;
    margin: 0;
    transform: none;
  }

  .person-photo:first-child img {
    object-position: center 36%;
  }

  .person-photo:nth-child(2) img {
    object-position: 58% 50%;
  }

  .photo-badge {
    top: 10px;
    left: 10px;
    padding: 8px 10px;
    font-size: 10px;
  }

  body.blog-page .blog-hero {
    padding: 32px 0 40px !important;
  }

  body.blog-page .recipe-index {
    padding: 16px 0 48px !important;
  }

  body.blog-page .blog-next {
    padding-bottom: 48px !important;
  }

  body.recipe-page .recipe-hero {
    padding: 24px 0 40px !important;
  }

  body.recipe-page .recipe-layout {
    padding-bottom: 48px !important;
  }

  body.page .page-hero {
    padding-bottom: 40px !important;
  }

  body.page .book-section {
    padding: 48px 0 !important;
  }

  body.page .book-section + .book-section {
    padding-top: 32px !important;
  }

  body.ua-page .ua-hero {
    padding: 32px 0 48px !important;
  }

  body.ua-page .ua-layout {
    padding-bottom: 48px !important;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .sticky-book {
    display: flex;
  }
}

@media (hover: none) {
  .magnetic,
  .tilt-card {
    transform: none !important;
  }
}

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

  .intro {
    display: none !important;
  }

  .navbar,
  .reveal,
  [data-h],
  .intro-word span,
  .vertex {
    opacity: 1 !important;
    transform: none !important;
  }

  .hero h1 .w i {
    transform: none !important;
  }
}
