:root {
  color-scheme: light;
  --ink: #171832;
  --ink-soft: #34365f;
  --muted: #667095;
  --paper: rgba(255, 255, 255, 0.74);
  --paper-strong: rgba(255, 255, 255, 0.9);
  --white: #ffffff;
  --line: rgba(111, 128, 184, 0.2);
  --line-strong: rgba(100, 92, 178, 0.32);
  --blue: #69cfff;
  --blue-soft: #dff6ff;
  --lilac: #d9ccff;
  --purple: #8b72ff;
  --purple-deep: #5543bc;
  --gold: #ffe27a;
  --gold-deep: #f2a91e;
  --rose: #ff9fd2;
  --green: #79d8a7;
  --danger: #b33b52;
  --shadow-sm: 0 12px 32px rgba(49, 52, 105, 0.1);
  --shadow-md: 0 22px 70px rgba(49, 52, 105, 0.16);
  --shadow-gold: 0 18px 38px rgba(242, 169, 30, 0.32);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 226, 122, 0.38), transparent 24rem),
    radial-gradient(circle at 92% 8%, rgba(217, 204, 255, 0.65), transparent 26rem),
    radial-gradient(circle at 50% 55%, rgba(105, 207, 255, 0.18), transparent 34rem),
    linear-gradient(145deg, #f2fbff 0%, #f8f3ff 50%, #ffffff 100%);
  overflow-x: hidden;
}

body::selection {
  background: rgba(255, 226, 122, 0.8);
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

button,
a,
input,
textarea,
summary {
  outline-color: transparent;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 4px solid rgba(85, 67, 188, 0.25);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  transform: translateY(-160%);
  border-radius: 999px;
  padding: 12px 16px;
  background: var(--ink);
  color: white;
  font-weight: 900;
  text-decoration: none;
}

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

.magic-background {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.cloud,
.star,
.particle {
  position: absolute;
  display: block;
  opacity: 0.72;
}

.cloud {
  width: 180px;
  height: 62px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  filter: blur(0.2px);
  animation: cloudFloat 18s ease-in-out infinite;
}

.cloud::before,
.cloud::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: inherit;
}

.cloud::before {
  width: 76px;
  height: 76px;
  left: 28px;
  top: -32px;
}

.cloud::after {
  width: 96px;
  height: 96px;
  right: 24px;
  top: -46px;
}

.cloud-one {
  left: 6%;
  top: 22%;
}

.cloud-two {
  right: 4%;
  top: 42%;
  transform: scale(0.72);
  animation-delay: -6s;
}

.cloud-three {
  left: 50%;
  bottom: 10%;
  transform: scale(0.58);
  animation-delay: -11s;
}

.star {
  width: 18px;
  height: 18px;
  background: var(--gold);
  clip-path: polygon(50% 0%, 61% 34%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 34%);
  animation: twinkle 3.8s ease-in-out infinite;
}

.star-one {
  left: 16%;
  top: 14%;
}

.star-two {
  right: 18%;
  top: 23%;
  animation-delay: -1.6s;
}

.star-three {
  left: 78%;
  bottom: 20%;
  animation-delay: -2.5s;
}

.particle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(139, 114, 255, 0.28);
  animation: particleDrift 12s ease-in-out infinite;
}

.particle-one {
  left: 12%;
  bottom: 18%;
}

.particle-two {
  left: 42%;
  top: 18%;
  background: rgba(105, 207, 255, 0.36);
  animation-delay: -3s;
}

.particle-three {
  right: 12%;
  bottom: 34%;
  background: rgba(255, 159, 210, 0.32);
  animation-delay: -6s;
}

.particle-four {
  right: 30%;
  top: 62%;
  background: rgba(255, 226, 122, 0.55);
  animation-delay: -9s;
}

.site-header,
.section-shell,
.site-footer {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.site-header {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: white;
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.4), transparent 36%),
    linear-gradient(135deg, var(--purple), var(--blue));
  box-shadow: 0 14px 36px rgba(85, 67, 188, 0.26);
  font-weight: 950;
}

.brand-logo {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 14px 36px rgba(85, 67, 188, 0.26);
}

.brand-text {
  display: grid;
  gap: 1px;
}

.brand-text strong {
  font-size: 1.08rem;
  line-height: 1.1;
}

