@font-face { font-family: "Omnes"; font-weight: 300; font-style: normal; src: url("assets/fonts/Omnes-Light.otf") format("opentype"); font-display: swap; }
@font-face { font-family: "Omnes"; font-weight: 400; font-style: normal; src: url("assets/fonts/Omnes-Regular.otf") format("opentype"); font-display: swap; }
@font-face { font-family: "Omnes"; font-weight: 500; font-style: normal; src: url("assets/fonts/Omnes-Medium.otf") format("opentype"); font-display: swap; }
@font-face { font-family: "Omnes"; font-weight: 700; font-style: normal; src: url("assets/fonts/Omnes-Bold.otf") format("opentype"); font-display: swap; }
@font-face { font-family: "Omnes"; font-weight: 900; font-style: normal; src: url("assets/fonts/Omnes-Black.woff") format("woff"); font-display: swap; }

:root {
  --td-purple: #54184d;
  --td-purple-2: #5c1b55;
  --td-pink-intense: #ff319f;
  --td-pink-design: #fe84c8;
  --accent: #ff319f;
  --accent-hover: #e91f8c;
  --accent-press: #c91376;
  --td-pink-light: #ffafc9;
  --td-pink-lighter: #ffdcef;
  --td-pink-lightest: #fcf3f8;
  --td-pink-wash: rgba(255,220,239,0.5);
  --td-yellow-light: #fffae2;
  --td-black: #000;
  --td-white: #fff;
  --font-display: "Omnes", system-ui, sans-serif;
  --font-body: "Omnes", system-ui, sans-serif;
  --r-card: 25px;
  --r-pill: 999px;
  --sh-card: 0 12px 32px -16px rgba(84,24,77,0.18);
  --sh-card-lg: 0 24px 56px -24px rgba(84,24,77,0.22);
}