.brand-text small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(18px);
  scrollbar-width: none;
}

.nav-links::-webkit-scrollbar {
  display: none;
}

.nav-links a {
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 850;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.nav-links a:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.82);
  color: var(--purple-deep);
}

.hero {
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
  padding: 44px 0 68px;
}

.hero-demo {
  order: 1;
}

.hero-copy {
  order: 2;
}

.demo-frame {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 34px;
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.95), transparent 9rem),
    radial-gradient(circle at 82% 18%, rgba(255, 226, 122, 0.48), transparent 10rem),
    linear-gradient(150deg, rgba(105, 207, 255, 0.55), rgba(217, 204, 255, 0.78) 54%, rgba(255, 255, 255, 0.92));
  box-shadow: var(--shadow-md);
  isolation: isolate;
}

.demo-frame::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: -1;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.demo-frame video {
  width: 100%;
  height: 100%;
  min-height: 560px;
  display: block;
  object-fit: cover;
}

.demo-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 32px;
  text-align: center;
}

.play-demo {
  position: relative;
  z-index: 2;
  min-height: 72px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 14px 24px 14px 20px;
  color: #342400;
  background: linear-gradient(135deg, #fff08f, var(--gold-deep));
  box-shadow: 0 22px 54px rgba(49, 52, 105, 0.26), 0 0 0 8px rgba(255, 255, 255, 0.42);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.play-demo:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 28px 68px rgba(49, 52, 105, 0.32), 0 0 0 10px rgba(255, 255, 255, 0.52);
}

.play-triangle {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-left: 20px solid var(--purple-deep);
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}

.play-demo span:not(.play-triangle) {
  color: #342400;
  font-size: 1.05rem;
  font-weight: 950;
  white-space: nowrap;
}

.demo-caption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.demo-caption span {
  border-radius: 999px;
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--purple-deep);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
p {
  text-wrap: pretty;
}

h1 {
  margin: 0;
  font-size: clamp(2.85rem, 6vw, 5.9rem);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4.4vw, 4.1rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.42rem;
  line-height: 1.15;
}

h4 {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  line-height: 1.1;
}

.hero-subtitle {
  max-width: 680px;
  margin: 22px 0;
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  line-height: 1.62;
}

.social-proof {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  padding: 9px 14px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: var(--shadow-sm);
}

.social-proof span {
  color: var(--gold-deep);
  font-size: 1rem;
  letter-spacing: 0;
}

.social-proof strong {
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.hero-character-teaser {
  width: min(100%, 680px);
  margin: 0 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 28px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(18px);
}

.hero-character-copy {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.hero-character-copy strong {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.15;
}

.hero-character-copy span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.2;
}

.hero-price-line {
  margin: 0 0 12px;
  border-radius: 999px;
  padding: 10px 12px;
  color: #5e4300;
  background: rgba(255, 226, 122, 0.38);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.2;
}

.hero-price-line strong {
  color: #342400;
  font-weight: 950;
}

.hero-character-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 9px;
}

.quick-character-card-hero {
  min-height: 128px;
  gap: 6px;
  padding: 8px;
  border-radius: 18px;
}

.quick-character-card-hero .quick-character-image {
  height: 72px;
  border-radius: 14px;
}

.quick-character-card-hero strong {
  min-height: 0;
  font-size: 0.76rem;
  line-height: 1.02;
}

.quick-character-card-hero em {
  display: none;
}

.quick-character-card-hero::after {
  right: 8px;
  bottom: 8px;
  padding: 3px 6px;
  font-size: 0.58rem;
}

.hero-actions,
.wizard-actions,
.modal-actions,
.result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button,
button {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  font: inherit;
  font-weight: 950;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover,
button:hover {
  transform: translateY(-2px);
}

.button-xl {
  min-height: 64px;
  padding: 0 30px;
  font-size: 1.06rem;
}

.button-gold {
  color: #342400;
  background:
    radial-gradient(circle at 32% 18%, rgba(255, 255, 255, 0.7), transparent 38%),
    linear-gradient(135deg, #fff08f, var(--gold-deep));
  box-shadow: var(--shadow-gold);
}

.button-gold:hover {
  box-shadow: 0 22px 48px rgba(242, 169, 30, 0.42);
}

.button-ghost,
.button-soft {
  color: var(--purple-deep);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
}

.button-ghost:hover,
.button-soft:hover {
  background: rgba(255, 255, 255, 0.95);
  border-color: var(--line-strong);
}

.button-soft {
  min-height: 40px;
  padding: 0 14px;
  font-size: 0.9rem;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.trust-list li {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  padding: 9px 13px 9px 32px;
  background: rgba(255, 255, 255, 0.56);
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-weight: 880;
}

.trust-list li::before {
  content: "✓";
  position: absolute;
  left: 13px;
  color: #248b5a;
  font-weight: 950;
}

.quick-start-section {
  padding: 18px 0 46px;
}

.quick-start-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 32px;
  padding: clamp(22px, 4vw, 36px);
  background:
    radial-gradient(circle at 8% 14%, rgba(255, 240, 143, 0.42), transparent 15rem),
    radial-gradient(circle at 86% 10%, rgba(105, 207, 255, 0.35), transparent 18rem),
    rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(18px);
}

.quick-start-panel .section-heading {
  max-width: 860px;
  margin-bottom: 22px;
}

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

.quick-character-card {
  position: relative;
  min-height: 196px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 24px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-sm);
  color: var(--ink);
  text-align: left;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.quick-character-card:hover,
.quick-character-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(139, 114, 255, 0.42);
  box-shadow: var(--shadow-md);
}

.quick-character-image {
  height: 122px;
  overflow: hidden;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--blue-soft), var(--lilac));
}

.quick-character-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--quick-focus, center 18%);
  transform: translateY(var(--quick-lift, -8px)) scale(1.1);
  filter: drop-shadow(0 12px 18px rgba(49, 52, 105, 0.2));
  transition: transform 180ms ease;
}

.quick-character-card:hover .quick-character-image img,
.quick-character-card:focus-visible .quick-character-image img {
  transform: translateY(var(--quick-lift, -8px)) scale(1.14);
}

.quick-focus-mickey .quick-character-image img { --quick-lift: -14px; object-position: center 18%; }
.quick-focus-sonic .quick-character-image img { --quick-lift: -12px; object-position: center 30%; }
.quick-focus-barbie .quick-character-image img { --quick-lift: -14px; object-position: center 23%; }
.quick-focus-homem-aranha .quick-character-image img { --quick-lift: -15px; object-position: center 30%; }
.quick-focus-patrulha-canina .quick-character-image img { --quick-lift: -14px; object-position: center 25%; }
.quick-focus-elsa .quick-character-image img { --quick-lift: -14px; object-position: center 22%; }
.quick-focus-bob-esponja .quick-character-image img { --quick-lift: -12px; object-position: center 25%; }
.quick-focus-minnie .quick-character-image img { --quick-lift: -15px; object-position: center 18%; }

.quick-character-image span {
  color: var(--purple-deep);
  font-size: 1.6rem;
  font-weight: 950;
}

.quick-character-card strong {
  min-height: 2.3em;
  display: flex;
  align-items: center;
  color: var(--ink);
  font-size: 0.96rem;
  line-height: 1.08;
}

.quick-character-card em {
  width: fit-content;
  max-width: 100%;
  border-radius: 999px;
  padding: 5px 8px;
  background: rgba(255, 240, 143, 0.72);
  color: #6f4700;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 950;
}

.quick-character-card::after {
  content: "Escolher";
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 999px;
  padding: 5px 8px;
  background: rgba(115, 92, 255, 0.11);
  color: var(--purple-deep);
  font-size: 0.66rem;
  font-weight: 950;
}

.section-block {
  padding: 72px 0;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 30px;
}

.section-heading.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.6;
}

.netflix-row,
.testimonial-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 32%);
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  padding: 8px 4px 24px;
  scrollbar-width: thin;
}