* { box-sizing: border-box; }
html { background: #fff; color: var(--td-black); scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font-body); color: var(--td-black); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, svg { max-width: 100%; }
a { color: inherit; }
.svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.pu { width: 100%; min-width: 320px; overflow: hidden; background: #fff; }
.container { width: 100%; max-width: 1080px; margin: 0 auto; padding: 0 64px; position: relative; z-index: 1; }

.section-eyebrow {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 900px) {
  .section-eyebrow.about-eyebrow { text-align: left; }
}

.pu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--r-pill);
  background: var(--accent);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  transition: background 120ms ease, transform 120ms ease, box-shadow 120ms ease;
}
.pu-btn { padding: 22px 40px; font-size: 22px; box-shadow: 0 8px 18px -8px rgba(255,49,159,0.55); }
.pu-btn:hover { background: var(--accent-hover); }
.pu-btn:active { background: var(--accent-press); transform: translateY(1px); }
.pu-btn:focus-visible,
a:focus-visible,
summary:focus-visible { outline: 3px solid rgba(84,24,77,0.45); outline-offset: 4px; }
.cta-microcopy {
  margin: 12px 0 0;
  color: rgba(84, 24, 77);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.cta-microcopy-inverse { color: rgba(255,255,255,0.75); }

.hero-kc {
  position: relative;
  height: 720px;
  padding: 0;
  overflow: hidden;
  background: url("assets/hero/kawaii-drawings-tutorials-powerup-wall-desktop.webp") center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kc-burst {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: auto;
  height: 80%;
  max-width: none;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.kc-panel-content {
  width: 340px;
  position: relative;
  top: -13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 2;
}
.kc-heart-icon { width: 50px; position: relative; top: -7px; display: block; }
.kc-wm { display: block; height: auto; filter: drop-shadow(0 3px 4px rgba(84,24,77,0.28)); }
.kc-wm-kawaii { width: 62.4%; }
.kc-wm-powerup { width: 75.2%; }
.kc-wm-tatyana { width: 46.4%; }
.kc-btn-wrap { width: 100%; display: flex; flex-direction: column; align-items: center; margin-top: 21px; }
.kc-btn-wrap .pu-btn { padding: 18px 40px; font-size: 22px; }

@media (min-width: 1441px) {
  .hero-kc { height: min(56.25vw, 960px); }
  .kc-panel-content { width: 452px; }
  .kc-heart-icon { width: 54px; }
}

.hero-strip {
  min-height: 100px;
  padding: 22px 64px;
  background: var(--td-purple);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  font-size: 26px;
  line-height: 1.3;
}
.hero-strip-highlight {
  margin: 0 0.2em;
  color: var(--td-pink-design);
}

.social-proof { padding: 36px 64px; background: #fff; }
.sp-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: center; max-width: 1080px; margin: 0 auto; }
.sp-item { display: flex; flex-direction: column; gap: 4px; align-items: center; text-align: center; }
.sp-stat { font-family: var(--font-display); font-weight: 700; color: var(--td-purple); font-size: 32px; line-height: 1; }
.sp-label { font-weight: 500; color: rgba(84,24,77,0.8); font-size: 14px; line-height: 1.2; }
.sp-stars,
.t-stars { display: flex; justify-content: center; gap: 4px; color: var(--accent); }
.sp-stars svg,
.t-stars svg { display: block; width: 28px; aspect-ratio: 1; fill: currentColor; }

.whats-inside {
  position: relative;
  padding: 110px 0;
  background: var(--td-pink-wash) url("assets/whats-inside/background-desktop.png") top left / 100% auto no-repeat;
}
.whats-inside h2,
.testimonials h2,
.faq h2 {
  margin: 0 auto;
  padding-bottom: 15px;
  color: var(--td-purple);
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.02;
  text-align: center;
  text-wrap: balance;
}
.whats-inside h2 { max-width: 760px; font-size: 42px; }
.whats-inside .section-eyebrow { margin-bottom: 15px; }
.h2-sub {
  max-width: 640px;
  margin: 0 auto 48px;
  font-size: 19px;
  line-height: 1.35;
  text-align: center;
}
.wi-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.wi-promo-img-wrap { display: flex; justify-content: center; max-width: 100%; margin: 28px auto 32px; }
.wi-promo-img { display: block; width: 100%; height: auto; border-radius: 16px; }
.wi-card {
  min-height: 280px;
  padding: 32px 26px 28px;
  border-radius: var(--r-card);
  background: #fff;
  box-shadow: var(--sh-card);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.wi-icon-img { width: 56px; height: 56px; display: block; margin: 0 auto 16px; }
.wi-card h3 { margin: 0 0 10px; color: var(--td-purple); font-size: 22px; line-height: 1.05; }
.wi-card p { margin: 0; font-size: 15px; line-height: 1.4; }
.wi-summary { max-width: 720px; margin: 32px auto 0; color: var(--td-purple); font-size: 22px; font-weight: 700; text-align: center; }
.section-cta { display: flex; flex-direction: column; align-items: center; margin-top: 28px; }
.whats-inside .section-cta { margin-top: 40px; }
.wi-deco { position: absolute; pointer-events: none; display: none; user-select: none; }
.wi-butterfly {
  display: none;
  width: 170px;
  top: 96px;
  left: max(24px, calc(50% - 592px));
  transform: rotate(-6deg);
  z-index: 0;
}

.fit {
  position: relative;
  z-index: 1;
  padding: 110px 0 220px;
  min-height: 820px;
  overflow: visible;
  background: #fff url("assets/fit/background-desktop.png") center / cover no-repeat;
}
.fit-h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 720px;
  margin: 0 auto 56px;
  color: var(--td-purple);
  font-size: 52px;
  line-height: 1.05;
  text-align: center;
  text-wrap: balance;
}
.fit-shines { display: inline-flex; flex-direction: column; gap: 4px; flex: 0 0 auto; }
.fit-shines span {
  display: block;
  width: 18px;
  aspect-ratio: 1;
  background: var(--accent);
  clip-path: polygon(50% 0, 61% 38%, 100% 50%, 61% 62%, 50% 100%, 39% 62%, 0 50%, 39% 38%);
}
.fit-shines span + span { width: 24px; }
.fit-grid-wrap { position: relative; }
.fit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.fit-col { padding: 36px 32px; border-radius: var(--r-card); box-shadow: var(--sh-card); }
.fit-col.is-for { background: var(--td-yellow-light); }
.fit-col.is-not { background: var(--td-pink-lightest); }
.fit-col h3 { margin: 0 0 24px; color: var(--td-purple); display: flex; align-items: center; gap: 12px; font-size: 24px; line-height: 1.1; }
.fit-pictogram { width: 36px; height: 36px; border-radius: 50%; background: var(--accent); position: relative; flex: 0 0 auto; }
.fit-pictogram::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 10px;
  width: 12px;
  height: 7px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}
.is-not .fit-pictogram { background: var(--td-purple); }
.is-not .fit-pictogram::after { left: 10px; top: 17px; width: 16px; height: 0; border-left: 0; transform: none; }
.fit-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 16px; }
.fit-col li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; line-height: 1.4; }
.fit-col li::before {
  content: "";
  width: 22px;
  height: 22px;
  margin-top: 2px;
  border-radius: 50%;
  flex: 0 0 auto;
  background-color: var(--accent);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 8'><path d='M1 4l3 3 6-6' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px 8px;
}
.fit-col.is-not li::before {
  background-color: var(--td-purple);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 3'><rect x='1' y='0.5' width='10' height='2' rx='1' fill='%23ffffff'/></svg>");
  background-size: 12px 3px;
}
.fit-sloth { position: absolute; left: 50%; bottom: -180px; width: 280px; transform: translateX(-50%); z-index: 2; pointer-events: none; }