.example-tile {
  min-height: 370px;
  position: relative;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: var(--radius);
  padding: 18px;
  background: var(--paper-strong);
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.example-tile:hover,
.example-tile:focus-within {
  transform: translateY(-5px) scale(1.015);
  border-color: rgba(242, 169, 30, 0.42);
  box-shadow: var(--shadow-md);
}

.tile-art {
  height: 250px;
  overflow: hidden;
  border-radius: 22px;
  margin-bottom: 16px;
  background:
    radial-gradient(circle at 48% 28%, rgba(255, 255, 255, 0.95), transparent 5rem),
    linear-gradient(145deg, var(--blue-soft), var(--lilac));
}

.tile-art::before {
  content: "";
  display: grid;
  place-items: center;
  width: 126px;
  height: 126px;
  margin: 58px auto 0;
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 44px rgba(85, 67, 188, 0.14);
  font-size: 4rem;
}

.tile-art.has-thumb {
  position: relative;
  background: linear-gradient(145deg, var(--blue-soft), var(--lilac));
}

.tile-art.has-thumb::before {
  display: none;
}

.tile-art.has-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform 260ms ease, filter 260ms ease;
}

.tile-art.barbie-thumb img {
  object-position: center 12%;
}

.example-tile:hover .tile-art.has-thumb img,
.example-tile:focus-within .tile-art.has-thumb img {
  transform: scale(1.06);
  filter: saturate(1.06) contrast(1.02);
}

.tile-art.tooth::before {
  content: "🦷";
}

.tile-art.sleep::before {
  content: "😴";
}

.tile-art.study::before {
  content: "📚";
}

.tile-art.food::before {
  content: "🍎";
}

.tile-art.toys::before {
  content: "🧸";
}

.tile-art.birthday::before {
  content: "🎂";
}

.example-tile strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.16rem;
}

.example-tile span {
  color: var(--muted);
  font-weight: 850;
}

.example-tile::after {
  content: "▶";
  position: absolute;
  top: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  color: var(--purple-deep);
  box-shadow: var(--shadow-sm);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 58px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--lilac), var(--gold));
}

.timeline-step {
  position: relative;
  min-height: 330px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  padding: 26px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(16px);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.timeline-step:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.step-number {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: white;
  background: linear-gradient(135deg, var(--purple), var(--blue));
  box-shadow: 0 14px 32px rgba(85, 67, 188, 0.22);
  font-size: 1.3rem;
  font-weight: 950;
}

.step-illustration {
  width: 104px;
  height: 104px;
  display: grid;
  place-items: center;
  margin: 26px 0 20px;
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(223, 246, 255, 0.72));
  font-size: 3.6rem;
  animation: tinyBounce 4.4s ease-in-out infinite;
}

.timeline-step p,
.benefit-card p,
.testimonial-card p,
.faq-list p,
.site-footer small {
  color: var(--muted);
  line-height: 1.58;
}

.creator-section {
  padding: 78px 0;
}

.creator-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.95fr);
  gap: 24px;
  align-items: start;
}

.glass-panel {
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 28px;
  background: var(--paper);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(22px);
}

.creator-form,
.live-preview {
  padding: clamp(22px, 3.4vw, 34px);
}

.wizard-top,
.preview-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.wizard-percent,
#resultBadge {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 9px 12px;
  background: rgba(255, 226, 122, 0.36);
  color: #6a4800;
  font-size: 0.82rem;
  font-weight: 950;
}

.wizard-progress,
.meter {
  width: 100%;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(91, 111, 162, 0.14);
}

.wizard-progress {
  margin: 22px 0 24px;
}

.wizard-progress span,
.meter span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold), var(--rose), var(--purple));
  transition: width 280ms ease;
}

.form-error-summary {
  margin: 0 0 18px;
  border: 1px solid rgba(179, 59, 82, 0.22);
  border-radius: 18px;
  padding: 13px 15px;
  background: rgba(255, 245, 248, 0.86);
  color: var(--danger);
  font-weight: 850;
}

.form-error-summary[hidden] {
  display: none;
}

.wizard-step {
  display: none;
  animation: stepEnter 260ms ease both;
}

.wizard-step.is-active {
  display: block;
}

.step-hint {
  margin: 10px 0 22px;
  color: var(--muted);
  line-height: 1.55;
}

.character-search {
  position: sticky;
  top: 12px;
  z-index: 4;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 24px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(18px);
}

.character-search input {
  min-height: 58px;
  font-size: 1.02rem;
  font-weight: 850;
}

.character-catalog {
  display: grid;
  gap: 22px;
  margin-top: 10px;
}

.character-section {
  display: grid;
  gap: 10px;
}

.character-section[hidden],
.character-card[hidden] {
  display: none;
}

.character-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.character-section h5 {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 950;
}

.character-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 142px;
  gap: 12px;
  overflow-x: auto;
  padding: 4px 4px 12px;
  scroll-snap-type: inline mandatory;
  scrollbar-width: thin;
}

.character-card {
  position: relative;
  min-height: 196px;
  width: 100%;
  overflow: hidden;
  scroll-snap-align: start;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 22px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 10px;
  text-align: left;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 30px rgba(49, 52, 105, 0.1);
}

.character-card:hover {
  transform: translateY(-4px);
  border-color: rgba(139, 114, 255, 0.34);
  box-shadow: 0 18px 42px rgba(49, 52, 105, 0.16);
}

.character-card.is-selected {
  border-color: var(--purple);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 0 4px rgba(139, 114, 255, 0.16), 0 22px 48px rgba(85, 67, 188, 0.2);
}

.character-check {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: linear-gradient(135deg, var(--purple), var(--blue));
  box-shadow: 0 8px 18px rgba(85, 67, 188, 0.22);
  font-size: 0.9rem;
  opacity: 0;
  transform: scale(0.72);
  transition: opacity 160ms ease, transform 160ms ease;
}

.character-card.is-selected .character-check {
  opacity: 1;
  transform: scale(1);
}

.character-poster {
  position: relative;
  height: 124px;
  overflow: hidden;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 26% 20%, rgba(255, 255, 255, 0.92), transparent 38%),
    linear-gradient(145deg, var(--blue-soft), var(--lilac));
}

.character-poster img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
  transition: transform 240ms ease;
}

.character-card:hover .character-poster img {
  transform: scale(1.05);
}

.character-poster span {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border-radius: 26px;
  color: white;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
  font-size: 1.8rem;
  font-weight: 950;
}

.character-card strong {
  min-height: 2.2em;
  display: flex;
  align-items: center;
  font-size: 0.92rem;
  line-height: 1.12;
}

.character-card em {
  width: fit-content;
  max-width: 100%;
  border-radius: 999px;
  padding: 5px 8px;
  color: #5d3d00;
  background: rgba(255, 226, 122, 0.64);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 950;
}