.transformation {
  padding: 110px 0;
  background: var(--td-purple) url("assets/transformation/background-desktop.jpg") center / cover no-repeat;
  color: #fff;
  overflow: hidden;
}
.transformation-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 56px; align-items: center; }
.t-eyebrow { margin-bottom: 16px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.2em; font-size: 14px; }
.t-before .t-eyebrow { color: rgba(255,255,255,0.6); }
.t-after .t-eyebrow { color: var(--accent); }
.t-text { color: #fff; font-size: 30px; font-weight: 700; line-height: 1.04; text-wrap: balance; }
.t-before .t-text { opacity: 0.78; }
.t-arrow { display: flex; justify-content: center; align-items: center; }
.t-arrow svg { width: 110px; fill: var(--accent); transform: rotate(-25deg); }
.t-cta-wrap { display: flex; flex-direction: column; align-items: center; margin-top: 56px; }

.monetize { position: relative; overflow: hidden; padding: 100px 0 96px; background: var(--td-pink-lightest); }
.mz-head { max-width: 760px; margin: 0 auto; text-align: center; }
.monetize .section-eyebrow { margin-bottom: 14px; font-size: 14px; letter-spacing: 0.16em; }
.monetize h2 { margin: 0; color: var(--td-purple); font-size: 46px; line-height: 1.05; text-wrap: balance; }
.monetize .h2-sub { max-width: 600px; margin: 18px auto 0; font-size: 18px; line-height: 1.4; text-wrap: pretty; }
.mz-stage { display: grid; grid-template-columns: 1fr auto 1fr; gap: 28px; align-items: center; margin-top: 56px; }
.mz-art { position: relative; display: flex; align-items: center; justify-content: center; }
.mz-art > img { display: block; width: 100%; height: auto; }
.mz-shine { position: absolute; top: 4%; right: 2%; width: 26px; height: 26px; fill: var(--accent); }
.mz-arrow { display: flex; align-items: center; justify-content: center; }
.mz-arrow svg { width: 118px; height: auto; fill: var(--accent); }
.mz-products { position: relative; aspect-ratio: 1.12 / 1; }
.mz-card { position: absolute; aspect-ratio: 1; margin: 0; overflow: hidden; border: 6px solid #fff; border-radius: 18px; background: #fff; box-shadow: 0 14px 30px -16px rgba(84,24,77,0.35); }
.mz-card img { display: block; width: 100%; height: 100%; object-fit: cover; }
.mz-c1 { top: 2%; left: 0; z-index: 2; width: 47%; transform: rotate(-3deg); }
.mz-c2 { top: 0; right: 0; z-index: 1; width: 47%; transform: rotate(3deg); }
.mz-c3 { bottom: 0; left: 26%; z-index: 3; width: 47%; transform: rotate(-1deg); }
.mz-list { display: flex; flex-wrap: wrap; justify-content: center; max-width: 900px; gap: 10px; margin: 56px auto 0; padding: 0; list-style: none; }
.mz-list li { padding: 9px 18px; border-radius: var(--r-pill); background: #fff; color: var(--td-purple); font-size: 15px; font-weight: 700; white-space: nowrap; }
.mz-cta { display: flex; flex-direction: column; align-items: center; gap: 16px; margin-top: 44px; }
.mz-note { max-width: 480px; margin: 0; color: var(--td-purple); font-size: 14px; line-height: normal; text-align: center; text-wrap: pretty; opacity: 0.72; }

.about { padding: 110px 0; background: #fff; }
.about-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: center; }
.about-img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--r-card); border: 2px solid #f3e8f1; box-shadow: 0 8px 22px -14px rgba(84,24,77,0.18); }
.about h2 { margin: 0 0 24px; color: var(--td-purple); font-size: 48px; line-height: 1; }
.about p { margin: 0 0 14px; font-size: 18px; line-height: 1.45; }
.about-credit { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.about-credit span { padding: 8px 14px; border-radius: var(--r-pill); background: var(--td-yellow-light); color: var(--td-purple); font-weight: 700; font-size: 13px; }
.about-characters { display: flex; justify-content: center; margin-top: 75px; }
.about-characters img { width: 100%; max-width: 820px; display: block; }

.testimonials {
  position: relative;
  padding: 110px 0;
  background: var(--td-pink-wash) url("assets/testimonials/background-desktop.png") center / 90% auto no-repeat;
}
.testimonials .section-eyebrow { margin-bottom: 18px; }
.testimonials-eyebrow { white-space: nowrap; }
.testimonials h2 { max-width: 720px; margin-bottom: 56px; font-size: 48px; }
.testimonials .container { z-index: 1; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonials .section-cta { margin-top: 43px; }
.testimonial-card { padding: 28px; border-radius: var(--r-card); background: #fff; box-shadow: var(--sh-card); display: flex; flex-direction: column; gap: 16px; }
.testimonial-card .t-stars svg { width: 18px; }
.t-quote { margin: 0; font-size: 15px; line-height: 1.45; }
.t-pull { align-self: flex-start; margin: 0; padding: 10px 14px; border-radius: 12px; background: var(--td-yellow-light); color: var(--td-purple); font-size: 17px; font-weight: 700; line-height: 1.15; }
.t-meta { display: flex; align-items: center; gap: 12px; padding-top: 10px; }
.t-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--td-pink-lighter); color: var(--td-purple); display: inline-flex; align-items: center; justify-content: center; font-weight: 700; flex: 0 0 auto; }
.t-meta strong { display: block; color: var(--td-purple); font-weight: 700; line-height: 1.05; }
.t-meta small { display: block; color: rgba(84,24,77,0.7); font-weight: 500; }

.faq { padding: 110px 0; background: #fff; }
.faq h2 { width: max-content; max-width: 100%; margin: 0; font-size: 48px; }
.faq-head { display: flex; align-items: center; justify-content: center; gap: 2px; margin: 0 auto 48px; }
.faq-drop { width: 68px; height: auto; display: block; flex: none; }
.faq-drop-left { transform: scaleX(-1); }
.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 2px solid #f3e8f1; border-radius: 18px; background: #fff; box-shadow: 0 8px 22px -14px rgba(84,24,77,0.18); overflow: hidden; }
.faq-item[open] { border-color: var(--td-purple); }
.faq-item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 26px; color: var(--td-purple); font-size: 19px; font-weight: 700; line-height: 1.25; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-toggle { width: 32px; height: 32px; border-radius: 50%; background: var(--accent); position: relative; flex: 0 0 auto; transition: background 200ms ease; }
.faq-toggle::before,
.faq-toggle::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2.5px; border-radius: 2px; background: #fff; transform: translate(-50%, -50%); }
.faq-toggle::after { width: 2.5px; height: 12px; transition: transform 200ms ease; }
.faq-item[open] .faq-toggle { background: var(--td-purple); }
.faq-item[open] .faq-toggle::after { transform: translate(-50%, -50%) scaleY(0); }
.faq-item p { margin: 0; padding: 0 26px 24px; font-size: 16px; line-height: 1.5; }

.guarantee {
  padding: 90px 0;
  background: var(--td-yellow-light) url("assets/guarantee/background.jpg") center / cover no-repeat;
}
.g-card { max-width: 860px; margin: 0 auto; padding: 48px; border-radius: var(--r-card); background: #fff; box-shadow: var(--sh-card-lg); display: flex; gap: 44px; align-items: center; text-align: center; }
.g-char { flex: 0 0 300px; }
.g-char img { display: block; width: 100%; border-radius: 18px; }
.g-body { flex: 1; }
.g-badge { display: block; width: 115px; height: 115px; margin: 0 auto 20px; }
.guarantee h2 { margin: 0 0 18px; color: var(--td-purple); font-size: 42px; line-height: 1; }
.guarantee p { margin: 0 auto; max-width: 540px; font-size: 18px; line-height: 1.5; }
.g-btn { margin-top: 24px; padding: 22px 60px; font-size: 22px; }
.guarantee .cta-microcopy { margin-top: 12px; }

.final-cta { padding: 100px 0 110px; background: var(--td-purple); color: #fff; overflow: hidden; }
.fc-grid { display: grid; grid-template-columns: 1fr auto; gap: 64px; align-items: center; max-width: 1040px; }
.fc-copy { display: flex; flex-direction: column; align-items: center; text-align: center; }
.fc-eyebrow { color: var(--td-pink-light); margin-bottom: 16px; }
.final-cta h2 { max-width: 520px; margin: 0 auto 22px; color: #fff; font-size: 60px; line-height: 1; text-wrap: balance; }
.fc-sub { max-width: 480px; margin: 0 auto 40px; color: rgba(255,255,255,0.85); font-size: 22px; line-height: 1.4; }
.fc-meta { margin: 10px 0 0; }
.fc-art { width: 360px; display: flex; justify-content: center; }
.fc-art img { display: block; width: 100%; height: auto; }

.foot { padding: 32px 64px; background: #1a0e18; color: rgba(255,255,255,0.55); font-size: 14px; }
.foot-grid { display: flex; align-items: center; gap: 32px; }
.foot-logo { height: 24px; width: auto; display: block; }
.foot-copy { flex: 1 1 auto; }
.foot-links,
.foot-socials { display: flex; align-items: center; gap: 20px; }
.foot a { color: rgba(255,255,255,0.65); text-decoration: none; }
.foot a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.foot-socials { gap: 14px; }
.foot-socials a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.08); color: #fff; display: inline-flex; align-items: center; justify-content: center; transition: background 150ms ease; }
.foot-socials a:hover { background: rgba(255,255,255,0.18); }

@media (min-width: 900px) and (max-width: 1279px) {
  .whats-inside {
    background-position: top center;
    background-size: 124% auto;
  }
}

@media (max-width: 899px) {
  .container { max-width: 720px; padding: 0 40px; }
  .pu-btn { padding: 20px 34px; font-size: 20px; }

  .hero-kc { height: 576px; background-image: url("assets/hero/kawaii-drawings-tutorials-powerup-wall-tablet.webp"); }
  .kc-panel-content { width: 276px; gap: 7px; top: -17px; }
  .kc-heart-icon { width: 45px; top: 0; margin-bottom: 12px; }
  .kc-wm-powerup { width: 80%; }
  .kc-btn-wrap { margin-top: 14px; }
  .kc-btn-wrap .pu-btn,
  .transformation .pu-btn,
  .final-cta .pu-btn,
  .section-cta .pu-btn { padding: 10px 20px; font-size: 15px; width: auto; white-space: nowrap; }
  .hero-strip { min-height: 0; padding: 20px 40px; font-size: 22px; }

  .social-proof { padding: 32px 40px; }
  .sp-inner { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .sp-stat { font-size: 28px; }
  .sp-stars svg { width: 24px; }
  .cta-microcopy { font-size: 13px; }

  .whats-inside { padding: 110px 0 80px; background-image: none; }
  .whats-inside h2 { max-width: 500px; font-size: 36px; }
  .h2-sub { margin: 0 auto 40px; font-size: 17px; }
  .wi-promo-img-wrap { margin-top: 24px; margin-bottom: 28px; }
  .wi-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .wi-card { min-height: 0; }
  .wi-card h3 { font-size: 20px; }
  .wi-card p { font-size: 14px; }
  .wi-summary { max-width: 560px; margin-top: 28px; font-size: 19px; }
  .whats-inside .section-cta { margin-top: 32px; }
  .wi-butterfly { display: block; width: 140px; top: 80px; left: 55px; transform: rotate(-6deg); }

  .fit { min-height: 760px; padding: 72px 0 190px; background-image: none; }
  .fit-h2 { max-width: 580px; margin-bottom: 44px; font-size: 38px; }
  .fit-grid { gap: 18px; }
  .fit-col { padding: 28px 24px; }
  .fit-col h3 { font-size: 21px; }
  .fit-col li { font-size: 15px; }
  .fit-sloth { width: 220px; bottom: -140px; }

  .transformation { padding: 72px 0; background-image: url("assets/transformation/background-tablet.jpg"); }
  .transformation-grid { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .t-eyebrow { font-size: 13px; margin-bottom: 14px; }
  .t-text { padding: 0 17px; font-size: 27px; }
  .t-arrow svg { width: 100px; transform: rotate(45deg); }
  .t-cta-wrap { margin-top: 36px; }

  .monetize { padding: 72px 0 68px; }
  .mz-head { max-width: 580px; }
  .monetize .section-eyebrow { margin-bottom: 12px; font-size: 13px; }
  .monetize h2 { font-size: 34px; }
  .monetize .h2-sub { max-width: 520px; margin-top: 14px; font-size: 16px; }
  .mz-stage { grid-template-columns: 1fr; justify-items: center; gap: 8px; margin-top: 40px; }
  .mz-art { width: 62%; }
  .mz-shine { top: 2%; right: 4%; }
  .mz-arrow { padding: 15px 0; }
  .mz-arrow svg { width: 92px; transform: rotate(52deg); }
  .mz-products { width: 78%; }
  .mz-list { max-width: 518px; gap: 8px; margin-top: 40px; }
  .mz-list li { padding: 8px 15px; font-size: 14px; }
  .mz-cta { gap: 14px; margin-top: 32px; }
  .mz-cta .pu-btn { width: auto; padding: 10px 20px; font-size: 15px; white-space: nowrap; }
  .mz-note { max-width: 420px; font-size: 13px; }

  .about { padding: 72px 0; }
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .about-img { max-width: 380px; margin: 0 auto; }
  .about h2 { text-align: center; }
  .section-eyebrow.about-eyebrow { text-align: center; }
  .about h2 { font-size: 40px; }
  .about p { font-size: 17px; }
  .about-credit { justify-content: center; }
  .about-characters { margin-top: 48px; }
  .about-characters img { max-width: 600px; }

  .testimonials { padding: 72px 0; background-image: url("assets/testimonials/background-tablet.png"); background-position: center 70px; }
  .testimonials .section-eyebrow { margin-bottom: 16px; }
  .testimonials h2 { max-width: 580px; margin-bottom: 40px; font-size: 38px; }
  .testimonial-grid { grid-template-columns: 1fr; gap: 18px; }
  .testimonial-card { padding: 26px; }
  .t-quote { font-size: 16px; }
  .t-pull { font-size: 18px; }

  .faq { padding: 86px 0; }
  .faq h2 { font-size: 38px; }
  .faq-head { gap: 14px; margin-bottom: 40px; }
  .faq-drop { width: 44px; }
  .faq-list { max-width: 640px; }
  .faq-item summary { padding: 20px 22px; font-size: 18px; }
  .faq-item p { padding: 0 22px 22px; font-size: 15px; }

  .guarantee { padding: 84px 0; }
  .g-card { max-width: 660px; padding: 36px; gap: 30px; }
  .g-char { flex-basis: 220px; }
  .g-badge { width: 96px; height: 96px; margin-bottom: 16px; }
  .guarantee h2 { font-size: 34px; }
  .guarantee p { font-size: 17px; }
  .g-btn { padding: 20px 54px; font-size: 20px; }

  .final-cta { padding: 96px 0 120px; }
  .fc-grid { gap: 40px; }
  .final-cta h2 { max-width: 380px; font-size: 44px; }
  .fc-sub { max-width: 360px; font-size: 19px; }
  .fc-meta { font-size: 13px; }
  .fc-art { width: 240px; }

  .foot { padding: 42px 40px; font-size: 13px; }
  .foot-grid { flex-wrap: wrap; justify-content: center; gap: 18px; text-align: center; }
  .foot-copy { order: 3; flex: 1 1 100%; }
  .foot-logo { order: 1; }
  .foot-socials { order: 2; }
  .foot-links { order: 4; }
}

@media (max-width: 767px) {
  .container { max-width: 100%; padding: 0 25px; }
  .cta-microcopy { max-width: 265px; }
  .pu-btn { width: 100%; max-width: 360px; padding: 14px 28px; font-size: 18px; }

  .hero-kc { height: 703px; background-image: url("assets/hero/kawaii-drawings-tutorials-powerup-wall-mobile.webp"); }
  .kc-burst { height: 61%; }
  .kc-panel-content { width: 178px; gap: 5px; top: -6px; }
  .kc-heart-icon { width: 45px; margin-bottom: 10px; }
  .kc-wm-kawaii { width: 160px; max-width: none; }
  .kc-wm-powerup { width: 200px; max-width: none; }
  .kc-wm-tatyana { width: 160px; max-width: none; }
  .kc-btn-wrap { margin-top: 20px; }
  .kc-btn-wrap .pu-btn,
  .transformation .pu-btn,
  .final-cta .pu-btn,
  .section-cta .pu-btn { width: auto; padding: 10px 18px; font-size: 14px; white-space: nowrap; }
  .hero-strip { display: block; min-height: 0; padding: 18px 25px; font-size: 17px; }

  .social-proof { padding: 24px 25px; }
  .sp-inner { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .sp-stat { font-size: 22px; }
  .sp-label { font-size: 12px; }
  .cta-microcopy { font-size: 12px; }
  .sp-stars svg { width: 20px; }

  .whats-inside { padding: 160px 0 56px; }
  .wi-deco { width: 140px; top: 42px; left: 50%; transform: translateX(-50%) rotate(-6deg); }
  .section-eyebrow { font-size: 11px; }
  .whats-inside h2 { font-size: 19px; }
  .h2-sub { margin: 0 auto 32px; font-size: 15px; }
  .wi-promo-img-wrap { margin-top: 22px; margin-bottom: 26px; }
  .wi-grid { grid-template-columns: 1fr; gap: 16px; }
  .wi-card { margin: 0 10px; padding: 24px 20px; }
  .wi-card h3 { font-size: 18px; }
  .wi-summary { margin-top: 24px; padding: 0 8px; font-size: 16px; }
  .whats-inside .section-cta { margin-top: 28px; }

  .fit { padding: 56px 0 170px; min-height: 0; }
  .fit-h2 { gap: 5px; margin-bottom: 32px; font-size: 28px; }
  .fit-shines span { width: 13px; }
  .fit-shines span + span { width: 18px; }
  .fit-grid { grid-template-columns: 1fr; gap: 16px; }
  .fit-col { margin: 0 10px; padding: 24px 20px; }
  .fit-col h3 { margin-bottom: 18px; font-size: 20px; }
  .fit-col li { font-size: 15px; }
  .fit-sloth { width: 180px; bottom: -115px; }

  .transformation { padding: 56px 0; background-image: url("assets/transformation/background-mobile.jpg"); }
  .transformation-grid { gap: 22px; }
  .t-eyebrow { font-size: 11px; margin-bottom: 10px; }
  .t-text { padding: 0 10px; font-size: 20px; }
  .t-cta-wrap { margin-top: 28px; }

  .monetize { padding: 56px 0 52px; }
  .monetize .section-eyebrow { margin-bottom: 10px; font-size: 11px; }
  .monetize h2 { font-size: 26px; }
  .monetize .h2-sub { margin-top: 12px; font-size: 15px; }
  .mz-stage { gap: 4px; margin-top: 30px; }
  .mz-art { width: 74%; }
  .mz-shine { top: 0; right: 2%; }
  .mz-arrow svg { width: 74px; transform: rotate(56deg); }
  .mz-products { width: 94%; }
  .mz-card { border-width: 4px; border-radius: 14px; }
  .mz-list { max-width: none; gap: 7px; margin-top: 30px; }
  .mz-list li { padding: 7px 13px; font-size: 13px; }
  .mz-cta { gap: 12px; margin-top: 26px; }
  .mz-cta .pu-btn { padding: 10px 18px; font-size: 14px; }
  .mz-note { max-width: none; font-size: 12px; }

  .about { padding: 56px 0; }
  .about-grid { gap: 28px; }
  .about-img { max-width: 260px; }
  .about h2 { font-size: 30px; }
  .about p { font-size: 15px; }
  .about-characters { margin-top: 25px; }
  .about-characters img { max-width: 340px; }

  .testimonials { padding: 72px 0; background-image: url("assets/testimonials/background-mobile.png"); background-position: center 110px; }
  .testimonials .section-eyebrow { margin-bottom: 14px; }
  .testimonials h2 { margin-bottom: 28px; padding: 0 50px; font-size: 28px; }
  .testimonial-grid { gap: 16px; }
  .testimonial-card { padding: 22px; gap: 14px; }
  .t-quote { font-size: 15px; }
  .t-pull { font-size: 16px; }

  .faq { padding: 76px 0; }
  .faq h2 { font-size: 28px; }
  .faq-head { gap: 7px; margin-bottom: 28px; }
  .faq-drop { width: 35px; }
  .faq-item summary { padding: 18px 20px; gap: 14px; font-size: 16px; }
  .faq-toggle { width: 28px; height: 28px; }
  .faq-item p { padding: 0 20px 20px; font-size: 14px; }

  .guarantee { padding: 72px 0; }
  .g-card { padding: 36px 28px; flex-direction: column-reverse; gap: 24px; }
  .g-char { flex-basis: auto; }
  .g-char img { max-width: 168px; margin: 0 auto; }
  .g-badge { width: 76px; height: 76px; }
  .guarantee h2 { font-size: 26px; }
  .guarantee p { font-size: 15px; }
  .g-btn { width: auto; padding: 18px 48px; font-size: 18px; }

  .final-cta { padding: 96px 0 150px; }
  .fc-grid { display: flex; flex-direction: column; gap: 32px; align-items: center; }
  .fc-eyebrow { margin-bottom: 10px; }
  .final-cta h2 { margin-bottom: 14px; font-size: 30px; }
  .fc-sub { margin-bottom: 26px; font-size: 16px; }
  .fc-meta { margin-top: 18px; font-size: 14px; }
  .fc-art { width: 200px; }

  .foot { padding: 54px 20px; font-size: 12px; }
  .foot-grid { flex-direction: column; gap: 20px; text-align: center; }
  .foot-copy,
  .foot-logo,
  .foot-socials,
  .foot-links { order: initial; }
  .foot-links { flex-wrap: wrap; justify-content: center; }
}