.theme-red-blue .character-poster { background: linear-gradient(145deg, #f85a63, #2f7bff); }
.theme-sky .character-poster { background: linear-gradient(145deg, #5ec9ff, #1d63d8); }
.theme-blue-speed .character-poster { background: linear-gradient(145deg, #53d7ff, #2452d9); }
.theme-game-red .character-poster { background: linear-gradient(145deg, #ff4f4f, #ffd46a); }
.theme-classic .character-poster { background: linear-gradient(145deg, #fff6e8, #ffcf5a); }
.theme-pink-dot .character-poster { background: radial-gradient(circle, rgba(255,255,255,.9) 0 10%, transparent 11% 100%), linear-gradient(145deg, #ff8fc7, #7f62ff); background-size: 34px 34px, auto; }
.theme-ice .character-poster { background: linear-gradient(145deg, #effcff, #8ccfff); }
.theme-ocean .character-poster { background: linear-gradient(145deg, #00c2c7, #1465d8); }
.theme-pink .character-poster { background: linear-gradient(145deg, #ff8fc7, #ffd5ed); }
.theme-peach .character-poster { background: linear-gradient(145deg, #ffc4d4, #ffdc8b); }
.theme-yellow-sea .character-poster { background: linear-gradient(145deg, #ffe36d, #79d8ff); }
.theme-space-blue .character-poster { background: linear-gradient(145deg, #5aa8ff, #7658e8); }
.theme-night .character-poster { background: linear-gradient(145deg, #1b203d, #67708d); }
.theme-hero-blue .character-poster { background: linear-gradient(145deg, #2478ff, #ff4e55); }
.theme-green .character-poster { background: linear-gradient(145deg, #71d66f, #1e8f5e); }
.theme-royal .character-poster { background: linear-gradient(145deg, #d8c9ff, #ffcaee); }
.theme-blue-cute .character-poster { background: linear-gradient(145deg, #4dc7ff, #ffe27a); }
.theme-rainbow .character-poster { background: linear-gradient(145deg, #ff7ab6, #ffe27a 45%, #69cfff); }
.theme-orange .character-poster { background: linear-gradient(145deg, #ff9c47, #ffd55a); }
.theme-gold-fire .character-poster { background: linear-gradient(145deg, #ffd35a, #ff7b30); }
.theme-magic .character-poster { background: linear-gradient(145deg, var(--blue-soft), var(--lilac)); }

.field-block {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
}

.field-block span {
  font-weight: 950;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(110, 124, 166, 0.25);
  border-radius: 20px;
  padding: 16px 17px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

textarea {
  min-height: 164px;
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: var(--purple);
  background: white;
  box-shadow: 0 0 0 4px rgba(139, 114, 255, 0.14);
}

.field-error,
.duration-note {
  min-height: 1.15em;
  font-size: 0.84rem;
  font-weight: 850;
}

.duration-note {
  color: var(--muted);
}

.field-error {
  color: var(--danger);
}

input.field-invalid,
textarea.field-invalid {
  border-color: rgba(179, 59, 82, 0.72);
  background: rgba(255, 249, 250, 0.98);
}

input.field-invalid:focus,
textarea.field-invalid:focus {
  box-shadow: 0 0 0 4px rgba(179, 59, 82, 0.14);
}

.activity-chips,
.suggestion-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 18px;
}

.suggestion-feedback {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: -4px 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 22px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 34px rgba(85, 67, 188, 0.1);
}

.suggestion-feedback[hidden] {
  display: none;
}

.suggestion-feedback strong {
  display: block;
  color: var(--ink);
  font-size: 0.98rem;
}

.suggestion-feedback p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.4;
}

.suggestion-feedback.is-loading {
  background:
    radial-gradient(circle at 14% 22%, rgba(255, 226, 122, 0.45), transparent 4rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(236, 230, 255, 0.78));
}

.suggestion-feedback.is-success {
  border-color: rgba(50, 146, 91, 0.26);
  background: rgba(247, 255, 250, 0.86);
}

.suggestion-feedback.is-error {
  border-color: rgba(179, 59, 82, 0.28);
  background: rgba(255, 248, 249, 0.9);
}

.suggestion-feedback.is-error strong {
  color: var(--danger);
}

.suggestion-loader {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  grid-template-columns: repeat(3, 8px);
  justify-content: center;
  gap: 4px;
  border-radius: 16px;
  background: linear-gradient(145deg, #fff3a6, #e7dcff);
}

.suggestion-loader i {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: var(--purple);
  animation: loadingPulse 820ms ease-in-out infinite;
}

.suggestion-loader i:nth-child(2) {
  animation-delay: 110ms;
}

.suggestion-loader i:nth-child(3) {
  animation-delay: 220ms;
}

.activity-chips button {
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink-soft);
  font-weight: 900;
}

.activity-chips button.is-selected {
  color: #342400;
  background: linear-gradient(135deg, #fff1a1, #ffd15d);
  border-color: rgba(242, 169, 30, 0.62);
}

.checkout-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 22px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.62);
}

.checkout-summary span {
  color: var(--muted);
  font-weight: 850;
}

.checkout-summary strong {
  font-size: 1.8rem;
}

.wizard-actions {
  justify-content: space-between;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

#submitStep {
  display: none;
}

.is-final-step #nextStep {
  display: none;
}

.is-final-step #submitStep {
  display: inline-flex;
}

.live-preview {
  position: sticky;
  top: 18px;
}

.preview-scene {
  min-height: 390px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  margin: 18px 0;
  border-radius: 26px;
  padding: 28px;
  text-align: center;
  color: var(--ink-soft);
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.95), transparent 8rem),
    radial-gradient(circle at 84% 12%, rgba(255, 226, 122, 0.35), transparent 7rem),
    linear-gradient(145deg, rgba(105, 207, 255, 0.38), rgba(217, 204, 255, 0.68));
  overflow: hidden;
}

.preview-character {
  width: 128px;
  height: 128px;
  display: grid;
  place-items: center;
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 54px rgba(85, 67, 188, 0.14);
  font-size: 4.4rem;
  animation: gentleFloat 5s ease-in-out infinite;
  overflow: hidden;
}

.preview-character img,
.preview-character span {
  grid-area: 1 / 1;
}

.preview-character img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.preview-character span {
  display: grid;
  place-items: center;
  color: var(--purple-deep);
  font-size: 2rem;
  font-weight: 950;
  letter-spacing: 0;
}

.preview-character-empty::before,
.preview-character span:empty::before {
  content: "";
  width: 72%;
  height: 72%;
  border-radius: 30px;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.92), transparent 34%),
    linear-gradient(145deg, rgba(105, 207, 255, 0.42), rgba(217, 204, 255, 0.72));
}

.preview-scene strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.preview-scene p {
  max-width: 440px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
  line-height: 1.55;
}

.generation-state {
  display: none;
  justify-content: center;
  gap: 8px;
  margin-bottom: 14px;
}

.generation-state.is-visible {
  display: flex;
}

.generation-state span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--purple);
  animation: loadingPulse 900ms ease-in-out infinite;
}

.generation-state span:nth-child(2) {
  animation-delay: 120ms;
}

.generation-state span:nth-child(3) {
  animation-delay: 240ms;
}

.meter {
  margin-bottom: 14px;
}

#statusText {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

#resultVideo {
  width: 100%;
  margin: 18px 0;
  border-radius: 22px;
  background: #111229;
  box-shadow: var(--shadow-sm);
}

.result-actions {
  margin-top: 16px;
}

.result-actions[hidden],
#resultVideo[hidden] {
  display: none;
}

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

.benefit-card,
.testimonial-card {
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  padding: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-sm);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.benefit-card:hover,
.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.benefit-visual {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(223, 246, 255, 0.9), rgba(255, 255, 255, 0.78));
  font-size: 3rem;
}

.benefit-card h3 {
  font-size: 1.12rem;
}

.testimonial-carousel {
  grid-auto-columns: minmax(270px, 34%);
}

.testimonial-card {
  scroll-snap-align: start;
}

.parent-photo {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  margin-bottom: 14px;
  color: white;
  background: linear-gradient(135deg, var(--rose), var(--purple));
  font-weight: 950;
}

.stars {
  color: var(--gold-deep);
  font-weight: 950;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.testimonial-card p {
  font-size: 1.06rem;
}

.testimonial-card strong {
  display: block;
  margin-top: 16px;
}

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

details {
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 22px;
  padding: 19px 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

summary {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-weight: 950;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  margin-left: auto;
  color: var(--purple-deep);
  font-size: 1.4rem;
}

details[open] summary::after {
  content: "−";
}

details p {
  margin: 14px 0 0;
  animation: stepEnter 180ms ease both;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 48px 0 90px;
}

.footer-brand .brand-logo {
  width: 68px;
  height: 68px;
}

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

.footer-links a {
  border-radius: 999px;
  padding: 9px 12px;
  color: var(--muted);
  font-weight: 850;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--purple-deep);
  background: rgba(255, 255, 255, 0.64);
}

.site-footer small {
  grid-column: 1 / -1;
}

.mobile-sticky-cta {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 18;
  min-height: 58px;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #342400;
  background: linear-gradient(135deg, #fff08f, var(--gold-deep));
  box-shadow: 0 18px 42px rgba(49, 52, 105, 0.2);
  font-weight: 950;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease, color 180ms ease;
}

.mobile-sticky-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mobile-sticky-cta.is-disabled,
.button:disabled,
button:disabled {
  cursor: not-allowed;
  opacity: 0.62;
  transform: none;
  box-shadow: none;
}

.mobile-sticky-cta.is-disabled {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
}

.modal-backdrop,
.video-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(20, 18, 48, 0.58);
  backdrop-filter: blur(10px);
}

.modal-backdrop[hidden],
.video-modal-backdrop[hidden] {
  display: none;
}

.modal,
.video-modal {
  width: min(500px, 100%);
  border-radius: 28px;
  padding: 30px;
}

.modal h2 {
  margin: 0 0 10px;
  font-size: clamp(3rem, 8vw, 4.4rem);
  line-height: 1;
}

.modal p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.6;
}

.video-modal {
  position: relative;
  width: min(560px, 100%);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-md);
}

.video-modal h2 {
  margin: 0 48px 16px 0;
  font-size: 1.5rem;
}

.video-modal video {
  width: 100%;
  max-height: 76vh;
  border-radius: 22px;
  background: #111229;
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  font-size: 1.6rem;
}

.reveal {
  opacity: 1;
  transform: translateY(0);
}

.js-enabled .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 680ms ease, transform 680ms ease;
}

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

@keyframes cloudFloat {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 18px -14px;
  }
}

@keyframes twinkle {
  0%,
  100% {
    opacity: 0.32;
    transform: scale(0.86) rotate(0deg);
  }
  50% {
    opacity: 0.95;
    transform: scale(1.12) rotate(10deg);
  }
}

@keyframes particleDrift {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 22px -26px;
  }
}

@keyframes gentleFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes tinyBounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes loadingPulse {
  0%,
  100% {
    opacity: 0.35;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-5px);
  }
}

@keyframes stepEnter {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

@media (max-width: 1100px) {
  .hero,
  .creator-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    order: 1;
  }

  .hero-demo {
    order: 2;
  }

  .demo-frame {
    min-height: 480px;
  }

  .demo-frame video {
    min-height: 480px;
  }

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

  .quick-character-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .timeline::before {
    display: none;
  }

  .live-preview {
    position: static;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: auto;
    align-items: center;
    flex-direction: row;
    padding: 14px 0 8px;
  }

  .nav-links {
    display: none;
  }

  .hero {
    padding: 14px 0 42px;
  }

  h1 {
    font-size: clamp(1.9rem, 8.5vw, 2.65rem);
    line-height: 1.02;
  }

  .hero-subtitle {
    margin: 16px 0;
    font-size: 1.04rem;
    line-height: 1.48;
  }

  .hero-copy .social-proof {
    display: none;
  }

  .hero-character-teaser {
    margin-bottom: 16px;
    border-radius: 24px;
    padding: 14px;
  }

  .hero-character-copy {
    display: grid;
    gap: 4px;
    margin-bottom: 10px;
  }

  .hero-character-copy strong {
    font-size: 1.02rem;
  }

  .hero-character-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .quick-character-card-hero {
    min-height: 168px;
    border-radius: 20px;
  }

  .quick-character-card-hero .quick-character-image {
    height: 104px;
  }

  .quick-character-card-hero strong {
    font-size: 0.94rem;
    line-height: 1.06;
  }

  .quick-character-card-hero::after {
    padding: 5px 10px;
    font-size: 0.7rem;
  }

  .hero-actions #heroCta {
    display: none;
  }

  .hero-actions,
  .wizard-actions,
  .modal-actions,
  .result-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button,
  button {
    width: 100%;
  }

  .demo-frame,
  .demo-frame video {
    min-height: 430px;
  }

  .section-block,
  .creator-section {
    padding: 54px 0;
  }

  .quick-start-section {
    padding: 8px 0 34px;
  }

  .quick-start-panel {
    border-radius: 26px;
    padding: 20px;
  }

  .quick-character-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .quick-character-card {
    min-height: 178px;
    border-radius: 20px;
  }

  .quick-character-image {
    height: 116px;
  }

  .netflix-row,
  .testimonial-carousel {
    grid-auto-columns: minmax(248px, 84%);
  }

  .timeline,
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .character-search {
    position: relative;
    top: auto;
    padding: 12px;
  }

  .character-catalog {
    gap: 18px;
  }

  .character-strip {
    grid-auto-flow: row;
    grid-auto-columns: unset;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow-x: visible;
    padding: 2px 0 4px;
  }

  .character-card {
    min-height: 180px;
  }

  .character-poster {
    height: 110px;
  }

  .timeline-step {
    min-height: auto;
  }

  .wizard-top,
  .preview-header,
  .checkout-summary,
  .site-footer {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .preview-scene {
    min-height: 330px;
  }

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

  .mobile-sticky-cta.is-visible {
    display: flex;
  }
}

@media (max-width: 430px) {
  .site-header,
  .section-shell,
  .site-footer {
    width: min(100% - 28px, 1180px);
  }

  .brand-mark {
    width: 46px;
    height: 46px;
  }

  .brand-logo {
    width: 52px;
    height: 52px;
  }

  .demo-frame,
  .demo-frame video {
    min-height: 380px;
    border-radius: 28px;
  }

  .creator-form,
  .live-preview {
    padding: 20px;
  }

  .glass-panel,
  .example-tile,
  .timeline-step,
  .benefit-card,
  .testimonial-card {
    border-radius: 24px;
  }

}
